diff --git a/metadata/An.stop.yml b/metadata/An.stop.yml
index 44ee261301..cc2a2432f0 100644
--- a/metadata/An.stop.yml
+++ b/metadata/An.stop.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/jdmonin/anstop/issues
AutoName: Anstop
Description: |-
- A simple stopwatch, that also supports lap timing and a countdown timer. The
- countdown timer doesn't make an alarm so an eye will have to be kept on it.
+ A simple stopwatch, that also supports lap timing and a countdown timer. The
+ countdown timer doesn't make an alarm so an eye will have to be kept on it.
RepoType: git
Repo: https://github.com/jdmonin/anstop
diff --git a/metadata/a2dp.Vol.yml b/metadata/a2dp.Vol.yml
index 8a0269bfbd..f5f9da26f3 100644
--- a/metadata/a2dp.Vol.yml
+++ b/metadata/a2dp.Vol.yml
@@ -9,18 +9,18 @@ Changelog: https://github.com/jroal/a2dpvolume/wiki/Log-of-Updates
AutoName: A2DP Volume
Description: |-
- Automatically adjusts the media volume on connect and resets it on disconnect.
- This is done so that stereo streaming audio can work properly. Intended
- primarily for car Bluetooth systems. It can read out text messages using Text To
- Speech (TTS) services while you are connected. Each paired Bluetooth device or
- virtual device (home dock, car dock, power connection, or headset plug) can be
- configured to your liking. There is a
- manual on the website.
+ Automatically adjusts the media volume on connect and resets it on disconnect.
+ This is done so that stereo streaming audio can work properly. Intended
+ primarily for car Bluetooth systems. It can read out text messages using Text To
+ Speech (TTS) services while you are connected. Each paired Bluetooth device or
+ virtual device (home dock, car dock, power connection, or headset plug) can be
+ configured to your liking. There is a
+ manual on the website.
- A secondary feature is the ability to capture location information so you can
- find where you left your car. The location can also be automatically captured
- when exiting Car Mode on your Android device and read by any app that
- understands GPS data.
+ A secondary feature is the ability to capture location information so you can
+ find where you left your car. The location can also be automatically captured
+ when exiting Car Mode on your Android device and read by any app that
+ understands GPS data.
RepoType: git
Repo: https://github.com/jroal/a2dpvolume
@@ -102,7 +102,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/support-v4/s/21.0.3/23.2.1/g' -e '/compileSdkVersion/s/19/24/g'
- -e '/targetSdkVersion/s/19/24/g' build.gradle
+ -e '/targetSdkVersion/s/19/24/g' build.gradle
- versionName: 2.12.7
versionCode: 133
@@ -113,7 +113,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/support-v4/s/21.0.3/23.2.1/g' -e '/compileSdkVersion/s/19/24/g'
- -e '/targetSdkVersion/s/19/24/g' build.gradle
+ -e '/targetSdkVersion/s/19/24/g' build.gradle
- versionName: 2.12.8
versionCode: 134
@@ -124,7 +124,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/support-v4/s/21.0.3/23.2.1/g' -e '/compileSdkVersion/s/19/24/g'
- -e '/targetSdkVersion/s/19/24/g' build.gradle
+ -e '/targetSdkVersion/s/19/24/g' build.gradle
- versionName: 2.12.9
versionCode: 135
@@ -135,7 +135,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/support-v4/s/21.0.3/23.2.1/g' -e '/compileSdkVersion/s/19/24/g'
- -e '/targetSdkVersion/s/19/24/g' build.gradle
+ -e '/targetSdkVersion/s/19/24/g' build.gradle
- versionName: 2.12.9.2
versionCode: 137
diff --git a/metadata/acr.browser.barebones.yml b/metadata/acr.browser.barebones.yml
index 971c052b05..b9b249e4e1 100644
--- a/metadata/acr.browser.barebones.yml
+++ b/metadata/acr.browser.barebones.yml
@@ -12,16 +12,16 @@ Name: Lightning (old)
AutoName: Lightning
Summary: Lightweight browser
Description: |-
- * Fast Start Times
- * Small Footprint
- * Smooth Scrolling
- * Long-press a tab to delete it
- * Long-press the back button to exit the browser
+ * Fast Start Times
+ * Small Footprint
+ * Smooth Scrolling
+ * Long-press a tab to delete it
+ * Long-press the back button to exit the browser
- There is a proprietary software version of this app found elsewhere which uses
- drawers instead of tabs for its UI.
+ There is a proprietary software version of this app found elsewhere which uses
+ drawers instead of tabs for its UI.
- Upstream changed id, new versions will be found at https://f-droid.org/packages/acr.browser.lightning.
+ Upstream changed id, new versions will be found at https://f-droid.org/packages/acr.browser.lightning.
RepoType: git
Repo: https://github.com/anthonycr/Lightning-Browser.git
@@ -31,42 +31,42 @@ Builds:
versionCode: 22
commit: 7a228d2a8c1
prebuild: sed -i 's/int MAX_TABS=5, MAX_BOOKMARKS=5/int MAX_TABS=15, MAX_BOOKMARKS=50/g'
- src/acr/browser/barebones/Barebones.java
+ src/acr/browser/barebones/Barebones.java
target: android-17
- versionName: 2.3.4
versionCode: 27
commit: 2afff6d2876
prebuild: sed -i 's/MAX_TABS = 5/MAX_TABS = 15/g;s/MAX_BOOKMARKS = 5/MAX_BOOKMARKS
- = 50/g' src/acr/browser/barebones/Barebones.java
+ = 50/g' src/acr/browser/barebones/Barebones.java
target: android-17
- versionName: 2.3.7
versionCode: 30
commit: bba148f92e1
prebuild: sed -i 's/MAX_TABS = 5/MAX_TABS = 15/g;s/MAX_BOOKMARKS = 5/MAX_BOOKMARKS
- = 50/g' src/acr/browser/barebones/Barebones.java
+ = 50/g' src/acr/browser/barebones/Barebones.java
target: android-17
- versionName: 2.3.12
versionCode: 36
commit: d99e82b6cbbe8
prebuild: sed -i 's/MAX_TABS = 5/MAX_TABS = 15/g;s/MAX_BOOKMARKS = 5/MAX_BOOKMARKS
- = 50/g' src/acr/browser/barebones/Barebones.java
+ = 50/g' src/acr/browser/barebones/Barebones.java
target: android-17
- versionName: '2.4'
versionCode: 37
commit: deed4b7f3c487102
prebuild: sed -i 's/MAX_TABS = 5/MAX_TABS = 15/g;s/MAX_BOOKMARKS = 5/MAX_BOOKMARKS
- = 50/g' src/acr/browser/barebones/Barebones.java
+ = 50/g' src/acr/browser/barebones/Barebones.java
target: android-17
- versionName: 2.4.3
versionCode: 42
commit: 103b4e40e113beaf
prebuild: sed -i 's/MAX_TABS = 5/MAX_TABS = 15/g;s/MAX_BOOKMARKS = 5/MAX_BOOKMARKS
- = 50/g' src/acr/browser/barebones/Barebones.java
+ = 50/g' src/acr/browser/barebones/Barebones.java
target: android-17
- versionName: 2.5.1.4
diff --git a/metadata/acr.browser.lightning.yml b/metadata/acr.browser.lightning.yml
index b4db376165..5a8a1d6ce0 100644
--- a/metadata/acr.browser.lightning.yml
+++ b/metadata/acr.browser.lightning.yml
@@ -10,16 +10,16 @@ Changelog: https://github.com/anthonycr/Lightning-Browser/releases
AutoName: Lightning
Description: |-
- Lightweight web browser with following features:
+ Lightweight web browser with following features:
- * Fast Start Times
- * Small Footprint
- * Smooth Scrolling
- * Long-press a tab to delete it
- * Long-press the back button to exit the browser
- * Ad blocker
+ * Fast Start Times
+ * Small Footprint
+ * Smooth Scrolling
+ * Long-press a tab to delete it
+ * Long-press the back button to exit the browser
+ * Ad blocker
- The old, archived version was known as acr.browser.barebones.
+ The old, archived version was known as acr.browser.barebones.
RepoType: git
Repo: https://github.com/anthonycr/Lightning-Browser.git
diff --git a/metadata/ademar.bitac.yml b/metadata/ademar.bitac.yml
index 3e3e3be897..d717ce18d5 100644
--- a/metadata/ademar.bitac.yml
+++ b/metadata/ademar.bitac.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App connects to blockchain.info.
+ NonFreeNet:
+ en-US: App connects to blockchain.info.
Categories:
- Money
License: MIT
diff --git a/metadata/ai.susi.yml b/metadata/ai.susi.yml
index 5a254577dd..987bdd7dfb 100644
--- a/metadata/ai.susi.yml
+++ b/metadata/ai.susi.yml
@@ -9,16 +9,15 @@ Changelog: https://github.com/fossasia/susi_android/releases
AutoName: SUSI.AI
Description: Susi AI is an intelligent Open Source personal assistant. It is fully
- customizable and developed by a community of developers. It is capable of chat
- and voice interaction by using APIS to perform actions such as music playback,
- making to-do lists, setting alarms, streaming podcasts, playing audiobooks, and
- providing weather, traffic, and other real-time information. Additional functionalities
- can be added as console services using external APIs. Susi AI is able to answer
- questions and depending on the context will ask for additional information in
- order to perform the desired outcome. The core of the assistant is the Susi AI
- server that holds the "intelligence" and "personality" of Susi AI. The Android
- and web applications make use of the APIs to access information from a hosted
- server.
+ customizable and developed by a community of developers. It is capable of chat and
+ voice interaction by using APIS to perform actions such as music playback, making
+ to-do lists, setting alarms, streaming podcasts, playing audiobooks, and providing
+ weather, traffic, and other real-time information. Additional functionalities can
+ be added as console services using external APIs. Susi AI is able to answer questions
+ and depending on the context will ask for additional information in order to perform
+ the desired outcome. The core of the assistant is the Susi AI server that holds
+ the "intelligence" and "personality" of Susi AI. The Android and web applications
+ make use of the APIs to access information from a hosted server.
RepoType: git
Repo: https://github.com/fossasia/susi_android
diff --git a/metadata/akk.astro.droid.moonphase.yml b/metadata/akk.astro.droid.moonphase.yml
index e83acd6930..ec75e424c9 100644
--- a/metadata/akk.astro.droid.moonphase.yml
+++ b/metadata/akk.astro.droid.moonphase.yml
@@ -7,12 +7,12 @@ IssueTracker: https://github.com/andviane/moon/issues
AutoName: Moon Phase
Description: |-
- Shows the real time view of the Moon, providing information about the current
- moon phase.
+ Shows the real time view of the Moon, providing information about the current
+ moon phase.
- This code has been originally belonged to the set of "shallow sky" astronomy
- applets, developed by Akkana Peck as long ago as in 1996 to run on Sharp Zaurus
- PDA.
+ This code has been originally belonged to the set of "shallow sky" astronomy
+ applets, developed by Akkana Peck as long ago as in 1996 to run on Sharp Zaurus
+ PDA.
RepoType: git
Repo: https://github.com/andviane/moon
diff --git a/metadata/am.ed.exportcontacts.yml b/metadata/am.ed.exportcontacts.yml
index 9cc347d074..42f11a9e09 100644
--- a/metadata/am.ed.exportcontacts.yml
+++ b/metadata/am.ed.exportcontacts.yml
@@ -11,10 +11,10 @@ Bitcoin: 14FPuKQfmV31Fx4uxwXvehmM189nxaQpKB
AutoName: Export Contacts
Description: |-
- Export Contacts is an application to help you export your contacts directly from
- your Android device without the need to upload them to Google first. A vCard 3.0
- contacts file (.vcf) is exported to your SD card directly from the phones
- contact list.
+ Export Contacts is an application to help you export your contacts directly from
+ your Android device without the need to upload them to Google first. A vCard 3.0
+ contacts file (.vcf) is exported to your SD card directly from the phones
+ contact list.
RepoType: bzr
Repo: http://bzr.ed.am/android/export-contacts
diff --git a/metadata/am.ed.importcontacts.yml b/metadata/am.ed.importcontacts.yml
index ab7f47a9ab..d8d3004447 100644
--- a/metadata/am.ed.importcontacts.yml
+++ b/metadata/am.ed.importcontacts.yml
@@ -11,10 +11,10 @@ Bitcoin: 14FPuKQfmV31Fx4uxwXvehmM189nxaQpKB
AutoName: Import Contacts
Description: |-
- Import Contacts is an application to help you import your contacts directly to
- your Android device without the need to upload them to Google first. Contacts
- (vCard ".vcf" files) are imported from your SD card directly in to the phones
- contact list.
+ Import Contacts is an application to help you import your contacts directly to
+ your Android device without the need to upload them to Google first. Contacts
+ (vCard ".vcf" files) are imported from your SD card directly in to the phones
+ contact list.
RepoType: bzr
Repo: http://bzr.ed.am/android/import-contacts
diff --git a/metadata/amirz.dngprocessor.yml b/metadata/amirz.dngprocessor.yml
index 90e52eafac..1f6d4a21c7 100644
--- a/metadata/amirz.dngprocessor.yml
+++ b/metadata/amirz.dngprocessor.yml
@@ -6,11 +6,11 @@ IssueTracker: https://github.com/amirzaidi/DNGProcessor/issues
AutoName: DNG Processor
Description: |-
- DNG Processor waits for new RAW images captured using the OEM camera
- app, or any other camera app that can capture RAWs, and then processes them
- into JPEGs in the background. It does this by using the power of your
- phone's GPU for up to a few seconds. The results are placed in the folder
- /DCIM/Processed.
+ DNG Processor waits for new RAW images captured using the OEM camera
+ app, or any other camera app that can capture RAWs, and then processes them
+ into JPEGs in the background. It does this by using the power of your
+ phone's GPU for up to a few seconds. The results are placed in the folder
+ /DCIM/Processed.
RepoType: git
Repo: https://github.com/amirzaidi/DNGProcessor
diff --git a/metadata/amirz.rootless.nexuslauncher.yml b/metadata/amirz.rootless.nexuslauncher.yml
index 8aaeae6ce0..a9dd2802b0 100644
--- a/metadata/amirz.rootless.nexuslauncher.yml
+++ b/metadata/amirz.rootless.nexuslauncher.yml
@@ -11,22 +11,22 @@ Changelog: https://github.com/amirzaidi/Launcher3/releases
AutoName: Rootless Pixel Launcher
Description: |-
- Pixel Launcher is a close to AOSP launcher that only changes the
- necessary code to allow for small extensions and backporting to older
- Android versions. If you want a more feature packed launcher use Nova,
- Action or Lawnchair. Pixel Launcher is focused on simplicity and rock
- solid stability.
+ Pixel Launcher is a close to AOSP launcher that only changes the
+ necessary code to allow for small extensions and backporting to older
+ Android versions. If you want a more feature packed launcher use Nova,
+ Action or Lawnchair. Pixel Launcher is focused on simplicity and rock
+ solid stability.
- Features include:
+ Features include:
- * Search bar at the bottom
- * Wallpaper based theme selection
- * Regular Icon Packs
- * Adaptive Icon Packs, such as my Google Icons
- * Icon Shape selection on Android 8.0
+ * Search bar at the bottom
+ * Wallpaper based theme selection
+ * Regular Icon Packs
+ * Adaptive Icon Packs, such as my Google Icons
+ * Icon Shape selection on Android 8.0
- For Pixel users, there's also a
- Magisk version.
+ For Pixel users, there's also a
+ Magisk version.
RepoType: git
Repo: https://github.com/amirzaidi/Launcher3.git
diff --git a/metadata/androdns.android.leetdreams.ch.androdns.yml b/metadata/androdns.android.leetdreams.ch.androdns.yml
index 4c9c0bf02a..314280e9d1 100644
--- a/metadata/androdns.android.leetdreams.ch.androdns.yml
+++ b/metadata/androdns.android.leetdreams.ch.androdns.yml
@@ -9,17 +9,17 @@ Changelog: https://github.com/gryphius/androdns/releases
AutoName: AndroDNS
Description: |-
- This DNS client allows you to perform customized DNS queries directly from your
- mobile phone. In contrast to most other DNS clients, it does not impose
- restrictions on what you can query.
+ This DNS client allows you to perform customized DNS queries directly from your
+ mobile phone. In contrast to most other DNS clients, it does not impose
+ restrictions on what you can query.
- Features:
+ Features:
- * Select recursive or authoritative server to query (default: system resolver)
- * Specify any question type (not just the most common A/AAAA/MX ....), you can even enter the type ID for new/experimental question types
- * Supports IN/CH/HS query class
- * Set question flags
- * DNSSEC aware (request / show RRSIGs ) - but it does not validate
+ * Select recursive or authoritative server to query (default: system resolver)
+ * Specify any question type (not just the most common A/AAAA/MX ....), you can even enter the type ID for new/experimental question types
+ * Supports IN/CH/HS query class
+ * Set question flags
+ * DNSSEC aware (request / show RRSIGs ) - but it does not validate
RepoType: git
Repo: https://github.com/gryphius/androdns.git
diff --git a/metadata/android.androidVNC.yml b/metadata/android.androidVNC.yml
index 2c84c1c2ab..23434dd35a 100644
--- a/metadata/android.androidVNC.yml
+++ b/metadata/android.androidVNC.yml
@@ -9,11 +9,11 @@ IssueTracker: https://github.com/antlersoft/android-vnc-viewer/issues
AutoName: androidVNC
Description: |-
- A VNC (Virtual Network Computing) client: See and control your computer's
- desktop from your device. androidVNC lets you connect to most VNC servers: incl
- TightVNC, RealVNC on Win and Linux, x11vnc, and Apple Remote Desktop on OS/X.
- Lots of customizable features let you adapt the way your device controls map to
- the controls of your desktop.
+ A VNC (Virtual Network Computing) client: See and control your computer's
+ desktop from your device. androidVNC lets you connect to most VNC servers: incl
+ TightVNC, RealVNC on Win and Linux, x11vnc, and Apple Remote Desktop on OS/X.
+ Lots of customizable features let you adapt the way your device controls map to
+ the controls of your desktop.
RepoType: git
Repo: https://github.com/antlersoft/android-vnc-viewer
diff --git a/metadata/android.game.prboom.yml b/metadata/android.game.prboom.yml
index 0aa9610ab3..5d4ca6e3b5 100644
--- a/metadata/android.game.prboom.yml
+++ b/metadata/android.game.prboom.yml
@@ -5,17 +5,17 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/http://prboom4and
AutoName: PrBoom For Android
Description: |-
- PrBoom4Android is a port of the PrBoom Doom engine.
+ PrBoom4Android is a port of the PrBoom Doom engine.
- It was originally ported to Android by Vladimir Silva when the first Android
- device, the G1, was released. Since the original port was designed to work with
- the G1's hardware keyboard, it did not function with touchscreen only devices.
- This release adds on-screen multitouch controls to support newer devices. If you
- have a hardware keyboard, you can always use that or enable the touch controls,
- the choice is yours!
+ It was originally ported to Android by Vladimir Silva when the first Android
+ device, the G1, was released. Since the original port was designed to work with
+ the G1's hardware keyboard, it did not function with touchscreen only devices.
+ This release adds on-screen multitouch controls to support newer devices. If you
+ have a hardware keyboard, you can always use that or enable the touch controls,
+ the choice is yours!
- You will need a WAD file (Doom game data file) to play, you will be offered to
- download one of free WAD files by the game on first run.
+ You will need a WAD file (Doom game data file) to play, you will be offered to
+ download one of free WAD files by the game on first run.
Builds:
- versionName: 1.3.1-beta
diff --git a/metadata/android.nachiketa.ebookdownloader.yml b/metadata/android.nachiketa.ebookdownloader.yml
index 73d3892e17..523d527233 100644
--- a/metadata/android.nachiketa.ebookdownloader.yml
+++ b/metadata/android.nachiketa.ebookdownloader.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on Google search.
+ NonFreeNet:
+ en-US: App depends on Google search.
Categories:
- Internet
- Reading
@@ -11,19 +11,19 @@ Changelog: https://github.com/NachiketaVadera/EBookDownloader/releases
AutoName: eBooks
Description: |-
- eBooks is an app that searches the internet for the book you request
- and gives you options to download the book in multiple formats (PDF, EPUB,
- mobi, etc.).
+ eBooks is an app that searches the internet for the book you request
+ and gives you options to download the book in multiple formats (PDF, EPUB,
+ mobi, etc.).
- Usage:
+ Usage:
- * Enter the name of the book you want to download and the author. Try to spell the names accurately for better results.
- * Click on 'Search' and you'll be given options to download from.
- * While you wait, read some of the quotes I like.
- * To download a book, click on the name you want to download. Your selection will turn green and download will start.
- * You can find the book in your Downloads folder.
- * Make sure you have appropriate application to read the file you just downloaded.
- * Have fun reading!
+ * Enter the name of the book you want to download and the author. Try to spell the names accurately for better results.
+ * Click on 'Search' and you'll be given options to download from.
+ * While you wait, read some of the quotes I like.
+ * To download a book, click on the name you want to download. Your selection will turn green and download will start.
+ * You can find the book in your Downloads folder.
+ * Make sure you have appropriate application to read the file you just downloaded.
+ * Have fun reading!
RepoType: git
Repo: https://github.com/NachiketaVadera/EBookDownloader
diff --git a/metadata/anupam.acrylic.yml b/metadata/anupam.acrylic.yml
index 2a5c1a8eeb..d4ae6dc716 100644
--- a/metadata/anupam.acrylic.yml
+++ b/metadata/anupam.acrylic.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/valerio-bozzolan/AcrylicPaint/issues
AutoName: Acrylic Paint
Description: |-
- Acrylic Paint is a coloring tool based on the FingerPaint project taken from API
- demos.
+ Acrylic Paint is a coloring tool based on the FingerPaint project taken from API
+ demos.
RepoType: git
Repo: https://gitpull.it/source/acrylic-paint/
diff --git a/metadata/app.crescentcash.src.yml b/metadata/app.crescentcash.src.yml
index 0917a6d91d..1d674cf2ae 100644
--- a/metadata/app.crescentcash.src.yml
+++ b/metadata/app.crescentcash.src.yml
@@ -7,16 +7,16 @@ IssueTracker: https://gitlab.com/pokkst/crescentcash/issues
AutoName: Crescent
Description: |-
- Send coins to a Cash Account (https://cashaccount.info) or Bitcoin Cash address with Crescent Cash.
+ Send coins to a Cash Account (https://cashaccount.info) or Bitcoin Cash address with Crescent Cash.
- Simple. Secure. Trustless.
+ Simple. Secure. Trustless.
- Crescent combines the simplicity of traditional, centralized money apps
- with the security of trustless Bitcoin wallets.
+ Crescent combines the simplicity of traditional, centralized money apps
+ with the security of trustless Bitcoin wallets.
- Crescent Cash is a non-custodial wallet that allows for you to send Bitcoin
- Cash to other Cash Account users with their username, or to normal Bitcoin
- Cash addresses.
+ Crescent Cash is a non-custodial wallet that allows for you to send Bitcoin
+ Cash to other Cash Account users with their username, or to normal Bitcoin
+ Cash addresses.
RepoType: git
Repo: https://gitlab.com/pokkst/crescentcash.git
diff --git a/metadata/app.crossword.yourealwaysbe.forkyz.yml b/metadata/app.crossword.yourealwaysbe.forkyz.yml
index 5d17d4f199..db94a9da9f 100644
--- a/metadata/app.crossword.yourealwaysbe.forkyz.yml
+++ b/metadata/app.crossword.yourealwaysbe.forkyz.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Connects to theguardian.com to obtain puzzles.
+ NonFreeNet:
+ en-US: Connects to theguardian.com to obtain puzzles.
Categories:
- Games
License: GPL-3.0-only
diff --git a/metadata/app.intra.yml b/metadata/app.intra.yml
index dc17ce302e..08cb1186fe 100644
--- a/metadata/app.intra.yml
+++ b/metadata/app.intra.yml
@@ -11,15 +11,15 @@ IssueTracker: https://github.com/Jigsaw-Code/Intra/issues
AutoName: Intra
Description: |-
- Intra is an experimental tool that allows you to test new DNS-over-HTTPS
- services that encrypt domain name lookups and prevent manipulation by your
- network. It currently supports services from Cloudflare and Google, and
- additional options may be added over time.
+ Intra is an experimental tool that allows you to test new DNS-over-HTTPS
+ services that encrypt domain name lookups and prevent manipulation by your
+ network. It currently supports services from Cloudflare and Google, and
+ additional options may be added over time.
- Features:
- * Built-in support for public DNS services from Cloudflare and Google
- * Visualization of server performance and application query behavior
- * Geocoding of query results to compare against expected regional results
+ Features:
+ * Built-in support for public DNS services from Cloudflare and Google
+ * Visualization of server performance and application query behavior
+ * Geocoding of query results to compare against expected regional results
RepoType: git
Repo: https://github.com/Jigsaw-Code/Intra
diff --git a/metadata/app.librenews.io.librenews.yml b/metadata/app.librenews.io.librenews.yml
index 1d47d24a3e..f556a77725 100644
--- a/metadata/app.librenews.io.librenews.yml
+++ b/metadata/app.librenews.io.librenews.yml
@@ -8,33 +8,33 @@ Changelog: https://github.com/milesmcc/LibreNews-Android/releases
AutoName: LibreNews
Description: |-
- Whenever anything noteworthy happens in the world, you can be sure that you'll
- be notified. LibreNews _doesn't_ depend on Google Play Services, and is
- completely FLOSS.
+ Whenever anything noteworthy happens in the world, you can be sure that you'll
+ be notified. LibreNews _doesn't_ depend on Google Play Services, and is
+ completely FLOSS.
- Breaking news notifications are perhaps the most important channel by which we
- receive our information about the world, and LibreNews aims to democratize this
- essential medium. Don't let any corporation or government agency control your
- breaking news.
+ Breaking news notifications are perhaps the most important channel by which we
+ receive our information about the world, and LibreNews aims to democratize this
+ essential medium. Don't let any corporation or government agency control your
+ breaking news.
- Key features:
+ Key features:
- * Free software (server and client licensed under GPLv3)
- * Doesn't use up a ton of battery life
- * Up-to-date and current
- * Doesn't rely on Google infrastructure
- * Secure (forces HTTPS) & decentralized
- * Lots of customization
- * Material design adherent interface
- * Simple, easy to understand settings
- * High-quality code
- * Encrypted & secure connection
- * No tracking
- * No ads
- * Syncs automatically, regardless of whether the app is open
+ * Free software (server and client licensed under GPLv3)
+ * Doesn't use up a ton of battery life
+ * Up-to-date and current
+ * Doesn't rely on Google infrastructure
+ * Secure (forces HTTPS) & decentralized
+ * Lots of customization
+ * Material design adherent interface
+ * Simple, easy to understand settings
+ * High-quality code
+ * Encrypted & secure connection
+ * No tracking
+ * No ads
+ * Syncs automatically, regardless of whether the app is open
- You can expect LibreNews to send you about three notifications per day if you
- connect to the default server API.
+ You can expect LibreNews to send you about three notifications per day if you
+ connect to the default server API.
RepoType: git
Repo: https://github.com/milesmcc/LibreNews-Android
diff --git a/metadata/app.myzel394.locus.yml b/metadata/app.myzel394.locus.yml
index 2ad1af0261..ae026707e9 100644
--- a/metadata/app.myzel394.locus.yml
+++ b/metadata/app.myzel394.locus.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Rely on OpenStreetMap.
+ NonFreeNet:
+ en-US: Rely on OpenStreetMap.
Categories:
- Navigation
License: GPL-3.0-only
diff --git a/metadata/app.olauncher.yml b/metadata/app.olauncher.yml
index 805dff06ac..1478fe5377 100644
--- a/metadata/app.olauncher.yml
+++ b/metadata/app.olauncher.yml
@@ -9,23 +9,23 @@ Donate: https://www.buymeacoffee.com/tanujnotes
AutoName: Olauncher
Description: |-
- FEATURES
- * No ads
- * FOSS forever
- * Daily new wallpaper
- * Double tap to lock screen
- * Clean, fast and lightweight
+ FEATURES
+ * No ads
+ * FOSS forever
+ * Daily new wallpaper
+ * Double tap to lock screen
+ * Clean, fast and lightweight
- HOW TO USE
- * Swipe up to see all the apps and quick search
- * Swipe down for notification drawer
- * Long press home apps to change them
- * Important: Long press on empty space to open settings
- Once you open the settings, you'll see all the available options.
- So basically, swipe and long press anywhere and you'll be fine.
+ HOW TO USE
+ * Swipe up to see all the apps and quick search
+ * Swipe down for notification drawer
+ * Long press home apps to change them
+ * Important: Long press on empty space to open settings
+ Once you open the settings, you'll see all the available options.
+ So basically, swipe and long press anywhere and you'll be fine.
- I'm available at Twitter if you need for anything. Thank you.
- https://twitter.com/tanujnotes/
+ I'm available at Twitter if you need for anything. Thank you.
+ https://twitter.com/tanujnotes/
RepoType: git
Repo: https://github.com/tanujnotes/Olauncher.git
diff --git a/metadata/app.openconnect.yml b/metadata/app.openconnect.yml
index 5136313b2b..75dbbcd6ae 100644
--- a/metadata/app.openconnect.yml
+++ b/metadata/app.openconnect.yml
@@ -9,28 +9,28 @@ Changelog: https://github.com/cernekee/ics-openconnect/blob/HEAD/doc/CHANGES.txt
AutoName: OpenConnect
Description: |-
- OpenConnect for Android is an SSL VPN client used with Cisco AnyConnect or
- ocserv based gateways.
+ OpenConnect for Android is an SSL VPN client used with Cisco AnyConnect or
+ ocserv based gateways.
- Features:
+ Features:
- * One-click connection (batch mode)
- * Supports RSA SecurID and TOTP software tokens
- * Keepalive feature to prevent unnecessary disconnections
- * Compatible with ARMv7, x86, and MIPS devices
- * No root required
- * Based on the popular OpenConnect Linux package
+ * One-click connection (batch mode)
+ * Supports RSA SecurID and TOTP software tokens
+ * Keepalive feature to prevent unnecessary disconnections
+ * Compatible with ARMv7, x86, and MIPS devices
+ * No root required
+ * Based on the popular OpenConnect Linux package
- Requirements:
+ Requirements:
- * Android 4.0 (ICS) or higher
- * An account on a suitable VPN server
+ * Android 4.0 (ICS) or higher
+ * An account on a suitable VPN server
- This product includes software developed by the OpenSSL Project for use in the
- OpenSSL Toolkit (https://www.openssl.org/).
+ This product includes software developed by the OpenSSL Project for use in the
+ OpenSSL Toolkit (https://www.openssl.org/).
- This product includes cryptographic software written by Eric Young
- (eay@cryptsoft.com).
+ This product includes cryptographic software written by Eric Young
+ (eay@cryptsoft.com).
RepoType: git
Repo: https://github.com/cernekee/ics-openconnect
@@ -160,9 +160,9 @@ Builds:
ndk: r10e
MaintainerNotes: |-
- TODO: libs/openconnect-wrapper.jar
- TODO: libs/stoken-wrapper.jar
- TODO: lib/XposedBridgeApi-54.jar
+ TODO: libs/openconnect-wrapper.jar
+ TODO: libs/stoken-wrapper.jar
+ TODO: lib/XposedBridgeApi-54.jar
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/app.reading.stoic.stoicreading.yml b/metadata/app.reading.stoic.stoicreading.yml
index 91489f72ec..31e1ee2f5b 100644
--- a/metadata/app.reading.stoic.stoicreading.yml
+++ b/metadata/app.reading.stoic.stoicreading.yml
@@ -8,10 +8,10 @@ Changelog: https://github.com/zikalify/StoicReading/releases
AutoName: Stoic Reading
Description: |-
- Note: This app is renamed, please use https://f-droid.org/en/packages/app.reading.stoic.stoicreading2 instead.
- This app contains texts from Stoics including those of Emperor Marcus Aurelius,
- the freed slave Epictetus, and Seneca. It contains other, less well known, Stoic
- texts too.
+ Note: This app is renamed, please use https://f-droid.org/en/packages/app.reading.stoic.stoicreading2 instead.
+ This app contains texts from Stoics including those of Emperor Marcus Aurelius,
+ the freed slave Epictetus, and Seneca. It contains other, less well known, Stoic
+ texts too.
RepoType: git
Repo: https://github.com/zikalify/StoicReading
diff --git a/metadata/app.reading.stoic.stoicreading2.yml b/metadata/app.reading.stoic.stoicreading2.yml
index c59d216a7a..01c3c0f583 100644
--- a/metadata/app.reading.stoic.stoicreading2.yml
+++ b/metadata/app.reading.stoic.stoicreading2.yml
@@ -8,9 +8,9 @@ Changelog: https://github.com/zikalify/StoicReading/releases
AutoName: Stoic Reading
Description: |-
- This app contains texts from Stoics including those of Emperor Marcus Aurelius,
- the freed slave Epictetus, and Seneca. It contains other, less well known, Stoic
- texts too.
+ This app contains texts from Stoics including those of Emperor Marcus Aurelius,
+ the freed slave Epictetus, and Seneca. It contains other, less well known, Stoic
+ texts too.
RepoType: git
Repo: https://github.com/zikalify/StoicReading
diff --git a/metadata/app.simple.inure.yml b/metadata/app.simple.inure.yml
index d385d10a89..54723b1b41 100644
--- a/metadata/app.simple.inure.yml
+++ b/metadata/app.simple.inure.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeAdd:
- en-US: Promotes its non-libre paid version
+ NonFreeAdd:
+ en-US: Promotes its non-libre paid version
Categories:
- System
License: GPL-3.0-only
diff --git a/metadata/app.tice.TICE.production.yml b/metadata/app.tice.TICE.production.yml
index 47c9da964a..183fe83f5c 100644
--- a/metadata/app.tice.TICE.production.yml
+++ b/metadata/app.tice.TICE.production.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: TICE service itself is not libre, and the app uses hcaptcha.
+ NonFreeNet:
+ en-US: TICE service itself is not libre, and the app uses hcaptcha.
Categories:
- Navigation
License: GPL-3.0-only
diff --git a/metadata/app.varlorg.unote.yml b/metadata/app.varlorg.unote.yml
index 5342d44b7d..76310eb129 100644
--- a/metadata/app.varlorg.unote.yml
+++ b/metadata/app.varlorg.unote.yml
@@ -10,16 +10,16 @@ Liberapay: Varlorg
AutoName: uNote
Description: |-
- Lightweight and minimalist notepad which focuses on simplicity and gives only
- basic features:
+ Lightweight and minimalist notepad which focuses on simplicity and gives only
+ basic features:
- * add/delete note
- * secure a note with password
- * sort notes by create date, modification date or title
- * search notes (only title or also in content except protected ones)
- * export/import database to sdcard
+ * add/delete note
+ * secure a note with password
+ * sort notes by create date, modification date or title
+ * search notes (only title or also in content except protected ones)
+ * export/import database to sdcard
- Attention: the database may be cleaned if you update from 1.0.X to 1.1.X.
+ Attention: the database may be cleaned if you update from 1.0.X to 1.1.X.
RepoType: git
Repo: https://gitlab.com/Varlorg/uNote.git
@@ -39,7 +39,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation' } }" >>
- build.gradle
+ build.gradle
- versionName: 1.1.1
versionCode: 3
diff --git a/metadata/app.zeusln.zeus.yml b/metadata/app.zeusln.zeus.yml
index c63fa0f45a..3321665db0 100644
--- a/metadata/app.zeusln.zeus.yml
+++ b/metadata/app.zeusln.zeus.yml
@@ -29,7 +29,7 @@ Builds:
- yes
output: build/outputs/apk/release/app-universal-release-unsigned.apk
prebuild: echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError
- -Dfile.encoding=UTF-8' >> ../gradle.properties
+ -Dfile.encoding=UTF-8' >> ../gradle.properties
scanignore:
- android/build.gradle
- node_modules/jsc-android
@@ -305,7 +305,7 @@ Builds:
ndk: r21e
MaintainerNotes: We build react-native-tor, i.e. sifir-rs-sdk from source. 0.1.8 is
- used currently.
+ used currently.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/apps.amine.bou.readerforselfoss.yml b/metadata/apps.amine.bou.readerforselfoss.yml
index a49e6672a6..c80545db43 100644
--- a/metadata/apps.amine.bou.readerforselfoss.yml
+++ b/metadata/apps.amine.bou.readerforselfoss.yml
@@ -196,7 +196,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e "s/git for-each-ref refs\/tags --sort=-authordate --format='%(refname:short)'
- --count=1/git describe --contains $(git rev-parse HEAD)/" build.gradle
+ --count=1/git describe --contains $(git rev-parse HEAD)/" build.gradle
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -209,7 +209,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e "s/git for-each-ref refs\/tags --sort=-authordate --format='%(refname:short)'
- --count=1/git describe --contains $(git rev-parse HEAD)/" build.gradle
+ --count=1/git describe --contains $(git rev-parse HEAD)/" build.gradle
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -511,8 +511,8 @@ Builds:
- appLoginPassword="PASS"
MaintainerNotes: |
- Version code and name are dynamically generated from the Git tag.
- The Gradle properties are added to avoid a Gradle error but they are only used in test builds.
+ Version code and name are dynamically generated from the Git tag.
+ The Gradle properties are added to avoid a Gradle error but they are only used in test builds.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/apps.babycaretimer.yml b/metadata/apps.babycaretimer.yml
index 30a4f7467c..4101ccb03a 100644
--- a/metadata/apps.babycaretimer.yml
+++ b/metadata/apps.babycaretimer.yml
@@ -7,8 +7,8 @@ Donate: https://code.google.com/p/baby-care-timer
AutoName: Baby Care Timer
Description: |-
- Baby Care Timer is a timer for parents to track feedings, diaper changes and
- other important items.
+ Baby Care Timer is a timer for parents to track feedings, diaper changes and
+ other important items.
RepoType: git-svn
Repo: https://baby-care-timer.googlecode.com/svn/trunk
diff --git a/metadata/apps.droidnotify.yml b/metadata/apps.droidnotify.yml
index 70adfc0191..f07932b06b 100644
--- a/metadata/apps.droidnotify.yml
+++ b/metadata/apps.droidnotify.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeAdd:
- en-US: Prompts to install the fully-featured proprietary version.
+ NonFreeAdd:
+ en-US: Prompts to install the fully-featured proprietary version.
Categories:
- System
License: GPL-3.0-only
@@ -8,16 +8,16 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/http://droid-noti
AutoName: Notify Lite
Description: |-
- This application will display a popup window for missed calls, text messages,
- calendar events and emails via https://f-droid.org/packages/com.fsck.k9. It is extremely customizable
- with many options to suit your needs and style. Extra themes are available as
- apks from the website.
+ This application will display a popup window for missed calls, text messages,
+ calendar events and emails via https://f-droid.org/packages/com.fsck.k9. It is extremely customizable
+ with many options to suit your needs and style. Extra themes are available as
+ apks from the website.
- Anti-feature: Addons. The app has some limitations and the user is prompted to
- install the fully-featured proprietary version.
+ Anti-feature: Addons. The app has some limitations and the user is prompted to
+ install the fully-featured proprietary version.
- Status: Newer versions have been published by the author but without source
- code.
+ Status: Newer versions have been published by the author but without source
+ code.
Builds:
- versionName: '2.20'
diff --git a/metadata/apps.jizzu.simpletodo.yml b/metadata/apps.jizzu.simpletodo.yml
index 1b3e16105a..b4110c837f 100644
--- a/metadata/apps.jizzu.simpletodo.yml
+++ b/metadata/apps.jizzu.simpletodo.yml
@@ -8,17 +8,17 @@ Changelog: https://github.com/Jizzu/SimpleToDo/releases
AutoName: To-Do
Description: |-
- Simple ToDo will help manage your daily tasks and don't forget about
- important things!
+ Simple ToDo will help manage your daily tasks and don't forget about
+ important things!
- Key Features:
+ Key Features:
- * Simple ToDo is completely free, doesn't contain built-in purchases and annoying advertising.
- * The application is made in the style of material design by Google with smooth and pleasant animations.
- * This app has a reminder feature which helps you never forget important things.
- * With built-in search, you can easily find any task you need in a couple of seconds.
- * Offers backup and restore functionality.
- * Drag'n'drop and Swipe to dismiss helps you quick and easily manage all your tasks.
+ * Simple ToDo is completely free, doesn't contain built-in purchases and annoying advertising.
+ * The application is made in the style of material design by Google with smooth and pleasant animations.
+ * This app has a reminder feature which helps you never forget important things.
+ * With built-in search, you can easily find any task you need in a couple of seconds.
+ * Offers backup and restore functionality.
+ * Drag'n'drop and Swipe to dismiss helps you quick and easily manage all your tasks.
RepoType: git
Repo: https://github.com/Jizzu/SimpleToDo
diff --git a/metadata/ar.com.tristeslostrestigres.diasporanativewebapp.yml b/metadata/ar.com.tristeslostrestigres.diasporanativewebapp.yml
index ef601632fa..cd27115ce5 100644
--- a/metadata/ar.com.tristeslostrestigres.diasporanativewebapp.yml
+++ b/metadata/ar.com.tristeslostrestigres.diasporanativewebapp.yml
@@ -8,10 +8,10 @@ Changelog: https://trello.com/b/8z6gzo05/diaspora-native-webapp
AutoName: Diaspora Native WebApp
Summary: Diaspora client
Description: |-
- Warning: This app has been discontinued in favor of
- https://f-droid.org/packages/com.github.dfa.diaspora_android.
+ Warning: This app has been discontinued in favor of
+ https://f-droid.org/packages/com.github.dfa.diaspora_android.
- Client for the Diaspora social network.
+ Client for the Diaspora social network.
RepoType: git
Repo: https://github.com/martinchodev/Diaspora-Native-WebApp
diff --git a/metadata/ar.com.tristeslostrestigres.redpanal.yml b/metadata/ar.com.tristeslostrestigres.redpanal.yml
index 8850989c52..6dd947858a 100644
--- a/metadata/ar.com.tristeslostrestigres.redpanal.yml
+++ b/metadata/ar.com.tristeslostrestigres.redpanal.yml
@@ -9,8 +9,8 @@ Name: RedPanal (old)
AutoName: RedPanal
Summary: Client for RedPanal
Description: |-
- Official companion app for RedPanal.org, a free and collaborative music site.
- Development continues at https://f-droid.org/packages/com.github.redpanal.android.
+ Official companion app for RedPanal.org, a free and collaborative music site.
+ Development continues at https://f-droid.org/packages/com.github.redpanal.android.
RepoType: git
Repo: https://github.com/martinchodev/RedPanal-Android-WebApp
diff --git a/metadata/ar.rulosoft.mimanganu.yml b/metadata/ar.rulosoft.mimanganu.yml
index 561046cb29..1aee9d5cb8 100644
--- a/metadata/ar.rulosoft.mimanganu.yml
+++ b/metadata/ar.rulosoft.mimanganu.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: Services providing the Manga material are not libre.
- NSFW:
- en-US: Shows explicit content (Hentai).
+ NonFreeNet:
+ en-US: Services providing the Manga material are not libre.
+ NSFW:
+ en-US: Shows explicit content (Hentai).
Categories:
- Reading
License: MIT
@@ -1423,9 +1423,9 @@ Builds:
prebuild: sed -i -e '/githubImplementation/d' build.gradle
MaintainerNotes: |-
- * We use the dev fork of RapidDecoder
- * upstream repo now archived (hence UCM None)
- * scanner will detect GMS (/com/google/android/gms) in these APKs; those are only stubs here
+ * We use the dev fork of RapidDecoder
+ * upstream repo now archived (hence UCM None)
+ * scanner will detect GMS (/com/google/android/gms) in these APKs; those are only stubs here
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/arity.calculator.yml b/metadata/arity.calculator.yml
index 46495eab6f..2e191afafb 100644
--- a/metadata/arity.calculator.yml
+++ b/metadata/arity.calculator.yml
@@ -5,8 +5,8 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/https://arity-cal
AutoName: Arity
Description: |-
- Scientific calculator with complex numbers and graphing of user-defined
- functions.
+ Scientific calculator with complex numbers and graphing of user-defined
+ functions.
Builds:
- versionName: '1.27'
diff --git a/metadata/at.bitfire.cadroid.yml b/metadata/at.bitfire.cadroid.yml
index a12af1d418..4fbf63193f 100644
--- a/metadata/at.bitfire.cadroid.yml
+++ b/metadata/at.bitfire.cadroid.yml
@@ -8,18 +8,18 @@ Bitcoin: 1KSCy7RHztKuhW9fLLaUYqdwdC2iwbejZU
AutoName: CAdroid
Description: |-
- Assist you in importing your self-signed certificate to your Android device:
+ Assist you in importing your self-signed certificate to your Android device:
- After you enter the host name of your HTTPS site, its certificate will be
- extracted and shown to you. Possible mistakes that may prevent successful import
- will be detected and displayed. As soon as you have verified the certificate by
- its details and fingerprints, it will be exported into a .crt file. You can then
- simply import the certificate from the file with a few clicks.
+ After you enter the host name of your HTTPS site, its certificate will be
+ extracted and shown to you. Possible mistakes that may prevent successful import
+ will be detected and displayed. As soon as you have verified the certificate by
+ its details and fingerprints, it will be exported into a .crt file. You can then
+ simply import the certificate from the file with a few clicks.
- When the certificate was imported correctly, it will be accepted in (nearly) all
- apps, including https://f-droid.org/packages/at.bitfire.davdroid and the Android email app don't choose
- "Accept all certificates" there, see
- https://code.google.com/p/android/issues/detail?id=67038.
+ When the certificate was imported correctly, it will be accepted in (nearly) all
+ apps, including https://f-droid.org/packages/at.bitfire.davdroid and the Android email app don't choose
+ "Accept all certificates" there, see
+ https://code.google.com/p/android/issues/detail?id=67038.
Builds:
- versionName: '0.1'
diff --git a/metadata/at.bitfire.gfxtablet.yml b/metadata/at.bitfire.gfxtablet.yml
index a29b3533f8..899df2d16f 100644
--- a/metadata/at.bitfire.gfxtablet.yml
+++ b/metadata/at.bitfire.gfxtablet.yml
@@ -10,26 +10,26 @@ Bitcoin: 1KSCy7RHztKuhW9fLLaUYqdwdC2iwbejZU
AutoName: GfxTablet
Description: |-
- NOTE: This app is no longer maintained.
+ NOTE: This app is no longer maintained.
- GfxTablet makes it possible to use your device (especially tablets) like a
- graphics tablet, sending touch data (including pressure!) to any compatible
- (e.g. GNU/Linux) computer. Requires running the uinput driver on your PC (see
- website for details).
+ GfxTablet makes it possible to use your device (especially tablets) like a
+ graphics tablet, sending touch data (including pressure!) to any compatible
+ (e.g. GNU/Linux) computer. Requires running the uinput driver on your PC (see
+ website for details).
- Features:
+ Features:
- * Draw and Paint in all of your Desktop applications (i.e. GIMP!)
- * 10.000 pressure sensitivity levels!
- * Navigate the DesktopPC display by hovering it with your Stylus Pen
- * Switch to StylusPen only painting (no interruption by your touching the device with your hand)
- * Display mapping (your device' screen will be scaled to map your Desktop PC resolution
- * Native full-screen drawing mode
- * Enhanced grid on your canvas to help with positioning
- * Load an image template to your canvas to learn drawing!
- * Wireless connection via WiFi
- * Low network traffic (3 kB/s)
- * Realtime painting!
+ * Draw and Paint in all of your Desktop applications (i.e. GIMP!)
+ * 10.000 pressure sensitivity levels!
+ * Navigate the DesktopPC display by hovering it with your Stylus Pen
+ * Switch to StylusPen only painting (no interruption by your touching the device with your hand)
+ * Display mapping (your device' screen will be scaled to map your Desktop PC resolution
+ * Native full-screen drawing mode
+ * Enhanced grid on your canvas to help with positioning
+ * Load an image template to your canvas to learn drawing!
+ * Wireless connection via WiFi
+ * Low network traffic (3 kB/s)
+ * Realtime painting!
RepoType: git
Repo: https://github.com/rfc2822/GfxTablet.git
diff --git a/metadata/at.bitfire.nophonespam.yml b/metadata/at.bitfire.nophonespam.yml
index 73c848a944..f7963c6505 100644
--- a/metadata/at.bitfire.nophonespam.yml
+++ b/metadata/at.bitfire.nophonespam.yml
@@ -9,26 +9,26 @@ Bitcoin: 1KSCy7RHztKuhW9fLLaUYqdwdC2iwbejZU
AutoName: NoPhoneSpam
Description: |-
- Block calls from annoying or private numbers on your Android device.
+ Block calls from annoying or private numbers on your Android device.
- NoPhoneSpam suppresses unwanted calls. Get rid of phone spam and people you
- don't want to talk with. Just block them. You can determine if you want to see
- that someone called or even block any notification. NoPhoneSpam is focused on
- simplicity! It's not cluttered with hundreds of unused features and we don't use
- any ads.
+ NoPhoneSpam suppresses unwanted calls. Get rid of phone spam and people you
+ don't want to talk with. Just block them. You can determine if you want to see
+ that someone called or even block any notification. NoPhoneSpam is focused on
+ simplicity! It's not cluttered with hundreds of unused features and we don't use
+ any ads.
- Features:
+ Features:
- * Block incoming calls
- * Use special syntax to block countries or providers or parts of numbers
- * Add, update and delete numbers
- * Manage notifications
- * Simple logging of numbers
- * Block calls with suppressed numbers
+ * Block incoming calls
+ * Use special syntax to block countries or providers or parts of numbers
+ * Add, update and delete numbers
+ * Manage notifications
+ * Simple logging of numbers
+ * Block calls with suppressed numbers
- NoPhoneSpam is NOT intended as a feature-rich call-spam fighting app, but as a
- replacement for Android's missing call blocking feature. If you have Android 6+,
- you don't need this app, because call blocking should be supported natively!
+ NoPhoneSpam is NOT intended as a feature-rich call-spam fighting app, but as a
+ replacement for Android's missing call blocking feature. If you have Android 6+,
+ you don't need this app, because call blocking should be supported natively!
RepoType: git
Repo: https://gitlab.com/bitfireAT/NoPhoneSpam.git
diff --git a/metadata/at.dasz.KolabDroid.yml b/metadata/at.dasz.KolabDroid.yml
index 28715c578d..a14fdfdc39 100644
--- a/metadata/at.dasz.KolabDroid.yml
+++ b/metadata/at.dasz.KolabDroid.yml
@@ -7,11 +7,11 @@ SourceCode: https://gitorious.org/kolab-android/kolab-android
Name: Kolab Client
AutoName: Kolab Client for Android
Description: |-
- A synchronisation provider for contacts and calender, integrating with Kolab or
- IMAP servers.
+ A synchronisation provider for contacts and calender, integrating with Kolab or
+ IMAP servers.
- Status: Currently, this is a developer preview. The project can eat all
- your data. (Calendar sync probably only works for Android 4 on 0.9.5-ICS).
+ Status: Currently, this is a developer preview. The project can eat all
+ your data. (Calendar sync probably only works for Android 4 on 0.9.5-ICS).
Builds:
- versionName: 0.9.5-ICS
diff --git a/metadata/at.finderlein.noe.yml b/metadata/at.finderlein.noe.yml
index ff6f2533f7..d5a8045d2b 100644
--- a/metadata/at.finderlein.noe.yml
+++ b/metadata/at.finderlein.noe.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- NonFreeNet:
- en-US: The Service of the Niederösterreich-CARD itself is not libre.
- de: Der Service der Niederösterreich-CARD selbst ist nicht libre.
+ NonFreeNet:
+ en-US: The Service of the Niederösterreich-CARD itself is not libre.
+ de: Der Service der Niederösterreich-CARD selbst ist nicht libre.
Categories:
- Internet
- Navigation
diff --git a/metadata/at.h4x.amsprung.yml b/metadata/at.h4x.amsprung.yml
index 130c3a0e9f..e45ff02ff3 100644
--- a/metadata/at.h4x.amsprung.yml
+++ b/metadata/at.h4x.amsprung.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- NonFreeNet:
- en-US: This app depends on a non-free open-data web-api for retrieving public
- transport departure times.
+ NonFreeNet:
+ en-US: This app depends on a non-free open-data web-api for retrieving public
+ transport departure times.
Categories:
- Navigation
License: GPL-3.0-or-later
diff --git a/metadata/at.h4x.metaapp.yml b/metadata/at.h4x.metaapp.yml
index 8184d5804b..3f6ed652d9 100644
--- a/metadata/at.h4x.metaapp.yml
+++ b/metadata/at.h4x.metaapp.yml
@@ -60,11 +60,11 @@ Builds:
- yes
MaintainerNotes: |
- This app scrapes https://metalab.at and uses their door-status api. The
- source-code for both sites is available, but not licensed with a
- free-software license.
- https://github.com/Metalab/mos
- https://github.com/Metalab/metadoor
+ This app scrapes https://metalab.at and uses their door-status api. The
+ source-code for both sites is available, but not licensed with a
+ free-software license.
+ https://github.com/Metalab/mos
+ https://github.com/Metalab/metadoor
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/at.jclehner.rxdroid.yml b/metadata/at.jclehner.rxdroid.yml
index 0e6e26014c..622ca4ecbb 100644
--- a/metadata/at.jclehner.rxdroid.yml
+++ b/metadata/at.jclehner.rxdroid.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeAssets:
- en-US: App contains CC non-commercial licensed artwork.
+ NonFreeAssets:
+ en-US: App contains CC non-commercial licensed artwork.
Categories:
- Sports & Health
- Time
@@ -12,11 +12,11 @@ Translation: https://crowdin.com/project/rxdroid
Changelog: https://github.com/jclehner/rxdroid/blob/HEAD/ChangeLog.md
Description: |-
- A simple medication reminder. Also keeps track of your pill count and required
- refills.
+ A simple medication reminder. Also keeps track of your pill count and required
+ refills.
- Help with translating RxDroid to your language at
- crowdin.com!
+ Help with translating RxDroid to your language at
+ crowdin.com!
RepoType: git
Repo: https://github.com/jclehner/rxdroid.git
diff --git a/metadata/at.linuxtage.companion.yml b/metadata/at.linuxtage.companion.yml
index a767487336..d71072f746 100644
--- a/metadata/at.linuxtage.companion.yml
+++ b/metadata/at.linuxtage.companion.yml
@@ -9,50 +9,50 @@ IssueTracker: https://github.com/linuxtage/EventFahrplan/issues
AutoName: GLT Companion
Description: |-
- Schedule application for the event "Grazer Linuxtage" - GLT
+ Schedule application for the event "Grazer Linuxtage" - GLT
- The Grazer Linuxtage is an annual two-day conference about open-source, hardware and software. The GLT offers workshops on Fridays and talks and info booths on Saturday on a multitude of topics.
+ The Grazer Linuxtage is an annual two-day conference about open-source, hardware and software. The GLT offers workshops on Fridays and talks and info booths on Saturday on a multitude of topics.
- Grazer Linuxtage
+ Grazer Linuxtage
- App features:
- * Upcoming and live events
- * View program by day and rooms (side by side)
- * Custom grid layout for smartphones (try landscape mode) and tablets
- * Read detailed descriptions (speaker names, start time, room name, links, ...) of events
- * Create your own customized schedule with favorites
- * Share events by email, twitter, etc. with your colleagues and friends
- * Reminder for your favorite talks
- * Offline support (Download the program)
- * Add events to your personal calendar
- * Keep track of program changes
- * Automatic program updates (configurable in settings)
- * Vote and leave comments on talks and workshops
- * Integration with the Engelsystem project https://engelsystem.de - Online tool for coordinating helpers and shifts on large events
+ App features:
+ * Upcoming and live events
+ * View program by day and rooms (side by side)
+ * Custom grid layout for smartphones (try landscape mode) and tablets
+ * Read detailed descriptions (speaker names, start time, room name, links, ...) of events
+ * Create your own customized schedule with favorites
+ * Share events by email, twitter, etc. with your colleagues and friends
+ * Reminder for your favorite talks
+ * Offline support (Download the program)
+ * Add events to your personal calendar
+ * Keep track of program changes
+ * Automatic program updates (configurable in settings)
+ * Vote and leave comments on talks and workshops
+ * Integration with the Engelsystem project https://engelsystem.de - Online tool for coordinating helpers and shifts on large events
- 🔤 Supported languages:
- (Event descriptions excluded)
- * Dutch
- * English
- * French
- * German
- * Italian
- * Japanese
- * Polish
- * Portuguese
- * Russian
- * Spanish
- * Swedish
+ 🔤 Supported languages:
+ (Event descriptions excluded)
+ * Dutch
+ * English
+ * French
+ * German
+ * Italian
+ * Japanese
+ * Polish
+ * Portuguese
+ * Russian
+ * Spanish
+ * Swedish
- 💡 Questions regarding the content can only be answered by the content team of the Grazer Linuxtage (GLT). This app simply offers a way to consume and personalize the conference schedule.
+ 💡 Questions regarding the content can only be answered by the content team of the Grazer Linuxtage (GLT). This app simply offers a way to consume and personalize the conference schedule.
- It's Open Source and available under the Apache-2.0 License.
- https://github.com/linuxtage/EventFahrplan
+ It's Open Source and available under the Apache-2.0 License.
+ https://github.com/linuxtage/EventFahrplan
- 💣 Bug reports are very welcome. It would be awesome if you can describe how to reproduce the particular error. Please use the GitHub issue tracker https://github.com/linuxtage/EventFahrplan/issues
+ 💣 Bug reports are very welcome. It would be awesome if you can describe how to reproduce the particular error. Please use the GitHub issue tracker https://github.com/linuxtage/EventFahrplan/issues
- This App is based on the EventFahrplan: https://github.com/EventFahrplan/EventFahrplan
+ This App is based on the EventFahrplan: https://github.com/EventFahrplan/EventFahrplan
RepoType: git
Repo: https://github.com/linuxtage/EventFahrplan.git
diff --git a/metadata/at.or.at.plugoffairplane.yml b/metadata/at.or.at.plugoffairplane.yml
index 78e9d63d6f..834a41056c 100644
--- a/metadata/at.or.at.plugoffairplane.yml
+++ b/metadata/at.or.at.plugoffairplane.yml
@@ -11,12 +11,12 @@ OpenCollective: GuardianProject
AutoName: Plug Off Airplane
Description: |-
- This is a very simple app that turns off Airplane Mode when the USB
- cable is plugged in. The idea is to make sure Airplane Mode is
- turned off at least once a day, in a safe location in terms of
- metadata: the home. Your telecom already knows your device belongs
- to its billing address. This makes it easier to use Airplane Mode to
- disable the cellular radio during the day, when it is not needed.
+ This is a very simple app that turns off Airplane Mode when the USB
+ cable is plugged in. The idea is to make sure Airplane Mode is
+ turned off at least once a day, in a safe location in terms of
+ metadata: the home. Your telecom already knows your device belongs
+ to its billing address. This makes it easier to use Airplane Mode to
+ disable the cellular radio during the day, when it is not needed.
RequiresRoot: true
diff --git a/metadata/at.tacticaldevc.panictrigger.yml b/metadata/at.tacticaldevc.panictrigger.yml
index 5de0716faa..60ce528a4d 100644
--- a/metadata/at.tacticaldevc.panictrigger.yml
+++ b/metadata/at.tacticaldevc.panictrigger.yml
@@ -10,26 +10,26 @@ Changelog: https://github.com/tacticalDevC/PanicTrigger/releases
AutoName: PanicTrigger
Description: |-
- NOTE: App repo is archived by dev. No longer maintained.
+ NOTE: App repo is archived by dev. No longer maintained.
- PanicTrigger is an Android app which can help you in case of an emergency
- situation. In case of an emergency you tap on a big red button which causes
- the app to send out SMS to your preconfigured contacts without
- comfirmation. So don't tap on the wrong button ;-)
+ PanicTrigger is an Android app which can help you in case of an emergency
+ situation. In case of an emergency you tap on a big red button which causes
+ the app to send out SMS to your preconfigured contacts without
+ comfirmation. So don't tap on the wrong button ;-)
- PanicTrigger runs in the background and listens for incoming SMS this is
- why it needs the permission to read your SMS. Trust me I won't read your
- SMS :)
+ PanicTrigger runs in the background and listens for incoming SMS this is
+ why it needs the permission to read your SMS. Trust me I won't read your
+ SMS :)
- If an ingoing SMS contains a specific word AND is from a specific number
- then an alarm will go off and call the sender of the SMS in one minute.
- Enough time for you to wake up and realize that the alarm has been
- triggered.
+ If an ingoing SMS contains a specific word AND is from a specific number
+ then an alarm will go off and call the sender of the SMS in one minute.
+ Enough time for you to wake up and realize that the alarm has been
+ triggered.
- Your contact(s) can trigger your alarm with a simple SMS and vice versa. If
- your opponent doesn't have this app he will only see an SMS with the text
- “Panic” (by default) and your current GPS coordinates. This makes this app
- useful regardless of your contact has this app installed or not.
+ Your contact(s) can trigger your alarm with a simple SMS and vice versa. If
+ your opponent doesn't have this app he will only see an SMS with the text
+ “Panic” (by default) and your current GPS coordinates. This makes this app
+ useful regardless of your contact has this app installed or not.
RepoType: git
Repo: https://github.com/tacticalDevC/PanicTrigger
diff --git a/metadata/at.tomtasche.reader.yml b/metadata/at.tomtasche.reader.yml
index e430ae5981..a5c7f40591 100644
--- a/metadata/at.tomtasche.reader.yml
+++ b/metadata/at.tomtasche.reader.yml
@@ -256,9 +256,9 @@ Builds:
ndk: r23b
MaintainerNotes: |-
- Init submodule manully because there is private recursive submodule
- conan pinned to 1.45.0 since 1.46.+ depends on Jinja2 >3 which is not available for Python 3.5.3 in Stretch, see https://github.com/conan-io/conan/pull/10710/files
- Future versions, use cmake from sloppy 3.16 system wide AND install 3.18 from sdkmanager
+ Init submodule manully because there is private recursive submodule
+ conan pinned to 1.45.0 since 1.46.+ depends on Jinja2 >3 which is not available for Python 3.5.3 in Stretch, see https://github.com/conan-io/conan/pull/10710/files
+ Future versions, use cmake from sloppy 3.16 system wide AND install 3.18 from sdkmanager
AutoUpdateMode: None
UpdateCheckMode: HTTP
diff --git a/metadata/at.zweng.bankomatinfos.yml b/metadata/at.zweng.bankomatinfos.yml
index 38ec92cc98..5297ffb729 100644
--- a/metadata/at.zweng.bankomatinfos.yml
+++ b/metadata/at.zweng.bankomatinfos.yml
@@ -9,16 +9,16 @@ Donate: https://johannes.zweng.at/donations.html
AutoName: Bankomat Card Infos
Description: |-
- Tries to read the last transactions and some general infos from a NFC-enabled
- Austrian Bankomatkarte (Maestro debit card) via NFC. It may not work on all
- cards, only tested with cards from Bank Austria for now.
+ Tries to read the last transactions and some general infos from a NFC-enabled
+ Austrian Bankomatkarte (Maestro debit card) via NFC. It may not work on all
+ cards, only tested with cards from Bank Austria for now.
- It checks if the card contains the Paylife Quick application (`AID
- D040000001000002`) and the Maestro (Bankomat) application (`AID A0000000043060`)
- and tries to read some free accessible files (no authentication is performed to
- card).
+ It checks if the card contains the Paylife Quick application (`AID
+ D040000001000002`) and the Maestro (Bankomat) application (`AID A0000000043060`)
+ and tries to read some free accessible files (no authentication is performed to
+ card).
- WARNING: This app has been superseded by https://f-droid.org/packages/at.zweng.bankomatinfos.
+ WARNING: This app has been superseded by https://f-droid.org/packages/at.zweng.bankomatinfos.
RepoType: git
Repo: https://github.com/johnzweng/bankomatinfos.git
diff --git a/metadata/atitel.com.todoer.yml b/metadata/atitel.com.todoer.yml
index 9a956e6238..f70a8cda27 100644
--- a/metadata/atitel.com.todoer.yml
+++ b/metadata/atitel.com.todoer.yml
@@ -7,9 +7,9 @@ IssueTracker: https://github.com/adavari/Todoer/issues
AutoName: Todoer
Description: |-
- A Todo list. Please note that this software was going to be used only for a
- month and is not written security / performance / beaty in mind! Hope this
- changes soon. At the moment this code can be seen in action at todoer.ir
+ A Todo list. Please note that this software was going to be used only for a
+ month and is not written security / performance / beaty in mind! Hope this
+ changes soon. At the moment this code can be seen in action at todoer.ir
RepoType: git
Repo: https://github.com/adavari/Todoer
diff --git a/metadata/atm.nasaimages.yml b/metadata/atm.nasaimages.yml
index a92d0c6f3e..56980a752e 100644
--- a/metadata/atm.nasaimages.yml
+++ b/metadata/atm.nasaimages.yml
@@ -10,9 +10,9 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=M7Y
AutoName: NASA Images
Description: |-
- NASA Images randomly selects a picture from NASA Image and Video Library, shows
- it, provides its description and other related info, and allows to download or
- share it.
+ NASA Images randomly selects a picture from NASA Image and Video Library, shows
+ it, provides its description and other related info, and allows to download or
+ share it.
RepoType: git
Repo: https://gitlab.com/atorresm/NASAImages.git
diff --git a/metadata/atm.rocketguardian.yml b/metadata/atm.rocketguardian.yml
index 68acd4dbac..b585fb5524 100644
--- a/metadata/atm.rocketguardian.yml
+++ b/metadata/atm.rocketguardian.yml
@@ -9,8 +9,8 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=M7Y
AutoName: Rocket Guardian
Description: |-
- Rocket Guardian is a game about a guardian that must protect a city from the
- falling zombies.
+ Rocket Guardian is a game about a guardian that must protect a city from the
+ falling zombies.
RepoType: git
Repo: https://gitlab.com/atorresm/rocket-guardian.git
diff --git a/metadata/atm.starun.game.yml b/metadata/atm.starun.game.yml
index b3da3a0949..2ab4c4b3b7 100644
--- a/metadata/atm.starun.game.yml
+++ b/metadata/atm.starun.game.yml
@@ -9,8 +9,8 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=M7Y
AutoName: Starun
Description: |-
- Starun is a simple game about a cute, little star that must avoid asteroids in
- order to reach its destination.
+ Starun is a simple game about a cute, little star that must avoid asteroids in
+ order to reach its destination.
RepoType: git
Repo: https://gitlab.com/atorresm/Starun.git
diff --git a/metadata/au.com.darkside.XServer.yml b/metadata/au.com.darkside.XServer.yml
index e91e60ad5b..26c19ed99b 100644
--- a/metadata/au.com.darkside.XServer.yml
+++ b/metadata/au.com.darkside.XServer.yml
@@ -8,10 +8,10 @@ IssueTracker: https://github.com/mattkwan/android-xserver/issues
AutoName: X Server
Summary: Display remote X11 apps
Description: |-
- X Server, allowing you to display X11 applications on your device. It could be used in conjunction with
- https://f-droid.org/packages/info.guardianproject.lildebi to use graphical apps according to the
- instructions on
- this blog
+ X Server, allowing you to display X11 applications on your device. It could be used in conjunction with
+ https://f-droid.org/packages/info.guardianproject.lildebi to use graphical apps according to the
+ instructions on
+ this blog
RepoType: git
Repo: https://github.com/mattkwan/android-xserver
diff --git a/metadata/au.com.wallaceit.reddinator.yml b/metadata/au.com.wallaceit.reddinator.yml
index 6b2952391a..fe0a659fa1 100644
--- a/metadata/au.com.wallaceit.reddinator.yml
+++ b/metadata/au.com.wallaceit.reddinator.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Reddit, which is proprietary.
+ NonFreeNet:
+ en-US: Depends on Reddit, which is proprietary.
Categories:
- Internet
License: GPL-3.0-or-later
@@ -13,21 +13,21 @@ Changelog: https://github.com/micwallace/reddinator/releases
AutoName: Reddinator
Description: |-
- A widget for the popular Reddit website.
+ A widget for the popular Reddit website.
- Features:
+ Features:
- * Display any Reddit subreddit in the widget.
- * Choose from popular subreddits or search for your favourites.
- * Keep you favourite subreddits on your "My Subreddits" list.
- * Select the subreddit sorting type (hot, popular, etc).
- * Reload the feed.
- * Load more feed items.
- * Have multiple widgets displaying a different subreddit and sorting type.
- * Display thumbnails preference for each widget, choose position of thumbnail.
- * Hide post infomation
- * Choose from three item click actions. You can open the combined "Reddinator view", open the item's content page or open the item's Reddit page.
- * Reddinator view combines the items content and the reddit comments page into a tabbed layout, read the article and participate in Reddits great community discussion at the same time.
+ * Display any Reddit subreddit in the widget.
+ * Choose from popular subreddits or search for your favourites.
+ * Keep you favourite subreddits on your "My Subreddits" list.
+ * Select the subreddit sorting type (hot, popular, etc).
+ * Reload the feed.
+ * Load more feed items.
+ * Have multiple widgets displaying a different subreddit and sorting type.
+ * Display thumbnails preference for each widget, choose position of thumbnail.
+ * Hide post infomation
+ * Choose from three item click actions. You can open the combined "Reddinator view", open the item's content page or open the item's Reddit page.
+ * Reddinator view combines the items content and the reddit comments page into a tabbed layout, read the article and participate in Reddits great community discussion at the same time.
RepoType: git
Repo: https://github.com/micwallace/reddinator.git
@@ -318,7 +318,7 @@ Builds:
rm:
- build.gradle
prebuild: sed -i -e '/classpath/s/2.2.1/2.1.3/g' -e 's#http://guardian.github.com/maven/repo-releases#https://jitpack.io#'
- -e "s/com.gu:option.*/com.github.guardian:Option:e933c3a31d'/" build.gradle
+ -e "s/com.gu:option.*/com.github.guardian:Option:e933c3a31d'/" build.gradle
- versionName: 3.20.1
versionCode: 58
@@ -331,7 +331,7 @@ Builds:
rm:
- build.gradle
prebuild: sed -i -e '/classpath/s/2.2.1/2.1.3/g' -e 's#http://guardian.github.com/maven/repo-releases#https://jitpack.io#'
- -e "s/com.gu:option.*/com.github.guardian:Option:e933c3a31d'/" build.gradle
+ -e "s/com.gu:option.*/com.github.guardian:Option:e933c3a31d'/" build.gradle
- versionName: 3.20.2
versionCode: 59
@@ -344,7 +344,7 @@ Builds:
rm:
- build.gradle
prebuild: sed -i -e '/mavenCentral/ajcenter()' -e 's#http://guardian.github.com/maven/repo-releases#https://jitpack.io#'
- -e "s/com.gu:option.*/com.github.guardian:Option:e933c3a31d'/" build.gradle
+ -e "s/com.gu:option.*/com.github.guardian:Option:e933c3a31d'/" build.gradle
- versionName: 3.21.0
versionCode: 60
@@ -357,7 +357,7 @@ Builds:
rm:
- build.gradle
prebuild: sed -i -e '/mavenCentral/ajcenter()' -e 's#http://guardian.github.com/maven/repo-releases#https://jitpack.io#'
- -e "s/com.gu:option.*/com.github.guardian:Option:e933c3a31d'/" build.gradle
+ -e "s/com.gu:option.*/com.github.guardian:Option:e933c3a31d'/" build.gradle
- versionName: 3.21.1
versionCode: 61
@@ -370,7 +370,7 @@ Builds:
rm:
- build.gradle
prebuild: sed -i -e '/mavenCentral/ajcenter()' -e 's#http://guardian.github.com/maven/repo-releases#https://jitpack.io#'
- -e "s/com.gu:option.*/com.github.guardian:Option:e933c3a31d'/" build.gradle
+ -e "s/com.gu:option.*/com.github.guardian:Option:e933c3a31d'/" build.gradle
- versionName: 3.21.2
versionCode: 62
@@ -383,7 +383,7 @@ Builds:
rm:
- build.gradle
prebuild: sed -i -e '/mavenCentral/ajcenter()' -e 's#http://guardian.github.com/maven/repo-releases#https://jitpack.io#'
- -e "s/com.gu:option.*/com.github.guardian:Option:e933c3a31d'/" build.gradle
+ -e "s/com.gu:option.*/com.github.guardian:Option:e933c3a31d'/" build.gradle
- versionName: 3.21.4
versionCode: 64
@@ -396,7 +396,7 @@ Builds:
rm:
- build.gradle
prebuild: sed -i -e '/mavenCentral/ajcenter()' -e 's#http://guardian.github.com/maven/repo-releases#https://jitpack.io#'
- -e "s/com.gu:option.*/com.github.guardian:Option:e933c3a31d'/" build.gradle
+ -e "s/com.gu:option.*/com.github.guardian:Option:e933c3a31d'/" build.gradle
- versionName: 3.22.4
versionCode: 68
diff --git a/metadata/au.id.micolous.farebot.yml b/metadata/au.id.micolous.farebot.yml
index d876869af8..3e0d5e1951 100644
--- a/metadata/au.id.micolous.farebot.yml
+++ b/metadata/au.id.micolous.farebot.yml
@@ -9,57 +9,57 @@ Changelog: https://github.com/metrodroid/metrodroid/wiki/Changelog
AutoName: Metrodroid
Description: |-
- Metrodroid can read information from some public transport NFC smartcards. It
- was formerly known as Farebot M.
+ Metrodroid can read information from some public transport NFC smartcards. It
+ was formerly known as Farebot M.
- This is a fork of Eric Butler's Farebot project, with support for additional
- cards and bug fixes.
+ This is a fork of Eric Butler's Farebot project, with support for additional
+ cards and bug fixes.
- Supported cards:
+ Supported cards:
- * Bilhete Único - São Paulo, Brazil (1) (2) (5)
- * Clipper - San Francisco, CA, USA
- * EZ-Link - Singapore (3)
- * Go card - Brisbane and South East Queensland, Australia (0) (1) (2)
- * Manly Fast Ferry - Sydney (and surrounds), NSW, Australia (0) (1) (2)
- * Matkakortti, HSL - Finland
- * Myki - Melbourne (and surrounds), VIC, Australia (0) (4)
- * MyWay - Australian Capital Territory, Australia (0) (1) (2) (5)
- * NETS Flashpay - Singapore
- * Octopus - Hong Kong (0)
- * Opal - Sydney, NSW, Australia (0)
- * ORCA - Seattle, WA, USA
- * OV-chipkaart - Netherlands (1) (2)
- * Shenzhen Tong - Shenzong, Guangdong Province, China (0)
- * SmartRider - Western Australia, Australia (0) (1) (2)
- * Suica, IOCOA, PASMO, Edy - Japan
- * Transit Access Pass - Los Angeles, CA, USA (0) (1) (2)
+ * Bilhete Único - São Paulo, Brazil (1) (2) (5)
+ * Clipper - San Francisco, CA, USA
+ * EZ-Link - Singapore (3)
+ * Go card - Brisbane and South East Queensland, Australia (0) (1) (2)
+ * Manly Fast Ferry - Sydney (and surrounds), NSW, Australia (0) (1) (2)
+ * Matkakortti, HSL - Finland
+ * Myki - Melbourne (and surrounds), VIC, Australia (0) (4)
+ * MyWay - Australian Capital Territory, Australia (0) (1) (2) (5)
+ * NETS Flashpay - Singapore
+ * Octopus - Hong Kong (0)
+ * Opal - Sydney, NSW, Australia (0)
+ * ORCA - Seattle, WA, USA
+ * OV-chipkaart - Netherlands (1) (2)
+ * Shenzhen Tong - Shenzong, Guangdong Province, China (0)
+ * SmartRider - Western Australia, Australia (0) (1) (2)
+ * Suica, IOCOA, PASMO, Edy - Japan
+ * Transit Access Pass - Los Angeles, CA, USA (0) (1) (2)
- (0): New in Metrodroid.
+ (0): New in Metrodroid.
- (1): Not compatible with all devices (Mifare Classic).
+ (1): Not compatible with all devices (Mifare Classic).
- (2): Encryption keys are required to read this card.
+ (2): Encryption keys are required to read this card.
- (3): Not compatible with all devices (CEPAS).
+ (3): Not compatible with all devices (CEPAS).
- (4): Only the card number can be read.
+ (4): Only the card number can be read.
- (5): Fallback reader -- must be explicitly enabled in the application's
- preferences.
+ (5): Fallback reader -- must be explicitly enabled in the application's
+ preferences.
- You require a NFC-compatible phone in order to read cards.
+ You require a NFC-compatible phone in order to read cards.
- You need a NXP NFC chipset in your phone in order to read MIFARE Classic cards.
- Some phones have NFC chips from other manufacturers, which do not read Mifare
- Classic cards (eg: Nexus 4, Nexus 5, Samsung Galaxy S4). Check the About screen
- in the app in order to determine if your phone supports MIFARE Classic.
+ You need a NXP NFC chipset in your phone in order to read MIFARE Classic cards.
+ Some phones have NFC chips from other manufacturers, which do not read Mifare
+ Classic cards (eg: Nexus 4, Nexus 5, Samsung Galaxy S4). Check the About screen
+ in the app in order to determine if your phone supports MIFARE Classic.
- Some agencies have encrypted cards. You will need to acquire encryption keys in
- order to read them. These are generally unique to each card. Sorry, I can't help
- you with this.
+ Some agencies have encrypted cards. You will need to acquire encryption keys in
+ order to read them. These are generally unique to each card. Sorry, I can't help
+ you with this.
- Some other agencies' cards using Cubic Nextfare on Mifare Classic may also work.
+ Some other agencies' cards using Cubic Nextfare on Mifare Classic may also work.
RepoType: git
Repo: https://github.com/metrodroid/metrodroid
diff --git a/metadata/awais.instagrabber.yml b/metadata/awais.instagrabber.yml
index c9756e1747..daa6b7d89c 100644
--- a/metadata/awais.instagrabber.yml
+++ b/metadata/awais.instagrabber.yml
@@ -9,17 +9,17 @@ IssueTracker: https://gitlab.com/AwaisKing/Instagrabber/issues
AutoName: InstaGrabber
Description: |-
- [NOTE: this app is discontinued, use the maintained fork instead]
+ [NOTE: this app is discontinued, use the maintained fork instead]
- Hey moron, this is what you can do:
- * you can search for hashtags and use usernames.
- * you can keep the app running and it'll automatically show up a box with post or username you copied.
- * you can download mafakin profiles pictures and their feed posts (public only). 1
- * you can simply log in to your account (Settings > Login) and you can download private posts too!! 2
- * you can hold down any item and you'll be able to download batch items, if you're greedy and/or want to steal posts.
- * you can copy bio of anyone and captions of any post, if you want to. idrc.
- * you can watch stories and highlights. again, i'm telling you to make sure you're logged in
- * view or copy commens, only if the post has at least one.
+ Hey moron, this is what you can do:
+ * you can search for hashtags and use usernames.
+ * you can keep the app running and it'll automatically show up a box with post or username you copied.
+ * you can download mafakin profiles pictures and their feed posts (public only). 1
+ * you can simply log in to your account (Settings > Login) and you can download private posts too!! 2
+ * you can hold down any item and you'll be able to download batch items, if you're greedy and/or want to steal posts.
+ * you can copy bio of anyone and captions of any post, if you want to. idrc.
+ * you can watch stories and highlights. again, i'm telling you to make sure you're logged in
+ * view or copy commens, only if the post has at least one.
RepoType: git
Repo: https://gitlab.com/AwaisKing/Instagrabber.git
diff --git a/metadata/aws.apps.androidDrawables.yml b/metadata/aws.apps.androidDrawables.yml
index 021afff634..a476d71aba 100644
--- a/metadata/aws.apps.androidDrawables.yml
+++ b/metadata/aws.apps.androidDrawables.yml
@@ -8,13 +8,13 @@ IssueTracker: https://github.com/alt236/Android-Drawables---Android/issues
AutoName: Android Resources
Description: |-
- This application will list all public and private Android resources (i.e.
- resources located under android.R.* and under com.android.internal.R.*) for the
- current device. If the resource is a drawable or a colour the background colour
- of the list can be changed to see how it looks next to a different colour.
- Internal resources (anything under 'com.android._internal_.R') are not
- guaranteed to be in all devices/Android versions. Do not reference them directly
- in your application or it will crash on untested device configurations.
+ This application will list all public and private Android resources (i.e.
+ resources located under android.R.* and under com.android.internal.R.*) for the
+ current device. If the resource is a drawable or a colour the background colour
+ of the list can be changed to see how it looks next to a different colour.
+ Internal resources (anything under 'com.android._internal_.R') are not
+ guaranteed to be in all devices/Android versions. Do not reference them directly
+ in your application or it will crash on untested device configurations.
RepoType: git
Repo: https://github.com/alt236/Android-Drawables---Android.git
diff --git a/metadata/aws.apps.usbDeviceEnumerator.yml b/metadata/aws.apps.usbDeviceEnumerator.yml
index 8cb74572eb..5615a11f91 100644
--- a/metadata/aws.apps.usbDeviceEnumerator.yml
+++ b/metadata/aws.apps.usbDeviceEnumerator.yml
@@ -8,16 +8,16 @@ IssueTracker: https://github.com/alt236/USB-Device-Info---Android/issues
AutoName: USB Device Info
Description: |-
- Allows you to list all attached (host mode) USB devices. Information includes:
+ Allows you to list all attached (host mode) USB devices. Information includes:
- * The Device class
- * The USB device path
- * The Vendor ID (VID) and the Product ID (PID)
- * A List of all interfaces and their endpoints
+ * The Device class
+ * The USB device path
+ * The Vendor ID (VID) and the Product ID (PID)
+ * A List of all interfaces and their endpoints
- If you download the accompanying databases, the application will also be able to
- provide you with additional info such as the Vendor of the device (which is not
- necessarily the brand!), the vendor's logo and the product name.
+ If you download the accompanying databases, the application will also be able to
+ provide you with additional info such as the Vendor of the device (which is not
+ necessarily the brand!), the vendor's logo and the product name.
RepoType: git
Repo: https://github.com/alt236/USB-Device-Info---Android.git
diff --git a/metadata/axp.tool.apkextractor.yml b/metadata/axp.tool.apkextractor.yml
index 319122e37f..81c9defab8 100644
--- a/metadata/axp.tool.apkextractor.yml
+++ b/metadata/axp.tool.apkextractor.yml
@@ -7,16 +7,16 @@ Changelog: https://github.com/axxapy/apkExtractor/releases
AutoName: Apk Extractor
Description: |-
- Extract APKs from your device, even if installed from the Playstore. Root access
- is required for paid apps.
+ Extract APKs from your device, even if installed from the Playstore. Root access
+ is required for paid apps.
- * Fast and easy to use.
- * Extracts almost all applications, includes system applications.
- * ROOT access only required for extracting paid apps.
- * Apk's will be saved in /sdcard/Download/Eimon/.
- * Provided Search option to search applications.
- * Compatible with latest version of Android 6.0
- * Saved apk format : AppPackageName.apk.
+ * Fast and easy to use.
+ * Extracts almost all applications, includes system applications.
+ * ROOT access only required for extracting paid apps.
+ * Apk's will be saved in /sdcard/Download/Eimon/.
+ * Provided Search option to search applications.
+ * Compatible with latest version of Android 6.0
+ * Saved apk format : AppPackageName.apk.
RepoType: git
Repo: https://github.com/axxapy/apkExtractor
diff --git a/metadata/bander.notepad.yml b/metadata/bander.notepad.yml
index fe4f03f62d..b94f4d5e35 100644
--- a/metadata/bander.notepad.yml
+++ b/metadata/bander.notepad.yml
@@ -6,7 +6,7 @@ SourceCode: https://code.google.com/archive/p/banderlabs/source
AutoName: Notepad
Description: It has selectable text size, searching, sorting, and the ability to send
- notes.
+ notes.
Builds:
- versionName: '1.06'
diff --git a/metadata/be.ac.ulb.lisa.idot.android.dicomviewer.yml b/metadata/be.ac.ulb.lisa.idot.android.dicomviewer.yml
index 29eaab3dc2..66974bdfa9 100644
--- a/metadata/be.ac.ulb.lisa.idot.android.dicomviewer.yml
+++ b/metadata/be.ac.ulb.lisa.idot.android.dicomviewer.yml
@@ -6,10 +6,10 @@ SourceCode: https://code.google.com/archive/p/droid-dicom-viewer/source
AutoName: Droid Dicom Viewer
Description: |-
- Implements a part of the DICOM standard. It reads DICOM images that are coded on
- 8 bits and 16 bits. It supports only grayscale not compressed DICOM files. It
- parses implicit and explicit (little endian and big endian) value representation
- (VR).
+ Implements a part of the DICOM standard. It reads DICOM images that are coded on
+ 8 bits and 16 bits. It supports only grayscale not compressed DICOM files. It
+ parses implicit and explicit (little endian and big endian) value representation
+ (VR).
Builds:
- versionName: 1.4 Grymalkyn
diff --git a/metadata/be.brunoparmentier.apkshare.yml b/metadata/be.brunoparmentier.apkshare.yml
index 5ee7df3a1e..8f86ffc6ea 100644
--- a/metadata/be.brunoparmentier.apkshare.yml
+++ b/metadata/be.brunoparmentier.apkshare.yml
@@ -11,8 +11,8 @@ Bitcoin: 168utA5DWMVXLFVfQDahG5abEWUSk9Wcfm
AutoName: APKShare
Description: |-
- APKShare lists all installed apps (system and user) and lets you send the
- original APK file by e-mail, or share it with Android Beam, Bluetooth, etc.
+ APKShare lists all installed apps (system and user) and lets you send the
+ original APK file by e-mail, or share it with Android Beam, Bluetooth, etc.
RepoType: git
Repo: https://github.com/bparmentier/APKShare
diff --git a/metadata/be.brunoparmentier.dnssetter.yml b/metadata/be.brunoparmentier.dnssetter.yml
index 62136b150b..da1e667b5a 100644
--- a/metadata/be.brunoparmentier.dnssetter.yml
+++ b/metadata/be.brunoparmentier.dnssetter.yml
@@ -11,14 +11,14 @@ Bitcoin: 168utA5DWMVXLFVfQDahG5abEWUSk9Wcfm
AutoName: DNSSetter
Description: |-
- DNSSetter lets you change your DNS servers. It currently uses the "setprop"
- method and works for mobile connections (3G, 4G, etc.). This is temporary and it
- will not resist if your IP address changes or if you reboot your device.
+ DNSSetter lets you change your DNS servers. It currently uses the "setprop"
+ method and works for mobile connections (3G, 4G, etc.). This is temporary and it
+ will not resist if your IP address changes or if you reboot your device.
- As DNS management changes depending on Android version, this might not work for
- you. If so, please let me know so I can try adding other methods.
+ As DNS management changes depending on Android version, this might not work for
+ you. If so, please let me know so I can try adding other methods.
- Requires root: Yes. To edit system properties.
+ Requires root: Yes. To edit system properties.
RequiresRoot: true
diff --git a/metadata/be.brunoparmentier.openbikesharing.app.yml b/metadata/be.brunoparmentier.openbikesharing.app.yml
index c6e6a641ea..b702cd6c73 100644
--- a/metadata/be.brunoparmentier.openbikesharing.app.yml
+++ b/metadata/be.brunoparmentier.openbikesharing.app.yml
@@ -13,15 +13,15 @@ Bitcoin: 168utA5DWMVXLFVfQDahG5abEWUSk9Wcfm
AutoName: OpenBikeSharing
Description: |-
- OpenBikeSharing lets you find shared bikes available in your city (around 400
- cities, 38 countries).
+ OpenBikeSharing lets you find shared bikes available in your city (around 400
+ cities, 38 countries).
- Select your bike network, find some stations in the list or on the map
- (OpenStreetMap) and you're good to go!
+ Select your bike network, find some stations in the list or on the map
+ (OpenStreetMap) and you're good to go!
- Data is retrieved from the CityBikes API.
+ Data is retrieved from the CityBikes API.
- BikeSharingHub is the continuation of this app.
+ BikeSharingHub is the continuation of this app.
RepoType: git
Repo: https://github.com/bparmentier/OpenBikeSharing
@@ -36,7 +36,7 @@ Builds:
rm:
- app/libs/*
prebuild: sed -i -e "s/dependencies {/dependencies {\ncompile 'org.slf4j:slf4j-simple:1.7.7'\ncompile
- 'org.slf4j:slf4j-api:1.7.7'\n/g" build.gradle
+ 'org.slf4j:slf4j-api:1.7.7'\n/g" build.gradle
- versionName: '1.1'
versionCode: 2
diff --git a/metadata/be.brunoparmentier.wifikeyshare.yml b/metadata/be.brunoparmentier.wifikeyshare.yml
index 1453d722bc..8fdbbf7554 100644
--- a/metadata/be.brunoparmentier.wifikeyshare.yml
+++ b/metadata/be.brunoparmentier.wifikeyshare.yml
@@ -12,24 +12,24 @@ Bitcoin: 168utA5DWMVXLFVfQDahG5abEWUSk9Wcfm
AutoName: WiFiKeyShare
Description: |-
- WiFiKeyShare lets you easily share your Wi-Fi password by generating a QR code
- or by writing it to an NFC tag.
+ WiFiKeyShare lets you easily share your Wi-Fi password by generating a QR code
+ or by writing it to an NFC tag.
- The QR code should be recognized by most barcode scanner applications (i.e.
- Barcode Scanner by ZXing) and the NFC tag is formatted in the same way as
- Android does since it introduced its "Write to NFC tag" option in Lollipop. That
- means people running Android 5.0+ won't have to download any specific app to
- connect to the network after scanning the tag.
+ The QR code should be recognized by most barcode scanner applications (i.e.
+ Barcode Scanner by ZXing) and the NFC tag is formatted in the same way as
+ Android does since it introduced its "Write to NFC tag" option in Lollipop. That
+ means people running Android 5.0+ won't have to download any specific app to
+ connect to the network after scanning the tag.
- You can also send Wi-Fi configuration via Android Beam: while on a Wi-Fi network
- screen, tap your device to your friend's device and a pop-up will appear asking
- if they want to connect.
+ You can also send Wi-Fi configuration via Android Beam: while on a Wi-Fi network
+ screen, tap your device to your friend's device and a pop-up will appear asking
+ if they want to connect.
- Important note
+ Important note
- Android does not let apps read the saved Wi-Fi passwords, so you will need to
- enter them manually for each network you want to share. However, the
- passwords will automatically be retrieved if WiFiKeyShare is given root access.
+ Android does not let apps read the saved Wi-Fi passwords, so you will need to
+ enter them manually for each network you want to share. However, the
+ passwords will automatically be retrieved if WiFiKeyShare is given root access.
RepoType: git
Repo: https://github.com/bparmentier/WiFiKeyShare
diff --git a/metadata/be.casperverswijvelt.unifiedinternetqs.yml b/metadata/be.casperverswijvelt.unifiedinternetqs.yml
index 3956d68bfa..fed451b155 100644
--- a/metadata/be.casperverswijvelt.unifiedinternetqs.yml
+++ b/metadata/be.casperverswijvelt.unifiedinternetqs.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- Tracking:
- en-US: Sends Analytics to bitanalytics.casperverswijvelt.be (behind Cloudflare)
+ Tracking:
+ en-US: Sends Analytics to bitanalytics.casperverswijvelt.be (behind Cloudflare)
Categories:
- Connectivity
- Internet
@@ -32,7 +32,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: 2.5.0-fdroid
versionCode: 2050000
@@ -45,7 +45,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: 2.5.1-fdroid
versionCode: 2050100
@@ -54,7 +54,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: 2.5.2-fdroid
versionCode: 2050200
@@ -63,7 +63,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: 2.6.0-fdroid
versionCode: 2060000
@@ -72,7 +72,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: 2.6.1-fdroid
versionCode: 2060101
@@ -81,7 +81,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' build.gradle
- ../build.gradle
+ ../build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[\d.]+$
diff --git a/metadata/be.digitalia.fosdem.yml b/metadata/be.digitalia.fosdem.yml
index c35d7ec61f..2ee36fb68f 100644
--- a/metadata/be.digitalia.fosdem.yml
+++ b/metadata/be.digitalia.fosdem.yml
@@ -10,27 +10,27 @@ Changelog: https://github.com/cbeyls/fosdem-companion-android/releases
AutoName: FOSDEM Companion
Description: |-
- Advanced schedule browser for the FOSDEM conference in
- Brussels, Belgium. Download the most recent schedule and browse it offline.
+ Advanced schedule browser for the FOSDEM conference in
+ Brussels, Belgium. Download the most recent schedule and browse it offline.
- Features:
+ Features:
- * Browse sessions by day and by track
- * Instant search
- * Track schedule view optimized for phones and tablets
- * Full sessions details with related links, speakers info and room maps
- * Add sessions directly to your calendar
- * Share sessions with a link to their page on the FOSDEM website
- * Manage bookmarks and get notified when a bookmarked session is about to start
- * “Live” view: during FOSDEM, watch the realtime updated list of currently running and upcoming sessions
- * Includes a simple map of the site.
+ * Browse sessions by day and by track
+ * Instant search
+ * Track schedule view optimized for phones and tablets
+ * Full sessions details with related links, speakers info and room maps
+ * Add sessions directly to your calendar
+ * Share sessions with a link to their page on the FOSDEM website
+ * Manage bookmarks and get notified when a bookmarked session is about to start
+ * “Live” view: during FOSDEM, watch the realtime updated list of currently running and upcoming sessions
+ * Includes a simple map of the site.
- Note: this app properly handles timezone changes and device reboots for
- notifications; you can download the schedule and add bookmarks on any timezone
- and you will get notified at the right time when the events start in Belgium.
+ Note: this app properly handles timezone changes and device reboots for
+ notifications; you can download the schedule and add bookmarks on any timezone
+ and you will get notified at the right time when the events start in Belgium.
- The name FOSDEM and the gear logo are registered trademarks of FOSDEM VZW. Used
- with permission.
+ The name FOSDEM and the gear logo are registered trademarks of FOSDEM VZW. Used
+ with permission.
RepoType: git
Repo: https://github.com/cbeyls/fosdem-companion-android.git
@@ -59,7 +59,7 @@ Builds:
rm:
- libs/*
prebuild: sed -i -e '/appcompat/acompile "com.github.chrisbanes.photoview:library:1.2.3"'
- -e '/libs\/photoview-1.2.2.jar/d' build.gradle
+ -e '/libs\/photoview-1.2.2.jar/d' build.gradle
- versionName: 1.1.1
versionCode: 700111
diff --git a/metadata/be.geecko.QuickLyric.yml b/metadata/be.geecko.QuickLyric.yml
index a5b8c8a301..522bc0feb6 100644
--- a/metadata/be.geecko.QuickLyric.yml
+++ b/metadata/be.geecko.QuickLyric.yml
@@ -12,13 +12,13 @@ Name: QuickLyric (old)
AutoName: QuickLyric
Summary: Fetch and display song lyrics
Description: |-
- QuickLyric fetches your lyrics for you. It includes a search engine and is
- simple and easy to use. It can also detect what song is playing on your device.
+ QuickLyric fetches your lyrics for you. It includes a search engine and is
+ simple and easy to use. It can also detect what song is playing on your device.
- The NFC permission is used to share lyrics via Android Beam.
+ The NFC permission is used to share lyrics via Android Beam.
- Note that upstream uses a new package id now. Further update will only be
- available with https://f-droid.org/packages/com.geecko.QuickLyric.
+ Note that upstream uses a new package id now. Further update will only be
+ available with https://f-droid.org/packages/com.geecko.QuickLyric.
RepoType: git
Repo: https://github.com/geecko86/QuickLyric
diff --git a/metadata/be.knars.netflixtoimdb.yml b/metadata/be.knars.netflixtoimdb.yml
index 5007e70c60..c21c3df5b0 100644
--- a/metadata/be.knars.netflixtoimdb.yml
+++ b/metadata/be.knars.netflixtoimdb.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeDep:
- en-US: Requires the Netflix app to be installed on your device.
- NonFreeNet:
- en-US: Netflix itself is proprietary.
+ NonFreeDep:
+ en-US: Requires the Netflix app to be installed on your device.
+ NonFreeNet:
+ en-US: Netflix itself is proprietary.
Categories:
- Multimedia
License: GPL-3.0-only
@@ -11,10 +11,10 @@ IssueTracker: https://github.com/Px3XjG6P/NetflixtoIMDb/issues
AutoName: NI
Description: |-
- When a Netflix user taps the share icon in the Netflix app
- and then selects this app (= Netflix to IMDb) then
- the title is looked up in the IMDb, via an internet browser,
- or in the IMDb app if it is installed.
+ When a Netflix user taps the share icon in the Netflix app
+ and then selects this app (= Netflix to IMDb) then
+ the title is looked up in the IMDb, via an internet browser,
+ or in the IMDb app if it is installed.
RepoType: git
Repo: https://github.com/Px3XjG6P/NetflixtoIMDb
diff --git a/metadata/be.lionslink.ucllstudent.yml b/metadata/be.lionslink.ucllstudent.yml
index 7e5e8412d0..658269b5d9 100644
--- a/metadata/be.lionslink.ucllstudent.yml
+++ b/metadata/be.lionslink.ucllstudent.yml
@@ -7,8 +7,8 @@ IssueTracker: https://projektwerk.ucll.be/projects/khl_mob_app/repository/issues
AutoName: UCLL Student
Description: |-
- Show relevant information for UCLL students, for example personal course
- calendar, portal announcements and bus departures.
+ Show relevant information for UCLL students, for example personal course
+ calendar, portal announcements and bus departures.
RepoType: git-svn
Repo: https://projektwerk.ucll.be/svn/khl_mob_app
diff --git a/metadata/be.mygod.vpnhotspot.yml b/metadata/be.mygod.vpnhotspot.yml
index a3900e3605..6cec844bee 100644
--- a/metadata/be.mygod.vpnhotspot.yml
+++ b/metadata/be.mygod.vpnhotspot.yml
@@ -11,21 +11,21 @@ FlattrID: e0ggg2
AutoName: VPN Hotspot
Description: |-
- Note: This app won't be updated. Please use
- https://f-droid.org/packages/be.mygod.vpnhotspot.foss instead.
+ Note: This app won't be updated. Please use
+ https://f-droid.org/packages/be.mygod.vpnhotspot.foss instead.
- This app is useful for:
+ This app is useful for:
- * Connecting things that don't support VPN like Chromecasts behind corporate firewalls;
- * Set up gapps behind corporate firewalls;
- * Connect to your mobile hotspot but you're not bothered to set up VPN on your device.
+ * Connecting things that don't support VPN like Chromecasts behind corporate firewalls;
+ * Set up gapps behind corporate firewalls;
+ * Connect to your mobile hotspot but you're not bothered to set up VPN on your device.
- Requires root to set up networking.
+ Requires root to set up networking.
- This app is designed to do only minimal changes to your system, so there's
- almost no chance you will brick your device and/or break your Internet using
- this app under normal conditions. However there's also absolutely no guarantee
- it won't.
+ This app is designed to do only minimal changes to your system, so there's
+ almost no chance you will brick your device and/or break your Internet using
+ this app under normal conditions. However there's also absolutely no guarantee
+ it won't.
RequiresRoot: true
diff --git a/metadata/be.norio.randomapp.yml b/metadata/be.norio.randomapp.yml
index 6774b01d2e..dc128b5d81 100644
--- a/metadata/be.norio.randomapp.yml
+++ b/metadata/be.norio.randomapp.yml
@@ -9,10 +9,10 @@ IssueTracker: https://github.com/litrik/be.norio.randomapp/issues
AutoName: Random App
Description: |-
- Do you have too many apps installed and you don't want to go through them
- one by one to decide which ones to keep or delete? Random App will
- launch a randomly chosen app on your device. Afterwards you can decide what
- to do with the app.
+ Do you have too many apps installed and you don't want to go through them
+ one by one to decide which ones to keep or delete? Random App will
+ launch a randomly chosen app on your device. Afterwards you can decide what
+ to do with the app.
RepoType: git
Repo: https://github.com/litrik/be.norio.randomapp.git
diff --git a/metadata/be.ppareit.shutdown.yml b/metadata/be.ppareit.shutdown.yml
index 1ecd16ea32..613b716f19 100644
--- a/metadata/be.ppareit.shutdown.yml
+++ b/metadata/be.ppareit.shutdown.yml
@@ -7,8 +7,8 @@ Changelog: https://github.com/ppareit/Shutdown/blob/HEAD/CHANGES
AutoName: Shutdown
Description: |-
- Displays a shutdown/reboot dialog which is helpful with TV sticks and devices
- alike.
+ Displays a shutdown/reboot dialog which is helpful with TV sticks and devices
+ alike.
RepoType: git
Repo: https://github.com/ppareit/Shutdown.git
@@ -20,7 +20,7 @@ Builds:
srclibs:
- RootToolsSvn@2.6
prebuild: sed -i -e 's@true@false@g'
- res/values/bools.xml
+ res/values/bools.xml
- versionName: 1.2.1
versionCode: 10201
@@ -28,7 +28,7 @@ Builds:
srclibs:
- RootToolsSvn@2.6
prebuild: sed -i -e 's@true@false@g'
- res/values/bools.xml
+ res/values/bools.xml
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/be.ppareit.swiftp_free.yml b/metadata/be.ppareit.swiftp_free.yml
index 5893bb3b93..6dfd155168 100644
--- a/metadata/be.ppareit.swiftp_free.yml
+++ b/metadata/be.ppareit.swiftp_free.yml
@@ -10,12 +10,12 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZBV
AutoName: FTP Server
Description: |-
- This app can serve files over the internet but the most likely usage is to
- access files from another computer without needing a cable.
+ This app can serve files over the internet but the most likely usage is to
+ access files from another computer without needing a cable.
- The name Demo in the launcher just means that it corresponds to the free version
- on Google. The app is fully featured so instead of buying the "Full" version as
- a way of contributing you can donate via the Paypal link.
+ The name Demo in the launcher just means that it corresponds to the free version
+ on Google. The app is fully featured so instead of buying the "Full" version as
+ a way of contributing you can donate via the Paypal link.
RepoType: git
Repo: https://github.com/ppareit/swiftp.git
@@ -114,7 +114,7 @@ Builds:
gradle:
- fdroid_free
prebuild: sed -i -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d'
- build.gradle
+ build.gradle
- versionName: 2.13.1
versionCode: 21301
@@ -123,7 +123,7 @@ Builds:
gradle:
- fdroid_free
prebuild: sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d'
- -e '/proguardFiles/d' build.gradle
+ -e '/proguardFiles/d' build.gradle
- versionName: 2.14.1
versionCode: 21401
@@ -132,7 +132,7 @@ Builds:
gradle:
- fdroid_free
prebuild: sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d'
- -e '/proguardFiles/d' build.gradle
+ -e '/proguardFiles/d' build.gradle
- versionName: 2.15.0
versionCode: 21500
@@ -141,7 +141,7 @@ Builds:
gradle:
- fdroid_free
prebuild: sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d'
- -e '/proguardFiles/d' build.gradle
+ -e '/proguardFiles/d' build.gradle
- versionName: 2.16.00
versionCode: 21600
@@ -150,7 +150,7 @@ Builds:
gradle:
- fdroid_free
prebuild: sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d'
- -e '/proguardFiles/d' build.gradle
+ -e '/proguardFiles/d' build.gradle
- versionName: 2.17.00
versionCode: 21700
@@ -159,7 +159,7 @@ Builds:
gradle:
- fdroid_free
prebuild: sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d'
- -e '/proguardFiles/d' build.gradle
+ -e '/proguardFiles/d' build.gradle
- versionName: 2.17.1
versionCode: 21701
@@ -168,7 +168,7 @@ Builds:
gradle:
- fdroid_free
prebuild: sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d'
- -e '/proguardFiles/d' build.gradle
+ -e '/proguardFiles/d' build.gradle
- versionName: '2.18'
versionCode: 21800
@@ -177,7 +177,7 @@ Builds:
gradle:
- fdroid_free
prebuild: sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d'
- -e '/proguardFiles/d' build.gradle
+ -e '/proguardFiles/d' build.gradle
- versionName: '2.19'
versionCode: 21900
@@ -186,7 +186,7 @@ Builds:
gradle:
- fdroid_free
prebuild: sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d'
- -e '/proguardFiles/d' build.gradle
+ -e '/proguardFiles/d' build.gradle
- versionName: '3.0'
versionCode: 30000
@@ -195,7 +195,7 @@ Builds:
gradle:
- fdroid_free
prebuild: sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d'
- -e '/proguardFiles/d' build.gradle
+ -e '/proguardFiles/d' build.gradle
- versionName: 3.0.1
versionCode: 30001
@@ -204,7 +204,7 @@ Builds:
gradle:
- fdroid_free
prebuild: sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d'
- -e '/proguardFiles/d' build.gradle
+ -e '/proguardFiles/d' build.gradle
- versionName: '3.1'
versionCode: 30100
@@ -213,7 +213,7 @@ Builds:
gradle:
- fdroid_free
prebuild: sed -i -e '/dl.bintray.com/d' -e '/shrinkResources/d' -e '/minifyEnabled/d'
- -e '/proguardFiles/d' build.gradle
+ -e '/proguardFiles/d' build.gradle
MaintainerNotes: Remove shrink/minify stuff since the proguard config is missing.
diff --git a/metadata/be.quentinloos.manille.yml b/metadata/be.quentinloos.manille.yml
index aa536917cd..88dfd36db8 100644
--- a/metadata/be.quentinloos.manille.yml
+++ b/metadata/be.quentinloos.manille.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/Kent1/Manille/issues
AutoName: Manille
Description: |-
- Manille est une application Android dont le but est d'utiliser son smartphone
- comme carnet de points pour le célèbre jeu de cartes, la manille. Fini de
- griffonner le verso d'un dessous verre en carton Jupiler, cette application
- deviendra indispensable chez tous les passionnés de manille.
+ Manille est une application Android dont le but est d'utiliser son smartphone
+ comme carnet de points pour le célèbre jeu de cartes, la manille. Fini de
+ griffonner le verso d'un dessous verre en carton Jupiler, cette application
+ deviendra indispensable chez tous les passionnés de manille.
RepoType: git
Repo: https://github.com/Kent1/Manille.git
diff --git a/metadata/be.ugent.zeus.hydra.open.yml b/metadata/be.ugent.zeus.hydra.open.yml
index 2cb0500255..4dea225fd9 100644
--- a/metadata/be.ugent.zeus.hydra.open.yml
+++ b/metadata/be.ugent.zeus.hydra.open.yml
@@ -52,8 +52,8 @@ Builds:
gradle:
- open
prebuild: sed -i -e '/google-services/d' -e '/firebase-crashlytics/d' -e '/firebase.crashlytics/d'
- -e '/enableCrashlytics/d' -e '/firebaseCrashlytics/,+2d' -e '/Disable Google/,+4d'
- build.gradle ../build.gradle
+ -e '/enableCrashlytics/d' -e '/firebaseCrashlytics/,+2d' -e '/Disable Google/,+4d'
+ build.gradle ../build.gradle
- versionName: 3.5.0-open
versionCode: 35000
@@ -62,8 +62,8 @@ Builds:
gradle:
- open
prebuild: sed -i -e '/google-services/d' -e '/firebase-crashlytics/d' -e '/firebase.crashlytics/d'
- -e '/enableCrashlytics/d' -e '/firebaseCrashlytics/,+2d' -e '/Disable Google/,+4d'
- build.gradle ../build.gradle
+ -e '/enableCrashlytics/d' -e '/firebaseCrashlytics/,+2d' -e '/Disable Google/,+4d'
+ build.gradle ../build.gradle
- versionName: 3.6.0-open
versionCode: 36000
@@ -72,8 +72,8 @@ Builds:
gradle:
- open
prebuild: sed -i -e '/google-services/d' -e '/firebase-crashlytics/d' -e '/firebase.crashlytics/d'
- -e '/enableCrashlytics/d' -e '/firebaseCrashlytics/,+2d' -e '/Disable Google/,+4d'
- build.gradle ../build.gradle
+ -e '/enableCrashlytics/d' -e '/firebaseCrashlytics/,+2d' -e '/Disable Google/,+4d'
+ build.gradle ../build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/be.uhasselt.privacypolice.yml b/metadata/be.uhasselt.privacypolice.yml
index ddfb773844..e47749f97b 100644
--- a/metadata/be.uhasselt.privacypolice.yml
+++ b/metadata/be.uhasselt.privacypolice.yml
@@ -7,15 +7,15 @@ IssueTracker: https://github.com/BramBonne/privacypolice/issues
AutoName: Wi-Fi Privacy Police
Description: |-
- Prevents your smartphone or tablet from leaking privacy sensitive information
- via Wi-Fi networks. It does this in two ways:
+ Prevents your smartphone or tablet from leaking privacy sensitive information
+ via Wi-Fi networks. It does this in two ways:
- * It prevents your smartphone from sending out the names of Wi-Fi networks it wants to connect to over the air. This makes sure that other people in your surroundings can not see the networks you've connecte to, and the places you've visited.
- * If your smartphone encounters an unknown access point with a known name (for example, a malicious access point pretending to be your home network), it asks whether you trust this access point before connecting. This makes sure that other people are not able to steal your data.
+ * It prevents your smartphone from sending out the names of Wi-Fi networks it wants to connect to over the air. This makes sure that other people in your surroundings can not see the networks you've connecte to, and the places you've visited.
+ * If your smartphone encounters an unknown access point with a known name (for example, a malicious access point pretending to be your home network), it asks whether you trust this access point before connecting. This makes sure that other people are not able to steal your data.
- Further details are discussed in two papers, a
- short one and
- long version.
+ Further details are discussed in two papers, a
+ short one and
+ long version.
RepoType: git
Repo: https://github.com/BramBonne/privacypolice
diff --git a/metadata/biz.binarysolutions.weatherusa.yml b/metadata/biz.binarysolutions.weatherusa.yml
index 8181000d5b..b1b514f892 100644
--- a/metadata/biz.binarysolutions.weatherusa.yml
+++ b/metadata/biz.binarysolutions.weatherusa.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Weather services used are not libre.
+ NonFreeNet:
+ en-US: Weather services used are not libre.
Categories:
- Internet
License: MIT
diff --git a/metadata/biz.gyrus.yaab.yml b/metadata/biz.gyrus.yaab.yml
index fcf5ecf7eb..55f3f888ee 100644
--- a/metadata/biz.gyrus.yaab.yml
+++ b/metadata/biz.gyrus.yaab.yml
@@ -6,13 +6,13 @@ SourceCode: https://bitbucket-archive.softwareheritage.org/projects/gy/gyrussolu
AutoName: YAAB
Description: |-
- This is a small custom brightness regulator app. The idea is to make screens of
- old devices like HTC Desire dimmer, as dim as possible. Of course HTC Sense on
- Desire has auto brightness feature, but average brightness level set by Sense is
- pretty much higher than needed for comfortable work. For people who use their
- devices for reading books, emails, texting, etc. this kind of application would
- allow to save up to 30% of battery. The website has a full explanation of the
- ideas behind the operation.
+ This is a small custom brightness regulator app. The idea is to make screens of
+ old devices like HTC Desire dimmer, as dim as possible. Of course HTC Sense on
+ Desire has auto brightness feature, but average brightness level set by Sense is
+ pretty much higher than needed for comfortable work. For people who use their
+ devices for reading books, emails, texting, etc. this kind of application would
+ allow to save up to 30% of battery. The website has a full explanation of the
+ ideas behind the operation.
Builds:
- versionName: 1.6.2
diff --git a/metadata/bluepie.ad_silence.yml b/metadata/bluepie.ad_silence.yml
index 2566681829..27f7c1643b 100644
--- a/metadata/bluepie.ad_silence.yml
+++ b/metadata/bluepie.ad_silence.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeDep:
- en-US: Depends on proprietary app(s) to be present on-device.
+ NonFreeDep:
+ en-US: Depends on proprietary app(s) to be present on-device.
Categories:
- System
License: GPL-3.0-only
diff --git a/metadata/bou.amine.apps.readerforselfossv2.android.yml b/metadata/bou.amine.apps.readerforselfossv2.android.yml
index db12e8cab1..3f6777d9df 100644
--- a/metadata/bou.amine.apps.readerforselfossv2.android.yml
+++ b/metadata/bou.amine.apps.readerforselfossv2.android.yml
@@ -272,7 +272,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -285,7 +285,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -298,7 +298,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -311,7 +311,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -324,7 +324,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -337,7 +337,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -350,7 +350,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -363,7 +363,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -376,7 +376,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -389,7 +389,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -402,7 +402,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -415,7 +415,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -428,7 +428,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -441,7 +441,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -454,7 +454,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -467,7 +467,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -480,7 +480,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -493,7 +493,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -506,7 +506,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -519,7 +519,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -532,7 +532,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -545,7 +545,7 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
@@ -558,15 +558,15 @@ Builds:
gradle:
- githubConfig
prebuild: sed -i -e '/amine-louveau/d' -e '/buildCache {/,+8d' -e '/IMPORTANT/d'
- -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
+ -e '/\/\/\ SqlDelight/d' -e 's!// !!g' ../build.gradle.kts ../settings.gradle.kts
gradleprops:
- appLoginUrl="URL"
- appLoginUsername="LOGIN"
- appLoginPassword="PASS"
MaintainerNotes: |
- Version code and name are dynamically generated from the Git tag.
- The Gradle properties are added to avoid a Gradle error but they are only used in test builds.
+ Version code and name are dynamically generated from the Git tag.
+ The Gradle properties are added to avoid a Gradle error but they are only used in test builds.
AutoUpdateMode: Version v%c
UpdateCheckMode: HTTP
diff --git a/metadata/br.com.dgimenes.nasapic.yml b/metadata/br.com.dgimenes.nasapic.yml
index 8d710cb0d0..1c7f50a42a 100644
--- a/metadata/br.com.dgimenes.nasapic.yml
+++ b/metadata/br.com.dgimenes.nasapic.yml
@@ -7,9 +7,9 @@ IssueTracker: https://github.com/danielgimenes/NasaPic/issues
AutoName: NasaPic
Summary: Set astronomy wallpapers
Description: |-
- NOTE: This app is no longer maintained.
+ NOTE: This app is no longer maintained.
- Set NASA's Astronomy Picture of the Day as your wallpaper.
+ Set NASA's Astronomy Picture of the Day as your wallpaper.
RepoType: git
Repo: https://github.com/danielgimenes/NasaPic
@@ -74,7 +74,7 @@ Builds:
src/main/java/br/com/dgimenes/nasapic/service/EventsLogger.java
MaintainerNotes: 2.5 doesn't work, so keep in archive until we can build a version
- that currently works.
+ that currently works.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/br.com.frs.foodrestrictions.yml b/metadata/br.com.frs.foodrestrictions.yml
index 560e78d1ae..9b8b332df1 100644
--- a/metadata/br.com.frs.foodrestrictions.yml
+++ b/metadata/br.com.frs.foodrestrictions.yml
@@ -9,32 +9,32 @@ Translation: https://crowdin.com/project/food-restrictions
AutoName: Food Restrictions
Description: |-
- When traveling abroad, are you having a hard time getting your food restrictions
- across?
+ When traveling abroad, are you having a hard time getting your food restrictions
+ across?
- This app is here to help you ordering food when you are traveling to a country
- where language barriers can make it difficult to make yourself understood.
+ This app is here to help you ordering food when you are traveling to a country
+ where language barriers can make it difficult to make yourself understood.
- The purpose of this app is to help you to show the waiter, food vendor, etc.
- what kind of food you don't eat or can't eat even if the they don't speak
- English or your language.
+ The purpose of this app is to help you to show the waiter, food vendor, etc.
+ what kind of food you don't eat or can't eat even if the they don't speak
+ English or your language.
- The best of all: you don't have to go through the trouble of drawing pictures or
- using ‘sign language'. All you have to do is configure your app to the language
- of the area you are visiting.
+ The best of all: you don't have to go through the trouble of drawing pictures or
+ using ‘sign language'. All you have to do is configure your app to the language
+ of the area you are visiting.
- This app has some Vegetarian and Vegan phrases in a few languages. All you need
- to do is select the desired language in your app and you will instantly be able
- to show people your culinary wishes using the menu on the left and choosing the
- language the other person speaks.
+ This app has some Vegetarian and Vegan phrases in a few languages. All you need
+ to do is select the desired language in your app and you will instantly be able
+ to show people your culinary wishes using the menu on the left and choosing the
+ language the other person speaks.
- If the person who is cooking something for you can't read there is also an
- option where you can select some icons to show what you don't eat or can't eat.
+ If the person who is cooking something for you can't read there is also an
+ option where you can select some icons to show what you don't eat or can't eat.
- Upstream developed this app to communicate his food preferences while traveling.
- He hopes it will be useful to you as well!
+ Upstream developed this app to communicate his food preferences while traveling.
+ He hopes it will be useful to you as well!
- Happy travels and Bon Appétit!.
+ Happy travels and Bon Appétit!.
RepoType: git
Repo: https://gitlab.com/tmendes/FoodRestrictions.git
diff --git a/metadata/br.odb.knights.yml b/metadata/br.odb.knights.yml
index 09cd0712ed..dab2104bab 100644
--- a/metadata/br.odb.knights.yml
+++ b/metadata/br.odb.knights.yml
@@ -9,15 +9,15 @@ Changelog: https://github.com/TheFakeMontyOnTheRun/knightsofalentejo/releases
AutoName: The Knights of Alentejo
Description: |-
- Explore the maze and defeat all demons in this cool turn-based strategy game!
- You control 3 Portuguese Knights exploring a dungeon, on a quest to defeat the
- master demon behind the invasion.
+ Explore the maze and defeat all demons in this cool turn-based strategy game!
+ You control 3 Portuguese Knights exploring a dungeon, on a quest to defeat the
+ master demon behind the invasion.
- Either purge the level from demons or run for the exit. Any killed knight will
- resurrect as you exit the level; Each Knight has it's own set of skills
+ Either purge the level from demons or run for the exit. Any killed knight will
+ resurrect as you exit the level; Each Knight has it's own set of skills
- Compatible with USB Joysticks and a experimental Second Screen support, using
- HDMI, Miracast or Chromecast (using Cast Screen)
+ Compatible with USB Joysticks and a experimental Second Screen support, using
+ HDMI, Miracast or Chromecast (using Cast Screen)
RepoType: git
Repo: https://github.com/TheFakeMontyOnTheRun/knightsofalentejo
diff --git a/metadata/br.usp.ime.retrobreaker.yml b/metadata/br.usp.ime.retrobreaker.yml
index 0b83017b4e..915d4d133e 100644
--- a/metadata/br.usp.ime.retrobreaker.yml
+++ b/metadata/br.usp.ime.retrobreaker.yml
@@ -9,11 +9,11 @@ Changelog: https://github.com/thiagokokada/retrobreaker/releases
AutoName: Retro Breaker
Description: |-
- Simple brick breaker game with a retro style, e.g. no textures but plain colors
- and simple animations. It features sound effects for all possible game events, a
- score multiplier and four brick types: Normal (white), explive (red), strong
- (gray) and moving bricks (green). Levels are random generated and three
- difficult settings are available.
+ Simple brick breaker game with a retro style, e.g. no textures but plain colors
+ and simple animations. It features sound effects for all possible game events, a
+ score multiplier and four brick types: Normal (white), explive (red), strong
+ (gray) and moving bricks (green). Levels are random generated and three
+ difficult settings are available.
RepoType: git
Repo: https://github.com/thiagokokada/retrobreaker.git
diff --git a/metadata/btools.routingapp.yml b/metadata/btools.routingapp.yml
index e3a0983a1e..476a25342c 100644
--- a/metadata/btools.routingapp.yml
+++ b/metadata/btools.routingapp.yml
@@ -10,10 +10,10 @@ Changelog: http://brouter.de/brouter/revisions.html
AutoName: BRouter
Description: |-
- Sophisticated routing engine for offline cycling directions. Works as a
- selectable navigation service within a mapping application like
- https://f-droid.org/packages/net.osmand.plus. Check out the website for a
- full description of features.
+ Sophisticated routing engine for offline cycling directions. Works as a
+ selectable navigation service within a mapping application like
+ https://f-droid.org/packages/net.osmand.plus. Check out the website for a
+ full description of features.
RepoType: git
Repo: https://github.com/abrensch/brouter.git
@@ -190,8 +190,8 @@ Builds:
- brouter-routing-app/src/main/assets/*.zip
MaintainerNotes: |-
- We need to upgrade the android maven plugin for the build to work: https://github.com/abrensch/brouter/issues/178
- The other sed's remove signing stuff.
+ We need to upgrade the android maven plugin for the build to work: https://github.com/abrensch/brouter/issues/178
+ The other sed's remove signing stuff.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/buet.rafi.dictionary.yml b/metadata/buet.rafi.dictionary.yml
index d29e813d39..7bb604e9f4 100644
--- a/metadata/buet.rafi.dictionary.yml
+++ b/metadata/buet.rafi.dictionary.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/rafi-kamal/Bangla-Dictionary/issues
AutoName: Ridmik Dictionary
Description: |-
- Based on ankur.org's database. More info
- here.
+ Based on ankur.org's database. More info
+ here.
RepoType: git
Repo: https://github.com/rafi-kamal/Bangla-Dictionary.git
diff --git a/metadata/bughunter2.smsfilter.yml b/metadata/bughunter2.smsfilter.yml
index cc91bdc299..6e556fa17e 100644
--- a/metadata/bughunter2.smsfilter.yml
+++ b/metadata/bughunter2.smsfilter.yml
@@ -7,16 +7,16 @@ FlattrID: '1109454'
AutoName: SMS Filter
Description: |-
- SMS Filter can filter incoming SMS messages before they reach your inbox. You
- can filter by address, and optionally add parts that must occur in the message
- for it to be blocked.
+ SMS Filter can filter incoming SMS messages before they reach your inbox. You
+ can filter by address, and optionally add parts that must occur in the message
+ for it to be blocked.
- By default, SMS Filter will not delete incoming messages. You will get a silent
- status bar notification when SMS Filter has filtered an incoming message, which
- you can view by opening the notification or by opening the application.
+ By default, SMS Filter will not delete incoming messages. You will get a silent
+ status bar notification when SMS Filter has filtered an incoming message, which
+ you can view by opening the notification or by opening the application.
- You can also tell SMS Filter to delete incoming messages, in which case it will
- happily do so for you. To do this, just turn off the 'Save messages' preference.
+ You can also tell SMS Filter to delete incoming messages, in which case it will
+ happily do so for you. To do this, just turn off the 'Save messages' preference.
Builds:
- versionName: '1.0'
diff --git a/metadata/bus.chio.wishmaster.yml b/metadata/bus.chio.wishmaster.yml
index 1a2268c32e..e8e852bc3e 100644
--- a/metadata/bus.chio.wishmaster.yml
+++ b/metadata/bus.chio.wishmaster.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Supported image boards are not libre.
+ NonFreeNet:
+ en-US: Supported image boards are not libre.
Categories:
- Internet
License: GPL-3.0-only
@@ -10,22 +10,22 @@ IssueTracker: https://github.com/AliceCA/Overchan-Android/issues
AutoName: Overchan (fork)
Description: |-
- Mobile application for browsing imageboards. Supports 4chan, krautchan, 8chan,
- iichan.hk, dobrochan, 2ch (russian dvach) and some others.
+ Mobile application for browsing imageboards. Supports 4chan, krautchan, 8chan,
+ iichan.hk, dobrochan, 2ch (russian dvach) and some others.
- Some features:
+ Some features:
- * Separate preferences for each imageboard: password for post deletion, HTTP/SSL, proxy
- * Automatic hide posts and threads using regular expressions
- * Automatic update all open tabs in background
- * Sending posts in background
- * Saving threads with all attachments in HTML with Dollchan
- * Two ways to display replies to posts: as separate references and as list
- * Support the tablet interface
- * Themes
+ * Separate preferences for each imageboard: password for post deletion, HTTP/SSL, proxy
+ * Automatic hide posts and threads using regular expressions
+ * Automatic update all open tabs in background
+ * Sending posts in background
+ * Saving threads with all attachments in HTML with Dollchan
+ * Two ways to display replies to posts: as separate references and as list
+ * Support the tablet interface
+ * Themes
- This is a fork of the original app https://f-droid.org/packages/nya.miku.wishmaster which is no longer
- being developed by its author.
+ This is a fork of the original app https://f-droid.org/packages/nya.miku.wishmaster which is no longer
+ being developed by its author.
RepoType: git
Repo: https://github.com/AliceCA/Overchan-Android.git
diff --git a/metadata/byrne.utilities.converter.yml b/metadata/byrne.utilities.converter.yml
index dcc78902be..1187db1b01 100644
--- a/metadata/byrne.utilities.converter.yml
+++ b/metadata/byrne.utilities.converter.yml
@@ -8,10 +8,10 @@ Bitcoin: 1L44pgmZpeMsWsd24WgN6SJjEUARG5eY6G
AutoName: Bodha Converter
Description: |-
- Supports general (binary, octal, decimal and hexadecimal) conversions up to
- 2^63-1 in their respective formats. It also supports ASCII characters in the
- range of NUL to DEL (0 - 127). A convenient table is also included for quick
- lookups also in the range of 0 - 127.
+ Supports general (binary, octal, decimal and hexadecimal) conversions up to
+ 2^63-1 in their respective formats. It also supports ASCII characters in the
+ range of NUL to DEL (0 - 127). A convenient table is also included for quick
+ lookups also in the range of 0 - 127.
RepoType: git
Repo: https://github.com/dillbyrne/Bodha-Converter.git
diff --git a/metadata/byrne.utilities.hashpass.yml b/metadata/byrne.utilities.hashpass.yml
index 3c1545a0f6..d9da8c27cb 100644
--- a/metadata/byrne.utilities.hashpass.yml
+++ b/metadata/byrne.utilities.hashpass.yml
@@ -8,9 +8,9 @@ Bitcoin: 1L44pgmZpeMsWsd24WgN6SJjEUARG5eY6G
AutoName: HashPass
Description: |-
- Simple password generator for android which uses hashes as passwords, affording
- ease in recall and effectiveness in password strength. Available hashes are MD5,
- SHA1, SHA256 and SHA512.
+ Simple password generator for android which uses hashes as passwords, affording
+ ease in recall and effectiveness in password strength. Available hashes are MD5,
+ SHA1, SHA256 and SHA512.
RepoType: git
Repo: https://github.com/dillbyrne/HashPass.git
diff --git a/metadata/byrne.utilities.pasteedroid.yml b/metadata/byrne.utilities.pasteedroid.yml
index 0a4317c453..54ace6db3d 100644
--- a/metadata/byrne.utilities.pasteedroid.yml
+++ b/metadata/byrne.utilities.pasteedroid.yml
@@ -10,8 +10,8 @@ Bitcoin: 1L44pgmZpeMsWsd24WgN6SJjEUARG5eY6G
AutoName: Pastee Droid
Description: |-
- Client for the pastebin service located at pastee.org. Let's you quickly upload
- text or code snippets.
+ Client for the pastebin service located at pastee.org. Let's you quickly upload
+ text or code snippets.
RepoType: git
Repo: https://github.com/dillbyrne/PasteeDroid.git
diff --git a/metadata/ca.cmetcalfe.locationshare.yml b/metadata/ca.cmetcalfe.locationshare.yml
index b97f66997c..a585091b40 100644
--- a/metadata/ca.cmetcalfe.locationshare.yml
+++ b/metadata/ca.cmetcalfe.locationshare.yml
@@ -11,20 +11,20 @@ Bitcoin: 15jv7w1AdCMkNpDaAQrPtwK3Lfxx5ggAKX
AutoName: Location Share
Description: |-
- Location Share is a simple Android application that allows you to share your
- current location.
+ Location Share is a simple Android application that allows you to share your
+ current location.
- Location Share doesn't require setting up an account, doesn't track your
- location in the background, doesn't auto-share it, and doesn't send it to anyone
- except those you explicitly tell it to.
+ Location Share doesn't require setting up an account, doesn't track your
+ location in the background, doesn't auto-share it, and doesn't send it to anyone
+ except those you explicitly tell it to.
- It can share your location using any application that supports sharing plain
- text. This includes (but isn't limited to) sharing via SMS, email, social
- networks, note taking applications, etc.
+ It can share your location using any application that supports sharing plain
+ text. This includes (but isn't limited to) sharing via SMS, email, social
+ networks, note taking applications, etc.
- Simply launch the application and wait until the device homes in on your
- location. You'll then have the option to view the location on a map, share it,
- or copy it to the clipboard.
+ Simply launch the application and wait until the device homes in on your
+ location. You'll then have the option to view the location on a map, share it,
+ or copy it to the clipboard.
RepoType: git
Repo: https://github.com/pR0Ps/LocationShare
@@ -44,7 +44,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: '1.2'
versionCode: 3
@@ -53,7 +53,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 1.3.1
versionCode: 5
diff --git a/metadata/ca.cmetcalfe.xposed.disablebatterywarnings.yml b/metadata/ca.cmetcalfe.xposed.disablebatterywarnings.yml
index 07ecd156b2..58cee2310c 100644
--- a/metadata/ca.cmetcalfe.xposed.disablebatterywarnings.yml
+++ b/metadata/ca.cmetcalfe.xposed.disablebatterywarnings.yml
@@ -11,8 +11,8 @@ Bitcoin: 15jv7w1AdCMkNpDaAQrPtwK3Lfxx5ggAKX
AutoName: Disable Battery Warnings
Description: |-
- A simple Xposed module to disable the annoying low battery warning popup and
- sound.
+ A simple Xposed module to disable the annoying low battery warning popup and
+ sound.
RequiresRoot: true
diff --git a/metadata/ca.cmetcalfe.xposed.flatconnectivityicons.yml b/metadata/ca.cmetcalfe.xposed.flatconnectivityicons.yml
index 7c7b561251..ddf06fd112 100644
--- a/metadata/ca.cmetcalfe.xposed.flatconnectivityicons.yml
+++ b/metadata/ca.cmetcalfe.xposed.flatconnectivityicons.yml
@@ -11,8 +11,8 @@ Bitcoin: 15jv7w1AdCMkNpDaAQrPtwK3Lfxx5ggAKX
AutoName: Flat Connectivity Icons
Description: |-
- A simple Xposed module to replace the KitKat-style connectivity icons in the
- statusbar with the flat-style Lollipop ones.
+ A simple Xposed module to replace the KitKat-style connectivity icons in the
+ statusbar with the flat-style Lollipop ones.
RequiresRoot: true
diff --git a/metadata/ca.ddaly.android.heart.yml b/metadata/ca.ddaly.android.heart.yml
index 10dbc91414..c46291cbb5 100644
--- a/metadata/ca.ddaly.android.heart.yml
+++ b/metadata/ca.ddaly.android.heart.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/daryldy/Heart/issues
AutoName: Heart Observe
Description: |-
- Quickly and easily enter your blood pressure and other related information
- whenever you take a new reading from an in-home monitor, a pharmacy machine or
- your doctor's office. You can view the graph to immediately compare your new
- reading with past ones.
+ Quickly and easily enter your blood pressure and other related information
+ whenever you take a new reading from an in-home monitor, a pharmacy machine or
+ your doctor's office. You can view the graph to immediately compare your new
+ reading with past ones.
RepoType: git
Repo: https://github.com/daryldy/Heart.git
diff --git a/metadata/ca.farrelltonsolar.classic.yml b/metadata/ca.farrelltonsolar.classic.yml
index b44de0c7b3..0e34b3a530 100644
--- a/metadata/ca.farrelltonsolar.classic.yml
+++ b/metadata/ca.farrelltonsolar.classic.yml
@@ -9,13 +9,13 @@ IssueTracker: https://github.com/ClassicDIY/ClassicMonitor/issues
Name: MidniteSolar Classic Monitor
AutoName: Classic
Description: |-
- Unofficial status monitor for Midnite solar's
- Classic 150, 200, 250 Charge Controller. It is a Read Only Program, it does not
- write to the Classic.
+ Unofficial status monitor for Midnite solar's
+ Classic 150, 200, 250 Charge Controller. It is a Read Only Program, it does not
+ write to the Classic.
- If the app detects a Whizbang Junior current monitor, the State Of Charge will
- display along with a bi-directional current gauge. Basic support for the Tristar
- MPPT charge controller from Morningstar is also included.
+ If the app detects a Whizbang Junior current monitor, the State Of Charge will
+ display along with a bi-directional current gauge. Basic support for the Tristar
+ MPPT charge controller from Morningstar is also included.
RepoType: git
Repo: https://github.com/ClassicDIY/ClassicMonitor
@@ -156,8 +156,8 @@ Builds:
rm:
- app/libs
prebuild: sed -i -e "s|files('libs/org.eclipse.paho.android.service-1.1.1.jar')|'org.eclipse.paho:org.eclipse.paho.android.service:1.1.1'|"
- -e "s|files('libs/org.eclipse.paho.client.mqttv3-1.1.1.jar')|'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.1.1'|"
- -e '/repositories/a mavenCentral()' build.gradle
+ -e "s|files('libs/org.eclipse.paho.client.mqttv3-1.1.1.jar')|'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.1.1'|"
+ -e '/repositories/a mavenCentral()' build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/ca.mimic.apphangar.yml b/metadata/ca.mimic.apphangar.yml
index 273146c539..442a670f74 100644
--- a/metadata/ca.mimic.apphangar.yml
+++ b/metadata/ca.mimic.apphangar.yml
@@ -11,20 +11,20 @@ Changelog: https://github.com/corcoran/Hangar/releases
AutoName: Hangar
Description: |-
- Provides a customizable shortcut launcher in your notification drawer to give
- you relevant, easy access to your most frequently used apps based on smart
- filtering algorithms.
+ Provides a customizable shortcut launcher in your notification drawer to give
+ you relevant, easy access to your most frequently used apps based on smart
+ filtering algorithms.
- Features include:
+ Features include:
- * Pinned apps
- * Icon packs and custom app icons
- * Re-sizeable widget to launch apps
- * Re-sizeable widget to view app use statistics with color coded bar graphs
- * Widgets intelligently scale according to size and device
- * Sort and display apps based on user specified weight factors
- * Blacklist unwanted apps
- * Fully customizable! Change the # of shortcuts, icon color, size and more..
+ * Pinned apps
+ * Icon packs and custom app icons
+ * Re-sizeable widget to launch apps
+ * Re-sizeable widget to view app use statistics with color coded bar graphs
+ * Widgets intelligently scale according to size and device
+ * Sort and display apps based on user specified weight factors
+ * Blacklist unwanted apps
+ * Fully customizable! Change the # of shortcuts, icon color, size and more..
RepoType: git
Repo: https://github.com/corcoran/Hangar
diff --git a/metadata/ca.mudar.fairphone.peaceofmind.yml b/metadata/ca.mudar.fairphone.peaceofmind.yml
index cbf8ebf04c..7bc8d57ad9 100644
--- a/metadata/ca.mudar.fairphone.peaceofmind.yml
+++ b/metadata/ca.mudar.fairphone.peaceofmind.yml
@@ -10,18 +10,18 @@ Changelog: https://gitlab.com/mudar-ca/PeaceOfMind/-/releases
AutoName: Peace of Mind+
Description: |-
- We become more conscious of our phones as our lives become increasingly
- connected. Would you like to disconnect, if only for a moment? Your phone will
- go silent and disconnect from the world: no e-mail, no status updates, no SMS
- and no phone calls. Choose how long you wish to disconnect (up to 12 hours).
+ We become more conscious of our phones as our lives become increasingly
+ connected. Would you like to disconnect, if only for a moment? Your phone will
+ go silent and disconnect from the world: no e-mail, no status updates, no SMS
+ and no phone calls. Choose how long you wish to disconnect (up to 12 hours).
- Originally developed by Kwame Corporation for Fairphone 1, Peace of Mind+ aims
- simply to bring this beautiful app to other devices, and for future
- Fairphone-owners patiently waiting to receive their phone!
+ Originally developed by Kwame Corporation for Fairphone 1, Peace of Mind+ aims
+ simply to bring this beautiful app to other devices, and for future
+ Fairphone-owners patiently waiting to receive their phone!
- App works without root, but from Android 4.2+ root access is needed to switch to
- flight mode. Without root access the app will switch the phone to silent mode
- only.
+ App works without root, but from Android 4.2+ root access is needed to switch to
+ flight mode. Without root access the app will switch the phone to silent mode
+ only.
RepoType: git
Repo: https://gitlab.com/mudar-ca/PeaceOfMind.git
diff --git a/metadata/ca.pr0ps.xposed.entrustunblocker.yml b/metadata/ca.pr0ps.xposed.entrustunblocker.yml
index eaf2843e41..11e35cfddf 100644
--- a/metadata/ca.pr0ps.xposed.entrustunblocker.yml
+++ b/metadata/ca.pr0ps.xposed.entrustunblocker.yml
@@ -11,19 +11,19 @@ Bitcoin: 15jv7w1AdCMkNpDaAQrPtwK3Lfxx5ggAKX
AutoName: Entrust IdentityGuard Unblocker
Description: |-
- The Entrust IdentityGuard Mobile app refuses to work on devices that are rooted
- or running custom ROM images, calling them "unsecured".
+ The Entrust IdentityGuard Mobile app refuses to work on devices that are rooted
+ or running custom ROM images, calling them "unsecured".
- The validity of that statement notwithstanding, some people need to use the
- application for work. It's not something you choose to install, it's something
- you're forced to install by your IT department.
+ The validity of that statement notwithstanding, some people need to use the
+ application for work. It's not something you choose to install, it's something
+ you're forced to install by your IT department.
- In the interest of getting some work done (without buying a new phone), I
- created this Xposed module to bypass the checks for root and custom ROMs.
+ In the interest of getting some work done (without buying a new phone), I
+ created this Xposed module to bypass the checks for root and custom ROMs.
- Just install, enable, reboot, and you're done. Get back to work.
+ Just install, enable, reboot, and you're done. Get back to work.
- Requires the Xposed framework
+ Requires the Xposed framework
RequiresRoot: true
diff --git a/metadata/ca.rmen.android.frenchcalendar.yml b/metadata/ca.rmen.android.frenchcalendar.yml
index c97ca95ed4..f4ae079ddb 100644
--- a/metadata/ca.rmen.android.frenchcalendar.yml
+++ b/metadata/ca.rmen.android.frenchcalendar.yml
@@ -9,24 +9,24 @@ Changelog: https://github.com/caarmen/FRCAndroidWidget/releases
AutoName: French Calendar
Description: |-
- Resizable widget which displays the current date and time in the French
- Revolutionary calendar. The widget supports the following preferences:
+ Resizable widget which displays the current date and time in the French
+ Revolutionary calendar. The widget supports the following preferences:
- * Whether to display the current time, or the name of the object for that day of the year (ex: grape).
- * Calculation method: method used to determine the first day of the year: Either based on the autumn equinox, or the Romme method.
- * Language of the calendar (limited to just a few languages for now).
+ * Whether to display the current time, or the name of the object for that day of the year (ex: grape).
+ * Calculation method: method used to determine the first day of the year: Either based on the autumn equinox, or the Romme method.
+ * Language of the calendar (limited to just a few languages for now).
- Other features:
+ Other features:
- * Possibility to share the information about the current date.
- * The color of the widget is customizable, but by default is different for each month.
- * You can add the widget to your lock screen (on supported devices).
+ * Possibility to share the information about the current date.
+ * The color of the widget is customizable, but by default is different for each month.
+ * You can add the widget to your lock screen (on supported devices).
- Three widget styles:
+ Three widget styles:
- * Horizontal parchment
- * Vertical parchment
- * Minimalist
+ * Horizontal parchment
+ * Vertical parchment
+ * Minimalist
RepoType: git
Repo: https://github.com/caarmen/FRCAndroidWidget
@@ -255,8 +255,8 @@ Builds:
- yes
MaintainerNotes: |-
- Prior to 1.14.0, upstream checked flavor containing Foss name and enabled/disabled wear support. However,
- when building with fdroid, we do a `gradle clean` and thus this check failed.
+ Prior to 1.14.0, upstream checked flavor containing Foss name and enabled/disabled wear support. However,
+ when building with fdroid, we do a `gradle clean` and thus this check failed.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^release-
diff --git a/metadata/ca.rmen.android.networkmonitor.yml b/metadata/ca.rmen.android.networkmonitor.yml
index 73e315fffe..258fa9f99e 100644
--- a/metadata/ca.rmen.android.networkmonitor.yml
+++ b/metadata/ca.rmen.android.networkmonitor.yml
@@ -7,28 +7,28 @@ Changelog: https://github.com/caarmen/network-monitor/releases
AutoName: Network Monitor
Description: |-
- Network Monitor is a diagnostic tool which periodically tests your network
- connection and logs the results to a database on the phone. It tests the
- connection by retrieving the main Google page (https://www.google.com) in two
- different ways:
+ Network Monitor is a diagnostic tool which periodically tests your network
+ connection and logs the results to a database on the phone. It tests the
+ connection by retrieving the main Google page (https://www.google.com) in two
+ different ways:
- * An HTTP connection (the type of connection used by the browser and other web apps)
- * A basic socket connection (a type of connection used by other apps)
+ * An HTTP connection (the type of connection used by the browser and other web apps)
+ * A basic socket connection (a type of connection used by other apps)
- It also logs other information about your device and connection status, such as:
+ It also logs other information about your device and connection status, such as:
- * The network type (WiFi, mobile/EDGE, mobile/HSPA, etc)
- * The WiFi SSID or APN
- * The device's location (latitude, longitude)
- * The cell tower's ids
- * The signal strength (from 0 to 4)
- * Other information...
+ * The network type (WiFi, mobile/EDGE, mobile/HSPA, etc)
+ * The WiFi SSID or APN
+ * The device's location (latitude, longitude)
+ * The cell tower's ids
+ * The signal strength (from 0 to 4)
+ * Other information...
- You can send yourself a report of the collected data, in several formats (Excel,
- CSV, HTML, KML, the raw database). The report will also contain a summary of the
- success rate of the connection tests, per cell tower and WiFi access point.
+ You can send yourself a report of the collected data, in several formats (Excel,
+ CSV, HTML, KML, the raw database). The report will also contain a summary of the
+ success rate of the connection tests, per cell tower and WiFi access point.
- * WARNING: This app is a diagnostic/debugging app which may use a lot of battery and data.
+ * WARNING: This app is a diagnostic/debugging app which may use a lot of battery and data.
RepoType: git
Repo: https://github.com/caarmen/network-monitor.git
diff --git a/metadata/ca.rmen.android.poetassistant.yml b/metadata/ca.rmen.android.poetassistant.yml
index 02872323e1..a0b7ee3454 100644
--- a/metadata/ca.rmen.android.poetassistant.yml
+++ b/metadata/ca.rmen.android.poetassistant.yml
@@ -6,12 +6,12 @@ Changelog: https://github.com/caarmen/poet-assistant/blob/HEAD/CHANGELOG.md
AutoName: Poet Assistant
Description: |-
- A set of tools to help with writing poems:
+ A set of tools to help with writing poems:
- * a rhyming dictionary, using the Carnegie Mellon University pronunciation dictionary.
- * a thesaurus, using the WordNet thesaurus.
- * a dictionary, using the WordNet dictionary.
- * a screen where you can enter your poem text, and have it read aloud back to you by the device's text-to-speech engine.
+ * a rhyming dictionary, using the Carnegie Mellon University pronunciation dictionary.
+ * a thesaurus, using the WordNet thesaurus.
+ * a dictionary, using the WordNet dictionary.
+ * a screen where you can enter your poem text, and have it read aloud back to you by the device's text-to-speech engine.
RepoType: git
Repo: https://github.com/caarmen/poet-assistant.git
diff --git a/metadata/ca.rmen.android.scrumchatter.yml b/metadata/ca.rmen.android.scrumchatter.yml
index 3dfc462c09..b64b623b15 100644
--- a/metadata/ca.rmen.android.scrumchatter.yml
+++ b/metadata/ca.rmen.android.scrumchatter.yml
@@ -8,19 +8,19 @@ Changelog: https://github.com/caarmen/scrumchatter/releases
AutoName: Scrum Chatter
Description: |-
- Time members while they speak at meetings. See who chatters the most in
- meetings.
+ Time members while they speak at meetings. See who chatters the most in
+ meetings.
- View average and total speaking time of members for all recorded meetings.
+ View average and total speaking time of members for all recorded meetings.
- Share the stats for one meeting or for all meetings.
+ Share the stats for one meeting or for all meetings.
- Export to Excel so you can add your own lovely charts and graphs as you see fit.
+ Export to Excel so you can add your own lovely charts and graphs as you see fit.
- You can export and import the database.
+ You can export and import the database.
- Note: this app does NOT use the microphone to automatically detect when a person
- is speaking. You must press on a "play" button when a team member speaks.
+ Note: this app does NOT use the microphone to automatically detect when a person
+ is speaking. You must press on a "play" button when a team member speaks.
RepoType: git
Repo: https://github.com/caarmen/scrumchatter.git
diff --git a/metadata/ca.rmen.nounours.yml b/metadata/ca.rmen.nounours.yml
index 9cc6e5b94f..8b0e692221 100644
--- a/metadata/ca.rmen.nounours.yml
+++ b/metadata/ca.rmen.nounours.yml
@@ -8,15 +8,15 @@ Changelog: https://github.com/caarmen/nounours-android/releases
AutoName: Nounours
Description: |-
- This cute teddy bear is a fun friend for children of all ages. Move him around
- by moving his head, paws, tummy, and ears. Spin him around. Shake the phone.
- Nounours does some funny animations (disco, flying, jumping). Record and share
- his moves.
+ This cute teddy bear is a fun friend for children of all ages. Move him around
+ by moving his head, paws, tummy, and ears. Spin him around. Shake the phone.
+ Nounours does some funny animations (disco, flying, jumping). Record and share
+ his moves.
- Includes themes of Nounours in different settings, as well as a theme of
- Bugdroid.
+ Includes themes of Nounours in different settings, as well as a theme of
+ Bugdroid.
- Includes a live wallpaper.
+ Includes a live wallpaper.
RepoType: git
Repo: https://github.com/caarmen/nounours-android
diff --git a/metadata/caldwell.ben.bites.yml b/metadata/caldwell.ben.bites.yml
index 47fd7cbf55..0b77a3699e 100644
--- a/metadata/caldwell.ben.bites.yml
+++ b/metadata/caldwell.ben.bites.yml
@@ -7,10 +7,10 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=XP4HTVTDCZ
AutoName: Bites
Description: |-
- Bites is a very basic cookbook app. Recipes can be created on your phone and
- shared with friends via SMS. Pick a recipe to make, tick off the ingredients you
- need, then add the ones you need to the shopping list in https://f-droid.org/packages/caldwell.ben.trolly
- or SMS them to someone to pick up for you.
+ Bites is a very basic cookbook app. Recipes can be created on your phone and
+ shared with friends via SMS. Pick a recipe to make, tick off the ingredients you
+ need, then add the ones you need to the shopping list in https://f-droid.org/packages/caldwell.ben.trolly
+ or SMS them to someone to pick up for you.
Builds:
- versionName: '1.3'
diff --git a/metadata/caldwell.ben.trolly.yml b/metadata/caldwell.ben.trolly.yml
index 4fbf88c27d..40a7b2171f 100644
--- a/metadata/caldwell.ben.trolly.yml
+++ b/metadata/caldwell.ben.trolly.yml
@@ -5,9 +5,9 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/http://trolly.goo
AutoName: Trolly
Description: |-
- Trolly is a shopping list application with the aim of being a very simple app
- with no annoying or complicated features. It exposes intent filters to allow
- other apps to automatically add items to the shopping list.
+ Trolly is a shopping list application with the aim of being a very simple app
+ with no annoying or complicated features. It exposes intent filters to allow
+ other apps to automatically add items to the shopping list.
Builds:
- versionName: '1.4'
diff --git a/metadata/campyre.android.yml b/metadata/campyre.android.yml
index 5afebf57ee..69f9f24773 100644
--- a/metadata/campyre.android.yml
+++ b/metadata/campyre.android.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/konklone/campyre/issues
AutoName: Campyre
Description: |-
- * Talk and listen in any room
- * View transcript for current day
- * Upload images through the Gallery
+ * Talk and listen in any room
+ * View transcript for current day
+ * Upload images through the Gallery
RepoType: git
Repo: https://github.com/konklone/campyre.git
diff --git a/metadata/cat.jordihernandez.cinecat.yml b/metadata/cat.jordihernandez.cinecat.yml
index 103e6aa630..bdea1e5204 100644
--- a/metadata/cat.jordihernandez.cinecat.yml
+++ b/metadata/cat.jordihernandez.cinecat.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/jordhi/CineCat/issues
AutoName: CineCat
Description: |-
- Get information about Catalan movies and films and where you can watch them. The
- data is obtained from opendata web from Catalonia government.
+ Get information about Catalan movies and films and where you can watch them. The
+ data is obtained from opendata web from Catalonia government.
RepoType: git
Repo: https://github.com/jordhi/CineCat
diff --git a/metadata/cat.pantsu.nyaapantsu.yml b/metadata/cat.pantsu.nyaapantsu.yml
index dad31795d3..166526958d 100644
--- a/metadata/cat.pantsu.nyaapantsu.yml
+++ b/metadata/cat.pantsu.nyaapantsu.yml
@@ -9,8 +9,8 @@ Changelog: https://github.com/NyaaPantsu/NyaaPantsu-android-app/releases
AutoName: NyaaPantsu
Description: |-
- This app is providing the ability to search on NyaaPantsu and upload directly
- into it.
+ This app is providing the ability to search on NyaaPantsu and upload directly
+ into it.
RepoType: git
Repo: https://github.com/NyaaPantsu/NyaaPantsu-android-app
diff --git a/metadata/cc.calliope.mini.yml b/metadata/cc.calliope.mini.yml
index 4ffe33ada5..fcbbdcad42 100644
--- a/metadata/cc.calliope.mini.yml
+++ b/metadata/cc.calliope.mini.yml
@@ -10,9 +10,9 @@ Changelog: https://github.com/calliope-edu/Calliope-Android-App/releases
AutoName: Calliope mini
Description: |-
- This is an Android app to flash scripts on the calliope mini with your Android device.
+ This is an Android app to flash scripts on the calliope mini with your Android device.
- It supports direct upload from the calliope MakeCode editor as well as from the Nepo editor.
+ It supports direct upload from the calliope MakeCode editor as well as from the Nepo editor.
RepoType: git
Repo: https://github.com/calliope-edu/Calliope-Android-App
diff --git a/metadata/cc.co.eurdev.urecorder.yml b/metadata/cc.co.eurdev.urecorder.yml
index 9696174c03..af3559960e 100644
--- a/metadata/cc.co.eurdev.urecorder.yml
+++ b/metadata/cc.co.eurdev.urecorder.yml
@@ -5,9 +5,9 @@ SourceCode: https://bitbucket.org/thomasebell/urecord
AutoName: Urecord
Description: |-
- Single track recorder with built in audio player. Supports uncompressed ouput
- and the full range of sample rates, so may be of special use if you have a
- decent microphone
+ Single track recorder with built in audio player. Supports uncompressed ouput
+ and the full range of sample rates, so may be of special use if you have a
+ decent microphone
RepoType: git
Repo: https://bitbucket.org/thomasebell/urecord.git
diff --git a/metadata/cc.echonet.coolmicapp.yml b/metadata/cc.echonet.coolmicapp.yml
index 0f865e3c4f..66d3a95f5b 100644
--- a/metadata/cc.echonet.coolmicapp.yml
+++ b/metadata/cc.echonet.coolmicapp.yml
@@ -7,34 +7,34 @@ SourceCode: https://github.com/CoolMicApp/CoolMicApp-Android
AutoName: Cool Mic
Description: |-
- Cool Mic is an open source Icecast source client. It livestreams audio
- captured by your Android device's microphone or mic in / line in jack. It
- can stream to any Icecast server in the open-source audio formats Ogg/Opus
- and Ogg/Vorbis. It has many features and a simple, easy to use interface
- (see screenshots). Cool Mic aims to be the best way to livestream quality
- audio from your smartphone or tablet.
+ Cool Mic is an open source Icecast source client. It livestreams audio
+ captured by your Android device's microphone or mic in / line in jack. It
+ can stream to any Icecast server in the open-source audio formats Ogg/Opus
+ and Ogg/Vorbis. It has many features and a simple, easy to use interface
+ (see screenshots). Cool Mic aims to be the best way to livestream quality
+ audio from your smartphone or tablet.
- Features:
- * Streams live audio from microphone or mic/line jack to any Icecast 2.x server
- * Configurable metadata (Title, Artist) sent to Icecast
- * Easy sharing of your unique livestream URL
- * Auto-reconnect feature
- * Input gain (input volume) slider
- * Graphical VU meter with adjustable update interval
- * Active listener count (current * peak/max)
- * Broadcast length timer
- * Supports the open source, patent free Ogg/Opus audio codec
- * Supports the open source, patent free Ogg/Vorbis audio codec
- * Configurable Opus * Vorbis quality level settings
- * Configurable Icecast ‘source‘ username
- * Configurable number of audio channels (1/Mono, 2/Stereo)
- * Configurable sample rate (8000, 11025, 16000, 22050, 44100, 48000Hz)
- * Configurable server port (Under “Connection”, use SERVER:PORT)
- * Scan QR Code for auto-configuration
- * Allows basic testing by using predefined Cool Mic Test Server configuration (CMTS)
- * Prevents screen * Wi-Fi sleep mode during livestream
- * Check current Cool Mic -> Android OS permissions
- * Simple and easy to use interface
+ Features:
+ * Streams live audio from microphone or mic/line jack to any Icecast 2.x server
+ * Configurable metadata (Title, Artist) sent to Icecast
+ * Easy sharing of your unique livestream URL
+ * Auto-reconnect feature
+ * Input gain (input volume) slider
+ * Graphical VU meter with adjustable update interval
+ * Active listener count (current * peak/max)
+ * Broadcast length timer
+ * Supports the open source, patent free Ogg/Opus audio codec
+ * Supports the open source, patent free Ogg/Vorbis audio codec
+ * Configurable Opus * Vorbis quality level settings
+ * Configurable Icecast ‘source‘ username
+ * Configurable number of audio channels (1/Mono, 2/Stereo)
+ * Configurable sample rate (8000, 11025, 16000, 22050, 44100, 48000Hz)
+ * Configurable server port (Under “Connection”, use SERVER:PORT)
+ * Scan QR Code for auto-configuration
+ * Allows basic testing by using predefined Cool Mic Test Server configuration (CMTS)
+ * Prevents screen * Wi-Fi sleep mode during livestream
+ * Check current Cool Mic -> Android OS permissions
+ * Simple and easy to use interface
RepoType: git
Repo: https://github.com/CoolMicApp/CoolMicApp-Android
diff --git a/metadata/cc.kafuu.bilidownload.yml b/metadata/cc.kafuu.bilidownload.yml
index 8b3501fbc0..edcc635958 100644
--- a/metadata/cc.kafuu.bilidownload.yml
+++ b/metadata/cc.kafuu.bilidownload.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: The website videos are downloaded from is not libre.
+ NonFreeNet:
+ en-US: The website videos are downloaded from is not libre.
Categories:
- Internet
- Multimedia
diff --git a/metadata/cc.narumi.chaldea.fdroid.yml b/metadata/cc.narumi.chaldea.fdroid.yml
index db86e80f57..70beaf86e5 100644
--- a/metadata/cc.narumi.chaldea.fdroid.yml
+++ b/metadata/cc.narumi.chaldea.fdroid.yml
@@ -223,7 +223,7 @@ Builds:
- web
- windows
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.10.2.4988404'
+ 'cmake;3.10.2.4988404'
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --flavor fdroid
@@ -246,7 +246,7 @@ Builds:
- web
- windows
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.10.2.4988404'
+ 'cmake;3.10.2.4988404'
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --flavor fdroid
diff --git a/metadata/cc.rainwave.android.yml b/metadata/cc.rainwave.android.yml
index f3610cdf5f..0350fb576e 100644
--- a/metadata/cc.rainwave.android.yml
+++ b/metadata/cc.rainwave.android.yml
@@ -9,9 +9,9 @@ Donate: https://rainwave.cc/pages/tip_jar
AutoName: Rainwave
Description: |-
- Listen to music on rainwave.cc, an icecast music station, via music players like
- https://f-droid.org/packages/com.android.music or https://f-droid.org/packages/net.sourceforge.servestream. You can also log in to
- vote and request tracks to be played.
+ Listen to music on rainwave.cc, an icecast music station, via music players like
+ https://f-droid.org/packages/com.android.music or https://f-droid.org/packages/net.sourceforge.servestream. You can also log in to
+ vote and request tracks to be played.
RepoType: git
Repo: https://github.com/OEP/rainwave-android.git
diff --git a/metadata/cf.fridays.fff_info.yml b/metadata/cf.fridays.fff_info.yml
index 3976deb70e..f4459a4aa3 100644
--- a/metadata/cf.fridays.fff_info.yml
+++ b/metadata/cf.fridays.fff_info.yml
@@ -17,7 +17,7 @@ Builds:
srclibs:
- flutter@v1.10.14
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
@@ -30,7 +30,7 @@ Builds:
srclibs:
- flutter@v1.15.3
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
diff --git a/metadata/cf.theonewiththebraid.guerrilla_mail.yml b/metadata/cf.theonewiththebraid.guerrilla_mail.yml
index 7624f9f6c3..64568186a8 100644
--- a/metadata/cf.theonewiththebraid.guerrilla_mail.yml
+++ b/metadata/cf.theonewiththebraid.guerrilla_mail.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on guerrillamail.com, which is not libre.
+ NonFreeNet:
+ en-US: Depends on guerrillamail.com, which is not libre.
Categories:
- Internet
- Security
@@ -24,7 +24,7 @@ Builds:
srclibs:
- flutter@2.6.0-5.1.pre
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
diff --git a/metadata/ch.abertschi.adfree.yml b/metadata/ch.abertschi.adfree.yml
index 3b9e8e3895..bb951970f6 100644
--- a/metadata/ch.abertschi.adfree.yml
+++ b/metadata/ch.abertschi.adfree.yml
@@ -128,8 +128,8 @@ Builds:
- asset/
MaintainerNotes: |-
- The repository hosts asset files for the html landing page which are not
- part of the android build (asset/, landing/), so we scandelete them.
+ The repository hosts asset files for the html landing page which are not
+ part of the android build (asset/, landing/), so we scandelete them.
AutoUpdateMode: Version
UpdateCheckMode: Tags .*[0-9]$
diff --git a/metadata/ch.admin.bag.covidcertificate.verifier.yml b/metadata/ch.admin.bag.covidcertificate.verifier.yml
index 8ccb105af9..ee84b86ec9 100644
--- a/metadata/ch.admin.bag.covidcertificate.verifier.yml
+++ b/metadata/ch.admin.bag.covidcertificate.verifier.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- Tracking:
- en-US: The app automatically checks for updates when started
+ Tracking:
+ en-US: The app automatically checks for updates when started
Categories:
- Sports & Health
License: MPL-2.0
@@ -29,7 +29,7 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbuildTimestamp=%s\n' "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 2.0.0
versionCode: 2000
@@ -43,7 +43,7 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbuildTimestamp=%s\n' "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 2.7.0
versionCode: 2701
@@ -59,8 +59,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$-fdroid\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier-fdroid/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier-fdroid/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 2.8.0
versionCode: 2800
@@ -76,8 +76,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 2.9.0
versionCode: 2900
@@ -93,8 +93,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 3.0.0
versionCode: 3000001
@@ -110,8 +110,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-3.0\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 3.1.0
versionCode: 3010000
@@ -127,8 +127,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 3.2.0
versionCode: 3020000
@@ -144,8 +144,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 3.3.0
versionCode: 3030000
@@ -161,8 +161,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 3.5.0
versionCode: 3050000
@@ -178,8 +178,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 4.0.0
versionCode: 4000000
@@ -195,8 +195,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 4.3.0
versionCode: 4030000
@@ -212,8 +212,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 4.4.0
versionCode: 4040000
@@ -229,8 +229,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 4.6.0
versionCode: 4060000
@@ -246,8 +246,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 4.7.0
versionCode: 4070000
@@ -263,8 +263,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 4.9.0
versionCode: 4090000
@@ -276,8 +276,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 4.10.0
versionCode: 4100000
@@ -289,8 +289,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-verifier/verifier-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
+ | tr -cd '0-9')" >> gradle.properties
AllowedAPKSigningKeys: a573c85457e02ee99004735d7445ab4418d07287a8fac057915416332a3c7c63
diff --git a/metadata/ch.admin.bag.covidcertificate.wallet.yml b/metadata/ch.admin.bag.covidcertificate.wallet.yml
index 4fb413de2d..09aa147785 100644
--- a/metadata/ch.admin.bag.covidcertificate.wallet.yml
+++ b/metadata/ch.admin.bag.covidcertificate.wallet.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- Tracking:
- en-US: The app automatically checks for updates when started
+ Tracking:
+ en-US: The app automatically checks for updates when started
Categories:
- Sports & Health
License: MPL-2.0
@@ -29,7 +29,7 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbuildTimestamp=%s\n' "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 2.0.0
versionCode: 2000
@@ -43,7 +43,7 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbuildTimestamp=%s\n' "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 2.7.0
versionCode: 2701
@@ -59,8 +59,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$-fdroid\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet-fdroid/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet-fdroid/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 2.8.0
versionCode: 2800
@@ -76,8 +76,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 2.9.0
versionCode: 2900
@@ -93,8 +93,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 2.10.0
versionCode: 2100000
@@ -110,8 +110,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 3.0.0
versionCode: 3000000
@@ -127,8 +127,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-3.0\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 3.1.0
versionCode: 3010000
@@ -144,8 +144,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 3.2.0
versionCode: 3020000
@@ -161,8 +161,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 3.3.0
versionCode: 3030000
@@ -178,8 +178,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 3.5.0
versionCode: 3050000
@@ -195,8 +195,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 3.7.0
versionCode: 3070000
@@ -212,8 +212,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 4.0.0
versionCode: 4000000
@@ -229,8 +229,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 4.1.0
versionCode: 4010000
@@ -246,8 +246,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 4.3.0
versionCode: 4030000
@@ -263,8 +263,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 4.4.0
versionCode: 4040000
@@ -280,8 +280,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 4.6.0
versionCode: 4060000
@@ -297,8 +297,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 4.7.0
versionCode: 4070000
@@ -314,8 +314,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 4.9.0
versionCode: 4090000
@@ -327,8 +327,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
+ | tr -cd '0-9')" >> gradle.properties
- versionName: 4.10.0
versionCode: 4100000
@@ -340,8 +340,8 @@ Builds:
- wallet/testKeystore
- verifier/testKeystore
prebuild: printf '\nbranch=release/version-$$VERSION$$\nminSdkVersion=24\nbuildTimestamp=%s\n'
- "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
- | tr -cd '0-9')" >> gradle.properties
+ "$(curl -sL https://github.com/admin-ch/CovidCertificate-App-Android/releases/download/v$$VERSION$$-$$VERCODE$$-wallet/wallet-prod-$$VERSION$$-$$VERCODE$$-buildtimestamp-fdroid.txt
+ | tr -cd '0-9')" >> gradle.properties
AllowedAPKSigningKeys: 2b68b9f7a84de46853812e4ed4e7d230d503d66f33232027d2af2a8365240f77
diff --git a/metadata/ch.blinkenlights.android.apnswitch.yml b/metadata/ch.blinkenlights.android.apnswitch.yml
index 89be84e78b..015f18a0fb 100644
--- a/metadata/ch.blinkenlights.android.apnswitch.yml
+++ b/metadata/ch.blinkenlights.android.apnswitch.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/adrian-bl/APN-Switch/issues
AutoName: ApnSwitch
Description: |-
- This widget can enable or disable cellular data. It simply renames the current
- APN (Access Point Name) so that the provider will refuse to allow data to be
- transferred.
+ This widget can enable or disable cellular data. It simply renames the current
+ APN (Access Point Name) so that the provider will refuse to allow data to be
+ transferred.
RepoType: git
Repo: https://github.com/adrian-bl/APN-Switch.git
diff --git a/metadata/ch.blinkenlights.android.vanilla.yml b/metadata/ch.blinkenlights.android.vanilla.yml
index 8e2c7ddd4d..0bd3b1201e 100644
--- a/metadata/ch.blinkenlights.android.vanilla.yml
+++ b/metadata/ch.blinkenlights.android.vanilla.yml
@@ -10,13 +10,13 @@ Bitcoin: 1adrianERDJusC4c8whyT81zAuiENEqub
AutoName: Vanilla Music
Description: |-
- Music player with a simple interface similar to the stock music player. Supports
- browsing by folder, queueing, shake-to-skip and more. Supports the same audio
- formats as the stock music player since the system media APIs are used.
+ Music player with a simple interface similar to the stock music player. Supports
+ browsing by folder, queueing, shake-to-skip and more. Supports the same audio
+ formats as the stock music player since the system media APIs are used.
- This is a fork of https://f-droid.org/packages/org.kreed.vanilla which is no longer being developed by
- its author. We keep that in the repo as it supports Android versions below
- 4.0.3.
+ This is a fork of https://f-droid.org/packages/org.kreed.vanilla which is no longer being developed by
+ its author. We keep that in the repo as it supports Android versions below
+ 4.0.3.
RepoType: git
Repo: https://github.com/vanilla-music/vanilla.git
diff --git a/metadata/ch.blinkenlights.android.vanillaplug.yml b/metadata/ch.blinkenlights.android.vanillaplug.yml
index a6f1ca223d..74632ee218 100644
--- a/metadata/ch.blinkenlights.android.vanillaplug.yml
+++ b/metadata/ch.blinkenlights.android.vanillaplug.yml
@@ -7,12 +7,12 @@ IssueTracker: https://github.com/vanilla-music/vanilla-headphone-detector/issues
AutoName: Headphone detector for Vanilla Music
Description: |-
- This app runs a service that will launch https://f-droid.org/packages/ch.blinkenlights.android.vanilla
- whenever Android broadcasts a HEADSET_PLUG event.
+ This app runs a service that will launch https://f-droid.org/packages/ch.blinkenlights.android.vanilla
+ whenever Android broadcasts a HEADSET_PLUG event.
- Please note that you need to start the application at least once in order to
- launch the persistent background service. Also note that the application is
- useless unless https://f-droid.org/packages/ch.blinkenlights.android.vanilla is installed on your device.
+ Please note that you need to start the application at least once in order to
+ launch the persistent background service. Also note that the application is
+ useless unless https://f-droid.org/packages/ch.blinkenlights.android.vanilla is installed on your device.
RepoType: git
Repo: https://github.com/vanilla-music/vanilla-headphone-detector
diff --git a/metadata/ch.blinkenlights.battery.yml b/metadata/ch.blinkenlights.battery.yml
index 71ed7db6a6..8215329dd2 100644
--- a/metadata/ch.blinkenlights.battery.yml
+++ b/metadata/ch.blinkenlights.battery.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/adrian-bl/bl-battstatus-android/issues
AutoName: Battery Circle
Description: |-
- Displays the battery percentage in colour and different themes are possible.
- Voltage and temperature can optionally be displayed in the notification area and
- tapping that can bring you to your battery statistics.
+ Displays the battery percentage in colour and different themes are possible.
+ Voltage and temperature can optionally be displayed in the notification area and
+ tapping that can bring you to your battery statistics.
RepoType: git
Repo: https://github.com/adrian-bl/bl-battstatus-android.git
diff --git a/metadata/ch.bubendorf.locusaddon.gsakdatabase.yml b/metadata/ch.bubendorf.locusaddon.gsakdatabase.yml
index 2d1cb1d354..d48dd98d35 100644
--- a/metadata/ch.bubendorf.locusaddon.gsakdatabase.yml
+++ b/metadata/ch.bubendorf.locusaddon.gsakdatabase.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeDep:
- en-US: Requires Locus Map to be installed on your device.
+ NonFreeDep:
+ en-US: Requires Locus Map to be installed on your device.
Categories:
- Navigation
License: WTFPL
diff --git a/metadata/ch.citux.td.yml b/metadata/ch.citux.td.yml
index 54c189830d..1d9976d8ba 100644
--- a/metadata/ch.citux.td.yml
+++ b/metadata/ch.citux.td.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on the non-libre Twitch.tv service.
+ NonFreeNet:
+ en-US: App depends on the non-libre Twitch.tv service.
Categories:
- Internet
- Multimedia
@@ -11,8 +11,8 @@ Changelog: https://github.com/CiTuX/TD/releases
AutoName: TD
Description: |-
- Watch video streams about gaming with this simple client for the
- Twitch streaming service.
+ Watch video streams about gaming with this simple client for the
+ Twitch streaming service.
RepoType: git
Repo: https://github.com/CiTuX/TD
diff --git a/metadata/ch.corona.tracing.yml b/metadata/ch.corona.tracing.yml
index 76a6f8ad48..0d0f350ffa 100644
--- a/metadata/ch.corona.tracing.yml
+++ b/metadata/ch.corona.tracing.yml
@@ -131,10 +131,10 @@ Builds:
- versionNoGaen=+nogaen-4
MaintainerNotes: |-
- SwissCovid backends shut down as of 2023-09-01 => archive app
+ SwissCovid backends shut down as of 2023-09-01 => archive app
- There is a lint error during the build phase that has not yet been worked out.
- It is currently ignored and should have no consequence on the app.
+ There is a lint error during the build phase that has not yet been worked out.
+ It is currently ignored and should have no consequence on the app.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/ch.corten.aha.worldclock.yml b/metadata/ch.corten.aha.worldclock.yml
index 0ea57148da..990291cd9e 100644
--- a/metadata/ch.corten.aha.worldclock.yml
+++ b/metadata/ch.corten.aha.worldclock.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: OpenWeatherMap service itself is not open source
+ NonFreeNet:
+ en-US: OpenWeatherMap service itself is not open source
Categories:
- Time
License: GPL-3.0-or-later
@@ -13,22 +13,22 @@ Changelog: https://github.com/dasbiswajit/worldclockwidget/blob/HEAD/CHANGES.rst
AutoName: World Clock & Weather
Description: |-
- Display the local time and current weather conditions in places all over the
- world. It comes with two home screen widgets which show weather and time or time
- only.
+ Display the local time and current weather conditions in places all over the
+ world. It comes with two home screen widgets which show weather and time or time
+ only.
- Features:
+ Features:
- * Light weight application. Require less than 1 mb free space.
- * Detect your city automatically (upcoming).
- * Show local time and weather conditions in more than 4000 places.
- * Add your own places: Add a place in the same time zone and change its name and coordinates to your desired location to show the actual weather condition there!
- * A compact clock widget, displaying the local time in your favorite locations.
- * A widget showing the time and weather, which is re-sizable to show more locations on the home screen.
- * Simple and clean UI.
- * Customizable widget colors (including transparent background).
+ * Light weight application. Require less than 1 mb free space.
+ * Detect your city automatically (upcoming).
+ * Show local time and weather conditions in more than 4000 places.
+ * Add your own places: Add a place in the same time zone and change its name and coordinates to your desired location to show the actual weather condition there!
+ * A compact clock widget, displaying the local time in your favorite locations.
+ * A widget showing the time and weather, which is re-sizable to show more locations on the home screen.
+ * Simple and clean UI.
+ * Customizable widget colors (including transparent background).
- NonFreeNet: OpenWeatherMap service itself is not open source.
+ NonFreeNet: OpenWeatherMap service itself is not open source.
RepoType: git
Repo: https://github.com/dasbiswajit/worldclockwidget
diff --git a/metadata/ch.deletescape.lawnchair.plah.yml b/metadata/ch.deletescape.lawnchair.plah.yml
index c559fd7b4b..fcf57d08c0 100644
--- a/metadata/ch.deletescape.lawnchair.plah.yml
+++ b/metadata/ch.deletescape.lawnchair.plah.yml
@@ -9,18 +9,18 @@ IssueTracker: https://github.com/LawnchairLauncher/Lawnchair-V1/issues
Donate: https://www.paypal.me/deletescape
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- Features:
+ Features:
- * Android Oreo shortcuts and notification dots
- * Icon packs support
- * Variable icon size
- * Custom grid size
- * Dock customization
- * Adaptive icons (for Nougat & above)
- * BLUUUUUR (optional blurry UI for pretty much everything)
- * And much more!
+ * Android Oreo shortcuts and notification dots
+ * Icon packs support
+ * Variable icon size
+ * Custom grid size
+ * Dock customization
+ * Adaptive icons (for Nougat & above)
+ * BLUUUUUR (optional blurry UI for pretty much everything)
+ * And much more!
RepoType: git
Repo: https://github.com/LawnchairLauncher/Lawnchair-V1
diff --git a/metadata/ch.dissem.android.drupal.yml b/metadata/ch.dissem.android.drupal.yml
index 37deac99c4..e0fe3efc1c 100644
--- a/metadata/ch.dissem.android.drupal.yml
+++ b/metadata/ch.dissem.android.drupal.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/Dissem/Drupal-Editor/issues
AutoName: Drupal Editor
Description: |-
- NOTE: This project was declared unmaintained in 2014.
+ NOTE: This project was declared unmaintained in 2014.
- Publish and edit pages on websites using Drupal. To make it work with your site
- you have to activate the Blogger API in your settings.
+ Publish and edit pages on websites using Drupal. To make it work with your site
+ you have to activate the Blogger API in your settings.
RepoType: git
Repo: https://github.com/Dissem/Drupal-Editor
diff --git a/metadata/ch.famoser.mensa.yml b/metadata/ch.famoser.mensa.yml
index 08f6884d79..075d6d07e9 100644
--- a/metadata/ch.famoser.mensa.yml
+++ b/metadata/ch.famoser.mensa.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: The ETH/UZH backends are proprietary
+ NonFreeNet:
+ en-US: The ETH/UZH backends are proprietary
Categories:
- Internet
- Sports & Health
diff --git a/metadata/ch.fixme.cowsay.yml b/metadata/ch.fixme.cowsay.yml
index 4a1d2546b8..cd7f9749ad 100644
--- a/metadata/ch.fixme.cowsay.yml
+++ b/metadata/ch.fixme.cowsay.yml
@@ -7,17 +7,17 @@ IssueTracker: https://github.com/rorist/Cowsay-android/issues
AutoName: Cowsay
Description: |-
- Cowsay will turn text into happy ASCII cows, with speech (or thought) balloons.
- If you don't like cows, ASCII art is available to replace it with some other
- creatures (Tux, the BSD daemon, dragons, and a plethora of animals, from a
- turkey to an elephant in a snake)
+ Cowsay will turn text into happy ASCII cows, with speech (or thought) balloons.
+ If you don't like cows, ASCII art is available to replace it with some other
+ creatures (Tux, the BSD daemon, dragons, and a plethora of animals, from a
+ turkey to an elephant in a snake)
- * Custom message
- * Multiple cows (additionnal Droid "cow")
- * Multiple faces
- * Say/Think
- * Share as ASCII or Image
- * Copy to clipboard
+ * Custom message
+ * Multiple cows (additionnal Droid "cow")
+ * Multiple faces
+ * Say/Think
+ * Share as ASCII or Image
+ * Copy to clipboard
RepoType: git
Repo: https://github.com/rorist/Cowsay-android.git
diff --git a/metadata/ch.fixme.status.yml b/metadata/ch.fixme.status.yml
index b880d2ff2e..7403368018 100644
--- a/metadata/ch.fixme.status.yml
+++ b/metadata/ch.fixme.status.yml
@@ -9,10 +9,10 @@ Changelog: https://github.com/fixme-lausanne/MyHackerspace/blob/HEAD/CHANGELOG.m
AutoName: MyHackerspace
Description: |-
- [DISCONTINUED]: Use https://f-droid.org/packages/io.spaceapi.community.myhackerspace/
- Open/Close statuses of the hackerspaces included in the SpaceAPI. Show
- information included in the API and a widget is provided to show it on the
- homescreen.
+ [DISCONTINUED]: Use https://f-droid.org/packages/io.spaceapi.community.myhackerspace/
+ Open/Close statuses of the hackerspaces included in the SpaceAPI. Show
+ information included in the API and a widget is provided to show it on the
+ homescreen.
RepoType: git
Repo: https://github.com/fixme-lausanne/MyHackerspace.git
diff --git a/metadata/ch.gassenarbeit.bern.your.rights.yml b/metadata/ch.gassenarbeit.bern.your.rights.yml
index 3be01c15d2..3c707729fd 100644
--- a/metadata/ch.gassenarbeit.bern.your.rights.yml
+++ b/metadata/ch.gassenarbeit.bern.your.rights.yml
@@ -11,13 +11,13 @@ Changelog: https://0xacab.org/jfriedli/your-rights-bern/-/releases
AutoName: Deine Rechte
Description: |-
- Auch Polizei, Staatsanwält*innen und private Sicherheitsdienste dürfen nicht alles.
- Kennst Du Deine Rechte, so kannst Du Dich besser wehren und bist weniger leicht
- einzuschüchtern – zum Beispiel wenn Du beschuldigt wirst, eine Straftat begangen zu haben,
- oder wenn Du weggewiesen wirst, weil Du angeblich Leute beim Shoppen störst.
- Diese Broschüre gibt Dir einen Überblick über Deine wichtigsten Rechte.
- Ganz hinten findest Du Adressen von Organisationen, die Dir weiterhelfen können,
- wenn Du etwas genauer wissen willst.
+ Auch Polizei, Staatsanwält*innen und private Sicherheitsdienste dürfen nicht alles.
+ Kennst Du Deine Rechte, so kannst Du Dich besser wehren und bist weniger leicht
+ einzuschüchtern – zum Beispiel wenn Du beschuldigt wirst, eine Straftat begangen zu haben,
+ oder wenn Du weggewiesen wirst, weil Du angeblich Leute beim Shoppen störst.
+ Diese Broschüre gibt Dir einen Überblick über Deine wichtigsten Rechte.
+ Ganz hinten findest Du Adressen von Organisationen, die Dir weiterhelfen können,
+ wenn Du etwas genauer wissen willst.
RepoType: git
Repo: https://0xacab.org/jfriedli/your-rights-bern.git
diff --git a/metadata/ch.hgdev.toposuite.yml b/metadata/ch.hgdev.toposuite.yml
index 24edc08e91..d7a99864b2 100644
--- a/metadata/ch.hgdev.toposuite.yml
+++ b/metadata/ch.hgdev.toposuite.yml
@@ -9,51 +9,51 @@ IssueTracker: https://github.com/hgdev-ch/toposuite-android/issues
AutoName: TopoSuite
Description: |-
- TopoSuite for Android is an application that targets land surveyors by helping
- them determining new geographical points based on measurements and offering some
- utilities. It is able to do the following calculations:
+ TopoSuite for Android is an application that targets land surveyors by helping
+ them determining new geographical points based on measurements and offering some
+ utilities. It is able to do the following calculations:
- Polar calculations:
+ Polar calculations:
- * station orientation
- * free station
- * polar survey
- * polar implantation
- * axis implantation
+ * station orientation
+ * free station
+ * polar survey
+ * polar implantation
+ * axis implantation
- Orthogonal calculations:
+ Orthogonal calculations:
- * orthogonal survey
- * orthogonal tracking
- * orthogonal implantation
+ * orthogonal survey
+ * orthogonal tracking
+ * orthogonal implantation
- Intersections calculations:
+ Intersections calculations:
- * lines intersections
- * circles intersections
- * line / circle intersections
+ * lines intersections
+ * circles intersections
+ * line / circle intersections
- Surface calculations:
+ Surface calculations:
- * surface included with arc of a circle
- * parallel limit displacement regarding compulsory surface
+ * surface included with arc of a circle
+ * parallel limit displacement regarding compulsory surface
- Miscellaneous:
+ Miscellaneous:
- * field / distance
- * point projection on a line
- * circle computation using three points
- * arc of a circle segmentation
+ * field / distance
+ * point projection on a line
+ * circle computation using three points
+ * arc of a circle segmentation
- Mathematics:
+ Mathematics:
- * triangle solver
- * circular elements resolution
+ * triangle solver
+ * circular elements resolution
- Data, such as points, can be imported into the application from CSV, LTOP or PTP
- file formats and exported to CSV. The history of all the calculations, the
- points and application settings can be exported to file (*.tpst) which can be
- imported into other instances of the application or simply later on.
+ Data, such as points, can be imported into the application from CSV, LTOP or PTP
+ file formats and exported to CSV. The history of all the calculations, the
+ points and application settings can be exported to file (*.tpst) which can be
+ imported into other instances of the application or simply later on.
RepoType: git
Repo: https://github.com/hgdev-ch/toposuite-android.git
diff --git a/metadata/ch.hsr.eyecam.yml b/metadata/ch.hsr.eyecam.yml
index 699beaaa4f..cfb19a9231 100644
--- a/metadata/ch.hsr.eyecam.yml
+++ b/metadata/ch.hsr.eyecam.yml
@@ -6,20 +6,20 @@ IssueTracker: https://github.com/tom-and-jerry/eyeCam/issues
AutoName: eyeCam
Description: |-
- An augmented reality app which aims to support colorblind people in
- distinguishing and recognizing colors.
+ An augmented reality app which aims to support colorblind people in
+ distinguishing and recognizing colors.
- * Color recognition
- * Camera filters to enhance color differentiation
- * Simulation of colorblindness (e.g. for web developers)
+ * Color recognition
+ * Camera filters to enhance color differentiation
+ * Simulation of colorblindness (e.g. for web developers)
- Known issues:
+ Known issues:
- * Color recognition does not work properly sometimes
- * Tablets are not yet supported (orientation is off)
+ * Color recognition does not work properly sometimes
+ * Tablets are not yet supported (orientation is off)
- Name that color is used to detect
- color names.
+ Name that color is used to detect
+ color names.
RepoType: git
Repo: https://github.com/tom-and-jerry/eyeCam.git
diff --git a/metadata/ch.ihdg.calendarcolor.yml b/metadata/ch.ihdg.calendarcolor.yml
index bc44337879..e45229adae 100644
--- a/metadata/ch.ihdg.calendarcolor.yml
+++ b/metadata/ch.ihdg.calendarcolor.yml
@@ -7,22 +7,22 @@ FlattrID: a562233c4739d5cce92e816f32fb44c1
AutoName: Calendar Color
Description: |-
- A simple app to change to color of a calendar in android 4+. Tested with
- calendars provided by baikal.
+ A simple app to change to color of a calendar in android 4+. Tested with
+ calendars provided by baikal.
- Issues:
+ Issues:
- The color is slightly different from what the google calendar app is showing.
- The google calendar app seems to tweak the colors a little bit. Colors set in
- owncloud are also slightly different in the google calendar app.
+ The color is slightly different from what the google calendar app is showing.
+ The google calendar app seems to tweak the colors a little bit. Colors set in
+ owncloud are also slightly different in the google calendar app.
- The colorchanges back after some time: Many calendar services will overwrite the
- color when syncing. Set the color directly in the service (e.g. google,
- owncloud) instead.
+ The colorchanges back after some time: Many calendar services will overwrite the
+ color when syncing. Set the color directly in the service (e.g. google,
+ owncloud) instead.
- Thanks:
+ Thanks:
- HoloColorPicker - https://github.com/LarsWerkman/HoloColorPicker
+ HoloColorPicker - https://github.com/LarsWerkman/HoloColorPicker
RepoType: git
Repo: https://github.com/pascalfree/calendar-color.git
diff --git a/metadata/ch.jiikuy.velocitycalculator.yml b/metadata/ch.jiikuy.velocitycalculator.yml
index 2347f2ab43..b57d97b8a9 100644
--- a/metadata/ch.jiikuy.velocitycalculator.yml
+++ b/metadata/ch.jiikuy.velocitycalculator.yml
@@ -11,16 +11,16 @@ IssueTracker: https://github.com/jiikuy/velocitycalculator/issues
AutoName: Velocity Calculator
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- Calculates the speed of an object in a video. It needs to get calibrated once
- before you can use it. The video must follow the following terms:
+ Calculates the speed of an object in a video. It needs to get calibrated once
+ before you can use it. The video must follow the following terms:
- * It should not be shorter than 1 second.
- * The camera should not move.
- * The object must be visible at the start and the end of the video.
+ * It should not be shorter than 1 second.
+ * The camera should not move.
+ * The object must be visible at the start and the end of the video.
- Full documentation.
+ Full documentation.
RepoType: git
Repo: https://github.com/jiikuy/velocitycalculator
diff --git a/metadata/ch.logixisland.anuto.yml b/metadata/ch.logixisland.anuto.yml
index f05ebc4a56..ab174fd62e 100644
--- a/metadata/ch.logixisland.anuto.yml
+++ b/metadata/ch.logixisland.anuto.yml
@@ -9,8 +9,8 @@ Changelog: https://github.com/mjaun/android-anuto/releases
AutoName: Anuto TD
Description: |-
- Anuto is yet another tower defense game for android. It features astonishing
- hand-drawn graphics and a smooth gameplay.
+ Anuto is yet another tower defense game for android. It features astonishing
+ hand-drawn graphics and a smooth gameplay.
RepoType: git
Repo: https://github.com/mjaun/android-anuto
diff --git a/metadata/ch.nexuscomputing.android.osciprimeics.yml b/metadata/ch.nexuscomputing.android.osciprimeics.yml
index 409d143e6d..3bba0e97cc 100644
--- a/metadata/ch.nexuscomputing.android.osciprimeics.yml
+++ b/metadata/ch.nexuscomputing.android.osciprimeics.yml
@@ -6,8 +6,8 @@ SourceCode: https://bitbucket-archive.softwareheritage.org/projects/da/dalb8/osc
AutoName: OsciPrime
Description: |-
- Measure the microphone audio input as well as a USB Oscilloscope on sale from
- the website.
+ Measure the microphone audio input as well as a USB Oscilloscope on sale from
+ the website.
Builds:
- versionName: '16'
diff --git a/metadata/ch.protonvpn.android.yml b/metadata/ch.protonvpn.android.yml
index 4f5ea01ab6..442c050c19 100644
--- a/metadata/ch.protonvpn.android.yml
+++ b/metadata/ch.protonvpn.android.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: The backend is proprietary
+ NonFreeNet:
+ en-US: The backend is proprietary
Categories:
- Connectivity
- Internet
diff --git a/metadata/ch.rmy.android.http_shortcuts.yml b/metadata/ch.rmy.android.http_shortcuts.yml
index f80ac3cb38..585383cdc3 100644
--- a/metadata/ch.rmy.android.http_shortcuts.yml
+++ b/metadata/ch.rmy.android.http_shortcuts.yml
@@ -317,7 +317,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/isEnable = true/d' -e 's:File("app/:File(":' -e 's:inputFile
- = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
+ = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
ndk: r23c
- versionName: 2.24.0
@@ -331,7 +331,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/isEnable = true/d' -e 's:File("app/:File(":' -e 's:inputFile
- = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
+ = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
ndk: r23c
- versionName: 2.25.1
@@ -341,7 +341,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/isEnable = true/d' -e 's:File("app/:File(":' -e 's:inputFile
- = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
+ = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
ndk: r23c
- versionName: 2.26.0
@@ -351,7 +351,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/isEnable = true/d' -e 's:File("app/:File(":' -e 's:inputFile
- = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
+ = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
ndk: r23c
- versionName: 2.27.0
@@ -361,7 +361,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/isEnable = true/d' -e 's:File("app/:File(":' -e 's:inputFile
- = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
+ = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
ndk: r23c
- versionName: 2.28.0
@@ -371,7 +371,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/isEnable = true/d' -e 's:File("app/:File(":' -e 's:inputFile
- = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
+ = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
ndk: r23c
- versionName: 2.29.0
@@ -381,7 +381,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/isEnable = true/d' -e 's:File("app/:File(":' -e 's:inputFile
- = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
+ = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
ndk: r23c
- versionName: 2.30.0
@@ -391,7 +391,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/isEnable = true/d' -e 's:File("app/:File(":' -e 's:inputFile
- = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
+ = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
ndk: r23c
- versionName: 2.31.0
@@ -401,7 +401,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/isEnable = true/d' -e 's:File("app/:File(":' -e 's:inputFile
- = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
+ = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
ndk: r23c
- versionName: 3.0.1
@@ -411,7 +411,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/isEnable = true/d' -e 's:File("app/:File(":' -e 's:inputFile
- = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
+ = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
ndk: r23c
- versionName: 3.0.2
@@ -425,7 +425,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/isEnable = true/d' -e 's:File("app/:File(":' -e 's:inputFile
- = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
+ = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
ndk: r23c
- versionName: 3.1.0
@@ -439,7 +439,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/isEnable = true/d' -e 's:File("app/:File(":' -e 's:inputFile
- = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
+ = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
ndk: r23c
- versionName: 3.2.0
@@ -453,7 +453,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/isEnable = true/d' -e 's:File("app/:File(":' -e 's:inputFile
- = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
+ = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
ndk: r23c
- versionName: 3.3.0
@@ -467,7 +467,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/isEnable = true/d' -e 's:File("app/:File(":' -e 's:inputFile
- = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
+ = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
ndk: r23c
- versionName: 3.4.0
@@ -481,7 +481,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/isEnable = true/d' -e 's:File("app/:File(":' -e 's:inputFile
- = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
+ = ":inputFile = "../:g' -e 's:templateFile = ":templateFile = "../:g' build.gradle.kts
ndk: r23c
AutoUpdateMode: Version
diff --git a/metadata/ch.rmy.android.statusbar_tacho.yml b/metadata/ch.rmy.android.statusbar_tacho.yml
index 561976504a..f25f1405ce 100644
--- a/metadata/ch.rmy.android.statusbar_tacho.yml
+++ b/metadata/ch.rmy.android.statusbar_tacho.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/Waboodoo/Status-Bar-Tachometer/issues
AutoName: Speedometer
Description: |-
- Displays your current speed as a notification in the status bar. It is
- toggleable through shortcuts and supports 4 different units: m/s, km/h, mi/h and
- ft/s.
+ Displays your current speed as a notification in the status bar. It is
+ toggleable through shortcuts and supports 4 different units: m/s, km/h, mi/h and
+ ft/s.
RepoType: git
Repo: https://github.com/Waboodoo/Status-Bar-Tachometer
diff --git a/metadata/ch.rrelmy.android.batterymanager.yml b/metadata/ch.rrelmy.android.batterymanager.yml
index 4675ea9022..674f4aa41f 100644
--- a/metadata/ch.rrelmy.android.batterymanager.yml
+++ b/metadata/ch.rrelmy.android.batterymanager.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/rrelmy/BatteryLevel/issues
AutoName: Battery Level
Description: |-
- Simple app the shows the battery level when the app is launched. Press anywhere
- to close it
+ Simple app the shows the battery level when the app is launched. Press anywhere
+ to close it
RepoType: git
Repo: https://github.com/rrelmy/BatteryLevel.git
diff --git a/metadata/ch.rrelmy.android.locationcachemap.yml b/metadata/ch.rrelmy.android.locationcachemap.yml
index 3a417f2448..4e382b73cb 100644
--- a/metadata/ch.rrelmy.android.locationcachemap.yml
+++ b/metadata/ch.rrelmy.android.locationcachemap.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeDep:
- en-US: Depends on Google Maps being installed on your device.
+ NonFreeDep:
+ en-US: Depends on Google Maps being installed on your device.
Categories:
- System
License: GPL-3.0-only
@@ -9,19 +9,19 @@ IssueTracker: https://github.com/rrelmy/LocationCacheMap/issues
AutoName: Location Cache Map
Description: |-
- N.B Only applies if you are on Android 2.3.3-. Requires root.
+ N.B Only applies if you are on Android 2.3.3-. Requires root.
- If you opt-in to Network location, the non-free software provided by Google to
- every Android phone, a log will be kept of your location so that Google can
- benefit from the combination of location data and wireless signal data.
+ If you opt-in to Network location, the non-free software provided by Google to
+ every Android phone, a log will be kept of your location so that Google can
+ benefit from the combination of location data and wireless signal data.
- The log can't be viewed against a map within the app because an API key for
- Google Maps is missing from the f-droid.org build and no other map source is
- available. Another app that supports OpenStreetMap and gpx files can be used to
- view it, such as https://f-droid.org/packages/me.guillaumin.android.osmtracker.
+ The log can't be viewed against a map within the app because an API key for
+ Google Maps is missing from the f-droid.org build and no other map source is
+ available. Another app that supports OpenStreetMap and gpx files can be used to
+ view it, such as https://f-droid.org/packages/me.guillaumin.android.osmtracker.
- Anti-feature: Dependency. It's necessary for Google Maps to be already installed
- either as an app or as a shared system library for this app to be installable.
+ Anti-feature: Dependency. It's necessary for Google Maps to be already installed
+ either as an app or as a shared system library for this app to be installable.
RequiresRoot: true
diff --git a/metadata/ch.thilojaeggi.notely.yml b/metadata/ch.thilojaeggi.notely.yml
index c2c8828ce6..0ee55947e4 100644
--- a/metadata/ch.thilojaeggi.notely.yml
+++ b/metadata/ch.thilojaeggi.notely.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App connects to non-libre servers, e.g. edgedl.me.gvt1.com
+ NonFreeNet:
+ en-US: App connects to non-libre servers, e.g. edgedl.me.gvt1.com
Categories:
- Science & Education
License: AGPL-3.0-or-later
diff --git a/metadata/chat.fluffy.fluffychat.yml b/metadata/chat.fluffy.fluffychat.yml
index fc3e220232..d1292e9b0c 100644
--- a/metadata/chat.fluffy.fluffychat.yml
+++ b/metadata/chat.fluffy.fluffychat.yml
@@ -36,7 +36,7 @@ Builds:
- web
- windows
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1'
+ 'cmake;3.18.1'
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --release
@@ -60,7 +60,7 @@ Builds:
- web
- windows
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1'
+ 'cmake;3.18.1'
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --release
@@ -84,7 +84,7 @@ Builds:
- web
- windows
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1'
+ 'cmake;3.18.1'
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --release
@@ -109,7 +109,7 @@ Builds:
- windows
- winuwp
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1'
+ 'cmake;3.18.1'
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --release
diff --git a/metadata/chat.rocket.android.yml b/metadata/chat.rocket.android.yml
index fb693ba3d6..3e8c3efede 100644
--- a/metadata/chat.rocket.android.yml
+++ b/metadata/chat.rocket.android.yml
@@ -11,48 +11,48 @@ Donate: https://github.com/RocketChat/Rocket.Chat#donate
AutoName: Rocket.Chat Experimental
Description: |
- Note: This FOSS build variant currently lacks any push notification support.
+ Note: This FOSS build variant currently lacks any push notification support.
- Rocket.Chat is a free and open source team chat collaboration platform that allows users to communicate securely in real-time across devices on web, desktop or mobile and to customize their interface with a range of plugins, themes and integrations with other key software.
+ Rocket.Chat is a free and open source team chat collaboration platform that allows users to communicate securely in real-time across devices on web, desktop or mobile and to customize their interface with a range of plugins, themes and integrations with other key software.
- By opting for Rocket.Chat, users also benefit from free audio and video conferencing, guest access, screen and file sharing, LiveChat, LDAP Group Sync, two-factor authentication (2FA), E2E encryption, SSO, dozens of OAuth providers and unlimited users, guests, channels, messages, searches and files. Users can set up Rocket.Chat on cloud or by hosting their own servers on-premises.
+ By opting for Rocket.Chat, users also benefit from free audio and video conferencing, guest access, screen and file sharing, LiveChat, LDAP Group Sync, two-factor authentication (2FA), E2E encryption, SSO, dozens of OAuth providers and unlimited users, guests, channels, messages, searches and files. Users can set up Rocket.Chat on cloud or by hosting their own servers on-premises.
- With more than 700 developer-contributors and over 17k stars on Github, Rocket.Chat has the largest and most active community of chat developers in the open source communication sector.
+ With more than 700 developer-contributors and over 17k stars on Github, Rocket.Chat has the largest and most active community of chat developers in the open source communication sector.
- When you choose Rocket.Chat, you join a passionate community who help to grow the platform with us!
+ When you choose Rocket.Chat, you join a passionate community who help to grow the platform with us!
- KEY FEATURES:
+ KEY FEATURES:
- * Free Open Source Software
- * Hassle free MIT license
- * BYOS (bring your own server)
- * Multiple Rooms
- * Direct Messages
- * Private Groups
- * Public Channels
- * Desktop and Mobile Notifications
- * Edit and Delete Sent Messages
- * Mentions
- * Avatars
- * Markdown
- * Emojis
- * Choose between 3 themes: Light, Dark, Black
- * Sort conversations alphabetically or group by activity, unread or favourites
- * Transcripts / History
- * File Upload / Sharing
- * I18n - Internationalization with Lingohub
- * Hubot Friendly - Hubot Integration Project
- * Media Embeds
- * Link Previews
- * LDAP Authentication
- * REST-full APIs
- * Remote Locations Video Monitoring
- * Native Cross-Platform Desktop Application
+ * Free Open Source Software
+ * Hassle free MIT license
+ * BYOS (bring your own server)
+ * Multiple Rooms
+ * Direct Messages
+ * Private Groups
+ * Public Channels
+ * Desktop and Mobile Notifications
+ * Edit and Delete Sent Messages
+ * Mentions
+ * Avatars
+ * Markdown
+ * Emojis
+ * Choose between 3 themes: Light, Dark, Black
+ * Sort conversations alphabetically or group by activity, unread or favourites
+ * Transcripts / History
+ * File Upload / Sharing
+ * I18n - Internationalization with Lingohub
+ * Hubot Friendly - Hubot Integration Project
+ * Media Embeds
+ * Link Previews
+ * LDAP Authentication
+ * REST-full APIs
+ * Remote Locations Video Monitoring
+ * Native Cross-Platform Desktop Application
- GET IT NOW:
+ GET IT NOW:
- * Learn more and install: https://rocket.chat
- * ONE-CLICK-DEPLOYMENT – See instructions on our GitHub repository: https://github.com/RocketChat
+ * Learn more and install: https://rocket.chat
+ * ONE-CLICK-DEPLOYMENT – See instructions on our GitHub repository: https://github.com/RocketChat
RepoType: git
Repo: https://github.com/RocketChat/Rocket.Chat.ReactNative.git
diff --git a/metadata/chromiumupdater.bamless.com.chromiumsweupdater.yml b/metadata/chromiumupdater.bamless.com.chromiumsweupdater.yml
index 5594edd870..4f85b91b92 100644
--- a/metadata/chromiumupdater.bamless.com.chromiumsweupdater.yml
+++ b/metadata/chromiumupdater.bamless.com.chromiumsweupdater.yml
@@ -8,19 +8,19 @@ Changelog: https://github.com/bamless/chromium-swe-updater/releases
AutoName: Chromium SWE Updater
Description: |-
- Note: App is no longer developed
+ Note: App is no longer developed
- Automatically update an unofficial build of
- Aurora's Chromium for Snapdragon, an optimized fork targeting Qualcomm's
- Snapdragon processors.
+ Automatically update an unofficial build of
+ Aurora's Chromium for Snapdragon, an optimized fork targeting Qualcomm's
+ Snapdragon processors.
- The custom build aims to deploy the stock Chromium SWE with only few additions:
- custom icon, custom name, adblock, more search engines.
+ The custom build aims to deploy the stock Chromium SWE with only few additions:
+ custom icon, custom name, adblock, more search engines.
- This app will search a third-party GitHub repo
- https://github.com/bamless/chromium-swe-builds for new custom builds once a
- day, and will show a notification if one is found.
+ This app will search a third-party GitHub repo
+ https://github.com/bamless/chromium-swe-builds for new custom builds once a
+ day, and will show a notification if one is found.
RepoType: git
Repo: https://github.com/bamless/chromium-swe-updater
@@ -41,8 +41,8 @@ Builds:
- yes
MaintainerNotes: |-
- Doesnt verify with
- Binaries:https://github.com/bamless/chromium-swe-updater/releases/download/v%v/chromium-swe-updater-%v.apk
+ Doesnt verify with
+ Binaries:https://github.com/bamless/chromium-swe-updater/releases/download/v%v/chromium-swe-updater-%v.apk
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/cityfreqs.com.pilfershushjammer.yml b/metadata/cityfreqs.com.pilfershushjammer.yml
index bda9d645e8..09e9a4d99c 100644
--- a/metadata/cityfreqs.com.pilfershushjammer.yml
+++ b/metadata/cityfreqs.com.pilfershushjammer.yml
@@ -8,28 +8,28 @@ Changelog: https://github.com/kaputnikGo/PilferShushJammer/blob/HEAD/CHANGELOG.m
AutoName: PilferShush Jammer
Description: |-
- Features a passive jammer technique that engages the microphone thereby
- blocking other apps from using it. But does NOT listen to or record any of the
- audio from the microphone. It uses 0% CPU and no noticeable battery use. However
- is not intended to be left on permanently due to the variety of triggers that
- can cause audio_focus_state changes (VOIP etc).
+ Features a passive jammer technique that engages the microphone thereby
+ blocking other apps from using it. But does NOT listen to or record any of the
+ audio from the microphone. It uses 0% CPU and no noticeable battery use. However
+ is not intended to be left on permanently due to the variety of triggers that
+ can cause audio_focus_state changes (VOIP etc).
- Also features an active jammer that emits tones constrained to the NUHF
- range of 18 kHz to 24 kHz range. User determined carrier frequency and drift
- limits with rate for random tone emissions depending on the device capabilities.
- For instance 20000 Hz carrier, drift limit 1000 Hz and rate slow - will output
- random frequency between 19 kHz and 21 kHz approximately every second.
+ Also features an active jammer that emits tones constrained to the NUHF
+ range of 18 kHz to 24 kHz range. User determined carrier frequency and drift
+ limits with rate for random tone emissions depending on the device capabilities.
+ For instance 20000 Hz carrier, drift limit 1000 Hz and rate slow - will output
+ random frequency between 19 kHz and 21 kHz approximately every second.
- Audible artifacts are present during the NUHF tones but this may be changed in a
- future release. Experimental white noise output may not be very effective at
- blocking and is a somewhat annoying sound. The device speaker output may not
- have enough amplitude to block unwanted NUHF signals - testing will determine.
+ Audible artifacts are present during the NUHF tones but this may be changed in a
+ future release. Experimental white noise output may not be very effective at
+ blocking and is a somewhat annoying sound. The device speaker output may not
+ have enough amplitude to block unwanted NUHF signals - testing will determine.
- * Manual start
- * Notification post when running
- * Auto stop and restart when telephony interrupts
- * Currently relies on audio_focus_state changes for auto-switching
- * Active jammer
+ * Manual start
+ * Notification post when running
+ * Auto stop and restart when telephony interrupts
+ * Currently relies on audio_focus_state changes for auto-switching
+ * Active jammer
RepoType: git
Repo: https://github.com/kaputnikGo/PilferShushJammer.git
diff --git a/metadata/click.dummer.UartSmartwatch.yml b/metadata/click.dummer.UartSmartwatch.yml
index f6063fadc4..cccbb03725 100644
--- a/metadata/click.dummer.UartSmartwatch.yml
+++ b/metadata/click.dummer.UartSmartwatch.yml
@@ -9,34 +9,34 @@ FlattrID: '5195407'
AutoName: UART Smartwatch
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- This is a bluetooth low energy UART terminal app for a do-it-yourself
- Smartwatch.
+ This is a bluetooth low energy UART terminal app for a do-it-yourself
+ Smartwatch.
- App features:
+ App features:
- * notification buffer
- * is notification to long: use of notification title
- * some emoticons works
- * german Umlaute works
- * transmit more than 20 bytes
- * automatic reconnect
+ * notification buffer
+ * is notification to long: use of notification title
+ * some emoticons works
+ * german Umlaute works
+ * transmit more than 20 bytes
+ * automatic reconnect
- Get firmware, screenshots, documentation and circuit from
- UART-Smartwatch Website.
+ Get firmware, screenshots, documentation and circuit from
+ UART-Smartwatch Website.
- UART-Smartwatch firmware features:
+ UART-Smartwatch firmware features:
- * Press Button 1.5 s: sync the time between watch and phone. Show date and notifications as scrolling chars.
- * Press Button 0.5 s: show the time calculated by the watch. Show the battery level and an analog clock
- * small analog clock
- * digital clock
- * Battery Level
- * more than 18 hours with LiPo 3.7V (170mA)
+ * Press Button 1.5 s: sync the time between watch and phone. Show date and notifications as scrolling chars.
+ * Press Button 0.5 s: show the time calculated by the watch. Show the battery level and an analog clock
+ * small analog clock
+ * digital clock
+ * Battery Level
+ * more than 18 hours with LiPo 3.7V (170mA)
- The DIY smartwatch shows a calculated time without a connection to your phone.
- This time is a bit faster to pretent problems. It is about 10 second in 6 hours.
+ The DIY smartwatch shows a calculated time without a connection to your phone.
+ This time is a bit faster to pretent problems. It is about 10 second in 6 hours.
RepoType: git
Repo: https://github.com/no-go/UART-Smartwatch
diff --git a/metadata/click.dummer.have_radiosion.yml b/metadata/click.dummer.have_radiosion.yml
index 6b2b1851ce..25e2afe98b 100644
--- a/metadata/click.dummer.have_radiosion.yml
+++ b/metadata/click.dummer.have_radiosion.yml
@@ -10,14 +10,14 @@ Changelog: https://github.com/no-go/HaveRadiosion/releases
AutoName: HaveRadiosion
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- This app plays internet radio streams. The app is a fork of the WebRadio
- app - but with a changed editor, a focus on rock music and a comic
- music visualization. The design of the app has been renewed and some
- new features and corrections have been added (night mode, power
- saving, Notification Channel since android 8). By modifying the code
- a backwards compatibility back to Android 4.1 was reached.
+ This app plays internet radio streams. The app is a fork of the WebRadio
+ app - but with a changed editor, a focus on rock music and a comic
+ music visualization. The design of the app has been renewed and some
+ new features and corrections have been added (night mode, power
+ saving, Notification Channel since android 8). By modifying the code
+ a backwards compatibility back to Android 4.1 was reached.
RepoType: git
Repo: https://github.com/no-go/HaveRadiosion.git
diff --git a/metadata/click.dummer.imagesms.yml b/metadata/click.dummer.imagesms.yml
index e4c975833a..469c8745f0 100644
--- a/metadata/click.dummer.imagesms.yml
+++ b/metadata/click.dummer.imagesms.yml
@@ -8,23 +8,23 @@ SourceCode: https://github.com/no-go/ImageSms
AutoName: Image SMS
Description: |
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- Image SMS uses long text SMS to send a very small picture (NOT MMS or Internet). It uses base64 technique (similar to a email attachment) to transfer data. It is a bare metal App and Open Source on github. If you want to enlarge the features, you have to do it by your own!
+ Image SMS uses long text SMS to send a very small picture (NOT MMS or Internet). It uses base64 technique (similar to a email attachment) to transfer data. It is a bare metal App and Open Source on github. If you want to enlarge the features, you have to do it by your own!
- I love my privacy. Thus I love apps with only a couple of permissions. Image SMS needs only access on:
+ I love my privacy. Thus I love apps with only a couple of permissions. Image SMS needs only access on:
- * SMS (read and send)
- * Camera
+ * SMS (read and send)
+ * Camera
- Image SMS does not use access to:
+ Image SMS does not use access to:
- * Files
- * Contacts
- * Internet
+ * Files
+ * Contacts
+ * Internet
- This may be strange to you, because you need a phone number and there is no contact selection.
- .
+ This may be strange to you, because you need a phone number and there is no contact selection.
+ .
RepoType: git
Repo: https://github.com/no-go/ImageSms.git
diff --git a/metadata/click.dummer.notify_to_jabber.yml b/metadata/click.dummer.notify_to_jabber.yml
index 4a10edd4e2..0e8bf78f7c 100644
--- a/metadata/click.dummer.notify_to_jabber.yml
+++ b/metadata/click.dummer.notify_to_jabber.yml
@@ -8,11 +8,11 @@ Changelog: https://github.com/no-go/NotifyRelay/releases
AutoName: Notify2Jabber
Description: |
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- Sometimes a new giant smartphone is too big for me at parties. It's nice to be able to redirect all my messages to a little old one. In an emergency you can at least answer your real friends via SMS. My app redirects almost everything to a Jabber account or to a Gotify server. It's a little everyday hack that I don't want to keep from the FOSS community.
+ Sometimes a new giant smartphone is too big for me at parties. It's nice to be able to redirect all my messages to a little old one. In an emergency you can at least answer your real friends via SMS. My app redirects almost everything to a Jabber account or to a Gotify server. It's a little everyday hack that I don't want to keep from the FOSS community.
- Hey! Do not build loops! It is a bad idea having the receiving jabber or gotify account on the same phone X-)
+ Hey! Do not build loops! It is a bad idea having the receiving jabber or gotify account on the same phone X-)
RepoType: git
Repo: https://github.com/no-go/NotifyRelay.git
diff --git a/metadata/click.dummer.rickapp.yml b/metadata/click.dummer.rickapp.yml
index 03223c8edc..4f78d96de5 100644
--- a/metadata/click.dummer.rickapp.yml
+++ b/metadata/click.dummer.rickapp.yml
@@ -10,24 +10,24 @@ FlattrID: '5197343'
AutoName: Rick App
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- The Rick-App plays a automatic burp in silent situations. This App makes it
- possible to talk like Rick in Rick and Morty.
+ The Rick-App plays a automatic burp in silent situations. This App makes it
+ possible to talk like Rick in Rick and Morty.
- Features:
+ Features:
- * Threshold ruler: modify the noise limit
- * RickApp plays a burp sound, if there is a realy short time without noise
- * It plays a new burp only after 2 seconds to protect from endless burps
- * If your mobile plays sound, RickApp hears it, too.
- * RickApp shows the sound sampling values in a textbox
+ * Threshold ruler: modify the noise limit
+ * RickApp plays a burp sound, if there is a realy short time without noise
+ * It plays a new burp only after 2 seconds to protect from endless burps
+ * If your mobile plays sound, RickApp hears it, too.
+ * RickApp shows the sound sampling values in a textbox
- Your Screen is off, but RickApp does not sleep! Use the recent App feature
- of your Homescreen and close RickApp by swiping it away.
+ Your Screen is off, but RickApp does not sleep! Use the recent App feature
+ of your Homescreen and close RickApp by swiping it away.
- This App uses the microphone! You can not use the microphone, if you get a
- call and RickApp works!
+ This App uses the microphone! You can not use the microphone, if you get a
+ call and RickApp works!
RepoType: git
Repo: https://github.com/no-go/RickApp
diff --git a/metadata/click.dummer.textthing.yml b/metadata/click.dummer.textthing.yml
index c34fcc641e..cea6131fc5 100644
--- a/metadata/click.dummer.textthing.yml
+++ b/metadata/click.dummer.textthing.yml
@@ -9,19 +9,19 @@ IssueTracker: https://github.com/no-go/TextThing/issues
AutoName: Retro Text Editor
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- Retro Text Editor is a simple text file editor.
+ Retro Text Editor is a simple text file editor.
- Features:
+ Features:
- * Text file editor for your favorite file manager
- * App creates and opens Documents/click.dummer.textthing/notes.txt as default
- * use the App to write notes
- * stores changes on closing or pausing the App
- * set your favorite font size and switch between normal or monospace style
+ * Text file editor for your favorite file manager
+ * App creates and opens Documents/click.dummer.textthing/notes.txt as default
+ * use the App to write notes
+ * stores changes on closing or pausing the App
+ * set your favorite font size and switch between normal or monospace style
- There is no file manager integrated.
+ There is no file manager integrated.
RepoType: git
Repo: https://github.com/no-go/TextThing
diff --git a/metadata/click.dummer.yidkey.yml b/metadata/click.dummer.yidkey.yml
index e02c80f097..1ee19f3c29 100644
--- a/metadata/click.dummer.yidkey.yml
+++ b/metadata/click.dummer.yidkey.yml
@@ -7,7 +7,7 @@ IssueTracker: https://github.com/no-go/YiddishKeyboard/issues
AutoName: YidKey KD
Description: |
- If you study the Jewish language and can't use a Gboard keyboard, then the hebrew keyboard is often not enough and a few letters are missing. YidKey is supposed to make up for this and simplify the input of Yiddish words.
+ If you study the Jewish language and can't use a Gboard keyboard, then the hebrew keyboard is often not enough and a few letters are missing. YidKey is supposed to make up for this and simplify the input of Yiddish words.
RepoType: git
Repo: https://github.com/no-go/YiddishKeyboard.git
diff --git a/metadata/co.epitre.aelf_lectures.yml b/metadata/co.epitre.aelf_lectures.yml
index cb510d743e..e64cd9d015 100644
--- a/metadata/co.epitre.aelf_lectures.yml
+++ b/metadata/co.epitre.aelf_lectures.yml
@@ -9,29 +9,29 @@ IssueTracker: https://github.com/HackMyChurch/aelf-dailyreadings/issues
AutoName: AELF
Description: |-
- The Word of God, nothing but the Word of God
+ The Word of God, nothing but the Word of God
- * Find the entire Mass and liturgy of the hours from the liturgical translation. Mass, readings, lauds, third, sexte, none, vespers, complies.
- * Meditate on speech, without distractions. Sober and unique full screen display, with no risk of going into standby.
- * Do not look, there is no flourish, no distraction, just the Word.
+ * Find the entire Mass and liturgy of the hours from the liturgical translation. Mass, readings, lauds, third, sexte, none, vespers, complies.
+ * Meditate on speech, without distractions. Sober and unique full screen display, with no risk of going into standby.
+ * Do not look, there is no flourish, no distraction, just the Word.
- Accessible, for everyone
+ Accessible, for everyone
- * Use your phone, it is compatible. Without sacrificing the look. (Android 2.2+ to Android 5.1)
- * Adjust the text size according to your preferences, depending on your screen.
- * Let us guide you with "Talkback". The application is compatible.
- * Read without suffering. The texts are formatted.
+ * Use your phone, it is compatible. Without sacrificing the look. (Android 2.2+ to Android 5.1)
+ * Adjust the text size according to your preferences, depending on your screen.
+ * Let us guide you with "Talkback". The application is compatible.
+ * Read without suffering. The texts are formatted.
- Anytime, anywhere
+ Anytime, anywhere
- * Automatically synchronize texts to meditate on them even from a cave... or the countryside.
- * Navigate through time, the date is adjustable at least one month in advance.
+ * Automatically synchronize texts to meditate on them even from a cave... or the countryside.
+ * Navigate through time, the date is adjustable at least one month in advance.
- In a land of trust
+ In a land of trust
- * This application uses the Internet for only one thing: to load the texts of the Word. No data other than Android automatic error reports, whether personal or statistical, is transmitted by the application.
- * Application proposed on a voluntary basis, without any publicity with the support of the Association épiscopale liturgique pour les pays francophones (http://www.aelf.org)
- * Texts and logo reproduced with the kind permission of the AELF.
+ * This application uses the Internet for only one thing: to load the texts of the Word. No data other than Android automatic error reports, whether personal or statistical, is transmitted by the application.
+ * Application proposed on a voluntary basis, without any publicity with the support of the Association épiscopale liturgique pour les pays francophones (http://www.aelf.org)
+ * Texts and logo reproduced with the kind permission of the AELF.
RepoType: git
Repo: https://github.com/HackMyChurch/aelf-dailyreadings
diff --git a/metadata/co.garmax.materialflashlight.yml b/metadata/co.garmax.materialflashlight.yml
index 0138d3097e..01fc89c879 100644
--- a/metadata/co.garmax.materialflashlight.yml
+++ b/metadata/co.garmax.materialflashlight.yml
@@ -9,21 +9,21 @@ Changelog: https://github.com/garmax1/material-flashlight/releases
AutoName: Material Flashlight
Description: |-
- Flashlight features:
+ Flashlight features:
- * On\Off
- * Strobe with interval
- * Music strobe
- * SOS mode
- * Screen/Camera LED modules
- * Widgets
- * Quick Settings Toggle (Android 7 and above)
+ * On\Off
+ * Strobe with interval
+ * Music strobe
+ * SOS mode
+ * Screen/Camera LED modules
+ * Widgets
+ * Quick Settings Toggle (Android 7 and above)
- Permissions:
+ Permissions:
- * Camera and flashlight - for using camera LED
- * Audio Recording - for music strobe feature to analyze noise around
- * Write system settings - for setting max brightness volume in screen module
+ * Camera and flashlight - for using camera LED
+ * Audio Recording - for music strobe feature to analyze noise around
+ * Write system settings - for setting max brightness volume in screen module
RepoType: git
Repo: https://github.com/garmax1/material-flashlight.git
diff --git a/metadata/co.localmonero.app.yml b/metadata/co.localmonero.app.yml
index a9a96a92a3..c682ca4c3f 100644
--- a/metadata/co.localmonero.app.yml
+++ b/metadata/co.localmonero.app.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Services used for trading coins are not libre.
+ NonFreeNet:
+ en-US: Services used for trading coins are not libre.
Categories:
- Money
License: MIT
diff --git a/metadata/co.loubo.icicle.yml b/metadata/co.loubo.icicle.yml
index 6c271a9403..5762f8395f 100644
--- a/metadata/co.loubo.icicle.yml
+++ b/metadata/co.loubo.icicle.yml
@@ -7,9 +7,9 @@ IssueTracker: https://github.com/ArneBab/Icicle/issues
AutoName: Icicle for Freenet
Description: |-
- Connect to your Freenet node, check the status,
- uploads, downloads, and peers. A working Freenet node is required for this app
- to be useful.
+ Connect to your Freenet node, check the status,
+ uploads, downloads, and peers. A working Freenet node is required for this app
+ to be useful.
RepoType: git
Repo: https://github.com/ArneBab/Icicle
diff --git a/metadata/co.pxhouse.sas.yml b/metadata/co.pxhouse.sas.yml
index 8c5a1384b2..171c209b68 100644
--- a/metadata/co.pxhouse.sas.yml
+++ b/metadata/co.pxhouse.sas.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on non-libre search engines.
+ NonFreeNet:
+ en-US: Depends on non-libre search engines.
Categories:
- Internet
- System
@@ -12,17 +12,17 @@ IssueTracker: https://github.com/veniosg/JustSearch/issues
AutoName: Just Search
Description: |-
- Note: this app is discontinued.
+ Note: this app is discontinued.
- Just Search is an Assist replacement (the app that launches after long pressing
- home) and cannot be launched via the launcher. To use it, navigate to the device
- settings and change the default Assist app.
+ Just Search is an Assist replacement (the app that launches after long pressing
+ home) and cannot be launched via the launcher. To use it, navigate to the device
+ settings and change the default Assist app.
- Just Search provides a simple way to search from everywhere without needing to
- launch the heavy (in terms of data and resources' needs) Google search app. Just
- Search uses DuckDuckGo by default, but allows opting for a multitude of
- predefined search providers instead. It also allows setting a custom search URL
- so that any search engine is supported.
+ Just Search provides a simple way to search from everywhere without needing to
+ launch the heavy (in terms of data and resources' needs) Google search app. Just
+ Search uses DuckDuckGo by default, but allows opting for a multitude of
+ predefined search providers instead. It also allows setting a custom search URL
+ so that any search engine is supported.
RepoType: git
Repo: https://github.com/veniosg/JustSearch
diff --git a/metadata/code.name.monkey.retromusic.yml b/metadata/code.name.monkey.retromusic.yml
index 33477da17d..4c146117ce 100644
--- a/metadata/code.name.monkey.retromusic.yml
+++ b/metadata/code.name.monkey.retromusic.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App connects to LastFM, which is not libre.
+ NonFreeNet:
+ en-US: App connects to LastFM, which is not libre.
Categories:
- Multimedia
License: GPL-3.0-only
diff --git a/metadata/com.Bisha.TI89EmuDonation.yml b/metadata/com.Bisha.TI89EmuDonation.yml
index a4f726555a..92dee9257f 100644
--- a/metadata/com.Bisha.TI89EmuDonation.yml
+++ b/metadata/com.Bisha.TI89EmuDonation.yml
@@ -7,15 +7,15 @@ IssueTracker: https://bitbucket.org/dhashoandroid/graph89-free/issues
AutoName: Graph 89
Description: |-
- Emulate any of the following calculators:
+ Emulate any of the following calculators:
- * TI89, TI89T
- * TI92, TI92+
- * V200
- * TI84+, TI84+SE
- * TI83, TI83+, TI83+SE
+ * TI89, TI89T
+ * TI92, TI92+
+ * V200
+ * TI84+, TI84+SE
+ * TI83, TI83+, TI83+SE
- No ROM images are included. You can extract one from your own calculator.
+ No ROM images are included. You can extract one from your own calculator.
RepoType: git
Repo: https://bitbucket.org/dhashoandroid/graph89-paid.git
diff --git a/metadata/com.EthanHeming.NeuralNetworkSimulator.yml b/metadata/com.EthanHeming.NeuralNetworkSimulator.yml
index 728b8d5889..05757b3228 100644
--- a/metadata/com.EthanHeming.NeuralNetworkSimulator.yml
+++ b/metadata/com.EthanHeming.NeuralNetworkSimulator.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/Xipher7934/NeuralNetworkSimulator/issues
AutoName: Neural Network Simulator
Description: |-
- Neural network nodes, or \'neurons\', are simulated brain cells. Neurons can
- be created by tapping anywhere on the screen.
+ Neural network nodes, or \'neurons\', are simulated brain cells. Neurons can
+ be created by tapping anywhere on the screen.
RepoType: git
Repo: https://github.com/Xipher7934/NeuralNetworkSimulator
diff --git a/metadata/com.FireFart.Permissions2.yml b/metadata/com.FireFart.Permissions2.yml
index 9d42b00782..5d40ffebbb 100644
--- a/metadata/com.FireFart.Permissions2.yml
+++ b/metadata/com.FireFart.Permissions2.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/FireFart/Permissions/issues
AutoName: Permissions
Description: |-
- This application shows all the available permissions on your phone in a big
- list, highlighting those it considers dangerous. You can expand any of the
- entries in the list to see what applications are using that particular
- permission.
+ This application shows all the available permissions on your phone in a big
+ list, highlighting those it considers dangerous. You can expand any of the
+ entries in the list to see what applications are using that particular
+ permission.
RepoType: git
Repo: https://github.com/FireFart/Permissions.git
diff --git a/metadata/com.GTP.eveminer.yml b/metadata/com.GTP.eveminer.yml
index 5a77471c56..6b16faf337 100644
--- a/metadata/com.GTP.eveminer.yml
+++ b/metadata/com.GTP.eveminer.yml
@@ -8,11 +8,11 @@ IssueTracker: https://github.com/Somethingweirdhere/Mining-Helper-for-EVE-Online
AutoName: EVE Mining Calc
Description: |-
- This simple app let's you select some ores and will fetch their prices in
- Tradehubs. Then it will display them sorted by your profit so you don't have to
- worry about things like checking their prices, volumes and calculating your
- profit. You can also specify systems: Telling the app that you are in a 0.7
- Gallente system will make it display only the ores that are avaible there.
+ This simple app let's you select some ores and will fetch their prices in
+ Tradehubs. Then it will display them sorted by your profit so you don't have to
+ worry about things like checking their prices, volumes and calculating your
+ profit. You can also specify systems: Telling the app that you are in a 0.7
+ Gallente system will make it display only the ores that are avaible there.
RepoType: git
Repo: https://github.com/Somethingweirdhere/Mining-Helper-for-EVE-Online.git
diff --git a/metadata/com.MarcosDiez.shareviahttp.yml b/metadata/com.MarcosDiez.shareviahttp.yml
index bf0574d923..e36f4b5fe5 100644
--- a/metadata/com.MarcosDiez.shareviahttp.yml
+++ b/metadata/com.MarcosDiez.shareviahttp.yml
@@ -10,16 +10,16 @@ Changelog: https://github.com/marcosdiez/shareviahttp#changelog
AutoName: Share via HTTP
Description: |-
- N.B The app doesn't make an entry in the app list: only the share menu.
+ N.B The app doesn't make an entry in the app list: only the share menu.
- Share files from your phone to one or many, quickly and easily. Just share the
- item via the Share Menu and a mini web server will be started allowing others to
- download the file. If there are multiple files a zip archive will be created on
- the fly. If https://f-droid.org/packages/com.google.zxing.client.android is installed a QR code can be
- produced with the URL. It will only work if the recipient is on the same LAN if
- you use WiFI but should work anywhere if you use GSM (2G/3G), though more
- slowly. The server can be stopped at any time from the screen that shows the URL
- (press the back button if you're on the barcode).
+ Share files from your phone to one or many, quickly and easily. Just share the
+ item via the Share Menu and a mini web server will be started allowing others to
+ download the file. If there are multiple files a zip archive will be created on
+ the fly. If https://f-droid.org/packages/com.google.zxing.client.android is installed a QR code can be
+ produced with the URL. It will only work if the recipient is on the same LAN if
+ you use WiFI but should work anywhere if you use GSM (2G/3G), though more
+ slowly. The server can be stopped at any time from the screen that shows the URL
+ (press the back button if you're on the barcode).
RepoType: git
Repo: https://github.com/marcosdiez/shareviahttp.git
@@ -30,7 +30,7 @@ Builds:
commit: f6566f6ae61d
subdir: ShareViaHttp
prebuild: wget http://repo1.maven.org/maven2/com/googlecode/androidannotations/androidannotations/2.5.1/androidannotations-2.5.1.jar
- -P libs/
+ -P libs/
target: android-15
- versionName: '1.11'
@@ -38,7 +38,7 @@ Builds:
commit: ffd7026be9d0
subdir: ShareViaHttp
prebuild: wget http://repo1.maven.org/maven2/com/googlecode/androidannotations/androidannotations/2.5.1/androidannotations-2.5.1.jar
- -P libs/
+ -P libs/
- versionName: '2.0'
versionCode: 20
diff --git a/metadata/com.Pau.ImapNotes2.yml b/metadata/com.Pau.ImapNotes2.yml
index 83d8d565bd..9e35aa2d40 100644
--- a/metadata/com.Pau.ImapNotes2.yml
+++ b/metadata/com.Pau.ImapNotes2.yml
@@ -6,17 +6,17 @@ IssueTracker: https://github.com/nbenm/ImapNote2/issues
AutoName: ImapNotes2
Description: |-
- This app permits to sync notes between an Android device and an IMAP server in
- an apple way. ie the way iPhone notes are synced with an IMAP server. All other
- devices that sync with the server, will then be synced with the Android device.
+ This app permits to sync notes between an Android device and an IMAP server in
+ an apple way. ie the way iPhone notes are synced with an IMAP server. All other
+ devices that sync with the server, will then be synced with the Android device.
- * app can be used with other servers (Gmail, Yahoo, AOL and your server)
- * app can handle sticky notes used by Kerio Connect servers
- * imap port number can be choosed.
- * security can be plain text, SSL/TLS or STARTTLS
- * multiple accounts can be used. Android account manager is used
- * works offline and sync is done in the background.
- * app is also available at Google Play under the name "ImapNote2".
+ * app can be used with other servers (Gmail, Yahoo, AOL and your server)
+ * app can handle sticky notes used by Kerio Connect servers
+ * imap port number can be choosed.
+ * security can be plain text, SSL/TLS or STARTTLS
+ * multiple accounts can be used. Android account manager is used
+ * works offline and sync is done in the background.
+ * app is also available at Google Play under the name "ImapNote2".
RepoType: git
Repo: https://github.com/nbenm/ImapNote2
diff --git a/metadata/com.SecUpwN.AIMSICD.yml b/metadata/com.SecUpwN.AIMSICD.yml
index 3da0cf5dd7..627328ecbb 100644
--- a/metadata/com.SecUpwN.AIMSICD.yml
+++ b/metadata/com.SecUpwN.AIMSICD.yml
@@ -14,8 +14,8 @@ Name: AIMSICD
AutoName: Android IMSI-Catcher Detector
Summary: Fight cellular network attacks
Description: |-
- Detect attacks of fake base stations such as IMSI-Catcher and StingRay on your
- GSM/UMTS network. Look for silent SMS used by police and intelligence services.
+ Detect attacks of fake base stations such as IMSI-Catcher and StingRay on your
+ GSM/UMTS network. Look for silent SMS used by police and intelligence services.
RepoType: git
Repo: https://github.com/SecUpwN/Android-IMSI-Catcher-Detector.git
diff --git a/metadata/com.a5corp.weather.yml b/metadata/com.a5corp.weather.yml
index f36af8efd7..4734c24bb7 100644
--- a/metadata/com.a5corp.weather.yml
+++ b/metadata/com.a5corp.weather.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: OpenWeatherMap service itself is not open source
+ NonFreeNet:
+ en-US: OpenWeatherMap service itself is not open source
Categories:
- Internet
License: GPL-3.0-or-later
@@ -13,19 +13,19 @@ Changelog: https://github.com/Sparker0i/Weather/releases
AutoName: Simple Weather
Description: |-
- Get all weather information you want at a glance. The app uses
- Open Weather Map as weather provider that might
- require a user provided API key.
+ Get all weather information you want at a glance. The app uses
+ Open Weather Map as weather provider that might
+ require a user provided API key.
- Features:
+ Features:
- * View Current Temperature, Minimum and Maximum Temperature
- * View Wind Speed and Direction
- * View Humidity and Pressure
- * View Sunrise and Sunset Time
- * Changing the city and viewing Weather of the current location
+ * View Current Temperature, Minimum and Maximum Temperature
+ * View Wind Speed and Direction
+ * View Humidity and Pressure
+ * View Sunrise and Sunset Time
+ * Changing the city and viewing Weather of the current location
- NonFreeNet: OpenWeatherMap service is not open.
+ NonFreeNet: OpenWeatherMap service is not open.
RepoType: git
Repo: https://github.com/Sparker0i/Weather
diff --git a/metadata/com.aa.mynotes.yml b/metadata/com.aa.mynotes.yml
index 22315b49a7..4234d1b68c 100644
--- a/metadata/com.aa.mynotes.yml
+++ b/metadata/com.aa.mynotes.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/Abdallah-Abdelazim/mynotes/issues
AutoName: My Notes
Description: |-
- My Notes allows you to take text notes on your Android phone. You can
- take & view your notes anytime and anywhere as the application works
- offline.
+ My Notes allows you to take text notes on your Android phone. You can
+ take & view your notes anytime and anywhere as the application works
+ offline.
RepoType: git
Repo: https://github.com/Abdallah-Abdelazim/mynotes
diff --git a/metadata/com.aaronhalbert.nosurfforreddit.yml b/metadata/com.aaronhalbert.nosurfforreddit.yml
index eb26bd6e81..1c7b666e55 100644
--- a/metadata/com.aaronhalbert.nosurfforreddit.yml
+++ b/metadata/com.aaronhalbert.nosurfforreddit.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Reddit itself is not libre.
+ NonFreeNet:
+ en-US: Reddit itself is not libre.
Categories:
- Internet
License: Apache-2.0
diff --git a/metadata/com.aaronjwood.portauthority.yml b/metadata/com.aaronjwood.portauthority.yml
index 3ec66065f5..9539afb327 100644
--- a/metadata/com.aaronjwood.portauthority.yml
+++ b/metadata/com.aaronjwood.portauthority.yml
@@ -11,28 +11,28 @@ Donate: https://github.com/aaronjwood/PortAuthority#donate
AutoName: Port Authority
Description: |-
- A handy systems and security-focused tool, Port Authority is a very fast port
- scanner. It also allows you to quickly discover hosts on your network and will
- display useful network information about your device and other hosts.
+ A handy systems and security-focused tool, Port Authority is a very fast port
+ scanner. It also allows you to quickly discover hosts on your network and will
+ display useful network information about your device and other hosts.
- One of the fastest port scanners with host discovery on the market! Host
- discovery is typically performed in less than 5 seconds. If the device you're
- scanning drops packets, it takes about 10 seconds to scan 1000 ports. If the
- device you're scanning rejects packets, it takes less than 30 seconds to scan
- all 65,535 ports!
+ One of the fastest port scanners with host discovery on the market! Host
+ discovery is typically performed in less than 5 seconds. If the device you're
+ scanning drops packets, it takes about 10 seconds to scan 1000 ports. If the
+ device you're scanning rejects packets, it takes less than 30 seconds to scan
+ all 65,535 ports!
- Features:
+ Features:
- * Heavily threaded, no more waiting for results one at a time
- * LAN host discovery
- * Public IP discovery
- * MAC address vendor detection
- * LAN/WAN host TCP port scanning
- * Custom port range scans
- * Open discovered HTTP(S) services to browser
- * Lightweight service fingerprinting (SSH/HTTP(S) server type and version)
- * DNS record lookups supporting almost every record type
- * Wake-on-LAN for LAN hosts
+ * Heavily threaded, no more waiting for results one at a time
+ * LAN host discovery
+ * Public IP discovery
+ * MAC address vendor detection
+ * LAN/WAN host TCP port scanning
+ * Custom port range scans
+ * Open discovered HTTP(S) services to browser
+ * Lightweight service fingerprinting (SSH/HTTP(S) server type and version)
+ * DNS record lookups supporting almost every record type
+ * Wake-on-LAN for LAN hosts
RepoType: git
Repo: https://github.com/aaronjwood/PortAuthority
@@ -395,7 +395,7 @@ Builds:
prebuild: sed -i -e '/applicationIdSuffix/d; /versionNameSuffix/d' build.gradle
MaintainerNotes: |
- Don't use flavour 'free' since it adds a versionName suffix confusing checkupdate
+ Don't use flavour 'free' since it adds a versionName suffix confusing checkupdate
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.abast.homebot.yml b/metadata/com.abast.homebot.yml
index 139f17e5ee..5f9bbb463d 100644
--- a/metadata/com.abast.homebot.yml
+++ b/metadata/com.abast.homebot.yml
@@ -6,17 +6,17 @@ IssueTracker: https://github.com/s6joui/homebot/issues
AutoName: HomeBot
Description: |-
- HomeBot enables you to remap the home button long press on you smartphone.
- You can set the following:
+ HomeBot enables you to remap the home button long press on you smartphone.
+ You can set the following:
- * Opening an app
- * Opening a web page
- * Toggling the flashlight
- * Opening the recent apps screen
- * Toggling brightness
+ * Opening an app
+ * Opening a web page
+ * Toggling the flashlight
+ * Opening the recent apps screen
+ * Toggling brightness
- The app doesn't need root but has to be set as your Assistant app in
- Settings > Apps > Advanced > Default apps > Assist & voice input
+ The app doesn't need root but has to be set as your Assistant app in
+ Settings > Apps > Advanced > Default apps > Assist & voice input
RepoType: git
Repo: https://github.com/s6joui/homebot
diff --git a/metadata/com.abcdjdj.rootverifier.yml b/metadata/com.abcdjdj.rootverifier.yml
index fac97cf171..0b27328819 100644
--- a/metadata/com.abcdjdj.rootverifier.yml
+++ b/metadata/com.abcdjdj.rootverifier.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/abcdjdj/RootVerifier-APP/issues
AutoName: Root Verifier
Description: |-
- RootVerifier checks if your Android device has Superuser ("root") access or not.
- It can be quite useful for those who are new to the Android world and don't know
- whether their device is rooted yet.
+ RootVerifier checks if your Android device has Superuser ("root") access or not.
+ It can be quite useful for those who are new to the Android world and don't know
+ whether their device is rooted yet.
RepoType: git
Repo: https://github.com/abcdjdj/RootVerifier-APP.git
diff --git a/metadata/com.abhijitvalluri.android.fitnotifications.yml b/metadata/com.abhijitvalluri.android.fitnotifications.yml
index 1cafc68e2f..e29c9b77f9 100644
--- a/metadata/com.abhijitvalluri.android.fitnotifications.yml
+++ b/metadata/com.abhijitvalluri.android.fitnotifications.yml
@@ -11,12 +11,12 @@ IssueTracker: https://github.com/abhijitvalluri/fitnotifications/issues
AutoName: Fit Notifications
Description: |-
- Fit Notifications allows you to view all your Android notifications on your
- Fitbit device. See list of compatible devices. No special permissions
- required!
+ Fit Notifications allows you to view all your Android notifications on your
+ Fitbit device. See list of compatible devices. No special permissions
+ required!
- COMPATIBLE DEVICES: Fitbit Alta, Alta HR, Charge 2, Blaze, Surge Limited
- compatibility with Fitbit Flex 2 (lights up the LEDs)
+ COMPATIBLE DEVICES: Fitbit Alta, Alta HR, Charge 2, Blaze, Surge Limited
+ compatibility with Fitbit Flex 2 (lights up the LEDs)
RepoType: git
Repo: https://github.com/abhijitvalluri/fitnotifications.git
diff --git a/metadata/com.abhinavmarwaha.curator.yml b/metadata/com.abhinavmarwaha.curator.yml
index 84c6b46e47..1dad9d1261 100644
--- a/metadata/com.abhinavmarwaha.curator.yml
+++ b/metadata/com.abhinavmarwaha.curator.yml
@@ -46,8 +46,8 @@ Builds:
- flutter build apk --flavor fdroid
MaintainerNotes: |-
- Builds will fail when the srclib ref of flutter and the version with which
- upstream has been built with differ.
+ Builds will fail when the srclib ref of flutter and the version with which
+ upstream has been built with differ.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.abhinavmarwaha.wrotto.yml b/metadata/com.abhinavmarwaha.wrotto.yml
index 013737db7d..e8cb17e9f7 100644
--- a/metadata/com.abhinavmarwaha.wrotto.yml
+++ b/metadata/com.abhinavmarwaha.wrotto.yml
@@ -63,8 +63,8 @@ Builds:
- $$flutter$$/bin/flutter build apk --flavor fdroid
MaintainerNotes: |-
- Builds will fail when the srclib ref of flutter and the version with which
- upstream has been built (https://github.com/flutter/flutter/tree/1.22.5) with differ.
+ Builds will fail when the srclib ref of flutter and the version with which
+ upstream has been built (https://github.com/flutter/flutter/tree/1.22.5) with differ.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.abitsinc.andr.yml b/metadata/com.abitsinc.andr.yml
index 0048913b39..d196ce8ba4 100644
--- a/metadata/com.abitsinc.andr.yml
+++ b/metadata/com.abitsinc.andr.yml
@@ -7,12 +7,12 @@ IssueTracker: https://github.com/abitsinc/AB-ITS-Inc-Flashlight-Android/issues
AutoName: Flashlight
Description: |-
- Uses the LED on your device's camera as a flashlight. If your device does not
- have a camera LED, it will paint a white box on your screen to enable it to
- serve as a poor substitute for a flashlight.
+ Uses the LED on your device's camera as a flashlight. If your device does not
+ have a camera LED, it will paint a white box on your screen to enable it to
+ serve as a poor substitute for a flashlight.
- Requires the Camera permission to control your device's LED but you will notice
- that it does not require the Internet permission as it serves no ads.
+ Requires the Camera permission to control your device's LED but you will notice
+ that it does not require the Internet permission as it serves no ads.
RepoType: git
Repo: https://github.com/abitsinc/AB-ITS-Inc-Flashlight-Android.git
diff --git a/metadata/com.achep.acdisplay.yml b/metadata/com.achep.acdisplay.yml
index 78af7078e1..bec3c308f2 100644
--- a/metadata/com.achep.acdisplay.yml
+++ b/metadata/com.achep.acdisplay.yml
@@ -12,23 +12,23 @@ Bitcoin: 1GYj49ZnMByKj2f6p7r4f92GQi5pR6BSMz
AutoName: AcDisplay
Description: |-
- AcDisplay is a new way of handling notifications in Android. It will let you
- know about new notifications by showing a minimal, beautiful screen, allowing
- you to open them directly from the lock screen. And if you want to see what's
- going on, you can simply take your phone out of your pocket to view all the
- latest notifications, in a similarly pleasing and minimalistic manner.
+ AcDisplay is a new way of handling notifications in Android. It will let you
+ know about new notifications by showing a minimal, beautiful screen, allowing
+ you to open them directly from the lock screen. And if you want to see what's
+ going on, you can simply take your phone out of your pocket to view all the
+ latest notifications, in a similarly pleasing and minimalistic manner.
- Features:
+ Features:
- * Great design and awesome performance.
- * Active mode (uses the device's sensors to wake your device up when you need it.)
- * Use AcDisplay as your lockscreen.
- * Translated to most popular languages.
- * Inactive hours (to save some battery.)
- * Enable only while charging.
- * Lots of other features such as: Blacklist, Dynamic background, Low-priority notifications and much more.
+ * Great design and awesome performance.
+ * Active mode (uses the device's sensors to wake your device up when you need it.)
+ * Use AcDisplay as your lockscreen.
+ * Translated to most popular languages.
+ * Inactive hours (to save some battery.)
+ * Enable only while charging.
+ * Lots of other features such as: Blacklist, Dynamic background, Low-priority notifications and much more.
- This app uses a precompiled library: XposedBridge.
+ This app uses a precompiled library: XposedBridge.
RepoType: git
Repo: https://github.com/AChep/AcDisplay.git
@@ -50,8 +50,8 @@ Builds:
rm:
- project/app/src/main/libs/square-seismic*.jar
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/'
- -e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/'
+ -e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
- versionName: '3.1'
versionCode: 49
@@ -62,8 +62,8 @@ Builds:
rm:
- project/app/src/main/libs/square-seismic*.jar
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/'
- -e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/'
+ -e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
- versionName: 3.1.1
versionCode: 50
@@ -74,8 +74,8 @@ Builds:
rm:
- project/app/src/main/libs/square-seismic*.jar
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/'
- -e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/'
+ -e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
- versionName: 3.2.2
versionCode: 53
@@ -86,8 +86,8 @@ Builds:
rm:
- project/app/src/main/libs/square-seismic*.jar
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/'
- -e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/'
+ -e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
- versionName: 3.2.3
versionCode: 54
@@ -98,8 +98,8 @@ Builds:
rm:
- project/app/src/main/libs/square-seismic*.jar
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/'
- -e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/'
+ -e '/appcompat-v7/icompile "com.squareup:seismic:1.0.1"' build.gradle
- versionName: 3.3.2
versionCode: 57
@@ -108,7 +108,7 @@ Builds:
gradle:
- releaseFlavor
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
- versionName: 3.3.3
versionCode: 58
@@ -117,7 +117,7 @@ Builds:
gradle:
- releaseFlavor
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
- versionName: 3.4.1
versionCode: 61
@@ -126,7 +126,7 @@ Builds:
gradle:
- releaseFlavor
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
- versionName: 3.4.2
versionCode: 62
@@ -135,7 +135,7 @@ Builds:
gradle:
- releaseFlavor
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
- versionName: 3.4.4
versionCode: 64
@@ -144,7 +144,7 @@ Builds:
gradle:
- releaseFlavor
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
- versionName: '3.5'
versionCode: 66
@@ -153,7 +153,7 @@ Builds:
gradle:
- releaseFlavor
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
- versionName: '3.6'
versionCode: 67
@@ -162,7 +162,7 @@ Builds:
gradle:
- releaseFlavor
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
- versionName: 3.6.1
versionCode: 68
@@ -171,7 +171,7 @@ Builds:
gradle:
- releaseFlavor
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
- versionName: 3.6.2
versionCode: 69
@@ -180,7 +180,7 @@ Builds:
gradle:
- releaseFlavor
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
- versionName: 3.7.1
versionCode: 71
@@ -189,7 +189,7 @@ Builds:
gradle:
- releaseFlavor
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
- versionName: '3.8'
versionCode: 72
@@ -198,7 +198,7 @@ Builds:
gradle:
- releaseFlavor
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
- versionName: 3.8.1
versionCode: 73
@@ -207,7 +207,7 @@ Builds:
gradle:
- releaseFlavor
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
- versionName: 3.8.2
versionCode: 74
@@ -216,7 +216,7 @@ Builds:
gradle:
- releaseFlavor
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
- versionName: 3.8.3
versionCode: 75
@@ -225,7 +225,7 @@ Builds:
gradle:
- releaseFlavor
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
- versionName: 3.8.4
versionCode: 76
@@ -234,12 +234,12 @@ Builds:
gradle:
- releaseFlavor
prebuild: sed -i -e '/askForPasswords/,$d' -e '/String timeStamp/aString keySalt
- = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
+ = UUID.randomUUID().toString();\nString keyEncrypted = "foo";\n/*' -e '/buildTypes/i*/' build.gradle
MaintainerNotes: |-
- * Our gradle pre-processing is causing harm to some conditional statements.
- * Looks like "AUM: Version %v" can be set when gradle is fixed.
- * Uses jar for XposedBridge. Enabling build since we already shipped it once...
+ * Our gradle pre-processing is causing harm to some conditional statements.
+ * Looks like "AUM: Version %v" can be set when gradle is fixed.
+ * Uses jar for XposedBridge. Enabling build since we already shipped it once...
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/com.achep.widget.jellyclock.yml b/metadata/com.achep.widget.jellyclock.yml
index da3f4f6ea0..d8ecd05525 100644
--- a/metadata/com.achep.widget.jellyclock.yml
+++ b/metadata/com.achep.widget.jellyclock.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/AChep/JellyBeanClock/issues
AutoName: Jelly Clock
Description: |-
- Basic resizable clock widget, the kind that comes with Android 4.2. It's just a
- white circle without shadows: not quite like the icon.
+ Basic resizable clock widget, the kind that comes with Android 4.2. It's just a
+ white circle without shadows: not quite like the icon.
RepoType: git
Repo: https://github.com/AChep/JellyBeanClock.git
diff --git a/metadata/com.actisec.clipcaster.yml b/metadata/com.actisec.clipcaster.yml
index 58548f98df..75eda2454d 100644
--- a/metadata/com.actisec.clipcaster.yml
+++ b/metadata/com.actisec.clipcaster.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/activems/clipcaster/issues
AutoName: ClipCaster
Description: |-
- NOTE: This app is no longer maintained.
+ NOTE: This app is no longer maintained.
- Proof of concept that shows how easily any installed app can read passwords when
- they're used from password management applications.
+ Proof of concept that shows how easily any installed app can read passwords when
+ they're used from password management applications.
- Read the website for additional information.
+ Read the website for additional information.
RepoType: git
Repo: https://github.com/activems/clipcaster
@@ -25,9 +25,9 @@ Builds:
- yes
MaintainerNotes: |-
- The android:version is "1.0." + VERSION_CODE (from app/version.properties).
- The android:versionCode is VERSION_CODE (see above). No UCM applies.
- Original license is BSD-2-Clause-FreeBSD, which was deprecated by FreeBSD itself
+ The android:version is "1.0." + VERSION_CODE (from app/version.properties).
+ The android:versionCode is VERSION_CODE (see above). No UCM applies.
+ Original license is BSD-2-Clause-FreeBSD, which was deprecated by FreeBSD itself
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.acvarium.tasclock.yml b/metadata/com.acvarium.tasclock.yml
index 8c16093c23..845692c677 100644
--- a/metadata/com.acvarium.tasclock.yml
+++ b/metadata/com.acvarium.tasclock.yml
@@ -6,13 +6,13 @@ IssueTracker: https://github.com/Acvarium/TasClock/issues
AutoName: TasClock
Description: |-
- Time tracker useful for freelancers or other people, who want to control or
- investigate their own time.
+ Time tracker useful for freelancers or other people, who want to control or
+ investigate their own time.
- On the first screen you can add some task with labels, start or stop timing of
- your tasks. Long press on some task, and you will open screen, where you can
- control all time periods of it. Long press on some period, and in new screen you
- can edit selected time period.
+ On the first screen you can add some task with labels, start or stop timing of
+ your tasks. Long press on some task, and you will open screen, where you can
+ control all time periods of it. Long press on some period, and in new screen you
+ can edit selected time period.
RepoType: git
Repo: https://github.com/Acvarium/TasClock
diff --git a/metadata/com.adam.aslfms.yml b/metadata/com.adam.aslfms.yml
index a0c6eb92ee..316892e454 100644
--- a/metadata/com.adam.aslfms.yml
+++ b/metadata/com.adam.aslfms.yml
@@ -11,16 +11,16 @@ Changelog: https://github.com/simple-last-fm-scrobbler/sls/blob/HEAD/app/src/mai
AutoName: Simple Scrobbler
Description: |-
- Scrobbling means submitting listening information to Last.fm and/or Libre.fm;
- you can then get music recommendations and view your listening history and
- statistics. Most media players will work. Older android versions pre-Lollipop,
- the media player that you use must be able to work with the API e.g.
- https://f-droid.org/packages/org.kreed.vanilla or https://f-droid.org/packages/jp.co.kayo.android.localplayer. Apps can also hook
- into the Now-Playing broadcast: for example, https://f-droid.org/packages/com.jlyr can use it to grab
- lyrics.
+ Scrobbling means submitting listening information to Last.fm and/or Libre.fm;
+ you can then get music recommendations and view your listening history and
+ statistics. Most media players will work. Older android versions pre-Lollipop,
+ the media player that you use must be able to work with the API e.g.
+ https://f-droid.org/packages/org.kreed.vanilla or https://f-droid.org/packages/jp.co.kayo.android.localplayer. Apps can also hook
+ into the Now-Playing broadcast: for example, https://f-droid.org/packages/com.jlyr can use it to grab
+ lyrics.
- More info about scrobbling can be found on
- Last.fm's FAQ.
+ More info about scrobbling can be found on
+ Last.fm's FAQ.
RepoType: git
Repo: https://github.com/simple-last-fm-scrobbler/sls.git
diff --git a/metadata/com.addi.yml b/metadata/com.addi.yml
index bc894fc2d7..3bba0d958d 100644
--- a/metadata/com.addi.yml
+++ b/metadata/com.addi.yml
@@ -7,11 +7,11 @@ Donate: https://code.google.com/p/addi/wiki/Donate
AutoName: Addi
Description: |-
- Addi is a mathematical computing environment like Matlab and Octave, but made to
- work on Android devices.
+ Addi is a mathematical computing environment like Matlab and Octave, but made to
+ work on Android devices.
- The goal is for 100% compliance with how Octave works including a compatibility
- mode that makes the behavior more similar to Matlab (already very similar).
+ The goal is for 100% compliance with how Octave works including a compatibility
+ mode that makes the behavior more similar to Matlab (already very similar).
Builds:
- versionName: '1.88'
diff --git a/metadata/com.addismaptransit.app.yml b/metadata/com.addismaptransit.app.yml
index ff97310ff4..3c1d54971b 100644
--- a/metadata/com.addismaptransit.app.yml
+++ b/metadata/com.addismaptransit.app.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on addismaptransit.com.
+ NonFreeNet:
+ en-US: App depends on addismaptransit.com.
Categories:
- Navigation
License: MIT
diff --git a/metadata/com.adguard.android.contentblocker.yml b/metadata/com.adguard.android.contentblocker.yml
index a4668fa32b..fe98c4a293 100644
--- a/metadata/com.adguard.android.contentblocker.yml
+++ b/metadata/com.adguard.android.contentblocker.yml
@@ -13,11 +13,11 @@ Changelog: https://github.com/AdguardTeam/ContentBlocker/releases
AutoName: AdGuard Content Blocker
Description: |-
- AdGuard Content Blocker is an app that blocks ads on mobile devices operated by
- Android in browsers that support content blocking technology. As of today, there
- are only two such browsers: Yandex Browser and Samsung Internet browser.
+ AdGuard Content Blocker is an app that blocks ads on mobile devices operated by
+ Android in browsers that support content blocking technology. As of today, there
+ are only two such browsers: Yandex Browser and Samsung Internet browser.
- The app does not require root access.
+ The app does not require root access.
RepoType: git
Repo: https://github.com/AdguardTeam/ContentBlocker.git
diff --git a/metadata/com.adonai.manman.yml b/metadata/com.adonai.manman.yml
index 0a1109f060..8594c6a8ed 100644
--- a/metadata/com.adonai.manman.yml
+++ b/metadata/com.adonai.manman.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App exchanges data with the mankier.com website.
+ NonFreeNet:
+ en-US: App exchanges data with the mankier.com website.
Categories:
- Development
- System
@@ -13,20 +13,20 @@ Liberapay: Kanedias
AutoName: Man Man
Description: |-
- Convenient tool for any Linux enthusiast familiar with manpages. Provides a fast
- way to search, browse and save manpages via mankier.com.
+ Convenient tool for any Linux enthusiast familiar with manpages. Provides a fast
+ way to search, browse and save manpages via mankier.com.
- AntiFeature described applies only to http exchange with mankier.com website.
- All cached and local manpage search/view works without it as well.
+ AntiFeature described applies only to http exchange with mankier.com website.
+ All cached and local manpage search/view works without it as well.
- Features:
+ Features:
- * Supports searching for a single command
- * Supports explaining command one-liners
- * Supports browsing and indexing of man chapters
- * Supports caching of man pages that were previously accessed
- * Supports downloading local archive for offline work
- * Has dark theme :)
+ * Supports searching for a single command
+ * Supports explaining command one-liners
+ * Supports browsing and indexing of man chapters
+ * Supports caching of man pages that were previously accessed
+ * Supports downloading local archive for offline work
+ * Has dark theme :)
RepoType: git
Repo: https://github.com/Kaned1as/Man-Man
diff --git a/metadata/com.adrienpoupa.attestationcoronavirus.yml b/metadata/com.adrienpoupa.attestationcoronavirus.yml
index 5a0746d803..0b1b739cfc 100644
--- a/metadata/com.adrienpoupa.attestationcoronavirus.yml
+++ b/metadata/com.adrienpoupa.attestationcoronavirus.yml
@@ -9,8 +9,8 @@ IssueTracker: https://github.com/AdrienPoupa/AttestationCoronavirus/issues
AutoName: Attestation Coronavirus
Description: |-
- This application moved to
- https://f-droid.org/packages/com.poupa.attestationdeplacement
+ This application moved to
+ https://f-droid.org/packages/com.poupa.attestationdeplacement
RepoType: git
Repo: https://github.com/AdrienPoupa/AttestationCoronavirus
diff --git a/metadata/com.adstrosoftware.launchappops.yml b/metadata/com.adstrosoftware.launchappops.yml
index 252d41b03d..92395d94aa 100644
--- a/metadata/com.adstrosoftware.launchappops.yml
+++ b/metadata/com.adstrosoftware.launchappops.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/adstro/launch-app-ops/issues
AutoName: Launch App Ops
Description: |-
- In Android 4.3 there is a new activity/screen, not accessible from settings,
- called App Ops, where you can manage permissions for different apps. This app
- simply allows you to launch this activity.
+ In Android 4.3 there is a new activity/screen, not accessible from settings,
+ called App Ops, where you can manage permissions for different apps. This app
+ simply allows you to launch this activity.
RepoType: git
Repo: https://github.com/adstro/launch-app-ops.git
diff --git a/metadata/com.aefyr.sai.fdroid.yml b/metadata/com.aefyr.sai.fdroid.yml
index 29e3f1c5fb..c83dda9260 100644
--- a/metadata/com.aefyr.sai.fdroid.yml
+++ b/metadata/com.aefyr.sai.fdroid.yml
@@ -175,7 +175,7 @@ Builds:
rm:
- app/libs/filepicker-release.aar
prebuild: sed -i -e '/io.fabric/d' -e '/google-services/d' -e '/maven {$/,+2d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
build:
- pushd $$aefyr-android-filepicker$$
- gradle assembleRelease
@@ -193,7 +193,7 @@ Builds:
rm:
- app/libs/filepicker-release.aar
prebuild: sed -i -e '/io.fabric/d' -e '/google-services/d' -e '/maven {$/,+2d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
build:
- pushd $$aefyr-android-filepicker$$
- gradle assembleRelease
@@ -211,7 +211,7 @@ Builds:
rm:
- app/libs/filepicker-release.aar
prebuild: sed -i -e '/io.fabric/d' -e '/google-services/d' -e '/maven {$/,+2d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
build:
- pushd $$aefyr-android-filepicker$$
- gradle assembleRelease
@@ -229,7 +229,7 @@ Builds:
rm:
- app/libs/filepicker-release.aar
prebuild: sed -i -e '/io.fabric/d' -e '/google-services/d' -e '/maven {$/,+2d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
build:
- pushd $$aefyr-android-filepicker$$
- gradle assembleRelease
diff --git a/metadata/com.aerotoad.thud.yml b/metadata/com.aerotoad.thud.yml
index 50732ce855..66e6b5a0a9 100644
--- a/metadata/com.aerotoad.thud.yml
+++ b/metadata/com.aerotoad.thud.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Feedly. You cannot even add feeds without it.
+ NonFreeNet:
+ en-US: Depends on Feedly. You cannot even add feeds without it.
Categories:
- Reading
License: AGPL-3.0-only
diff --git a/metadata/com.afollestad.cabinet.yml b/metadata/com.afollestad.cabinet.yml
index 09f605c005..e7366eb389 100644
--- a/metadata/com.afollestad.cabinet.yml
+++ b/metadata/com.afollestad.cabinet.yml
@@ -9,12 +9,12 @@ SourceCode: https://github.com/afollestad/cabinet
AutoName: Cabinet Beta
Summary: File manager
Description: |-
- Minimal file manager designed for Android 4.1 and above. However, updates might
- be slow or might not come at all, since the author has no longer the time to
- maintain it. Pullrequests are welcome.
+ Minimal file manager designed for Android 4.1 and above. However, updates might
+ be slow or might not come at all, since the author has no longer the time to
+ maintain it. Pullrequests are welcome.
- This app is now closed-source and will not be available on F-Droid in the
- future.
+ This app is now closed-source and will not be available on F-Droid in the
+ future.
Builds:
- versionName: 1.8.1
@@ -26,7 +26,7 @@ Builds:
rm:
- app/libs/*
prebuild: sed -i -e '/fileTree/acompile "com.jcraft:jsch:0.1.51"\ncompile "com.anjlab.android.iab.v3:library:1.0.8@aar"'
- build.gradle
+ build.gradle
- versionName: 1.8.2
versionCode: 74
@@ -37,7 +37,7 @@ Builds:
rm:
- app/libs/*
prebuild: sed -i -e '/fileTree/acompile "com.jcraft:jsch:0.1.51"\ncompile "com.anjlab.android.iab.v3:library:1.0.8@aar"'
- build.gradle
+ build.gradle
- versionName: 1.8.3
versionCode: 75
@@ -48,7 +48,7 @@ Builds:
rm:
- app/libs/*
prebuild: sed -i -e '/fileTree/acompile "com.jcraft:jsch:0.1.51"\ncompile "com.anjlab.android.iab.v3:library:1.0.8@aar"'
- build.gradle
+ build.gradle
- versionName: 1.8.3.1
versionCode: 78
@@ -59,7 +59,7 @@ Builds:
rm:
- app/libs/*
prebuild: sed -i -e '/fileTree/acompile "com.jcraft:jsch:0.1.51"\ncompile "com.anjlab.android.iab.v3:library:1.0.8@aar"'
- build.gradle
+ build.gradle
- versionName: 1.8.3.3
versionCode: 82
@@ -219,9 +219,9 @@ Builds:
- sed -i -e '/supportBuildNumber/ibuildTypesMatcher = "foobar"' build.gradle
MaintainerNotes: |-
- * might include play-services sooner or later
- * might use tags someday
- * uses crashlytics
+ * might include play-services sooner or later
+ * might use tags someday
+ * uses crashlytics
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.afollestad.impression.yml b/metadata/com.afollestad.impression.yml
index fc03ad5dfa..fcd4549d5f 100644
--- a/metadata/com.afollestad.impression.yml
+++ b/metadata/com.afollestad.impression.yml
@@ -7,13 +7,13 @@ Name: Impression
AutoName: Impression
Summary: View images
Description: |-
- Image gallery based on material design. This build removes non-free crashlytics
- sofware and will most likely not see any updates, since upstream now uses
- Google's play-services, a non-free dependecy, e.g. for media casting.
+ Image gallery based on material design. This build removes non-free crashlytics
+ sofware and will most likely not see any updates, since upstream now uses
+ Google's play-services, a non-free dependecy, e.g. for media casting.
- This build might be unstable and crash when not used in "explorer mode". Please
- don't report issues to upstream that are not present in
- official builds.
+ This build might be unstable and crash when not used in "explorer mode". Please
+ don't report issues to upstream that are not present in
+ official builds.
Builds:
- versionName: 0.8.0
@@ -29,14 +29,14 @@ Builds:
- sed -i -e '/ben-manes/d' -e 's/gradle:2.0.0-alpha1/gradle:1.5.0/g' ../build.gradle
MaintainerNotes: |-
- This app has been moved to the archive because people did complain to upstream -- just what I told them NOT to do. People don't read... sad, but true.
+ This app has been moved to the archive because people did complain to upstream -- just what I told them NOT to do. People don't read... sad, but true.
- * Strip crashlytics from newer versions
- * Strip play-services from newer versions
- * UCM:Tags after next release
- * Add -fdroid suffix?
- * AutoName is a variable, so dont use it
- * Maybe find someone to maintain a floss fork?
+ * Strip crashlytics from newer versions
+ * Strip play-services from newer versions
+ * UCM:Tags after next release
+ * Add -fdroid suffix?
+ * AutoName is a variable, so dont use it
+ * Maybe find someone to maintain a floss fork?
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.afollestad.nocknock.yml b/metadata/com.afollestad.nocknock.yml
index dd37e6fe1c..ed9bfc346c 100644
--- a/metadata/com.afollestad.nocknock.yml
+++ b/metadata/com.afollestad.nocknock.yml
@@ -7,14 +7,14 @@ SourceCode: https://github.com/afollestad/nock-nock
IssueTracker: https://github.com/afollestad/nock-nock/issues
Description: |-
- The app will automatically knock on the door of your websites (or web servers)
- on a chosen interval to make sure they are up and responding successfully. If
- something is wrong, you get a notification telling you so.
+ The app will automatically knock on the door of your websites (or web servers)
+ on a chosen interval to make sure they are up and responding successfully. If
+ something is wrong, you get a notification telling you so.
- How does it check if your server is up? An HTTP GET request is made, the
- response code is checked. Nock Nock can also do custom validation on the
- response, by searching for a term, or even by executing a custom block of
- JavaScript.
+ How does it check if your server is up? An HTTP GET request is made, the
+ response code is checked. Nock Nock can also do custom validation on the
+ response, by searching for a term, or even by executing a custom block of
+ JavaScript.
RepoType: git
Repo: https://github.com/afollestad/nock-nock
@@ -29,7 +29,7 @@ Builds:
rm:
- app/libs/rhino-1.7.7.1.jar
prebuild: sed -i -e "s|files('libs/rhino-1.7.7.1.jar')|'org.mozilla:rhino:1.7.7.1'|"
- build.gradle
+ build.gradle
- versionName: 0.8.1
versionCode: 30
diff --git a/metadata/com.agateau.catgenerator.yml b/metadata/com.agateau.catgenerator.yml
index 461ecb23e7..b99a8e1ffe 100644
--- a/metadata/com.agateau.catgenerator.yml
+++ b/metadata/com.agateau.catgenerator.yml
@@ -9,9 +9,9 @@ Changelog: https://github.com/agateau/cat-avatar-generator-app/blob/HEAD/CHANGEL
AutoName: Cat Avatar Generator
Description: |-
- Generate avatar and profile pictures based on
- Pepper and
- Carrot by David Revoy.
+ Generate avatar and profile pictures based on
+ Pepper and
+ Carrot by David Revoy.
RepoType: git
Repo: https://github.com/agateau/cat-avatar-generator-app
diff --git a/metadata/com.agnibho.android.solarcompass.yml b/metadata/com.agnibho.android.solarcompass.yml
index f5f7c35956..ce2c7f6448 100644
--- a/metadata/com.agnibho.android.solarcompass.yml
+++ b/metadata/com.agnibho.android.solarcompass.yml
@@ -9,25 +9,25 @@ IssueTracker: https://github.com/agnibho/solarcompass/issues
AutoName: Solar Compass
Description: |-
- Find directions using the position of the sun in the sky.
+ Find directions using the position of the sun in the sky.
- Usage:
+ Usage:
- Start the app and place your device horizontally. Now touch the sun icon on the
- screen and rotate it towards the position of the sun in the sky. The compass
- will automatically rotate to point the directions once you release the sun icon.
+ Start the app and place your device horizontally. Now touch the sun icon on the
+ screen and rotate it towards the position of the sun in the sky. The compass
+ will automatically rotate to point the directions once you release the sun icon.
- Tips:
+ Tips:
- To properly find the direction of the sun place your finger vertically on
- a horizontal surface. The direction of the shadow will be the exact opposite
- direction of the sun.
+ To properly find the direction of the sun place your finger vertically on
+ a horizontal surface. The direction of the shadow will be the exact opposite
+ direction of the sun.
- The left upper corner of the screen contains your location information. You can
- touch the button by its side to enter a location manually.
+ The left upper corner of the screen contains your location information. You can
+ touch the button by its side to enter a location manually.
- The right upper corner contains the help button. Clicking it will open a help
- screen detailing the usage instructions.
+ The right upper corner contains the help button. Clicking it will open a help
+ screen detailing the usage instructions.
RepoType: git
Repo: https://github.com/agnibho/solarcompass
diff --git a/metadata/com.agoradesk.app.yml b/metadata/com.agoradesk.app.yml
index 23f66bacb5..2164e3a59b 100644
--- a/metadata/com.agoradesk.app.yml
+++ b/metadata/com.agoradesk.app.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: May use map data and API from non-free online services.
+ NonFreeNet:
+ en-US: May use map data and API from non-free online services.
Categories:
- Money
License: MIT
diff --git a/metadata/com.aidinhut.simpletextcrypt.yml b/metadata/com.aidinhut.simpletextcrypt.yml
index fa7ee5a552..f712cc4cf1 100644
--- a/metadata/com.aidinhut.simpletextcrypt.yml
+++ b/metadata/com.aidinhut.simpletextcrypt.yml
@@ -7,22 +7,22 @@ Changelog: https://github.com/aidin36/simpletextcrypt/releases/
AutoName: SimpleTextCrypt
Description: |-
- This app does not claim any permissions, so you can trust that it cannot send
- any of your private data to anyone.
+ This app does not claim any permissions, so you can trust that it cannot send
+ any of your private data to anyone.
- Can You Trust it? Messages produces by this app is secure and can be
- confidently send over a network, for example. It uses AES in CBC mode with PKCS5
- padding for encryption, and uses PBKDF2 with HMAC, SHA1 and a random Salt in
- order to derive a secure key from the entered password. This is a very powerful
- encryption. Also it encrypts its settings before storing them on the device.
+ Can You Trust it? Messages produces by this app is secure and can be
+ confidently send over a network, for example. It uses AES in CBC mode with PKCS5
+ padding for encryption, and uses PBKDF2 with HMAC, SHA1 and a random Salt in
+ order to derive a secure key from the entered password. This is a very powerful
+ encryption. Also it encrypts its settings before storing them on the device.
- However, the app itself may not be very secure, and probably vulnerable to some
- attacks. Although it is secure enough to stand attacks from non-expert crackers,
- e.g. normal users, it should not be used for serious data encryption.
+ However, the app itself may not be very secure, and probably vulnerable to some
+ attacks. Although it is secure enough to stand attacks from non-expert crackers,
+ e.g. normal users, it should not be used for serious data encryption.
- Important Note: If you are updating from version 3.X to 4.X, please clean
- your data after upgrade. (Settings -> App -> SimpleTextCrypt -> Clear Data). Or
- else, the app won't work.
+ Important Note: If you are updating from version 3.X to 4.X, please clean
+ your data after upgrade. (Settings -> App -> SimpleTextCrypt -> Clear Data). Or
+ else, the app won't work.
RepoType: git
Repo: https://github.com/aidin36/simpletextcrypt.git
diff --git a/metadata/com.akansh.fileserversuit.yml b/metadata/com.akansh.fileserversuit.yml
index 5cca1cbb27..8fa63df5a0 100644
--- a/metadata/com.akansh.fileserversuit.yml
+++ b/metadata/com.akansh.fileserversuit.yml
@@ -59,7 +59,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 2.3.7
versionCode: 30
@@ -70,7 +70,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*'
+ 'META-INF/services/*'
AllowedAPKSigningKeys: e661f52d552c0e5bce2f953cac0b545e23017f3318daa2a86c96402ee1bce07b
diff --git a/metadata/com.akdev.nofbeventscraper.yml b/metadata/com.akdev.nofbeventscraper.yml
index 5db61f7a11..ac7781e795 100644
--- a/metadata/com.akdev.nofbeventscraper.yml
+++ b/metadata/com.akdev.nofbeventscraper.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Facebook.com website.
+ NonFreeNet:
+ en-US: Depends on Facebook.com website.
Categories:
- Internet
- Time
diff --git a/metadata/com.akop.bach.yml b/metadata/com.akop.bach.yml
index 1dfea80bd0..d3ae85ed04 100644
--- a/metadata/com.akop.bach.yml
+++ b/metadata/com.akop.bach.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on non-free Xbox Live and PlayStation networks.
+ NonFreeNet:
+ en-US: Depends on non-free Xbox Live and PlayStation networks.
Categories:
- Games
License: GPL-3.0-only
@@ -10,13 +10,13 @@ Changelog: https://github.com/0xe1f/Spark360/releases
AutoName: Spark 360
Description: |-
- Supports Xbox Live and the PlayStation Network. The app allows you to monitor
- your achievements, trophies, friends' statuses, and includes many other
- features, such as trophy/achievement comparisons, messaging (Xbox Live), home
- screen widgets, notifications, and much more.
+ Supports Xbox Live and the PlayStation Network. The app allows you to monitor
+ your achievements, trophies, friends' statuses, and includes many other
+ features, such as trophy/achievement comparisons, messaging (Xbox Live), home
+ screen widgets, notifications, and much more.
- Spark 360 is an unofficial application, and not supported, endorsed, or
- affiliated with Microsoft Corporation or Sony Corporation.
+ Spark 360 is an unofficial application, and not supported, endorsed, or
+ affiliated with Microsoft Corporation or Sony Corporation.
RepoType: git
Repo: https://github.com/0xe1f/Spark360.git
diff --git a/metadata/com.akshayaap.mouseremote.yml b/metadata/com.akshayaap.mouseremote.yml
index 8e6de4b6ac..5d90b188d9 100644
--- a/metadata/com.akshayaap.mouseremote.yml
+++ b/metadata/com.akshayaap.mouseremote.yml
@@ -11,9 +11,9 @@ Bitcoin: 1HhM7vudZU7gmooamWNZG8couZdg1eF1Uw
AutoName: MouseRemote
Description: |-
- Note: AppID has changed, please install https://f-droid.org/packages/com.akshayaap.touchdroid instead.
+ Note: AppID has changed, please install https://f-droid.org/packages/com.akshayaap.touchdroid instead.
- MouseRemote was initiated as the solution of controlling computer via Local Network. It is Android Application which emulates the behaviour of touchpad of Laptop computer. MouseRemoteServer is required to be run in Computer in order to control Computer Remotly.
+ MouseRemote was initiated as the solution of controlling computer via Local Network. It is Android Application which emulates the behaviour of touchpad of Laptop computer. MouseRemoteServer is required to be run in Computer in order to control Computer Remotly.
RepoType: git
Repo: https://github.com/Akshayaap/TouchDroid.git
diff --git a/metadata/com.alaory.wallmewallpaper.yml b/metadata/com.alaory.wallmewallpaper.yml
index c8a96ed1dc..9579b4894f 100644
--- a/metadata/com.alaory.wallmewallpaper.yml
+++ b/metadata/com.alaory.wallmewallpaper.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Wallhaven and Reddit, which are not libre.
+ NonFreeNet:
+ en-US: Depends on Wallhaven and Reddit, which are not libre.
Categories:
- System
- Theming
diff --git a/metadata/com.alaskalinuxuser.criticalvelocity.yml b/metadata/com.alaskalinuxuser.criticalvelocity.yml
index 8da392ee5a..54de619913 100644
--- a/metadata/com.alaskalinuxuser.criticalvelocity.yml
+++ b/metadata/com.alaskalinuxuser.criticalvelocity.yml
@@ -7,14 +7,14 @@ IssueTracker: https://gitlab.com/alaskalinuxuser/app_critical_velocity/issues
AutoName: Critical Velocity
Description: |-
- Captain! The planet is collapsing! We have to get out of this tunnel, but we've
- been hit! Our thrusters are failing....
+ Captain! The planet is collapsing! We have to get out of this tunnel, but we've
+ been hit! Our thrusters are failing....
- So begins your journey back to the surface! Watch out for barriers and obstacles
- in this open source side scrolling arcade style game! Once you reach 25000
- points, you will find the exit to the surface and save the lives of your crew,
- but after passing each obstacle, your vessel picks up speed, making the journey
- more difficult! Can you make it, Captain?
+ So begins your journey back to the surface! Watch out for barriers and obstacles
+ in this open source side scrolling arcade style game! Once you reach 25000
+ points, you will find the exit to the surface and save the lives of your crew,
+ but after passing each obstacle, your vessel picks up speed, making the journey
+ more difficult! Can you make it, Captain?
RepoType: git
Repo: https://gitlab.com/alaskalinuxuser/app_critical_velocity.git
diff --git a/metadata/com.alaskalinuxuser.hourglass.yml b/metadata/com.alaskalinuxuser.hourglass.yml
index 10a69f526b..1a74baa9d6 100644
--- a/metadata/com.alaskalinuxuser.hourglass.yml
+++ b/metadata/com.alaskalinuxuser.hourglass.yml
@@ -7,15 +7,15 @@ IssueTracker: https://gitlab.com/alaskalinuxuser/app_hourglass/issues
AutoName: Hourglass
Description: |-
- A simple application that can be used to start a timer from one second to one
- hour. The app can then be closed or left open, while a status bar notification
- reminds you that you have a timer in progress.
+ A simple application that can be used to start a timer from one second to one
+ hour. The app can then be closed or left open, while a status bar notification
+ reminds you that you have a timer in progress.
- Upon reaching 00:00, an audible bell as well as a short vibration and visual
- pop-up will indicate that your timer has ended.
+ Upon reaching 00:00, an audible bell as well as a short vibration and visual
+ pop-up will indicate that your timer has ended.
- Great for reminding yourself to do something, or for use while playing games
- that require timers!
+ Great for reminding yourself to do something, or for use while playing games
+ that require timers!
RepoType: git
Repo: https://gitlab.com/alaskalinuxuser/app_hourglass.git
diff --git a/metadata/com.alaskalinuxuser.justchess.yml b/metadata/com.alaskalinuxuser.justchess.yml
index 1cc7a69fd1..81bf6d0915 100644
--- a/metadata/com.alaskalinuxuser.justchess.yml
+++ b/metadata/com.alaskalinuxuser.justchess.yml
@@ -6,19 +6,19 @@ IssueTracker: https://gitlab.com/alaskalinuxuser/app_JustChess/issues
AutoName: JustChess
Description: |-
- Play chess against a very simple author written chess engine, or against a
- friend in pass and play mode.
+ Play chess against a very simple author written chess engine, or against a
+ friend in pass and play mode.
- Simple features include:
+ Simple features include:
- * One or Two player
- * Move suggestion
- * Piece move highlighting
- * A 3 ply open source chess engine written by the author
+ * One or Two player
+ * Move suggestion
+ * Piece move highlighting
+ * A 3 ply open source chess engine written by the author
- This game is not hard to beat. It was a learning curve to create a chess engine,
- but is playable, and supports two players in a pass and play fashion. All of the
- material is available for use from the source files.
+ This game is not hard to beat. It was a learning curve to create a chess engine,
+ but is playable, and supports two players in a pass and play fashion. All of the
+ material is available for use from the source files.
RepoType: git
Repo: https://gitlab.com/alaskalinuxuser/app_JustChess.git
diff --git a/metadata/com.alaskalinuxuser.justcraigslist.yml b/metadata/com.alaskalinuxuser.justcraigslist.yml
index 78d070980b..94bce65577 100644
--- a/metadata/com.alaskalinuxuser.justcraigslist.yml
+++ b/metadata/com.alaskalinuxuser.justcraigslist.yml
@@ -7,11 +7,11 @@ IssueTracker: https://gitlab.com/alaskalinuxuser/app_justcraigslist/issues
AutoName: Just Craigslist
Description: |-
- Search Craigslist and save on bandwidth at the same
- time. The search is only text, which presents you with a list of your search
- criteria. Then, when you select a posting that you wish to see, it will be
- displayed as normal in a special web view window. With simple colors and
- controls, this helps you focus on what is really important: the posts!
+ Search Craigslist and save on bandwidth at the same
+ time. The search is only text, which presents you with a list of your search
+ criteria. Then, when you select a posting that you wish to see, it will be
+ displayed as normal in a special web view window. With simple colors and
+ controls, this helps you focus on what is really important: the posts!
RepoType: git
Repo: https://gitlab.com/alaskalinuxuser/app_justcraigslist.git
diff --git a/metadata/com.alaskalinuxuser.justnotes.yml b/metadata/com.alaskalinuxuser.justnotes.yml
index dc4cad0a15..562d317d8b 100644
--- a/metadata/com.alaskalinuxuser.justnotes.yml
+++ b/metadata/com.alaskalinuxuser.justnotes.yml
@@ -8,16 +8,16 @@ Changelog: https://gitlab.com/alaskalinuxuser/app_justnotes/tags
AutoName: Just Notes
Description: |-
- This is a no frills, simple, easy to use note taking application for those times
- that you just want to get straight to the point. Make and take notes, as well as
- save and delete old notes. A confirmation box will open before you delete a note
- to make sure that you really want to get rid of it.
+ This is a no frills, simple, easy to use note taking application for those times
+ that you just want to get straight to the point. Make and take notes, as well as
+ save and delete old notes. A confirmation box will open before you delete a note
+ to make sure that you really want to get rid of it.
- You can also change the colors of your notes, as well as import and export your
- notes as text files on your phone!
+ You can also change the colors of your notes, as well as import and export your
+ notes as text files on your phone!
- If you are just starting out on app design, feel free to check out my "just"
- apps and "small" apps for easy to understand and usable code.
+ If you are just starting out on app design, feel free to check out my "just"
+ apps and "small" apps for easy to understand and usable code.
RepoType: git
Repo: https://gitlab.com/alaskalinuxuser/app_justnotes.git
diff --git a/metadata/com.alaskalinuxuser.rilcontrol.yml b/metadata/com.alaskalinuxuser.rilcontrol.yml
index 96c1d95c5e..02a1c9667d 100644
--- a/metadata/com.alaskalinuxuser.rilcontrol.yml
+++ b/metadata/com.alaskalinuxuser.rilcontrol.yml
@@ -8,13 +8,13 @@ Changelog: https://gitlab.com/alaskalinuxuser/app_ril_control/tags
AutoName: Ril Control
Description: |-
- This app allows you to stop or start the ril-daemon process on your Oreo
- Android phone with the tap of a button.
+ This app allows you to stop or start the ril-daemon process on your Oreo
+ Android phone with the tap of a button.
- It is primarily made for the LG G4 users on the AOSCP Oreo rom, but may work
- for other purposes.
+ It is primarily made for the LG G4 users on the AOSCP Oreo rom, but may work
+ for other purposes.
- This app requires ROOT permission.
+ This app requires ROOT permission.
RequiresRoot: true
diff --git a/metadata/com.alaskalinuxuser.shipcaptainandcrew.yml b/metadata/com.alaskalinuxuser.shipcaptainandcrew.yml
index 031322992a..9a17755a7b 100644
--- a/metadata/com.alaskalinuxuser.shipcaptainandcrew.yml
+++ b/metadata/com.alaskalinuxuser.shipcaptainandcrew.yml
@@ -6,21 +6,21 @@ IssueTracker: https://gitlab.com/alaskalinuxuser/app_ship_capt_crew/issues
AutoName: Ship Captain and Crew
Description: |-
- A classic dice game for up to four players!
+ A classic dice game for up to four players!
- This simple game requires a lot of luck and a very small amount of skill. In
- times past, this game was used as a gambling or drinking game by sailors and
- merchants alike. You must procure a ship (6), a captain (5), and a crew (4), the
- remainder is your cargo.
+ This simple game requires a lot of luck and a very small amount of skill. In
+ times past, this game was used as a gambling or drinking game by sailors and
+ merchants alike. You must procure a ship (6), a captain (5), and a crew (4), the
+ remainder is your cargo.
- Once you have your ship, captain, and crew, you can click on dice that you wish
- to hold in order to save them rather than roll them. You can also choose to keep
- them all if the conditions are right. The "point" or high score is always
- visible, and that is a big help to the "hammer" or the last player.
+ Once you have your ship, captain, and crew, you can click on dice that you wish
+ to hold in order to save them rather than roll them. You can also choose to keep
+ them all if the conditions are right. The "point" or high score is always
+ visible, and that is a big help to the "hammer" or the last player.
- This game is open source and add free! So grab a couple friends and set sail for
- high adventure with this fun little dice game. If your lucky, you may even
- strike "midnight"!
+ This game is open source and add free! So grab a couple friends and set sail for
+ high adventure with this fun little dice game. If your lucky, you may even
+ strike "midnight"!
RepoType: git
Repo: https://gitlab.com/alaskalinuxuser/app_ship_capt_crew.git
diff --git a/metadata/com.alexcruz.papuhwalls.yml b/metadata/com.alexcruz.papuhwalls.yml
index 8af6c2b55e..88e00425f3 100644
--- a/metadata/com.alexcruz.papuhwalls.yml
+++ b/metadata/com.alexcruz.papuhwalls.yml
@@ -6,20 +6,20 @@ SourceCode: https://github.com/Papuh/PapuhWalls
AutoName: Papuh
Description: |-
- Cloud based live wallpapers that are CC licensed.
+ Cloud based live wallpapers that are CC licensed.
- Features:
+ Features:
- * Over 1600 wallpapers pulled from the cloud (new additions weekly)
- * Beautiful and user friendly dashboard
- * Ability to apply, share, edit, and crop any wallpaper
- * One of a kind, theme support! (Make it yours)
- * Grid changer (1-3 columns)
- * Time-context headers
- * Horizontal scrollview / Pinch to zoom
- * Wallpaper notification with Pushbullet
- * Full Muzei Live Wallpaper support
- * Full Behang support
+ * Over 1600 wallpapers pulled from the cloud (new additions weekly)
+ * Beautiful and user friendly dashboard
+ * Ability to apply, share, edit, and crop any wallpaper
+ * One of a kind, theme support! (Make it yours)
+ * Grid changer (1-3 columns)
+ * Time-context headers
+ * Horizontal scrollview / Pinch to zoom
+ * Wallpaper notification with Pushbullet
+ * Full Muzei Live Wallpaper support
+ * Full Behang support
Builds:
- versionName: 2.0.6
diff --git a/metadata/com.alexkang.loopboard.yml b/metadata/com.alexkang.loopboard.yml
index 608cd0eae7..ea1de47be1 100644
--- a/metadata/com.alexkang.loopboard.yml
+++ b/metadata/com.alexkang.loopboard.yml
@@ -8,11 +8,11 @@ IssueTracker: https://github.com/AlexKang/loopboard/issues
AutoName: LoopBoard
Description: |-
- Dynamic sound board. Record sound clips and play them back or loop them.
+ Dynamic sound board. Record sound clips and play them back or loop them.
- Currently, the application can record sounds through the microphone (or use
- sounds from internal storage!) and play them back through a newly created
- button. Each button has the option to re-record and loop playback.
+ Currently, the application can record sounds through the microphone (or use
+ sounds from internal storage!) and play them back through a newly created
+ button. Each button has the option to re-record and loop playback.
RepoType: git
Repo: https://github.com/AlexKang/loopboard
@@ -25,7 +25,7 @@ Builds:
- libs/*
- app/build/
prebuild: sed -i -e '/buildTypes/irepositories { jcenter() }\ndependencies { compile
- "com.android.support:support-v4:21.0.+" }' app/build.gradle
+ "com.android.support:support-v4:21.0.+" }' app/build.gradle
- versionName: '1.8'
versionCode: 13
@@ -67,7 +67,7 @@ Builds:
- libs/*
- app/build/
prebuild: sed -i -e '/buildTypes/irepositories { jcenter() }\ndependencies { compile
- "com.android.support:support-v4:21.0.+" }' build.gradle
+ "com.android.support:support-v4:21.0.+" }' build.gradle
- versionName: '2.2'
versionCode: 18
@@ -79,7 +79,7 @@ Builds:
- libs/*
- app/build/
prebuild: sed -i -e '/buildTypes/irepositories { jcenter() }\ndependencies { compile
- "com.android.support:support-v4:21.0.+" }' build.gradle
+ "com.android.support:support-v4:21.0.+" }' build.gradle
- versionName: '2.3'
versionCode: 19
@@ -91,7 +91,7 @@ Builds:
- libs/*
- app/build/
prebuild: sed -i -e '/buildTypes/irepositories { jcenter() }\ndependencies { compile
- "com.android.support:support-v4:21.0.+" }' build.gradle
+ "com.android.support:support-v4:21.0.+" }' build.gradle
- versionName: '3.0'
versionCode: 20
diff --git a/metadata/com.alexkang.x3matrixcalculator.yml b/metadata/com.alexkang.x3matrixcalculator.yml
index 8fcefbafe3..39bf6a3060 100644
--- a/metadata/com.alexkang.x3matrixcalculator.yml
+++ b/metadata/com.alexkang.x3matrixcalculator.yml
@@ -8,11 +8,11 @@ IssueTracker: https://github.com/AlexKang/simple-matrix/issues
AutoName: Matrix Calc
Description: |-
- Square matrix calculator with support for addition, subtraction, multiplication,
- determinants, and inverses.
+ Square matrix calculator with support for addition, subtraction, multiplication,
+ determinants, and inverses.
- Note: Calculations except for determinants are rounded to three decimal places.
- Use Fraction Mode if extreme precision is needed.
+ Note: Calculations except for determinants are rounded to three decimal places.
+ Use Fraction Mode if extreme precision is needed.
RepoType: git
Repo: https://github.com/AlexKang/simple-matrix
diff --git a/metadata/com.alexxz.hawkingquotes.yml b/metadata/com.alexxz.hawkingquotes.yml
index 8edcb132c6..a057e29086 100644
--- a/metadata/com.alexxz.hawkingquotes.yml
+++ b/metadata/com.alexxz.hawkingquotes.yml
@@ -19,8 +19,8 @@ Builds:
target: android-13
MaintainerNotes: |-
- * android-13 required!
- * Original license is BSD-2-Clause-FreeBSD, which was deprecated by FreeBSD itself
+ * android-13 required!
+ * Original license is BSD-2-Clause-FreeBSD, which was deprecated by FreeBSD itself
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.alfray.asqare.yml b/metadata/com.alfray.asqare.yml
index fe1c4fbc36..14a370bbaf 100644
--- a/metadata/com.alfray.asqare.yml
+++ b/metadata/com.alfray.asqare.yml
@@ -5,15 +5,15 @@ SourceCode: https://code.google.com/p/asqare/source
AutoName: Asqare
Description: |-
- The screen is covered with colored sprites (squares or circles). When you align
- 3 or more in a row, all adjacents sprites of the shape & color vanish.
+ The screen is covered with colored sprites (squares or circles). When you align
+ 3 or more in a row, all adjacents sprites of the shape & color vanish.
- You can only swap adjacent sprites vertically or horizontally. You can swap
- sprites even if it won't result in a 3-or-more alignment, but that will cost you
- 10% of your current score.
+ You can only swap adjacent sprites vertically or horizontally. You can swap
+ sprites even if it won't result in a 3-or-more alignment, but that will cost you
+ 10% of your current score.
- The game offers two variations on the gameplay and manages a list of current
- games, that you can pause and recall at any time.
+ The game offers two variations on the gameplay and manages a list of current
+ games, that you can pause and recall at any time.
Builds:
- versionName: '1.3'
@@ -22,7 +22,7 @@ Builds:
subdir: asqare
MaintainerNotes: New location is https://bitbucket.org/ralfoide/asqare but requires
- login.
+ login.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.alfray.timeriffic.yml b/metadata/com.alfray.timeriffic.yml
index 61d77e37f6..95da1ee601 100644
--- a/metadata/com.alfray.timeriffic.yml
+++ b/metadata/com.alfray.timeriffic.yml
@@ -4,10 +4,10 @@ License: GPL-3.0-only
WebSite: http://rdrrlabs.com/
Description: |-
- Allows you to set multiple schedules to control mute, vibrate, brightness, WiFi
- and airplane mode.
+ Allows you to set multiple schedules to control mute, vibrate, brightness, WiFi
+ and airplane mode.
- Status: Source code was last published in 2011.
+ Status: Source code was last published in 2011.
Builds:
- versionName: 1.09.05
diff --git a/metadata/com.alienpants.leafpicrevived.yml b/metadata/com.alienpants.leafpicrevived.yml
index 99ea5222cd..4ee5e844db 100644
--- a/metadata/com.alienpants.leafpicrevived.yml
+++ b/metadata/com.alienpants.leafpicrevived.yml
@@ -10,19 +10,19 @@ Changelog: https://github.com/apcro/leafpicrevived/blob/HEAD/CHANGELOG.md
AutoName: LeafPic Revived
Description: |-
- Note: This app is no longer developed
+ Note: This app is no longer developed
- Advanced replacement for the default image gallery.
+ Advanced replacement for the default image gallery.
- LeafPic Revived is a fluid, material-designed alternative gallery. It
- doesn't miss any of the main features of a stock gallery, and we also have
- plans to add more useful features.
+ LeafPic Revived is a fluid, material-designed alternative gallery. It
+ doesn't miss any of the main features of a stock gallery, and we also have
+ plans to add more useful features.
- --
+ --
- NOTE: The original LeafPic is abandonded:
- https://gitlab.com/HoraApps/LeafPic/issues/605#note_155379129 This is a copy
- of the GitLab source code, updated to AndroidX, with some elements removed.
+ NOTE: The original LeafPic is abandonded:
+ https://gitlab.com/HoraApps/LeafPic/issues/605#note_155379129 This is a copy
+ of the GitLab source code, updated to AndroidX, with some elements removed.
RepoType: git
Repo: https://github.com/apcro/leafpicrevived
diff --git a/metadata/com.aliernfrog.LacMapTool.yml b/metadata/com.aliernfrog.LacMapTool.yml
index 7032ba8bd4..f968dc47f2 100644
--- a/metadata/com.aliernfrog.LacMapTool.yml
+++ b/metadata/com.aliernfrog.LacMapTool.yml
@@ -27,7 +27,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/"autoCheckUpdates", true/"autoCheckUpdates", false/' src/main/java/com/aliernfrog/LacMapTool/SplashActivity.java
- src/main/java/com/aliernfrog/LacMapTool/OptionsActivity.java
+ src/main/java/com/aliernfrog/LacMapTool/OptionsActivity.java
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.allansimon.verbisteandroid.yml b/metadata/com.allansimon.verbisteandroid.yml
index 2fa3f242d7..b595b281e3 100644
--- a/metadata/com.allansimon.verbisteandroid.yml
+++ b/metadata/com.allansimon.verbisteandroid.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/allan-simon/verbiste-android/issues
AutoName: Verbiste Android
Description: |-
- Verb conjugation for French, powered by
- Verbiste database.
+ Verb conjugation for French, powered by
+ Verbiste database.
RepoType: git
Repo: https://github.com/allan-simon/verbiste-android
diff --git a/metadata/com.alxgnon.postwriter.yml b/metadata/com.alxgnon.postwriter.yml
index 741f1fed3e..c9bc8e3087 100644
--- a/metadata/com.alxgnon.postwriter.yml
+++ b/metadata/com.alxgnon.postwriter.yml
@@ -8,10 +8,10 @@ IssueTracker: https://github.com/alxgnon/PostWriter/issues
AutoName: Post Writer
Description: |
- Post Writer is a writing app for the true minimalist. Just write, distraction free. When you are done, press the submit button to save and clear.
- Where did your text go? Don't worry! You can always find your saved files in Documents > Posts, but you'll have to use another app for that.
- The whole point of this app is to keep you writing. So leave the past behind and keep typing!
- P.S. Are you writing late at night? Your tired eyes will appreciate the Dark Theme! Hold the submit button to switch between themes.
+ Post Writer is a writing app for the true minimalist. Just write, distraction free. When you are done, press the submit button to save and clear.
+ Where did your text go? Don't worry! You can always find your saved files in Documents > Posts, but you'll have to use another app for that.
+ The whole point of this app is to keep you writing. So leave the past behind and keep typing!
+ P.S. Are you writing late at night? Your tired eyes will appreciate the Dark Theme! Hold the submit button to switch between themes.
RepoType: git
Repo: https://github.com/alxgnon/PostWriter
diff --git a/metadata/com.amabyte.vtucslabmanual.yml b/metadata/com.amabyte.vtucslabmanual.yml
index 96494c052a..49f5403a7e 100644
--- a/metadata/com.amabyte.vtucslabmanual.yml
+++ b/metadata/com.amabyte.vtucslabmanual.yml
@@ -6,11 +6,11 @@ IssueTracker: https://github.com/Amabyte/vtu-cs-lab-manual/issues
AutoName: VTU CS Lab Manual
Description: |-
- VTU CS Lab Manual aims at providing Lab Manual for Computer Science students of
- all semesters affiliated to Vishweshwarayya Technical
- University. The Lab materials provided in this app are all checked and verified
- to be working. Content is derived from FSMK's Lab manual project which is
- released under CC-BY-SA.
+ VTU CS Lab Manual aims at providing Lab Manual for Computer Science students of
+ all semesters affiliated to Vishweshwarayya Technical
+ University. The Lab materials provided in this app are all checked and verified
+ to be working. Content is derived from FSMK's Lab manual project which is
+ released under CC-BY-SA.
RepoType: git
Repo: https://github.com/Amabyte/vtu-cs-lab-manual
@@ -24,11 +24,11 @@ Builds:
- yes
MaintainerNotes: |-
- 1.0,1:
- * markdown4j-2.2.jar matches https://code.google.com/p/markdown4j/downloads/list
- * markdown4j only provide source tarballs, no repo, so we cannot include it via
- srclibs. "org.commonjava.googlecode.markdown4j:markdown4j:2.2-cj-1.0" does not
- work.
+ 1.0,1:
+ * markdown4j-2.2.jar matches https://code.google.com/p/markdown4j/downloads/list
+ * markdown4j only provide source tarballs, no repo, so we cannot include it via
+ srclibs. "org.commonjava.googlecode.markdown4j:markdown4j:2.2-cj-1.0" does not
+ work.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest/free
diff --git a/metadata/com.amaze.fileutilities.yml b/metadata/com.amaze.fileutilities.yml
index 8f1e821ab8..859435c15d 100644
--- a/metadata/com.amaze.fileutilities.yml
+++ b/metadata/com.amaze.fileutilities.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Contacts non-libre server for license check.
+ NonFreeNet:
+ en-US: Contacts non-libre server for license check.
Categories:
- System
License: GPL-3.0-or-later
@@ -171,6 +171,6 @@ VercodeOperation:
- 4 * %c + 3
- 4 * %c + 4
UpdateCheckData: app/build.gradle|Integer sudoVersionCode = (\d+)|.|String versionNameText
- = "([\d.]+)"
+ = "([\d.]+)"
CurrentVersion: '1.89'
CurrentVersionCode: 120
diff --git a/metadata/com.ames.books.yml b/metadata/com.ames.books.yml
index adac8cf467..72f5dfc831 100644
--- a/metadata/com.ames.books.yml
+++ b/metadata/com.ames.books.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Communicates with Google servers (Google Books API)
+ NonFreeNet:
+ en-US: Communicates with Google servers (Google Books API)
Categories:
- Internet
- Multimedia
@@ -14,26 +14,26 @@ IssueTracker: https://github.com/andviane/google-books-android-viewer/issues
AutoName: BookList
Description: |-
- This is the demo/wrapping app to demonstrate the capabilities of the Uncover
- library. This library builds a bridge between "infinitely scrolling view" that
- requires fast synchronous data model and web resource or database that uses slow
- asynchronous and strongly prefers more than a single item per request. The
- library performs many internal optimizations on how the data are fetched. Unlike
- many alternative approaches (mostly centered around the scroll listener) it
- features clean classic MVC design.
+ This is the demo/wrapping app to demonstrate the capabilities of the Uncover
+ library. This library builds a bridge between "infinitely scrolling view" that
+ requires fast synchronous data model and web resource or database that uses slow
+ asynchronous and strongly prefers more than a single item per request. The
+ library performs many internal optimizations on how the data are fetched. Unlike
+ many alternative approaches (mostly centered around the scroll listener) it
+ features clean classic MVC design.
- The mentioned library is the open source project under Apache 2.0 license. The
- wrapping app (same repository) is under GPLv3.
+ The mentioned library is the open source project under Apache 2.0 license. The
+ wrapping app (same repository) is under GPLv3.
- The demo app is fully usable by the end non-programming user. It allows to view
- the large Google Books directory, displaying titles and book covers. If it is
- possible to purchase the book from some vendor, the "book purchase link" appears
- in the book details view. Tapping on it opens the web browser of your device (no
- longer this app) and you may read more details or even to make a purchase there.
+ The demo app is fully usable by the end non-programming user. It allows to view
+ the large Google Books directory, displaying titles and book covers. If it is
+ possible to purchase the book from some vendor, the "book purchase link" appears
+ in the book details view. Tapping on it opens the web browser of your device (no
+ longer this app) and you may read more details or even to make a purchase there.
- The app communicates with Google server with the help of
- com.google.apis:google-api-services-books library that if fetched from Maven
- Central. Maven Central specifies the license of this library as Apache 2.0.
+ The app communicates with Google server with the help of
+ com.google.apis:google-api-services-books library that if fetched from Maven
+ Central. Maven Central specifies the license of this library as Apache 2.0.
RepoType: git
Repo: https://github.com/andviane/google-books-android-viewer.git
diff --git a/metadata/com.ammar.wallflow.yml b/metadata/com.ammar.wallflow.yml
index 21b6a9e505..6a67ce2624 100644
--- a/metadata/com.ammar.wallflow.yml
+++ b/metadata/com.ammar.wallflow.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Rely on wallhaven.cc.
+ NonFreeNet:
+ en-US: Rely on wallhaven.cc.
Categories:
- Theming
License: GPL-3.0-or-later
diff --git a/metadata/com.amphoras.tpthelper.yml b/metadata/com.amphoras.tpthelper.yml
index 8177d9ed2d..5b1d9c9738 100644
--- a/metadata/com.amphoras.tpthelper.yml
+++ b/metadata/com.amphoras.tpthelper.yml
@@ -7,15 +7,15 @@ IssueTracker: https://github.com/Amphoras/TPT-Helper/issues
AutoName: TPT Helper
Description: |-
- TPT Helper is designed for the ZTE phones. It helps you to easily repartition
- the phone and for the ZTE Blade, convert it to the Gen 2 memory layout to let
- you run the latest custom ROMs. ZTE phones supported so far are the ZTE Blade
- alias Orange San Francisco, ZTE Skate alias Orange Monte Carlo and the Orange
- San Francisco II alias T-Mobile Vivacity.
+ TPT Helper is designed for the ZTE phones. It helps you to easily repartition
+ the phone and for the ZTE Blade, convert it to the Gen 2 memory layout to let
+ you run the latest custom ROMs. ZTE phones supported so far are the ZTE Blade
+ alias Orange San Francisco, ZTE Skate alias Orange Monte Carlo and the Orange
+ San Francisco II alias T-Mobile Vivacity.
- Warning: TPTs can be dangerous and could permanently brick your phone. Only use
- files designed for your phone, and always follow the in-app instructions. When
- you flash a TPT, all your data will be wiped. Make a backup first.
+ Warning: TPTs can be dangerous and could permanently brick your phone. Only use
+ files designed for your phone, and always follow the in-app instructions. When
+ you flash a TPT, all your data will be wiped. Make a backup first.
RepoType: git
Repo: https://github.com/Amphoras/TPT-Helper.git
diff --git a/metadata/com.anandnet.harmonymusic.yml b/metadata/com.anandnet.harmonymusic.yml
index f64a4ab83e..7e1e8a1754 100644
--- a/metadata/com.anandnet.harmonymusic.yml
+++ b/metadata/com.anandnet.harmonymusic.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on non-free sites eg - Youtube,Youtube Music
+ NonFreeNet:
+ en-US: Depends on non-free sites eg - Youtube,Youtube Music
Categories:
- Multimedia
License: GPL-3.0-only
diff --git a/metadata/com.anddevw.getchromium.yml b/metadata/com.anddevw.getchromium.yml
index ea358da37b..285af204e8 100644
--- a/metadata/com.anddevw.getchromium.yml
+++ b/metadata/com.anddevw.getchromium.yml
@@ -9,13 +9,13 @@ Bitcoin: 188RxvRnSXSZZnjuDdLwNirHDfNusVPobh
AutoName: getChromium
Description: |-
- Note: App is no longer developed
+ Note: App is no longer developed
- Installs the latest build of Chromium for Android. Push the button to install
- Chromium, then push the button and install Chromium again. Each time you install
- Chromium it updates Chromium. Chromium does NOT AUTO-UPDATE, getChromium does
- NOT AUTO-UPDATE. Genuine Chromium APK courtesy of the Chromium team
- https://chromium.org
+ Installs the latest build of Chromium for Android. Push the button to install
+ Chromium, then push the button and install Chromium again. Each time you install
+ Chromium it updates Chromium. Chromium does NOT AUTO-UPDATE, getChromium does
+ NOT AUTO-UPDATE. Genuine Chromium APK courtesy of the Chromium team
+ https://chromium.org
RepoType: git
Repo: https://github.com/andDevW/getChromium
diff --git a/metadata/com.andrew.apollo.yml b/metadata/com.andrew.apollo.yml
index b9705d4fd0..c20268933d 100644
--- a/metadata/com.andrew.apollo.yml
+++ b/metadata/com.andrew.apollo.yml
@@ -6,14 +6,14 @@ IssueTracker: https://github.com/adneal/Apollo-CM/issues
AutoName: Apollo
Description: |-
- The music app that comes bundled with CyanogenMod ROM v10. 1.0 is built at the
- latest commit from the original author's repo (because that still supports
- Android 2.3). Latest version is built from CM repos at cm-10.1.0-RC1 tag. It
- won't be possible to install this on CM10 because the apk is signed with a
- different key to that which is already installed.
+ The music app that comes bundled with CyanogenMod ROM v10. 1.0 is built at the
+ latest commit from the original author's repo (because that still supports
+ Android 2.3). Latest version is built from CM repos at cm-10.1.0-RC1 tag. It
+ won't be possible to install this on CM10 because the apk is signed with a
+ different key to that which is already installed.
- N.B. Version 1.1 is reported by upstream to work on 4.0 and later, but it
- really requires 4.1 or later. If your device runs 4.0.X, stick with 1.0.
+ N.B. Version 1.1 is reported by upstream to work on 4.0 and later, but it
+ really requires 4.1 or later. If your device runs 4.0.X, stick with 1.0.
RepoType: git
Repo: https://github.com/CyanogenMod/android_packages_apps_Apollo
diff --git a/metadata/com.android.adbkeyboard.yml b/metadata/com.android.adbkeyboard.yml
index 9b0cc1c665..7d11340bce 100644
--- a/metadata/com.android.adbkeyboard.yml
+++ b/metadata/com.android.adbkeyboard.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/senzhk/ADBKeyBoard/issues
AutoName: ADBKeyBoard
Description: |-
- ADBKeyBoard is a virtual keyboard that receives commands from system broadcast
- intents, which you can send text input using adb..
+ ADBKeyBoard is a virtual keyboard that receives commands from system broadcast
+ intents, which you can send text input using adb..
RepoType: git
Repo: https://github.com/senzhk/ADBKeyBoard
diff --git a/metadata/com.android.gpstest.osmdroid.yml b/metadata/com.android.gpstest.osmdroid.yml
index 635a3e3a5d..5d70c786eb 100644
--- a/metadata/com.android.gpstest.osmdroid.yml
+++ b/metadata/com.android.gpstest.osmdroid.yml
@@ -10,30 +10,30 @@ Changelog: https://github.com/barbeau/gpstest/releases
AutoName: GPSTest
Description: |-
- GPSTest displays real-time information for satellites in view of your device. A
- vital open-source test tool for platform engineers, developers, and power users,
- GPSTest can also assist users in understanding why their GPS/GNSS is or isn't
- working.
+ GPSTest displays real-time information for satellites in view of your device. A
+ vital open-source test tool for platform engineers, developers, and power users,
+ GPSTest can also assist users in understanding why their GPS/GNSS is or isn't
+ working.
- Supports:
+ Supports:
- * GPS (USA Navstar)
- * GLONASS (Russia)
- * QZSS (Japan)
- * BeiDou/COMPASS (China)
- * Galileo (European Union)
- * Various satellite-based augmentation systems SBAS (e.g., GAGAN, Anik F1, Galaxy 15, Inmarsat 3-F2, Inmarsat 4-F3, SES-5)
+ * GPS (USA Navstar)
+ * GLONASS (Russia)
+ * QZSS (Japan)
+ * BeiDou/COMPASS (China)
+ * Galileo (European Union)
+ * Various satellite-based augmentation systems SBAS (e.g., GAGAN, Anik F1, Galaxy 15, Inmarsat 3-F2, Inmarsat 4-F3, SES-5)
- GLONASS satellites are shown as squares on the Sky view, U.S. NAVSTAR satellites
- are shown as circles, Galileo and QZSS and SBAS satellites are shown as
- triangles, and BeiDou satellites are shown as pentagons.
+ GLONASS satellites are shown as squares on the Sky view, U.S. NAVSTAR satellites
+ are shown as circles, Galileo and QZSS and SBAS satellites are shown as
+ triangles, and BeiDou satellites are shown as pentagons.
- Menu options:
+ Menu options:
- * Inject Time Data - Injects Time assistance data for GPS into the platform, using information from a Network Time Protocol (NTP) server provided by the device OEM using an Android API in AOSP
- * Inject XTRA Data - Injects XTRA assistance data for GPS into the platform, using information from a XTRA server provided by the device OEM using an Android API in AOSP
- * Clear Assist Data - Clears all assistance data used for GPS, including NTP and XTRA data provided by the device OEM
- * Settings - Switch between light and dark themes, change map tile type, auto-start GPS on startup, minimum time and distance between GPS updates, keep screen on.
+ * Inject Time Data - Injects Time assistance data for GPS into the platform, using information from a Network Time Protocol (NTP) server provided by the device OEM using an Android API in AOSP
+ * Inject XTRA Data - Injects XTRA assistance data for GPS into the platform, using information from a XTRA server provided by the device OEM using an Android API in AOSP
+ * Clear Assist Data - Clears all assistance data used for GPS, including NTP and XTRA data provided by the device OEM
+ * Settings - Switch between light and dark themes, change map tile type, auto-start GPS on startup, minimum time and distance between GPS updates, keep screen on.
RepoType: git
Repo: https://github.com/barbeau/gpstest.git
diff --git a/metadata/com.android.keepass.yml b/metadata/com.android.keepass.yml
index c724311c29..f28b520f00 100644
--- a/metadata/com.android.keepass.yml
+++ b/metadata/com.android.keepass.yml
@@ -9,11 +9,11 @@ Donate: https://www.keepassdroid.com
AutoName: KeePassDroid
Description: |-
- A password safe, compatible with KeePass. Keepass is available on all the major
- desktop platforms: on GNU/Linux KeePassX is a well-established client. Portable
- editions are available if you need to use it on a Windows machine. Supports both
- versions 1 (kdb) & 2 (kdbx) of the Keepass database. Supports MIPS and x86
- natively.
+ A password safe, compatible with KeePass. Keepass is available on all the major
+ desktop platforms: on GNU/Linux KeePassX is a well-established client. Portable
+ editions are available if you need to use it on a Windows machine. Supports both
+ versions 1 (kdb) & 2 (kdbx) of the Keepass database. Supports MIPS and x86
+ natively.
RepoType: git
Repo: https://github.com/bpellin/keepassdroid.git
diff --git a/metadata/com.android.launcher3.yml b/metadata/com.android.launcher3.yml
index aab94216b7..354857ee0e 100644
--- a/metadata/com.android.launcher3.yml
+++ b/metadata/com.android.launcher3.yml
@@ -5,8 +5,8 @@ AuthorName: The Android Open Source Project
SourceCode: https://android.googlesource.com/platform/packages/apps/Launcher3/
Description: |-
- Android 4.4 homescreen from AOSP, patched to enable installation on 4.1. Backup
- of configuration to Google account is removed.
+ Android 4.4 homescreen from AOSP, patched to enable installation on 4.1. Backup
+ of configuration to Google account is removed.
RepoType: git
Repo: https://android.googlesource.com/platform/packages/apps/Launcher3
@@ -26,9 +26,9 @@ Builds:
- android/android-support-v4.jar
MaintainerNotes: |-
- Possible improvements: https://github.com/bvermeule/Launcher3/commits/master
- https://github.com/MuddPuddle/packages_apps_Launcher3
- I tried to build the protos but failed, hence the forced removal of backup.
+ Possible improvements: https://github.com/bvermeule/Launcher3/commits/master
+ https://github.com/MuddPuddle/packages_apps_Launcher3
+ I tried to build the protos but failed, hence the forced removal of backup.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.android.music.yml b/metadata/com.android.music.yml
index 76ba1ea0c7..d366c6f018 100644
--- a/metadata/com.android.music.yml
+++ b/metadata/com.android.music.yml
@@ -6,10 +6,10 @@ SourceCode: https://android.googlesource.com/platform/packages/apps/Music
AutoName: Music
Description: |-
- The stock Android music player; the version name corresponds to the tag at which
- it was built. Although the interface hasn't changed since the Gingerbread days,
- the code has got a steady stream of bug-fixes and translations. It is good for
- playing streams and audio files from the file manager.
+ The stock Android music player; the version name corresponds to the tag at which
+ it was built. Although the interface hasn't changed since the Gingerbread days,
+ the code has got a steady stream of bug-fixes and translations. It is good for
+ playing streams and audio files from the file manager.
RepoType: git
Repo: https://android.googlesource.com/platform/packages/apps/Music.git
diff --git a/metadata/com.android.quake.yml b/metadata/com.android.quake.yml
index c6a1464b9e..667c1321d2 100644
--- a/metadata/com.android.quake.yml
+++ b/metadata/com.android.quake.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/jackpal/glesquake/issues
AutoName: Quake
Description: |-
- Port of Quake 1 to Android. Requires hardware keys, no sound. You have to put
- your own copy of the pak0.pak and maps Quake game data files under
- /sdcard/data/quake/id1/. The best way to obtain those files currently is by
- using nQuake.
+ Port of Quake 1 to Android. Requires hardware keys, no sound. You have to put
+ your own copy of the pak0.pak and maps Quake game data files under
+ /sdcard/data/quake/id1/. The best way to obtain those files currently is by
+ using nQuake.
RepoType: git
Repo: https://github.com/jackpal/glesquake
@@ -19,7 +19,7 @@ Builds:
versionCode: 1
commit: 823b728ed3a9
prebuild: sed -i 's/package="com.android.quake"/package="com.android.quake" android:installLocation="auto"
- android:versionCode="1" android:versionName="1.0"/g' AndroidManifest.xml
+ android:versionCode="1" android:versionName="1.0"/g' AndroidManifest.xml
target: android-10
AutoUpdateMode: None
diff --git a/metadata/com.android.shellms.yml b/metadata/com.android.shellms.yml
index a453cb4b7b..460281ac54 100644
--- a/metadata/com.android.shellms.yml
+++ b/metadata/com.android.shellms.yml
@@ -6,14 +6,14 @@ IssueTracker: https://github.com/try2codesecure/ShellMS/issues
AutoName: ShellMS
Description: |-
- ShellMS is the simplest and easiest ADB Shell Messaging Application. If you
- don't know what ADB or SDK is you definitely don't need this app. For the others
- it's useful tool to speed up messaging when you're working on your computer.
+ ShellMS is the simplest and easiest ADB Shell Messaging Application. If you
+ don't know what ADB or SDK is you definitely don't need this app. For the others
+ it's useful tool to speed up messaging when you're working on your computer.
- Usage:
+ Usage:
- * with mobile phone numbers: adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact +123456789 -e msg "Message"
- * with display names from phone: adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact "Contact's DISPLAY NAME" -e msg "MSG"
+ * with mobile phone numbers: adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact +123456789 -e msg "Message"
+ * with display names from phone: adb shell am startservice --user 0 -n com.android.shellms/.sendSMS -e contact "Contact's DISPLAY NAME" -e msg "MSG"
RepoType: git
Repo: https://github.com/try2codesecure/ShellMS.git
diff --git a/metadata/com.android.talkback.yml b/metadata/com.android.talkback.yml
index 31a4ecb720..b006e2a4f2 100644
--- a/metadata/com.android.talkback.yml
+++ b/metadata/com.android.talkback.yml
@@ -6,23 +6,23 @@ SourceCode: https://github.com/google/talkback
Name: TalkBack
Description: |-
- TalkBack is an Accessibility Service that helps blind and vision-impaired users
- interact with their devices more easily.
+ TalkBack is an Accessibility Service that helps blind and vision-impaired users
+ interact with their devices more easily.
- This application adds spoken, audible, and vibration feedback to your device.
+ This application adds spoken, audible, and vibration feedback to your device.
- It comes pre-installed on many devices so you won't be able to install this if
- that is the case.
+ It comes pre-installed on many devices so you won't be able to install this if
+ that is the case.
- It's only activated if you explicitly turn on Accessibility:
-
- - Go to Settings
- - Select Accessibility
- - Enable TalkBack checkboxes
-
+ It's only activated if you explicitly turn on Accessibility:
+
+ - Go to Settings
+ - Select Accessibility
+ - Enable TalkBack checkboxes
+
- For Android older then 8.0 use version 5.0.7_aosp.
- For Android newer then 8.0 use version 2021-04-23.
+ For Android older then 8.0 use version 5.0.7_aosp.
+ For Android newer then 8.0 use version 2021-04-23.
RepoType: git
Repo: https://github.com/google/talkback.git
diff --git a/metadata/com.android2.calculator3.yml b/metadata/com.android2.calculator3.yml
index 106bbb4a1e..fd80ed2b10 100644
--- a/metadata/com.android2.calculator3.yml
+++ b/metadata/com.android2.calculator3.yml
@@ -8,10 +8,10 @@ IssueTracker: https://github.com/Xlythe/android_packages_apps_Calculator/issues
Name: Calculator (old)
AutoName: Calculator
Description: |-
- This app has been deprecated in favor of https://f-droid.org/packages/com.xlythe.calculator.material.
+ This app has been deprecated in favor of https://f-droid.org/packages/com.xlythe.calculator.material.
- A simple calculator that tries to make graphing and matrix math as simple as
- adding or multiplying two numbers. Slide left and right to access more panels.
+ A simple calculator that tries to make graphing and matrix math as simple as
+ adding or multiplying two numbers. Slide left and right to access more panels.
RepoType: git
Repo: https://github.com/Xlythe/android_packages_apps_Calculator.git
@@ -188,19 +188,19 @@ Builds:
build.gradle
MaintainerNotes: |-
- The JAR files slider.jar, gson-2.2.4.jar and ejml-0.21.jar have been replaced
- by a version build from upstream sources. As arity-2.1.6.jar is no longer
- available from upstream, it has been replaced by a repo-copy of the author
- of this app.
+ The JAR files slider.jar, gson-2.2.4.jar and ejml-0.21.jar have been replaced
+ by a version build from upstream sources. As arity-2.1.6.jar is no longer
+ available from upstream, it has been replaced by a repo-copy of the author
+ of this app.
- Google's Glass Development Kit is currently not available under a free license,
- so $$SDK$$/add-ons/addon-google_gdk-google-19/libs/gdk.jar cannot be used. It
- hhas been removed and the code has been patched to not use it.
+ Google's Glass Development Kit is currently not available under a free license,
+ so $$SDK$$/add-ons/addon-google_gdk-google-19/libs/gdk.jar cannot be used. It
+ hhas been removed and the code has been patched to not use it.
- Google's wearable-preview-support.jar is currently not available under a free
- license. It seems like it's not used in this version, so it has been removed.
+ Google's wearable-preview-support.jar is currently not available under a free
+ license. It seems like it's not used in this version, so it has been removed.
- Package id is now com.xlythe.calculator.material.
+ Package id is now com.xlythe.calculator.material.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.androidemu.gba.yml b/metadata/com.androidemu.gba.yml
index 5d96dafe2c..3fd7009c16 100644
--- a/metadata/com.androidemu.gba.yml
+++ b/metadata/com.androidemu.gba.yml
@@ -8,10 +8,10 @@ Translation: https://www.transifex.com/projects/p/gameboid/
AutoName: GameBoid
Description: |-
- This project is based on sources published by original GameBoid developer, who
- in turn used code of gpSP.
+ This project is based on sources published by original GameBoid developer, who
+ in turn used code of gpSP.
- To run this, you need a non-free BIOS file, which must be obtained elsewhere.
+ To run this, you need a non-free BIOS file, which must be obtained elsewhere.
RepoType: git
Repo: https://git.code.sf.net/p/gameboid/code
diff --git a/metadata/com.androidemu.gbc.yml b/metadata/com.androidemu.gbc.yml
index d46cf28704..16bdeb0746 100644
--- a/metadata/com.androidemu.gbc.yml
+++ b/metadata/com.androidemu.gbc.yml
@@ -8,8 +8,8 @@ Translation: https://www.transifex.com/projects/p/gbcoid/
AutoName: GBCoid
Description: |-
- This project is based on sources made available by original GBCoid developer,
- who in turn used code of gnuboy.
+ This project is based on sources made available by original GBCoid developer,
+ who in turn used code of gnuboy.
RepoType: git
Repo: https://git.code.sf.net/p/gbcoid/code
diff --git a/metadata/com.androidemu.nes.yml b/metadata/com.androidemu.nes.yml
index 7ce204aeca..b1278801f9 100644
--- a/metadata/com.androidemu.nes.yml
+++ b/metadata/com.androidemu.nes.yml
@@ -8,18 +8,18 @@ Translation: https://www.transifex.com/projects/p/nesoid/
AutoName: Nesoid
Description: |-
- This project is based on sources made available by original Nesoid developer,
- who in turn used code of FCEUltra (currently known as FCEUX).
+ This project is based on sources made available by original Nesoid developer,
+ who in turn used code of FCEUltra (currently known as FCEUX).
- Nesoid is the famous NES/FC emulator for Android.
+ Nesoid is the famous NES/FC emulator for Android.
- * Very fast with sound
- * Customizable on-screen keypad
- * Save states
- * Net-play (Bluetooth/WiFi)
- * Cheats
- * Support Vs. System ROMs
- * Light gun
+ * Very fast with sound
+ * Customizable on-screen keypad
+ * Save states
+ * Net-play (Bluetooth/WiFi)
+ * Cheats
+ * Support Vs. System ROMs
+ * Light gun
RepoType: git
Repo: https://git.code.sf.net/p/nesoid/code
diff --git a/metadata/com.androidfromfrankfurt.workingtimealert.yml b/metadata/com.androidfromfrankfurt.workingtimealert.yml
index 167a59ccfa..815cbfa29c 100644
--- a/metadata/com.androidfromfrankfurt.workingtimealert.yml
+++ b/metadata/com.androidfromfrankfurt.workingtimealert.yml
@@ -5,8 +5,8 @@ SourceCode: https://github.com/spidgorny/workingtimealert
IssueTracker: https://github.com/spidgorny/workingtimealert/issues
Description: |-
- Enter when you started working, how long was your break and see how long
- you have been working and when it's time to leave.
+ Enter when you started working, how long was your break and see how long
+ you have been working and when it's time to leave.
RepoType: git
Repo: https://github.com/spidgorny/workingtimealert
@@ -19,7 +19,7 @@ Builds:
srclibs:
- flutter@v1.4.1
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
diff --git a/metadata/com.androzic.yml b/metadata/com.androzic.yml
index c0d70ca1b4..9fbb1cc69b 100644
--- a/metadata/com.androzic.yml
+++ b/metadata/com.androzic.yml
@@ -9,31 +9,31 @@ Translation: https://crowdin.net/project/androzic
AutoName: Androzic
Description: |-
- Navigation client that uses OziExplorer (ozf2, ozfx3) or online maps. Great for
- hiking, geocaching, off-roading, sailing, boating and other outdoor activities.
- You are expected to be aware of OziExplorer or at least of where to get its
- maps. Maps also can be created by yourself, but with some effort: see FAQ and
- wiki on the website for details.
+ Navigation client that uses OziExplorer (ozf2, ozfx3) or online maps. Great for
+ hiking, geocaching, off-roading, sailing, boating and other outdoor activities.
+ You are expected to be aware of OziExplorer or at least of where to get its
+ maps. Maps also can be created by yourself, but with some effort: see FAQ and
+ wiki on the website for details.
- * works without maps as a simple navigator
- * track recording in background (power-safe)
- * navigation to waypoint and via route
- * track to route conversion
- * route creation and manipulation
- * works with waypoints, tracks and routes in Ozi format
- * reads waypoints, tracks and routes in KML and GPX format
- * HSI and compass
- * configurable units
- * UTM coordinates
- * search for locations via Google geocoder
- * location and waypoint sharing
- * portrait and landscape modes
- * tablet support
+ * works without maps as a simple navigator
+ * track recording in background (power-safe)
+ * navigation to waypoint and via route
+ * track to route conversion
+ * route creation and manipulation
+ * works with waypoints, tracks and routes in Ozi format
+ * reads waypoints, tracks and routes in KML and GPX format
+ * HSI and compass
+ * configurable units
+ * UTM coordinates
+ * search for locations via Google geocoder
+ * location and waypoint sharing
+ * portrait and landscape modes
+ * tablet support
- Functionality can be extended by plugins (currently not on f-droid.org):
+ Functionality can be extended by plugins (currently not on f-droid.org):
- * receive coordinates via text messages (sms)
- * share location in real time
+ * receive coordinates via text messages (sms)
+ * share location in real time
RepoType: git
Repo: https://github.com/andreynovikov/Androzic.git
diff --git a/metadata/com.andybotting.tramhunter.yml b/metadata/com.andybotting.tramhunter.yml
index 41315fa1ac..13842fb896 100644
--- a/metadata/com.andybotting.tramhunter.yml
+++ b/metadata/com.andybotting.tramhunter.yml
@@ -11,11 +11,11 @@ IssueTracker: https://github.com/andybotting/tramhunter/issues
AutoName: Tram Hunter
Description: |-
- Client to Yarra Trams tram TRACKER® service for real-time location of Melbourne
- trams.
+ Client to Yarra Trams tram TRACKER® service for real-time location of Melbourne
+ trams.
- Newer versions of this are available elsewhere but require proprietary software
- to build.
+ Newer versions of this are available elsewhere but require proprietary software
+ to build.
RepoType: git
Repo: https://github.com/andybotting/tramhunter.git
@@ -28,7 +28,7 @@ Builds:
srclibs:
- ActionBarSherlock@9598f2bb2c
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
- versionName: '1.1'
versionCode: 1100
diff --git a/metadata/com.angryburg.uapp.yml b/metadata/com.angryburg.uapp.yml
index 45a8992aac..78e9d30ef0 100644
--- a/metadata/com.angryburg.uapp.yml
+++ b/metadata/com.angryburg.uapp.yml
@@ -10,22 +10,22 @@ Changelog: https://github.com/nilesr/United4/releases
AutoName: la/u/ncher
Description: |-
- The official app for danger/u/, dangeru.us
+ The official app for danger/u/, dangeru.us
- Based on the Sukeban Games visual novel Va-11 Hall-A. Assets used with
- permission.
+ Based on the Sukeban Games visual novel Va-11 Hall-A. Assets used with
+ permission.
- This app provides you a fully functional version of Jill's phone, with all it's
- features you know and love from the game.
+ This app provides you a fully functional version of Jill's phone, with all it's
+ features you know and love from the game.
- At it's core is danger/u/, a fully functional version of the textboard for the
- denizens of Glitch City. You can listen to soundtracks from the jukebox, and
- read the latest news about the universe in the Augmented Eye.
+ At it's core is danger/u/, a fully functional version of the textboard for the
+ denizens of Glitch City. You can listen to soundtracks from the jukebox, and
+ read the latest news about the universe in the Augmented Eye.
- The looks of the app can be altered using Nanocamo, where you can select your
- favorite theme. The blog of famous cyberpunk superstar, Kira Miki, is also
- available, where she will post her life and hot-and-happenings around Glitch
- City.
+ The looks of the app can be altered using Nanocamo, where you can select your
+ favorite theme. The blog of famous cyberpunk superstar, Kira Miki, is also
+ available, where she will post her life and hot-and-happenings around Glitch
+ City.
RepoType: git
Repo: https://github.com/nilesr/United4
diff --git a/metadata/com.angrydoughnuts.android.alarmclock.yml b/metadata/com.angrydoughnuts.android.alarmclock.yml
index 4f9cad7cd0..2c4f458d30 100644
--- a/metadata/com.angrydoughnuts.android.alarmclock.yml
+++ b/metadata/com.angrydoughnuts.android.alarmclock.yml
@@ -6,13 +6,13 @@ IssueTracker: https://github.com/kraigs-android/kraigsandroid/issues
AutoName: Alarm Klock
Description: |-
- * Global and per-alarm settings
- * Repeats for days of the week
- * Ringtone and/or vibrate
- * Use MP3s/Media library as alarms
- * Variable snooze time
- * Variable volume adjustment
- * Localizations: it, nl, pt, de, sr, hr, fr, es
+ * Global and per-alarm settings
+ * Repeats for days of the week
+ * Ringtone and/or vibrate
+ * Use MP3s/Media library as alarms
+ * Variable snooze time
+ * Variable volume adjustment
+ * Localizations: it, nl, pt, de, sr, hr, fr, es
RepoType: git
Repo: https://github.com/kraigs-android/kraigsandroid.git
diff --git a/metadata/com.anoopknr.pastebin.yml b/metadata/com.anoopknr.pastebin.yml
index a3c8b60af3..4a88859841 100644
--- a/metadata/com.anoopknr.pastebin.yml
+++ b/metadata/com.anoopknr.pastebin.yml
@@ -7,9 +7,9 @@ IssueTracker: https://gitlab.com/anoopknr/pastebin/issues
AutoName: PasteBin
Description: |-
- Client application for Ubuntu pastebin, a web application where you can paste
- snippets of text, usually source code or log files, for public viewing. Pastes
- made to pastebin are usually only saved for a short period of time.
+ Client application for Ubuntu pastebin, a web application where you can paste
+ snippets of text, usually source code or log files, for public viewing. Pastes
+ made to pastebin are usually only saved for a short period of time.
RepoType: git
Repo: https://gitlab.com/anoopknr/pastebin.git
diff --git a/metadata/com.anoshenko.android.mahjongg.yml b/metadata/com.anoshenko.android.mahjongg.yml
index 18a4a1ba5b..831e6857c2 100644
--- a/metadata/com.anoshenko.android.mahjongg.yml
+++ b/metadata/com.anoshenko.android.mahjongg.yml
@@ -5,11 +5,11 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/http://mahjonggbu
AutoName: Mahjongg Builder
Description: |-
- A collection of 19 solitaire games where the object is to remove all pieces from
- the game board by finding matching pairs of images from the both ends of lines
- of pieces.
+ A collection of 19 solitaire games where the object is to remove all pieces from
+ the game board by finding matching pairs of images from the both ends of lines
+ of pieces.
- The built-in layout editor allows creation of new game layouts.
+ The built-in layout editor allows creation of new game layouts.
Builds:
- versionName: 1.4.4
diff --git a/metadata/com.anthony.deepl.openl.yml b/metadata/com.anthony.deepl.openl.yml
index 2911d1ae29..87450b460f 100644
--- a/metadata/com.anthony.deepl.openl.yml
+++ b/metadata/com.anthony.deepl.openl.yml
@@ -12,15 +12,15 @@ Bitcoin: 3DetrDfft3ChjXMQUsTwQL1ozQvBXwGSsQ
Litecoin: LXRwRuKMpqSepWobvpKaCKYFHrtwQC4bqM
Description: |-
- Note: This app is not working.
+ Note: This app is not working.
- OpenL Translator is an open source front-end to the high-quality DeepL machine
- translation services (available for English, German, French, Spanish, Italian,
- Dutch and Polish).
+ OpenL Translator is an open source front-end to the high-quality DeepL machine
+ translation services (available for English, German, French, Spanish, Italian,
+ Dutch and Polish).
- Note that DeepL's terms of usage disallow submitting any text containing
- personal data, and submitted text will be retained for a certain amount of time.
+ Note that DeepL's terms of usage disallow submitting any text containing
+ personal data, and submitted text will be retained for a certain amount of time.
RepoType: git
Repo: https://github.com/Anthony-Reboul/AndroidDeepL
diff --git a/metadata/com.antoniotari.reactiveampacheapp.yml b/metadata/com.antoniotari.reactiveampacheapp.yml
index 9260f80ebe..115fc79dba 100644
--- a/metadata/com.antoniotari.reactiveampacheapp.yml
+++ b/metadata/com.antoniotari.reactiveampacheapp.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Uses LastFM.
+ NonFreeNet:
+ en-US: Uses LastFM.
Categories:
- Internet
- Multimedia
@@ -11,8 +11,8 @@ Translation: https://gitlab.com/antoniotari/reactive-ampache/blob/master/CONTRIB
AutoName: Power Ampache
Description: |-
- A player for Ampache, simply connect to your Ampache instance and enjoy your
- music. Features modern Material Design following the latest guidelines.
+ A player for Ampache, simply connect to your Ampache instance and enjoy your
+ music. Features modern Material Design following the latest guidelines.
RepoType: git
Repo: https://gitlab.com/antoniotari/reactive-ampache.git
@@ -285,8 +285,8 @@ Builds:
- sed -i -e 's/${AMPACHE_PASSWORD}/null/g' build.gradle
MaintainerNotes: |-
- * Crashlytics & Fabric (e.g. in builds 43,44,46,47..58) are stubs, see https://gitlab.com/fdroid/fdroiddata/-/issues/2286#note_500815572
- * NonFreeNet due to last-fm
+ * Crashlytics & Fabric (e.g. in builds 43,44,46,47..58) are stubs, see https://gitlab.com/fdroid/fdroiddata/-/issues/2286#note_500815572
+ * NonFreeNet due to last-fm
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.anysoftkeyboard.languagepack.SSH.yml b/metadata/com.anysoftkeyboard.languagepack.SSH.yml
index cb4bf74e3e..3f01d94acc 100644
--- a/metadata/com.anysoftkeyboard.languagepack.SSH.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.SSH.yml
@@ -11,21 +11,21 @@ Donate: https://anysoftkeyboard.github.io/
Name: 'AnySoftKeyboard: SSH'
AutoName: SSH for AnySoftKeyboard
Description: |-
- A handy keyboard for terminal emulators, ssh clients (e.g. https://f-droid.org/packages/org.connectbot)
- and any application that requires a full keyboard. The keyboard learns your
- frequently used commands as you use it (you need to add your common commands for
- auto suggestion: only tested on https://f-droid.org/packages/sk.vx.connectbot).
+ A handy keyboard for terminal emulators, ssh clients (e.g. https://f-droid.org/packages/org.connectbot)
+ and any application that requires a full keyboard. The keyboard learns your
+ frequently used commands as you use it (you need to add your common commands for
+ auto suggestion: only tested on https://f-droid.org/packages/sk.vx.connectbot).
- * Command suggestion (comes with basic dictionary)
- * Arrow keys for command history
- * CTRL key e.g. CTRL+E to jump to end of line
- * Tab key for completion (depends on shell)
- * Special characters as pop-ups
+ * Command suggestion (comes with basic dictionary)
+ * Arrow keys for command history
+ * CTRL key e.g. CTRL+E to jump to end of line
+ * Tab key for completion (depends on shell)
+ * Special characters as pop-ups
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
- Status: BETA.
+ Status: BETA.
RepoType: git
Repo: https://github.com/pi3ch/ssh_anysoftkeyboard
diff --git a/metadata/com.anysoftkeyboard.languagepack.afrikaans.yml b/metadata/com.anysoftkeyboard.languagepack.afrikaans.yml
index 55d2a39839..cc899f92fd 100644
--- a/metadata/com.anysoftkeyboard.languagepack.afrikaans.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.afrikaans.yml
@@ -8,14 +8,14 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
Name: 'AnySoftKeyboard: Afrikaans (deprecated)'
AutoName: AnySoftKeyboard - Afrikaans Language Pack
Description: |-
- This app has been deprecated in favor of https://f-droid.org/en/packages/com.anysoftkeyboard.languagepack.afrikaans_oss/
+ This app has been deprecated in favor of https://f-droid.org/en/packages/com.anysoftkeyboard.languagepack.afrikaans_oss/
- Afrikaans language pack with dictionary.
+ Afrikaans language pack with dictionary.
- The source code is in another branch to the default.
+ The source code is in another branch to the default.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.basque.yml b/metadata/com.anysoftkeyboard.languagepack.basque.yml
index b3c0ab915e..644554053a 100644
--- a/metadata/com.anysoftkeyboard.languagepack.basque.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.basque.yml
@@ -7,21 +7,21 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
AutoName: AnySoftKeyboard - Basque
Description: |-
- Basque Language pack
+ Basque Language pack
- Features:
+ Features:
- Basque dictionary with more than 100,000 words that includes words from unified
- Standard Basque and from the Biscayan dialect*. Includes the ñ key. Includes the
- zero-width space key (a.k.a. "datraolat"). Long press the d key to use it.
- Useful for adding suffixes to hashtags in Twitter, Instagram... This is an
- expansion language pack for AnySoftKeyboard. Install AnySoftKeyboard first, and
- then select the Basque keyboard from AnySoftKeyboard's Settings -> Languages ->
- Keyboards menu.
+ Basque dictionary with more than 100,000 words that includes words from unified
+ Standard Basque and from the Biscayan dialect*. Includes the ñ key. Includes the
+ zero-width space key (a.k.a. "datraolat"). Long press the d key to use it.
+ Useful for adding suffixes to hashtags in Twitter, Instagram... This is an
+ expansion language pack for AnySoftKeyboard. Install AnySoftKeyboard first, and
+ then select the Basque keyboard from AnySoftKeyboard's Settings -> Languages ->
+ Keyboards menu.
- (*) Note: It's based on the dictionary created by Igor Leturia for FirefoxOS. We
- filtered the dictionary using the spell checkers Xuxen (Standard Basque) and
- Xuxen B (Biscayan dialect).
+ (*) Note: It's based on the dictionary created by Igor Leturia for FirefoxOS. We
+ filtered the dictionary using the spell checkers Xuxen (Standard Basque) and
+ Xuxen B (Biscayan dialect).
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.brazilian.yml b/metadata/com.anysoftkeyboard.languagepack.brazilian.yml
index 49b9cda997..616a20f08a 100644
--- a/metadata/com.anysoftkeyboard.languagepack.brazilian.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.brazilian.yml
@@ -7,12 +7,12 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
AutoName: AnySoftKeyboard - Brazilian Portuguese Language Pack
Description: |-
- Brazilian Portuguese keyboard layout with dictionary.
+ Brazilian Portuguese keyboard layout with dictionary.
- Dictionary comes from AOSP. The source code is in another branch to the default.
+ Dictionary comes from AOSP. The source code is in another branch to the default.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.catalan.yml b/metadata/com.anysoftkeyboard.languagepack.catalan.yml
index 73e694fdce..0eca31a790 100644
--- a/metadata/com.anysoftkeyboard.languagepack.catalan.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.catalan.yml
@@ -7,12 +7,12 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
AutoName: AnySoftKeyboard - Catalan Language Pack
Description: |-
- Dictionary is based on the Wikipedia article database which can be distributed
- under the terms of either the GNU Free Documentation or the Creative Commons
- Attribution-ShareAlike licenses and has about 5,000 words.
+ Dictionary is based on the Wikipedia article database which can be distributed
+ under the terms of either the GNU Free Documentation or the Creative Commons
+ Attribution-ShareAlike licenses and has about 5,000 words.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.danish.yml b/metadata/com.anysoftkeyboard.languagepack.danish.yml
index 97e96070ac..e92f505c60 100644
--- a/metadata/com.anysoftkeyboard.languagepack.danish.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.danish.yml
@@ -7,10 +7,10 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
AutoName: AnySoftKeyboard - Danish Language Pack
Description: |-
- Dictionary based on AOSP dictionary.
+ Dictionary based on AOSP dictionary.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.dutch.yml b/metadata/com.anysoftkeyboard.languagepack.dutch.yml
index 162388f3e7..63f8e522f4 100644
--- a/metadata/com.anysoftkeyboard.languagepack.dutch.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.dutch.yml
@@ -7,22 +7,22 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
AutoName: AnySoftKeyboard - Dutch Language Pack
Description: |-
- This app has been deprecated in favor of https://f-droid.org/en/packages/com.anysoftkeyboard.languagepack.dutch_oss/
+ This app has been deprecated in favor of https://f-droid.org/en/packages/com.anysoftkeyboard.languagepack.dutch_oss/
- This is the Dutch language pack for AnySoftKeyboard. It offers an extensive
- Dutch dictionary and optimised keyboard. In order to use it, first install
- https://f-droid.org/packages/com.menny.android.anysoftkeyboard – a practical input method for Android
- smartphones and tablets.
+ This is the Dutch language pack for AnySoftKeyboard. It offers an extensive
+ Dutch dictionary and optimised keyboard. In order to use it, first install
+ https://f-droid.org/packages/com.menny.android.anysoftkeyboard – a practical input method for Android
+ smartphones and tablets.
- The dictionary is based on the word list from Stichting OpenTaal and has the
- Quality Mark Spelling (Keurmerk Spelling) of the Dutch Language Union
- (Taalunie). This language pack has been created by Stichting OpenTaal and can be
- installed by all without any costs. The language-specific files in this language
- pack have a dual license. Both the BSD 2-Clause License as the Creative Commons,
- Attribution 4.0 (unported) apply.
+ The dictionary is based on the word list from Stichting OpenTaal and has the
+ Quality Mark Spelling (Keurmerk Spelling) of the Dutch Language Union
+ (Taalunie). This language pack has been created by Stichting OpenTaal and can be
+ installed by all without any costs. The language-specific files in this language
+ pack have a dual license. Both the BSD 2-Clause License as the Creative Commons,
+ Attribution 4.0 (unported) apply.
- Please, help us create free and open Dutch writing tools. Donate tax free to our
- foundation at https://www.opentaal.org/vrienden-van-opentaal
+ Please, help us create free and open Dutch writing tools. Donate tax free to our
+ foundation at https://www.opentaal.org/vrienden-van-opentaal
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.dutch_oss.yml b/metadata/com.anysoftkeyboard.languagepack.dutch_oss.yml
index dcf6a42dbf..2d045a00ca 100644
--- a/metadata/com.anysoftkeyboard.languagepack.dutch_oss.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.dutch_oss.yml
@@ -7,20 +7,20 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
AutoName: AnySoftKeyboard - Dutch Language Pack
Description: |-
- This is the Dutch language pack for AnySoftKeyboard. It offers an extensive
- Dutch dictionary and optimised keyboard. In order to use it, first install
- https://f-droid.org/packages/com.menny.android.anysoftkeyboard – a practical input method for Android
- smartphones and tablets.
+ This is the Dutch language pack for AnySoftKeyboard. It offers an extensive
+ Dutch dictionary and optimised keyboard. In order to use it, first install
+ https://f-droid.org/packages/com.menny.android.anysoftkeyboard – a practical input method for Android
+ smartphones and tablets.
- The dictionary is based on the word list from Stichting OpenTaal and has the
- Quality Mark Spelling (Keurmerk Spelling) of the Dutch Language Union
- (Taalunie). This language pack has been created by Stichting OpenTaal and can be
- installed by all without any costs. The language-specific files in this language
- pack have a dual license. Both the BSD 2-Clause License as the Creative Commons,
- Attribution 4.0 (unported) apply.
+ The dictionary is based on the word list from Stichting OpenTaal and has the
+ Quality Mark Spelling (Keurmerk Spelling) of the Dutch Language Union
+ (Taalunie). This language pack has been created by Stichting OpenTaal and can be
+ installed by all without any costs. The language-specific files in this language
+ pack have a dual license. Both the BSD 2-Clause License as the Creative Commons,
+ Attribution 4.0 (unported) apply.
- Please, help us create free and open Dutch writing tools. Donate tax free to our
- foundation at https://www.opentaal.org/vrienden-van-opentaal
+ Please, help us create free and open Dutch writing tools. Donate tax free to our
+ foundation at https://www.opentaal.org/vrienden-van-opentaal
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.esperanto.yml b/metadata/com.anysoftkeyboard.languagepack.esperanto.yml
index 2e9dd277f2..01cfd55582 100644
--- a/metadata/com.anysoftkeyboard.languagepack.esperanto.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.esperanto.yml
@@ -9,11 +9,11 @@ Donate: https://anysoftkeyboard.github.io/
Name: 'AnySoftKeyboard: Esperanto'
AutoName: AnySoftKeyboard - Esperanto Language Pack
Description: |-
- Dictionary is
- based on the Wikipedia article database and has about 50,000 words.
+ Dictionary is
+ based on the Wikipedia article database and has about 50,000 words.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
Builds:
- versionName: '20100613'
diff --git a/metadata/com.anysoftkeyboard.languagepack.french.yml b/metadata/com.anysoftkeyboard.languagepack.french.yml
index 4b68cdda09..0e2984e6dd 100644
--- a/metadata/com.anysoftkeyboard.languagepack.french.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.french.yml
@@ -7,16 +7,16 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
AutoName: AnySoftKeyboard - French Language Pack
Description: |-
- French dictionary based on Dicollecte "classique" dictionary (v6.1, 10/07/2017)
- - https://www.dicollecte.org/home.php?prj=fr More than 250,000 inflected words
- (corresponding to more than 75.000 distinct lemas).
+ French dictionary based on Dicollecte "classique" dictionary (v6.1, 10/07/2017)
+ - https://www.dicollecte.org/home.php?prj=fr More than 250,000 inflected words
+ (corresponding to more than 75.000 distinct lemas).
- Include three keyboard layouts, AZERTY, QWERTY and BÉPO, with many symbols and
- rapid acces to apostrophe and hyphen.
+ Include three keyboard layouts, AZERTY, QWERTY and BÉPO, with many symbols and
+ rapid acces to apostrophe and hyphen.
- This is an expansion language pack for AnySoftKeyboard. Install
- https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, and then select the French keyboard
- from AnySoftKeyboard's Settings -> Languages -> Keyboards menu.
+ This is an expansion language pack for AnySoftKeyboard. Install
+ https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, and then select the French keyboard
+ from AnySoftKeyboard's Settings -> Languages -> Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard/
diff --git a/metadata/com.anysoftkeyboard.languagepack.french_xlarge.yml b/metadata/com.anysoftkeyboard.languagepack.french_xlarge.yml
index de144cc583..247c65a28a 100644
--- a/metadata/com.anysoftkeyboard.languagepack.french_xlarge.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.french_xlarge.yml
@@ -9,13 +9,13 @@ Donate: https://anysoftkeyboard.github.io/
Name: 'AnySoftKeyboard: French'
AutoName: AnySoftKeyboard - French Language Pack with XLarge dictionary
Description: |-
- AZERTY, BEPO and French-Canadian layouts with an almost 400,000 word dictionary.
- You would need an 800MHz processor for it work smoothly.
+ AZERTY, BEPO and French-Canadian layouts with an almost 400,000 word dictionary.
+ You would need an 800MHz processor for it work smoothly.
- Dictionary is from Dicollecte.org, and is licensed under the terms of the Mozilla public license.
+ Dictionary is from Dicollecte.org, and is licensed under the terms of the Mozilla public license.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
Builds:
- versionName: '20111029'
diff --git a/metadata/com.anysoftkeyboard.languagepack.galician.yml b/metadata/com.anysoftkeyboard.languagepack.galician.yml
index e0cae5d961..53fe07fa46 100644
--- a/metadata/com.anysoftkeyboard.languagepack.galician.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.galician.yml
@@ -8,12 +8,12 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
Name: 'AnySoftKeyboard: Galician'
AutoName: AnySoftKeyboard - Galician Language Pack
Description: |-
- Galician language pack with more than 100,000 words from Galipedia articles.
+ Galician language pack with more than 100,000 words from Galipedia articles.
- The source code is in another branch to the default.
+ The source code is in another branch to the default.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/LanguagePack.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.georgian.fdroid.yml b/metadata/com.anysoftkeyboard.languagepack.georgian.fdroid.yml
index 9a89530a1e..114e4ea4dd 100644
--- a/metadata/com.anysoftkeyboard.languagepack.georgian.fdroid.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.georgian.fdroid.yml
@@ -9,17 +9,17 @@ Donate: https://anysoftkeyboard.github.io/
Name: 'AnySoftKeyboard: Georgian'
AutoName: Georgian (full) for AnySoftKeyboard
Description: |-
- N.B You may need to install Georgian fonts. This process would require root. We
- have a package for them: https://f-droid.org/packages/org.herrlado.geofonts.
+ N.B You may need to install Georgian fonts. This process would require root. We
+ have a package for them: https://f-droid.org/packages/org.herrlado.geofonts.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu. See the Google Play
- description of com.anysoftkeyboard.languagepack.georgian_full for more tips.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu. See the Google Play
+ description of com.anysoftkeyboard.languagepack.georgian_full for more tips.
- This package is a hybrid, using keyboards from the source code page and
- dictionaries from the texts of the literature portal lib.ge (editor an co-owner
- Giorgi Kekelidze) and published with his permission. Be sure to mention that
- this package uses a different dictionary if visiting the issue tracker
+ This package is a hybrid, using keyboards from the source code page and
+ dictionaries from the texts of the literature portal lib.ge (editor an co-owner
+ Giorgi Kekelidze) and published with his permission. Be sure to mention that
+ this package uses a different dictionary if visiting the issue tracker
RepoType: git
Repo: https://github.com/Stichoza/AnySoftKeyboardLanguagePackGeorgian
diff --git a/metadata/com.anysoftkeyboard.languagepack.german.yml b/metadata/com.anysoftkeyboard.languagepack.german.yml
index 45bb4be875..00373b2547 100644
--- a/metadata/com.anysoftkeyboard.languagepack.german.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.german.yml
@@ -7,12 +7,12 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
AutoName: AnySoftKeyboard - German Language Pack
Description: |-
- German keyboard layout and dictionary of over 100,000 words.
+ German keyboard layout and dictionary of over 100,000 words.
- Dictionary comes from AOSP. The source code is in another branch to the default.
+ Dictionary comes from AOSP. The source code is in another branch to the default.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.greek.yml b/metadata/com.anysoftkeyboard.languagepack.greek.yml
index 7f001fead2..65eef28e08 100644
--- a/metadata/com.anysoftkeyboard.languagepack.greek.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.greek.yml
@@ -7,10 +7,10 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
AutoName: AnySoftKeyboard - Ελληνικό Γλωσσικό Πακέτο
Description: |-
- Greek keyboard layouts and AOSP dictionary.
+ Greek keyboard layouts and AOSP dictionary.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.hebrew.yml b/metadata/com.anysoftkeyboard.languagepack.hebrew.yml
index 51ccdfdadb..789ae8410b 100644
--- a/metadata/com.anysoftkeyboard.languagepack.hebrew.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.hebrew.yml
@@ -7,13 +7,13 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
AutoName: AnySoftKeyboard - Hebrew Language Pack
Description: |-
- Hebrew keyboard layout (regular, 16 keys and Phonetic) and dictionary of over
- 100,000 words. Note: This will NOT install Hebrew fonts on your device!
+ Hebrew keyboard layout (regular, 16 keys and Phonetic) and dictionary of over
+ 100,000 words. Note: This will NOT install Hebrew fonts on your device!
- Dictionary comes from AOSP. The source code is in another branch to the default.
+ Dictionary comes from AOSP. The source code is in another branch to the default.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.hebrew_large.yml b/metadata/com.anysoftkeyboard.languagepack.hebrew_large.yml
index adbd27838d..fa73f039af 100644
--- a/metadata/com.anysoftkeyboard.languagepack.hebrew_large.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.hebrew_large.yml
@@ -9,15 +9,15 @@ Name: 'AnySoftKeyboard: Hebrew (outdated)'
AutoName: AnySoftKeyboard - Hebrew Language Pack
Summary: Language pack for AnySoftKeyboard
Description: |-
- This pack is outdated. Please use https://f-droid.org/packages/com.anysoftkeyboard.languagepack.hebrew
- instead. Hebrew keyboard layout (regular, 16 keys and Phonetic) and dictionary
- of over 100,000 words. Note: This will NOT install Hebrew fonts on your device!
+ This pack is outdated. Please use https://f-droid.org/packages/com.anysoftkeyboard.languagepack.hebrew
+ instead. Hebrew keyboard layout (regular, 16 keys and Phonetic) and dictionary
+ of over 100,000 words. Note: This will NOT install Hebrew fonts on your device!
- Dictionary comes from www.mila.cs.technion.ac.il. The source code is in another branch to the
- default.
+ Dictionary comes from www.mila.cs.technion.ac.il. The source code is in another branch to the
+ default.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/LanguagePack
diff --git a/metadata/com.anysoftkeyboard.languagepack.hungarian.yml b/metadata/com.anysoftkeyboard.languagepack.hungarian.yml
index 05abdd2660..43ae6dce29 100644
--- a/metadata/com.anysoftkeyboard.languagepack.hungarian.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.hungarian.yml
@@ -7,15 +7,15 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
AutoName: AnySoftKeyboard - Hungarian Language Pack
Description: |-
- This app has been deprecated in favor of https://f-droid.org/en/packages/com.anysoftkeyboard.languagepack.hungarian_oss/
+ This app has been deprecated in favor of https://f-droid.org/en/packages/com.anysoftkeyboard.languagepack.hungarian_oss/
- Layouts and dictionaries for for the Hungarian language. See the Google Play
- description for usage tips.
+ Layouts and dictionaries for for the Hungarian language. See the Google Play
+ description for usage tips.
- Dictionary is via http://magyarispell.sourceforge.net.
+ Dictionary is via http://magyarispell.sourceforge.net.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.hungarian_oss.yml b/metadata/com.anysoftkeyboard.languagepack.hungarian_oss.yml
index efec52f804..753cf1db38 100644
--- a/metadata/com.anysoftkeyboard.languagepack.hungarian_oss.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.hungarian_oss.yml
@@ -7,13 +7,13 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
AutoName: AnySoftKeyboard - Hungarian Language Pack
Description: |-
- Layouts and dictionaries for for the Hungarian language. See the Google Play
- description for usage tips.
+ Layouts and dictionaries for for the Hungarian language. See the Google Play
+ description for usage tips.
- Dictionary is via http://magyarispell.sourceforge.net.
+ Dictionary is via http://magyarispell.sourceforge.net.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.icelandic.yml b/metadata/com.anysoftkeyboard.languagepack.icelandic.yml
index fca4b9c964..8841d8ce91 100644
--- a/metadata/com.anysoftkeyboard.languagepack.icelandic.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.icelandic.yml
@@ -8,12 +8,12 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
Name: 'AnySoftKeyboard: Icelandic'
AutoName: AnySoftKeyboard - Icelandic Language Pack
Description: |-
- Icelandic keyboard layout and dictionary.
+ Icelandic keyboard layout and dictionary.
- The source code is in another branch to the default.
+ The source code is in another branch to the default.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/LanguagePack.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.indonesian.yml b/metadata/com.anysoftkeyboard.languagepack.indonesian.yml
index a76baebbe1..54c4d45df6 100644
--- a/metadata/com.anysoftkeyboard.languagepack.indonesian.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.indonesian.yml
@@ -7,10 +7,10 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
AutoName: AnySoftKeyboard - Indonesian Language Pack
Description: |-
- Indonesian language pack with keyboard layout and dictionary.
+ Indonesian language pack with keyboard layout and dictionary.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.italian.yml b/metadata/com.anysoftkeyboard.languagepack.italian.yml
index fdba800119..8e5f2aad18 100644
--- a/metadata/com.anysoftkeyboard.languagepack.italian.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.italian.yml
@@ -7,12 +7,12 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
AutoName: AnySoftKeyboard - Italian Language Pack
Description: |-
- Italian keyboard layout and dictionary of over 100,000 words.
+ Italian keyboard layout and dictionary of over 100,000 words.
- Dictionary comes from AOSP. The source code is in another branch to the default.
+ Dictionary comes from AOSP. The source code is in another branch to the default.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.latvian.yml b/metadata/com.anysoftkeyboard.languagepack.latvian.yml
index bc515a2770..d0097fec63 100644
--- a/metadata/com.anysoftkeyboard.languagepack.latvian.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.latvian.yml
@@ -7,12 +7,12 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
AutoName: AnySoftKeyboard - Latvian Language Pack
Description: |-
- Latvian keyboard layout and dictionary of over 100,000 words.
+ Latvian keyboard layout and dictionary of over 100,000 words.
- Dictionary comes from AOSP.
+ Dictionary comes from AOSP.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.macedonian.yml b/metadata/com.anysoftkeyboard.languagepack.macedonian.yml
index 537c646f37..2e921a0fdc 100644
--- a/metadata/com.anysoftkeyboard.languagepack.macedonian.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.macedonian.yml
@@ -8,12 +8,12 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
Name: 'AnySoftKeyboard: Macedonian'
AutoName: AnySoftKeyboard - Macedonian Language Pack
Description: |-
- Macedonian keyboard layout with dictionary.
+ Macedonian keyboard layout with dictionary.
- The source code is in another branch to the default.
+ The source code is in another branch to the default.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/LanguagePack.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.malayalam.yml b/metadata/com.anysoftkeyboard.languagepack.malayalam.yml
index 12195c56e0..226f51082f 100644
--- a/metadata/com.anysoftkeyboard.languagepack.malayalam.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.malayalam.yml
@@ -7,18 +7,18 @@ Donate: https://anysoftkeyboard.github.io
Name: 'AnySoftKeyboard: Malayalam'
AutoName: AnySoftKeyboard - Malayalam Language Pack
Description: |-
- A neat Malayalam font is required. You can download Malayalam font optimized for
- Android from here: root permissions may be
- necessary for installing a font in your system.
+ A neat Malayalam font is required. You can download Malayalam font optimized for
+ Android from here: root permissions may be
+ necessary for installing a font in your system.
- Three layouts are available:
-
- - AmalaKi: A basic multitap layout with 4 letters per soft key.
- - AmalaKi-ext: An extended multitap layout with 2 letters per soft key.
- - Malayalam Numerals: A layout for Malayalam numerals.
-
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Three layouts are available:
+
+ - AmalaKi: A basic multitap layout with 4 letters per soft key.
+ - AmalaKi-ext: An extended multitap layout with 2 letters per soft key.
+ - Malayalam Numerals: A layout for Malayalam numerals.
+
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
Builds:
- versionName: 20130916-4
diff --git a/metadata/com.anysoftkeyboard.languagepack.neo.yml b/metadata/com.anysoftkeyboard.languagepack.neo.yml
index 0917be126e..a522ada8f0 100644
--- a/metadata/com.anysoftkeyboard.languagepack.neo.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.neo.yml
@@ -8,10 +8,10 @@ IssueTracker: https://github.com/kertase/neo_anysoftkeyboard/issues
Name: 'AnySoftKeyboard: NEO2'
AutoName: neo2 for AnySoftKeyboard
Description: |-
- Neo2 Keyboard Layout for ASK with dictionary based on
- igerman dictionary licensed under GPLv3.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Neo2 Keyboard Layout for ASK with dictionary based on
+ igerman dictionary licensed under GPLv3.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/kertase/neo_anysoftkeyboard
diff --git a/metadata/com.anysoftkeyboard.languagepack.norwegian.yml b/metadata/com.anysoftkeyboard.languagepack.norwegian.yml
index 2166b7ce39..6657764eb0 100644
--- a/metadata/com.anysoftkeyboard.languagepack.norwegian.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.norwegian.yml
@@ -7,12 +7,12 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
AutoName: AnySoftKeyboard - Norwegian Language Pack
Description: |-
- Norwegian keyboard layout and dictionary of over 100,000 words.
+ Norwegian keyboard layout and dictionary of over 100,000 words.
- Dictionary comes from AOSP.
+ Dictionary comes from AOSP.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.osspolish.yml b/metadata/com.anysoftkeyboard.languagepack.osspolish.yml
index 4211773acf..32e00cb92b 100644
--- a/metadata/com.anysoftkeyboard.languagepack.osspolish.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.osspolish.yml
@@ -8,12 +8,12 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
Name: 'AnySoftKeyboard: Polish'
AutoName: AnySoftKeyboard - Polish Language Pack
Description: |-
- Polish language pack with keyboard layout and dictionary..
+ Polish language pack with keyboard layout and dictionary..
- The source code is in another branch to the default.
+ The source code is in another branch to the default.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/LanguagePack.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.ossturkish.yml b/metadata/com.anysoftkeyboard.languagepack.ossturkish.yml
index a181b39104..9700e9c857 100644
--- a/metadata/com.anysoftkeyboard.languagepack.ossturkish.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.ossturkish.yml
@@ -7,10 +7,10 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
AutoName: AnySoftKeyboard - Türkçe Dil Paketi
Description: |-
- Turkish language pack with keyboard layout and dictionary.
+ Turkish language pack with keyboard layout and dictionary.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.pali.yml b/metadata/com.anysoftkeyboard.languagepack.pali.yml
index ebfe294c88..9dc298fffe 100644
--- a/metadata/com.anysoftkeyboard.languagepack.pali.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.pali.yml
@@ -9,15 +9,15 @@ Donate: https://anysoftkeyboard.github.io/
Name: 'AnySoftKeyboard: Pali'
AutoName: AnySoftKeyboard - change_me Language Pack
Description: |-
- You may need a special font to display the diacritics properly: this would
- require root and instructions are
- here.
+ You may need a special font to display the diacritics properly: this would
+ require root and instructions are
+ here.
- Standard QWERTY keyboard layout with Pali and Sanskrit diacritics and Pali
- dictionary (about 75,000 of the most common word-forms in the Pali texts).
+ Standard QWERTY keyboard layout with Pali and Sanskrit diacritics and Pali
+ dictionary (about 75,000 of the most common word-forms in the Pali texts).
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/LanguagePack.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.persian.yml b/metadata/com.anysoftkeyboard.languagepack.persian.yml
index 64bf090e9d..4a86a0bacf 100644
--- a/metadata/com.anysoftkeyboard.languagepack.persian.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.persian.yml
@@ -9,16 +9,16 @@ Donate: https://anysoftkeyboard.github.io/
Name: 'AnySoftKeyboard: Persian'
AutoName: Persian for AnySoftKeyboard
Description: |-
- N.B You may need to install Persian fonts. This process would require root and
- is described on the website.
+ N.B You may need to install Persian fonts. This process would require root and
+ is described on the website.
- * Full Persian keyboards
- * Farsi and Pinglish word suggestion and auto completion
- * Persian numbers
+ * Full Persian keyboards
+ * Farsi and Pinglish word suggestion and auto completion
+ * Persian numbers
- Dictionaries are based on the
- Hamshahri Corpus,
- which is free only for non-commercial use.
+ Dictionaries are based on the
+ Hamshahri Corpus,
+ which is free only for non-commercial use.
RepoType: git
Repo: https://github.com/pi3ch/persian_anysoftkeyboard
diff --git a/metadata/com.anysoftkeyboard.languagepack.portuguese.yml b/metadata/com.anysoftkeyboard.languagepack.portuguese.yml
index 4a43bb1157..379d325cbf 100644
--- a/metadata/com.anysoftkeyboard.languagepack.portuguese.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.portuguese.yml
@@ -8,12 +8,12 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
Name: 'AnySoftKeyboard: Portuguese'
AutoName: AnySoftKeyboard - Portuguese Language Pack
Description: |-
- Portuguese keyboard layout with dictionary.
+ Portuguese keyboard layout with dictionary.
- Dictionary comes from AOSP. The source code is in another branch to the default.
+ Dictionary comes from AOSP. The source code is in another branch to the default.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/LanguagePack.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.russian2.yml b/metadata/com.anysoftkeyboard.languagepack.russian2.yml
index 8ab5bacaec..2c2cec8b8e 100644
--- a/metadata/com.anysoftkeyboard.languagepack.russian2.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.russian2.yml
@@ -7,12 +7,12 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
AutoName: AnySoftKeyboard - Russian Language Pack
Description: |-
- Russian layouts and a dictionary for auto-complete for AnySoftKeyboard.
+ Russian layouts and a dictionary for auto-complete for AnySoftKeyboard.
- Dictionary comes from AOSP.
+ Dictionary comes from AOSP.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.slovene.yml b/metadata/com.anysoftkeyboard.languagepack.slovene.yml
index ecfe2518d6..118a0552f6 100644
--- a/metadata/com.anysoftkeyboard.languagepack.slovene.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.slovene.yml
@@ -8,11 +8,11 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
Name: 'AnySoftKeyboard: Slovene'
AutoName: AnySoftKeyboard - Slovene Language Pack
Description: |-
- AnySoftKeyboard keyboards pack: Slovene dictionary.
+ AnySoftKeyboard keyboards pack: Slovene dictionary.
- This is an expansion pack for AnySoftKeyboard. Install AnySoftKeyboard first,
- and then select the desired layout from AnySoftKeyboard's Settings->Keyboards
- menu.
+ This is an expansion pack for AnySoftKeyboard. Install AnySoftKeyboard first,
+ and then select the desired layout from AnySoftKeyboard's Settings->Keyboards
+ menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/LanguagePack.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.spain.yml b/metadata/com.anysoftkeyboard.languagepack.spain.yml
index f77b7197ab..a2f97ba579 100644
--- a/metadata/com.anysoftkeyboard.languagepack.spain.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.spain.yml
@@ -7,17 +7,17 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
AutoName: AnySoftKeyboard - Spanish Language Pack
Description: |-
- AnySoftKeyboard keyboards pack: Spanish and Catalan keyboards, and Spanish
- dictionary.
+ AnySoftKeyboard keyboards pack: Spanish and Catalan keyboards, and Spanish
+ dictionary.
- This is an expansion layouts pack for AnySoftKeyboard. Install AnySoftKeyboard
- first, and then select the desired layout from AnySoftKeyboard's
- Settings->Keyboards menu.
+ This is an expansion layouts pack for AnySoftKeyboard. Install AnySoftKeyboard
+ first, and then select the desired layout from AnySoftKeyboard's
+ Settings->Keyboards menu.
- Dictionary is based on AOSP dictionary.
+ Dictionary is based on AOSP dictionary.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.swedish.yml b/metadata/com.anysoftkeyboard.languagepack.swedish.yml
index da48ba754c..f032bb696f 100644
--- a/metadata/com.anysoftkeyboard.languagepack.swedish.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.swedish.yml
@@ -8,12 +8,12 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
Name: 'AnySoftKeyboard: Swedish'
AutoName: AnySoftKeyboard - Swedish Language Pack
Description: |-
- AnySoftKeyboard keyboards pack: Swedish and SVORAK layouts, and Swedish
- dictionary.
+ AnySoftKeyboard keyboards pack: Swedish and SVORAK layouts, and Swedish
+ dictionary.
- This is an expansion pack for AnySoftKeyboard. Install AnySoftKeyboard first,
- and then select the desired layout from AnySoftKeyboard\'s Settings->Keyboards
- menu.
+ This is an expansion pack for AnySoftKeyboard. Install AnySoftKeyboard first,
+ and then select the desired layout from AnySoftKeyboard\'s Settings->Keyboards
+ menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/LanguagePack.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.tatar.yml b/metadata/com.anysoftkeyboard.languagepack.tatar.yml
index d5256081d4..feada989c6 100644
--- a/metadata/com.anysoftkeyboard.languagepack.tatar.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.tatar.yml
@@ -8,10 +8,10 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
Name: 'AnySoftKeyboard: Tatar'
AutoName: AnySoftKeyboard - Tatar Language Pack
Description: |-
- Tatar keyboard layouts.
+ Tatar keyboard layouts.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/LanguagePack.git
diff --git a/metadata/com.anysoftkeyboard.languagepack.ukrainian.yml b/metadata/com.anysoftkeyboard.languagepack.ukrainian.yml
index 3bbb48e479..8a7d296411 100644
--- a/metadata/com.anysoftkeyboard.languagepack.ukrainian.yml
+++ b/metadata/com.anysoftkeyboard.languagepack.ukrainian.yml
@@ -9,12 +9,12 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
Name: 'AnySoftKeyboard: Ukrainian'
AutoName: AnySoftKeyboard - Ukrainian Language Pack
Description: |-
- Ukrainian keyboard layout and dictionary of over 100,000 words.
+ Ukrainian keyboard layout and dictionary of over 100,000 words.
- Dictionary comes from AOSP. The source code is in another branch to the default.
+ Dictionary comes from AOSP. The source code is in another branch to the default.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/LanguagePack.git
diff --git a/metadata/com.anysoftkeyboard.theme.classic_pc.yml b/metadata/com.anysoftkeyboard.theme.classic_pc.yml
index bd93788398..e7c72a5d7b 100644
--- a/metadata/com.anysoftkeyboard.theme.classic_pc.yml
+++ b/metadata/com.anysoftkeyboard.theme.classic_pc.yml
@@ -8,10 +8,10 @@ Donate: https://anysoftkeyboard.github.io/
Name: 'AnySoftKeyboard: Classic PC Theme'
AutoName: Classic PC AnySoftKeyboard Theme
Description: |-
- Bright theme with a 3-D look.
+ Bright theme with a 3-D look.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboard themes menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboard themes menu.
Builds:
- versionName: 1.0.1-201200304
diff --git a/metadata/com.app.missednotificationsreminder.yml b/metadata/com.app.missednotificationsreminder.yml
index b1f50c6043..e47654fc0c 100644
--- a/metadata/com.app.missednotificationsreminder.yml
+++ b/metadata/com.app.missednotificationsreminder.yml
@@ -9,20 +9,20 @@ Changelog: https://github.com/httpdispatch/MissedNotificationsReminder/releases
AutoName: MissedNotificationsReminder
Description: |-
- Unfortunately Android doesn't have default integrated functionality to notify
- the user periodically about missing calls/messages/other notifications via sound
- (only LED is blinking). This tool allows you to monitor notifications from any
- applications which are important for you and perform sound reminder
- periodically.
+ Unfortunately Android doesn't have default integrated functionality to notify
+ the user periodically about missing calls/messages/other notifications via sound
+ (only LED is blinking). This tool allows you to monitor notifications from any
+ applications which are important for you and perform sound reminder
+ periodically.
- Just launch app, allow it to receive notification events, select reminder
- interval and important applications. That's it. If there are any unhandled
- notifications from thet selected apps in the statusbar, app will notify you
- periodically with the notification sound you choose.
+ Just launch app, allow it to receive notification events, select reminder
+ interval and important applications. That's it. If there are any unhandled
+ notifications from thet selected apps in the statusbar, app will notify you
+ periodically with the notification sound you choose.
- The battery is used only if there are missed notifications which requires
- periodical reminder. App wakes phone to perform sound notification and then
- sleep again.
+ The battery is used only if there are missed notifications which requires
+ periodical reminder. App wakes phone to perform sound notification and then
+ sleep again.
RepoType: git
Repo: https://github.com/httpdispatch/MissedNotificationsReminder.git
@@ -93,8 +93,8 @@ Builds:
- buildSrcIncluded/build
MaintainerNotes: |-
- Build both flavors with each release.
- VC is generated at buildtime, cannot set UCM.
+ Build both flavors with each release.
+ VC is generated at buildtime, cannot set UCM.
ArchivePolicy: 4
AutoUpdateMode: None
diff --git a/metadata/com.app2go.sudokufree.yml b/metadata/com.app2go.sudokufree.yml
index 5c02f73b6c..374104f33c 100644
--- a/metadata/com.app2go.sudokufree.yml
+++ b/metadata/com.app2go.sudokufree.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- UpstreamNonFree:
- en-US: Google AdMob SDK is removed with our builds (and replaced with a dummy).
+ UpstreamNonFree:
+ en-US: Google AdMob SDK is removed with our builds (and replaced with a dummy).
Categories:
- Games
License: GPL-3.0-only
@@ -8,17 +8,17 @@ SourceCode: https://code.google.com/p/sudoku-pro-android/source
AutoName: Sudoku Free
Description: |-
- In addition to standard sudoku puzzles it offers these variants:
+ In addition to standard sudoku puzzles it offers these variants:
- * X-Sudoku
- * Hyper-Sudoku
- * Percent-Sudoku
- * Color-Sudoku
- * Squiggly Sudoku (a.k.a. Jigsaw Sudoku)
- * ... and combinations thereof (e.g. Sudoku-X with jigsaw regions)
+ * X-Sudoku
+ * Hyper-Sudoku
+ * Percent-Sudoku
+ * Color-Sudoku
+ * Squiggly Sudoku (a.k.a. Jigsaw Sudoku)
+ * ... and combinations thereof (e.g. Sudoku-X with jigsaw regions)
- The Google Admob library in the source code of this app has been replaced with a
- dummy library that does nothing.
+ The Google Admob library in the source code of this app has been replaced with a
+ dummy library that does nothing.
Builds:
- versionName: '1.1'
diff --git a/metadata/com.appengine.paranoid_android.lost.yml b/metadata/com.appengine.paranoid_android.lost.yml
index d2ba34dae9..0b4cbbb220 100644
--- a/metadata/com.appengine.paranoid_android.lost.yml
+++ b/metadata/com.appengine.paranoid_android.lost.yml
@@ -5,13 +5,13 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/http://contactown
AutoName: Contact Owner
Description: |-
- Contact Owner is displays your (or a friend's) contact information on the "lock
- screen" of your device, so that if you happen to lose it the finder will know
- how to contact you. Select yourself (or your friend) from your list of contacts,
- then select which information you want shown and (optionally) customize your
- message. Contact Owner is a "fire and forget" tool: once you set it up, your
- contact information will keep being displayed even after restarting your device,
- as long as the application is installed.
+ Contact Owner is displays your (or a friend's) contact information on the "lock
+ screen" of your device, so that if you happen to lose it the finder will know
+ how to contact you. Select yourself (or your friend) from your list of contacts,
+ then select which information you want shown and (optionally) customize your
+ message. Contact Owner is a "fire and forget" tool: once you set it up, your
+ contact information will keep being displayed even after restarting your device,
+ as long as the application is installed.
Builds:
- versionName: '2.2'
diff --git a/metadata/com.apps.adrcotfas.goodtime.yml b/metadata/com.apps.adrcotfas.goodtime.yml
index ad32f63a70..0d35b8c818 100644
--- a/metadata/com.apps.adrcotfas.goodtime.yml
+++ b/metadata/com.apps.adrcotfas.goodtime.yml
@@ -12,35 +12,35 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=CH2
Name: Goodtime - Minimalist Pomodoro Timer
AutoName: Productivity
Description: |-
- A minimalist but powerful productivity timer designed to keep you focused
- and free of distractions.
+ A minimalist but powerful productivity timer designed to keep you focused
+ and free of distractions.
- Alternate between focused work sessions and short breaks handled by the app.
+ Alternate between focused work sessions and short breaks handled by the app.
- Get rid of procrastination and improve your time management!
+ Get rid of procrastination and improve your time management!
- ⏳ split your work into sessions of focus and then reward yourself with a break
+ ⏳ split your work into sessions of focus and then reward yourself with a break
- ☕ after more sessions of work, take a longer break
+ ☕ after more sessions of work, take a longer break
- Features:
+ Features:
- * Lightweight and battery friendly
- * Configurable timer
- * Pause, skip or add 60 seconds
- * Detailed statistics
- * Disable sound and Wi-Fi connection during the work sessions
- * AMOLED-friendly user interface
- * Colored labels
- * Timer styles
- * Manually add sessions
- * Edit completed sessions
- * Backup export and import
- * Export statistics to CSV
- * Screensaver mode
- * Themes
- * Separate notification sound for work and break
- * Insistent notifications
+ * Lightweight and battery friendly
+ * Configurable timer
+ * Pause, skip or add 60 seconds
+ * Detailed statistics
+ * Disable sound and Wi-Fi connection during the work sessions
+ * AMOLED-friendly user interface
+ * Colored labels
+ * Timer styles
+ * Manually add sessions
+ * Edit completed sessions
+ * Backup export and import
+ * Export statistics to CSV
+ * Screensaver mode
+ * Themes
+ * Separate notification sound for work and break
+ * Insistent notifications
RepoType: git
Repo: https://github.com/goodtime-productivity/Goodtime
diff --git a/metadata/com.appspot.usbhidterminal.yml b/metadata/com.appspot.usbhidterminal.yml
index b24d62480e..ee41d397f2 100644
--- a/metadata/com.appspot.usbhidterminal.yml
+++ b/metadata/com.appspot.usbhidterminal.yml
@@ -9,8 +9,8 @@ IssueTracker: https://github.com/452/USBHIDTerminal/issues
AutoName: USB HID Terminal
Description: |-
- This can be used for transfer any commands or any data to your USB HID devices.
- It can receive and send bytes, hex, binary, text.
+ This can be used for transfer any commands or any data to your USB HID devices.
+ It can receive and send bytes, hex, binary, text.
RepoType: git
Repo: https://github.com/452/USBHIDTerminal
diff --git a/metadata/com.aptasystems.dicewarepasswordgenerator.yml b/metadata/com.aptasystems.dicewarepasswordgenerator.yml
index c0d5ed1c6f..761c69faf8 100644
--- a/metadata/com.aptasystems.dicewarepasswordgenerator.yml
+++ b/metadata/com.aptasystems.dicewarepasswordgenerator.yml
@@ -9,9 +9,9 @@ Bitcoin: 1PbHGv88KH6SXw6d66uSFTUzW2aeqxvQ7V
AutoName: Diceware Password Generator
Description: |-
- Generate diceware passwords using the Reinhold, EFF (long) or EFF (short)
- wordlists, using the pseudo-random number generator on your device, random.org,
- or actual dice as sources of random numbers.
+ Generate diceware passwords using the Reinhold, EFF (long) or EFF (short)
+ wordlists, using the pseudo-random number generator on your device, random.org,
+ or actual dice as sources of random numbers.
RepoType: git
Repo: https://github.com/jeffisaak/diceware-pass-gen.git
diff --git a/metadata/com.aragaer.jtt.yml b/metadata/com.aragaer.jtt.yml
index 4944124095..bf0a4d9c6c 100644
--- a/metadata/com.aragaer.jtt.yml
+++ b/metadata/com.aragaer.jtt.yml
@@ -9,15 +9,15 @@ IssueTracker: https://github.com/aragaer/jtt_android/issues
AutoName: Japanese Traditional Time
Description: |-
- A clock widget based on the traditional Japanese time
- system.
+ A clock widget based on the traditional Japanese time
+ system.
- * Widget showing the current hour (named after an animal)
- * Mapping of traditional time to local time
- * (Eventually) Alarms based on traditional time
+ * Widget showing the current hour (named after an animal)
+ * Mapping of traditional time to local time
+ * (Eventually) Alarms based on traditional time
- The sunrise and sunset times for are calculated locally by the app for the
- current location; if the device doesn't know that you can enter a manual one.
+ The sunrise and sunset times for are calculated locally by the app for the
+ current location; if the device doesn't know that you can enter a manual one.
RepoType: git
Repo: https://github.com/aragaer/jtt_android.git
diff --git a/metadata/com.ariwilson.seismowallpaper.yml b/metadata/com.ariwilson.seismowallpaper.yml
index 6d64de2d45..fecda57eda 100644
--- a/metadata/com.ariwilson.seismowallpaper.yml
+++ b/metadata/com.ariwilson.seismowallpaper.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/evilrobot69/code/issues
AutoName: Seismo Wallpaper
Description: |-
- A live wallpaper that measures anything that vibrates, shakes or moves. Seismo
- Wallpaper uses your device's accelerometer to measure movements on any axis
- with/without noise.
+ A live wallpaper that measures anything that vibrates, shakes or moves. Seismo
+ Wallpaper uses your device's accelerometer to measure movements on any axis
+ with/without noise.
RepoType: git
Repo: https://github.com/evilrobot69/code
diff --git a/metadata/com.arnaud.metronome.yml b/metadata/com.arnaud.metronome.yml
index da9dbad111..3855da7371 100644
--- a/metadata/com.arnaud.metronome.yml
+++ b/metadata/com.arnaud.metronome.yml
@@ -7,18 +7,18 @@ Changelog: https://gitlab.com/funkygoby/metronome/blob/HEAD/CHANGELOG
AutoName: Metronome
Description: |-
- A reliable metronome for Android with large BPM capabilities, able to follow a
- user-defined structure, polyrhythms and random mute. With generated or native
- sounds.
+ A reliable metronome for Android with large BPM capabilities, able to follow a
+ user-defined structure, polyrhythms and random mute. With generated or native
+ sounds.
- Features:
+ Features:
- * BPM ranging from ~ 0.2 to ~ 120000 (depends on phone)
- * management of non-integer (comma) measures
- * a regular click. If your phone can play an audio file without flinching then this metronome will be regular
- * possibility to write a complex structure (changes of metrics, equivalences, claves)
- * polyrhythms
- * random mute
+ * BPM ranging from ~ 0.2 to ~ 120000 (depends on phone)
+ * management of non-integer (comma) measures
+ * a regular click. If your phone can play an audio file without flinching then this metronome will be regular
+ * possibility to write a complex structure (changes of metrics, equivalences, claves)
+ * polyrhythms
+ * random mute
RepoType: git
Repo: https://gitlab.com/funkygoby/metronome.git
diff --git a/metadata/com.artifex.mupdf.mini.app.yml b/metadata/com.artifex.mupdf.mini.app.yml
index 107e33d324..26dadb07c8 100644
--- a/metadata/com.artifex.mupdf.mini.app.yml
+++ b/metadata/com.artifex.mupdf.mini.app.yml
@@ -8,31 +8,31 @@ IssueTracker: https://bugs.ghostscript.com/
AutoName: MuPDF mini
Description: |-
- MuPDF Mini Viewer is a minimalist Android app that uses the MuPDF library to
- view PDF, XPS, CBZ, unprotected EPUB, and FB2 documents.
+ MuPDF Mini Viewer is a minimalist Android app that uses the MuPDF library to
+ view PDF, XPS, CBZ, unprotected EPUB, and FB2 documents.
- This is a minimalist version of the MuPDF app, which focuses on reading only. It
- does not support editing annotations or filling out forms.
+ This is a minimalist version of the MuPDF app, which focuses on reading only. It
+ does not support editing annotations or filling out forms.
- The app will start with a file picker showing the contents of the external
- storage directory. Only files that it can open will be listed.
+ The app will start with a file picker showing the contents of the external
+ storage directory. Only files that it can open will be listed.
- Each document you open will start its own activity, so you can view many
- documents at once. Use the Overview system button to switch between the file
- picker and any open documents and other activities you have running.
+ Each document you open will start its own activity, so you can view many
+ documents at once. Use the Overview system button to switch between the file
+ picker and any open documents and other activities you have running.
- Tapping on the left and right side of the screen will flip to the previous and
- next pages. Tapping in the middle will bring up or hide the tool bars. A long
- tap will toggle highlighting of links. When the links are highlighted they are
- also active and tappable.
+ Tapping on the left and right side of the screen will flip to the previous and
+ next pages. Tapping in the middle will bring up or hide the tool bars. A long
+ tap will toggle highlighting of links. When the links are highlighted they are
+ also active and tappable.
- You can pinch to zoom in. When zoomed in, tapping will scroll to advance the
- next screenful of content.
+ You can pinch to zoom in. When zoomed in, tapping will scroll to advance the
+ next screenful of content.
- In the toolbar there is a button to show the table of contents, if the document
- has one. In EPUB and FB2 documents, there is also a menu item to pick the font
- size. The scrubber at the bottom allows you to quickly jump to a given page in
- the document.
+ In the toolbar there is a button to show the table of contents, if the document
+ has one. In EPUB and FB2 documents, there is also a menu item to pick the font
+ size. The scrubber at the bottom allows you to quickly jump to a given page in
+ the document.
RepoType: git
Repo: git://git.ghostscript.com/mupdf-android-viewer-mini.git
@@ -318,9 +318,9 @@ Builds:
ndk: r23c
MaintainerNotes: |-
- Upstream builds separate APKs for all target architectures supported by NDK
- (7 as of r16). We build universal APK with armeabi-v7a, arm64-v8a and x86
- support only.
+ Upstream builds separate APKs for all target architectures supported by NDK
+ (7 as of r16). We build universal APK with armeabi-v7a, arm64-v8a and x86
+ support only.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.artifex.mupdf.mini.yml b/metadata/com.artifex.mupdf.mini.yml
index e84eb4c345..a44e0fa332 100644
--- a/metadata/com.artifex.mupdf.mini.yml
+++ b/metadata/com.artifex.mupdf.mini.yml
@@ -11,20 +11,20 @@ Changelog: https://git.ghostscript.com/?p=mupdf.git;a=blob_plain;f=CHANGES;hb=HE
AutoName: MuPDF mini
Summary: Extra simple document viewer
Description: |-
- Deprecated in favor of https://f-droid.org/packages/com.artifex.mupdf.viewer.app.
+ Deprecated in favor of https://f-droid.org/packages/com.artifex.mupdf.viewer.app.
- 1.11 has multiple vulnerabilities:
+ 1.11 has multiple vulnerabilities:
- * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15587
- * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14687
- * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14686
- * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14685
+ * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15587
+ * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14687
+ * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14686
+ * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14685
- The mini version of https://f-droid.org/packages/com.artifex.mupdfdemo is designed to be an extra simple
- document viewer with no frills.
+ The mini version of https://f-droid.org/packages/com.artifex.mupdfdemo is designed to be an extra simple
+ document viewer with no frills.
- It supports the following file formats: PDF, XPS, CBZ, unprotected EPUB, and
- FB2.
+ It supports the following file formats: PDF, XPS, CBZ, unprotected EPUB, and
+ FB2.
RepoType: git
Repo: https://git.ghostscript.com/mupdf-android-viewer-mini.git
@@ -55,18 +55,18 @@ Builds:
ndk: r14b
MaintainerNotes: |-
- There's 1.12.0 tag in Git, but that's a different app with a different app ID.
+ There's 1.12.0 tag in Git, but that's a different app with a different app ID.
- The version code "bears no resemblance to the version name", however it
- follows this pattern:
- * MINOR + "1" for armeabi-v7a
- * MINOR + "2" for x86
- E.g. MuPDF mini 1.11 for x86 has version code 112 ("11" + "2").
+ The version code "bears no resemblance to the version name", however it
+ follows this pattern:
+ * MINOR + "1" for armeabi-v7a
+ * MINOR + "2" for x86
+ E.g. MuPDF mini 1.11 for x86 has version code 112 ("11" + "2").
- Documents:
- * https://www.mupdf.com/docs/how-to-build-mupdf-for-android
- * https://mupdf.com/downloads/
- * https://twiki.ghostscript.com/do/view/MuPDF/AndroidReleases
+ Documents:
+ * https://www.mupdf.com/docs/how-to-build-mupdf-for-android
+ * https://mupdf.com/downloads/
+ * https://twiki.ghostscript.com/do/view/MuPDF/AndroidReleases
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.artifex.mupdf.viewer.app.yml b/metadata/com.artifex.mupdf.viewer.app.yml
index 0415cc268f..a8806e31b5 100644
--- a/metadata/com.artifex.mupdf.viewer.app.yml
+++ b/metadata/com.artifex.mupdf.viewer.app.yml
@@ -8,9 +8,9 @@ Changelog: https://git.ghostscript.com/?p=mupdf.git;a=blob_plain;f=CHANGES;hb=HE
AutoName: MuPDF viewer
Description: |-
- MuPDF supports PDF 1.7 with transparency, encryption, hyperlinks, annotations,
- searching, form editing and more. It also reads OpenXPS and CBZ (comic book)
- documents.
+ MuPDF supports PDF 1.7 with transparency, encryption, hyperlinks, annotations,
+ searching, form editing and more. It also reads OpenXPS and CBZ (comic book)
+ documents.
RepoType: git
Repo: git://git.ghostscript.com/mupdf-android-viewer.git
@@ -324,14 +324,14 @@ Builds:
ndk: r23c
MaintainerNotes: |-
- Upstream builds separate APKs for all target architectures supported by NDK
- (5 as of r18). We build a universal APK with armeabi-v7a, arm64-v8a and x86
- support only.
+ Upstream builds separate APKs for all target architectures supported by NDK
+ (5 as of r18). We build a universal APK with armeabi-v7a, arm64-v8a and x86
+ support only.
- Documents:
- * https://www.mupdf.com/docs/how-to-build-mupdf-for-android
- * https://mupdf.com/downloads/
- * https://twiki.ghostscript.com/do/view/MuPDF/AndroidReleases
+ Documents:
+ * https://www.mupdf.com/docs/how-to-build-mupdf-for-android
+ * https://mupdf.com/downloads/
+ * https://twiki.ghostscript.com/do/view/MuPDF/AndroidReleases
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.artifex.mupdfdemo.yml b/metadata/com.artifex.mupdfdemo.yml
index 8cf8ac4982..8ab49030e7 100644
--- a/metadata/com.artifex.mupdfdemo.yml
+++ b/metadata/com.artifex.mupdfdemo.yml
@@ -11,18 +11,18 @@ Changelog: https://git.ghostscript.com/?p=mupdf.git;a=blob_plain;f=CHANGES;hb=HE
AutoName: MuPDF
Summary: Lightweight document viewer
Description: |-
- Deprecated in favor of https://f-droid.org/packages/com.artifex.mupdf.viewer.app.
+ Deprecated in favor of https://f-droid.org/packages/com.artifex.mupdf.viewer.app.
- The last version has multiple vulnerabilities:
+ The last version has multiple vulnerabilities:
- * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15587
- * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14687
- * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14686
- * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14685
+ * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-15587
+ * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14687
+ * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14686
+ * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14685
- MuPDF supports PDF 1.7 with transparency, encryption, hyperlinks, annotations,
- searching, form editing and more. It also reads OpenXPS and CBZ (comic book)
- documents.
+ MuPDF supports PDF 1.7 with transparency, encryption, hyperlinks, annotations,
+ searching, form editing and more. It also reads OpenXPS and CBZ (comic book)
+ documents.
RepoType: git
Repo: git://git.ghostscript.com/mupdf-android-viewer-old.git
@@ -490,23 +490,23 @@ Builds:
ndk: r14b
MaintainerNotes: |-
- The version code "bears no resemblance to the version name", however it
- follows this pattern:
- * MINOR + "1" for armeabi-v7a
- * MINOR + "2" for x86
- * MINOR + "3" for mips
- E.g. MuPDF 1.11 for x86 has version code 112 ("11" + "2").
+ The version code "bears no resemblance to the version name", however it
+ follows this pattern:
+ * MINOR + "1" for armeabi-v7a
+ * MINOR + "2" for x86
+ * MINOR + "3" for mips
+ E.g. MuPDF 1.11 for x86 has version code 112 ("11" + "2").
- Documents:
- * https://www.mupdf.com/docs/how-to-build-mupdf-for-android
- * https://mupdf.com/downloads/
- * https://twiki.ghostscript.com/do/view/MuPDF/AndroidReleases
+ Documents:
+ * https://www.mupdf.com/docs/how-to-build-mupdf-for-android
+ * https://mupdf.com/downloads/
+ * https://twiki.ghostscript.com/do/view/MuPDF/AndroidReleases
- Split Android and iOS viewers into separate projects:
- * mupdf-viewer-ios.git has the iOS viewer.
- * mupdf-viewer-android-old.git has the Android viewer.
- * mupdf-viewer-android-nui.git has a new advanced Android viewer.
- * mupdf-viewer-android-mini.git has a new minimalist Android viewer.
+ Split Android and iOS viewers into separate projects:
+ * mupdf-viewer-ios.git has the iOS viewer.
+ * mupdf-viewer-android-old.git has the Android viewer.
+ * mupdf-viewer-android-nui.git has a new advanced Android viewer.
+ * mupdf-viewer-android-mini.git has a new minimalist Android viewer.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.artivain.reseaudiscord.yml b/metadata/com.artivain.reseaudiscord.yml
index 2812d5bd62..fe5ca2672d 100644
--- a/metadata/com.artivain.reseaudiscord.yml
+++ b/metadata/com.artivain.reseaudiscord.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on https://rd.artivain.com/en/api
+ NonFreeNet:
+ en-US: Depends on https://rd.artivain.com/en/api
Categories:
- Internet
- Security
diff --git a/metadata/com.as.anagramsolver.yml b/metadata/com.as.anagramsolver.yml
index 92f25d76ae..593f03399c 100644
--- a/metadata/com.as.anagramsolver.yml
+++ b/metadata/com.as.anagramsolver.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/uberspot/AnagramSolver/issues
AutoName: AnagramSolver
Description: |-
- Anagram Solver finds the words that can be created with some given letters. It
- supports English, Greek, Polish and French. By default only English is enabled;
- you can enable the other languages from the settings button on top.
+ Anagram Solver finds the words that can be created with some given letters. It
+ supports English, Greek, Polish and French. By default only English is enabled;
+ you can enable the other languages from the settings button on top.
- TIP: If you long click on a search result it will search for the words
- definition online.
+ TIP: If you long click on a search result it will search for the words
+ definition online.
RepoType: git
Repo: https://github.com/uberspot/AnagramSolver.git
@@ -99,14 +99,14 @@ Builds:
- echo 'android.library.reference.3=external/storageutils' >> project.properties
MaintainerNotes: |-
- No tags, and historically no clear marking of release points in commit comments.
- Look out for binary apk changing in source repo though.
+ No tags, and historically no clear marking of release points in commit comments.
+ Look out for binary apk changing in source repo though.
- Uses git submodules for dependencies after 2.0, but the project.properties
- indicates that the developer is not actually using them, so beware of
- versioning discrepancies for those.
+ Uses git submodules for dependencies after 2.0, but the project.properties
+ indicates that the developer is not actually using them, so beware of
+ versioning discrepancies for those.
- Update: Recently using tags - maybe can switch to those for UCM if consistent.
+ Update: Recently using tags - maybe can switch to those for UCM if consistent.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.asdoi.gymwen.yml b/metadata/com.asdoi.gymwen.yml
index 3867a5d5d3..89e02a6aae 100644
--- a/metadata/com.asdoi.gymwen.yml
+++ b/metadata/com.asdoi.gymwen.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on the website of the Gymnasium Wendelstein
+ NonFreeNet:
+ en-US: Depends on the website of the Gymnasium Wendelstein
Categories:
- Internet
- Science & Education
diff --git a/metadata/com.asdoi.mebis.yml b/metadata/com.asdoi.mebis.yml
index 5bd6732128..d89141e16f 100644
--- a/metadata/com.asdoi.mebis.yml
+++ b/metadata/com.asdoi.mebis.yml
@@ -1,8 +1,7 @@
AntiFeatures:
- NonFreeNet:
- en-US: App is a wrapper for the Mebis platform, which itself is not libre.
- de: Wrapper für die bayerische Mebis Lernplattform, die selbst nicht libre
- ist.
+ NonFreeNet:
+ en-US: App is a wrapper for the Mebis platform, which itself is not libre.
+ de: Wrapper für die bayerische Mebis Lernplattform, die selbst nicht libre ist.
Categories:
- Internet
- Science & Education
diff --git a/metadata/com.aselalee.trainschedule.yml b/metadata/com.aselalee.trainschedule.yml
index fa8d95693f..03c13294b6 100644
--- a/metadata/com.aselalee.trainschedule.yml
+++ b/metadata/com.aselalee.trainschedule.yml
@@ -8,13 +8,13 @@ IssueTracker: https://github.com/aselalee/sl-train-schedule/issues
AutoName: Train Schedule
Description: |-
- A simple app to retrieve the Sri Lanka Railway train schedule by reading the
- Information and Communication Technology Agency of Sri
- Lanka's (ICTA) JSON API. The
- aim of this application is to retrieve the schedule as quickly as possible with
- minimum user interactions.
+ A simple app to retrieve the Sri Lanka Railway train schedule by reading the
+ Information and Communication Technology Agency of Sri
+ Lanka's (ICTA) JSON API. The
+ aim of this application is to retrieve the schedule as quickly as possible with
+ minimum user interactions.
- A non-free analytics library was removed.
+ A non-free analytics library was removed.
RepoType: git
Repo: https://github.com/aselalee/sl-train-schedule
diff --git a/metadata/com.asksven.betterbatterystats.yml b/metadata/com.asksven.betterbatterystats.yml
index 1e42c2ac7a..4f28e0b907 100644
--- a/metadata/com.asksven.betterbatterystats.yml
+++ b/metadata/com.asksven.betterbatterystats.yml
@@ -10,21 +10,21 @@ Changelog: https://better.asksven.io/betterbatterystats/changelog/
AutoName: BBS
Description: |-
- Find applications causing the phone to drain battery while it is supposed to be
- asleep and measure the effect of corrective actions:
+ Find applications causing the phone to drain battery while it is supposed to be
+ asleep and measure the effect of corrective actions:
- * Spot drainers based on detailed information about the root cause
- * Measure the effect of actions to reduce drain
- * Detect changes in the awake/sleep profile and quickly find the causes (rogue apps)
+ * Spot drainers based on detailed information about the root cause
+ * Measure the effect of actions to reduce drain
+ * Detect changes in the awake/sleep profile and quickly find the causes (rogue apps)
- The app displays bar graphs based on reference points as explained in the
- Getting Started section of the Help menu and it is good idea to read that if you
- want to have any chance of interpreting the information.
+ The app displays bar graphs based on reference points as explained in the
+ Getting Started section of the Help menu and it is good idea to read that if you
+ want to have any chance of interpreting the information.
- Requires root: On Android 4.4 it does. Otherwise you only need root to view
- Network or Alarm stats.
+ Requires root: On Android 4.4 it does. Otherwise you only need root to view
+ Network or Alarm stats.
- Google Analytics and Locale SDK integration were removed.
+ Google Analytics and Locale SDK integration were removed.
RepoType: git
Repo: https://github.com/asksven/BetterBatteryStats.git
diff --git a/metadata/com.asksven.betterwifionoff.yml b/metadata/com.asksven.betterwifionoff.yml
index 67040fdc11..7ac704affa 100644
--- a/metadata/com.asksven.betterwifionoff.yml
+++ b/metadata/com.asksven.betterwifionoff.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- UpstreamNonFree:
- en-US: F-Droid builds remove Google AdMob SDK and Locale plugin.
+ UpstreamNonFree:
+ en-US: F-Droid builds remove Google AdMob SDK and Locale plugin.
Categories:
- Connectivity
License: Apache-2.0
@@ -12,8 +12,8 @@ IssueTracker: https://github.com/asksven/BetterWifiOnOff/issues
AutoName: Better Wifi on/off
Description: |-
- Locale-API integration was removed to get it to build. Proprietary ad library
- was removed.
+ Locale-API integration was removed to get it to build. Proprietary ad library
+ was removed.
RepoType: git
Repo: https://github.com/asksven/BetterWifiOnOff.git
diff --git a/metadata/com.atelieryl.wonderdroid.yml b/metadata/com.atelieryl.wonderdroid.yml
index 05c6f2fd0f..fbd4cea89d 100644
--- a/metadata/com.atelieryl.wonderdroid.yml
+++ b/metadata/com.atelieryl.wonderdroid.yml
@@ -9,21 +9,21 @@ Changelog: https://github.com/williehwc/wonderdroid-x/releases
AutoName: WonderDroid X
Description: |-
- WonderDroid X, based on WonderDroid, is a WSC emulator. It comes with many
- features you'd expect, including support for both monochrome and color
- games, cartridge saves, external keyboard controls, save/load states*,
- frame skip and sharpness adjustments, and more.
+ WonderDroid X, based on WonderDroid, is a WSC emulator. It comes with many
+ features you'd expect, including support for both monochrome and color
+ games, cartridge saves, external keyboard controls, save/load states*,
+ frame skip and sharpness adjustments, and more.
- Languages/言語: English, 日本語, 繁體中文, 简体中文
+ Languages/言語: English, 日本語, 繁體中文, 简体中文
- NOTES:
+ NOTES:
- * No games are bundled with the emulator.
- * WonderDroid X is not officially supported on tablet devices.
- * This project is not affiliated with or licensed by BANDAI Co., Ltd.
- * Android is a trademark of Google LLC.
+ * No games are bundled with the emulator.
+ * WonderDroid X is not officially supported on tablet devices.
+ * This project is not affiliated with or licensed by BANDAI Co., Ltd.
+ * Android is a trademark of Google LLC.
- * Save/load states is an experimental feature that's currently being rolled out.
+ * Save/load states is an experimental feature that's currently being rolled out.
RepoType: git
Repo: https://github.com/williehwc/wonderdroid-x.git
@@ -38,7 +38,7 @@ Builds:
rm:
- app/libs
prebuild: sed -i -e "s|files('libs/commons-io-2.1.jar')|'commons-io:commons-io:2.1'|"
- build.gradle
+ build.gradle
scandelete:
- app/src/main/jniLibs/
build:
diff --git a/metadata/com.ath0.rpn.yml b/metadata/com.ath0.rpn.yml
index 968915d8b7..29112b781d 100644
--- a/metadata/com.ath0.rpn.yml
+++ b/metadata/com.ath0.rpn.yml
@@ -9,13 +9,13 @@ IssueTracker: https://github.com/lpar/RPN/issues
AutoName: RPN
Description: |-
- Simple fixed-point decimal arithmetic, Reverse Polish Notation calculator. RPN
- calculators may be in the minority but they are easy to learn and very
- efficient. The idea is that the operator follows the operands, so that instead
- of typing 2 + 2 =, one types 2 enter 2 enter +. The left arrow either deletes
- the last digit or drops the last item from the stack. The up arrow show a few
- other functions such as setting the number of decimal points, swapping items on
- the stack and the use of exponents.
+ Simple fixed-point decimal arithmetic, Reverse Polish Notation calculator. RPN
+ calculators may be in the minority but they are easy to learn and very
+ efficient. The idea is that the operator follows the operands, so that instead
+ of typing 2 + 2 =, one types 2 enter 2 enter +. The left arrow either deletes
+ the last digit or drops the last item from the stack. The up arrow show a few
+ other functions such as setting the number of decimal points, swapping items on
+ the stack and the use of exponents.
RepoType: git
Repo: https://github.com/lpar/RPN.git
diff --git a/metadata/com.atop.yml b/metadata/com.atop.yml
index 7e746964d5..2b5bd7054a 100644
--- a/metadata/com.atop.yml
+++ b/metadata/com.atop.yml
@@ -8,8 +8,8 @@ Bitcoin: 15G2T13emQnJRMvA74Zr6Q71bBcaYBn71v
Litecoin: LKJ3DP3f59QE9zUbqUivPT36uwC9MqR745
Description: |
- A reddit-like app.
- Run your own server: https://github.com/HassanHeydariNasab/atop-python
+ A reddit-like app.
+ Run your own server: https://github.com/HassanHeydariNasab/atop-python
RepoType: git
Repo: https://github.com/HassanHeydariNasab/atop-react-native.git
diff --git a/metadata/com.atr.tedit.yml b/metadata/com.atr.tedit.yml
index 611ce873f1..589f7cecc9 100644
--- a/metadata/com.atr.tedit.yml
+++ b/metadata/com.atr.tedit.yml
@@ -21,7 +21,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 2.1.1
versionCode: 7
@@ -30,7 +30,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 2.1.2
versionCode: 8
@@ -39,7 +39,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 2.1.3
versionCode: 9
@@ -48,7 +48,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 2.1.5
versionCode: 11
@@ -57,7 +57,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 2.2.1
versionCode: 13
@@ -66,7 +66,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 2.3.0
versionCode: 14
@@ -75,7 +75,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 2.4.1
versionCode: 16
@@ -84,7 +84,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 2.4.2
versionCode: 17
@@ -93,7 +93,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 2.4.3
versionCode: 18
@@ -102,7 +102,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 2.4.4
versionCode: 19
@@ -111,7 +111,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 2.5.1
versionCode: 21
@@ -120,7 +120,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 2.6.0
versionCode: 22
@@ -129,7 +129,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 2.6.1
versionCode: 23
@@ -138,7 +138,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 2.7.0
versionCode: 24
@@ -147,7 +147,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 3.0.0
versionCode: 25
@@ -156,7 +156,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 3.0.1
versionCode: 26
@@ -165,7 +165,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 3.0.2
versionCode: 27
@@ -174,7 +174,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta3/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.aurora.adroid.yml b/metadata/com.aurora.adroid.yml
index 30270b28a7..1fd12d6b8f 100644
--- a/metadata/com.aurora.adroid.yml
+++ b/metadata/com.aurora.adroid.yml
@@ -11,16 +11,16 @@ Donate: https://www.paypal.me/whyorean
AutoName: Aurora Droid
Description: |-
- NOTE: App is no longer maintained.
+ NOTE: App is no longer maintained.
- An alternative to the default F-Droid app with an intuitive UI and
- multiple great features, such as
+ An alternative to the default F-Droid app with an intuitive UI and
+ multiple great features, such as
- * Many repos listed and can be enabled
- * Beautiful design - Follows latest Material Design guidelines
- * Powerful download manager - Pause, resume and retry downloading apps
- * Previous releases - Enables downloading old releases
- * Lists architectures (arm, arm64 ...) and minimal Android versions
+ * Many repos listed and can be enabled
+ * Beautiful design - Follows latest Material Design guidelines
+ * Powerful download manager - Pause, resume and retry downloading apps
+ * Previous releases - Enables downloading old releases
+ * Lists architectures (arm, arm64 ...) and minimal Android versions
RepoType: git
Repo: https://gitlab.com/AuroraOSS/auroradroid.git
diff --git a/metadata/com.aurora.corona.yml b/metadata/com.aurora.corona.yml
index a109b0057b..c747ae0c31 100644
--- a/metadata/com.aurora.corona.yml
+++ b/metadata/com.aurora.corona.yml
@@ -13,12 +13,12 @@ Liberapay: whyorean
AutoName: Corona Stats
Description: |-
- A statistics app to provide details about the Corona outbreak in India
+ A statistics app to provide details about the Corona outbreak in India
- * Free / Libre software
- * Daily Report
- * State-wise reports
- * Graphical Stats
+ * Free / Libre software
+ * Daily Report
+ * State-wise reports
+ * Graphical Stats
RepoType: git
Repo: https://gitlab.com/AuroraOSS/CoronaStats.git
diff --git a/metadata/com.aurora.store.yml b/metadata/com.aurora.store.yml
index 46fdf8b29f..d4ceb399fd 100644
--- a/metadata/com.aurora.store.yml
+++ b/metadata/com.aurora.store.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Google Play Store website.
+ NonFreeNet:
+ en-US: Depends on Google Play Store website.
Categories:
- System
License: GPL-3.0-or-later
@@ -306,8 +306,8 @@ Builds:
- yes
MaintainerNotes: |
- Manually updated temporarily. Want to build all versions, but only
- mark them as current after some testing.
+ Manually updated temporarily. Want to build all versions, but only
+ mark them as current after some testing.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.averi.worldscribe.yml b/metadata/com.averi.worldscribe.yml
index f2ddc4017b..df98c87434 100644
--- a/metadata/com.averi.worldscribe.yml
+++ b/metadata/com.averi.worldscribe.yml
@@ -9,24 +9,24 @@ Changelog: https://github.com/MarquisLP/World-Scribe/releases
AutoName: World Scribe
Description: |-
- Ever wanted to create a fictional setting — for your next novel, comic,
- screenplay, or what-have-you — but find it difficult to keep everything
- organized?
+ Ever wanted to create a fictional setting — for your next novel, comic,
+ screenplay, or what-have-you — but find it difficult to keep everything
+ organized?
- World Scribe eases the creation process by letting you keep track of every
- important element in your world, including the ways in which they're connected.
+ World Scribe eases the creation process by letting you keep track of every
+ important element in your world, including the ways in which they're connected.
- Whether you're a novelist, hobby writer, or role-player, World Scribe is an
- indispensable tool for making your settings more than just fiction. Bring your
- world to life today!
+ Whether you're a novelist, hobby writer, or role-player, World Scribe is an
+ indispensable tool for making your settings more than just fiction. Bring your
+ world to life today!
- Features:
+ Features:
- * World elements — known as Articles — are organized into five categories for your convenience: People (your colorful cast of characters), groups (people united by blood, race, or a driving motivation), places (the varied locales and vistas your world has to offer), items (gadgets, important artifacts, and various belongings), concepts (definitions for world-specific ideas like magic systems, religions, and superpowers).
- * Any Article can possess Connections to other Articles, complete with relationship descriptions. Each Connection also acts as a link to that Article's page. Need to find a characters siblings, or the ancient artifacts on their person? You can navigate to each of them straight from that character's page.
- * Any Article can also possess Snippets, which are custom text entries unique to that Article. Want to write down an important letter or speech from one of your characters? How about a song or poem warning of a dangerous location in the world? The possibilities are endless!
- * Everything you write is stored in simple text files, so feel free to export your worlds at any time and use them in other writing projects. You can find them in the "WorldScribe" folder on your phone's external storage.
- * Have a Dropbox account? You can backup each of your worlds to your Dropbox account for easy exporting and added safety (in case the Dark Lord seizes your device). To backup, just select the "Backup to Dropbox" option from the overflow menu at any time.
+ * World elements — known as Articles — are organized into five categories for your convenience: People (your colorful cast of characters), groups (people united by blood, race, or a driving motivation), places (the varied locales and vistas your world has to offer), items (gadgets, important artifacts, and various belongings), concepts (definitions for world-specific ideas like magic systems, religions, and superpowers).
+ * Any Article can possess Connections to other Articles, complete with relationship descriptions. Each Connection also acts as a link to that Article's page. Need to find a characters siblings, or the ancient artifacts on their person? You can navigate to each of them straight from that character's page.
+ * Any Article can also possess Snippets, which are custom text entries unique to that Article. Want to write down an important letter or speech from one of your characters? How about a song or poem warning of a dangerous location in the world? The possibilities are endless!
+ * Everything you write is stored in simple text files, so feel free to export your worlds at any time and use them in other writing projects. You can find them in the "WorldScribe" folder on your phone's external storage.
+ * Have a Dropbox account? You can backup each of your worlds to your Dropbox account for easy exporting and added safety (in case the Dark Lord seizes your device). To backup, just select the "Backup to Dropbox" option from the overflow menu at any time.
RepoType: git
Repo: https://github.com/MarquisLP/World-Scribe
diff --git a/metadata/com.axelby.podax.yml b/metadata/com.axelby.podax.yml
index 917ee5de6d..23a8d109ff 100644
--- a/metadata/com.axelby.podax.yml
+++ b/metadata/com.axelby.podax.yml
@@ -10,21 +10,21 @@ IssueTracker: https://github.com/thasmin/Podax/issues
AutoName: Podax
Summary: Podcast downloader and player
Description: |-
- NOTE: This app is no longer maintained.
+ NOTE: This app is no longer maintained.
- It automatically downloads new podcasts on an RSS feed and has a widget for easy
- control.
+ It automatically downloads new podcasts on an RSS feed and has a widget for easy
+ control.
- Features include:
+ Features include:
- * keeping a list of subscriptions
- * downloading new podcasts when they are available
- * importing subscriptions from OPML
- * two widgets for easy pausing and resuming
- * discover popular podcasts from other Podax listeners
+ * keeping a list of subscriptions
+ * downloading new podcasts when they are available
+ * importing subscriptions from OPML
+ * two widgets for easy pausing and resuming
+ * discover popular podcasts from other Podax listeners
- (note: some versions earlier than 6.02 had the Tracking antifeature, but
- versions from 6.02 onwards don't)
+ (note: some versions earlier than 6.02 had the Tracking antifeature, but
+ versions from 6.02 onwards don't)
RepoType: git
Repo: https://github.com/thasmin/Podax.git
@@ -115,10 +115,10 @@ Builds:
ndk: r12b
MaintainerNotes: |-
- * 7.06: Upstream moved all dependencies but volley.jar to gradle; don't use tag due to a last-minute change.
- * 7.05: Assuming jars are okay since no change from 6.2.
- * Pinged upstream to pull all dependencies from maven central; set AUM when done.
- * 2021-03-11: disable several older builds (15-38), see https://gitlab.com/fdroid/fdroiddata/-/issues/2294
+ * 7.06: Upstream moved all dependencies but volley.jar to gradle; don't use tag due to a last-minute change.
+ * 7.05: Assuming jars are okay since no change from 6.2.
+ * Pinged upstream to pull all dependencies from maven central; set AUM when done.
+ * 2021-03-11: disable several older builds (15-38), see https://gitlab.com/fdroid/fdroiddata/-/issues/2294
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.bagaturchess.yml b/metadata/com.bagaturchess.yml
index f3a8e28038..613545af87 100644
--- a/metadata/com.bagaturchess.yml
+++ b/metadata/com.bagaturchess.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- Ads:
- en-US: contains self-served ads
- NonFreeNet:
- en-US: connections to Google (Fonts) and Youtube caused by the ads
+ Ads:
+ en-US: contains self-served ads
+ NonFreeNet:
+ en-US: connections to Google (Fonts) and Youtube caused by the ads
Categories:
- Games
- Sports & Health
@@ -45,8 +45,8 @@ Builds:
- yes
MaintainerNotes: |-
- * Ads: contains self-served ads
- * NonFreeNet: connections to Google (Fonts) and Youtube caused by the ads
+ * Ads: contains self-served ads
+ * NonFreeNet: connections to Google (Fonts) and Youtube caused by the ads
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.bald.uriah.baldphone.yml b/metadata/com.bald.uriah.baldphone.yml
index a9dbe5e37a..cf3a99ce50 100644
--- a/metadata/com.bald.uriah.baldphone.yml
+++ b/metadata/com.bald.uriah.baldphone.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- Tracking:
- en-US: Baldphone uses ACRA with handleSilentException, i.e. sending crash-reports
- without asking for consent. Opt-Out is possible, though.
+ Tracking:
+ en-US: Baldphone uses ACRA with handleSilentException, i.e. sending crash-reports
+ without asking for consent. Opt-Out is possible, though.
Categories:
- System
License: Apache-2.0
@@ -166,8 +166,8 @@ Builds:
- fDroid
MaintainerNotes: Baldphone uses ACRA with handleSilentException(), i.e. sending crash-reports
- without asking for consent. Opt-out is possible, but by default this is turned
- on, see https://github.com/UriahShaulMandel/BaldPhone/issues/935
+ without asking for consent. Opt-out is possible, but by default this is turned on,
+ see https://github.com/UriahShaulMandel/BaldPhone/issues/935
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.banasiak.coinflip.yml b/metadata/com.banasiak.coinflip.yml
index d43e0df8f6..b278326a92 100644
--- a/metadata/com.banasiak.coinflip.yml
+++ b/metadata/com.banasiak.coinflip.yml
@@ -10,10 +10,10 @@ IssueTracker: https://github.com/banasiak/CoinFlip/issues
AutoName: Coin Flip
Description: |-
- See https://f-droid.org/packages/com.banasiak.coinflipext.example for extra coins.
+ See https://f-droid.org/packages/com.banasiak.coinflipext.example for extra coins.
- Newer versions of this app are available elsewhere, but have properietary
- dependencies.
+ Newer versions of this app are available elsewhere, but have properietary
+ dependencies.
RepoType: git
Repo: https://github.com/banasiak/CoinFlip.git
diff --git a/metadata/com.banasiak.coinflipext.example.yml b/metadata/com.banasiak.coinflipext.example.yml
index b960bbae95..32ad7e2b98 100644
--- a/metadata/com.banasiak.coinflipext.example.yml
+++ b/metadata/com.banasiak.coinflipext.example.yml
@@ -9,10 +9,10 @@ IssueTracker: https://github.com/banasiak/CoinFlipExtExample/issues
Name: Coin Flip Addon
AutoName: Coin Flip Example Add-on
Description: |-
- Get different coins by installing this and choosing one of the new coins in the
- https://f-droid.org/packages/com.banasiak.coinflip settings.
+ Get different coins by installing this and choosing one of the new coins in the
+ https://f-droid.org/packages/com.banasiak.coinflip settings.
- Use the template on the source code page to create your own coins.
+ Use the template on the source code page to create your own coins.
RepoType: git
Repo: https://github.com/banasiak/CoinFlipExtExample.git
diff --git a/metadata/com.bec3.diolite.yml b/metadata/com.bec3.diolite.yml
index 32515f2952..3903c4dd84 100644
--- a/metadata/com.bec3.diolite.yml
+++ b/metadata/com.bec3.diolite.yml
@@ -8,13 +8,13 @@ IssueTracker: https://framagit.org/bec3/Diolite-android/issues
AutoName: DioLite
Summary: Client for BeC3
Description: |-
- This app has been superseded by https://f-droid.org/packages/com.bec3.mobilite.
+ This app has been superseded by https://f-droid.org/packages/com.bec3.mobilite.
- A client for BeC3, an IoT connectivity solution. It aims to
- include Android devices in the IoT network.
+ A client for BeC3, an IoT connectivity solution. It aims to
+ include Android devices in the IoT network.
- SECURITY WARNING: This application uses an insecure HTTP connection to exchange
- login information with the server.
+ SECURITY WARNING: This application uses an insecure HTTP connection to exchange
+ login information with the server.
RepoType: git
Repo: https://framagit.org/bec3/Diolite-android.git
diff --git a/metadata/com.bec3.mobilite.yml b/metadata/com.bec3.mobilite.yml
index 37437e3b4b..cd8a16dad3 100644
--- a/metadata/com.bec3.mobilite.yml
+++ b/metadata/com.bec3.mobilite.yml
@@ -9,11 +9,11 @@ IssueTracker: https://framagit.org/bec3/Diolite-android/issues
AutoName: DioLite
Description: |-
- A client for BeC3, an IoT connectivity solution. It aims to
- include Android devices in the IoT network.
+ A client for BeC3, an IoT connectivity solution. It aims to
+ include Android devices in the IoT network.
- SECURITY WARNING: This application uses an insecure HTTP connection to exchange
- login information with the server.
+ SECURITY WARNING: This application uses an insecure HTTP connection to exchange
+ login information with the server.
RepoType: git
Repo: https://framagit.org/bec3/Diolite-android.git
diff --git a/metadata/com.beem.project.beem.yml b/metadata/com.beem.project.beem.yml
index e29113bc7c..a21a33afbb 100644
--- a/metadata/com.beem.project.beem.yml
+++ b/metadata/com.beem.project.beem.yml
@@ -10,10 +10,10 @@ FlattrID: '379457'
AutoName: Beem
Description: |-
- Beem is an XMPP (Jabber) client. Supports SASL, Proxy, DNS SRV, and OTR.
+ Beem is an XMPP (Jabber) client. Supports SASL, Proxy, DNS SRV, and OTR.
- It's possible to quickly sign up for an XMPP account on any one of 50-or-so
- servers from within the app itself.
+ It's possible to quickly sign up for an XMPP account on any one of 50-or-so
+ servers from within the app itself.
RepoType: hg
Repo: http://www.beem-project.com/hg/trunk
diff --git a/metadata/com.benny.openlauncher.yml b/metadata/com.benny.openlauncher.yml
index e0a97319d6..c0c726576b 100644
--- a/metadata/com.benny.openlauncher.yml
+++ b/metadata/com.benny.openlauncher.yml
@@ -7,18 +7,18 @@ Changelog: https://github.com/OpenLauncherTeam/openlauncher/blob/HEAD/CHANGELOG.
AutoName: OpenLauncher
Description: |-
- Launcher that aims to be a powerful and community driven project.
+ Launcher that aims to be a powerful and community driven project.
- Features:
+ Features:
- * Paged desktop
- * Scrollable background
- * Paged app drawer
- * Vertical app drawer
- * Search bar
- * Custom icon packs
+ * Paged desktop
+ * Scrollable background
+ * Paged app drawer
+ * Vertical app drawer
+ * Search bar
+ * Custom icon packs
- Note: The project is not in active development!
+ Note: The project is not in active development!
RepoType: git
Repo: https://github.com/OpenLauncherTeam/openlauncher
@@ -31,7 +31,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: alpha3
versionCode: 8
@@ -40,7 +40,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 0.3.1
versionCode: 9
diff --git a/metadata/com.bernaferrari.changedetection.yml b/metadata/com.bernaferrari.changedetection.yml
index 1a87adb66f..2d83d516e9 100644
--- a/metadata/com.bernaferrari.changedetection.yml
+++ b/metadata/com.bernaferrari.changedetection.yml
@@ -8,13 +8,13 @@ IssueTracker: https://github.com/bernaferrari/ChangeDetection/issues
AutoName: Change Detection
Description: |-
- Change Detection tracks changes on websites you otherwise would visit
- frequently to see if there is something new. Use cases:
+ Change Detection tracks changes on websites you otherwise would visit
+ frequently to see if there is something new. Use cases:
- * Teacher says grades will be published "soon", but no one knows what "soon" means and you are tired of reloading.
- * You are working with a server and wants to know the result from a request, periodically.
- * You are waiting for updates on an Exam, like if something was postponed or updated.
- * You want to monitor the Dagger documentation to see when Thermosiphon's explanation improves.
+ * Teacher says grades will be published "soon", but no one knows what "soon" means and you are tired of reloading.
+ * You are working with a server and wants to know the result from a request, periodically.
+ * You are waiting for updates on an Exam, like if something was postponed or updated.
+ * You want to monitor the Dagger documentation to see when Thermosiphon's explanation improves.
RepoType: git
Repo: https://github.com/bernaferrari/ChangeDetection
diff --git a/metadata/com.bernaferrari.sdkmonitor.yml b/metadata/com.bernaferrari.sdkmonitor.yml
index 499f4c3f30..cd553104a3 100644
--- a/metadata/com.bernaferrari.sdkmonitor.yml
+++ b/metadata/com.bernaferrari.sdkmonitor.yml
@@ -6,13 +6,13 @@ IssueTracker: https://github.com/bernaferrari/SDKMonitor/issues
AutoName: SDK Monitor
Description: |-
- This app tracks changes on targetSDK from your apps. Starting November 1st,
- 2018, Google is requiring all app updates to target at least 26 (28 is the
- latest).
+ This app tracks changes on targetSDK from your apps. Starting November 1st,
+ 2018, Google is requiring all app updates to target at least 26 (28 is the
+ latest).
- The idea behind this project was to make it easy to see the apps which are
- "voluntarily" being updated regularly, and the ones that are resisting
- until the last second.
+ The idea behind this project was to make it easy to see the apps which are
+ "voluntarily" being updated regularly, and the ones that are resisting
+ until the last second.
RepoType: git
Repo: https://github.com/bernaferrari/SDKMonitor
diff --git a/metadata/com.better.alarm.yml b/metadata/com.better.alarm.yml
index 2a899d5dd8..f45ff7d565 100644
--- a/metadata/com.better.alarm.yml
+++ b/metadata/com.better.alarm.yml
@@ -9,8 +9,8 @@ Changelog: https://github.com/yuriykulikov/AlarmClock/commits/develop
AutoName: Simple Alarm Clock
Description: |-
- Smart alarm clock that includes many improvements over the stock alarm clock. It
- does not have any extra features such as dock mode or a world clock.
+ Smart alarm clock that includes many improvements over the stock alarm clock. It
+ does not have any extra features such as dock mode or a world clock.
RepoType: git
Repo: https://github.com/yuriykulikov/AlarmClock
diff --git a/metadata/com.biglybt.android.client.yml b/metadata/com.biglybt.android.client.yml
index c11dde70dc..7346ea31f2 100644
--- a/metadata/com.biglybt.android.client.yml
+++ b/metadata/com.biglybt.android.client.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: Connects to *.biglybt.com and searches through google.com
- Tracking:
- en-US: Connects to version.biglybt.com at start
+ NonFreeNet:
+ en-US: Connects to *.biglybt.com and searches through google.com
+ Tracking:
+ en-US: Connects to version.biglybt.com at start
Categories:
- Internet
License: GPL-2.0-or-later
diff --git a/metadata/com.bijoysingh.quicknote.yml b/metadata/com.bijoysingh.quicknote.yml
index 8b662c8346..ee44046aea 100644
--- a/metadata/com.bijoysingh.quicknote.yml
+++ b/metadata/com.bijoysingh.quicknote.yml
@@ -10,27 +10,27 @@ Changelog: https://github.com/BijoySingh/Scarlet-Notes/releases
AutoName: Scarlet Notes FD
Description: |-
- Material Notes offers a simple no hassle interface for adding notes in a
- beautiful material design. It works completely offline, offers rich notes with
- lists, headings, quotes and more.
+ Material Notes offers a simple no hassle interface for adding notes in a
+ beautiful material design. It works completely offline, offers rich notes with
+ lists, headings, quotes and more.
- * Offline by Default: Don't like companies storing your data, no problem this note app can be used offline.
- * Optional Cloud Sync: Optionally sync notes accross devices.
- * Rich Note Input: Add rich notes - lists, headings, quotes and more.
- * Tags: Add tags to your notes and find them easily
- * Markdown Support: The text elements have markdown support
- * Choice of Grid / List layouts
- * Simple UX: Simplistic and straight forward UI.
- * Archived, Favourites, and more
- * Set color to your notes
- * Night Mode: view notes in night mode, for your eyes and screens
- * Lock Notes: lock the notes with a pincode
- * Reminders: Add reminders for your notes
- * Power Search: Powerful and smooth search experience within app
- * Ad Free: Now and always ad-free.
- * Floating Heads: Quickly take notes while doing other stuff.
- * Pinning and Sorting Notes
- * Widget Support
+ * Offline by Default: Don't like companies storing your data, no problem this note app can be used offline.
+ * Optional Cloud Sync: Optionally sync notes accross devices.
+ * Rich Note Input: Add rich notes - lists, headings, quotes and more.
+ * Tags: Add tags to your notes and find them easily
+ * Markdown Support: The text elements have markdown support
+ * Choice of Grid / List layouts
+ * Simple UX: Simplistic and straight forward UI.
+ * Archived, Favourites, and more
+ * Set color to your notes
+ * Night Mode: view notes in night mode, for your eyes and screens
+ * Lock Notes: lock the notes with a pincode
+ * Reminders: Add reminders for your notes
+ * Power Search: Powerful and smooth search experience within app
+ * Ad Free: Now and always ad-free.
+ * Floating Heads: Quickly take notes while doing other stuff.
+ * Pinning and Sorting Notes
+ * Widget Support
RepoType: git
Repo: https://github.com/BijoySingh/Scarlet-Notes
diff --git a/metadata/com.bikodbg.sharetopinboard.yml b/metadata/com.bikodbg.sharetopinboard.yml
index 0e9b21e553..f8fd11f49b 100644
--- a/metadata/com.bikodbg.sharetopinboard.yml
+++ b/metadata/com.bikodbg.sharetopinboard.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: The Pinboard service itself is not libre.
+ NonFreeNet:
+ en-US: The Pinboard service itself is not libre.
Categories:
- Internet
License: Apache-2.0
diff --git a/metadata/com.biotstoiq.cryptix.yml b/metadata/com.biotstoiq.cryptix.yml
index 06f5b163cd..180cb39e68 100644
--- a/metadata/com.biotstoiq.cryptix.yml
+++ b/metadata/com.biotstoiq.cryptix.yml
@@ -14,19 +14,19 @@ Bitcoin: bc1qp7668qpa9kfq2r36t7lwzkrud2hzmdvvdmvfq0
Name: Cryptix
AutoName: Cryptix
Description: |-
- NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
+ NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
- a minimalist unit/code converter
+ a minimalist unit/code converter
- cryptix is a simple, functional, and efficient unit convertion software.
+ cryptix is a simple, functional, and efficient unit convertion software.
- features:
- * 440+ units, 35+ quantites,
- * csv input support,
- * works offline,
- * no permissions required,
- * ultra-fast and efficient,
- * dark theme.
+ features:
+ * 440+ units, 35+ quantites,
+ * csv input support,
+ * works offline,
+ * no permissions required,
+ * ultra-fast and efficient,
+ * dark theme.
RepoType: git
Repo: https://gitlab.com/biotstoiq/cryptix.git
diff --git a/metadata/com.blacksquircle.ui.yml b/metadata/com.blacksquircle.ui.yml
index 0d1d8cc5e5..f6c7e84ddd 100644
--- a/metadata/com.blacksquircle.ui.yml
+++ b/metadata/com.blacksquircle.ui.yml
@@ -40,7 +40,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e 's|https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/|https://jitpack.io|'
- ../gradle/publish.gradle
+ ../gradle/publish.gradle
- versionName: 2022.1.0
versionCode: 10009
@@ -53,7 +53,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e 's|https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/|https://jitpack.io|'
- ../gradle/publish.gradle
+ ../gradle/publish.gradle
- versionName: 2022.1.1
versionCode: 10010
@@ -66,7 +66,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e 's|https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/|https://jitpack.io|'
- ../gradle/publish.gradle
+ ../gradle/publish.gradle
- versionName: 2022.1.2
versionCode: 10011
@@ -79,7 +79,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e 's|https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/|https://jitpack.io|'
- ../gradle/publish.gradle
+ ../gradle/publish.gradle
- versionName: 2022.2.0
versionCode: 10012
@@ -92,7 +92,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e 's|https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/|https://jitpack.io|'
- ../gradle/publish.gradle
+ ../gradle/publish.gradle
- versionName: 2022.2.1
versionCode: 10013
@@ -105,7 +105,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e 's|https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/|https://jitpack.io|'
- ../gradle/publish.gradle
+ ../gradle/publish.gradle
- versionName: 2023.1.0
versionCode: 10014
@@ -114,7 +114,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e 's|https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/|https://jitpack.io|'
- ../gradle/publish.gradle
+ ../gradle/publish.gradle
- versionName: 2023.1.1
versionCode: 10015
@@ -123,7 +123,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e 's|https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/|https://jitpack.io|'
- ../gradle/publish.gradle
+ ../gradle/publish.gradle
- versionName: 2023.1.2
versionCode: 10016
@@ -133,7 +133,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e 's|https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/|https://jitpack.io|'
- ../gradle/publish.gradle
+ ../gradle/publish.gradle
- versionName: 2023.1.3
versionCode: 10017
@@ -143,7 +143,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e 's|https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/|https://jitpack.io|'
- ../gradle/publish.gradle
+ ../gradle/publish.gradle
- versionName: 2023.1.4
versionCode: 10018
@@ -159,7 +159,7 @@ Builds:
rm:
- filesystems/filesystem-sftp/libs/bcprov-jdk18on-172.jar
prebuild: sed -i -e "s!implementation files(\"libs/bcprov-jdk18on-172.jar\")!implementation
- 'org.bouncycastle:bcprov-jdk18on:1.72'!" ../filesystems/filesystem-sftp/build.gradle
+ 'org.bouncycastle:bcprov-jdk18on:1.72'!" ../filesystems/filesystem-sftp/build.gradle
- versionName: 2023.1.5
versionCode: 10019
@@ -177,12 +177,12 @@ Builds:
- build-logic
MaintainerNotes: |-
- Both app and library gets tagged, so
- we're only looking for 0000.00.00
- tag schema.
+ Both app and library gets tagged, so
+ we're only looking for 0000.00.00
+ tag schema.
- Squircle was rebranded from Brackeys (com.brackeys.ui), see
- https://github.com/massivemadness/Squircle-IDE/pull/29#issuecomment-844784646
+ Squircle was rebranded from Brackeys (com.brackeys.ui), see
+ https://github.com/massivemadness/Squircle-IDE/pull/29#issuecomment-844784646
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9]{4}\.[0-9]{1,2}\.[0-9]{1,2}$
diff --git a/metadata/com.blazecode.tsviewer.yml b/metadata/com.blazecode.tsviewer.yml
index 9919e65f7b..284c961627 100644
--- a/metadata/com.blazecode.tsviewer.yml
+++ b/metadata/com.blazecode.tsviewer.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on proprietary TeamSpeak server.
+ NonFreeNet:
+ en-US: Depends on proprietary TeamSpeak server.
Categories:
- Connectivity
- Internet
diff --git a/metadata/com.bleyl.recurrence.yml b/metadata/com.bleyl.recurrence.yml
index f3f2df8bf4..3e48131ae2 100644
--- a/metadata/com.bleyl.recurrence.yml
+++ b/metadata/com.bleyl.recurrence.yml
@@ -8,17 +8,17 @@ IssueTracker: https://github.com/jonasbleyl/Recurrence/issues
AutoName: Recurrence
Description: |-
- Note: This app is no longer maintained.
+ Note: This app is no longer maintained.
- Get reminded about notifications.
+ Get reminded about notifications.
- Features:
+ Features:
- * Repeat reminders daily, weekly, monthly or even yearly.
- * Decide exactly how many times you want a notification to appear.
- * Snooze notifications to have them remind you again at a later time.
- * View all of your upcoming and previous notification reminders.
- * Add icons and colors to your notifications.
+ * Repeat reminders daily, weekly, monthly or even yearly.
+ * Decide exactly how many times you want a notification to appear.
+ * Snooze notifications to have them remind you again at a later time.
+ * View all of your upcoming and previous notification reminders.
+ * Add icons and colors to your notifications.
RepoType: git
Repo: https://github.com/jonasbleyl/Recurrence
@@ -80,7 +80,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'ExtraTranslation' } }" >>
- build.gradle
+ build.gradle
- versionName: 1.4.2
versionCode: 23
diff --git a/metadata/com.blippex.app.yml b/metadata/com.blippex.app.yml
index 92bd39655e..0927dba460 100644
--- a/metadata/com.blippex.app.yml
+++ b/metadata/com.blippex.app.yml
@@ -7,9 +7,9 @@ IssueTracker: https://github.com/blippex/blippex_android_app/issues
AutoName: blippex
Description: |-
- Searches Blippex, a search engine which allow the community to rank websites
- based on how long they spend there among other things. There are extensions for
- many or the desktop browsers.
+ Searches Blippex, a search engine which allow the community to rank websites
+ based on how long they spend there among other things. There are extensions for
+ many or the desktop browsers.
RepoType: git
Repo: https://github.com/blippex/blippex_android_app.git
diff --git a/metadata/com.blntsoft.emailpopup.yml b/metadata/com.blntsoft.emailpopup.yml
index a439912f77..56b2d385f5 100644
--- a/metadata/com.blntsoft.emailpopup.yml
+++ b/metadata/com.blntsoft.emailpopup.yml
@@ -8,10 +8,10 @@ IssueTracker: https://github.com/baolongnt/EmailPopup/issues
AutoName: Email Popup
Description: |-
- You can select how long the popup stays on & configure the app to filter out
- emails so that only the important ones do popup.
+ You can select how long the popup stays on & configure the app to filter out
+ emails so that only the important ones do popup.
- A proprietary crash reporting library was removed.
+ A proprietary crash reporting library was removed.
RepoType: git
Repo: https://github.com/baolongnt/EmailPopup.git
diff --git a/metadata/com.blogspot.e_kanivets.moneytracker.yml b/metadata/com.blogspot.e_kanivets.moneytracker.yml
index e7341bb009..a700305f7a 100644
--- a/metadata/com.blogspot.e_kanivets.moneytracker.yml
+++ b/metadata/com.blogspot.e_kanivets.moneytracker.yml
@@ -36,7 +36,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: 2.1.4
versionCode: 36
@@ -49,7 +49,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: 2.1.5
versionCode: 37
@@ -62,7 +62,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: 2.2.0
versionCode: 38
@@ -71,7 +71,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' build.gradle
- ../build.gradle
+ ../build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.blogspot.tonyatkins.freespeech.yml b/metadata/com.blogspot.tonyatkins.freespeech.yml
index ef2fe19af3..8d00e66855 100644
--- a/metadata/com.blogspot.tonyatkins.freespeech.yml
+++ b/metadata/com.blogspot.tonyatkins.freespeech.yml
@@ -6,11 +6,11 @@ SourceCode: https://bitbucket-archive.softwareheritage.org/projects/du/duhrer/fr
AutoName: Free Speech
Description: |-
- Free Speech is a sound board for people who have problems speaking. When you
- press a button, a sound is played. You can use recorded sounds, record new
- sounds, or generate sounds using the text-to-speech (TTS) built-into Android.
- Free Speech is an augmentative and alternative communication (AAC) program that
- provides a low-cost alternative to dedicated speech generating devices (SGD).
+ Free Speech is a sound board for people who have problems speaking. When you
+ press a button, a sound is played. You can use recorded sounds, record new
+ sounds, or generate sounds using the text-to-speech (TTS) built-into Android.
+ Free Speech is an augmentative and alternative communication (AAC) program that
+ provides a low-cost alternative to dedicated speech generating devices (SGD).
Builds:
- versionName: '1.17'
@@ -45,7 +45,7 @@ Builds:
- yes
MaintainerNotes: Original license is BSD-2-Clause-FreeBSD, which was deprecated by
- FreeBSD itself
+ FreeBSD itself
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.bmco.cratesiounofficial.yml b/metadata/com.bmco.cratesiounofficial.yml
index 4f044b9f0a..7f979e811e 100644
--- a/metadata/com.bmco.cratesiounofficial.yml
+++ b/metadata/com.bmco.cratesiounofficial.yml
@@ -9,9 +9,9 @@ Changelog: https://github.com/Catman155/crates-io-android/releases
AutoName: Crates.io unofficial
Description: |-
- This app is made for making it easy to browse Rust crates. Where you can
- subscribe to your favorites and get notifications when they got updates or when
- they get downloaded more.
+ This app is made for making it easy to browse Rust crates. Where you can
+ subscribe to your favorites and get notifications when they got updates or when
+ they get downloaded more.
RepoType: git
Repo: https://github.com/TheUberCatman/crates-io-android
diff --git a/metadata/com.bmpak.anagramsolver.yml b/metadata/com.bmpak.anagramsolver.yml
index 42600a4494..7a13601f1b 100644
--- a/metadata/com.bmpak.anagramsolver.yml
+++ b/metadata/com.bmpak.anagramsolver.yml
@@ -7,25 +7,25 @@ IssueTracker: https://github.com/charbgr/Anagram-Solver/issues
AutoName: Anagram Solver
Description: |-
- Find anagrams for any given word INSTANTLY!
+ Find anagrams for any given word INSTANTLY!
- A word or phrase formed by reordering the letters of another word or phrase,
- such as "garden" to "danger", is called an anagram. One word anagrams (where a
- single word is anagrammed into another single word) are sometimes referred to by
- wordplay specialists as transpositions. For example, "listen" is a transposition
- of "silent".
+ A word or phrase formed by reordering the letters of another word or phrase,
+ such as "garden" to "danger", is called an anagram. One word anagrams (where a
+ single word is anagrammed into another single word) are sometimes referred to by
+ wordplay specialists as transpositions. For example, "listen" is a transposition
+ of "silent".
- You can type a regular or a scrambled word and see all the possible
- combinations. Come up with a word and let the app find all the possible
- anagrams. Browsing through random anagrams is a fun option! You can also use the
- app as a spelling dictionary.
+ You can type a regular or a scrambled word and see all the possible
+ combinations. Come up with a word and let the app find all the possible
+ anagrams. Browsing through random anagrams is a fun option! You can also use the
+ app as a spelling dictionary.
- Languages:
+ Languages:
- * English
- * Greek
- * French
- * German
+ * English
+ * Greek
+ * French
+ * German
RepoType: git
Repo: https://github.com/charbgr/Anagram-Solver
diff --git a/metadata/com.bnyro.trivia.yml b/metadata/com.bnyro.trivia.yml
index 5faa856bf1..f471f0748a 100644
--- a/metadata/com.bnyro.trivia.yml
+++ b/metadata/com.bnyro.trivia.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: The Trivia API used is not libre.
+ NonFreeNet:
+ en-US: The Trivia API used is not libre.
Categories:
- Games
- Multimedia
diff --git a/metadata/com.bnyro.wallpaper.yml b/metadata/com.bnyro.wallpaper.yml
index 3743e5b0eb..c7aa5b8a91 100644
--- a/metadata/com.bnyro.wallpaper.yml
+++ b/metadata/com.bnyro.wallpaper.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App uses Wallhaven API which unfortunately is non-free.
+ NonFreeNet:
+ en-US: App uses Wallhaven API which unfortunately is non-free.
Categories:
- System
License: GPL-3.0-only
diff --git a/metadata/com.boardgamegeek.yml b/metadata/com.boardgamegeek.yml
index 2a1be53642..3023d4bbdf 100644
--- a/metadata/com.boardgamegeek.yml
+++ b/metadata/com.boardgamegeek.yml
@@ -8,8 +8,8 @@ Changelog: https://github.com/ccomeaux/boardgamegeek4android/blob/HEAD/CHANGELOG
AutoName: BoardGameGeek
Description: |-
- This app searches the board game data from boardgamegeek.com. It's not a game
- itself -- it's a reference tool that provides information about board games.
+ This app searches the board game data from boardgamegeek.com. It's not a game
+ itself -- it's a reference tool that provides information about board games.
RepoType: git
Repo: https://github.com/ccomeaux/boardgamegeek4android
diff --git a/metadata/com.boombuler.games.shift.yml b/metadata/com.boombuler.games.shift.yml
index e40e1d56e7..6703806d69 100644
--- a/metadata/com.boombuler.games.shift.yml
+++ b/metadata/com.boombuler.games.shift.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/boombuler/Shift/issues
AutoName: Shift
Description: |-
- Shift is a small puzzle game for Android. It is a remake of a game for
- WindowsMobile devices.
+ Shift is a small puzzle game for Android. It is a remake of a game for
+ WindowsMobile devices.
RepoType: git
Repo: https://github.com/boombuler/Shift.git
diff --git a/metadata/com.boombuler.piraten.map.yml b/metadata/com.boombuler.piraten.map.yml
index 92b05bea5f..bb7e1d4336 100644
--- a/metadata/com.boombuler.piraten.map.yml
+++ b/metadata/com.boombuler.piraten.map.yml
@@ -9,11 +9,11 @@ Donate: https://www.piratenpartei.de/mitmachen/spenden
AutoName: Piraten Karte
Description: |-
- Sammle Informationen über Plakate und deren Standorte mit dieser App. So findet
- man die Plakate später nach der Wahl alle leicht wieder und kann sie abhängen.
+ Sammle Informationen über Plakate und deren Standorte mit dieser App. So findet
+ man die Plakate später nach der Wahl alle leicht wieder und kann sie abhängen.
- Note: This app is currently only useful in Germany. It is used by the local
- Pirate Party to track election posters.
+ Note: This app is currently only useful in Germany. It is used by the local
+ Pirate Party to track election posters.
RepoType: git
Repo: https://github.com/boombuler/piraten_map_app.git
diff --git a/metadata/com.boombuler.widgets.contacts.yml b/metadata/com.boombuler.widgets.contacts.yml
index ebfc4b315c..9b09a4bffc 100644
--- a/metadata/com.boombuler.widgets.contacts.yml
+++ b/metadata/com.boombuler.widgets.contacts.yml
@@ -7,8 +7,8 @@ Donate: https://github.com/boombuler/scrollablecontacts
AutoName: Contact Widget
Description: |-
- A widget that allows you to scroll through your contacts. This requires a
- homescreen that supports scrollable widgets.
+ A widget that allows you to scroll through your contacts. This requires a
+ homescreen that supports scrollable widgets.
RepoType: git
Repo: https://github.com/boombuler/scrollablecontacts
diff --git a/metadata/com.botbrew.basil.yml b/metadata/com.botbrew.basil.yml
index 5e0c315a64..dc585075bd 100644
--- a/metadata/com.botbrew.basil.yml
+++ b/metadata/com.botbrew.basil.yml
@@ -7,22 +7,22 @@ IssueTracker: https://github.com/jyio/botbrew-gui/issues
AutoName: BotBrew Basil
Description: |-
- Botbrew Basil is a frontend application which allows to install
- Debian in a
- chroot on your Android device, and manage
- installed packages and running services via comfortable UI.
+ Botbrew Basil is a frontend application which allows to install
+ Debian in a
+ chroot on your Android device, and manage
+ installed packages and running services via comfortable UI.
- Botbrew release "Basil" uses dpkg, unlike previous release Botbrew "Anise" (not
- available as open-source) which used opkg.
- It uses official Debian and Emdebian package repositories, though some bootstrap
- and support packages are downloaded from botbrew.com.
+ Botbrew release "Basil" uses dpkg, unlike previous release Botbrew "Anise" (not
+ available as open-source) which used opkg.
+ It uses official Debian and Emdebian package repositories, though some bootstrap
+ and support packages are downloaded from botbrew.com.
- Before deleting the Botbrew bootstrap directory, open the control/preferences
- window and tap 'exit' to make sure everything has been unmounted properly.
+ Before deleting the Botbrew bootstrap directory, open the control/preferences
+ window and tap 'exit' to make sure everything has been unmounted properly.
- Status: Experimental
+ Status: Experimental
- Requires root: Yes
+ Requires root: Yes
RequiresRoot: true
diff --git a/metadata/com.bottleworks.dailymoney.yml b/metadata/com.bottleworks.dailymoney.yml
index 9a10eee1c3..8d680e65bb 100644
--- a/metadata/com.bottleworks.dailymoney.yml
+++ b/metadata/com.bottleworks.dailymoney.yml
@@ -9,14 +9,14 @@ IssueTracker: https://github.com/dennischen/daily-money/issues
AutoName: DailyMoney
Description: |-
- * Record your daily expense, income, asset and liability
- * Show and count the details
- * Export/Import to CSV
- * Pie and time chart of balance
+ * Record your daily expense, income, asset and liability
+ * Show and count the details
+ * Export/Import to CSV
+ * Pie and time chart of balance
- The app has been built without the non-FOSS Google Analytics, so no usage
- statistics will be sent. Also the INTERNET permission has been removed as it
- didn't seem to be needed for anything else.
+ The app has been built without the non-FOSS Google Analytics, so no usage
+ statistics will be sent. Also the INTERNET permission has been removed as it
+ didn't seem to be needed for anything else.
Builds:
- versionName: 0.9.8-121107-freshly
diff --git a/metadata/com.boztalay.puppyframeuid.yml b/metadata/com.boztalay.puppyframeuid.yml
index 86c3687781..ffdb19bf32 100644
--- a/metadata/com.boztalay.puppyframeuid.yml
+++ b/metadata/com.boztalay.puppyframeuid.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/boztalay/PuppyFrame/issues
AutoName: PuppyFrame
Description: |-
- An Android widget that displays selected pictures on your home screen.
+ An Android widget that displays selected pictures on your home screen.
- Pictures are organized into albums, and the picture rotates whenever the widget
- becomes visible again.
+ Pictures are organized into albums, and the picture rotates whenever the widget
+ becomes visible again.
RepoType: git
Repo: https://github.com/boztalay/PuppyFrame.git
diff --git a/metadata/com.brackeys.ui.yml b/metadata/com.brackeys.ui.yml
index 22c43be4db..b149c15e08 100644
--- a/metadata/com.brackeys.ui.yml
+++ b/metadata/com.brackeys.ui.yml
@@ -48,14 +48,14 @@ Builds:
prebuild: sed -i '/publish.gradle/d' ../editorkit/build.gradle ../languages/language-*/build.gradle
MaintainerNotes: |-
- App repo contains both android app and editor library, as well gradle recipes
- to publish it. F-Droid scanner complains about maven repos used in aar
- publishing so it's set to be ignored.
+ App repo contains both android app and editor library, as well gradle recipes
+ to publish it. F-Droid scanner complains about maven repos used in aar
+ publishing so it's set to be ignored.
- Both app and library gets tagged, so we're only looking for 0000.00.00
- tag schema.
+ Both app and library gets tagged, so we're only looking for 0000.00.00
+ tag schema.
- Moved to archive as it was rebranded to com.blacksquircle.ui
+ Moved to archive as it was rebranded to com.blacksquircle.ui
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.brapeba.roaminginfo.yml b/metadata/com.brapeba.roaminginfo.yml
index c2c4563782..ee20dbb2ef 100644
--- a/metadata/com.brapeba.roaminginfo.yml
+++ b/metadata/com.brapeba.roaminginfo.yml
@@ -7,12 +7,12 @@ IssueTracker: https://github.com/jbardera/RoamingInfo/issues
AutoName: Roaming Info
Description: |-
- Displays a notification with current operator's name and in case of roaming it
- also shows the original SIM's operator name.
+ Displays a notification with current operator's name and in case of roaming it
+ also shows the original SIM's operator name.
- If you swipe (dismiss) the notification, a new one will be displayed when a
- change in the conexion occurs. To remove the service from memory and avoid
- further notifications, just tap the notification.
+ If you swipe (dismiss) the notification, a new one will be displayed when a
+ change in the conexion occurs. To remove the service from memory and avoid
+ further notifications, just tap the notification.
RepoType: git
Repo: https://github.com/jbardera/RoamingInfo
@@ -48,8 +48,8 @@ Builds:
rm:
- libs/mediatek*.jar
prebuild: sed -i -e '/mgMtk/d' -e '/toShow/s/\[1\]//g' -e '/code below for data
- connection activity/i*/' -e '/notification for 2nd SIM/i/*' -e '/import com.mediatek.telephony/d'
- -e 's/weMtk=true/weMtk=false/g' -e '' src/com/brapeba/roaminginfo/RoamingInfoService.java
+ connection activity/i*/' -e '/notification for 2nd SIM/i/*' -e '/import com.mediatek.telephony/d'
+ -e 's/weMtk=true/weMtk=false/g' -e '' src/com/brapeba/roaminginfo/RoamingInfoService.java
- versionName: '4.9'
versionCode: 34
@@ -57,8 +57,8 @@ Builds:
rm:
- libs/mediatek*.jar
prebuild: sed -i -e '/mgMtk/d' -e '/toShow/s/\[1\]//g' -e '/code below for data
- connection activity/i*/' -e '/notification for 2nd SIM/i/*' -e '/import com.mediatek.telephony/d'
- -e 's/weMtk=true/weMtk=false/g' -e '/else toShowD="\[2\]/d' src/com/brapeba/roaminginfo/RoamingInfoService.java
+ connection activity/i*/' -e '/notification for 2nd SIM/i/*' -e '/import com.mediatek.telephony/d'
+ -e 's/weMtk=true/weMtk=false/g' -e '/else toShowD="\[2\]/d' src/com/brapeba/roaminginfo/RoamingInfoService.java
- versionName: '4.13'
versionCode: 38
@@ -66,8 +66,8 @@ Builds:
rm:
- libs/mediatek*.jar
prebuild: sed -i -e '/mgMtk/d' -e '/toShow/s/\[1\]//g' -e '/code below for data
- connection activity/i*/' -e '/notification for 2nd SIM/i/*' -e '/import com.mediatek.telephony/d'
- -e 's/weMtk=true/weMtk=false/g' -e '/else toShowD="\[2\]/d' src/com/brapeba/roaminginfo/RoamingInfoService.java
+ connection activity/i*/' -e '/notification for 2nd SIM/i/*' -e '/import com.mediatek.telephony/d'
+ -e 's/weMtk=true/weMtk=false/g' -e '/else toShowD="\[2\]/d' src/com/brapeba/roaminginfo/RoamingInfoService.java
- versionName: '4.14'
versionCode: 39
@@ -75,8 +75,8 @@ Builds:
rm:
- libs/mediatek*.jar
prebuild: sed -i -e '/mgMtk/d' -e '/toShow/s/\[1\]//g' -e '/code below for data
- connection activity/i*/' -e '/notification for 2nd SIM/i/*' -e '/import com.mediatek.telephony/d'
- -e 's/weMtk=true/weMtk=false/g' -e '/else toShowD="\[2\]/d' src/com/brapeba/roaminginfo/RoamingInfoService.java
+ connection activity/i*/' -e '/notification for 2nd SIM/i/*' -e '/import com.mediatek.telephony/d'
+ -e 's/weMtk=true/weMtk=false/g' -e '/else toShowD="\[2\]/d' src/com/brapeba/roaminginfo/RoamingInfoService.java
- versionName: '4.15'
versionCode: 40
@@ -84,8 +84,8 @@ Builds:
rm:
- libs/mediatek*.jar
prebuild: sed -i -e '/mgMtk/d' -e '/toShow/s/\[1\]//g' -e '/code below for data
- connection activity/i*/' -e '/notification for 2nd SIM/i/*' -e '/import com.mediatek.telephony/d'
- -e 's/weMtk=true/weMtk=false/g' -e '/else toShowD="\[2\]/d' src/com/brapeba/roaminginfo/RoamingInfoService.java
+ connection activity/i*/' -e '/notification for 2nd SIM/i/*' -e '/import com.mediatek.telephony/d'
+ -e 's/weMtk=true/weMtk=false/g' -e '/else toShowD="\[2\]/d' src/com/brapeba/roaminginfo/RoamingInfoService.java
- versionName: '4.19'
versionCode: 44
@@ -93,8 +93,8 @@ Builds:
rm:
- libs/mediatek*.jar
prebuild: sed -i -e '/mgMtk/d' -e '/toShow/s/\[1\]//g' -e '/code below for data
- connection activity/i*/' -e '/notification for 2nd SIM/i/*' -e '/import com.mediatek.telephony/d'
- -e 's/weMtk=true/weMtk=false/g' -e '/else toShowD="\[2\]/d' src/com/brapeba/roaminginfo/RoamingInfoService.java
+ connection activity/i*/' -e '/notification for 2nd SIM/i/*' -e '/import com.mediatek.telephony/d'
+ -e 's/weMtk=true/weMtk=false/g' -e '/else toShowD="\[2\]/d' src/com/brapeba/roaminginfo/RoamingInfoService.java
MaintainerNotes: See https://github.com/jbardera/RoamingInfo/issues/3 .
diff --git a/metadata/com.brentpanther.bitcoincashwidget.yml b/metadata/com.brentpanther.bitcoincashwidget.yml
index 59cb1289a9..1a6b2786d7 100644
--- a/metadata/com.brentpanther.bitcoincashwidget.yml
+++ b/metadata/com.brentpanther.bitcoincashwidget.yml
@@ -10,8 +10,8 @@ Bitcoin: 15SHnY7HC5bTxzErHDPe7wHXj1HhtDKV7z
AutoName: Simple Bitcoin Cash Widget
Description: |-
- A clean and simple Bitcoin Cash widget to show the current price from different
- exchanges.
+ A clean and simple Bitcoin Cash widget to show the current price from different
+ exchanges.
RepoType: git
Repo: https://github.com/hwki/SimpleBitcoinWidget.git
diff --git a/metadata/com.brentpanther.ethereumwidget.yml b/metadata/com.brentpanther.ethereumwidget.yml
index 57fbc09a44..2c80fb1a2d 100644
--- a/metadata/com.brentpanther.ethereumwidget.yml
+++ b/metadata/com.brentpanther.ethereumwidget.yml
@@ -10,8 +10,8 @@ Bitcoin: 15SHnY7HC5bTxzErHDPe7wHXj1HhtDKV7z
AutoName: Simple Ethereum Widget
Description: |-
- A clean and simple Ethereum widget to show the current price from different
- exchanges.
+ A clean and simple Ethereum widget to show the current price from different
+ exchanges.
RepoType: git
Repo: https://github.com/hwki/SimpleBitcoinWidget.git
diff --git a/metadata/com.brentpanther.litecoinwidget.yml b/metadata/com.brentpanther.litecoinwidget.yml
index 4502f2ce56..31519f8256 100644
--- a/metadata/com.brentpanther.litecoinwidget.yml
+++ b/metadata/com.brentpanther.litecoinwidget.yml
@@ -10,8 +10,8 @@ Bitcoin: 15SHnY7HC5bTxzErHDPe7wHXj1HhtDKV7z
AutoName: Simple Litecoin Widget
Description: |-
- A clean and simple Litecoin widget to show the current price from different
- exchanges.
+ A clean and simple Litecoin widget to show the current price from different
+ exchanges.
RepoType: git
Repo: https://github.com/hwki/SimpleBitcoinWidget.git
diff --git a/metadata/com.bretternst.URLazy.yml b/metadata/com.bretternst.URLazy.yml
index a4c4ea4f76..4d30cb72cb 100644
--- a/metadata/com.bretternst.URLazy.yml
+++ b/metadata/com.bretternst.URLazy.yml
@@ -6,20 +6,20 @@ IssueTracker: https://github.com/bretternst/urlazy/issues
AutoName: URLazy
Description: |-
- Eases the pain of entering long URLs into a bunch of test devices by finding
- collections of URLs on the local network and allowing you to open them with a
- single tap. You can serve links from a GUI app on your workstation or from a
- Ruby script on a local development server (source code in same repo).
+ Eases the pain of entering long URLs into a bunch of test devices by finding
+ collections of URLs on the local network and allowing you to open them with a
+ single tap. You can serve links from a GUI app on your workstation or from a
+ Ruby script on a local development server (source code in same repo).
- URLazy finds this list with no configuration required, provided you are
- connected to your network via Wi-Fi. This makes it super easy to test your
- projects on real devices without manually setting up bookmarks or entering URLs.
+ URLazy finds this list with no configuration required, provided you are
+ connected to your network via Wi-Fi. This makes it super easy to test your
+ projects on real devices without manually setting up bookmarks or entering URLs.
- This is a better alternative to bookmarks or centralized index pages because new
- devices require no set-up and you don't have to edit URLs every time your
- environment changes - or if you take your work home. URLazy uses multicast UDP
- to find collections of links. If your network administrator enables it, this can
- even work across a corporate WAN.
+ This is a better alternative to bookmarks or centralized index pages because new
+ devices require no set-up and you don't have to edit URLs every time your
+ environment changes - or if you take your work home. URLazy uses multicast UDP
+ to find collections of links. If your network administrator enables it, this can
+ even work across a corporate WAN.
RepoType: git
Repo: https://github.com/bretternst/urlazy.git
diff --git a/metadata/com.brewcrewfoo.performance.yml b/metadata/com.brewcrewfoo.performance.yml
index 4ec4c125ca..409149df2f 100644
--- a/metadata/com.brewcrewfoo.performance.yml
+++ b/metadata/com.brewcrewfoo.performance.yml
@@ -8,21 +8,21 @@ Donate: https://forum.xda-developers.com/donatetome.php?u=4674443
AutoName: Performance Control
Description: |-
- * Change CPU Governor, I/O Scheduler and Clock Speed
- * Battery information + Fast Charge setting + Battery Life eXtender setting
- * Change Voltages Assigned to each CPU frequency
- * Customize MinFree Task Killer (set the amount of RAM the minfree taskiller will keep)
- * zRam (RAM compression)
- * Customize SD read-ahead
- * VM Settings such as: Dirty Ratio, Dynamic Fsync, Backlight timeout
- * Integrated https://f-droid.org/packages/com.bvalosek.cpuspy
- * Linux Kernel, CPU, Memory informations
- * Misc. Tools: Custom shell command, Wipe cache+dalvik cache, build.prop editor etc.
+ * Change CPU Governor, I/O Scheduler and Clock Speed
+ * Battery information + Fast Charge setting + Battery Life eXtender setting
+ * Change Voltages Assigned to each CPU frequency
+ * Customize MinFree Task Killer (set the amount of RAM the minfree taskiller will keep)
+ * zRam (RAM compression)
+ * Customize SD read-ahead
+ * VM Settings such as: Dirty Ratio, Dynamic Fsync, Backlight timeout
+ * Integrated https://f-droid.org/packages/com.bvalosek.cpuspy
+ * Linux Kernel, CPU, Memory informations
+ * Misc. Tools: Custom shell command, Wipe cache+dalvik cache, build.prop editor etc.
- The sqlite functions won't work unless you have the sqlite3 busybox binary
- installed.
+ The sqlite functions won't work unless you have the sqlite3 busybox binary
+ installed.
- Requires root, busybox and a custom ROM.
+ Requires root, busybox and a custom ROM.
RequiresRoot: true
@@ -66,8 +66,8 @@ Builds:
prebuild: rm assets/sq*
MaintainerNotes: |-
- Vercodes are rarely updated.
- 2.1.19 seems to start with a new verCode scheme.
+ Vercodes are rarely updated.
+ 2.1.19 seems to start with a new verCode scheme.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.bri1.soundbored.yml b/metadata/com.bri1.soundbored.yml
index 1b225b84f7..f4835080c7 100644
--- a/metadata/com.bri1.soundbored.yml
+++ b/metadata/com.bri1.soundbored.yml
@@ -5,8 +5,8 @@ SourceCode: https://github.com/nezvadovitz/soundbored
AutoName: Instant Sound Effects
Description: |-
- Play various sound effects, each indicating that you're bored; including
- rim-shots and crickets. In other words, it's a sound-bored (trombone sound).
+ Play various sound effects, each indicating that you're bored; including
+ rim-shots and crickets. In other words, it's a sound-bored (trombone sound).
Builds:
- versionName: '2.0'
@@ -16,7 +16,7 @@ Builds:
- android/android-support-v4.jar
MaintainerNotes: Source repo disappeared from https://github.com/nezvadovitz/soundbored.git;
- app replaced by com.bri1.soundbored2
+ app replaced by com.bri1.soundbored2
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.briankhuu.nfcmessageboard.yml b/metadata/com.briankhuu.nfcmessageboard.yml
index 30d59c00b3..db732427a9 100644
--- a/metadata/com.briankhuu.nfcmessageboard.yml
+++ b/metadata/com.briankhuu.nfcmessageboard.yml
@@ -8,27 +8,27 @@ IssueTracker: https://github.com/mofosyne/NFCMessageBoard/issues
AutoName: NFCMessageBoard
Description: |-
- Proof of concept for a localized message system.
+ Proof of concept for a localized message system.
- It is quite simple, and does the job of reading and writing to any plain text
- NFC tags. At a minimum you are recommended to use an NTAG216 that gives you
- approximately 800 bytes of writeable memory.
+ It is quite simple, and does the job of reading and writing to any plain text
+ NFC tags. At a minimum you are recommended to use an NTAG216 that gives you
+ approximately 800 bytes of writeable memory.
- It also has the advantage of being relatively private means of communicating
- (even if it runs the issue of spoofing), since it is essentially a dead drop
- system.
+ It also has the advantage of being relatively private means of communicating
+ (even if it runs the issue of spoofing), since it is essentially a dead drop
+ system.
- Potential Uses:
+ Potential Uses:
- * Geo Cache GuestBook
- * Ingress Local Message Store
+ * Geo Cache GuestBook
+ * Ingress Local Message Store
- Features:
+ Features:
- * Reads Plain Text
- * Write and prepends a message to a Plain Text Tag
- * UTF-8 support, so can show emoticon.
- * Links, email, map address are autolinked
+ * Reads Plain Text
+ * Write and prepends a message to a Plain Text Tag
+ * UTF-8 support, so can show emoticon.
+ * Links, email, map address are autolinked
RepoType: git
Repo: https://github.com/mofosyne/NFCMessageBoard
@@ -97,7 +97,7 @@ Builds:
gradle:
- yes
prebuild: mv src/main/java/com/briankhuu/nfcmessageboard/writingToTextTag.java
- src/main/java/com/briankhuu/nfcmessageboard/WritingToTextTag.java
+ src/main/java/com/briankhuu/nfcmessageboard/WritingToTextTag.java
- versionName: '3.1'
versionCode: 15
@@ -106,7 +106,7 @@ Builds:
gradle:
- yes
prebuild: mv src/main/java/com/briankhuu/nfcmessageboard/writingToTextTag.java
- src/main/java/com/briankhuu/nfcmessageboard/WritingToTextTag.java
+ src/main/java/com/briankhuu/nfcmessageboard/WritingToTextTag.java
- versionName: '3.2'
versionCode: 16
@@ -115,7 +115,7 @@ Builds:
gradle:
- yes
prebuild: mv src/main/java/com/briankhuu/nfcmessageboard/writingToTextTag.java
- src/main/java/com/briankhuu/nfcmessageboard/WritingToTextTag.java
+ src/main/java/com/briankhuu/nfcmessageboard/WritingToTextTag.java
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.brocktice.JustSit.yml b/metadata/com.brocktice.JustSit.yml
index 738b12f391..b04a2adcf1 100644
--- a/metadata/com.brocktice.JustSit.yml
+++ b/metadata/com.brocktice.JustSit.yml
@@ -6,13 +6,13 @@ SourceCode: https://code.google.com/p/justsit/source
AutoName: Just Sit
Description: |-
- JustSit is designed to help you meditate. It currently runs timers for
- preparation to meditate and meditation, and allows you to turn off audible
- ringing and/or the device radios, and keep the screen on while the timer is
- running.
+ JustSit is designed to help you meditate. It currently runs timers for
+ preparation to meditate and meditation, and allows you to turn off audible
+ ringing and/or the device radios, and keep the screen on while the timer is
+ running.
- The name is inspired by the saying, "If you walk, just walk, if you sit, just
- sit, but whatever you do, don't wobble." -Zen Master Unmon
+ The name is inspired by the saying, "If you walk, just walk, if you sit, just
+ sit, but whatever you do, don't wobble." -Zen Master Unmon
Builds:
- versionName: 0.3.3
diff --git a/metadata/com.brosmike.airpushdetector.yml b/metadata/com.brosmike.airpushdetector.yml
index f81bbff3c4..18b2ef968b 100644
--- a/metadata/com.brosmike.airpushdetector.yml
+++ b/metadata/com.brosmike.airpushdetector.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/brosmike/AirPush-Detector/issues
AutoName: AirPush Detector
Description: |-
- If you like to install apps from other repos, and you start to get
- advertisements in your notification area, this will tell you what app is causing
- it.
+ If you like to install apps from other repos, and you start to get
+ advertisements in your notification area, this will tell you what app is causing
+ it.
RepoType: git
Repo: https://github.com/brosmike/AirPush-Detector.git
diff --git a/metadata/com.brouken.player.yml b/metadata/com.brouken.player.yml
index de3f7c536c..e052adb635 100644
--- a/metadata/com.brouken.player.yml
+++ b/metadata/com.brouken.player.yml
@@ -663,7 +663,7 @@ Builds:
ndk: 21.4.7075529
MaintainerNotes: 'Extensions build instructions: https://github.com/androidx/media/blob/1.1.0/libraries/decoder_ffmpeg/README.md
- https://github.com/androidx/media/blob/1.1.0/libraries/decoder_av1/README.md'
+ https://github.com/androidx/media/blob/1.1.0/libraries/decoder_av1/README.md'
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.brucelet.spacetrader.yml b/metadata/com.brucelet.spacetrader.yml
index a900011c28..aa871a3d80 100644
--- a/metadata/com.brucelet.spacetrader.yml
+++ b/metadata/com.brucelet.spacetrader.yml
@@ -6,17 +6,17 @@ IssueTracker: https://bitbucket.org/brucelet/space-trader/issues
AutoName: Space Trader
Description: |-
- Space Trader is a port of the Palm OS game of the same name, created by Pieter
- Spronck. A classic among Palm gamers of the era, it was named Freeware Game of
- the Year by Handheld Computing in 2000.
+ Space Trader is a port of the Palm OS game of the same name, created by Pieter
+ Spronck. A classic among Palm gamers of the era, it was named Freeware Game of
+ the Year by Handheld Computing in 2000.
- This Android port faithfully reproduces the original game. Your goal
- is to earn enough money, whether by honest trading or other, seedier means, to
- retire to your own moon. Buy goods on one planet to sell to another, but watch
- out for space pirates! If you're tough enough, hunt down pirates to earn rewards.
- If that seems too above-board, try smuggling illegal items for spectacular profits.
- Or, if you'd rather, become a pirate yourself and rob other traders of their goods.
- Be careful, though. The police take notice of illegal activity...
+ This Android port faithfully reproduces the original game. Your goal
+ is to earn enough money, whether by honest trading or other, seedier means, to
+ retire to your own moon. Buy goods on one planet to sell to another, but watch
+ out for space pirates! If you're tough enough, hunt down pirates to earn rewards.
+ If that seems too above-board, try smuggling illegal items for spectacular profits.
+ Or, if you'd rather, become a pirate yourself and rob other traders of their goods.
+ Be careful, though. The police take notice of illegal activity...
RepoType: git
Repo: https://bitbucket.org/brucelet/space-trader/src
diff --git a/metadata/com.btmura.android.reddit.yml b/metadata/com.btmura.android.reddit.yml
index 31c2ae1bbb..d445daee63 100644
--- a/metadata/com.btmura.android.reddit.yml
+++ b/metadata/com.btmura.android.reddit.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Reddit.
+ NonFreeNet:
+ en-US: Depends on Reddit.
Categories:
- Internet
License: Apache-2.0
@@ -11,13 +11,13 @@ IssueTracker: https://github.com/btmura/rbb/issues
AutoName: falling for reddit
Description: |-
- Reddit by Brian (rbb) is a fast and simple Reddit client for Android.
+ Reddit by Brian (rbb) is a fast and simple Reddit client for Android.
- * Browse and search with optimized layouts for all sizes whether 4", 7", or 10"
- * Login with multiple accounts to post, comment, message, and vote
- * Swipe horizontally to quickly switch between links and comments
- * Touch comments to expand and collapse them
- * Enjoy a clean Holo experience and switch between light and dark themes
+ * Browse and search with optimized layouts for all sizes whether 4", 7", or 10"
+ * Login with multiple accounts to post, comment, message, and vote
+ * Swipe horizontally to quickly switch between links and comments
+ * Touch comments to expand and collapse them
+ * Enjoy a clean Holo experience and switch between light and dark themes
RepoType: git
Repo: https://github.com/btmura/rbb.git
@@ -34,8 +34,8 @@ Builds:
target: android-18
MaintainerNotes: |-
- There's a separate FOSS branch, which doesn't include the proprietary YouTube
- API blob. (related issue)
+ There's a separate FOSS branch, which doesn't include the proprietary YouTube
+ API blob. (related issue)
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/com.bwx.bequick.yml b/metadata/com.bwx.bequick.yml
index e1e250a87a..1508587ada 100644
--- a/metadata/com.bwx.bequick.yml
+++ b/metadata/com.bwx.bequick.yml
@@ -6,14 +6,14 @@ Categories:
License: Apache-2.0
Description: |-
- Quick Settings provides quick access to various Android system settings, such as
- WiFi, GPS, brightness and all the various volume controls. Can be launched by
- long-pressing the hardware search key, or via the status bar.
+ Quick Settings provides quick access to various Android system settings, such as
+ WiFi, GPS, brightness and all the various volume controls. Can be launched by
+ long-pressing the hardware search key, or via the status bar.
- Anti-feature: Addons. Promotes other apps that aren't FOSS.
+ Anti-feature: Addons. Promotes other apps that aren't FOSS.
- Status: This app won't receive any further updates as the author is not
- publishing the source code for the newer versions (or indeed, older versions).
+ Status: This app won't receive any further updates as the author is not
+ publishing the source code for the newer versions (or indeed, older versions).
Builds:
- versionName: 1.9.8 p2
@@ -32,8 +32,8 @@ Builds:
target: android-8
MaintainerNotes: |-
- Source repo no longer exists. No point mirroring as it's non-free now
- anyway. (repo was at https://code.google.com/p/quick-settings)
+ Source repo no longer exists. No point mirroring as it's non-free now
+ anyway. (repo was at https://code.google.com/p/quick-settings)
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.bytesforge.linkasanote.yml b/metadata/com.bytesforge.linkasanote.yml
index edbf93c161..f49548a141 100644
--- a/metadata/com.bytesforge.linkasanote.yml
+++ b/metadata/com.bytesforge.linkasanote.yml
@@ -9,12 +9,12 @@ IssueTracker: https://github.com/alexcustos/linkasanote/issues
AutoName: LaaNo
Description: |-
- LaaNo is an app which is designed to simplify the access to the information
- found on the Web and to give more power to manage it.
+ LaaNo is an app which is designed to simplify the access to the information
+ found on the Web and to give more power to manage it.
- * The app allows to bind Notes to Links and, at the same time, providing independent access to them;
- * Notes can be used as background information or as flashcards;
- * Two-way data sync is possible via Nextcloud.
+ * The app allows to bind Notes to Links and, at the same time, providing independent access to them;
+ * Notes can be used as background information or as flashcards;
+ * Two-way data sync is possible via Nextcloud.
RepoType: git
Repo: https://github.com/alexcustos/linkasanote.git
diff --git a/metadata/com.bytestemplar.tonedef.yml b/metadata/com.bytestemplar.tonedef.yml
index ec38b3c2d5..f61eabc5b4 100644
--- a/metadata/com.bytestemplar.tonedef.yml
+++ b/metadata/com.bytestemplar.tonedef.yml
@@ -10,9 +10,9 @@ Changelog: https://github.com/Fortyseven/ToneDef/releases
AutoName: ToneDef
Description: |-
- Small, but powerful tone dialer application featuring DTMF, bluebox, and redbox
- tone generation. Use the keypad, enter a predefined sequence, or select an entry
- from your contact list.
+ Small, but powerful tone dialer application featuring DTMF, bluebox, and redbox
+ tone generation. Use the keypad, enter a predefined sequence, or select an entry
+ from your contact list.
RepoType: git
Repo: https://github.com/Fortyseven/ToneDef
diff --git a/metadata/com.calcitem.sanmill.yml b/metadata/com.calcitem.sanmill.yml
index af7a8bdd88..89d9415513 100644
--- a/metadata/com.calcitem.sanmill.yml
+++ b/metadata/com.calcitem.sanmill.yml
@@ -2399,9 +2399,9 @@ Builds:
ndk: r25b
MaintainerNotes: |-
- Builds will fail when the srclib ref of flutter and the version with which
- upstream has been built with differ.
- In that case we need to manually give the correct ref to srclib.
+ Builds will fail when the srclib ref of flutter and the version with which
+ upstream has been built with differ.
+ In that case we need to manually give the correct ref to srclib.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
diff --git a/metadata/com.call.recorder.yml b/metadata/com.call.recorder.yml
index 388e27eb9b..856b207d38 100644
--- a/metadata/com.call.recorder.yml
+++ b/metadata/com.call.recorder.yml
@@ -6,17 +6,17 @@ SourceCode: https://code.google.com/p/call-recorder-for-android/source
AutoName: Call recorder for Android
Description: |-
- Records all incoming and outgoing calls from/to your phone. Your calls are saved
- in mp3 format and can be sent by various methods.
+ Records all incoming and outgoing calls from/to your phone. Your calls are saved
+ in mp3 format and can be sent by various methods.
- The main application screen contains a list of all calls with details of phone
- numbers, date and time of a call. A click on one of the items will provide you
- with 3 options: erase record, send record and play record.
+ The main application screen contains a list of all calls with details of phone
+ numbers, date and time of a call. A click on one of the items will provide you
+ with 3 options: erase record, send record and play record.
- In order to allow or disallow recordings open the main menu and choose
- enable/disable recordings.
+ In order to allow or disallow recordings open the main menu and choose
+ enable/disable recordings.
- Information: Might not work with Android > 4.1.0 (see issues).
+ Information: Might not work with Android > 4.1.0 (see issues).
Builds:
- versionName: 2.0.3
diff --git a/metadata/com.callrecorder.android.yml b/metadata/com.callrecorder.android.yml
index db2352cbaf..24000bfe86 100644
--- a/metadata/com.callrecorder.android.yml
+++ b/metadata/com.callrecorder.android.yml
@@ -6,18 +6,18 @@ IssueTracker: https://github.com/riul88/call-recorder-for-android/issues
AutoName: Call recorder for Android
Description: |-
- Records all incoming and outgoing calls from/to your phone. Your calls are saved
- in mp3 format and can be sent by various methods.
+ Records all incoming and outgoing calls from/to your phone. Your calls are saved
+ in mp3 format and can be sent by various methods.
- The main application screen contains a list of all calls with details of phone
- numbers, date and time of a call. A click on one of the items will provide you
- with 3 options: erase record, send record and play record.
+ The main application screen contains a list of all calls with details of phone
+ numbers, date and time of a call. A click on one of the items will provide you
+ with 3 options: erase record, send record and play record.
- In order to allow or disallow recordings open the main menu and choose
- enable/disable recordings.
+ In order to allow or disallow recordings open the main menu and choose
+ enable/disable recordings.
- This is a fork of the discontinued https://f-droid.org/packages/com.call.recorder. The fork should work
- with newer devices based on Android 4.1 and above.
+ This is a fork of the discontinued https://f-droid.org/packages/com.call.recorder. The fork should work
+ with newer devices based on Android 4.1 and above.
RepoType: git
Repo: https://github.com/riul88/call-recorder-for-android
diff --git a/metadata/com.carriez.flutter_hbb.yml b/metadata/com.carriez.flutter_hbb.yml
index 45a270620f..cf23ff3fe0 100644
--- a/metadata/com.carriez.flutter_hbb.yml
+++ b/metadata/com.carriez.flutter_hbb.yml
@@ -77,11 +77,11 @@ Builds:
ndk: r22b
MaintainerNotes: |-
- flutter_rust_bridge_codegen requires cargo-ndk < 2.6.0 and ffigen which requires
- clang 9+. scrap requires clang-sys which requires libclang. cargo-ndk doesn't
- work with NDK > r22. ffigen 6.0.0 doesn't work with flutter_rust_bridge.
- connects to rustdesk.com on start. Does that justify Tracking? See
- https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11068#note_978943926
+ flutter_rust_bridge_codegen requires cargo-ndk < 2.6.0 and ffigen which requires
+ clang 9+. scrap requires clang-sys which requires libclang. cargo-ndk doesn't
+ work with NDK > r22. ffigen 6.0.0 doesn't work with flutter_rust_bridge.
+ connects to rustdesk.com on start. Does that justify Tracking? See
+ https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11068#note_978943926
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.casimirlab.simpleDeadlines.yml b/metadata/com.casimirlab.simpleDeadlines.yml
index 5369a0513f..6c87ad9a14 100644
--- a/metadata/com.casimirlab.simpleDeadlines.yml
+++ b/metadata/com.casimirlab.simpleDeadlines.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/chibibi/simpleDeadlines/issues
AutoName: Simple Deadlines
Description: |-
- A simple and easily readable deadline manager. A daily notification allows you
- to organise your day. It is aimed towards simplicity and is very lightweight.
+ A simple and easily readable deadline manager. A daily notification allows you
+ to organise your day. It is aimed towards simplicity and is very lightweight.
RepoType: git
Repo: https://github.com/chibibi/simpleDeadlines.git
diff --git a/metadata/com.catchingnow.tinyclipboardmanager.yml b/metadata/com.catchingnow.tinyclipboardmanager.yml
index 8856f2846b..01182a101a 100644
--- a/metadata/com.catchingnow.tinyclipboardmanager.yml
+++ b/metadata/com.catchingnow.tinyclipboardmanager.yml
@@ -7,11 +7,11 @@ IssueTracker: https://github.com/heruoxin/Clip-Stack/issues
AutoName: Clip Stack
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- Remember all your clipboard history and recover text after reboot. You can
- easily search, edit, delete and even share your clipboards. Also, an export to a
- plain text file is possible.
+ Remember all your clipboard history and recover text after reboot. You can
+ easily search, edit, delete and even share your clipboards. Also, an export to a
+ plain text file is possible.
RepoType: git
Repo: https://github.com/heruoxin/Clip-Stack
diff --git a/metadata/com.cepmuvakkit.times.yml b/metadata/com.cepmuvakkit.times.yml
index cca0c66dae..08880150cf 100644
--- a/metadata/com.cepmuvakkit.times.yml
+++ b/metadata/com.cepmuvakkit.times.yml
@@ -6,9 +6,9 @@ SourceCode: https://code.google.com/p/android-salat-times/source
AutoName: Salat Times
Description: |-
- The app can use GPS to find your location, although you can enter geographic
- coordinates. It calculates prayer times, gives notifications and has a Qibla for
- showing the direction of Mecca.
+ The app can use GPS to find your location, although you can enter geographic
+ coordinates. It calculates prayer times, gives notifications and has a Qibla for
+ showing the direction of Mecca.
Builds:
- versionName: '2.5'
diff --git a/metadata/com.cgogolin.library.yml b/metadata/com.cgogolin.library.yml
index c707f616ed..fc12a34147 100644
--- a/metadata/com.cgogolin.library.yml
+++ b/metadata/com.cgogolin.library.yml
@@ -10,16 +10,16 @@ Changelog: https://github.com/cgogolin/library/releases
AutoName: Library
Description: |-
- Library allows you to browse BibTeX files on your Android device.
+ Library allows you to browse BibTeX files on your Android device.
- Features include:
+ Features include:
- * Clear presentation of BibTeX entries in a list
- * Search/Filter
- * Open associated local files (including file path conversion)
- * Open URL and DOI links
- * Minimal permissions
- * Can load library file from cloud storage via storage access provider (on Android 4.4 and newer)
+ * Clear presentation of BibTeX entries in a list
+ * Search/Filter
+ * Open associated local files (including file path conversion)
+ * Open URL and DOI links
+ * Minimal permissions
+ * Can load library file from cloud storage via storage access provider (on Android 4.4 and newer)
RepoType: git
Repo: https://github.com/cgogolin/library
diff --git a/metadata/com.chanapps.four.activity.yml b/metadata/com.chanapps.four.activity.yml
index 2a154cf01a..3bf9b0f6d4 100644
--- a/metadata/com.chanapps.four.activity.yml
+++ b/metadata/com.chanapps.four.activity.yml
@@ -6,23 +6,23 @@ IssueTracker: https://github.com/grzegorznittner/chanu/issues
AutoName: Chanu
Description: |-
- Browse the famous 4chan image board.
- Features include:
+ Browse the famous 4chan image board.
+ Features include:
- * Browse boards and threads at high speed
- * Track threads with watchlists
- * View entire thread in gallery and download all images
- * Post replies and make new threads
- * Upload images from the web, your album, or your camera
- * Favorite boards you visit the most
- * Optimizes bandwidth usage on mobile data
- * Offline mode saves content for when you aren't connected
- * Automatic thread image expansion
- * Light and dark mode selected from ambient light conditions
- * Widgets for displaying threads on your home screen
- * Optimized for both 7" and 10" tablets
- * Supports 4chan Pass
- * Customization options
+ * Browse boards and threads at high speed
+ * Track threads with watchlists
+ * View entire thread in gallery and download all images
+ * Post replies and make new threads
+ * Upload images from the web, your album, or your camera
+ * Favorite boards you visit the most
+ * Optimizes bandwidth usage on mobile data
+ * Offline mode saves content for when you aren't connected
+ * Automatic thread image expansion
+ * Light and dark mode selected from ambient light conditions
+ * Widgets for displaying threads on your home screen
+ * Optimized for both 7" and 10" tablets
+ * Supports 4chan Pass
+ * Customization options
RepoType: git
Repo: https://github.com/grzegorznittner/chanu
@@ -249,11 +249,11 @@ Builds:
- cp $$CommonsIO$$/target/commons-io-2.4.jar libs/
MaintainerNotes: |-
- Verified jackson-all*jar against http://jackson.codehaus.org/1.8.2/jackson-all-1.8.2.jar
- since jackson's upstream sources include quite a lot jars as well.. no point in replacing
- one jar with a source build one that way..
+ Verified jackson-all*jar against http://jackson.codehaus.org/1.8.2/jackson-all-1.8.2.jar
+ since jackson's upstream sources include quite a lot jars as well.. no point in replacing
+ one jar with a source build one that way..
- https://github.com/grzegorznittner/chanu/issues/467 will fix some dependency issues.
+ https://github.com/grzegorznittner/chanu/issues/467 will fix some dependency issues.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.chancehorizon.just24hoursplus.yml b/metadata/com.chancehorizon.just24hoursplus.yml
index db059e1794..84e77a8f68 100644
--- a/metadata/com.chancehorizon.just24hoursplus.yml
+++ b/metadata/com.chancehorizon.just24hoursplus.yml
@@ -7,33 +7,33 @@ IssueTracker: https://gitlab.com/pardomi/just-24-hours/-/issues
AutoName: Just 24 Hours
Description: |-
- When all you need is to know what time it is, only the actual time matters.
+ When all you need is to know what time it is, only the actual time matters.
- There are many wonderful clock applications available for Android devices.
- Many have have lots of great features. Choice in applications is a good
- thing.
+ There are many wonderful clock applications available for Android devices.
+ Many have have lots of great features. Choice in applications is a good
+ thing.
- When one wishes to choose a simple clock application that just displays the
- time of day in as large numbers as can fit on the screen's device, Just 24
- Hours is here!
+ When one wishes to choose a simple clock application that just displays the
+ time of day in as large numbers as can fit on the screen's device, Just 24
+ Hours is here!
- Features:
+ Features:
- Just 24 Hours will display the time of day in 24 hour format in a big
- numbers as will fit on the screen. For those that were corrective lenses,
- it can be challenging to read small numbers when just waking up. Big
- numbers are required. No matter what size screen your Android device has,
- Just 24 Hours will use as big a text size that will fit on the screen.
+ Just 24 Hours will display the time of day in 24 hour format in a big
+ numbers as will fit on the screen. For those that were corrective lenses,
+ it can be challenging to read small numbers when just waking up. Big
+ numbers are required. No matter what size screen your Android device has,
+ Just 24 Hours will use as big a text size that will fit on the screen.
- That is all. No alarm settings. No typeface settings. No colour settings.
+ That is all. No alarm settings. No typeface settings. No colour settings.
- Just a big clock to see what time of day it is.
+ Just a big clock to see what time of day it is.
- Of course, this is not what everyone wants in a clock application. This is
- okay. There are dozens of clock applications available on Google Play. Most
- (maybe all!) are great applications. We are certain that there will be one
- that will satisfy one's desired features. For those that just want the
- time, Just 24 Hours is here!
+ Of course, this is not what everyone wants in a clock application. This is
+ okay. There are dozens of clock applications available on Google Play. Most
+ (maybe all!) are great applications. We are certain that there will be one
+ that will satisfy one's desired features. For those that just want the
+ time, Just 24 Hours is here!
RepoType: git
Repo: https://gitlab.com/pardomi/just-24-hours.git
diff --git a/metadata/com.chao.app.yml b/metadata/com.chao.app.yml
index d7dbde0b58..1610b660f6 100644
--- a/metadata/com.chao.app.yml
+++ b/metadata/com.chao.app.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: ChaoFun service itself is not libre.
+ NonFreeNet:
+ en-US: ChaoFun service itself is not libre.
Categories:
- Internet
- Reading
diff --git a/metadata/com.cheogram.android.yml b/metadata/com.cheogram.android.yml
index b43fd3a615..35212840f9 100644
--- a/metadata/com.cheogram.android.yml
+++ b/metadata/com.cheogram.android.yml
@@ -27,7 +27,7 @@ Builds:
gradle:
- cheogramFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21e
- versionName: 2.10.3-2+free
@@ -40,7 +40,7 @@ Builds:
gradle:
- cheogramFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21e
- versionName: 2.10.5-1+free
@@ -53,7 +53,7 @@ Builds:
gradle:
- cheogramFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21e
- versionName: 2.10.5-2+free
@@ -66,7 +66,7 @@ Builds:
gradle:
- cheogramFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21e
- versionName: 2.10.6-1+free
@@ -79,7 +79,7 @@ Builds:
gradle:
- cheogramFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21e
- versionName: 2.10.9-1+free
@@ -92,7 +92,7 @@ Builds:
gradle:
- cheogramFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21e
- versionName: 2.10.10-1+free
@@ -105,7 +105,7 @@ Builds:
gradle:
- cheogramFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21e
- versionName: 2.10.10-2+free
@@ -118,7 +118,7 @@ Builds:
gradle:
- cheogramFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21e
- versionName: 2.10.10-3+free
@@ -127,7 +127,7 @@ Builds:
gradle:
- cheogramFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21e
antifeatures:
- KnownVuln
@@ -138,7 +138,7 @@ Builds:
gradle:
- cheogramFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
- versionName: 2.12.1-1+free
versionCode: 42035
@@ -146,7 +146,7 @@ Builds:
gradle:
- cheogramFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
- versionName: 2.12.1-2+free
versionCode: 42036
@@ -154,7 +154,7 @@ Builds:
gradle:
- cheogramFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
- versionName: 2.12.1-3+free
versionCode: 42037
@@ -162,7 +162,7 @@ Builds:
gradle:
- cheogramFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
- versionName: 2.12.1-4+free
versionCode: 42038
@@ -170,7 +170,7 @@ Builds:
gradle:
- cheogramFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
- versionName: 2.12.1-5+free
versionCode: 42039
@@ -178,7 +178,7 @@ Builds:
gradle:
- cheogramFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
- versionName: 2.12.1-6+free
versionCode: 42040
@@ -186,7 +186,7 @@ Builds:
gradle:
- cheogramFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
- versionName: 2.12.1-7+free
versionCode: 42041
@@ -194,7 +194,7 @@ Builds:
gradle:
- cheogramFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
- versionName: 2.12.1-8+free
versionCode: 42042
@@ -202,7 +202,7 @@ Builds:
gradle:
- cheogramFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
- versionName: 2.12.8-1+free
versionCode: 4204401
@@ -211,7 +211,7 @@ Builds:
- cheogramFree
output: build/outputs/apk/cheogramFree/release/Conversations-cheogram-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.8-1+free
versionCode: 4204402
@@ -220,7 +220,7 @@ Builds:
- cheogramFree
output: build/outputs/apk/cheogramFree/release/Conversations-cheogram-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.8-1+free
versionCode: 4204403
@@ -229,7 +229,7 @@ Builds:
- cheogramFree
output: build/outputs/apk/cheogramFree/release/Conversations-cheogram-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.8-1+free
versionCode: 4204404
@@ -238,7 +238,7 @@ Builds:
- cheogramFree
output: build/outputs/apk/cheogramFree/release/Conversations-cheogram-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
AutoUpdateMode: Version ++free %v-fdroid
UpdateCheckMode: Tags .*-fdroid$
diff --git a/metadata/com.chesire.nekome.yml b/metadata/com.chesire.nekome.yml
index a1385dc412..f725aa6b38 100644
--- a/metadata/com.chesire.nekome.yml
+++ b/metadata/com.chesire.nekome.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Kitsu site.
+ NonFreeNet:
+ en-US: Depends on Kitsu site.
Categories:
- Internet
- Reading
diff --git a/metadata/com.chessclock.android.yml b/metadata/com.chessclock.android.yml
index 31b41180a2..47cd4c5953 100644
--- a/metadata/com.chessclock.android.yml
+++ b/metadata/com.chessclock.android.yml
@@ -7,9 +7,9 @@ Changelog: https://github.com/simenheg/simple-chess-clock#changelog
AutoName: Simple Chess Clock
Description: |-
- Simple Chess Clock is what its name implies: a chess clock (that's simple!). It
- aims to be easy to use and easy to read, while also providing some reasonably
- expected features.
+ Simple Chess Clock is what its name implies: a chess clock (that's simple!). It
+ aims to be easy to use and easy to read, while also providing some reasonably
+ expected features.
RepoType: git
Repo: https://github.com/simenheg/simple-chess-clock
diff --git a/metadata/com.chmod0.manpages.yml b/metadata/com.chmod0.manpages.yml
index 3e6ef1ed9d..2669caf3ae 100644
--- a/metadata/com.chmod0.manpages.yml
+++ b/metadata/com.chmod0.manpages.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/jguepin/Manpages/issues
AutoName: Manpages
Description: |-
- Read *nix manual pages, either in online html or by downloading a database for
- offline study.
+ Read *nix manual pages, either in online html or by downloading a database for
+ offline study.
RepoType: git
Repo: https://github.com/chmod0/Manpages.git
diff --git a/metadata/com.ciarang.tallyphant.yml b/metadata/com.ciarang.tallyphant.yml
index f7309f2c56..b137784fc7 100644
--- a/metadata/com.ciarang.tallyphant.yml
+++ b/metadata/com.ciarang.tallyphant.yml
@@ -8,11 +8,11 @@ FlattrID: '474713'
AutoName: Tallyphant
Description: |-
- A simple counting application. Count any number of items simultanously, either
- up or down. Can be set to vibrate, beep or speak when the values change.
+ A simple counting application. Count any number of items simultanously, either
+ up or down. Can be set to vibrate, beep or speak when the values change.
- Live data can also be send via UDP to a networked computer, and results can be
- shared via email, etc.
+ Live data can also be send via UDP to a networked computer, and results can be
+ shared via email, etc.
RepoType: git
Repo: https://gitlab.com/CiaranG/tallyphant.git
diff --git a/metadata/com.cityfreqs.littlesirecho.yml b/metadata/com.cityfreqs.littlesirecho.yml
index 961658ccce..a785ea2236 100644
--- a/metadata/com.cityfreqs.littlesirecho.yml
+++ b/metadata/com.cityfreqs.littlesirecho.yml
@@ -6,16 +6,16 @@ IssueTracker: https://github.com/kaputnikGo/LittleSirEcho/issues
AutoName: Little Sir Echo
Description: |-
- Listens for SMS/MMS package notifications, sets a user-defined timer to remind
- using default ringtone and it's own notification message and continues to do so
- until the user views the sms or removes any sms notifications.
+ Listens for SMS/MMS package notifications, sets a user-defined timer to remind
+ using default ringtone and it's own notification message and continues to do so
+ until the user views the sms or removes any sms notifications.
- A simple setting for awake hours constrain Little Sir Echo to repeat
- notifications within user selected hours. Defaults apply for this and all other
- settings.
+ A simple setting for awake hours constrain Little Sir Echo to repeat
+ notifications within user selected hours. Defaults apply for this and all other
+ settings.
- Note: This app only
- works up to Android 5.
+ Note: This app only
+ works up to Android 5.
RepoType: git
Repo: https://github.com/kaputnikGo/LittleSirEcho
diff --git a/metadata/com.cityzen.cityzen.yml b/metadata/com.cityzen.cityzen.yml
index b3e33d4f71..6e98776911 100644
--- a/metadata/com.cityzen.cityzen.yml
+++ b/metadata/com.cityzen.cityzen.yml
@@ -10,11 +10,11 @@ Donate: https://github.com/CityZenApp/Funding/blob/HEAD/README.md
AutoName: CityZen
Description: |-
- OpenStreetMap based city navigation app that helps you explore your city easily.
- The app shows points of interest in different categories such as ATMs, gas
- stations, drugstores, mobile phone stores etc. based on your location and it
- does so without keeping your data. If you are an OSM contributor you can also
- edit or add POIs directly from the app.
+ OpenStreetMap based city navigation app that helps you explore your city easily.
+ The app shows points of interest in different categories such as ATMs, gas
+ stations, drugstores, mobile phone stores etc. based on your location and it
+ does so without keeping your data. If you are an OSM contributor you can also
+ edit or add POIs directly from the app.
RepoType: git
Repo: https://github.com/CityZenApp/Android-Development
diff --git a/metadata/com.claha.showtimeremote.yml b/metadata/com.claha.showtimeremote.yml
index cf794e3d51..02d75986c6 100644
--- a/metadata/com.claha.showtimeremote.yml
+++ b/metadata/com.claha.showtimeremote.yml
@@ -10,15 +10,15 @@ Changelog: https://github.com/claha/movianremote/blob/HEAD/CHANGELOG.md
AutoName: Movian Remote
Description: |-
- Remote control for a Movian media center instance.
+ Remote control for a Movian media center instance.
- Features:
+ Features:
- * Buttons for most common actions, see below for a more detailed description
- * Use the integrated searchbar to search in Movian
- * Use profiles if you are running Movian on multiple devices
- * Swipe to switch between profiles
- * Swipe to switch between navigation and media remote
+ * Buttons for most common actions, see below for a more detailed description
+ * Use the integrated searchbar to search in Movian
+ * Use profiles if you are running Movian on multiple devices
+ * Swipe to switch between profiles
+ * Swipe to switch between navigation and media remote
RepoType: git
Repo: https://github.com/claha/movianremote
diff --git a/metadata/com.code.android.vibevault.yml b/metadata/com.code.android.vibevault.yml
index 1cb6960e76..159b9b0981 100644
--- a/metadata/com.code.android.vibevault.yml
+++ b/metadata/com.code.android.vibevault.yml
@@ -6,17 +6,17 @@ SourceCode: https://code.google.com/p/vibevault/source
AutoName: Vibe Vault
Description: |-
- Vibe Vault lets you browse, stream, and download from www.archive.org's
- collection of over 84,000 live concerts. Archive.org's collection spans almost
- 8,000 Grateful Dead recordings, among recordings of other great bands like
- Lotus, Sound Tribe Sector 9, Yonder Mountain String Band, String Cheese
- Incident, and a huge number of other great acts.
+ Vibe Vault lets you browse, stream, and download from www.archive.org's
+ collection of over 84,000 live concerts. Archive.org's collection spans almost
+ 8,000 Grateful Dead recordings, among recordings of other great bands like
+ Lotus, Sound Tribe Sector 9, Yonder Mountain String Band, String Cheese
+ Incident, and a huge number of other great acts.
- Vibe Vault will play your music in the background while you do other things with
- your phone. You can play whole shows at once, make playlists with songs from
- multiple shows, and download single tracks or entire concerts.
+ Vibe Vault will play your music in the background while you do other things with
+ your phone. You can play whole shows at once, make playlists with songs from
+ multiple shows, and download single tracks or entire concerts.
- It is designed to be fast, light on resources, attractive, and intuitive.
+ It is designed to be fast, light on resources, attractive, and intuitive.
Builds:
- versionName: '4.1'
@@ -29,8 +29,8 @@ Builds:
- mv assets/htmlcleaner-2.2.jar libs/
MaintainerNotes: |-
- Useless directory structure, can't use git-svn with tags. No UCM applies since
- different versions will be under different dirs.
+ Useless directory structure, can't use git-svn with tags. No UCM applies since
+ different versions will be under different dirs.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.code61.deadpixel.yml b/metadata/com.code61.deadpixel.yml
index 42e97950f1..f7c8141a2d 100644
--- a/metadata/com.code61.deadpixel.yml
+++ b/metadata/com.code61.deadpixel.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/SrpMtt/DeadPixel/issues
AutoName: DeadPixel
Description: |-
- Identify dead or stuck pixels by selecting a color to find incorrect pixels on
- your display; tap on the screen to change color.
+ Identify dead or stuck pixels by selecting a color to find incorrect pixels on
+ your display; tap on the screen to change color.
RepoType: git
Repo: https://github.com/SrpMtt/DeadPixel
diff --git a/metadata/com.codebutler.farebot.yml b/metadata/com.codebutler.farebot.yml
index 28ccbe104c..0f8c71b581 100644
--- a/metadata/com.codebutler.farebot.yml
+++ b/metadata/com.codebutler.farebot.yml
@@ -7,12 +7,12 @@ IssueTracker: https://github.com/codebutler/farebot/issues
AutoName: FareBot
Description: |-
- Read data from MIFARE public transit cards using your NFC-equipped Android
- phone.
+ Read data from MIFARE public transit cards using your NFC-equipped Android
+ phone.
- N.B This build cannot use the Google Maps because no keys are included in
- the source code. Most of its functionalities still work without having Google
- Apps on your device.
+ N.B This build cannot use the Google Maps because no keys are included in
+ the source code. Most of its functionalities still work without having Google
+ Apps on your device.
RepoType: git
Repo: https://github.com/codebutler/farebot
diff --git a/metadata/com.codedead.deadhash.yml b/metadata/com.codedead.deadhash.yml
index e6cc07372d..6dbf15588d 100644
--- a/metadata/com.codedead.deadhash.yml
+++ b/metadata/com.codedead.deadhash.yml
@@ -10,16 +10,16 @@ Donate: https://codedead.com/donate
AutoName: DeadHash
Description: |-
- DeadHash is an utility to calculate file and text hashes.
- The following hash calculations are supported:
- * MD5
- * SHA-1
- * SHA-224
- * SHA-256
- * SHA-3
- * SHA-384
- * SHA-512
- * CRC32
+ DeadHash is an utility to calculate file and text hashes.
+ The following hash calculations are supported:
+ * MD5
+ * SHA-1
+ * SHA-224
+ * SHA-256
+ * SHA-3
+ * SHA-384
+ * SHA-512
+ * CRC32
RepoType: git
Repo: https://github.com/CodeDead/DeadHash-android/
diff --git a/metadata/com.codelv.inventory.yml b/metadata/com.codelv.inventory.yml
index 4f6dee5209..4b3e0aa000 100644
--- a/metadata/com.codelv.inventory.yml
+++ b/metadata/com.codelv.inventory.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on digikey to import data.
+ NonFreeNet:
+ en-US: Depends on digikey to import data.
Categories:
- Development
License: GPL-3.0-only
diff --git a/metadata/com.cointrend.yml b/metadata/com.cointrend.yml
index 07597ec66c..34f0ed6731 100644
--- a/metadata/com.cointrend.yml
+++ b/metadata/com.cointrend.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Sources for coin data are not libre.
+ NonFreeNet:
+ en-US: Sources for coin data are not libre.
Categories:
- Money
License: GPL-3.0-or-later
diff --git a/metadata/com.collabora.libreoffice.yml b/metadata/com.collabora.libreoffice.yml
index 8123d30281..873aad8d92 100644
--- a/metadata/com.collabora.libreoffice.yml
+++ b/metadata/com.collabora.libreoffice.yml
@@ -9,28 +9,28 @@ Donate: https://donate.libreoffice.org
Name: LibreOffice Viewer Beta
Summary: Document Viewer
Description: |-
- LibreOffice Viewer uses the same engine as LibreOffice for Windows, Mac, and
- Linux. This, combined with a new front-end based on Firefox for Android, reads
- documents similarly to LibreOffice desktop.
+ LibreOffice Viewer uses the same engine as LibreOffice for Windows, Mac, and
+ Linux. This, combined with a new front-end based on Firefox for Android, reads
+ documents similarly to LibreOffice desktop.
- Supported files:
+ Supported files:
- * Open Document Format (.odt, .odp, .ods, .ots, .ott, .otp)
- * Microsoft Office 2007/2010/2013 (.docx, .pptx, .xlsx, .dotx, .xltx, .ppsx)
- * Microsoft Office 97/2000/XP/2003 (.doc, .ppt, .xls, .dot, .xlt, .pps)
+ * Open Document Format (.odt, .odp, .ods, .ots, .ott, .otp)
+ * Microsoft Office 2007/2010/2013 (.docx, .pptx, .xlsx, .dotx, .xltx, .ppsx)
+ * Microsoft Office 97/2000/XP/2003 (.doc, .ppt, .xls, .dot, .xlt, .pps)
- Coming in future releases:
+ Coming in future releases:
- * Interactive document elements (e.g. URLs)
- * Support for browsing external SD storage
- * Many more features planned
+ * Interactive document elements (e.g. URLs)
+ * Support for browsing external SD storage
+ * Many more features planned
- Usability:
+ Usability:
- * Beta status, has crashing bugs
+ * Beta status, has crashing bugs
- This package is the preview version. To download the last release see
- https://f-droid.org/packages/org.documentfoundation.libreoffice.
+ This package is the preview version. To download the last release see
+ https://f-droid.org/packages/org.documentfoundation.libreoffice.
RepoType: git
Repo: git://anongit.freedesktop.org/libreoffice/core
diff --git a/metadata/com.color.colornamer.yml b/metadata/com.color.colornamer.yml
index c115a2d897..feb8511330 100644
--- a/metadata/com.color.colornamer.yml
+++ b/metadata/com.color.colornamer.yml
@@ -7,11 +7,11 @@ IssueTracker: https://github.com/kaytdek/ColorNamer/issues
AutoName: Color Namer
Description: |-
- Ever wondered what the name for that colour is? Or wanted the code for a colour
- that could be described as 'dusty'?
+ Ever wondered what the name for that colour is? Or wanted the code for a colour
+ that could be described as 'dusty'?
- Identify colours via the camera and the xkcd survey and share them. Set colours
- to wallpaper.
+ Identify colours via the camera and the xkcd survey and share them. Set colours
+ to wallpaper.
RepoType: git
Repo: https://github.com/kaytdek/ColorNamer.git
diff --git a/metadata/com.commit451.gitlab.yml b/metadata/com.commit451.gitlab.yml
index df36308c15..2c8c983230 100644
--- a/metadata/com.commit451.gitlab.yml
+++ b/metadata/com.commit451.gitlab.yml
@@ -9,13 +9,13 @@ Changelog: https://gitlab.com/Commit451/LabCoat/blob/HEAD/CHANGELOG.md
AutoName: LabCoat
Description: |-
- GitLab client with features including:
+ GitLab client with features including:
- * View commits
- * View, edit & close issues
- * Comment on issues
- * Browse & view files
- * Manage groups
+ * View commits
+ * View, edit & close issues
+ * Comment on issues
+ * Browse & view files
+ * Manage groups
RepoType: git
Repo: https://gitlab.com/Commit451/LabCoat.git
@@ -81,7 +81,7 @@ Builds:
gradle:
- fdroid
prebuild: "sed -i -e '1,14d' -e '/normalCompile/,+2d' -e '/enableCrashlytics/s/true/false/g'\
- \ -e \"/apply plugin: 'io.fabric'/d\" build.gradle"
+ \ -e \"/apply plugin: 'io.fabric'/d\" build.gradle"
- versionName: 2.4.3
versionCode: 2040300
@@ -90,7 +90,7 @@ Builds:
gradle:
- fdroid
prebuild: "sed -i -e '1,14d' -e '/normalCompile/,+2d' -e '/enableCrashlytics/s/true/false/g'\
- \ -e \"/apply plugin: 'io.fabric'/d\" build.gradle"
+ \ -e \"/apply plugin: 'io.fabric'/d\" build.gradle"
- versionName: 2.4.5
versionCode: 2040500
@@ -99,7 +99,7 @@ Builds:
gradle:
- fdroid
prebuild: "sed -i -e '1,14d' -e '/normalCompile/,+2d' -e '/enableCrashlytics/s/true/false/g'\
- \ -e \"/apply plugin: 'io.fabric'/d\" build.gradle"
+ \ -e \"/apply plugin: 'io.fabric'/d\" build.gradle"
- versionName: 2.4.6
versionCode: 2040600
@@ -167,7 +167,7 @@ Builds:
gradle:
- fdroid
prebuild: "sed -i -e '1,14d' -e '/normalImplementation/,+2d' -e '/enableCrashlytics/s/true/false/g'\
- \ -e \"/apply plugin: 'io.fabric'/d\" build.gradle"
+ \ -e \"/apply plugin: 'io.fabric'/d\" build.gradle"
- versionName: 2.6.0
versionCode: 2060000
@@ -176,7 +176,7 @@ Builds:
gradle:
- fdroid
prebuild: "sed -i -e '1,14d' -e '/normalImplementation/,+2d' -e '/enableCrashlytics/s/true/false/g'\
- \ -e \"/apply plugin: 'io.fabric'/d\" build.gradle"
+ \ -e \"/apply plugin: 'io.fabric'/d\" build.gradle"
- versionName: 2.6.1
versionCode: 2060100
@@ -185,7 +185,7 @@ Builds:
gradle:
- fdroid
prebuild: "sed -i -e '1,14d' -e '/normalImplementation/,+2d' -e '/enableCrashlytics/s/true/false/g'\
- \ -e \"/apply plugin: 'io.fabric'/d\" build.gradle"
+ \ -e \"/apply plugin: 'io.fabric'/d\" build.gradle"
- versionName: 2.6.3
versionCode: 2060300
@@ -194,7 +194,7 @@ Builds:
gradle:
- fdroid
prebuild: "sed -i -e '1,14d' -e '/normalImplementation/,+2d' -e '/enableCrashlytics/s/true/false/g'\
- \ -e \"/apply plugin: 'io.fabric'/d\" build.gradle"
+ \ -e \"/apply plugin: 'io.fabric'/d\" build.gradle"
- versionName: 2.7.2
versionCode: 2070200
diff --git a/metadata/com.commonslab.commonslab.yml b/metadata/com.commonslab.commonslab.yml
index b4d4d6af00..b01aa0939d 100644
--- a/metadata/com.commonslab.commonslab.yml
+++ b/metadata/com.commonslab.commonslab.yml
@@ -9,15 +9,15 @@ IssueTracker: https://github.com/CommonsLab/CommonsLab/issues
AutoName: CommonsLab
Description: |-
- Browse and contribute to the Wikimedia Commons project.
+ Browse and contribute to the Wikimedia Commons project.
- Upload photos, videos, and audios directly from your phone to Wikimedia Commons.
- No need to transfer your files to your desktop to upload on Wikimedia anymore.
+ Upload photos, videos, and audios directly from your phone to Wikimedia Commons.
+ No need to transfer your files to your desktop to upload on Wikimedia anymore.
- Wikimedia is one of the biggest communities to share knowledge and multimedia
- with the world.
+ Wikimedia is one of the biggest communities to share knowledge and multimedia
+ with the world.
- This is a new version of https://f-droid.org/packages/org.wikimedia.commons.wikimedia.
+ This is a new version of https://f-droid.org/packages/org.wikimedia.commons.wikimedia.
RepoType: git
Repo: https://github.com/CommonsLab/CommonsLab
diff --git a/metadata/com.commonsware.android.arXiv.yml b/metadata/com.commonsware.android.arXiv.yml
index 928abebf2f..9d56e89258 100644
--- a/metadata/com.commonsware.android.arXiv.yml
+++ b/metadata/com.commonsware.android.arXiv.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/jdeslip/arxiv-mobile/issues
AutoName: arXiv mobile
Description: |-
- Keep up with the latest science research: physics, math, computers science.
- Browse daily science articles (Physics, Astronomy, Math...) at arXiv.org and
- search the entire arXiv collection. You can read PDFs, save them for later
- reading and share articles. A homescreen widget lets you know of any new
- articles in your favorite science categories (dozens of physics, math, computer
- science categories) or custom searches.
+ Keep up with the latest science research: physics, math, computers science.
+ Browse daily science articles (Physics, Astronomy, Math...) at arXiv.org and
+ search the entire arXiv collection. You can read PDFs, save them for later
+ reading and share articles. A homescreen widget lets you know of any new
+ articles in your favorite science categories (dozens of physics, math, computer
+ science categories) or custom searches.
RepoType: git
Repo: https://github.com/jdeslip/arxiv-mobile
diff --git a/metadata/com.concentricsky.android.khan.yml b/metadata/com.concentricsky.android.khan.yml
index c5d38b81db..567bcb75b8 100644
--- a/metadata/com.concentricsky.android.khan.yml
+++ b/metadata/com.concentricsky.android.khan.yml
@@ -8,18 +8,18 @@ IssueTracker: https://github.com/concentricsky/android-viewer-for-khan-academy/i
Name: Khan Academy viewer
AutoName: Viewer for Khan Academy
Description: |-
- View Khan Academy's library of over 4,000 educational
- videos. Topics covered include: general science, biology, chemistry, physics,
- math, finance, history, the humanities, and more.
+ View Khan Academy's library of over 4,000 educational
+ videos. Topics covered include: general science, biology, chemistry, physics,
+ math, finance, history, the humanities, and more.
- Khan Academy's library of videos is available free of charge. Teachers,
- students, scientists - people form all walks of life - will find Khan Academy's
- materials immensely valuable and engaging.
+ Khan Academy's library of videos is available free of charge. Teachers,
+ students, scientists - people form all walks of life - will find Khan Academy's
+ materials immensely valuable and engaging.
- You can take individual videos, or entire topics offline to watch when you don't
- have a network connection. Follow along, skip ahead, or go back by navigating
- subtitles, and connect with your Khan Academy user account to track your work
- and earn achievements.
+ You can take individual videos, or entire topics offline to watch when you don't
+ have a network connection. Follow along, skip ahead, or go back by navigating
+ subtitles, and connect with your Khan Academy user account to track your work
+ and earn achievements.
RepoType: git
Repo: https://github.com/concentricsky/android-viewer-for-khan-academy.git
diff --git a/metadata/com.controlloid.yml b/metadata/com.controlloid.yml
index 4c7856f69d..f1f5e0e19a 100644
--- a/metadata/com.controlloid.yml
+++ b/metadata/com.controlloid.yml
@@ -130,8 +130,8 @@ Builds:
- popd
MaintainerNotes: |-
- Use scanignore to allow the "node_modules/react-native/android"
- local Maven repository which contains the React Native library.
+ Use scanignore to allow the "node_modules/react-native/android"
+ local Maven repository which contains the React Native library.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.corner23.android.beautyclocklivewallpaper.yml b/metadata/com.corner23.android.beautyclocklivewallpaper.yml
index 1a3e824a2e..3731bc5e3c 100644
--- a/metadata/com.corner23.android.beautyclocklivewallpaper.yml
+++ b/metadata/com.corner23.android.beautyclocklivewallpaper.yml
@@ -6,15 +6,15 @@ IssueTracker: https://github.com/shakalaca/BeautyClockLiveWallpaper/issues
AutoName: Beauty Clock
Description: |-
- Bijin Tokei is a genre of wallpaper that is popular in East Asia. Every minute
- the wallpaper changes to a picture of a pretty girl holding an object that
- displays the time.
+ Bijin Tokei is a genre of wallpaper that is popular in East Asia. Every minute
+ the wallpaper changes to a picture of a pretty girl holding an object that
+ displays the time.
- This app will download the pictures for every minute from your chosen site
- without caching them but it will check if images already exist in
- sdcard/BeautyClock/pic/site/ and the scheme is always aabb.jpg where aa is
- the hour and bb is the minute. In this way, you can have the app display any
- images that you want.
+ This app will download the pictures for every minute from your chosen site
+ without caching them but it will check if images already exist in
+ sdcard/BeautyClock/pic/site/ and the scheme is always aabb.jpg where aa is
+ the hour and bb is the minute. In this way, you can have the app display any
+ images that you want.
RepoType: git
Repo: https://github.com/shakalaca/BeautyClockLiveWallpaper.git
diff --git a/metadata/com.corphish.nightlight.generic.yml b/metadata/com.corphish.nightlight.generic.yml
index 3ac648dd1a..589e9ccbb8 100644
--- a/metadata/com.corphish.nightlight.generic.yml
+++ b/metadata/com.corphish.nightlight.generic.yml
@@ -8,30 +8,30 @@ IssueTracker: https://github.com/corphish/NightLight/issues
AutoName: Night Light
Description: |-
- Night light is an open-source app which uses KCAL to adjust blue light intensity
- of the display colors, so that viewing the screen at dark becomes pleasant for
- the eyes, and help you fall asleep faster (this is what science have proven
- so...).
+ Night light is an open-source app which uses KCAL to adjust blue light intensity
+ of the display colors, so that viewing the screen at dark becomes pleasant for
+ the eyes, and help you fall asleep faster (this is what science have proven
+ so...).
- Features
+ Features
- * Uses KCAL to adjust blue light intensity.
- * Easy to use color controls.
- * Color intensities.
- * Sophisticated automation.
- * Create and apply profiles with one click.
- * Tasker plugin integeration.
- * Great UI.
+ * Uses KCAL to adjust blue light intensity.
+ * Easy to use color controls.
+ * Color intensities.
+ * Sophisticated automation.
+ * Create and apply profiles with one click.
+ * Tasker plugin integeration.
+ * Great UI.
- Requirements
+ Requirements
- * Kernel supporting KCAL.
- * Root access.
+ * Kernel supporting KCAL.
+ * Root access.
- Permissions
+ Permissions
- * Location - It is used to determine sunset/sunrise times for your location. (Your location info isn't shared, your privacy is maintained)
- * Internet - It is used to determine approximate location (when exact location is not available) to determine sunset/sunrise times for your location.
+ * Location - It is used to determine sunset/sunrise times for your location. (Your location info isn't shared, your privacy is maintained)
+ * Internet - It is used to determine approximate location (when exact location is not available) to determine sunset/sunrise times for your location.
RequiresRoot: true
@@ -46,7 +46,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/io.fabric/d' -e '/fabric.io/d' -e '/genericImplementation(.*)
- {/,/}/d' -e '/donateImplementation(.*) {/,/}/d' ../build.gradle build.gradle
+ {/,/}/d' -e '/donateImplementation(.*) {/,/}/d' ../build.gradle build.gradle
- versionName: 1.2.0
versionCode: 12
@@ -55,7 +55,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/io.fabric/d' -e '/fabric.io/d' -e '/genericImplementation(.*)
- {/,/}/d' -e '/donateImplementation(.*) {/,/}/d' ../build.gradle build.gradle
+ {/,/}/d' -e '/donateImplementation(.*) {/,/}/d' ../build.gradle build.gradle
- versionName: 1.5.1
versionCode: 19
@@ -64,7 +64,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/io.fabric/d' -e '/fabric.io/d' -e '/genericImplementation(.*)
- {/,/}/d' -e '/donateImplementation(.*) {/,/}/d' ../build.gradle build.gradle
+ {/,/}/d' -e '/donateImplementation(.*) {/,/}/d' ../build.gradle build.gradle
- versionName: 3.0.0
versionCode: 66
@@ -73,7 +73,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/io.fabric/d' -e '/fabric.io/d' -e '/genericImplementation(.*)
- {/,/}/d' ../build.gradle build.gradle
+ {/,/}/d' ../build.gradle build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.corvettecole.gotosleep.yml b/metadata/com.corvettecole.gotosleep.yml
index 9474392789..b6973e8dfa 100644
--- a/metadata/com.corvettecole.gotosleep.yml
+++ b/metadata/com.corvettecole.gotosleep.yml
@@ -13,9 +13,9 @@ Donate: https://www.paypal.com/paypalme/CGerdemann
AutoName: Go to Sleep
Description: |-
- GotoSleep reminds you when it's time to go to bed. But it also lets you
- setup custom reminders. It also lets you use "smart reminders" – which nag
- you until you keep your fingers off the device.
+ GotoSleep reminds you when it's time to go to bed. But it also lets you
+ setup custom reminders. It also lets you use "smart reminders" – which nag
+ you until you keep your fingers off the device.
RepoType: git
Repo: https://github.com/CorvetteCole/GotoSleep
diff --git a/metadata/com.cosmos.candle.yml b/metadata/com.cosmos.candle.yml
index 26b234686d..e5877804d6 100644
--- a/metadata/com.cosmos.candle.yml
+++ b/metadata/com.cosmos.candle.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Uses non-libre APIs to retrieve stock prices.
+ NonFreeNet:
+ en-US: Uses non-libre APIs to retrieve stock prices.
Categories:
- Internet
- Money
diff --git a/metadata/com.cosmos.unreddit.yml b/metadata/com.cosmos.unreddit.yml
index c3000e949a..df66437086 100644
--- a/metadata/com.cosmos.unreddit.yml
+++ b/metadata/com.cosmos.unreddit.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Connects to Reddit
+ NonFreeNet:
+ en-US: Connects to Reddit
Categories:
- Internet
- Reading
diff --git a/metadata/com.coste.syncorg.yml b/metadata/com.coste.syncorg.yml
index c63ddbc726..728801aefe 100644
--- a/metadata/com.coste.syncorg.yml
+++ b/metadata/com.coste.syncorg.yml
@@ -9,16 +9,16 @@ IssueTracker: https://github.com/wizmer/syncorg/issues
AutoName: SyncOrg
Description: |-
- Note taking app that supports Emacs OrgMode.
+ Note taking app that supports Emacs OrgMode.
- Features:
+ Features:
- * Modern design using Android's Material Design guidelines
- * Automatic Git synchronization (via SSH and HTTP). Access to the raw files in case of conflict to solve.
- * Independent of Emacs: it is no longer required to use it in conjunction with Emacs.
- * Agenda view and Todo list view generated from the org files.
- * Folding of items and sub-items.
- * Share files button
+ * Modern design using Android's Material Design guidelines
+ * Automatic Git synchronization (via SSH and HTTP). Access to the raw files in case of conflict to solve.
+ * Independent of Emacs: it is no longer required to use it in conjunction with Emacs.
+ * Agenda view and Todo list view generated from the org files.
+ * Folding of items and sub-items.
+ * Share files button
RepoType: git
Repo: https://github.com/wizmer/syncorg
diff --git a/metadata/com.cr5315.cfdc.yml b/metadata/com.cr5315.cfdc.yml
index 8916de4d9e..7d6a035df4 100644
--- a/metadata/com.cr5315.cfdc.yml
+++ b/metadata/com.cr5315.cfdc.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/cr5315/countdown-for-dashclock/issues
AutoName: Countdown for DashClock
Description: |-
- Extension for https://f-droid.org/packages/net.nurik.roman.dashclock that displays the time remaining
- until an event.
+ Extension for https://f-droid.org/packages/net.nurik.roman.dashclock that displays the time remaining
+ until an event.
RepoType: git
Repo: https://github.com/cr5315/countdown-for-dashclock.git
@@ -22,8 +22,8 @@ Builds:
- yes
MaintainerNotes: |-
- Upstream deleted repo and pushed a new one by the same name which only
- contains 2.1+.
+ Upstream deleted repo and pushed a new one by the same name which only
+ contains 2.1+.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.cradle.iitc_mobile.yml b/metadata/com.cradle.iitc_mobile.yml
index 4d57b0f3eb..b2f3b70ca4 100644
--- a/metadata/com.cradle.iitc_mobile.yml
+++ b/metadata/com.cradle.iitc_mobile.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: The game itself is neither free-as-in-freedom nor open-source.
+ NonFreeNet:
+ en-US: The game itself is neither free-as-in-freedom nor open-source.
Categories:
- Games
License: ISC
@@ -9,12 +9,12 @@ IssueTracker: https://github.com/iitc-project/ingress-intel-total-conversion/iss
AutoName: IITC Mobile
Description: |-
- Ingress map browser with IITC embedded. Ingress Intel Total Conversion (IITC) is
- a browser addon for the Ingress augmented reality game. IITC Mobile brings this
- browser addon to the mobile world.
+ Ingress map browser with IITC embedded. Ingress Intel Total Conversion (IITC) is
+ a browser addon for the Ingress augmented reality game. IITC Mobile brings this
+ browser addon to the mobile world.
- Anti-feature: Network Services. The game itself is neither free-as-in-freedom
- nor open-source.
+ Anti-feature: Network Services. The game itself is neither free-as-in-freedom
+ nor open-source.
RepoType: git
Repo: https://github.com/iitc-project/ingress-intel-total-conversion.git
diff --git a/metadata/com.craigd.lmsmaterial.app.yml b/metadata/com.craigd.lmsmaterial.app.yml
index 57cd760ab4..3d0f86358f 100644
--- a/metadata/com.craigd.lmsmaterial.app.yml
+++ b/metadata/com.craigd.lmsmaterial.app.yml
@@ -9,9 +9,9 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2X2
AutoName: LMS
Description: |-
- Provides a webview wrapper for accessing a Logitech Media Server instance using
- MaterialSkin. Reqires the MaterialSkin plugin to be installed on your LMS
- instance.
+ Provides a webview wrapper for accessing a Logitech Media Server instance using
+ MaterialSkin. Reqires the MaterialSkin plugin to be installed on your LMS
+ instance.
RepoType: git
Repo: https://github.com/CDrummond/lms-material-app
diff --git a/metadata/com.crazyhitty.chdev.ks.munch.yml b/metadata/com.crazyhitty.chdev.ks.munch.yml
index 510095b069..c0299cc49a 100644
--- a/metadata/com.crazyhitty.chdev.ks.munch.yml
+++ b/metadata/com.crazyhitty.chdev.ks.munch.yml
@@ -10,24 +10,24 @@ Changelog: https://github.com/crazyhitty/Munch/blob/HEAD/change_log.txt
AutoName: Munch
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- Enable the users to manage their RSS feeds. User can add new sources, manage
- them and view the article associated with the feeds.
+ Enable the users to manage their RSS feeds. User can add new sources, manage
+ them and view the article associated with the feeds.
- Features:
+ Features:
- * Load Rss feeds quickly
- * Add Rss Sources
- * Manage Rss Sources
- * Archive feeds
- * Customizable settings
- * Ad free
- * Opml Feeds integration
+ * Load Rss feeds quickly
+ * Add Rss Sources
+ * Manage Rss Sources
+ * Archive feeds
+ * Customizable settings
+ * Ad free
+ * Opml Feeds integration
- Tries to access dropbox.com when entering settings.
+ Tries to access dropbox.com when entering settings.
- Screenshots
+ Screenshots
RepoType: git
Repo: https://github.com/crazyhitty/Munch
diff --git a/metadata/com.crazylegend.subhub.yml b/metadata/com.crazylegend.subhub.yml
index 09a50dad4e..423a6cbed2 100644
--- a/metadata/com.crazylegend.subhub.yml
+++ b/metadata/com.crazylegend.subhub.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on opensubtitles.org, which is not libre.
+ NonFreeNet:
+ en-US: App depends on opensubtitles.org, which is not libre.
Categories:
- Multimedia
License: GPL-3.0-only
diff --git a/metadata/com.csipsimple.yml b/metadata/com.csipsimple.yml
index 13d85a9204..50258bdc7b 100644
--- a/metadata/com.csipsimple.yml
+++ b/metadata/com.csipsimple.yml
@@ -11,17 +11,17 @@ Donate: https://code.google.com/p/csipsimple/wiki/Donate
AutoName: CSipSimple
Summary: SIP (VOIP) client
Description: |-
- * High performances
- * Rewriting/filtering rules for integration with Android
- * SIP SIMPLE for Messaging
- * Record calls
- * Simple configuration
- * Fancy UI
- * Many codecs (HD codecs, optimized codecs)
- * Supported crypto : TLS for SIP and SRTP/ZRTP for media
- * Themes
+ * High performances
+ * Rewriting/filtering rules for integration with Android
+ * SIP SIMPLE for Messaging
+ * Record calls
+ * Simple configuration
+ * Fancy UI
+ * Many codecs (HD codecs, optimized codecs)
+ * Supported crypto : TLS for SIP and SRTP/ZRTP for media
+ * Themes
- This build doesn't include SILK (Skype) support.
+ This build doesn't include SILK (Skype) support.
Builds:
- versionName: 1.02.01-2417
@@ -78,21 +78,21 @@ Builds:
build: PATH=$PATH:$$NDK$$ make NDK_ROOT=$$NDK$$
MaintainerNotes: |-
- DexClassLoader used to load htc front-facing camera jar on HTC Evo devices.
- Does not break the app on other devices nor on HTC Evo devices that don't have
- the jar shipped with the device from HTC.
+ DexClassLoader used to load htc front-facing camera jar on HTC Evo devices.
+ Does not break the app on other devices nor on HTC Evo devices that don't have
+ the jar shipped with the device from HTC.
- To get the srclib revisions, run 'git svn show-externals'. One is nested inside pjsip.
+ To get the srclib revisions, run 'git svn show-externals'. One is nested inside pjsip.
- As google code has shut down, the most likely new upstream location is now
- at https://github.com/r3gis3r/CSipSimple.
+ As google code has shut down, the most likely new upstream location is now
+ at https://github.com/r3gis3r/CSipSimple.
- See https://github.com/r3gis3r/CSipSimple/issues/6 for more discussion about
- this issue, as of June 23 2016, the maintainers haven't responded to that
- question yet.
+ See https://github.com/r3gis3r/CSipSimple/issues/6 for more discussion about
+ this issue, as of June 23 2016, the maintainers haven't responded to that
+ question yet.
- KnownVuln: webrtc@2948 noted above
- https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
+ KnownVuln: webrtc@2948 noted above
+ https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.csmarosi.wifiautoff.yml b/metadata/com.csmarosi.wifiautoff.yml
index e94c6bb01a..3b5ceb3e84 100644
--- a/metadata/com.csmarosi.wifiautoff.yml
+++ b/metadata/com.csmarosi.wifiautoff.yml
@@ -7,22 +7,22 @@ IssueTracker: https://github.com/csmarosi/wifiAutOff/issues
AutoName: WifiAutOff
Description: |-
- Accidentally enabled WIFI eats battery. It also facilitates tracking. This
- app helps to reduce this by turning off WIFI.
+ Accidentally enabled WIFI eats battery. It also facilitates tracking. This
+ app helps to reduce this by turning off WIFI.
- By default the app only listen to WIFI changes. You need to enable the app
- (checkbox) to activate the turn off WIFI feature. If want to connect to a
- new (not whitelisted) network, you need to disable the app, scan or connect
- to whitelist the SSID/BSSID, then enable the app again. (Otherwise it would
- just instantly turn off the WIFI.)
+ By default the app only listen to WIFI changes. You need to enable the app
+ (checkbox) to activate the turn off WIFI feature. If want to connect to a
+ new (not whitelisted) network, you need to disable the app, scan or connect
+ to whitelist the SSID/BSSID, then enable the app again. (Otherwise it would
+ just instantly turn off the WIFI.)
- The app only cares whether the SSID/BSSID is among the WIFI scan results, so
- connection errors does not turn off the WIFI.
+ The app only cares whether the SSID/BSSID is among the WIFI scan results, so
+ connection errors does not turn off the WIFI.
- The whitelist, currently connected networks, available networks are color
- coded (red, green, and gray respectively).
+ The whitelist, currently connected networks, available networks are color
+ coded (red, green, and gray respectively).
- A notification is shown if the app is enabled.
+ A notification is shown if the app is enabled.
RepoType: git
Repo: https://github.com/csmarosi/wifiAutOff
diff --git a/metadata/com.ctemplar.app.fdroid.yml b/metadata/com.ctemplar.app.fdroid.yml
index be7ad7ab3b..a141835ac3 100644
--- a/metadata/com.ctemplar.app.fdroid.yml
+++ b/metadata/com.ctemplar.app.fdroid.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: CTemplar service itself is not libre.
+ NonFreeNet:
+ en-US: CTemplar service itself is not libre.
Categories:
- Internet
License: Apache-2.0
diff --git a/metadata/com.cweb.messenger.yml b/metadata/com.cweb.messenger.yml
index 1dd7a86338..91d530d456 100644
--- a/metadata/com.cweb.messenger.yml
+++ b/metadata/com.cweb.messenger.yml
@@ -22,8 +22,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
- versionName: 0.1.6+free
versionCode: 42031
@@ -36,8 +36,8 @@ Builds:
gradle:
- conversationsFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/enable true/d' -e '/Variants.all/,/^ }/d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/enable
+ true/d' -e '/Variants.all/,/^ }/d' build.gradle
- versionName: 2.10.10+free
versionCode: 42038
@@ -48,7 +48,7 @@ Builds:
gradle:
- conversationsFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21e
AutoUpdateMode: Version ++free v%v
diff --git a/metadata/com.cyanogenmod.filemanager.ics.yml b/metadata/com.cyanogenmod.filemanager.ics.yml
index 4c902b870d..4f41cb16a0 100644
--- a/metadata/com.cyanogenmod.filemanager.ics.yml
+++ b/metadata/com.cyanogenmod.filemanager.ics.yml
@@ -5,18 +5,18 @@ SourceCode: https://github.com/mcrosson/android_packages_apps_CMFileManager
AutoName: File Manager
Description: |-
- NOTE: This app is no longer maintained, its repo was deleted.
+ NOTE: This app is no longer maintained, its repo was deleted.
- A backport of the CyanogenMod File Manager application to ICS and higher. This
- is an unofficial fork of the main CyanogenMod File Manager project.
+ A backport of the CyanogenMod File Manager application to ICS and higher. This
+ is an unofficial fork of the main CyanogenMod File Manager project.
- Requires root: No. By default you can't access /data or /system but that can be
- changed by choosing a different security access mode in the General preferences.
- Then root will be called for if you try to change something that normally can't
- be.
+ Requires root: No. By default you can't access /data or /system but that can be
+ changed by choosing a different security access mode in the General preferences.
+ Then root will be called for if you try to change something that normally can't
+ be.
- Upstream
- project Info
+ Upstream
+ project Info
Builds:
- versionName: 1.0.1.4
diff --git a/metadata/com.czy0729.bangumi.yml b/metadata/com.czy0729.bangumi.yml
index 0286b23de5..6cf1fc4578 100644
--- a/metadata/com.czy0729.bangumi.yml
+++ b/metadata/com.czy0729.bangumi.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on bgm.tv
+ NonFreeNet:
+ en-US: Depends on bgm.tv
Categories:
- Internet
- Multimedia
diff --git a/metadata/com.dalthed.tucan.yml b/metadata/com.dalthed.tucan.yml
index afc586b6aa..0733a451b9 100644
--- a/metadata/com.dalthed.tucan.yml
+++ b/metadata/com.dalthed.tucan.yml
@@ -7,13 +7,13 @@ Changelog: https://github.com/Tyde/TuCanMobile/releases
AutoName: TuCanMobile
Description: |-
- Das Studentenveraltungstool TUCaN Mobile der TU Darmstadt ist über das
- Smartphone bisher sehr schwer zu bedienen gewesen. Das ändert sich nun für alle
- Android-Benutzer. Diese App liest die Seite aus und stellt sie passend für
- kleine Bildschirme dar. Derzeit kann man sich leider nicht für Veranstaltungen
- anmelden und das Anmelden für Prüfungen ist nur experimentell, jedoch ist es
- sehr praktisch um schnell mal einige Infos oder Materialien von TUCaN
- herunterzuladen.
+ Das Studentenveraltungstool TUCaN Mobile der TU Darmstadt ist über das
+ Smartphone bisher sehr schwer zu bedienen gewesen. Das ändert sich nun für alle
+ Android-Benutzer. Diese App liest die Seite aus und stellt sie passend für
+ kleine Bildschirme dar. Derzeit kann man sich leider nicht für Veranstaltungen
+ anmelden und das Anmelden für Prüfungen ist nur experimentell, jedoch ist es
+ sehr praktisch um schnell mal einige Infos oder Materialien von TUCaN
+ herunterzuladen.
RepoType: git
Repo: https://github.com/Tyde/TuCanMobile.git
diff --git a/metadata/com.daniel.mobilepauker2.yml b/metadata/com.daniel.mobilepauker2.yml
index 81f9c05ab4..5d307da63b 100644
--- a/metadata/com.daniel.mobilepauker2.yml
+++ b/metadata/com.daniel.mobilepauker2.yml
@@ -7,13 +7,13 @@ Changelog: https://github.com/dfrits/MobilePauker2/releases
AutoName: Mobile Pauker ++
Description: |-
- This app is based on the PC-Version Pauker and
- the
- Pauker. It was part of my Master Thesis to update the Pocket Pauker and
- make it more intuitive to use. Also to update it to the current Android version.
+ This app is based on the PC-Version Pauker and
+ the
+ Pauker. It was part of my Master Thesis to update the Pocket Pauker and
+ make it more intuitive to use. Also to update it to the current Android version.
- You can save your lessons on Dropbox and learn with the MobilePauker++ or Pauker.
+ You can save your lessons on Dropbox and learn with the MobilePauker++ or Pauker.
RepoType: git
Repo: https://github.com/dfrits/MobilePauker2
diff --git a/metadata/com.danielkim.soundrecorder.yml b/metadata/com.danielkim.soundrecorder.yml
index c5ab6eaa6b..a9e86c6045 100644
--- a/metadata/com.danielkim.soundrecorder.yml
+++ b/metadata/com.danielkim.soundrecorder.yml
@@ -10,21 +10,21 @@ Changelog: https://github.com/dkim0419/SoundRecorder/releases
AutoName: Sound Recorder
Description: |-
- Simple sound recorder implementing material design.
+ Simple sound recorder implementing material design.
- Use Sound Recorder to record lectures, singing, business meetings, notes and
- more!
+ Use Sound Recorder to record lectures, singing, business meetings, notes and
+ more!
- Features:
+ Features:
- * Material Design
- * Easy to Use
- * No Time Limits
- * MP4 Format
- * AAC Encoder
- * Manage files easily
- * Open source
- * NO ADVERTISEMENTS
+ * Material Design
+ * Easy to Use
+ * No Time Limits
+ * MP4 Format
+ * AAC Encoder
+ * Manage files easily
+ * Open source
+ * NO ADVERTISEMENTS
RepoType: git
Repo: https://github.com/dkim0419/SoundRecorder
diff --git a/metadata/com.danielme.muspyforandroid.yml b/metadata/com.danielme.muspyforandroid.yml
index 081f3ec681..42dbda88e7 100644
--- a/metadata/com.danielme.muspyforandroid.yml
+++ b/metadata/com.danielme.muspyforandroid.yml
@@ -12,11 +12,11 @@ IssueTracker: https://github.com/danielme-com/Muspy-for-Android/issues
AutoName: Muspy for Android
Description: |-
- Client for Muspy.com; import your favourite artists and
- you'll be notified when they have new recordings or gigs. You'll also get
- associated links to Wikipedia et al. and see the album art.
+ Client for Muspy.com; import your favourite artists and
+ you'll be notified when they have new recordings or gigs. You'll also get
+ associated links to Wikipedia et al. and see the album art.
- Muspy.com is based on Muspy, AGPL software that checks MusicBrainz.
+ Muspy.com is based on Muspy, AGPL software that checks MusicBrainz.
RepoType: git
Repo: https://github.com/danielme-com/Muspy-for-Android.git
diff --git a/metadata/com.danvelazco.fbwrapper.yml b/metadata/com.danvelazco.fbwrapper.yml
index e1dde98f4c..84202182b4 100644
--- a/metadata/com.danvelazco.fbwrapper.yml
+++ b/metadata/com.danvelazco.fbwrapper.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- Tracking:
- en-US: You are required to log in to Facebook.
+ Tracking:
+ en-US: You are required to log in to Facebook.
Categories:
- Internet
License: Apache-2.0
@@ -9,18 +9,18 @@ IssueTracker: https://github.com/velazcod/Tinfoil-Facebook/issues
AutoName: Tinfoil for Facebook
Description: |-
- Browse Facebook's mobile site with a simple web browser, which protects your
- privacy by avoiding the ability of the page and others to track your browsing
- history. It also includes other functionalities, like shortcuts to the
- notifications page or app settings to control whether your current location is
- to be provided to Facebook's website.
+ Browse Facebook's mobile site with a simple web browser, which protects your
+ privacy by avoiding the ability of the page and others to track your browsing
+ history. It also includes other functionalities, like shortcuts to the
+ notifications page or app settings to control whether your current location is
+ to be provided to Facebook's website.
- The COARSE_LOCATION permission is only used if you enable "Allow Check-ins" on
- the preferences section, which is disabled by default.
+ The COARSE_LOCATION permission is only used if you enable "Allow Check-ins" on
+ the preferences section, which is disabled by default.
- AntiFeatures:
+ AntiFeatures:
- * Tracking. You are required to log in to Facebook.
+ * Tracking. You are required to log in to Facebook.
RepoType: git
Repo: https://github.com/velazcod/Tinfoil-Facebook
diff --git a/metadata/com.dar.nclientv2.yml b/metadata/com.dar.nclientv2.yml
index 650de7f56a..9d54d18503 100644
--- a/metadata/com.dar.nclientv2.yml
+++ b/metadata/com.dar.nclientv2.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: NHentai website itself is non-libre.
- NSFW:
- en-US: App shows explicit content.
+ NonFreeNet:
+ en-US: NHentai website itself is non-libre.
+ NSFW:
+ en-US: App shows explicit content.
Categories:
- Internet
License: Apache-2.0
@@ -502,7 +502,7 @@ Builds:
- yes
MaintainerNotes: UpdateCheckMode stays as HTTP as beta version are not reflected in
- git tags.
+ git tags.
AutoUpdateMode: Version +-stable-release %v
UpdateCheckMode: Tags
diff --git a/metadata/com.darknessmap.yml b/metadata/com.darknessmap.yml
index 3bcb465f8e..2dc1d21a4e 100644
--- a/metadata/com.darknessmap.yml
+++ b/metadata/com.darknessmap.yml
@@ -5,10 +5,10 @@ SourceCode: https://github.com/ercanpinar/app-android
AutoName: Darkness Map
Description: |-
- Contribute to the Darkness map: a visualization of light levels in the city at
- night.
+ Contribute to the Darkness map: a visualization of light levels in the city at
+ night.
- Status: Beta.
+ Status: Beta.
Builds:
- versionName: 0.2.0
diff --git a/metadata/com.darshancomputing.BatteryIndicator.yml b/metadata/com.darshancomputing.BatteryIndicator.yml
index cb272c04df..46addfed70 100644
--- a/metadata/com.darshancomputing.BatteryIndicator.yml
+++ b/metadata/com.darshancomputing.BatteryIndicator.yml
@@ -10,9 +10,9 @@ Donate: https://github.com/darshan-/Battery-Indicator-Support/blob/HEAD/PackageD
AutoName: BatteryBot
Description: |-
- Shows your battery charge level (percent) as an icon in your status bar, with
- temperature, health, voltage, and time since plugged / unplugged in the
- notification area. It also has user-configurable alarms, logs, and widgets.
+ Shows your battery charge level (percent) as an icon in your status bar, with
+ temperature, health, voltage, and time since plugged / unplugged in the
+ notification area. It also has user-configurable alarms, logs, and widgets.
RepoType: git
Repo: https://github.com/darshan-/Battery-Indicator-Free
diff --git a/metadata/com.darshancomputing.BatteryIndicatorPro.yml b/metadata/com.darshancomputing.BatteryIndicatorPro.yml
index 87d6fa56fb..3d4a02693a 100644
--- a/metadata/com.darshancomputing.BatteryIndicatorPro.yml
+++ b/metadata/com.darshancomputing.BatteryIndicatorPro.yml
@@ -10,18 +10,18 @@ Donate: https://github.com/darshan-/Battery-Indicator-Support/blob/HEAD/PackageD
AutoName: BatteryBot Pro
Description: |-
- Shows your battery charge level (percent) as an icon in your status bar, with
- temperature, health, voltage, and time since plugged / unplugged in the
- notification area. It also has user-configurable alarms, logs, and widgets.
+ Shows your battery charge level (percent) as an icon in your status bar, with
+ temperature, health, voltage, and time since plugged / unplugged in the
+ notification area. It also has user-configurable alarms, logs, and widgets.
- * Automatic time-remaining estimates based on recent usage
- * Several icon sets (including fully configurable green, amber, red, and black icons)
- * Small (1x1) and large (4x1) app widgets
- * Notification (with status bar icon) is now optional -- can be used as just a desktop widget
- * Battery logging. You can log the battery state (charge, status, voltage, temperature) and browse the logs on the phone or export to CSV.
- * Manually or automatically disable / re-enable device lock screen / lockscreen / keyguard
- * Alarms (full, charge above X, charge below X, temperature above X, or health failure)
- * Control the notification priority on Android 4.1+ (For example, you can set to "minimum" to hide the icon but keep the notification in the tray.)
+ * Automatic time-remaining estimates based on recent usage
+ * Several icon sets (including fully configurable green, amber, red, and black icons)
+ * Small (1x1) and large (4x1) app widgets
+ * Notification (with status bar icon) is now optional -- can be used as just a desktop widget
+ * Battery logging. You can log the battery state (charge, status, voltage, temperature) and browse the logs on the phone or export to CSV.
+ * Manually or automatically disable / re-enable device lock screen / lockscreen / keyguard
+ * Alarms (full, charge above X, charge below X, temperature above X, or health failure)
+ * Control the notification priority on Android 4.1+ (For example, you can set to "minimum" to hide the icon but keep the notification in the tray.)
RepoType: git
Repo: https://github.com/darshan-/Battery-Indicator-Pro
diff --git a/metadata/com.daviancorp.android.mh4udatabase.yml b/metadata/com.daviancorp.android.mh4udatabase.yml
index 43b7b348fc..686ad90538 100644
--- a/metadata/com.daviancorp.android.mh4udatabase.yml
+++ b/metadata/com.daviancorp.android.mh4udatabase.yml
@@ -7,22 +7,22 @@ Changelog: https://github.com/kamegami13/MonsterHunter4UDatabase/releases
AutoName: MH4U Database
Description: |-
- Database app for Monster Hunter 4U video game for the 3DS.
+ Database app for Monster Hunter 4U video game for the 3DS.
- Features Include:
+ Features Include:
- * Quest List with Goals, Subquest, and Rewards
- * Monster Weakness, Carves, and Habitats
- * Gathering Points with Percentages
- * Location Maps including Gathering points
- * Full Weapon Trees with creation materials
- * Armor List with Skills and creation materials
- * Item Combinations
- * Decorations
- * Searchable items list including Decorations, Weapons, and Armor
- * Skill List
- * Linked cross-reference for all pages
- * Wishlist! Create a list of wanted items and see all the materials needed.
+ * Quest List with Goals, Subquest, and Rewards
+ * Monster Weakness, Carves, and Habitats
+ * Gathering Points with Percentages
+ * Location Maps including Gathering points
+ * Full Weapon Trees with creation materials
+ * Armor List with Skills and creation materials
+ * Item Combinations
+ * Decorations
+ * Searchable items list including Decorations, Weapons, and Armor
+ * Skill List
+ * Linked cross-reference for all pages
+ * Wishlist! Create a list of wanted items and see all the materials needed.
RepoType: git
Repo: https://github.com/kamegami13/MonsterHunter4UDatabase
diff --git a/metadata/com.daviancorp.android.monsterhunter3udatabase.yml b/metadata/com.daviancorp.android.monsterhunter3udatabase.yml
index 59b3bd461e..d0242f1a8c 100644
--- a/metadata/com.daviancorp.android.monsterhunter3udatabase.yml
+++ b/metadata/com.daviancorp.android.monsterhunter3udatabase.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/dbooga/MonsterHunter3UDatabase/issues
AutoName: Monster Hunter 3U Database
Description: |-
- Reference database for the MonsterHunter3 video game, featuring items, monsters,
- skills and more information!
+ Reference database for the MonsterHunter3 video game, featuring items, monsters,
+ skills and more information!
RepoType: git
Repo: https://github.com/dbooga/MonsterHunter3UDatabase
@@ -26,9 +26,9 @@ Builds:
- echo -e 'java.source=1.7\njava.target=1.7' > ant.properties
MaintainerNotes: |-
- The package name has been changed in the source, so there can be no further
- updates. There are no releases under the new package name, or indeed any
- changes other than changing the package name.
+ The package name has been changed in the source, so there can be no further
+ updates. There are no releases under the new package name, or indeed any
+ changes other than changing the package name.
AutoUpdateMode: None
UpdateCheckMode: Static
diff --git a/metadata/com.davidshewitt.admincontrol.yml b/metadata/com.davidshewitt.admincontrol.yml
index 0f8e954dfc..206d69f481 100644
--- a/metadata/com.davidshewitt.admincontrol.yml
+++ b/metadata/com.davidshewitt.admincontrol.yml
@@ -7,7 +7,7 @@ Changelog: https://github.com/linux-colonel/AdminControl/releases
AutoName: AdminControl
Description: Allows you to disable the fingerprint reader on the Lock Screen without
- deleting all of your fingerprints.
+ deleting all of your fingerprints.
RepoType: git
Repo: https://github.com/linux-colonel/AdminControl
diff --git a/metadata/com.dconstructing.cooper.yml b/metadata/com.dconstructing.cooper.yml
index 90fc5f3506..a17fd9f480 100644
--- a/metadata/com.dconstructing.cooper.yml
+++ b/metadata/com.dconstructing.cooper.yml
@@ -7,32 +7,32 @@ IssueTracker: https://github.com/losttime/cooper/issues
AutoName: Cooper
Description: |-
- Edit files on your linux machine, even when you're on the go.
+ Edit files on your linux machine, even when you're on the go.
- Cooper provides a touch interface for SSH, making it easy to log in to a servers
- and edit files. Make simple code/configuration changes without squinting at a
- tiny terminal and using a special keyboard.
+ Cooper provides a touch interface for SSH, making it easy to log in to a servers
+ and edit files. Make simple code/configuration changes without squinting at a
+ tiny terminal and using a special keyboard.
- Cooper does:
+ Cooper does:
- * Allow password based login to SSH servers
- * Let you traverse the directory structure on SSH servers
- * Let you open and edit files on SSH servers
- * Save a list of your SSH servers (for easy access)
+ * Allow password based login to SSH servers
+ * Let you traverse the directory structure on SSH servers
+ * Let you open and edit files on SSH servers
+ * Save a list of your SSH servers (for easy access)
- This app is being developed to make remote software/web-app development easier,
- so future improvements will include tablet optimized layouts, a touch optimized
- command execution interface (menu based with support for custom commands), and a
- mechanism for jumping between open files.
+ This app is being developed to make remote software/web-app development easier,
+ so future improvements will include tablet optimized layouts, a touch optimized
+ command execution interface (menu based with support for custom commands), and a
+ mechanism for jumping between open files.
- Cooper does not:
+ Cooper does not:
- * Allow command execution
- * Provide root/sudo support
- * Save your SSH password
- * Support non-standard SSH ports
+ * Allow command execution
+ * Provide root/sudo support
+ * Save your SSH password
+ * Support non-standard SSH ports
- Status: Beta.
+ Status: Beta.
RepoType: git
Repo: https://github.com/losttime/cooper.git
diff --git a/metadata/com.derek_s.hubble_gallery.yml b/metadata/com.derek_s.hubble_gallery.yml
index 85a2f93146..e30fbb9b4b 100644
--- a/metadata/com.derek_s.hubble_gallery.yml
+++ b/metadata/com.derek_s.hubble_gallery.yml
@@ -6,19 +6,19 @@ IssueTracker: https://github.com/derekcsm/hubble_gallery/issues
AutoName: Hubble Gallery
Description: |-
- NOTE: This project
- abandoned and looks for a new maintainer to take over.
+ NOTE: This project
+ abandoned and looks for a new maintainer to take over.
- Hubble Gallery enables you to browse through all the amazing images and
- descriptions that the Hubble Space Telescope mission released to the public over
- the past 25+ years:
+ Hubble Gallery enables you to browse through all the amazing images and
+ descriptions that the Hubble Space Telescope mission released to the public over
+ the past 25+ years:
- * Read descriptions on all images that have them
- * Easily navigate photos by section, popularity, and resolution
- * Save links to your favorite images, view them in the favorites section
- * Easily download and share images
- * Set an image as your wallpaper with one click
+ * Read descriptions on all images that have them
+ * Easily navigate photos by section, popularity, and resolution
+ * Save links to your favorite images, view them in the favorites section
+ * Easily download and share images
+ * Set an image as your wallpaper with one click
RepoType: git
Repo: https://github.com/derekcsm/hubble_gallery.git
@@ -36,7 +36,7 @@ Builds:
- sed -i -e '/Crashlytics/d' -e '/fabric/d' src/release/java/com/derek_s/hubble_gallery/base/HubbleApplicationRelease.java
MaintainerNotes: ' UpdateCheckMode disabled because checkupdates sets it to an old
- version'
+ version'
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.developfreedom.wordpowermadeeasy.yml b/metadata/com.developfreedom.wordpowermadeeasy.yml
index dc0fb7b015..6488647abf 100644
--- a/metadata/com.developfreedom.wordpowermadeeasy.yml
+++ b/metadata/com.developfreedom.wordpowermadeeasy.yml
@@ -7,11 +7,11 @@ IssueTracker: https://github.com/shubhamchaudhary/wordpowermadeeasy/issues
AutoName: Word Power Made Easy
Description: |-
- Vocabulary building with hundreds of word meanings chosen carefully from various
- SAT, GRE and GMAT course materials.
+ Vocabulary building with hundreds of word meanings chosen carefully from various
+ SAT, GRE and GMAT course materials.
- This app is deprecated, please switch to
- https://f-droid.org/packages/org.developfreedom.wordpowermadeeasy.
+ This app is deprecated, please switch to
+ https://f-droid.org/packages/org.developfreedom.wordpowermadeeasy.
RepoType: git
Repo: https://github.com/shubhamchaudhary/wordpowermadeeasy.git
diff --git a/metadata/com.dftec.planetcon.yml b/metadata/com.dftec.planetcon.yml
index 6370076078..42c0e1115b 100644
--- a/metadata/com.dftec.planetcon.yml
+++ b/metadata/com.dftec.planetcon.yml
@@ -9,28 +9,28 @@ Changelog: https://github.com/dftec-es/planetcon/blob/HEAD/CHANGELOG
AutoName: PlanetCon
Description: |-
- PlanetCon is a simple turn based strategy game, of galactic conquest, similar to
- Konquest for Linux. It can be played by 1 to 9 players, against AI adversaries
- controlled by the computer, or against other people in the same device.
+ PlanetCon is a simple turn based strategy game, of galactic conquest, similar to
+ Konquest for Linux. It can be played by 1 to 9 players, against AI adversaries
+ controlled by the computer, or against other people in the same device.
- Players start with a planet that produces a number of ships each turn, and they
- can send fleets of ships in order to conquer other planets, with the final
- objective of conquering the whole galaxy, or to produce more ships than the
- opponents at the end of the last turn.
+ Players start with a planet that produces a number of ships each turn, and they
+ can send fleets of ships in order to conquer other planets, with the final
+ objective of conquering the whole galaxy, or to produce more ships than the
+ opponents at the end of the last turn.
- Most of the development was focused on getting an AI that can beat a human,
- enjoyable to play, no easily predictable, and able to run on low spec mobiles.
+ Most of the development was focused on getting an AI that can beat a human,
+ enjoyable to play, no easily predictable, and able to run on low spec mobiles.
- Features:
+ Features:
- * Turn based strategy game.
- * Generator of random galaxies.
- * Players and planets distributed uniformly.
- * Play against the computer, or against other people in the same device.
- * AI with 5 difficulty levels (with different hostility, but no cheating).
- * Optional rules with upkeep costs, planetary defense, or fog of war.
- * Instructions included (but not needed in order to learn to play).
- * Translated to English and Spanish.
+ * Turn based strategy game.
+ * Generator of random galaxies.
+ * Players and planets distributed uniformly.
+ * Play against the computer, or against other people in the same device.
+ * AI with 5 difficulty levels (with different hostility, but no cheating).
+ * Optional rules with upkeep costs, planetary defense, or fog of war.
+ * Instructions included (but not needed in order to learn to play).
+ * Translated to English and Spanish.
RepoType: git
Repo: https://github.com/dftec-es/planetcon
diff --git a/metadata/com.dfzlv.gjjlt.caramelos.yml b/metadata/com.dfzlv.gjjlt.caramelos.yml
index af40e7b05e..933a534fff 100644
--- a/metadata/com.dfzlv.gjjlt.caramelos.yml
+++ b/metadata/com.dfzlv.gjjlt.caramelos.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/luarca84/Caramelos/issues
AutoName: Caramelos
Description: |-
- The user can drag and drop cells and to join 4 consecutive colors horizontally
- or vertically. There is a limit of movements. There are 10 Levels.
+ The user can drag and drop cells and to join 4 consecutive colors horizontally
+ or vertically. There is a limit of movements. There are 10 Levels.
RepoType: git
Repo: https://github.com/luarca84/Caramelos
@@ -25,7 +25,7 @@ Builds:
- android/libs/*
MaintainerNotes: libgdx is pulled from a trusted Maven repo and then native binaries
- are copied into android/libs
+ are copied into android/libs
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.dgmltn.morphclock.app.yml b/metadata/com.dgmltn.morphclock.app.yml
index e935d97b90..8d2d5363cb 100644
--- a/metadata/com.dgmltn.morphclock.app.yml
+++ b/metadata/com.dgmltn.morphclock.app.yml
@@ -7,14 +7,14 @@ IssueTracker: https://github.com/dgmltn/android-MorphClock/issues
AutoName: MorphClock
Description: |-
- A simple and beautiful bedside clock.
+ A simple and beautiful bedside clock.
- Features:
+ Features:
- * One time morphs into the next as time ticks by.
- * Background changes to match the sun's position where you live.
- * Large, easy-to-read time, appropriate to any device.
- * Subtile animations don't distract from work or sleep.
+ * One time morphs into the next as time ticks by.
+ * Background changes to match the sun's position where you live.
+ * Large, easy-to-read time, appropriate to any device.
+ * Subtile animations don't distract from work or sleep.
RepoType: git
Repo: https://github.com/dgmltn/android-MorphClock
diff --git a/metadata/com.dhaval.bookland.yml b/metadata/com.dhaval.bookland.yml
index 5b3aa8f94a..4423fb2324 100644
--- a/metadata/com.dhaval.bookland.yml
+++ b/metadata/com.dhaval.bookland.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Google Book APIs.
+ NonFreeNet:
+ en-US: Depends on Google Book APIs.
Categories:
- Reading
License: GPL-3.0-only
diff --git a/metadata/com.digitalfishfun.openshift.yml b/metadata/com.digitalfishfun.openshift.yml
index c4957e0a5f..742dd23b20 100644
--- a/metadata/com.digitalfishfun.openshift.yml
+++ b/metadata/com.digitalfishfun.openshift.yml
@@ -8,10 +8,10 @@ IssueTracker: https://github.com/LibreShift/OpenShift/issues
AutoName: LibreShift
Description: |-
- Allows for adjustment of color values using SurfaceFlinger.
+ Allows for adjustment of color values using SurfaceFlinger.
- Requires Root, and might not work on all devices. Changes do NOT persist
- reboots.
+ Requires Root, and might not work on all devices. Changes do NOT persist
+ reboots.
RequiresRoot: true
diff --git a/metadata/com.digitallizard.nicecompass.yml b/metadata/com.digitallizard.nicecompass.yml
index 61eb56dd54..7c17d8173b 100644
--- a/metadata/com.digitallizard.nicecompass.yml
+++ b/metadata/com.digitallizard.nicecompass.yml
@@ -13,7 +13,7 @@ Builds:
srclibs:
- ActionBarSherlock@3.5.1
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
target: android-13
MaintainerNotes: Github user deleted.
diff --git a/metadata/com.dimension.tessercube.yml b/metadata/com.dimension.tessercube.yml
index c297d4d8da..68006ba601 100644
--- a/metadata/com.dimension.tessercube.yml
+++ b/metadata/com.dimension.tessercube.yml
@@ -6,20 +6,20 @@ SourceCode: https://github.com/DimensionDev/TesserPG-Android
IssueTracker: https://github.com/DimensionDev/TesserPG-Android/issues
Description: |-
- OpenPGP Made Mobile
+ OpenPGP Made Mobile
- Basic Functionalities:
+ Basic Functionalities:
- * Generate, import, and export keypairs (RSA only for now, ECDSA+ECDH coming soon)
- * Encrypt and decrypt encrypted messages
- * Sign and verify signed messages
- * Unified message history log
+ * Generate, import, and export keypairs (RSA only for now, ECDSA+ECDH coming soon)
+ * Encrypt and decrypt encrypted messages
+ * Sign and verify signed messages
+ * Unified message history log
- Special Features: Tessercube Keyboard
+ Special Features: Tessercube Keyboard
- Communicate via OpenPGP in any app, as long as all participants of the
- conversation have installed Tessercube (or anything supporting OpenPGP
- implementations).
+ Communicate via OpenPGP in any app, as long as all participants of the
+ conversation have installed Tessercube (or anything supporting OpenPGP
+ implementations).
RepoType: git
Repo: https://github.com/DimensionDev/TesserPG-Android.git
diff --git a/metadata/com.dimowner.audiorecorder.yml b/metadata/com.dimowner.audiorecorder.yml
index 49eb6dea9c..546639d55d 100644
--- a/metadata/com.dimowner.audiorecorder.yml
+++ b/metadata/com.dimowner.audiorecorder.yml
@@ -9,29 +9,29 @@ Changelog: https://github.com/Dimowner/AudioRecorder/releases
AutoName: Audio Recorder
Description: |-
- Audio recorder (Voice recorder, Sound recorder) is an application makes an easy audio recording experience. The app is optimized for the fastest start as possible and helps not to miss important sound for the user.
+ Audio recorder (Voice recorder, Sound recorder) is an application makes an easy audio recording experience. The app is optimized for the fastest start as possible and helps not to miss important sound for the user.
- Two recording formats are available:
+ Two recording formats are available:
- * M4A – Advanced Audio Coding (AAC)
- * Waveform Audio File Format (WAVE, or WAV)
+ * M4A – Advanced Audio Coding (AAC)
+ * Waveform Audio File Format (WAVE, or WAV)
- In settings, select sample rate, bitrate (for AAC only) and stereo or mono. Selected preferences directly affect on record file size. Colorful themes allow customizing the app look, making the experience better.
+ In settings, select sample rate, bitrate (for AAC only) and stereo or mono. Selected preferences directly affect on record file size. Colorful themes allow customizing the app look, making the experience better.
- Features:
+ Features:
- * Recording audio
- * Playing back recordings
- * Make recordings in M4A and WAV
- * Setting sample rate and bitrate
- * Recording and playing back in background
- * Displaying waveform of the recording
- * Rename recordings
- * Share recordings
- * Import audio files
- * List recordings
- * Add recordings to bookmarks
- * Color themes
+ * Recording audio
+ * Playing back recordings
+ * Make recordings in M4A and WAV
+ * Setting sample rate and bitrate
+ * Recording and playing back in background
+ * Displaying waveform of the recording
+ * Rename recordings
+ * Share recordings
+ * Import audio files
+ * List recordings
+ * Add recordings to bookmarks
+ * Color themes
RepoType: git
Repo: https://github.com/Dimowner/AudioRecorder
diff --git a/metadata/com.dimtion.shaarlier.yml b/metadata/com.dimtion.shaarlier.yml
index 9ddc16fe2b..ec0716b232 100644
--- a/metadata/com.dimtion.shaarlier.yml
+++ b/metadata/com.dimtion.shaarlier.yml
@@ -9,14 +9,14 @@ Changelog: https://github.com/dimtion/Shaarlier/releases
AutoName: Shaarlier
Description: |-
- Easily share links on Shaarli instances.
+ Easily share links on Shaarli instances.
- Features:
+ Features:
- * Publish links on your Shaarli
- * Automatically add a title to your links (as Shaarli does)
- * Optional dialog box for editing title, description or tags
- * Multiple Shaarlis
+ * Publish links on your Shaarli
+ * Automatically add a title to your links (as Shaarli does)
+ * Optional dialog box for editing title, description or tags
+ * Multiple Shaarlis
RepoType: git
Repo: https://github.com/dimtion/Shaarlier
diff --git a/metadata/com.dirkgassen.wator.yml b/metadata/com.dirkgassen.wator.yml
index 35d3d41e0f..e8c162f761 100644
--- a/metadata/com.dirkgassen.wator.yml
+++ b/metadata/com.dirkgassen.wator.yml
@@ -8,11 +8,11 @@ IssueTracker: https://github.com/aperifons/Wa-Tor/issues
AutoName: Wa-Tor
Description: |-
- Wa-Tor simulates a torus (or donut shaped) world with two species: shark and
- fish. The fish happily reproduce while the shark need to eat fish to survive.
+ Wa-Tor simulates a torus (or donut shaped) world with two species: shark and
+ fish. The fish happily reproduce while the shark need to eat fish to survive.
- Wa-Tor was devised by Alexander Keewatin Dewdney and originally presented in the
- December 1984 issue of Scientific American.
+ Wa-Tor was devised by Alexander Keewatin Dewdney and originally presented in the
+ December 1984 issue of Scientific American.
RepoType: git
Repo: https://github.com/aperifons/Wa-Tor
@@ -35,19 +35,19 @@ Builds:
prebuild: sed -e 's/git.status().isClean()/true/' build.gradle -i
MaintainerNotes: |-
- The project automatically calculates the version code from the
- last tag (see "git describe --tags --dirty"). The tag format
- is "v.". The generated version code is calculated as:
- (major * 1000 + minor) * 1000 + addlCommits * 2 + dirty
- where "addlCommits" is the number of commits since the tag.
- "dirty" is 1 if there are uncommitted changes.
+ The project automatically calculates the version code from the
+ last tag (see "git describe --tags --dirty"). The tag format
+ is "v.". The generated version code is calculated as:
+ (major * 1000 + minor) * 1000 + addlCommits * 2 + dirty
+ where "addlCommits" is the number of commits since the tag.
+ "dirty" is 1 if there are uncommitted changes.
- Since fdroid patches the build.gradle file "dirty" would always
- be 1 (not desired), so the prebuild command patches the
- build.gradle file to ignore the "dirty" status.
+ Since fdroid patches the build.gradle file "dirty" would always
+ be 1 (not desired), so the prebuild command patches the
+ build.gradle file to ignore the "dirty" status.
- The "preBuild" task should output the versionCode and
- versionName.
+ The "preBuild" task should output the versionCode and
+ versionName.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.dje.openwifinetworkremover.yml b/metadata/com.dje.openwifinetworkremover.yml
index 1ec6dd4bd2..82b1a2deeb 100644
--- a/metadata/com.dje.openwifinetworkremover.yml
+++ b/metadata/com.dje.openwifinetworkremover.yml
@@ -7,11 +7,11 @@ Changelog: https://github.com/duncanje/android-open-wifi-network-remover/blob/HE
AutoName: Open WiFi Cleaner
Description: |-
- Removes open WiFi networks from the saved networks list after disconnecting.
- Features
+ Removes open WiFi networks from the saved networks list after disconnecting.
+ Features
- * Notification reminders on connection/disconnection
- * Whitelist of open networks to keep
+ * Notification reminders on connection/disconnection
+ * Whitelist of open networks to keep
RepoType: git
Repo: https://github.com/duncanje/android-open-wifi-network-remover.git
@@ -23,7 +23,7 @@ Builds:
srclibs:
- Support-v7@android-4.3_r2.1
prebuild: mv dependencies/android-settings-goodies-0.2/libs/android-support-v4.jar
- $$Support-v7$$/libs/
+ $$Support-v7$$/libs/
- versionName: 0.1.5.1
versionCode: 16
@@ -31,7 +31,7 @@ Builds:
srclibs:
- Support-v7@android-4.3_r2.1
prebuild: mv dependencies/android-settings-goodies-0.2/libs/android-support-v4.jar
- $$Support-v7$$/libs/
+ $$Support-v7$$/libs/
- versionName: 0.1.6
versionCode: 22
diff --git a/metadata/com.dkanada.chip.yml b/metadata/com.dkanada.chip.yml
index af7e7a712a..66ef8f7e97 100644
--- a/metadata/com.dkanada.chip.yml
+++ b/metadata/com.dkanada.chip.yml
@@ -7,9 +7,9 @@ Changelog: https://github.com/dkanada/chip-emulator/blob/HEAD/CHANGELOG.md
AutoName: Chip8
Description: |-
- This is a basic Chip8 emulator that supports all instructions, key
- input, and video output. If you are having issues with a specific game, try
- enabling one of the two common emulation quirks in the settings.
+ This is a basic Chip8 emulator that supports all instructions, key
+ input, and video output. If you are having issues with a specific game, try
+ enabling one of the two common emulation quirks in the settings.
RepoType: git
Repo: https://github.com/dkanada/chip-emulator
diff --git a/metadata/com.dkanada.gramophone.yml b/metadata/com.dkanada.gramophone.yml
index 8dac270694..9f77384ddf 100644
--- a/metadata/com.dkanada.gramophone.yml
+++ b/metadata/com.dkanada.gramophone.yml
@@ -7,11 +7,11 @@ Changelog: https://github.com/dkanada/gelli/releases
AutoName: Gelli
Description: |-
- This is a native music player for Android devices that connects to
- Jellyfin media servers. The code is based on a relatively recent version
- of Phonograph and was made for personal use, but contributions are
- welcome! Please open an issue to discuss larger changes before submitting
- a pull request.
+ This is a native music player for Android devices that connects to
+ Jellyfin media servers. The code is based on a relatively recent version
+ of Phonograph and was made for personal use, but contributions are
+ welcome! Please open an issue to discuss larger changes before submitting
+ a pull request.
RepoType: git
Repo: https://github.com/dkanada/gelli
diff --git a/metadata/com.dkanada.icecons.yml b/metadata/com.dkanada.icecons.yml
index c9e85cf427..feb50a3421 100644
--- a/metadata/com.dkanada.icecons.yml
+++ b/metadata/com.dkanada.icecons.yml
@@ -8,9 +8,9 @@ Changelog: https://github.com/dkanada/frost/blob/HEAD/CHANGELOG.md
AutoName: Frost
Description: |-
- Frost is a monotone icon pack that supports Trebuchet, Kiss, Nova, and most
- other popular launchers. It is based on https://f-droid.org/packages/ovh.ice.icecons and includes some
- nice wallpapers.
+ Frost is a monotone icon pack that supports Trebuchet, Kiss, Nova, and most
+ other popular launchers. It is based on https://f-droid.org/packages/ovh.ice.icecons and includes some
+ nice wallpapers.
RepoType: git
Repo: https://github.com/dkanada/frost
diff --git a/metadata/com.dkanada.openapk.yml b/metadata/com.dkanada.openapk.yml
index 3324458d32..29519bdd16 100644
--- a/metadata/com.dkanada.openapk.yml
+++ b/metadata/com.dkanada.openapk.yml
@@ -7,9 +7,9 @@ Changelog: https://github.com/dkanada/openapk/blob/HEAD/CHANGELOG.md
AutoName: OpenAPK
Description: |-
- A material design app manager forked from https://f-droid.org/packages/com.javiersantos.mlmanager. The
- app supports uninstalling, hiding, disabling, extracting, and sharing apps.
- Modifying system apps and a few other features require a rooted phone to work.
+ A material design app manager forked from https://f-droid.org/packages/com.javiersantos.mlmanager. The
+ app supports uninstalling, hiding, disabling, extracting, and sharing apps.
+ Modifying system apps and a few other features require a rooted phone to work.
RepoType: git
Repo: https://github.com/dkanada/openapk
diff --git a/metadata/com.dngames.mobilewebcam.yml b/metadata/com.dngames.mobilewebcam.yml
index 04ac0d70be..b129fba271 100644
--- a/metadata/com.dngames.mobilewebcam.yml
+++ b/metadata/com.dngames.mobilewebcam.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- UpstreamNonFree:
- en-US: The proprietary Google AdMobSDK was replaced with a dummy library.
+ UpstreamNonFree:
+ en-US: The proprietary Google AdMobSDK was replaced with a dummy library.
Categories:
- Multimedia
License: Apache-2.0
@@ -11,19 +11,19 @@ Donate: https://forum.xda-developers.com/donatetome.php?u=2554465
AutoName: MobileWebCam
Description: |-
- Use your Android as a simple mobile webcam or cloudcam via WIFI or Mobile
- Network. Upload pics with ftp or store on your sdcard to create a timelapse
- video (the http and email options may not work in this build though).
+ Use your Android as a simple mobile webcam or cloudcam via WIFI or Mobile
+ Network. Upload pics with ftp or store on your sdcard to create a timelapse
+ video (the http and email options may not work in this build though).
- Use as simple but mobile timed webcam with refresh rates from seconds to hours,
- with motion detection or your defined daily activity times. High resolution
- pictures are also possible. Mark the pictures with text or image to advertise
- for your place or business.
+ Use as simple but mobile timed webcam with refresh rates from seconds to hours,
+ with motion detection or your defined daily activity times. High resolution
+ pictures are also possible. Mark the pictures with text or image to advertise
+ for your place or business.
- Requires root: No. You will need root to use the feature that auto-reboots the
- app after a certain number of pictures.
+ Requires root: No. You will need root to use the feature that auto-reboots the
+ app after a certain number of pictures.
- The proprietary Google AdMobSDK was replaced with a dummy library.
+ The proprietary Google AdMobSDK was replaced with a dummy library.
RepoType: git
Repo: https://github.com/dngames/mobilewebcam-android
diff --git a/metadata/com.dnielfe.manager.yml b/metadata/com.dnielfe.manager.yml
index 85acb3bf7f..9241e3ad8a 100644
--- a/metadata/com.dnielfe.manager.yml
+++ b/metadata/com.dnielfe.manager.yml
@@ -8,8 +8,8 @@ Changelog: https://github.com/DF1E/SimpleExplorer/blob/HEAD/Changelog
AutoName: Simple Explorer
Description: |-
- Simple file explorer inspired by https://f-droid.org/packages/com.cyanogenmod.filemanager.ics and
- https://f-droid.org/packages/com.docd.purefm.
+ Simple file explorer inspired by https://f-droid.org/packages/com.cyanogenmod.filemanager.ics and
+ https://f-droid.org/packages/com.docd.purefm.
RepoType: git
Repo: https://github.com/DF1E/SimpleExplorer
diff --git a/metadata/com.donnnno.arcticons.you.yml b/metadata/com.donnnno.arcticons.you.yml
index 786cad654a..fafb2cd204 100644
--- a/metadata/com.donnnno.arcticons.you.yml
+++ b/metadata/com.donnnno.arcticons.you.yml
@@ -29,7 +29,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/*.xml'
+ 'assets/*.xml'
- versionName: 6.6.0
versionCode: 115
@@ -44,7 +44,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/*.xml'
+ 'assets/*.xml'
- versionName: 6.7.1
versionCode: 116
@@ -59,7 +59,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/*.xml'
+ 'assets/*.xml'
- versionName: 7.0.0
versionCode: 117
@@ -74,7 +74,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/*.xml'
+ 'assets/*.xml'
AllowedAPKSigningKeys: 299bb9312e39130d0d33ed42bf98567f726ab11a04dc950c5b6c162e28c869c5
diff --git a/metadata/com.doomy.overflow.yml b/metadata/com.doomy.overflow.yml
index 33f1216a3c..f1256f0034 100644
--- a/metadata/com.doomy.overflow.yml
+++ b/metadata/com.doomy.overflow.yml
@@ -6,14 +6,14 @@ IssueTracker: https://github.com/MrDoomy/OverFlow/issues
AutoName: OverFlow
Description: |-
- NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
+ NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
- Send SMS in bulk. Features include:
+ Send SMS in bulk. Features include:
- * Retrive mobile phone numbers of contacts
- * Send messages
- * Choose the number of messages to send
- * Be notified of the number of messages sent
+ * Retrive mobile phone numbers of contacts
+ * Send messages
+ * Choose the number of messages to send
+ * Be notified of the number of messages sent
RepoType: git
Repo: https://github.com/MrDoomy/OverFlow.git
diff --git a/metadata/com.doomy.torch.yml b/metadata/com.doomy.torch.yml
index 18b05916e4..83a9a7f1a7 100644
--- a/metadata/com.doomy.torch.yml
+++ b/metadata/com.doomy.torch.yml
@@ -7,15 +7,15 @@ IssueTracker: https://github.com/MrDoomy/Torch/issues
AutoName: Torch
Description: |-
- Use your phone as a flashlight.
+ Use your phone as a flashlight.
- Features:
+ Features:
- * Flash camera
- * Display illumination
- * SOS mode
- * Widget flashlight
- * Hide icon
+ * Flash camera
+ * Display illumination
+ * SOS mode
+ * Widget flashlight
+ * Hide icon
RepoType: git
Repo: https://github.com/MrDoomy/Torch
diff --git a/metadata/com.doplgangr.secrecy.yml b/metadata/com.doplgangr.secrecy.yml
index cdeecce5b9..27b966ddbe 100644
--- a/metadata/com.doplgangr.secrecy.yml
+++ b/metadata/com.doplgangr.secrecy.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/Doplgangr/Secrecy_fDroid/issues
AutoName: Secrecy
Description: |-
- NOTE: This app is no longer maintained.
+ NOTE: This app is no longer maintained.
- Encrypt all sort of files with AES256.
+ Encrypt all sort of files with AES256.
RepoType: git
Repo: https://github.com/Doplgangr/Secrecy_fDroid.git
diff --git a/metadata/com.dosse.bwentrain.androidPlayer.yml b/metadata/com.dosse.bwentrain.androidPlayer.yml
index 302e052ef1..bb70813f6c 100644
--- a/metadata/com.dosse.bwentrain.androidPlayer.yml
+++ b/metadata/com.dosse.bwentrain.androidPlayer.yml
@@ -11,16 +11,16 @@ Donate: https://paypal.me/sineisochronic
AutoName: SINE Isochronic Entrainer
Description: |-
- SINE Isochronic Entrainer is a brainwave entrainment application with
- tons of sessions of isochronic tones. Anything from relaxation to
- focus enhancement, to simulating drugs, we have it.
+ SINE Isochronic Entrainer is a brainwave entrainment application with
+ tons of sessions of isochronic tones. Anything from relaxation to
+ focus enhancement, to simulating drugs, we have it.
- Features:
+ Features:
- * Isochronic tones player
- * Lots of sessions for all skill levels
- * A community of creators that regularly adds new sessions
- * Respects your privacy
+ * Isochronic tones player
+ * Lots of sessions for all skill levels
+ * A community of creators that regularly adds new sessions
+ * Respects your privacy
RepoType: git
Repo: https://github.com/adolfintel/sine-android.git
diff --git a/metadata/com.dosse.chromiumautoupdater.yml b/metadata/com.dosse.chromiumautoupdater.yml
index 537d327a3e..f85e93c120 100644
--- a/metadata/com.dosse.chromiumautoupdater.yml
+++ b/metadata/com.dosse.chromiumautoupdater.yml
@@ -12,14 +12,14 @@ Changelog: https://github.com/adolfintel/chromiumUpdater/releases
AutoName: Auto Updater for Chromium
Description: |-
- Chromium on Android does not have automatic updates like Chrome. This app
- automatically installs Chromium and keeps it updated.
+ Chromium on Android does not have automatic updates like Chrome. This app
+ automatically installs Chromium and keeps it updated.
- If your device is rooted, you can install this app and forget it. If root is not
- available, it will download updates but you will have to confirm installation.
+ If your device is rooted, you can install this app and forget it. If root is not
+ available, it will download updates but you will have to confirm installation.
- NOTE: This app is no longer maintained. The author considers it
- superseded by Bromite offering an F-Droid repo.
+ NOTE: This app is no longer maintained. The author considers it
+ superseded by Bromite offering an F-Droid repo.
RepoType: git
Repo: https://github.com/adolfintel/chromiumUpdater.git
diff --git a/metadata/com.dosse.speedtest.yml b/metadata/com.dosse.speedtest.yml
index 4583d8806e..dca7d11ce7 100644
--- a/metadata/com.dosse.speedtest.yml
+++ b/metadata/com.dosse.speedtest.yml
@@ -14,16 +14,16 @@ Liberapay: fdossena
AutoName: LibreSpeed
Description: |-
- Check the speed of your Internet connection.
- Test servers are provided by Consortium GARR and B2B Risk.
+ Check the speed of your Internet connection.
+ Test servers are provided by Consortium GARR and B2B Risk.
- Features:
+ Features:
- * Download and Upload tests
- * Ping and Jitter test
- * IP address and ISP detection
- * Multiple test servers
- * Share your results
+ * Download and Upload tests
+ * Ping and Jitter test
+ * IP address and ISP detection
+ * Multiple test servers
+ * Share your results
RepoType: git
Repo: https://github.com/librespeed/speedtest-android.git
diff --git a/metadata/com.dougkeen.bart.yml b/metadata/com.dougkeen.bart.yml
index fb4009e3c0..a345e6d0fd 100644
--- a/metadata/com.dougkeen.bart.yml
+++ b/metadata/com.dougkeen.bart.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- Tracking:
- en-US: Has Sentry (Analytics) enabled by default which cannot be disabled.
+ Tracking:
+ en-US: Has Sentry (Analytics) enabled by default which cannot be disabled.
Categories:
- Navigation
License: Apache-2.0
@@ -12,22 +12,22 @@ IssueTracker: https://github.com/dougkeen/BartRunnerAndroid/issues
AutoName: BART Runner
Description: |-
- Enter your most traveled routes and receive a real-time listing of upcoming
- departures.
+ Enter your most traveled routes and receive a real-time listing of upcoming
+ departures.
- * Streamlined for experienced BART commuters
- * Real-time departure info refreshes automatically, and the accuracy of the departure estimates increases over time
- * Estimated arrival times
- * Pick which train you want to board, and information about that departure will be available in your notification tray
- * Set a departure alarm to go off a few minutes before your train leaves (you pick how much advance warning you want)
- * Phone will not sleep while viewing departure times (the screen will only dim), so you only need a quick glance at the phone to see how long you have left to catch the train
- * Zoomable offline system map
- * Fares and next departure time are shown in the saved route listing
+ * Streamlined for experienced BART commuters
+ * Real-time departure info refreshes automatically, and the accuracy of the departure estimates increases over time
+ * Estimated arrival times
+ * Pick which train you want to board, and information about that departure will be available in your notification tray
+ * Set a departure alarm to go off a few minutes before your train leaves (you pick how much advance warning you want)
+ * Phone will not sleep while viewing departure times (the screen will only dim), so you only need a quick glance at the phone to see how long you have left to catch the train
+ * Zoomable offline system map
+ * Fares and next departure time are shown in the saved route listing
- There may be an issue with crashes on the Galaxy S: the author is working hard
- on a fix.
+ There may be an issue with crashes on the Galaxy S: the author is working hard
+ on a fix.
- Tracking AntiFeature as it comes with Sentry which cannot be disabled.
+ Tracking AntiFeature as it comes with Sentry which cannot be disabled.
RepoType: git
Repo: https://github.com/dougkeen/BartRunnerAndroid.git
diff --git a/metadata/com.dozingcatsoftware.asciicam.yml b/metadata/com.dozingcatsoftware.asciicam.yml
index ba977e5e4f..a0f6c8d6bf 100644
--- a/metadata/com.dozingcatsoftware.asciicam.yml
+++ b/metadata/com.dozingcatsoftware.asciicam.yml
@@ -9,17 +9,17 @@ Changelog: https://github.com/dozingcat/AsciiCam/releases
AutoName: AsciiCam
Description: |-
- NOTE: AsciiCam is no longer under active development. Its successor is
- Vector Camera, which has all of AsciiCam's features.
+ NOTE: AsciiCam is no longer under active development. Its successor is
+ Vector Camera, which has all of AsciiCam's features.
- AsciiCam generates images in real time from whatever your camera is pointing at,
- either in greyscale, in the primary colors or in full color. Instead of a normal
- image made of pixels, each area will have a coloured letter of the latin
- alphabet or another ASCII character.
+ AsciiCam generates images in real time from whatever your camera is pointing at,
+ either in greyscale, in the primary colors or in full color. Instead of a normal
+ image made of pixels, each area will have a coloured letter of the latin
+ alphabet or another ASCII character.
- You can also create ASCII versions of pictures in your gallery, and optionally
- have ASCII versions automatically generated every time you take a picture with
- the standard camera app.
+ You can also create ASCII versions of pictures in your gallery, and optionally
+ have ASCII versions automatically generated every time you take a picture with
+ the standard camera app.
RepoType: git
Repo: https://github.com/dozingcat/AsciiCam.git
diff --git a/metadata/com.dozingcatsoftware.bouncy.yml b/metadata/com.dozingcatsoftware.bouncy.yml
index 17079871ab..6c14eb49fe 100644
--- a/metadata/com.dozingcatsoftware.bouncy.yml
+++ b/metadata/com.dozingcatsoftware.bouncy.yml
@@ -379,8 +379,8 @@ Builds:
- app/libs/*
MaintainerNotes: |-
- Starting with 1.11.0, libgdx is pulled from a trusted Maven repo and then native binaries are copied into app/libs.
- In earlier versions, libgdx native libraries are built locally; sed replaces are needed as libgdx upstream didn't have a way to only build the android native bins.
+ Starting with 1.11.0, libgdx is pulled from a trusted Maven repo and then native binaries are copied into app/libs.
+ In earlier versions, libgdx native libraries are built locally; sed replaces are needed as libgdx upstream didn't have a way to only build the android native bins.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.dozingcatsoftware.cameratimer.yml b/metadata/com.dozingcatsoftware.cameratimer.yml
index 918306b6e6..4c9fea1fee 100644
--- a/metadata/com.dozingcatsoftware.cameratimer.yml
+++ b/metadata/com.dozingcatsoftware.cameratimer.yml
@@ -6,13 +6,13 @@ IssueTracker: https://github.com/dozingcat/CamTimer/issues
AutoName: CamTimer
Description: |-
- CamTimer is a simple camera timer application for Android devices. It allows you
- to choose from a 5, 10, or 15 second countdown and takes one or four pictures
- after the time has elapsed. After you take a picture it will be shown full
- screen, allowing you to share or delete it.
+ CamTimer is a simple camera timer application for Android devices. It allows you
+ to choose from a 5, 10, or 15 second countdown and takes one or four pictures
+ after the time has elapsed. After you take a picture it will be shown full
+ screen, allowing you to share or delete it.
- You can also control the camera flash setting, switch to the front-facing camera
- if available (requires Android 2.3 or later), and take pictures without a delay.
+ You can also control the camera flash setting, switch to the front-facing camera
+ if available (requires Android 2.3 or later), and take pictures without a delay.
RepoType: git
Repo: https://github.com/dozingcat/CamTimer.git
diff --git a/metadata/com.dozingcatsoftware.vectorcamera.yml b/metadata/com.dozingcatsoftware.vectorcamera.yml
index 15df130414..4a3d24e977 100644
--- a/metadata/com.dozingcatsoftware.vectorcamera.yml
+++ b/metadata/com.dozingcatsoftware.vectorcamera.yml
@@ -147,7 +147,7 @@ Builds:
- yes
MaintainerNotes: libncurses5 is needed by the RenderScript compiler. The libvpx build
- (not needed in 1.5.0 and later) is documented by upstream here.
+ (not needed in 1.5.0 and later) is documented by upstream here.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.dozuki.ifixit.yml b/metadata/com.dozuki.ifixit.yml
index 1c8c527e8b..4f3be7bdb6 100644
--- a/metadata/com.dozuki.ifixit.yml
+++ b/metadata/com.dozuki.ifixit.yml
@@ -9,12 +9,12 @@ IssueTracker: https://github.com/iFixit/iFixitAndroid/issues
AutoName: Dozuki
Description: |-
- The official iFixit app offers native guide viewing using iFixit's
- public APIs, integrated web views of the
- site with Answers and Cart.
+ The official iFixit app offers native guide viewing using iFixit's
+ public APIs, integrated web views of the
+ site with Answers and Cart.
- v1.2.1+ is built with the non-free Google Analytics library replaced with the
- free NoAnalytics.
+ v1.2.1+ is built with the non-free Google Analytics library replaced with the
+ free NoAnalytics.
RepoType: git
Repo: https://github.com/iFixit/iFixitAndroid.git
diff --git a/metadata/com.dp.logcatapp.yml b/metadata/com.dp.logcatapp.yml
index e8e51905c8..c889f2cbe7 100644
--- a/metadata/com.dp.logcatapp.yml
+++ b/metadata/com.dp.logcatapp.yml
@@ -9,18 +9,18 @@ Changelog: https://github.com/darshanparajuli/LogcatReader/releases
AutoName: Logcat Reader
Description: |-
- Logcat Reader makes it easy to view and save the device logs.
+ Logcat Reader makes it easy to view and save the device logs.
- Features:
+ Features:
- * Color coded logs based on log priority
- * Search through log messages and tags
- * Option to select from available log buffers¹
- * Save the logs as a simple text file (as you would see via logcat)
- * Dark UI theme (switches on at night automatically by default)
+ * Color coded logs based on log priority
+ * Search through log messages and tags
+ * Option to select from available log buffers¹
+ * Save the logs as a simple text file (as you would see via logcat)
+ * Dark UI theme (switches on at night automatically by default)
- ¹ May not work on all devices, in which case, the option will simply not be
- present in Settings.
+ ¹ May not work on all devices, in which case, the option will simply not be
+ present in Settings.
RepoType: git
Repo: https://github.com/darshanparajuli/LogcatReader.git
diff --git a/metadata/com.dragons.aurora.yml b/metadata/com.dragons.aurora.yml
index e3e7f870ab..57efa508c3 100644
--- a/metadata/com.dragons.aurora.yml
+++ b/metadata/com.dragons.aurora.yml
@@ -12,12 +12,12 @@ Donate: https://www.paypal.me/whyorean
AutoName: Aurora Store
Description: |-
- Aurora Store is a fork of Yalp Store by Sergey Yeriomin It lets you
- download apps directly from Google Play Store as apk files. It can
- search for updates of installed apps and lets you search for other
- apps.
+ Aurora Store is a fork of Yalp Store by Sergey Yeriomin It lets you
+ download apps directly from Google Play Store as apk files. It can
+ search for updates of installed apps and lets you search for other
+ apps.
- Aurora is continued as https://f-droid.org/packages/com.aurora.store
+ Aurora is continued as https://f-droid.org/packages/com.aurora.store
RepoType: git
Repo: https://gitlab.com/AuroraOSS/AuroraStore.git
diff --git a/metadata/com.drip.yml b/metadata/com.drip.yml
index f4a213eaf9..4bd581c2b1 100644
--- a/metadata/com.drip.yml
+++ b/metadata/com.drip.yml
@@ -138,9 +138,9 @@ Builds:
ndk: r21e
MaintainerNotes: |-
- scanignore is used to allow the "node_modules/react-native/android" local Maven repository which contains the prebuilt react-native library which we get from npm.
- sed is used to remove some custom maven repos from dependencies because they bother the fdroid build
- realm and nodejs-mobile require different NDK versions; modifying the ENV vars is unsupported, but works for now
+ scanignore is used to allow the "node_modules/react-native/android" local Maven repository which contains the prebuilt react-native library which we get from npm.
+ sed is used to remove some custom maven repos from dependencies because they bother the fdroid build
+ realm and nodejs-mobile require different NDK versions; modifying the ENV vars is unsupported, but works for now
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/com.dririan.RingyDingyDingy.yml b/metadata/com.dririan.RingyDingyDingy.yml
index fe59bafb88..d4d27ee74b 100644
--- a/metadata/com.dririan.RingyDingyDingy.yml
+++ b/metadata/com.dririan.RingyDingyDingy.yml
@@ -7,11 +7,11 @@ FlattrID: '809447'
AutoName: RingyDingyDingy
Description: |-
- A lightweight remote ringer/locker that can be triggered by SMS messages or
- Google Voice text messages. Additionally, it has an external API that
- third-party apps can use to add new commands or new activation methods. Finally,
- it is privacy concious, never uploads any data, and uses the bare minimum
- permissions required to do its job.
+ A lightweight remote ringer/locker that can be triggered by SMS messages or
+ Google Voice text messages. Additionally, it has an external API that
+ third-party apps can use to add new commands or new activation methods. Finally,
+ it is privacy concious, never uploads any data, and uses the bare minimum
+ permissions required to do its job.
RepoType: git
Repo: https://github.com/dririan/ringydingydingy.git
diff --git a/metadata/com.drismo.yml b/metadata/com.drismo.yml
index c3993fed03..5ba742a5d9 100644
--- a/metadata/com.drismo.yml
+++ b/metadata/com.drismo.yml
@@ -6,16 +6,16 @@ IssueTracker: https://github.com/jmyrland/DriSMo/issues
AutoName: DriSMo
Description: |-
- Today's technology already allow drivers to be guided by a GPS. To take this a
- step further, this app provides a system to monitor and analyze the driving
- quality by using the accelerometer (G-sensor) of your smartphone. This will help
- you determine if the driving is good or bad, helping you improving your own
- driving skills. Hence the name “Driving Skill Monitor” (DriSMo).
+ Today's technology already allow drivers to be guided by a GPS. To take this a
+ step further, this app provides a system to monitor and analyze the driving
+ quality by using the accelerometer (G-sensor) of your smartphone. This will help
+ you determine if the driving is good or bad, helping you improving your own
+ driving skills. Hence the name “Driving Skill Monitor” (DriSMo).
- The goal of this application is to emphasize the attention towards good driving
- quality and make the drivers aware of their own driving quality. By raising the
- awareness of driving quality, you can increase the quality of driving. Fuel
- efficiency will also be improved, as a result.
+ The goal of this application is to emphasize the attention towards good driving
+ quality and make the drivers aware of their own driving quality. By raising the
+ awareness of driving quality, you can increase the quality of driving. Fuel
+ efficiency will also be improved, as a result.
RepoType: git
Repo: https://github.com/jmyrland/DriSMo.git
diff --git a/metadata/com.drodin.tuxrider.yml b/metadata/com.drodin.tuxrider.yml
index de08fd3557..3a654e966d 100644
--- a/metadata/com.drodin.tuxrider.yml
+++ b/metadata/com.drodin.tuxrider.yml
@@ -8,11 +8,11 @@ Donate: https://drodin.com/tuxrider
AutoName: Tux Rider
Description: |-
- Control penguin Tux, riding down a snow slope: collect fishes, earn scores and
- advance through nine unique levels!
+ Control penguin Tux, riding down a snow slope: collect fishes, earn scores and
+ advance through nine unique levels!
- Find the right angle to hold the device to gain maximum speed and press the
- screen to jump.
+ Find the right angle to hold the device to gain maximum speed and press the
+ screen to jump.
RepoType: git
Repo: https://github.com/drodin/TuxRider.git
diff --git a/metadata/com.ds.avare.yml b/metadata/com.ds.avare.yml
index 21086e0531..66083e868a 100644
--- a/metadata/com.ds.avare.yml
+++ b/metadata/com.ds.avare.yml
@@ -10,13 +10,13 @@ Donate: https://mamba.dreamhosters.com/donate.html
AutoName: Avare
Description: |-
- Avare (pronounced "AvAir") is a free moving aviation map. Basic features include
- online or offline A/FD info, approach plates and GPS moving map on all FAA VFR
- sectionals, WACs and TACs, plus IFR low charts and airport diagrams. Avare also
- enables manual browsing of all charts and all other materials even without cell
- service or GPS. Current FAA weather METARs, TAFs and TFRs are provided too.
+ Avare (pronounced "AvAir") is a free moving aviation map. Basic features include
+ online or offline A/FD info, approach plates and GPS moving map on all FAA VFR
+ sectionals, WACs and TACs, plus IFR low charts and airport diagrams. Avare also
+ enables manual browsing of all charts and all other materials even without cell
+ service or GPS. Current FAA weather METARs, TAFs and TFRs are provided too.
- Notice: This is not an FAA certified GPS.
+ Notice: This is not an FAA certified GPS.
RepoType: git
Repo: https://github.com/ninelima/avare
@@ -230,18 +230,18 @@ Builds:
- yes
MaintainerNotes: |-
- Licensing info via https://github.com/apps4av/avare/issues/88:
- All files have Apache style licenses on them. If any is missing a license
- we will add when we find.
+ Licensing info via https://github.com/apps4av/avare/issues/88:
+ All files have Apache style licenses on them. If any is missing a license
+ we will add when we find.
- License changed and now is FreeBSD/BSD-2clause as of:
- https://github.com/apps4av/avare/commit/6f1d9829dd955658559020448a314bb60aa90361#diff-9879d6db96fd29134fc802214163b95a
+ License changed and now is FreeBSD/BSD-2clause as of:
+ https://github.com/apps4av/avare/commit/6f1d9829dd955658559020448a314bb60aa90361#diff-9879d6db96fd29134fc802214163b95a
- 7.0.x+ are using play-services, see https://github.com/apps4av/avare/issues/154.
+ 7.0.x+ are using play-services, see https://github.com/apps4av/avare/issues/154.
- 9.0.5 no longer appear to use play-services.
+ 9.0.5 no longer appear to use play-services.
- .
+ .
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.duckduckgo.mobile.android.yml b/metadata/com.duckduckgo.mobile.android.yml
index fff7f3151e..66b920a19b 100644
--- a/metadata/com.duckduckgo.mobile.android.yml
+++ b/metadata/com.duckduckgo.mobile.android.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Uses DuckDuckGo as the exclusive search engine, which is not libre.
+ NonFreeNet:
+ en-US: Uses DuckDuckGo as the exclusive search engine, which is not libre.
Categories:
- Internet
License: Apache-2.0
@@ -15,39 +15,39 @@ Changelog: https://github.com/duckduckgo/Android/releases
Name: DuckDuckGo Privacy Browser
AutoName: DuckDuckGo
Description: |-
- At DuckDuckGo, we believe the Internet shouldn't feel so creepy, and getting the
- privacy you deserve online should be as simple as closing the blinds.
+ At DuckDuckGo, we believe the Internet shouldn't feel so creepy, and getting the
+ privacy you deserve online should be as simple as closing the blinds.
- Our app provides the privacy essentials you need to seamlessly take control of
- your personal information as you search and browse the web, no matter where the
- Internet takes you:
+ Our app provides the privacy essentials you need to seamlessly take control of
+ your personal information as you search and browse the web, no matter where the
+ Internet takes you:
- * Escape Advertising Tracker Networks — Our Privacy Protection will block all the hidden third-party trackers we can find, exposing the major advertising networks tracking you over time, so that you can track who's trying to track you.
- * Increase Encryption Protection — We force sites to use an encrypted connection where available, protecting your data from prying eyes, like ISPs.
- * Search Privately — You share your most personal information with your search engine, like your financial, medical, and political questions. What you search for is your own business, which is why DuckDuckGo search doesn't track you. Ever.
- * Decode Privacy Policies — We've partnered with Terms of Service Didn't Read to include their scores and labels of website terms of service and privacy policies, where available.
+ * Escape Advertising Tracker Networks — Our Privacy Protection will block all the hidden third-party trackers we can find, exposing the major advertising networks tracking you over time, so that you can track who's trying to track you.
+ * Increase Encryption Protection — We force sites to use an encrypted connection where available, protecting your data from prying eyes, like ISPs.
+ * Search Privately — You share your most personal information with your search engine, like your financial, medical, and political questions. What you search for is your own business, which is why DuckDuckGo search doesn't track you. Ever.
+ * Decode Privacy Policies — We've partnered with Terms of Service Didn't Read to include their scores and labels of website terms of service and privacy policies, where available.
- As you search and browse, the DuckDuckGo Privacy Browser shows you a Privacy
- Grade rating when you visit a website (A-F). This rating lets you see how
- protected you are at a glance, dig into the details to see who we caught trying
- to track you, and learn how we enhanced the underlying site's privacy measures.
- The Privacy Grade is scored automatically based on the prevalence of hidden
- tracker networks, encryption availability, and website privacy practices.
+ As you search and browse, the DuckDuckGo Privacy Browser shows you a Privacy
+ Grade rating when you visit a website (A-F). This rating lets you see how
+ protected you are at a glance, dig into the details to see who we caught trying
+ to track you, and learn how we enhanced the underlying site's privacy measures.
+ The Privacy Grade is scored automatically based on the prevalence of hidden
+ tracker networks, encryption availability, and website privacy practices.
- Our app provides standard browsing functionality including tabs, bookmarks, and
- autocomplete. In addition to strong Privacy Protection as described above, we
- also packed in some extra privacy features into the browser itself:
+ Our app provides standard browsing functionality including tabs, bookmarks, and
+ autocomplete. In addition to strong Privacy Protection as described above, we
+ also packed in some extra privacy features into the browser itself:
- * Fire Button — Clear all your tabs and data with one tap.
- * Application Lock — Secure the app with Touch ID or Face ID.
+ * Fire Button — Clear all your tabs and data with one tap.
+ * Application Lock — Secure the app with Touch ID or Face ID.
- Too many people believe you simply can't expect privacy on the Internet. We're
- fighting to change that, and have made it our mission to set a new standard of
- trust online. Install DuckDuckGo and take back your privacy!
+ Too many people believe you simply can't expect privacy on the Internet. We're
+ fighting to change that, and have made it our mission to set a new standard of
+ trust online. Install DuckDuckGo and take back your privacy!
- Antifeatures:
- * NonFreeNet - Uses DuckDuckGo as the exclusive search engine, for which the
- source code is not available.
+ Antifeatures:
+ * NonFreeNet - Uses DuckDuckGo as the exclusive search engine, for which the
+ source code is not available.
RepoType: git
Repo: https://github.com/duckduckgo/Android
@@ -103,7 +103,7 @@ Builds:
- libs/acra*.jar
- libs/otto*.jar
prebuild: sed -i -e '/fileTree/acompile "com.squareup:otto:1.3.7"\ncompile "ch.acra:acra:4.5.0"\ncompile
- "com.squareup.picasso:picasso:2.5.2"' build.gradle
+ "com.squareup.picasso:picasso:2.5.2"' build.gradle
- versionName: 3.0.3
versionCode: 65
@@ -116,7 +116,7 @@ Builds:
- libs/acra*.jar
- libs/otto*.jar
prebuild: sed -i -e '/fileTree/acompile "com.squareup:otto:1.3.7"\ncompile "ch.acra:acra:4.5.0"\ncompile
- "com.squareup.picasso:picasso:2.5.2"' build.gradle
+ "com.squareup.picasso:picasso:2.5.2"' build.gradle
- versionName: 3.0.4
versionCode: 66
@@ -129,7 +129,7 @@ Builds:
- libs/acra*.jar
- libs/otto*.jar
prebuild: sed -i -e '/fileTree/acompile "com.squareup:otto:1.3.7"\ncompile "ch.acra:acra:4.5.0"\ncompile
- "com.squareup.picasso:picasso:2.5.2"' build.gradle
+ "com.squareup.picasso:picasso:2.5.2"' build.gradle
- versionName: 3.0.5
versionCode: 67
@@ -142,7 +142,7 @@ Builds:
- libs/acra*.jar
- libs/otto*.jar
prebuild: sed -i -e '/fileTree/acompile "com.squareup:otto:1.3.7"\ncompile "ch.acra:acra:4.5.0"\ncompile
- "com.squareup.picasso:picasso:2.5.2"' build.gradle
+ "com.squareup.picasso:picasso:2.5.2"' build.gradle
- versionName: 3.0.6
versionCode: 68
@@ -155,7 +155,7 @@ Builds:
- libs/acra*.jar
- libs/otto*.jar
prebuild: sed -i -e '/fileTree/acompile "com.squareup:otto:1.3.7"\ncompile "ch.acra:acra:4.5.0"\ncompile
- "com.squareup.picasso:picasso:2.5.2"' build.gradle
+ "com.squareup.picasso:picasso:2.5.2"' build.gradle
- versionName: 3.0.7
versionCode: 69
@@ -168,7 +168,7 @@ Builds:
- libs/acra*.jar
- libs/otto*.jar
prebuild: sed -i -e '/fileTree/acompile "com.squareup:otto:1.3.7"\ncompile "ch.acra:acra:4.5.0"\ncompile
- "com.squareup.picasso:picasso:2.5.2"' build.gradle
+ "com.squareup.picasso:picasso:2.5.2"' build.gradle
- versionName: 3.0.8
versionCode: 70
@@ -2121,8 +2121,8 @@ Builds:
ndk: r21e
MaintainerNotes: |-
- Cannot use AUM/UCM because version code and version name are dynamic.
- Using a custom fladle build, see https://gitlab.com/fdroid/fdroiddata/-/merge_requests/10831#note_897065716
+ Cannot use AUM/UCM because version code and version name are dynamic.
+ Using a custom fladle build, see https://gitlab.com/fdroid/fdroiddata/-/merge_requests/10831#note_897065716
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.dwalkes.android.toggleheadset2.yml b/metadata/com.dwalkes.android.toggleheadset2.yml
index 37415aacea..5114a79ae9 100644
--- a/metadata/com.dwalkes.android.toggleheadset2.yml
+++ b/metadata/com.dwalkes.android.toggleheadset2.yml
@@ -6,10 +6,10 @@ SourceCode: https://code.google.com/p/toggleheadset2/source
AutoName: toggleheadset2
Description: |-
- This was originally designed to fix software problems in Android 1.5 that
- wouldn't properly route audio when the headset was plugged in and out. However
- many people have found it to be able to fix hardware problems too and it can be
- used to manually route audio to the speakers for no special reason.
+ This was originally designed to fix software problems in Android 1.5 that
+ wouldn't properly route audio when the headset was plugged in and out. However
+ many people have found it to be able to fix hardware problems too and it can be
+ used to manually route audio to the speakers for no special reason.
Builds:
- versionName: '2.5'
diff --git a/metadata/com.dx.anonymousmessenger.yml b/metadata/com.dx.anonymousmessenger.yml
index 47d5e2156a..e31cebc123 100644
--- a/metadata/com.dx.anonymousmessenger.yml
+++ b/metadata/com.dx.anonymousmessenger.yml
@@ -429,7 +429,7 @@ Builds:
rm:
- app/src/main/jniLibs/*/*.so
prebuild: sed -i -e 's/com.example.anonymousmessenger/com.dx.anonymousmessenger/'
- build.gradle
+ build.gradle
build:
- pushd $$obfs4$$
- curl -Lso go.tar.gz https://golang.org/dl/go1.15.4.linux-amd64.tar.gz
@@ -512,7 +512,7 @@ Builds:
rm:
- app/src/main/jniLibs/*/*.so
prebuild: sed -i -e 's/com.example.anonymousmessenger/com.dx.anonymousmessenger/'
- build.gradle
+ build.gradle
build:
- pushd $$obfs4$$
- curl -Lso go.tar.gz https://golang.org/dl/go1.15.4.linux-amd64.tar.gz
@@ -595,7 +595,7 @@ Builds:
rm:
- app/src/main/jniLibs/*/*.so
prebuild: sed -i -e 's/com.example.anonymousmessenger/com.dx.anonymousmessenger/'
- build.gradle
+ build.gradle
build:
- pushd $$obfs4$$
- curl -Lso go.tar.gz https://golang.org/dl/go1.15.4.linux-amd64.tar.gz
@@ -665,7 +665,7 @@ Builds:
rm:
- app/src/main/jniLibs/*/*.so
prebuild: sed -i -e 's/com.example.anonymousmessenger/com.dx.anonymousmessenger/'
- build.gradle
+ build.gradle
build:
- pushd $$obfs4$$
- curl -Lso go.tar.gz https://golang.org/dl/go1.15.4.linux-amd64.tar.gz
diff --git a/metadata/com.dynamite.heaterrc.yml b/metadata/com.dynamite.heaterrc.yml
index 8a12005063..8865931524 100644
--- a/metadata/com.dynamite.heaterrc.yml
+++ b/metadata/com.dynamite.heaterrc.yml
@@ -7,12 +7,12 @@ Changelog: https://github.com/dynamitetuning/com.dynamite.heaterrc/releases
AutoName: HeaterRC
Description: |-
- Some vendors of independent vehicle heater allow you to remote control them via
- simple text messages. This app allows you to send commands like "start" and
- "stop", as well as querying the device for the current temperature.
+ Some vendors of independent vehicle heater allow you to remote control them via
+ simple text messages. This app allows you to send commands like "start" and
+ "stop", as well as querying the device for the current temperature.
- It should work with Eberspaecher and Webasto heaters, but others might work as
- well.
+ It should work with Eberspaecher and Webasto heaters, but others might work as
+ well.
RepoType: git
Repo: https://github.com/dynamitetuning/com.dynamite.heaterrc
diff --git a/metadata/com.earthblood.tictactoe.yml b/metadata/com.earthblood.tictactoe.yml
index 4cb20b72ac..4aadb2c856 100644
--- a/metadata/com.earthblood.tictactoe.yml
+++ b/metadata/com.earthblood.tictactoe.yml
@@ -7,7 +7,7 @@ IssueTracker: https://github.com/Earthblood/Toe/issues
Name: Toe
AutoName: Tic Tac Toe
Description: A challenging Tic Tac Toe game for 1 or 2 players with multiple skill
- levels.
+ levels.
RepoType: git
Repo: https://github.com/Earthblood/Toe.git
diff --git a/metadata/com.easwareapps.baria.yml b/metadata/com.easwareapps.baria.yml
index 799c8bb1fc..bb6d3910e2 100644
--- a/metadata/com.easwareapps.baria.yml
+++ b/metadata/com.easwareapps.baria.yml
@@ -7,10 +7,10 @@ IssueTracker: https://gitlab.com/easwareapps/BARIA/issues
AutoName: BARIA
Description: |-
- BARIA stands for "Backup And Restore Installed Apps." Are you a person trying
- different ROMs on your mobile phone OR resetting phone for better performance ?
- Don't you feel installing apps for the second time is a tedious process and you
- simply waste your bandwidth downloading the apps again, then BARIA is for you.
+ BARIA stands for "Backup And Restore Installed Apps." Are you a person trying
+ different ROMs on your mobile phone OR resetting phone for better performance ?
+ Don't you feel installing apps for the second time is a tedious process and you
+ simply waste your bandwidth downloading the apps again, then BARIA is for you.
RepoType: git
Repo: https://gitlab.com/easwareapps/BARIA.git
diff --git a/metadata/com.easwareapps.f2lflap2lock_adfree.yml b/metadata/com.easwareapps.f2lflap2lock_adfree.yml
index fd791aead3..fb949d2942 100644
--- a/metadata/com.easwareapps.f2lflap2lock_adfree.yml
+++ b/metadata/com.easwareapps.f2lflap2lock_adfree.yml
@@ -8,12 +8,12 @@ Bitcoin: 1PNwD199whFao1rjMX82Zi5A7M5B6KB7be
AutoName: F2L
Description: |-
- Lock your phone by closing the flap. No need to press the lock button anymore.
- If you do not have a flap cover, then merely putting the mobile into your pocket
- will lock the screen. Also you can specify to disable the app while a call is in
- progress. Time can be set for which the app will remain disabled once you unlock
- the screen. This avoids unwanted locking. By switching off the screen you save
- the battery, too.
+ Lock your phone by closing the flap. No need to press the lock button anymore.
+ If you do not have a flap cover, then merely putting the mobile into your pocket
+ will lock the screen. Also you can specify to disable the app while a call is in
+ progress. Time can be set for which the app will remain disabled once you unlock
+ the screen. This avoids unwanted locking. By switching off the screen you save
+ the battery, too.
RepoType: git
Repo: https://gitlab.com/f2l-flap-2-lock/f2l-flap-2-lock.git
diff --git a/metadata/com.easwareapps.g2l.yml b/metadata/com.easwareapps.g2l.yml
index a058d8fc74..59e695c062 100644
--- a/metadata/com.easwareapps.g2l.yml
+++ b/metadata/com.easwareapps.g2l.yml
@@ -9,7 +9,7 @@ Bitcoin: 1PNwD199whFao1rjMX82Zi5A7M5B6KB7be
AutoName: G2L
Description: Define gestures to launch an action like an app, a phone call or playing
- a song.
+ a song.
RepoType: git
Repo: https://gitlab.com/easwareapps/g2l-gesture-launcher.git
diff --git a/metadata/com.easwareapps.marbleone_ad_free.yml b/metadata/com.easwareapps.marbleone_ad_free.yml
index 59016ede8e..febdbc33a2 100644
--- a/metadata/com.easwareapps.marbleone_ad_free.yml
+++ b/metadata/com.easwareapps.marbleone_ad_free.yml
@@ -8,18 +8,18 @@ Bitcoin: 1PNwD199whFao1rjMX82Zi5A7M5B6KB7be
AutoName: Marble One
Description: |-
- How to play:
+ How to play:
- 1. Find two marbles and an empty location lying together along a line -- that is
- "marble-marble-empty" or "empty -marble-marble". This pattern can be in
- horizontal or vertical direction.
+ 1. Find two marbles and an empty location lying together along a line -- that is
+ "marble-marble-empty" or "empty -marble-marble". This pattern can be in
+ horizontal or vertical direction.
- 2. Select the marble away from the empty location. Then select the empty
- location. The selected marble will jump over the adjacent one to the empty
- location: now the pattern will be "empty-empty-marble" or "marble-empty-empty".
- The middle marble gets removed by this. Similarly, go on removing the marbles
- one by one till you reach a state when there are no two marbles together with an
- adjacent vacant position.
+ 2. Select the marble away from the empty location. Then select the empty
+ location. The selected marble will jump over the adjacent one to the empty
+ location: now the pattern will be "empty-empty-marble" or "marble-empty-empty".
+ The middle marble gets removed by this. Similarly, go on removing the marbles
+ one by one till you reach a state when there are no two marbles together with an
+ adjacent vacant position.
RepoType: git
Repo: https://gitlab.com/easwareapps/marbleone.git
diff --git a/metadata/com.easwareapps.quoter.yml b/metadata/com.easwareapps.quoter.yml
index 6a12059927..ae70e411d0 100644
--- a/metadata/com.easwareapps.quoter.yml
+++ b/metadata/com.easwareapps.quoter.yml
@@ -8,13 +8,13 @@ IssueTracker: https://gitlab.com/easwareapps/Quoter/issues
AutoName: Quoter
Description: |-
- Display quotes. Features:
+ Display quotes. Features:
- * Random Quotes.
- * Daily Quote.
- * Share Quotes by image.
- * Widget.
- * Tags wise sorting.
+ * Random Quotes.
+ * Daily Quote.
+ * Share Quotes by image.
+ * Widget.
+ * Tags wise sorting.
RepoType: git
Repo: https://gitlab.com/easwareapps/Quoter.git
diff --git a/metadata/com.easwareapps.transparentwidget.yml b/metadata/com.easwareapps.transparentwidget.yml
index e025587e5c..5d468aa432 100644
--- a/metadata/com.easwareapps.transparentwidget.yml
+++ b/metadata/com.easwareapps.transparentwidget.yml
@@ -8,14 +8,14 @@ IssueTracker: https://gitlab.com/easwareapps/TransparentWidget/issues
AutoName: Transparent Widget
Description: |-
- Allows you to create fully transparent widgets to make a blank screen on
- launchers like Google Launcher, Trebuchet etc.
+ Allows you to create fully transparent widgets to make a blank screen on
+ launchers like Google Launcher, Trebuchet etc.
- Optionally You can assign following actions on double tap
+ Optionally You can assign following actions on double tap
- * Lock Screen
- * Open Any app
- * Toggle Flash
+ * Lock Screen
+ * Open Any app
+ * Toggle Flash
RepoType: git
Repo: https://gitlab.com/easwareapps/TransparentWidget.git
diff --git a/metadata/com.easyfitness.yml b/metadata/com.easyfitness.yml
index 6ab3245527..849059c3ba 100644
--- a/metadata/com.easyfitness.yml
+++ b/metadata/com.easyfitness.yml
@@ -10,14 +10,14 @@ Changelog: https://github.com/brodeurlv/fastnfitness/blob/HEAD/CHANGELOG.md
AutoName: Fast N Fitness
Description: |-
- Fast N Fitness allows you to track your workouts quickly and easily. It is
- highly customizable and supports cardio and power lifting workouts.
+ Fast N Fitness allows you to track your workouts quickly and easily. It is
+ highly customizable and supports cardio and power lifting workouts.
- You can create as many machines as you want with the names you want. Multiple
- graphics will show your progress and your body evolution.
+ You can create as many machines as you want with the names you want. Multiple
+ graphics will show your progress and your body evolution.
- Don't leave the app to get your music; a music player is integrated into
- the app!
+ Don't leave the app to get your music; a music player is integrated into
+ the app!
RepoType: git
Repo: https://github.com/brodeurlv/fastnfitness
diff --git a/metadata/com.easytarget.micopi.yml b/metadata/com.easytarget.micopi.yml
index 648eb023d6..f626d32df6 100644
--- a/metadata/com.easytarget.micopi.yml
+++ b/metadata/com.easytarget.micopi.yml
@@ -10,16 +10,16 @@ Changelog: https://github.com/easytarget2000/micopi_android/releases
AutoName: Micopi+
Description: |-
- NOTE: This app is no longer maintained.
+ NOTE: This app is no longer maintained.
- Allows you to assign an image to every person in your telephone's contact list.
- So if you do not happen to have a (decent) photo of them, you can use the app to
- simply generate one. Micopi does not use a random number generator to create
- these images. It exclusively uses contact data such as the name, the telephone
- number or the e-mail address and turns these into geometric figures and colours.
- This way, all of your contacts have their unique image. This app has been
- thoroughly tested but we recommend making a backup of your most precious contact
- pictures, just in case.
+ Allows you to assign an image to every person in your telephone's contact list.
+ So if you do not happen to have a (decent) photo of them, you can use the app to
+ simply generate one. Micopi does not use a random number generator to create
+ these images. It exclusively uses contact data such as the name, the telephone
+ number or the e-mail address and turns these into geometric figures and colours.
+ This way, all of your contacts have their unique image. This app has been
+ thoroughly tested but we recommend making a backup of your most precious contact
+ pictures, just in case.
RepoType: git
Repo: https://github.com/easytargetmixel/micopi_android
diff --git a/metadata/com.ebaschiera.triplecamel.yml b/metadata/com.ebaschiera.triplecamel.yml
index 9a3164f85d..c0badd0a17 100644
--- a/metadata/com.ebaschiera.triplecamel.yml
+++ b/metadata/com.ebaschiera.triplecamel.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Triple-Camel website which is free, but not libre.
+ NonFreeNet:
+ en-US: Depends on Triple-Camel website which is free, but not libre.
Categories:
- Internet
- Money
@@ -11,9 +11,9 @@ Changelog: https://github.com/ebaschiera/TripleCamel/releases
AutoName: TripleCamel
Description: |-
- Checks for product price history using the CamelCamelCamel website. You can also set a notification for when the price
- gets lower. You just have to share a product from the Amazon app, and choose
- Triple Camel as the sharing app from the list.
+ Checks for product price history using the CamelCamelCamel website. You can also set a notification for when the price
+ gets lower. You just have to share a product from the Amazon app, and choose
+ Triple Camel as the sharing app from the list.
RepoType: git
Repo: https://github.com/ebaschiera/TripleCamel
diff --git a/metadata/com.ecuamobi.deckwallet.yml b/metadata/com.ecuamobi.deckwallet.yml
index f163585e6f..8d853eee5c 100644
--- a/metadata/com.ecuamobi.deckwallet.yml
+++ b/metadata/com.ecuamobi.deckwallet.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/ecuamobi/deck-wallet/issues
AutoName: Deck Wallet
Description: |-
- Allows you to generate up to 52 bitcoin addresses by entering the order of a
- deck of cards plus an optional password.
+ Allows you to generate up to 52 bitcoin addresses by entering the order of a
+ deck of cards plus an optional password.
RepoType: git
Repo: https://github.com/ecuamobi/deck-wallet.git
diff --git a/metadata/com.edwardoyarzun.diccionario.yml b/metadata/com.edwardoyarzun.diccionario.yml
index a71f4664ef..bdeba883d3 100644
--- a/metadata/com.edwardoyarzun.diccionario.yml
+++ b/metadata/com.edwardoyarzun.diccionario.yml
@@ -6,8 +6,8 @@ SourceCode: https://github.com/edwardoyarzun/diccionariochilenoandroid
AutoName: Diccionario Chileno
Description: |-
- Diccionario con palabras y frases típicas utilizadas por los chilenos. Incluye
- mas de 500 palabras y su significado.
+ Diccionario con palabras y frases típicas utilizadas por los chilenos. Incluye
+ mas de 500 palabras y su significado.
Builds:
- versionName: '1.0'
diff --git a/metadata/com.ei.bmicalc.yml b/metadata/com.ei.bmicalc.yml
index efe2d8bf7f..2d429b857c 100644
--- a/metadata/com.ei.bmicalc.yml
+++ b/metadata/com.ei.bmicalc.yml
@@ -7,7 +7,7 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=D5CBY2KKXY
AutoName: BmiCalc
Description: BmiCalc is a simple app to track the body mass index. BmiCalc can save
- and load the data from csv file.
+ and load the data from csv file.
RepoType: git
Repo: git://git.code.sf.net/p/androidbmicalc/code
diff --git a/metadata/com.eibriel.reddot.yml b/metadata/com.eibriel.reddot.yml
index b96c476bb9..5cf14f7f97 100644
--- a/metadata/com.eibriel.reddot.yml
+++ b/metadata/com.eibriel.reddot.yml
@@ -7,12 +7,12 @@ Bitcoin: 1MD8wCtnx5zqGvkY1VYPNqckAyTWDhXKzY
AutoName: Red Dot
Description: |-
- This parametric animation, under the current technology, is 49 years long,
- Starting 1970 January 1, it is not random, is synchronized over all devices and
- ideally never repeat itself.
+ This parametric animation, under the current technology, is 49 years long,
+ Starting 1970 January 1, it is not random, is synchronized over all devices and
+ ideally never repeat itself.
- The Red Dot is just a symbol, a representation of something else. Take a look
- and find your our own meaning for it.
+ The Red Dot is just a symbol, a representation of something else. Take a look
+ and find your our own meaning for it.
RepoType: git
Repo: https://github.com/Eibriel/RedDot.git
diff --git a/metadata/com.einmalfel.podlisten.yml b/metadata/com.einmalfel.podlisten.yml
index 84932f9f4f..6ecb3578d6 100644
--- a/metadata/com.einmalfel.podlisten.yml
+++ b/metadata/com.einmalfel.podlisten.yml
@@ -9,24 +9,24 @@ Translation: https://github.com/einmalfel/PodListen#translation
AutoName: PodListen
Description: |-
- Main idea behind this app is to set podcast listening free from inconvenience of
- switching between screens and going through menus. Instead, all navigation in
- PodListen is done by simply swiping between 3 tabs, basic actions are done with
- single tap.
+ Main idea behind this app is to set podcast listening free from inconvenience of
+ switching between screens and going through menus. Instead, all navigation in
+ PodListen is done by simply swiping between 3 tabs, basic actions are done with
+ single tap.
- Besides original interface, it has basic features one can expect from podcatcher
- app:
+ Besides original interface, it has basic features one can expect from podcatcher
+ app:
- * searchable podcast database (offline)
- * feeds refresh and episodes download
- * OPML import and export
- * subscription by clicking on RSS links in browser
- * home screen widget
- * playlist sorting modes
- * preferences like "pause on headphones disconnect", “download on wi-fi only”, etc.
+ * searchable podcast database (offline)
+ * feeds refresh and episodes download
+ * OPML import and export
+ * subscription by clicking on RSS links in browser
+ * home screen widget
+ * playlist sorting modes
+ * preferences like "pause on headphones disconnect", “download on wi-fi only”, etc.
- If you are willing to help project by translating it to your language, see
- instructions on github page.
+ If you are willing to help project by translating it to your language, see
+ instructions on github page.
RepoType: git
Repo: https://github.com/einmalfel/PodListen
diff --git a/metadata/com.elementarytoday.theia.yml b/metadata/com.elementarytoday.theia.yml
index 7b7f836580..fc3d49661b 100644
--- a/metadata/com.elementarytoday.theia.yml
+++ b/metadata/com.elementarytoday.theia.yml
@@ -62,7 +62,7 @@ Builds:
- build
- app/build
prebuild: sed -i -e 's/v4:22.0.1/v4:22.0.0/g' -e '/target/a\ minSdkVersion
- 4' build.gradle
+ 4' build.gradle
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.eletac.tronwallet.yml b/metadata/com.eletac.tronwallet.yml
index 5f772dc2b6..5405be54c0 100644
--- a/metadata/com.eletac.tronwallet.yml
+++ b/metadata/com.eletac.tronwallet.yml
@@ -9,11 +9,11 @@ Changelog: https://github.com/Dryec/tron-wallet-android/releases
AutoName: Tron Wallet
Description: |-
- Tron Wallet is an officially supported, multifunctional wallet designed for
- the TRON network. It gives you the possibility to interact quickly and easily
- with your account or to keep your TRX and other account data safe in a cold
- wallet setup. This app offers you one of the safest ways to protect your private
- data.
+ Tron Wallet is an officially supported, multifunctional wallet designed for
+ the TRON network. It gives you the possibility to interact quickly and easily
+ with your account or to keep your TRX and other account data safe in a cold
+ wallet setup. This app offers you one of the safest ways to protect your private
+ data.
RepoType: git
Repo: https://github.com/Dryec/tron-wallet-android.git
diff --git a/metadata/com.eleybourn.bookcatalogue.yml b/metadata/com.eleybourn.bookcatalogue.yml
index 5c4d83b3a4..1543ee02b4 100644
--- a/metadata/com.eleybourn.bookcatalogue.yml
+++ b/metadata/com.eleybourn.bookcatalogue.yml
@@ -10,20 +10,20 @@ Changelog: https://github.com/eleybourn/Book-Catalogue/blob/HEAD/README
AutoName: Book Catalogue
Description: |-
- N.B The GoodReads integration won't work as there aren't any API keys in the
- source code to make it work. If you are switching between different apk
- signatures it is a good idea to export your list before uninstalling.
+ N.B The GoodReads integration won't work as there aren't any API keys in the
+ source code to make it work. If you are switching between different apk
+ signatures it is a good idea to export your list before uninstalling.
- This is a simple book catalogue application, to store a list of your books.
- Books can be added either manually, by ISBN, or by barcode if you have
- https://f-droid.org/packages/com.google.zxing.client.android installed. In the case of the last two
- methods, information including cover images is sought on the internet meaning
- you can have a thorough record of a book in as little as 30 seconds.
+ This is a simple book catalogue application, to store a list of your books.
+ Books can be added either manually, by ISBN, or by barcode if you have
+ https://f-droid.org/packages/com.google.zxing.client.android installed. In the case of the last two
+ methods, information including cover images is sought on the internet meaning
+ you can have a thorough record of a book in as little as 30 seconds.
- One thing to watch out for is that in rare case, barcodes do not contain ISBN
- numbers. This will usually apply to older trade or pulp books and a barcode is
- often also present inside the front cover. If no ISBN is present a search for
- the author's name may still give results.
+ One thing to watch out for is that in rare case, barcodes do not contain ISBN
+ numbers. This will usually apply to older trade or pulp books and a barcode is
+ often also present inside the front cover. If no ISBN is present a search for
+ the author's name may still give results.
RepoType: git
Repo: https://github.com/eleybourn/Book-Catalogue.git
diff --git a/metadata/com.elsdoerfer.android.autostarts.yml b/metadata/com.elsdoerfer.android.autostarts.yml
index 8e6a6d92a5..c6dfa80ea6 100644
--- a/metadata/com.elsdoerfer.android.autostarts.yml
+++ b/metadata/com.elsdoerfer.android.autostarts.yml
@@ -9,11 +9,11 @@ Changelog: https://github.com/miracle2k/android-autostarts/blob/HEAD/CHANGES
AutoName: Autostarts
Description: |-
- Shows you what apps run when events occur and what other events trigger in the
- background. Root users can disable unwanted autostarts and speed up their phone
- boot.
+ Shows you what apps run when events occur and what other events trigger in the
+ background. Root users can disable unwanted autostarts and speed up their phone
+ boot.
- Requires Root: No. However, to make changes you will need root.
+ Requires Root: No. However, to make changes you will need root.
RepoType: git
Repo: https://github.com/miracle2k/android-autostarts.git
diff --git a/metadata/com.elsewhat.android.currentwallpaper.yml b/metadata/com.elsewhat.android.currentwallpaper.yml
index 5a46b0a65d..8c0d8f9be5 100644
--- a/metadata/com.elsewhat.android.currentwallpaper.yml
+++ b/metadata/com.elsewhat.android.currentwallpaper.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/elsewhat/com.elsewhat.android.currentwallpaper/
AutoName: Current Wallpaper
Description: |-
- Show the current wallpaper in fullscreen without conflicting elements from the
- launcher or app icons.
+ Show the current wallpaper in fullscreen without conflicting elements from the
+ launcher or app icons.
RepoType: git
Repo: https://github.com/elsewhat/com.elsewhat.android.currentwallpaper.git
diff --git a/metadata/com.emanuelef.remote_capture.yml b/metadata/com.emanuelef.remote_capture.yml
index c5f9f88598..2d5069aac4 100644
--- a/metadata/com.emanuelef.remote_capture.yml
+++ b/metadata/com.emanuelef.remote_capture.yml
@@ -310,7 +310,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1' > /dev/null
+ 'cmake;3.18.1' > /dev/null
ndk: r23b
- versionName: 1.4.6
@@ -327,7 +327,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1' > /dev/null
+ 'cmake;3.18.1' > /dev/null
scandelete:
- app/src/main/jni/tests/
ndk: r23b
@@ -346,7 +346,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1' > /dev/null
+ 'cmake;3.18.1' > /dev/null
scandelete:
- app/src/main/jni/tests/
- submodules/nDPI/tests
@@ -366,7 +366,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1' > /dev/null
+ 'cmake;3.18.1' > /dev/null
scandelete:
- app/src/main/jni/tests/
- submodules/nDPI/tests
@@ -386,7 +386,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1' > /dev/null
+ 'cmake;3.18.1' > /dev/null
scandelete:
- app/src/main/jni/tests/
- submodules/nDPI/tests
@@ -406,7 +406,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1' > /dev/null
+ 'cmake;3.18.1' > /dev/null
scandelete:
- app/src/main/jni/tests/
- submodules/nDPI/tests
@@ -426,7 +426,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1' > /dev/null
+ 'cmake;3.18.1' > /dev/null
scandelete:
- app/src/main/jni/tests/
- submodules/nDPI/tests
@@ -446,7 +446,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1' > /dev/null
+ 'cmake;3.18.1' > /dev/null
scandelete:
- app/src/main/jni/tests/
- submodules/nDPI/tests
@@ -466,7 +466,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1' > /dev/null
+ 'cmake;3.18.1' > /dev/null
scandelete:
- app/src/main/jni/tests/
- submodules/nDPI/tests
@@ -486,7 +486,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.22.1' > /dev/null
+ 'cmake;3.22.1' > /dev/null
scandelete:
- app/src/main/jni/tests/
- submodules/nDPI/tests
@@ -506,7 +506,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.22.1' > /dev/null
+ 'cmake;3.22.1' > /dev/null
scandelete:
- app/src/main/jni/tests/
- submodules/nDPI/tests
@@ -657,7 +657,7 @@ Builds:
ndk: r25b
MaintainerNotes: Ignored files are the DB-IP country lite db and the DB-IP ASN lite
- db licensed under CC-BY-4.0.
+ db licensed under CC-BY-4.0.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.emmaguy.cleanstatusbar.yml b/metadata/com.emmaguy.cleanstatusbar.yml
index ebadc3e28e..078e3f9deb 100644
--- a/metadata/com.emmaguy.cleanstatusbar.yml
+++ b/metadata/com.emmaguy.cleanstatusbar.yml
@@ -8,11 +8,11 @@ Changelog: https://github.com/emmaguy/clean-status-bar/releases
AutoName: Clean Status Bar
Description: |-
- Tired of editing out notifications/low battery to make a nice, clean status bar?
- Run this app first - it draws over your status bar, showing only a full battery
- and clock.
+ Tired of editing out notifications/low battery to make a nice, clean status bar?
+ Run this app first - it draws over your status bar, showing only a full battery
+ and clock.
- It runs as a service, so you can swap to other apps to take screenshots.
+ It runs as a service, so you can swap to other apps to take screenshots.
RepoType: git
Repo: https://github.com/emmaguy/clean-status-bar
diff --git a/metadata/com.emmanuelmess.simplecleanup.yml b/metadata/com.emmanuelmess.simplecleanup.yml
index 3eb8fb03b1..5be582df7d 100644
--- a/metadata/com.emmanuelmess.simplecleanup.yml
+++ b/metadata/com.emmanuelmess.simplecleanup.yml
@@ -9,24 +9,24 @@ Donate: https://www.patreon.com/emmanuelmess
AutoName: Simple Cleanup
Description: |-
- Extremely simple cleanup app! Doesn't need internet, one button solution!
+ Extremely simple cleanup app! Doesn't need internet, one button solution!
- Simple Cleanup deletes files according to the space needed in your phone.
+ Simple Cleanup deletes files according to the space needed in your phone.
- * At 20% space free, it deletes old WhatsApp backups and Tencent cache, in that order, until it gets to >20%.
- * At 10% space free it deletes the last WhatsApp backup, old media (> 1 mo. old) and then all media, in that order.
+ * At 20% space free, it deletes old WhatsApp backups and Tencent cache, in that order, until it gets to >20%.
+ * At 10% space free it deletes the last WhatsApp backup, old media (> 1 mo. old) and then all media, in that order.
- Simple Cleanup checks file by file until enough space would be free.
+ Simple Cleanup checks file by file until enough space would be free.
- Simple Cleanup checks in the background and alerts you if you are
- running low on free space.
+ Simple Cleanup checks in the background and alerts you if you are
+ running low on free space.
- Note: currently only WhatsApp folders are checked. More might be added in
- the future.
+ Note: currently only WhatsApp folders are checked. More might be added in
+ the future.
- Simple Cleanup is always accepting recommendations and adding features!
- If you want something added, please go here:
- https://github.com/EmmanuelMess/Simple-Cleanup/issues/new.
+ Simple Cleanup is always accepting recommendations and adding features!
+ If you want something added, please go here:
+ https://github.com/EmmanuelMess/Simple-Cleanup/issues/new.
RepoType: git
Repo: https://github.com/EmmanuelMess/Simple-Cleanup
diff --git a/metadata/com.endeepak.dotsnsquares.yml b/metadata/com.endeepak.dotsnsquares.yml
index f3aa74d80b..765cf9af43 100644
--- a/metadata/com.endeepak.dotsnsquares.yml
+++ b/metadata/com.endeepak.dotsnsquares.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/endeepak/dotsnsquares/issues
AutoName: Dots & Squares
Description: |-
- Two players take turn to connect the dots. Complete a square to score a point
- and play again.
+ Two players take turn to connect the dots. Complete a square to score a point
+ and play again.
RepoType: git
Repo: https://github.com/endeepak/dotsnsquares
diff --git a/metadata/com.eneko.hexcolortimewallpaper.yml b/metadata/com.eneko.hexcolortimewallpaper.yml
index 8329882e3f..34c26ecf6e 100644
--- a/metadata/com.eneko.hexcolortimewallpaper.yml
+++ b/metadata/com.eneko.hexcolortimewallpaper.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/urtxintxa/HexColorTime/issues
AutoName: HexColorTime Wallpaper
Description: |-
- HexColorTime wallpaper sets the time value hex color as background. Its posible
- to change the text and some other appareances
+ HexColorTime wallpaper sets the time value hex color as background. Its posible
+ to change the text and some other appareances
RepoType: git
Repo: https://github.com/urtxintxa/HexColorTime
@@ -22,7 +22,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: '1.1'
versionCode: 2
@@ -31,7 +31,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.enjoyingfoss.feeel.yml b/metadata/com.enjoyingfoss.feeel.yml
index d8dff86c77..4f732c861e 100644
--- a/metadata/com.enjoyingfoss.feeel.yml
+++ b/metadata/com.enjoyingfoss.feeel.yml
@@ -77,7 +77,7 @@ Builds:
srclibs:
- flutter@1.25.0-8.1.pre
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --no-sound-null-safety
@@ -89,7 +89,7 @@ Builds:
srclibs:
- flutter@1.25.0-8.1.pre
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --no-sound-null-safety
@@ -101,7 +101,7 @@ Builds:
srclibs:
- flutter@2.0.3
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --no-sound-null-safety
diff --git a/metadata/com.enjoyingfoss.om.yml b/metadata/com.enjoyingfoss.om.yml
index 421749c0b3..eef25ae6af 100644
--- a/metadata/com.enjoyingfoss.om.yml
+++ b/metadata/com.enjoyingfoss.om.yml
@@ -8,8 +8,8 @@ IssueTracker: https://gitlab.com/enjoyingfoss/om/issues
AutoName: Om
Description: |-
- A simple meditation player including one guided mindfulness meditation and one
- unguided one.
+ A simple meditation player including one guided mindfulness meditation and one
+ unguided one.
RepoType: git
Repo: https://gitlab.com/enjoyingfoss/om.git
diff --git a/metadata/com.enrico.earthquake.batterysimplysolid.yml b/metadata/com.enrico.earthquake.batterysimplysolid.yml
index 6236c9578b..112f25cb26 100644
--- a/metadata/com.enrico.earthquake.batterysimplysolid.yml
+++ b/metadata/com.enrico.earthquake.batterysimplysolid.yml
@@ -7,14 +7,14 @@ Changelog: https://github.com/enricocid/Battery-Live/releases
AutoName: Battery Live
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- Battery Live is a simple app to apply a livewallpaper based on the battery
- level. It has a color chooser dialog where user can choose the color of the
- charge from presets or from custom hex code. The color of the discharge level is
- the complementary color of the applied color. There are also some UI animations
- and a function to determine if the applied color is light or not used to change
- the toolbar/status bar color to dark or light. The app supports 5.0+ devices.
+ Battery Live is a simple app to apply a livewallpaper based on the battery
+ level. It has a color chooser dialog where user can choose the color of the
+ charge from presets or from custom hex code. The color of the discharge level is
+ the complementary color of the applied color. There are also some UI animations
+ and a function to determine if the applied color is light or not used to change
+ the toolbar/status bar color to dark or light. The app supports 5.0+ devices.
RepoType: git
Repo: https://github.com/enricocid/Battery-Live
diff --git a/metadata/com.enrico.earthquake.yml b/metadata/com.enrico.earthquake.yml
index 446073444f..affc054773 100644
--- a/metadata/com.enrico.earthquake.yml
+++ b/metadata/com.enrico.earthquake.yml
@@ -6,17 +6,17 @@ IssueTracker: https://github.com/enricocid/Simply-Solid/issues
AutoName: Simply Solid
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- Pick a solid color as your homescreen background color.
+ Pick a solid color as your homescreen background color.
- Features:
+ Features:
- * Simple UI
- * Responsive toolbar
- * Material color chooser dialog
- * Save colors to storage
- * Round icon support for android 7.1
+ * Simple UI
+ * Responsive toolbar
+ * Material color chooser dialog
+ * Save colors to storage
+ * Round icon support for android 7.1
RepoType: git
Repo: https://github.com/enricocid/Simply-Solid
diff --git a/metadata/com.enrico.filemanager.yml b/metadata/com.enrico.filemanager.yml
index 5e0412981b..be239b6e35 100644
--- a/metadata/com.enrico.filemanager.yml
+++ b/metadata/com.enrico.filemanager.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/enricocid/Storage-USB/issues
AutoName: Storage & USB
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- Storage-USB is a simple to launch storage settings from the apps drawer, without
- having to go via the normal way.
+ Storage-USB is a simple to launch storage settings from the apps drawer, without
+ having to go via the normal way.
RepoType: git
Repo: https://github.com/enricocid/Storage-USB.git
diff --git a/metadata/com.enrico.sample.yml b/metadata/com.enrico.sample.yml
index 2c37e983ba..a57e62dbb1 100644
--- a/metadata/com.enrico.sample.yml
+++ b/metadata/com.enrico.sample.yml
@@ -7,12 +7,12 @@ IssueTracker: https://github.com/enricocid/Color-picker-library/issues
Name: Colorpicker
AutoName: Sample
Description: |-
- Note: This app is no longer maintained.
+ Note: This app is no longer maintained.
- Simple color picker that shows additional information.
+ Simple color picker that shows additional information.
- DEPRECATION NOTICE: This project is no longer mantained and has been replaced by
- ColorBox.
+ DEPRECATION NOTICE: This project is no longer mantained and has been replaced by
+ ColorBox.
RepoType: git
Repo: https://github.com/enricocid/Color-picker-library
diff --git a/metadata/com.ensoft.imgurviewer.yml b/metadata/com.ensoft.imgurviewer.yml
index 8de71e8085..8a186c70b3 100644
--- a/metadata/com.ensoft.imgurviewer.yml
+++ b/metadata/com.ensoft.imgurviewer.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Imgur itself is not libre.
+ NonFreeNet:
+ en-US: Imgur itself is not libre.
Categories:
- Internet
License: GPL-3.0-only
diff --git a/metadata/com.eolwral.osmonitor.yml b/metadata/com.eolwral.osmonitor.yml
index 02a424cf3a..8f700a2c84 100644
--- a/metadata/com.eolwral.osmonitor.yml
+++ b/metadata/com.eolwral.osmonitor.yml
@@ -9,18 +9,18 @@ Donate: https://github.com/eolwral/OSMonitor
AutoName: OS Monitor
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- OS Monitor is a tool for monitoring your Android system. It offers the following
- information:
+ OS Monitor is a tool for monitoring your Android system. It offers the following
+ information:
- * Process: monitor all processes and display detail information about each.
- * Connection: display every tcp or udp network connection, and query it via WHOIS. There is an option to display the reverse-ip lookup map in OpenStreetMap.
- * Misc: monitor processor, battery and file system.
- * Message: check dmesg or logcat in real-time.
+ * Process: monitor all processes and display detail information about each.
+ * Connection: display every tcp or udp network connection, and query it via WHOIS. There is an option to display the reverse-ip lookup map in OpenStreetMap.
+ * Misc: monitor processor, battery and file system.
+ * Message: check dmesg or logcat in real-time.
- Note: Due to Android 7.0's security enhancement, OS Monitor won't support
- Android 7.0 and following versions.
+ Note: Due to Android 7.0's security enhancement, OS Monitor won't support
+ Android 7.0 and following versions.
RepoType: git
Repo: https://github.com/eolwral/OSMonitor
@@ -373,7 +373,7 @@ Builds:
ndk: r12b
MaintainerNotes: ndkMove doesn't work for some reason, so build the native stuff and
- move it ourselves.
+ move it ourselves.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.episode6.android.appalarm.pro.yml b/metadata/com.episode6.android.appalarm.pro.yml
index fece24a05d..8f9733cee4 100644
--- a/metadata/com.episode6.android.appalarm.pro.yml
+++ b/metadata/com.episode6.android.appalarm.pro.yml
@@ -7,13 +7,13 @@ IssueTracker: https://github.com/ghackett/AppAlarm/issues
AutoName: AppAlarm Pro
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- Turn any app into an Alarm Clock. Schedule any app for anytime.
+ Turn any app into an Alarm Clock. Schedule any app for anytime.
- AppAlarm launches other android apps at specified times. It also has
- special support for Pandora Radio stations, and the ability to share custom
- intents with other people.
+ AppAlarm launches other android apps at specified times. It also has
+ special support for Pandora Radio stations, and the ability to share custom
+ intents with other people.
RepoType: git
Repo: https://github.com/ghackett/AppAlarm.git
diff --git a/metadata/com.ero.kinoko.yml b/metadata/com.ero.kinoko.yml
index cdfd530cc9..bbeaaa217b 100644
--- a/metadata/com.ero.kinoko.yml
+++ b/metadata/com.ero.kinoko.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: App relies on Github.
- NSFW:
- en-US: App shows explicit material (Hentai).
+ NonFreeNet:
+ en-US: App relies on Github.
+ NSFW:
+ en-US: App shows explicit material (Hentai).
Categories:
- Graphics
- Reading
@@ -504,7 +504,7 @@ Builds:
ndk: r23
MaintainerNotes: While the default sources seem clean, the screenshots strongly imply
- adult content so I tagged this NSFW to be on the safe side.
+ adult content so I tagged this NSFW to be on the safe side.
AutoUpdateMode: Version
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
diff --git a/metadata/com.etb.filemanager.yml b/metadata/com.etb.filemanager.yml
index 14669df98b..4edf9f9171 100644
--- a/metadata/com.etb.filemanager.yml
+++ b/metadata/com.etb.filemanager.yml
@@ -27,7 +27,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/*.json'
+ 'assets/*.json'
AllowedAPKSigningKeys: dea7975f267a5ac76e5d2ea5be0d0adeb4e7e1b98f46fa209514b6397a2127bb
diff --git a/metadata/com.etesync.notes.yml b/metadata/com.etesync.notes.yml
index 28e079e37c..76dcb509db 100644
--- a/metadata/com.etesync.notes.yml
+++ b/metadata/com.etesync.notes.yml
@@ -336,11 +336,11 @@ Builds:
ndk: r21d
MaintainerNotes: |-
- scanignore is used to allow the "node_modules/react-native/android" local Maven repository.
+ scanignore is used to allow the "node_modules/react-native/android" local Maven repository.
- Summary and Description are maintained by upstream using fastlane in
- the source repo:
- https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
+ Summary and Description are maintained by upstream using fastlane in
+ the source repo:
+ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.etesync.syncadapter.yml b/metadata/com.etesync.syncadapter.yml
index 9a0d5dd93e..3e2d72fe71 100644
--- a/metadata/com.etesync.syncadapter.yml
+++ b/metadata/com.etesync.syncadapter.yml
@@ -24,7 +24,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/android-reporting/d' -e '/classpath/d' -e '/dependencies/aclasspath
- "com.android.tools.build:gradle:2.2.0"' ../build.gradle
+ "com.android.tools.build:gradle:2.2.0"' ../build.gradle
- versionName: 0.8.1
versionCode: 2
@@ -34,7 +34,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/android-reporting/d' -e '/classpath/d' -e '/dependencies/aclasspath
- "com.android.tools.build:gradle:2.2.0"' ../build.gradle
+ "com.android.tools.build:gradle:2.2.0"' ../build.gradle
- versionName: 0.9.1
versionCode: 4
@@ -935,9 +935,9 @@ Builds:
ndk: r21
MaintainerNotes: |-
- Summary and Description are maintained by upstream using fastlane in
- the source repo:
- https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
+ Summary and Description are maintained by upstream using fastlane in
+ the source repo:
+ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.euedge.openaviationmap.android.yml b/metadata/com.euedge.openaviationmap.android.yml
index 1882271086..3a5eb8944f 100644
--- a/metadata/com.euedge.openaviationmap.android.yml
+++ b/metadata/com.euedge.openaviationmap.android.yml
@@ -6,8 +6,8 @@ SourceCode: https://code.google.com/p/openaviationmap/source
AutoName: Open Aviation Map
Description: |-
- Part of project to develop an aviation equivalent of OSM. Downloadable maps are
- currently limited to Hungary at the time of writing.
+ Part of project to develop an aviation equivalent of OSM. Downloadable maps are
+ currently limited to Hungary at the time of writing.
Builds:
- versionName: 1.0.16
diff --git a/metadata/com.evancharlton.mileage.yml b/metadata/com.evancharlton.mileage.yml
index 39e33cb9c8..cf871a224c 100644
--- a/metadata/com.evancharlton.mileage.yml
+++ b/metadata/com.evancharlton.mileage.yml
@@ -7,21 +7,21 @@ IssueTracker: https://github.com/evancharlton/android-mileage/issues
AutoName: Mileage
Description: |-
- A Mileage tracker for an Android-based phone. Allows importing and exporting of
- data in various formats, so it is easy to sync with your existing logs.
+ A Mileage tracker for an Android-based phone. Allows importing and exporting of
+ data in various formats, so it is easy to sync with your existing logs.
- Key features:
+ Key features:
- * Multiple vehicle support
- * All new charts (thanks to aiCharts)
- * Customizable fillup fields
- * Per-vehicle measurement units
- * All new statistics
- * Vastly improved CSV importing
- * Streamlined import and export
- * Automatic SD card backups
- * All new vehicle types
- * Service interval templates
+ * Multiple vehicle support
+ * All new charts (thanks to aiCharts)
+ * Customizable fillup fields
+ * Per-vehicle measurement units
+ * All new statistics
+ * Vastly improved CSV importing
+ * Streamlined import and export
+ * Automatic SD card backups
+ * All new vehicle types
+ * Service interval templates
RepoType: git
Repo: https://github.com/evancharlton/android-mileage
diff --git a/metadata/com.evenement.encapsulation.yml b/metadata/com.evenement.encapsulation.yml
index dc6333ac52..98d1316d06 100644
--- a/metadata/com.evenement.encapsulation.yml
+++ b/metadata/com.evenement.encapsulation.yml
@@ -6,18 +6,18 @@ SourceCode: https://github.com/e-venement/eve-control
AutoName: Eve-control
Description: |-
- Control tickets with an existing e-venement
- instance.
+ Control tickets with an existing e-venement
+ instance.
- When launched, the user is prompted to enter the host name as well as his login
- credentials wich will be stored for future authentifications.
+ When launched, the user is prompted to enter the host name as well as his login
+ credentials wich will be stored for future authentifications.
- Once the form submitted, the app will connect to the instance's server and
- display the access control page (tck.php/ticket/control), and tickets can be
- controlled directly from there.
+ Once the form submitted, the app will connect to the instance's server and
+ display the access control page (tck.php/ticket/control), and tickets can be
+ controlled directly from there.
- During use, the app will automatically re-authenticate the user on server
- periodically to keep the session alive as long as needed.
+ During use, the app will automatically re-authenticate the user on server
+ periodically to keep the session alive as long as needed.
Builds:
- versionName: '1.0'
diff --git a/metadata/com.eventyay.attendee.yml b/metadata/com.eventyay.attendee.yml
index 02beb197ce..30d3f1026b 100644
--- a/metadata/com.eventyay.attendee.yml
+++ b/metadata/com.eventyay.attendee.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- Tracking:
- en-US: App requires account & login, site logged in to collects data.
+ Tracking:
+ en-US: App requires account & login, site logged in to collects data.
Categories:
- Connectivity
- Internet
diff --git a/metadata/com.everysoft.autoanswer.yml b/metadata/com.everysoft.autoanswer.yml
index 6978c2674c..a264071fdb 100644
--- a/metadata/com.everysoft.autoanswer.yml
+++ b/metadata/com.everysoft.autoanswer.yml
@@ -5,9 +5,9 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/http://auto-answe
AutoName: AutoAnswer
Description: |-
- AutoAnswer is a very simple android application to answer the phone
- automatically when it rings. Can be limited to just contacts or starred
- contacts. Also has a speakerphone option.
+ AutoAnswer is a very simple android application to answer the phone
+ automatically when it rings. Can be limited to just contacts or starred
+ contacts. Also has a speakerphone option.
Builds:
- versionName: '1.1'
diff --git a/metadata/com.evilinsult.yml b/metadata/com.evilinsult.yml
index 9bfbfc5278..9bc0d4ea9f 100644
--- a/metadata/com.evilinsult.yml
+++ b/metadata/com.evilinsult.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: No way to change server, does not do anything without the server.
+ NonFreeNet:
+ en-US: No way to change server, does not do anything without the server.
Categories:
- Science & Education
License: Unlicense
diff --git a/metadata/com.example.CosyDVR.yml b/metadata/com.example.CosyDVR.yml
index b921eeba37..bd6000049e 100644
--- a/metadata/com.example.CosyDVR.yml
+++ b/metadata/com.example.CosyDVR.yml
@@ -12,27 +12,27 @@ Name: CosyDVR (old)
AutoName: CosyDVR
Summary: Video recording (DVR) software for in-car use
Description: |-
- This package as been deprecated in favor of https://f-droid.org/packages/es.esy.CosyDVR.
+ This package as been deprecated in favor of https://f-droid.org/packages/es.esy.CosyDVR.
- DVR software kit designed for in-car use:
+ DVR software kit designed for in-car use:
- * Works in background as a service
- * Works even when the keyboard is locked
- * Autostart recording after program launch
- * Autoremove old files
- * FLASH button for night recordings (if device supports)
- * GPS data is recorded into subtitle files *.srt
- * Separate *.gpx file for upload to the OpenStreetMap.org
- * GPS data is shown on the screen
- * Night mode for better video under low light condition
- * Different focus modes (infinity, auto, continuous video, macro)
- * Zoooming in/out with gestures
- * Refocus on screen tap
- * Exit function is protected with long click to avoid accedental click
- * Configurable options (video size, bitrate, maxtemp and minfree space, fragment time etc.)
- * Notification area clickable icon for bringing app to front
+ * Works in background as a service
+ * Works even when the keyboard is locked
+ * Autostart recording after program launch
+ * Autoremove old files
+ * FLASH button for night recordings (if device supports)
+ * GPS data is recorded into subtitle files *.srt
+ * Separate *.gpx file for upload to the OpenStreetMap.org
+ * GPS data is shown on the screen
+ * Night mode for better video under low light condition
+ * Different focus modes (infinity, auto, continuous video, macro)
+ * Zoooming in/out with gestures
+ * Refocus on screen tap
+ * Exit function is protected with long click to avoid accedental click
+ * Configurable options (video size, bitrate, maxtemp and minfree space, fragment time etc.)
+ * Notification area clickable icon for bringing app to front
- This software might not work with all devices.
+ This software might not work with all devices.
RepoType: git
Repo: https://github.com/sergstetsuk/CosyDVR.git
diff --git a/metadata/com.example.android.maxpapers.yml b/metadata/com.example.android.maxpapers.yml
index 3940fb2635..d358956135 100644
--- a/metadata/com.example.android.maxpapers.yml
+++ b/metadata/com.example.android.maxpapers.yml
@@ -5,8 +5,8 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/http://lcarswallp
AutoName: LCARS Wallpapers
Description: |-
- Star Trek LCARS themed live wallpaper for Android 2.1+ devices that shows
- various system information.
+ Star Trek LCARS themed live wallpaper for Android 2.1+ devices that shows
+ various system information.
Builds:
- versionName: 1.0.2
diff --git a/metadata/com.example.anycut.yml b/metadata/com.example.anycut.yml
index 776d273f8c..6a7bc07e45 100644
--- a/metadata/com.example.anycut.yml
+++ b/metadata/com.example.anycut.yml
@@ -6,13 +6,13 @@ SourceCode: https://code.google.com/p/apps-for-android/source
AutoName: Any Cut
Description: |-
- You can make shortcuts for anything that has an activity e.g Android keyboard
- settings screen. All activities are listed but there is no description of what
- each does, so you'll just have to take a guess and some may not do anything. In
- addition you can make shortcuts to directly dial or send an sms to a contact.
+ You can make shortcuts for anything that has an activity e.g Android keyboard
+ settings screen. All activities are listed but there is no description of what
+ each does, so you'll just have to take a guess and some may not do anything. In
+ addition you can make shortcuts to directly dial or send an sms to a contact.
- This app is ancient so it may not work on Android 4+ but you can get direct
- access to app activities with https://f-droid.org/packages/com.ideasfrombrain.search_based_launcher_v2.
+ This app is ancient so it may not work on Android 4+ but you can get direct
+ access to app activities with https://f-droid.org/packages/com.ideasfrombrain.search_based_launcher_v2.
Builds:
- versionName: '0.5'
diff --git a/metadata/com.example.booklistingapk.yml b/metadata/com.example.booklistingapk.yml
index bf17821da9..d03161c485 100644
--- a/metadata/com.example.booklistingapk.yml
+++ b/metadata/com.example.booklistingapk.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Google Books API.
+ NonFreeNet:
+ en-US: Depends on Google Books API.
Categories:
- Connectivity
- Development
diff --git a/metadata/com.example.deeplviewer.yml b/metadata/com.example.deeplviewer.yml
index 618557be96..e00d3458f6 100644
--- a/metadata/com.example.deeplviewer.yml
+++ b/metadata/com.example.deeplviewer.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: The DeepL service itself is not libre.
+ NonFreeNet:
+ en-US: The DeepL service itself is not libre.
Categories:
- Reading
- Science & Education
diff --git a/metadata/com.example.forgottenumbrella.cardboardmuseum.yml b/metadata/com.example.forgottenumbrella.cardboardmuseum.yml
index e7dad04b63..f6d747480b 100644
--- a/metadata/com.example.forgottenumbrella.cardboardmuseum.yml
+++ b/metadata/com.example.forgottenumbrella.cardboardmuseum.yml
@@ -8,16 +8,16 @@ Changelog: https://gitlab.com/ForgottenUmbrella/cardboardmuseum/blob/HEAD/CHANGE
AutoName: Cardboard Museum
Description: |
- A Muzei 3.0 plugin for the (potentially NSFW) Danbooru imageboard, which sets the wallpaper to an (anime/manga-style) image
- matching the given tags.
+ A Muzei 3.0 plugin for the (potentially NSFW) Danbooru imageboard, which sets the wallpaper to an (anime/manga-style) image
+ matching the given tags.
- Supports authentication to bypass account restrictions e.g. the default limit
- of a maximum of two tags. Additionally, the app tries to avoid NSFW images
- by default (although this is configurable), and there is the ability to preview
- potential matching images to be aware of what the wallpaper will be like.
+ Supports authentication to bypass account restrictions e.g. the default limit
+ of a maximum of two tags. Additionally, the app tries to avoid NSFW images
+ by default (although this is configurable), and there is the ability to preview
+ potential matching images to be aware of what the wallpaper will be like.
- Code of the Danbooru Image Board can be
- found at Github.
+ Code of the Danbooru Image Board can be
+ found at Github.
RepoType: git
Repo: https://gitlab.com/ForgottenUmbrella/cardboardmuseum.git
@@ -96,7 +96,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/testImplementation/d' -e '/signingConfigs {/,/^ }/d'
- -e '/signingConfigs/d' -e '/keystoreProperties/d' build.gradle
+ -e '/signingConfigs/d' -e '/keystoreProperties/d' build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.example.harisont.librery.yml b/metadata/com.example.harisont.librery.yml
index 2d86428521..84e6456e95 100644
--- a/metadata/com.example.harisont.librery.yml
+++ b/metadata/com.example.harisont.librery.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on Google Books
+ NonFreeNet:
+ en-US: App depends on Google Books
Categories:
- Reading
License: GPL-3.0-only
@@ -10,13 +10,13 @@ Changelog: https://gitlab.com/harisont/Librery/tags
AutoName: Librery
Description: |-
- Library is a Kotlin app that helps you to keep track of the books you have
- read or want to read.
+ Library is a Kotlin app that helps you to keep track of the books you have
+ read or want to read.
- * Search books in Google Books (without any account)
- * Save comments and rating in a local database
- * Recommend books to friends
- * Available in English and Italian
+ * Search books in Google Books (without any account)
+ * Save comments and rating in a local database
+ * Recommend books to friends
+ * Available in English and Italian
RepoType: git
Repo: https://gitlab.com/harisont/Librery.git
diff --git a/metadata/com.example.hochi.nextcompanion.yml b/metadata/com.example.hochi.nextcompanion.yml
index 1b4da58193..5e6edbd9b0 100644
--- a/metadata/com.example.hochi.nextcompanion.yml
+++ b/metadata/com.example.hochi.nextcompanion.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Nextbike itself is non-libre.
+ NonFreeNet:
+ en-US: Nextbike itself is non-libre.
Categories:
- Navigation
License: GPL-3.0-only
@@ -9,15 +9,15 @@ IssueTracker: https://github.com/h0chi/next-companion/issues
AutoName: NextCompanion
Description: |-
- A minimalistic client for Nextbike. Still under early development, use with
- care.
+ A minimalistic client for Nextbike. Still under early development, use with
+ care.
- The app allows you to sign-in, see a list of bikes, rent one and return it.
+ The app allows you to sign-in, see a list of bikes, rent one and return it.
- The app is neither official, nor feature-rich. It also doesn't allow you to.
- sign-up to nextbike or to delete your account, use GPS or read the news
- feed. It was just tested for Norderstedt, so it's not guaranteed to work in
- all areas. Also, the app has no support for flexzones.
+ The app is neither official, nor feature-rich. It also doesn't allow you to.
+ sign-up to nextbike or to delete your account, use GPS or read the news
+ feed. It was just tested for Norderstedt, so it's not guaranteed to work in
+ all areas. Also, the app has no support for flexzones.
RepoType: git
Repo: https://github.com/h0chi/next-companion
diff --git a/metadata/com.example.ismael.downloadfilesweb.yml b/metadata/com.example.ismael.downloadfilesweb.yml
index 48746cbe48..bbdcb8bec9 100644
--- a/metadata/com.example.ismael.downloadfilesweb.yml
+++ b/metadata/com.example.ismael.downloadfilesweb.yml
@@ -7,8 +7,8 @@ IssueTracker: https://gitlab.com/ismo/DownloadFilesWeb/issues
AutoName: DownloadFilesWeb
Description: |-
- Download files referenced within the code of a web page. You can select the URL
- and the extension or name of the files you are interested in.
+ Download files referenced within the code of a web page. You can select the URL
+ and the extension or name of the files you are interested in.
RepoType: git
Repo: https://gitlab.com/ismo/DownloadFilesWeb.git
diff --git a/metadata/com.example.openpass.yml b/metadata/com.example.openpass.yml
index ba3d827e1a..4d4e5566c9 100644
--- a/metadata/com.example.openpass.yml
+++ b/metadata/com.example.openpass.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/ars3niy/openpass/issues
AutoName: OpenPass
Description: |-
- MobilePass is a one-time password generator for 2-factor authentication used in
- various remote access systems. OpenPass is a fully compatible reimplementation.
+ MobilePass is a one-time password generator for 2-factor authentication used in
+ various remote access systems. OpenPass is a fully compatible reimplementation.
RepoType: git
Repo: https://github.com/ars3niy/openpass
diff --git a/metadata/com.example.root.analyticaltranslator.yml b/metadata/com.example.root.analyticaltranslator.yml
index 965135b1b3..ce0fe4bd71 100644
--- a/metadata/com.example.root.analyticaltranslator.yml
+++ b/metadata/com.example.root.analyticaltranslator.yml
@@ -6,15 +6,15 @@ Bitcoin: 15WVb3LZWCsdZGjkNFBuELwt3U4zpnSgwa
AutoName: Analytical Translator
Description: |-
- Front-end for the natural language translator project
- "Analytical Translator", a
- translator that analyzes sentences, corrects syntax and grammar and reports and
- explains mistakes. A pedagogical translator for language learners that detects
- and corrects gender,conjugation and declination discrepancies as well as some
- orthographic mistakes.
+ Front-end for the natural language translator project
+ "Analytical Translator", a
+ translator that analyzes sentences, corrects syntax and grammar and reports and
+ explains mistakes. A pedagogical translator for language learners that detects
+ and corrects gender,conjugation and declination discrepancies as well as some
+ orthographic mistakes.
- Only translation from German to Spanish is already implemented (English is being
- implemented right now).
+ Only translation from German to Spanish is already implemented (English is being
+ implemented right now).
Builds:
- versionName: '0.01'
diff --git a/metadata/com.example.siete_media.yml b/metadata/com.example.siete_media.yml
index 3194a0c113..7089097135 100644
--- a/metadata/com.example.siete_media.yml
+++ b/metadata/com.example.siete_media.yml
@@ -19,7 +19,7 @@ Builds:
srclibs:
- flutter@1.22.4
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
@@ -31,7 +31,7 @@ Builds:
srclibs:
- flutter@1.22.4
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
@@ -43,7 +43,7 @@ Builds:
srclibs:
- flutter@1.22.4
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
diff --git a/metadata/com.example.sshtry.yml b/metadata/com.example.sshtry.yml
index 751d2f3769..980cb2f039 100644
--- a/metadata/com.example.sshtry.yml
+++ b/metadata/com.example.sshtry.yml
@@ -6,14 +6,14 @@ SourceCode: https://bitbucket.org/rrbarrero/minidlnaomatic/src
AutoName: MiniDlnaOmatic
Description: |-
- Manage the miniDLNA service through ssh.
+ Manage the miniDLNA service through ssh.
- Features:
+ Features:
- * Stop mini-dlna daemon.
- * Update media folder content.
- * Shutdown server.
- * Monitor server state (on/off)
+ * Stop mini-dlna daemon.
+ * Update media folder content.
+ * Shutdown server.
+ * Monitor server state (on/off)
RepoType: git
Repo: https://bitbucket.org/rrbarrero/minidlnaomatic.git
diff --git a/metadata/com.example.tobiastrumm.freifunkautoconnect.yml b/metadata/com.example.tobiastrumm.freifunkautoconnect.yml
index fda28f856e..c8c9829472 100644
--- a/metadata/com.example.tobiastrumm.freifunkautoconnect.yml
+++ b/metadata/com.example.tobiastrumm.freifunkautoconnect.yml
@@ -7,8 +7,8 @@ Changelog: https://github.com/WIStudent/FreifunkAutoConnectApp/blob/HEAD/CHANGEL
AutoName: Freifunk Auto Connect
Description: |-
- Compantion tool that makes it easier to add multiple Freifunk SSIDs to the
- network configuration of your device.
+ Compantion tool that makes it easier to add multiple Freifunk SSIDs to the
+ network configuration of your device.
RepoType: git
Repo: https://github.com/WIStudent/FreifunkAutoConnectApp
diff --git a/metadata/com.exifthumbnailadder.app.yml b/metadata/com.exifthumbnailadder.app.yml
index 5a71c908f7..9375dfa19d 100644
--- a/metadata/com.exifthumbnailadder.app.yml
+++ b/metadata/com.exifthumbnailadder.app.yml
@@ -245,7 +245,7 @@ Builds:
ndk: r25b
MaintainerNotes: versionCode/Name are updated as static just before tagging, being
- dynamic during development in between.
+ dynamic during development in between.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.f0x.eddymalou.yml b/metadata/com.f0x.eddymalou.yml
index ef411e48ec..e95fdf9f27 100644
--- a/metadata/com.f0x.eddymalou.yml
+++ b/metadata/com.f0x.eddymalou.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/F0x06/EddyMalou/issues
AutoName: Eddy Malou
Description: |-
- Soundboard
- featuring Eddy Malou.
+ Soundboard
+ featuring Eddy Malou.
RepoType: git
Repo: https://github.com/F0x06/EddyMalou.git
diff --git a/metadata/com.fake.android.torchlight.yml b/metadata/com.fake.android.torchlight.yml
index 410f2d5538..88de1b6f1b 100644
--- a/metadata/com.fake.android.torchlight.yml
+++ b/metadata/com.fake.android.torchlight.yml
@@ -7,11 +7,11 @@ IssueTracker: https://github.com/kb-1000/android-torchlight/issues
AutoName: Torchlight
Description: |-
- This is a privacy-friendly torchlight. It only uses the privileges it really
- needs:
+ This is a privacy-friendly torchlight. It only uses the privileges it really
+ needs:
- * Camera: to access the camera
- * Flashlight: to use the flashlight on the camera.
+ * Camera: to access the camera
+ * Flashlight: to use the flashlight on the camera.
RepoType: git
Repo: https://github.com/kb-1000/android-torchlight.git
diff --git a/metadata/com.falconware.prestissimo.yml b/metadata/com.falconware.prestissimo.yml
index 6c0679c3a7..601b5e8f4b 100644
--- a/metadata/com.falconware.prestissimo.yml
+++ b/metadata/com.falconware.prestissimo.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/TheRealFalcon/Prestissimo/issues
AutoName: Prestissimo
Description: |-
- Adds variable speed playback functionality to audio applications, e.g.
- https://f-droid.org/packages/de.danoeh.antennapod.
+ Adds variable speed playback functionality to audio applications, e.g.
+ https://f-droid.org/packages/de.danoeh.antennapod.
RepoType: git
Repo: https://github.com/TheRealFalcon/Prestissimo.git
diff --git a/metadata/com.farmerbb.notepad.yml b/metadata/com.farmerbb.notepad.yml
index 77039f0004..1b3538555e 100644
--- a/metadata/com.farmerbb.notepad.yml
+++ b/metadata/com.farmerbb.notepad.yml
@@ -9,32 +9,32 @@ Changelog: https://github.com/farmerbb/Notepad/releases
AutoName: Notepad
Description: |-
- A simple, bare-bones, no-frills note taking app.
+ A simple, bare-bones, no-frills note taking app.
- Features:
+ Features:
- * Quickly create and save plain-text notes
- * Optionally create rich-text notes using Markdown or HTML (Android 5.0+)
- * Beautiful, easy-to-use UI with Material Design elements
- * Dual-pane view for tablets
- * Share notes to and receive text from other apps
- * Auto-saves drafts
- * View Mode for notes with clickable links
- * Sort notes by date or by name
- * Keyboard shortcuts for common actions (see below)
- * Integration with Google Now "note to self"
- * Import and export notes to external storage (Android 4.4+)
- * Zero permissions and absolutely zero ads
- * Open-source
+ * Quickly create and save plain-text notes
+ * Optionally create rich-text notes using Markdown or HTML (Android 5.0+)
+ * Beautiful, easy-to-use UI with Material Design elements
+ * Dual-pane view for tablets
+ * Share notes to and receive text from other apps
+ * Auto-saves drafts
+ * View Mode for notes with clickable links
+ * Sort notes by date or by name
+ * Keyboard shortcuts for common actions (see below)
+ * Integration with Google Now "note to self"
+ * Import and export notes to external storage (Android 4.4+)
+ * Zero permissions and absolutely zero ads
+ * Open-source
- Keyboard shortcuts:
+ Keyboard shortcuts:
- * Search+M: launch Notepad from any application
- * Ctrl+N: New Note
- * Ctrl+E: Edit Note
- * Ctrl+S: Save
- * Ctrl+D: Delete
- * Ctrl+H: Share
+ * Search+M: launch Notepad from any application
+ * Ctrl+N: New Note
+ * Ctrl+E: Edit Note
+ * Ctrl+S: Save
+ * Ctrl+D: Delete
+ * Ctrl+H: Share
RepoType: git
Repo: https://github.com/farmerbb/Notepad.git
@@ -133,6 +133,6 @@ Builds:
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: gradle/libs.versions.toml|notepad-versionCode = "(\d+)"|.|notepad-versionName
- = "([\d.]+)"
+ = "([\d.]+)"
CurrentVersion: 3.0.4
CurrentVersionCode: 119
diff --git a/metadata/com.farmerbb.secondscreen.free.yml b/metadata/com.farmerbb.secondscreen.free.yml
index b0d30d5c1d..4cdcab2635 100644
--- a/metadata/com.farmerbb.secondscreen.free.yml
+++ b/metadata/com.farmerbb.secondscreen.free.yml
@@ -9,16 +9,16 @@ Changelog: https://github.com/farmerbb/SecondScreen/releases
AutoName: SecondScreen
Description: |-
- SecondScreen is an application designed for power users that frequently connect
- their Android devices to external displays. It works with your existing screen
- mirroring solution to give you the best experience possible. With SecondScreen,
- you can change your device's resolution and density to fit your TV or monitor,
- enable always-on desktop mode in Chrome, and even turn your device's backlight
- off, among several other features.
+ SecondScreen is an application designed for power users that frequently connect
+ their Android devices to external displays. It works with your existing screen
+ mirroring solution to give you the best experience possible. With SecondScreen,
+ you can change your device's resolution and density to fit your TV or monitor,
+ enable always-on desktop mode in Chrome, and even turn your device's backlight
+ off, among several other features.
- This app requires elevated permissions, granted via root access or adb shell
- commands. The app will do nothing if you do not have a rooted device or access
- to adb.
+ This app requires elevated permissions, granted via root access or adb shell
+ commands. The app will do nothing if you do not have a rooted device or access
+ to adb.
RepoType: git
Repo: https://github.com/farmerbb/SecondScreen.git
diff --git a/metadata/com.farmerbb.taskbar.yml b/metadata/com.farmerbb.taskbar.yml
index b90b4c5b84..fe6886d319 100644
--- a/metadata/com.farmerbb.taskbar.yml
+++ b/metadata/com.farmerbb.taskbar.yml
@@ -10,18 +10,18 @@ Changelog: https://github.com/farmerbb/Taskbar/releases
Name: Taskbar
AutoName: Taskbar
Description: |-
- Puts a start menu and recent apps tray on top of your screen accessible at any
- time, increasing your productivity and turning your Android tablet or phone into
- a real multitasking machine.
+ Puts a start menu and recent apps tray on top of your screen accessible at any
+ time, increasing your productivity and turning your Android tablet or phone into
+ a real multitasking machine.
- Features:
+ Features:
- * Start menu - shows you all applications installed on the device, configurable as a list or as a grid
- * Recent apps tray - shows your most recently used apps and lets you easily switch between them
- * Collapsible and hideable - show it when you need it, hide it when you don't
- * Many different configuration options - customize Taskbar however you want
- * Pin favorite apps or block the ones you don't want to see
- * Designed with keyboard and mouse in mind
+ * Start menu - shows you all applications installed on the device, configurable as a list or as a grid
+ * Recent apps tray - shows your most recently used apps and lets you easily switch between them
+ * Collapsible and hideable - show it when you need it, hide it when you don't
+ * Many different configuration options - customize Taskbar however you want
+ * Pin favorite apps or block the ones you don't want to see
+ * Designed with keyboard and mouse in mind
RepoType: git
Repo: https://github.com/farmerbb/Taskbar
@@ -377,7 +377,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e 's,url "https://maven.google.com",url "https://jitpack.io",g'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: '3.4'
versionCode: 148
@@ -386,7 +386,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e 's,url "https://maven.google.com",url "https://jitpack.io",g'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 3.4.1
versionCode: 149
@@ -395,7 +395,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e 's,url "https://maven.google.com",url "https://jitpack.io",g'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 3.4.1
versionCode: 150
@@ -404,7 +404,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e 's,url "https://maven.google.com",url "https://jitpack.io",g'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: '3.6'
versionCode: 155
@@ -523,8 +523,8 @@ Builds:
- free
MaintainerNotes: |-
- Multiple versions with same versionName.
- See here: https://github.com/farmerbb/Taskbar/issues/4
+ Multiple versions with same versionName.
+ See here: https://github.com/farmerbb/Taskbar/issues/4
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.fastaccess.github.libre.yml b/metadata/com.fastaccess.github.libre.yml
index 928c2db5c7..1b11b9aa29 100644
--- a/metadata/com.fastaccess.github.libre.yml
+++ b/metadata/com.fastaccess.github.libre.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Github, which is not libre.
+ NonFreeNet:
+ en-US: Depends on Github, which is not libre.
Categories:
- Development
License: GPL-3.0-only
@@ -10,83 +10,83 @@ Liberapay: thermatk
AutoName: FastHub-Libre
Description: |-
- This is a pure-floss fork of the FastHub app.
+ This is a pure-floss fork of the FastHub app.
- Yet another open-source GitHub client app but unlike any other app, FastHub was
- built from scratch.
+ Yet another open-source GitHub client app but unlike any other app, FastHub was
+ built from scratch.
- Features
+ Features
- App
+ App
- * Three login types (Basic Auth), (Access Token) or via (OAuth)
- * Multiple Accounts
- * Enterprise Accounts
- * Themes mode
- * Offline-mode
- * Markdown and code highlighting support
- * Notifications overview and "Mark all as read"
- * Search Users/Orgs, Repos, Issues/PRs & Code.
- * FastHub & GitHub Pinned Repos
- * Trending
- * Wiki
- * Projects
+ * Three login types (Basic Auth), (Access Token) or via (OAuth)
+ * Multiple Accounts
+ * Enterprise Accounts
+ * Themes mode
+ * Offline-mode
+ * Markdown and code highlighting support
+ * Notifications overview and "Mark all as read"
+ * Search Users/Orgs, Repos, Issues/PRs & Code.
+ * FastHub & GitHub Pinned Repos
+ * Trending
+ * Wiki
+ * Projects
- Repositories
+ Repositories
- * Browse & Read Wiki
- * Edit, Create & Delete files (commit)
- * Edit, Create & Delete files (Project Columns Cards)
- * Search Repos
- * Browse and search Repos
- * See your public, private and forked Repos
- * Filter Branches and Commits
- * Watch, star and fork Repos
- * Download releases, files and branches
+ * Browse & Read Wiki
+ * Edit, Create & Delete files (commit)
+ * Edit, Create & Delete files (Project Columns Cards)
+ * Search Repos
+ * Browse and search Repos
+ * See your public, private and forked Repos
+ * Filter Branches and Commits
+ * Watch, star and fork Repos
+ * Download releases, files and branches
- Issues and Pull Requests
+ Issues and Pull Requests
- * Search Issues/PRs
- * Filter Issues/PRs
- * Long click to peak Issues/PRs & add comments otg.
- * Open/close Issues/PRs
- * Comment on Issues/PRs
- * Manage Issue/PR comments
- * React to comments with reactions
- * Edit Issues/PRs
- * Lock/unlock conversation in Issues/PRs
- * Assign people and add Labels and Milestones to Issues/PRs
- * Manage Milestones
- * Merge PRs
- * PRs reviews (reply, react with emojies, delete & edit comment)
- * PRs request review changes/approve & comment.
- * PRs statuses
+ * Search Issues/PRs
+ * Filter Issues/PRs
+ * Long click to peak Issues/PRs & add comments otg.
+ * Open/close Issues/PRs
+ * Comment on Issues/PRs
+ * Manage Issue/PR comments
+ * React to comments with reactions
+ * Edit Issues/PRs
+ * Lock/unlock conversation in Issues/PRs
+ * Assign people and add Labels and Milestones to Issues/PRs
+ * Manage Milestones
+ * Merge PRs
+ * PRs reviews (reply, react with emojies, delete & edit comment)
+ * PRs request review changes/approve & comment.
+ * PRs statuses
- Commits and Gists
+ Commits and Gists
- * Search Code/Gists
- * View Gists and their files
- * Comment on Commits/Gists
- * Manage Commit/Gist comments
- * Create/Delete Gists
- * Edit Gist & Gist Files
- * React to Commit comments with reactions
- * Comment on line number in Files/Code changes.
+ * Search Code/Gists
+ * View Gists and their files
+ * Comment on Commits/Gists
+ * Manage Commit/Gist comments
+ * Create/Delete Gists
+ * Edit Gist & Gist Files
+ * React to Commit comments with reactions
+ * Comment on line number in Files/Code changes.
- Organisations
+ Organisations
- * Overview
- * Feeds
- * Teams & Teams repos
- * Repos
+ * Overview
+ * Feeds
+ * Teams & Teams repos
+ * Repos
- Users
+ Users
- * GitHub Pinned Repos
- * Follow/Unfollow users
- * View user feeds
- * Contribution graph.
- * Search Users, Repos, Issues,Pull Requests and Code
+ * GitHub Pinned Repos
+ * Follow/Unfollow users
+ * View user feeds
+ * Contribution graph.
+ * Search Users, Repos, Issues,Pull Requests and Code
RepoType: git
Repo: https://github.com/thermatk/FastHub-Libre
diff --git a/metadata/com.fastaccess.github.yml b/metadata/com.fastaccess.github.yml
index cfe4ed2f4e..b94e182ed8 100644
--- a/metadata/com.fastaccess.github.yml
+++ b/metadata/com.fastaccess.github.yml
@@ -12,73 +12,73 @@ IssueTracker: https://github.com/k0shk0sh/FastHub/issues
AutoName: FastHub
Summary: A GitHub client app built from ground up
Description: |-
- Warning: Upstream deleted fdroid flavor with some strange reasoning.
- Locked/deleted comments, general attitude suggest FastHub is gone forever.
- You could try its fork https://f-droid.org/packages/com.fastaccess.github.libre instead.
+ Warning: Upstream deleted fdroid flavor with some strange reasoning.
+ Locked/deleted comments, general attitude suggest FastHub is gone forever.
+ You could try its fork https://f-droid.org/packages/com.fastaccess.github.libre instead.
- Yet another open-source GitHub client app but unlike any other app, FastHub was
- built from scratch.
+ Yet another open-source GitHub client app but unlike any other app, FastHub was
+ built from scratch.
- Features
+ Features
- App
+ App
- * Two login types (Basic Auth) or via (Browser)
- * Themes mode
- * Offline-mode
- * Markdown and code highlighting support
- * Notifications overview and "Mark all as read"
- * Search users/orgs, repos, issues/prs & code.
- * Pinned Repos
+ * Two login types (Basic Auth) or via (Browser)
+ * Themes mode
+ * Offline-mode
+ * Markdown and code highlighting support
+ * Notifications overview and "Mark all as read"
+ * Search users/orgs, repos, issues/prs & code.
+ * Pinned Repos
- Repositories
+ Repositories
- * Search Repos
- * Browse and search Repos
- * See your public, private and forked Repos
- * Filter Branches and Commits
- * Watch, star and fork Repos
- * Download releases, files and branches
+ * Search Repos
+ * Browse and search Repos
+ * See your public, private and forked Repos
+ * Filter Branches and Commits
+ * Watch, star and fork Repos
+ * Download releases, files and branches
- Issues and Pull Requests
+ Issues and Pull Requests
- * Search Issues/PRs
- * Filter Issues/PRs
- * Open/close Issues/PRs
- * Comment on Issues/PRs
- * Manage Issue/PR comments
- * React to comments with reactions
- * Edit Issues/PRs
- * Lock/unlock conversation in Issues/PRs
- * Assign people and add Labels and Milestones to Issues/PRs
- * Manage Milestones
- * Merge PRs
- * PRs reviews
- * PRs statuses
+ * Search Issues/PRs
+ * Filter Issues/PRs
+ * Open/close Issues/PRs
+ * Comment on Issues/PRs
+ * Manage Issue/PR comments
+ * React to comments with reactions
+ * Edit Issues/PRs
+ * Lock/unlock conversation in Issues/PRs
+ * Assign people and add Labels and Milestones to Issues/PRs
+ * Manage Milestones
+ * Merge PRs
+ * PRs reviews
+ * PRs statuses
- Commits and Gists
+ Commits and Gists
- * Search Code/Gists
- * View Gists and their files
- * Comment on Commits/Gists
- * Manage Commit/Gist comments
- * Create/Delete Gists
+ * Search Code/Gists
+ * View Gists and their files
+ * Comment on Commits/Gists
+ * Manage Commit/Gist comments
+ * Create/Delete Gists
- Orgs
+ Orgs
- * Overview
- * Feeds
- * Teams & Teams repos
- * Repos
+ * Overview
+ * Feeds
+ * Teams & Teams repos
+ * Repos
- Users
+ Users
- * Follow/unfollow users
- * Search Users, Repos, Issues,Pull Requests and Code
+ * Follow/unfollow users
+ * Search Users, Repos, Issues,Pull Requests and Code
- Much more...
+ Much more...
- * FastHub is actively developed. More features will come!
+ * FastHub is actively developed. More features will come!
RepoType: git
Repo: https://github.com/k0shk0sh/FastHub
@@ -91,7 +91,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' ../build.gradle
- build.gradle
+ build.gradle
- versionName: 1.9.1
versionCode: 191
@@ -100,7 +100,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' ../build.gradle
- build.gradle
+ build.gradle
- versionName: 1.9.2
versionCode: 192
@@ -109,7 +109,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' ../build.gradle
- build.gradle
+ build.gradle
- versionName: 2.0.1
versionCode: 201
@@ -118,7 +118,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' ../build.gradle
- build.gradle
+ build.gradle
- versionName: 2.1.0
versionCode: 210
@@ -127,7 +127,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' ../build.gradle
- build.gradle
+ build.gradle
MaintainerNotes: All the work I invested is gone, I'd suggest you don't bother.
diff --git a/metadata/com.fastebro.androidrgbtool.yml b/metadata/com.fastebro.androidrgbtool.yml
index 41288cd8c9..2bd9f31e02 100644
--- a/metadata/com.fastebro.androidrgbtool.yml
+++ b/metadata/com.fastebro.androidrgbtool.yml
@@ -8,21 +8,21 @@ IssueTracker: https://github.com/fasteque/rgb-tool/issues
AutoName: RGB Tool
Description: |-
- Simple and fast tool to get RGB channel and HEX values about a color.
+ Simple and fast tool to get RGB channel and HEX values about a color.
- RGB Tool lets you find out all the colors you need in a very simple and quick
- way. It features RGB and HSB color models plus color transparency and it
- displays HEX value.
+ RGB Tool lets you find out all the colors you need in a very simple and quick
+ way. It features RGB and HSB color models plus color transparency and it
+ displays HEX value.
- You can take a picture with the camera or open an image stored on your device to
- get color information. It is also possible to extract image palette data of a
- picture.
+ You can take a picture with the camera or open an image stored on your device to
+ get color information. It is also possible to extract image palette data of a
+ picture.
- Save your preferred colors, so you can easily pick them later or whenever you
- need.
+ Save your preferred colors, so you can easily pick them later or whenever you
+ need.
- When you have found your color, you can also print it in a PDF document or using
- a printer.
+ When you have found your color, you can also print it in a PDF document or using
+ a printer.
RepoType: git
Repo: https://github.com/fasteque/rgb-tool
diff --git a/metadata/com.ferrarid.converterpro.yml b/metadata/com.ferrarid.converterpro.yml
index e1d5a25a4b..a785f1c2e9 100644
--- a/metadata/com.ferrarid.converterpro.yml
+++ b/metadata/com.ferrarid.converterpro.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App uses a non-libre service for currency conversion.
+ NonFreeNet:
+ en-US: App uses a non-libre service for currency conversion.
Categories:
- Science & Education
License: GPL-3.0-only
diff --git a/metadata/com.fgrim.msnake.yml b/metadata/com.fgrim.msnake.yml
index 6a2e63321b..34f7f2e6ed 100644
--- a/metadata/com.fgrim.msnake.yml
+++ b/metadata/com.fgrim.msnake.yml
@@ -9,18 +9,18 @@ IssueTracker: https://gitlab.com/f-droid-mirrors/msnake/-/issues
AutoName: MSnake
Description: |-
- The classic snake game.
+ The classic snake game.
- Derived from the Snake game in the Android SDK, with added features:
+ Derived from the Snake game in the Android SDK, with added features:
- * touch control, you can choose between three modes: four directional buttons, two turn buttons, only finger gestures
- * three board sizes (only two for QVGA devices)
- * with or without walls
- * slow and fast speed
- * highscore for each size, walls and speed
- * pause the game at any time (touch de screen)
- * eating a red pepper slow down the snake
- * eating a green pepper makes the snake to go faster
+ * touch control, you can choose between three modes: four directional buttons, two turn buttons, only finger gestures
+ * three board sizes (only two for QVGA devices)
+ * with or without walls
+ * slow and fast speed
+ * highscore for each size, walls and speed
+ * pause the game at any time (touch de screen)
+ * eating a red pepper slow down the snake
+ * eating a green pepper makes the snake to go faster
RepoType: git
Repo: https://gitlab.com/f-droid-mirrors/msnake.git
diff --git a/metadata/com.fivasim.antikythera.yml b/metadata/com.fivasim.antikythera.yml
index 39397ff27d..43db9f3f72 100644
--- a/metadata/com.fivasim.antikythera.yml
+++ b/metadata/com.fivasim.antikythera.yml
@@ -10,10 +10,10 @@ IssueTracker: https://github.com/fivasim/Antikythera-Simulation/issues
Name: Antikythera
AutoName: Antikythera Simulation
Description: |-
- The extraordinary "Antikythera Mechanism" is the oldest known complex scientific
- calculator, and it was built in Ancient Greece. Although it was built around
- 150-100BC its degree of mechanical sophistication is comparable to a 19th
- century Swiss clock.
+ The extraordinary "Antikythera Mechanism" is the oldest known complex scientific
+ calculator, and it was built in Ancient Greece. Although it was built around
+ 150-100BC its degree of mechanical sophistication is comparable to a 19th
+ century Swiss clock.
RepoType: git
Repo: https://github.com/fivasim/Antikythera-Simulation.git
@@ -25,7 +25,7 @@ Builds:
subdir: Antikythera
MaintainerNotes: Original license is BSD-2-Clause-FreeBSD, which was deprecated by
- FreeBSD itself
+ FreeBSD itself
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.flipcamera.yml b/metadata/com.flipcamera.yml
index b4a78f607a..5c36cc2083 100644
--- a/metadata/com.flipcamera.yml
+++ b/metadata/com.flipcamera.yml
@@ -6,13 +6,13 @@ SourceCode: https://bitbucket.org/kingsimmy/frontcamera/src
AutoName: Front Camera
Description: |-
- Front Camera does one thing - let you take photos with the front facing camera
- on your device. It aims to make it as simple and quick as possible to take
- photos with the front facing camera. Click anywhere on the screen to take a
- photo, it is saved to your images automatically and ready for you to share to
- other apps. The image is automatically rotated so it gets saved upright. It's
- flipped on the vertical axis so what you see in the preview matches exactly with
- the image that is saved.
+ Front Camera does one thing - let you take photos with the front facing camera
+ on your device. It aims to make it as simple and quick as possible to take
+ photos with the front facing camera. Click anywhere on the screen to take a
+ photo, it is saved to your images automatically and ready for you to share to
+ other apps. The image is automatically rotated so it gets saved upright. It's
+ flipped on the vertical axis so what you see in the preview matches exactly with
+ the image that is saved.
RepoType: git
Repo: https://bitbucket.org/kingsimmy/frontcamera.git
@@ -26,8 +26,8 @@ Builds:
- yes
MaintainerNotes: |-
- AM.xml uses com.frontcamera id, gradle forces com.flipcamera,
- which breaks UCM.
+ AM.xml uses com.frontcamera id, gradle forces com.flipcamera,
+ which breaks UCM.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.flxrs.dankchat.yml b/metadata/com.flxrs.dankchat.yml
index a82a3ce4ec..bef963b883 100644
--- a/metadata/com.flxrs.dankchat.yml
+++ b/metadata/com.flxrs.dankchat.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Twitch servers.
+ NonFreeNet:
+ en-US: Depends on Twitch servers.
Categories:
- Internet
License: MIT
@@ -11,7 +11,7 @@ IssueTracker: https://github.com/flex3r/DankChat/issues
AutoName: DankChat
Description: Chat in multiple channels at once, regardless if the streamers are live
- or offline, with FrankerFaceZ and BTTV emote support built-in!
+ or offline, with FrankerFaceZ and BTTV emote support built-in!
RepoType: git
Repo: https://github.com/flex3r/DankChat.git
diff --git a/metadata/com.fmsys.snapdrop.yml b/metadata/com.fmsys.snapdrop.yml
index c0a8c1f70d..013c3a6f8c 100644
--- a/metadata/com.fmsys.snapdrop.yml
+++ b/metadata/com.fmsys.snapdrop.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on Google Stun server.
+ NonFreeNet:
+ en-US: App depends on Google Stun server.
Categories:
- Connectivity
- System
diff --git a/metadata/com.foobnix.pro.pdf.reader.yml b/metadata/com.foobnix.pro.pdf.reader.yml
index 749638e05d..e40b18e86b 100644
--- a/metadata/com.foobnix.pro.pdf.reader.yml
+++ b/metadata/com.foobnix.pro.pdf.reader.yml
@@ -760,17 +760,17 @@ Builds:
ndk: r25c
MaintainerNotes: |-
- * Upstream builds separate APKs for each architecture but we build an universal APK.
- * scanner will detect GMS (/com/google/android/gms) in these APKs; those are only stubs here, see https://gitlab.com/fdroid/fdroiddata/-/issues/2272#note_493741256
+ * Upstream builds separate APKs for each architecture but we build an universal APK.
+ * scanner will detect GMS (/com/google/android/gms) in these APKs; those are only stubs here, see https://gitlab.com/fdroid/fdroiddata/-/issues/2272#note_493741256
- * KnownVuln: MuPDF 1.11 noted at below link
- * https://github.com/foobnix/LibreraReader/blob/8.8.5/app/src/main/java/com/foobnix/pdf/info/AppsConfig.java#L30
- * app includes both MuPDF 1.11 as the default for legacy Android 4.0 compatibility
- * https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
+ * KnownVuln: MuPDF 1.11 noted at below link
+ * https://github.com/foobnix/LibreraReader/blob/8.8.5/app/src/main/java/com/foobnix/pdf/info/AppsConfig.java#L30
+ * app includes both MuPDF 1.11 as the default for legacy Android 4.0 compatibility
+ * https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
AutoUpdateMode: Version +-fdroid %v
UpdateCheckMode: Tags
UpdateCheckData: app/build.gradle|\s+FDroidCodeNumber = (\d+)|.|\s+FDroidVersionNumber
- = "([^\"]+)"
+ = "([^\"]+)"
CurrentVersion: 8.9.32
CurrentVersionCode: 5534
diff --git a/metadata/com.formfun.yml b/metadata/com.formfun.yml
index 2d08006b30..1b4f4fd495 100644
--- a/metadata/com.formfun.yml
+++ b/metadata/com.formfun.yml
@@ -6,14 +6,14 @@ IssueTracker: https://github.com/Rohithkvsp/Form-N-Fun/issues
AutoName: Form-N-Fun
Description: |-
- Form ‘N' Fun is an android maze game based on real time computer vision.
- The user draws a custom maze on a white piece of paper and the device
- camera creates graphics according to the geometric shape and ball allowing
- the user to play using the accelerometer. The app uses contours algorithms
- in OpenCV to detect maze that is drawn on the paper and JBox2d engine for
- simulating the rigid bodies.
+ Form ‘N' Fun is an android maze game based on real time computer vision.
+ The user draws a custom maze on a white piece of paper and the device
+ camera creates graphics according to the geometric shape and ball allowing
+ the user to play using the accelerometer. The app uses contours algorithms
+ in OpenCV to detect maze that is drawn on the paper and JBox2d engine for
+ simulating the rigid bodies.
- In order to use Form-N-Fun, you also need to install the OpenCV Manager application.
+ In order to use Form-N-Fun, you also need to install the OpenCV Manager application.
RepoType: git
Repo: https://github.com/Rohithkvsp/Form-N-Fun.git
diff --git a/metadata/com.fox2code.mmm.fdroid.yml b/metadata/com.fox2code.mmm.fdroid.yml
index 3233aa1f0c..eef9fd5c70 100644
--- a/metadata/com.fox2code.mmm.fdroid.yml
+++ b/metadata/com.fox2code.mmm.fdroid.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeAdd:
- en-US: Module repositories used promote non-libre modules.
- NonFreeNet:
- en-US: Uses non-libre module repositories.
+ NonFreeAdd:
+ en-US: Module repositories used promote non-libre modules.
+ NonFreeNet:
+ en-US: Uses non-libre module repositories.
Categories:
- System
License: LGPL-3.0-only
@@ -388,8 +388,8 @@ Builds:
ndk: r25c
MaintainerNotes: |-
- * NonFreeNet — Depends on GitHub for modules downloading.
- * NonFreeAdd — Potentially downloads proprietary Magisk modules.
+ * NonFreeNet — Depends on GitHub for modules downloading.
+ * NonFreeAdd — Potentially downloads proprietary Magisk modules.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.foxdebug.acode.yml b/metadata/com.foxdebug.acode.yml
index b64ada7a96..71134482b3 100644
--- a/metadata/com.foxdebug.acode.yml
+++ b/metadata/com.foxdebug.acode.yml
@@ -201,7 +201,7 @@ Builds:
- cp $$SDK$$/build-tools/30.0.3/lib/dx.jar $$SDK$$/build-tools/31.0.0/lib/dx.jar
- cp $$SDK$$/build-tools/30.0.3/dx $$SDK$$/build-tools/31.0.0/dx
build: JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 cordova compile android --release
- -- --packageType=apk
+ -- --packageType=apk
- versionName: 1.6.0
versionCode: 231
@@ -239,7 +239,7 @@ Builds:
- cp $$SDK$$/build-tools/30.0.3/lib/dx.jar $$SDK$$/build-tools/31.0.0/lib/dx.jar
- cp $$SDK$$/build-tools/30.0.3/dx $$SDK$$/build-tools/31.0.0/dx
build: JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 cordova compile android --release
- -- --packageType=apk
+ -- --packageType=apk
- versionName: 1.8.0
versionCode: 272
diff --git a/metadata/com.fproject.cryptolitycs.yml b/metadata/com.fproject.cryptolitycs.yml
index 6c662f5ae8..a0e5580fd1 100644
--- a/metadata/com.fproject.cryptolitycs.yml
+++ b/metadata/com.fproject.cryptolitycs.yml
@@ -9,18 +9,18 @@ Changelog: https://gitlab.com/lszathmary/Cryptolitycs/-/tags
AutoName: Cryptolitycs
Description: |
- NOTE: This application no longer works, since the free public API that was provided by CryptoCompare is no longer availabe.
+ NOTE: This application no longer works, since the free public API that was provided by CryptoCompare is no longer availabe.
- The primary goal of the application is to allow the user to follow the cryptocurrency market. Cryptolitycs gives quick and easy access to cryptocurrency related information.
+ The primary goal of the application is to allow the user to follow the cryptocurrency market. Cryptolitycs gives quick and easy access to cryptocurrency related information.
- Features:
+ Features:
- * Detailed information on every coin such as: percent change, available supply, market cap, highest price, lowest price.
- * With the help of the generated price charts, the user can track how the price of a currencies has changed during the past 30 days.
- * Choose from a selection of more than 4000 different coins, including populare coins like Ethereum, Bitcoin, Ripple and many more.
- * Contains a usable converter, which allows multiple conversions at once and provides up to 8 decimal places when needed for the great accuracy.
- * Shows the most recent cryptocurrency related news from different sources.
- .
+ * Detailed information on every coin such as: percent change, available supply, market cap, highest price, lowest price.
+ * With the help of the generated price charts, the user can track how the price of a currencies has changed during the past 30 days.
+ * Choose from a selection of more than 4000 different coins, including populare coins like Ethereum, Bitcoin, Ripple and many more.
+ * Contains a usable converter, which allows multiple conversions at once and provides up to 8 decimal places when needed for the great accuracy.
+ * Shows the most recent cryptocurrency related news from different sources.
+ .
RepoType: git
Repo: https://gitlab.com/lszathmary/Cryptolitycs.git
diff --git a/metadata/com.fr.laboussole.track.yml b/metadata/com.fr.laboussole.track.yml
index b95d6d2582..249bb2c234 100644
--- a/metadata/com.fr.laboussole.track.yml
+++ b/metadata/com.fr.laboussole.track.yml
@@ -33,8 +33,8 @@ Builds:
forceversion: true
forcevercode: true
prebuild: sed -i -e '\!ACCESS_FINE_LOCATION!a' -e 's!xmlns:android!xmlns:tools="http://schemas.android.com/tools"
- xmlns:android!' -e '/com.google.android.gms/d' src/main/AndroidManifest.xml
+ tools:node="remove" />' -e 's!xmlns:android!xmlns:tools="http://schemas.android.com/tools"
+ xmlns:android!' -e '/com.google.android.gms/d' src/main/AndroidManifest.xml
scanignore:
- android/build.gradle
- node_modules/jsc-android
@@ -69,8 +69,8 @@ Builds:
forceversion: true
forcevercode: true
prebuild: sed -i -e '\!ACCESS_FINE_LOCATION!a' -e 's!xmlns:android!xmlns:tools="http://schemas.android.com/tools"
- xmlns:android!' -e '/com.google.android.gms/d' src/main/AndroidManifest.xml
+ tools:node="remove" />' -e 's!xmlns:android!xmlns:tools="http://schemas.android.com/tools"
+ xmlns:android!' -e '/com.google.android.gms/d' src/main/AndroidManifest.xml
scanignore:
- android/build.gradle
- node_modules/jsc-android
diff --git a/metadata/com.fr3ts0n.stagefever.yml b/metadata/com.fr3ts0n.stagefever.yml
index d72c21a402..7bcae3337c 100644
--- a/metadata/com.fr3ts0n.stagefever.yml
+++ b/metadata/com.fr3ts0n.stagefever.yml
@@ -10,17 +10,17 @@ Bitcoin: 19UApzsc5eDJ5VNDNYCA1bpszPnkcpWeFP
AutoName: StageFever
Description: |-
- Shows stage notes, AMP/effect settings, BPM etc. for any song in setlist.
- A setlist is a csv file following the scheme:
+ Shows stage notes, AMP/effect settings, BPM etc. for any song in setlist.
+ A setlist is a csv file following the scheme:
- Song;Artist;Settings;BPM;Stage notes
+ Song;Artist;Settings;BPM;Stage notes
- Features:
+ Features:
- * all important song notes on one glance: Amplifier/effect settings, visual BPM, stage notes
- * single click to move to next/previous song
- * set list overview and navigation with swipe left
- * import set list data from CSV file
+ * all important song notes on one glance: Amplifier/effect settings, visual BPM, stage notes
+ * single click to move to next/previous song
+ * set list overview and navigation with swipe left
+ * import set list data from CSV file
RepoType: git
Repo: https://github.com/fr3ts0n/StageFever.git
diff --git a/metadata/com.freerdp.afreerdp.yml b/metadata/com.freerdp.afreerdp.yml
index af94f90b4b..9629126ab2 100644
--- a/metadata/com.freerdp.afreerdp.yml
+++ b/metadata/com.freerdp.afreerdp.yml
@@ -9,16 +9,16 @@ Changelog: https://github.com/FreeRDP/FreeRDP/blob/HEAD/ChangeLog
AutoName: aFreeRDP
Description: |-
- FreeRDP is a free implementation of the Remote Desktop Protocol (RDP),
- released under the Apache license. Enjoy the freedom of using your software
- wherever you want, the way you want it, in a world where interoperability can
- finally liberate your computing experience.
+ FreeRDP is a free implementation of the Remote Desktop Protocol (RDP),
+ released under the Apache license. Enjoy the freedom of using your software
+ wherever you want, the way you want it, in a world where interoperability can
+ finally liberate your computing experience.
- You can simply use your Android device to start all your applications like Word,
- Outlook, Adobe Photoshop, games or any other installed application.
+ You can simply use your Android device to start all your applications like Word,
+ Outlook, Adobe Photoshop, games or any other installed application.
- aFreeRDP supports all operating systems that support Terminal Services
- respectively Remote Desktop Services out of the box.
+ aFreeRDP supports all operating systems that support Terminal Services
+ respectively Remote Desktop Services out of the box.
RepoType: git
Repo: https://github.com/FreeRDP/FreeRDP.git
diff --git a/metadata/com.freezingwind.animereleasenotifier.yml b/metadata/com.freezingwind.animereleasenotifier.yml
index bd67b4eec2..e58243758d 100644
--- a/metadata/com.freezingwind.animereleasenotifier.yml
+++ b/metadata/com.freezingwind.animereleasenotifier.yml
@@ -7,15 +7,15 @@ IssueTracker: https://github.com/blitzprog/anime-release-notifier-android/issues
AutoName: Anime Release Notifier
Description: |-
- Fetches your anime "watching" list and notifies you when a new anime episode is
- available. It also displays the time until a new episode is released.
+ Fetches your anime "watching" list and notifies you when a new anime episode is
+ available. It also displays the time until a new episode is released.
- Supports anime lists from:
+ Supports anime lists from:
- * anime-planet.com
- * anilist.co
- * myanimelist.net
- * hummingbird.me
+ * anime-planet.com
+ * anilist.co
+ * myanimelist.net
+ * hummingbird.me
RepoType: git
Repo: https://github.com/blitzprog/anime-release-notifier-android
diff --git a/metadata/com.freshollie.monkeyboard.keystoneradio.yml b/metadata/com.freshollie.monkeyboard.keystoneradio.yml
index a2015ed44d..4ba8322b3f 100644
--- a/metadata/com.freshollie.monkeyboard.keystoneradio.yml
+++ b/metadata/com.freshollie.monkeyboard.keystoneradio.yml
@@ -7,17 +7,17 @@ Changelog: https://github.com/freshollie/monkeyboard-radio-android/releases
AutoName: Monkeyboard Keystone Radio
Description: |-
- Monkeyboard Keystone Radio interfaces with a Monkeyboard and provides a
- control and feedback interface for the user. The Monkeyboard communicates
- via USB serial, and so to use the board a USB Host cable is required to
- connect the board to the Android device. The app is designed to act as if
- it is a normal music player as so will act accordingly. Audio focus will be
- followed, and a mediaplayer notification is provided.
+ Monkeyboard Keystone Radio interfaces with a Monkeyboard and provides a
+ control and feedback interface for the user. The Monkeyboard communicates
+ via USB serial, and so to use the board a USB Host cable is required to
+ connect the board to the Android device. The app is designed to act as if
+ it is a normal music player as so will act accordingly. Audio focus will be
+ followed, and a mediaplayer notification is provided.
- The Monkeyboard does not transmit audio over the USB connection, it is only
- outputted directly from the board itsself. The user will need to mix this
- audio with the tablet audio externally (think of the Android device as
- being a screen for the Monkeyboard).
+ The Monkeyboard does not transmit audio over the USB connection, it is only
+ outputted directly from the board itsself. The user will need to mix this
+ audio with the tablet audio externally (think of the Android device as
+ being a screen for the Monkeyboard).
RepoType: git
Repo: https://github.com/freshollie/monkeyboard-radio-android
diff --git a/metadata/com.frostwire.android.yml b/metadata/com.frostwire.android.yml
index 32b9fbecca..93717ce625 100644
--- a/metadata/com.frostwire.android.yml
+++ b/metadata/com.frostwire.android.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- Tracking:
- en-US: Checks for new versions of the app without your consent.
- UpstreamNonFree:
- en-US: We patched out Google AdMob, a non-free advertisement library.
+ Tracking:
+ en-US: Checks for new versions of the app without your consent.
+ UpstreamNonFree:
+ en-US: We patched out Google AdMob, a non-free advertisement library.
Categories:
- Internet
License: GPL-3.0-only
@@ -11,20 +11,20 @@ SourceCode: https://github.com/frostwire/frostwire-android
AutoName: FrostWire
Description: |-
- Note: This app will no longer be updated, its repo disappeared.
+ Note: This app will no longer be updated, its repo disappeared.
- Search and download files from the BitTorrent network and share files with other
- FrostWire users on the same local network (via WiFi). Frostwire can also be
- installed on the desktop.
+ Search and download files from the BitTorrent network and share files with other
+ FrostWire users on the same local network (via WiFi). Frostwire can also be
+ installed on the desktop.
- The non-free Google Admob library in the source code has been replaced with a
- library that does nothing. The presence of even more proprietary libraries in
- newer versions means that there are unlikely to be further updates of this app
- in the F-Droid repo.
+ The non-free Google Admob library in the source code has been replaced with a
+ library that does nothing. The presence of even more proprietary libraries in
+ newer versions means that there are unlikely to be further updates of this app
+ in the F-Droid repo.
- Anti-feature: Tracking. The app checks for new versions of the app without the
- user's consent. The update won't work however, because it is signed with a
- different key to these apks.
+ Anti-feature: Tracking. The app checks for new versions of the app without the
+ user's consent. The update won't work however, because it is signed with a
+ different key to these apks.
Builds:
- versionName: 0.9.14
@@ -60,9 +60,9 @@ Builds:
target: android-13
MaintainerNotes: |-
- No further updates - see description.
- Repo probably moved to https://github.com/frostwire/frostwire
- New repo ships with proprietary components, see https://gitlab.com/fdroid/fdroiddata/-/issues/1761#note_315201185
+ No further updates - see description.
+ Repo probably moved to https://github.com/frostwire/frostwire
+ New repo ships with proprietary components, see https://gitlab.com/fdroid/fdroiddata/-/issues/1761#note_315201185
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.frozendevs.cache.cleaner.yml b/metadata/com.frozendevs.cache.cleaner.yml
index f57abc3d86..42e66d443e 100644
--- a/metadata/com.frozendevs.cache.cleaner.yml
+++ b/metadata/com.frozendevs.cache.cleaner.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/Frozen-Developers/android-cache-cleaner/issues
AutoName: Cache Cleaner
Description: |-
- Cache cleaning tool which does not require a rooted device. Features native Holo
- look and feel and fast operation.
+ Cache cleaning tool which does not require a rooted device. Features native Holo
+ look and feel and fast operation.
- Depreation notice: This app is no longer maintained as you do not need it
- if you are on Android 6.0 or newer. Go to Settings -> Storage & USB-> Internal
- storage and click on Cached data in order to clear all the cache.
+ Depreation notice: This app is no longer maintained as you do not need it
+ if you are on Android 6.0 or newer. Go to Settings -> Storage & USB-> Internal
+ storage and click on Cached data in order to clear all the cache.
RepoType: git
Repo: https://github.com/Frozen-Developers/android-cache-cleaner
diff --git a/metadata/com.frozendevs.periodictable.yml b/metadata/com.frozendevs.periodictable.yml
index e62d91e92a..575221e02d 100644
--- a/metadata/com.frozendevs.periodictable.yml
+++ b/metadata/com.frozendevs.periodictable.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/Frozen-Developers/android-periodic-table/issues
AutoName: Periodic Table
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- Holo styled interactive periodic table with list of element properties and
- isotopes based on Wikipedia's database.
+ Holo styled interactive periodic table with list of element properties and
+ isotopes based on Wikipedia's database.
RepoType: git
Repo: https://github.com/Frozen-Developers/android-periodic-table
@@ -45,8 +45,8 @@ Builds:
build.gradle
MaintainerNotes: |-
- Prebuild is a quirk to force a specific gradle version. Upstream says "always use latest gradle".
- Website was http://www.frozendevs.com.
+ Prebuild is a quirk to force a specific gradle version. Upstream says "always use latest gradle".
+ Website was http://www.frozendevs.com.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.fsck.k9.material.yml b/metadata/com.fsck.k9.material.yml
index 873ad36e97..f2d1bc124d 100644
--- a/metadata/com.fsck.k9.material.yml
+++ b/metadata/com.fsck.k9.material.yml
@@ -6,11 +6,11 @@ IssueTracker: https://github.com/scoute-dich/K9-MailClient/issues
AutoName: K9 Material (unofficial)
Description: |-
- Note: Since 10/2017, this app is no longer maintained.
+ Note: Since 10/2017, this app is no longer maintained.
- This is a unofficial fork of the https://f-droid.org/packages/com.fsck.k9 email client with a material
- design style instead of the normal one. It will be updated in tandem with the
- main repository.
+ This is a unofficial fork of the https://f-droid.org/packages/com.fsck.k9 email client with a material
+ design style instead of the normal one. It will be updated in tandem with the
+ main repository.
Builds:
- versionName: '5.205'
diff --git a/metadata/com.fsck.k9.yml b/metadata/com.fsck.k9.yml
index b2ad76d096..b30e963588 100644
--- a/metadata/com.fsck.k9.yml
+++ b/metadata/com.fsck.k9.yml
@@ -1254,8 +1254,8 @@ Builds:
- build-plugin/build
MaintainerNotes: |-
- Use output instead of subdir to make gradlew-fdroid correctly determine the gradle version to be used.
- It doesn't work when using subdir because we are two levels deep into the directory structure.
+ Use output instead of subdir to make gradlew-fdroid correctly determine the gradle version to be used.
+ It doesn't work when using subdir because we are two levels deep into the directory structure.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.fullscreen.yml b/metadata/com.fullscreen.yml
index fde2b749c5..ac241dfa0e 100644
--- a/metadata/com.fullscreen.yml
+++ b/metadata/com.fullscreen.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/renancunha33/DiolinuxApp/issues
AutoName: Diolinux
Description: |-
- Webapp for accessing the site diolinux.com.br, which is about free software and
- technology news.
+ Webapp for accessing the site diolinux.com.br, which is about free software and
+ technology news.
RepoType: git
Repo: https://github.com/renancunha33/DiolinuxApp
diff --git a/metadata/com.funkymuse.aurora.yml b/metadata/com.funkymuse.aurora.yml
index 5f71a5661c..3d18077b66 100644
--- a/metadata/com.funkymuse.aurora.yml
+++ b/metadata/com.funkymuse.aurora.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on Library Genesis website.
+ NonFreeNet:
+ en-US: App depends on Library Genesis website.
Categories:
- Multimedia
- Reading
diff --git a/metadata/com.futonredemption.mylocation.yml b/metadata/com.futonredemption.mylocation.yml
index 41e51b0aca..db636283f3 100644
--- a/metadata/com.futonredemption.mylocation.yml
+++ b/metadata/com.futonredemption.mylocation.yml
@@ -6,8 +6,8 @@ SourceCode: https://code.google.com/p/futonic-mylocationwidget/source
AutoName: My Location Widget
Description: |-
- Home screen widget that gets your current address via GPS and lets you quickly
- share it or view it on Flickr, Google Maps or GeoHack
+ Home screen widget that gets your current address via GPS and lets you quickly
+ share it or view it on Flickr, Google Maps or GeoHack
RepoType: hg
Repo: https://code.google.com/p/futonic-mylocationwidget
diff --git a/metadata/com.futurice.android.reservator.yml b/metadata/com.futurice.android.reservator.yml
index 6ea707a780..e3d9bcb655 100644
--- a/metadata/com.futurice.android.reservator.yml
+++ b/metadata/com.futurice.android.reservator.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Requires a Google-Account for schedules.
+ NonFreeNet:
+ en-US: Requires a Google-Account for schedules.
Categories:
- Time
License: BSD-3-Clause
@@ -13,22 +13,22 @@ Changelog: https://github.com/futurice/meeting-room-tablet/releases
AutoName: Reservator
Description: |-
- Displays the availability status of meeting rooms along with the free/busy-time.
- Requires a Google-Account for schedules.
+ Displays the availability status of meeting rooms along with the free/busy-time.
+ Requires a Google-Account for schedules.
- Reservator is an open source meeting room display system for tablets. Mount your
- tablet next to your meeting rooms door, install Reservator and you're good to
- go! Reservator uses your Google calendar's resources for booking so you can use
- it, for example, for conference rooms, classrooms or for lending a video
- projector. While using Reservator, you can still book rooms normally through
- Google Calendar. You can also use the application for reserving other meeting
- rooms within your company.
+ Reservator is an open source meeting room display system for tablets. Mount your
+ tablet next to your meeting rooms door, install Reservator and you're good to
+ go! Reservator uses your Google calendar's resources for booking so you can use
+ it, for example, for conference rooms, classrooms or for lending a video
+ projector. While using Reservator, you can still book rooms normally through
+ Google Calendar. You can also use the application for reserving other meeting
+ rooms within your company.
- Features:
+ Features:
- * Integration: Reservator works with Google apps.
- * Booking: You can instantly book a meeting room with Reservator. You can also view the rooms calendar and book a meeting somewhere in the future. Simply pick the time and enter your name and it's booked.
- * Traffic lights: The display will be green if the room is available, yellow if a meeting is about to start soon and red if it's reserved. With this information you can quickly decide what conference room you want to use by just walking around.
+ * Integration: Reservator works with Google apps.
+ * Booking: You can instantly book a meeting room with Reservator. You can also view the rooms calendar and book a meeting somewhere in the future. Simply pick the time and enter your name and it's booked.
+ * Traffic lights: The display will be green if the room is available, yellow if a meeting is about to start soon and red if it's reserved. With this information you can quickly decide what conference room you want to use by just walking around.
RepoType: git
Repo: https://github.com/futurice/meeting-room-tablet
diff --git a/metadata/com.gabm.fancyplaces.yml b/metadata/com.gabm.fancyplaces.yml
index a5f2373968..d6672c214d 100644
--- a/metadata/com.gabm.fancyplaces.yml
+++ b/metadata/com.gabm.fancyplaces.yml
@@ -8,14 +8,14 @@ Changelog: https://github.com/gabm/FancyPlaces/blob/HEAD/Changelog.md
AutoName: Fancy Places
Description: |-
- Have you ever seen a nice shop or restaurant and said: "I have to come back
- here" - but never found it again?
+ Have you ever seen a nice shop or restaurant and said: "I have to come back
+ here" - but never found it again?
- Well, then this App is for you: It lets you create a georeferenced list of your
- most favorite places, your FancyPlaces. Create your new FancyPlaces on the go,
- when you discover a cool shop, square, cafe or restaurant. Add an image of your
- place representing it and store some notes. When you feel like rediscovering,
- just look at your list or map and find out where your FancyPlaces are!
+ Well, then this App is for you: It lets you create a georeferenced list of your
+ most favorite places, your FancyPlaces. Create your new FancyPlaces on the go,
+ when you discover a cool shop, square, cafe or restaurant. Add an image of your
+ place representing it and store some notes. When you feel like rediscovering,
+ just look at your list or map and find out where your FancyPlaces are!
RepoType: git
Repo: https://github.com/gabm/FancyPlaces
diff --git a/metadata/com.gabm.screenrotationcontrol.yml b/metadata/com.gabm.screenrotationcontrol.yml
index c846f96184..2e02bd0286 100644
--- a/metadata/com.gabm.screenrotationcontrol.yml
+++ b/metadata/com.gabm.screenrotationcontrol.yml
@@ -7,12 +7,12 @@ IssueTracker: https://github.com/gabm/TapAndTurn/issues
AutoName: Tap 'n' Turn
Description: |-
- Tired of enabling the screen rotation everytime you want landscape mode?
- Automatic rotation always rotates the screen in the wrong moment? Then this App
- is for you!
+ Tired of enabling the screen rotation everytime you want landscape mode?
+ Automatic rotation always rotates the screen in the wrong moment? Then this App
+ is for you!
- Instead of rotating the screen right away, it displays an icon which allows you
- explicitly adjust the orientation.
+ Instead of rotating the screen right away, it displays an icon which allows you
+ explicitly adjust the orientation.
RepoType: git
Repo: https://github.com/gabm/TapAndTurn
diff --git a/metadata/com.gabriel.covid19stats.yml b/metadata/com.gabriel.covid19stats.yml
index 0b6c8dbb9f..b769776aab 100644
--- a/metadata/com.gabriel.covid19stats.yml
+++ b/metadata/com.gabriel.covid19stats.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Worldometers website, which is not libre.
+ NonFreeNet:
+ en-US: Depends on Worldometers website, which is not libre.
Categories:
- Science & Education
- Sports & Health
diff --git a/metadata/com.gacode.relaunchx.yml b/metadata/com.gacode.relaunchx.yml
index 384176e08f..478ff2374b 100644
--- a/metadata/com.gacode.relaunchx.yml
+++ b/metadata/com.gacode.relaunchx.yml
@@ -7,12 +7,12 @@ Changelog: https://github.com/Leszek111/ReLaunchX#changelog
AutoName: ReLaunchX
Description: |-
- Monochrome Launcher primarily intended for eInk and eBook devices. Can work as a
- system launcher or a normal app. Includes file manager, text file viewer, editor
- and some system functionality. It is a fork of https://f-droid.org/packages/com.harasoft.relaunch project
- rebranded to avoid confusion. Tested on and developed for Onyx Boox Max, but
- many other e-readers are supported as well. Discussion goes on the forum
- mobileread.
+ Monochrome Launcher primarily intended for eInk and eBook devices. Can work as a
+ system launcher or a normal app. Includes file manager, text file viewer, editor
+ and some system functionality. It is a fork of https://f-droid.org/packages/com.harasoft.relaunch project
+ rebranded to avoid confusion. Tested on and developed for Onyx Boox Max, but
+ many other e-readers are supported as well. Discussion goes on the forum
+ mobileread.
RepoType: git
Repo: https://github.com/Leszek111/ReLaunchX.git
diff --git a/metadata/com.games.boardgames.aeonsend.yml b/metadata/com.games.boardgames.aeonsend.yml
index 002ffd18f9..341f3ba5c8 100644
--- a/metadata/com.games.boardgames.aeonsend.yml
+++ b/metadata/com.games.boardgames.aeonsend.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/JanSvoboda/aeonsend-randomizer/issues
AutoName: Aeon's End
Description: |-
- Android app to help you randomize you Market Setup. Choose number of players and
- expansions that you want to have included in your game and then choose you
- market setup. Voila - your market is randomized and created for you.
+ Android app to help you randomize you Market Setup. Choose number of players and
+ expansions that you want to have included in your game and then choose you
+ market setup. Voila - your market is randomized and created for you.
RepoType: git
Repo: https://github.com/JanSvoboda/aeonsend-randomizer.git
diff --git a/metadata/com.gcstar.scanner.yml b/metadata/com.gcstar.scanner.yml
index c096f8deba..c4949a14b3 100644
--- a/metadata/com.gcstar.scanner.yml
+++ b/metadata/com.gcstar.scanner.yml
@@ -5,12 +5,12 @@ WebSite: http://www.gcstar.org/
AutoName: GCstar scanner
Description: |-
- You will need https://f-droid.org/packages/com.google.zxing.client.android to be installed.
+ You will need https://f-droid.org/packages/com.google.zxing.client.android to be installed.
- GCstar is a cross-platform application for managing your collections. Detailed
- information on each item can be automatically retrieved from the internet and
- you can store additional data, such as the location or who you've lent it to.
- You may also search and filter your collection by many criteria.
+ GCstar is a cross-platform application for managing your collections. Detailed
+ information on each item can be automatically retrieved from the internet and
+ you can store additional data, such as the location or who you've lent it to.
+ You may also search and filter your collection by many criteria.
Builds:
- versionName: '1.0'
diff --git a/metadata/com.gcstar.viewer.yml b/metadata/com.gcstar.viewer.yml
index 42fa768938..e85cfc6d44 100644
--- a/metadata/com.gcstar.viewer.yml
+++ b/metadata/com.gcstar.viewer.yml
@@ -5,10 +5,10 @@ WebSite: http://wiki.gcstar.org/en/gcstar_viewer
AutoName: GCstar Viewer
Description: |-
- GCstar is a cross-platform application for managing your collections. Detailed
- information on each item can be automatically retrieved from the internet and
- you can store additional data, such as the location or who you've lent it to.
- You may also search and filter your collection by many criteria.
+ GCstar is a cross-platform application for managing your collections. Detailed
+ information on each item can be automatically retrieved from the internet and
+ you can store additional data, such as the location or who you've lent it to.
+ You may also search and filter your collection by many criteria.
Builds:
- versionName: '2.8'
diff --git a/metadata/com.geecko.QuickLyric.yml b/metadata/com.geecko.QuickLyric.yml
index 095cf29abc..f26cc599d0 100644
--- a/metadata/com.geecko.QuickLyric.yml
+++ b/metadata/com.geecko.QuickLyric.yml
@@ -12,20 +12,20 @@ Translation: https://crowdin.com/project/quicklyric/invite/public?show_welcome&d
Name: QuickLyric
AutoName: QuickLyric
Description: |-
- QuickLyric fetches your lyrics for you. It includes a search engine and is
- simple and easy to use. It can also detect what song is playing on your device.
+ QuickLyric fetches your lyrics for you. It includes a search engine and is
+ simple and easy to use. It can also detect what song is playing on your device.
- The NFC permission is used to share lyrics via Android Beam.
+ The NFC permission is used to share lyrics via Android Beam.
- Highlights:
+ Highlights:
- * The fastest lyrics finder
- * Synchronized lyrics - the ultimate karaoke experience right in your pocket!
- * Floating lyrics to enjoy your lyrics without interrupting what you're doing
- * Display an (optional) notification to access your lyrics even quicker
- * Quickly download the lyrics for your whole library of songs (Google Play, Spotify or your own files)
- * Identify songs with your microphone: hold your phone to the music and the lyrics will appear!
- * A top-notch support team that will gladly answer all your questions
+ * The fastest lyrics finder
+ * Synchronized lyrics - the ultimate karaoke experience right in your pocket!
+ * Floating lyrics to enjoy your lyrics without interrupting what you're doing
+ * Display an (optional) notification to access your lyrics even quicker
+ * Quickly download the lyrics for your whole library of songs (Google Play, Spotify or your own files)
+ * Identify songs with your microphone: hold your phone to the music and the lyrics will appear!
+ * A top-notch support team that will gladly answer all your questions
RepoType: git
Repo: https://github.com/QuickLyric/QuickLyric
diff --git a/metadata/com.geekorum.ttrss.free.yml b/metadata/com.geekorum.ttrss.free.yml
index bb3de4068b..61d2b22ab8 100644
--- a/metadata/com.geekorum.ttrss.free.yml
+++ b/metadata/com.geekorum.ttrss.free.yml
@@ -7,11 +7,11 @@ IssueTracker: https://github.com/fbarthelery/geekttrss/issues
AutoName: Geekttrss
Description: |-
- You will need to install the web application Tiny Tiny Rss first (https://tt-rss.org/) and enable API access. Then you will be able to access your Tiny Tiny Rss account from anywhere.
+ You will need to install the web application Tiny Tiny Rss first (https://tt-rss.org/) and enable API access. Then you will be able to access your Tiny Tiny Rss account from anywhere.
- Geekttrss is an open source application and licensed under the GNU General Public License 3 and any later version. This means that you can get GeekTtRss's code and modify it to suit your needs, as long as you publish the changes you make for everyone to benefit from as well.
+ Geekttrss is an open source application and licensed under the GNU General Public License 3 and any later version. This means that you can get GeekTtRss's code and modify it to suit your needs, as long as you publish the changes you make for everyone to benefit from as well.
- Geekttrss is built and maintained by community volunteers.
+ Geekttrss is built and maintained by community volunteers.
RepoType: hg
Repo: https://hg.elyzion.net/geekttrss/geekttrss
diff --git a/metadata/com.gelakinetic.mtgfam.yml b/metadata/com.gelakinetic.mtgfam.yml
index 78d2f984bc..657e0672a0 100644
--- a/metadata/com.gelakinetic.mtgfam.yml
+++ b/metadata/com.gelakinetic.mtgfam.yml
@@ -595,8 +595,8 @@ Builds:
- mobile/src/main/res/raw/datagz
MaintainerNotes: |-
- Under mobile/src/main/res/raw/datagz is the apps card database.
- Cannot enable AUM because of fdroid/fdroidserver#144.
+ Under mobile/src/main/res/raw/datagz is the apps card database.
+ Cannot enable AUM because of fdroid/fdroidserver#144.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.germainz.activityforcenewtask.yml b/metadata/com.germainz.activityforcenewtask.yml
index 61bbeb91f8..871e5f132e 100644
--- a/metadata/com.germainz.activityforcenewtask.yml
+++ b/metadata/com.germainz.activityforcenewtask.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/GermainZ/ActivityForceNewTask/issues
AutoName: ActivityForceNewTask
Description: "Apps can launch other apps' activities inside their task. This makes\
- \ it impossible to switch back and forth between the two. This Xposed module sets\
- \ the FLAG_ACTIVITY_NEW_TASK flag when starting a new activity, which 'fixes'\
- \ that (note to devs: only startActivity is hooked for obvious reasons.) Note\
- \ that this module may break things."
+ \ it impossible to switch back and forth between the two. This Xposed module sets\
+ \ the FLAG_ACTIVITY_NEW_TASK flag when starting a new activity, which 'fixes' that\
+ \ (note to devs: only startActivity is hooked for obvious reasons.) Note that this\
+ \ module may break things."
RepoType: git
Repo: https://github.com/GermainZ/ActivityForceNewTask
@@ -21,7 +21,7 @@ Builds:
prebuild: mkdir libs/
target: android-28
build: wget https://jcenter.bintray.com/de/robv/android/xposed/api/82/api-82.jar
- -O libs/xposed.jar
+ -O libs/xposed.jar
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.gh4a.yml b/metadata/com.gh4a.yml
index fc9ea68176..cf93ebe325 100644
--- a/metadata/com.gh4a.yml
+++ b/metadata/com.gh4a.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Github, which is not libre.
+ NonFreeNet:
+ en-US: Depends on Github, which is not libre.
Categories:
- Development
License: Apache-2.0
@@ -94,7 +94,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/fabric/d' -e '/playstoreCompile(.*) {/,/}/d' -e s/ClientId/\'\"f0f32f2ee4a709ba3640\"\'/
- -e s/ClientSecret/\'\"f94cffda88486696c2762ad986bc0b8b830c9cff\"\'/ build.gradle
+ -e s/ClientSecret/\'\"f94cffda88486696c2762ad986bc0b8b830c9cff\"\'/ build.gradle
- versionName: 4.3.1
versionCode: 58
@@ -103,7 +103,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/fabric/d' -e '/playstoreImplementation(.*) {/,/}/d' -e s/ClientId/\'\"f0f32f2ee4a709ba3640\"\'/
- -e s/ClientSecret/\'\"f94cffda88486696c2762ad986bc0b8b830c9cff\"\'/ build.gradle
+ -e s/ClientSecret/\'\"f94cffda88486696c2762ad986bc0b8b830c9cff\"\'/ build.gradle
- versionName: 4.3.2
versionCode: 59
@@ -112,7 +112,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/fabric/d' -e '/playstoreImplementation(.*) {/,/}/d' -e s/ClientId/\'\"f0f32f2ee4a709ba3640\"\'/
- -e s/ClientSecret/\'\"f94cffda88486696c2762ad986bc0b8b830c9cff\"\'/ build.gradle
+ -e s/ClientSecret/\'\"f94cffda88486696c2762ad986bc0b8b830c9cff\"\'/ build.gradle
- versionName: 4.4.0
versionCode: 60
@@ -121,7 +121,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/fabric/d' -e '/playstoreImplementation(.*) {/,/}/d' -e s/ClientId/\'\"f0f32f2ee4a709ba3640\"\'/
- -e s/ClientSecret/\'\"f94cffda88486696c2762ad986bc0b8b830c9cff\"\'/ build.gradle
+ -e s/ClientSecret/\'\"f94cffda88486696c2762ad986bc0b8b830c9cff\"\'/ build.gradle
- versionName: 4.5.0
versionCode: 61
@@ -130,7 +130,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/fabric/d' -e '/playstoreImplementation(.*) {/,/}/d' -e s/ClientId/\'\"f0f32f2ee4a709ba3640\"\'/
- -e s/ClientSecret/\'\"f94cffda88486696c2762ad986bc0b8b830c9cff\"\'/ build.gradle
+ -e s/ClientSecret/\'\"f94cffda88486696c2762ad986bc0b8b830c9cff\"\'/ build.gradle
- versionName: 4.6.0
versionCode: 62
diff --git a/metadata/com.ghisguth.sun.yml b/metadata/com.ghisguth.sun.yml
index bbbe8629f9..b4271929f7 100644
--- a/metadata/com.ghisguth.sun.yml
+++ b/metadata/com.ghisguth.sun.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/ghisguth/sunlight/issues
AutoName: Your very own Sun!
Description: |-
- Live animated sun wallpaper that is configurable: You can change size, color,
- animation speed, corona size, turbulence and many more options.
+ Live animated sun wallpaper that is configurable: You can change size, color,
+ animation speed, corona size, turbulence and many more options.
RepoType: git
Repo: https://github.com/ghisguth/sunlight.git
diff --git a/metadata/com.ghostsq.commander.yml b/metadata/com.ghostsq.commander.yml
index 79effaddcc..d2a3bb79ab 100644
--- a/metadata/com.ghostsq.commander.yml
+++ b/metadata/com.ghostsq.commander.yml
@@ -9,18 +9,18 @@ Donate: https://sourceforge.net/p/ghostcommander/donate
AutoName: Ghost Commander
Description: |-
- Dual panel file manager, like Norton Commander, Midnight Commander or Total
- Commander.
+ Dual panel file manager, like Norton Commander, Midnight Commander or Total
+ Commander.
- Notable features:
+ Notable features:
- * Ability to copy and move files between its two panels
- * Create or extract (unzip) ZIP archives
- * Transfer files via FTP/SFTP/SMB
- * Full-featured app manager able to access extra info and share apks
+ * Ability to copy and move files between its two panels
+ * Create or extract (unzip) ZIP archives
+ * Transfer files via FTP/SFTP/SMB
+ * Full-featured app manager able to access extra info and share apks
- Requires root: No, but if provided you can remount filesystems and mess around
- with system files.
+ Requires root: No, but if provided you can remount filesystems and mess around
+ with system files.
RepoType: git-svn
Repo: https://svn.code.sf.net/p/ghostcommander/svn/
@@ -675,13 +675,13 @@ Builds:
- src/main/java/com/ghostsq/commander/adapters/CA.java
MaintainerNotes: |-
- No commit messages in source repo! No tags. Apks on website can be used to
- confirm a release is real. Commit where AndroidManifest is changed usually
- corresponds to version.
+ No commit messages in source repo! No tags. Apks on website can be used to
+ confirm a release is real. Commit where AndroidManifest is changed usually
+ corresponds to version.
- The scanignore is for the dex class loading which is used for loading plugins.
+ The scanignore is for the dex class loading which is used for loading plugins.
- As of 1.60a the repo has changed from https://svn.code.sf.net/p/ghostcommander/code/ to https://svn.code.sf.net/p/ghostcommander/svn/
+ As of 1.60a the repo has changed from https://svn.code.sf.net/p/ghostcommander/code/ to https://svn.code.sf.net/p/ghostcommander/svn/
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.ghstudios.android.mhgendatabase.yml b/metadata/com.ghstudios.android.mhgendatabase.yml
index 9d108d364d..b8c839c533 100644
--- a/metadata/com.ghstudios.android.mhgendatabase.yml
+++ b/metadata/com.ghstudios.android.mhgendatabase.yml
@@ -10,28 +10,28 @@ Changelog: https://github.com/gatheringhallstudios/MHGenDatabase/releases
AutoName: MHGU Database
Description: |-
- From the creators of the MH4U Database app comes a quick and easy to use Monster
- Hunter Generations reference, including equipment, monsters, quests, skills, and
- more!
+ From the creators of the MH4U Database app comes a quick and easy to use Monster
+ Hunter Generations reference, including equipment, monsters, quests, skills, and
+ more!
- Features Include:
+ Features Include:
- * Quest List with Goals, Subquest, and Rewards
- * Monster Weakness, Carves, and Habitats
- * Gathering Points with Drop Percentages
- * Full Weapon Trees with creation and upgrade materials
- * Armor List with Skills and creation materials
- * Custom Armor Set Builder with skill previews
- * Custom Wishlists with material requirements tracking
- * Palico Weapons with creation materials
- * Item Combinations
- * Decorations
- * Skill List
- * Linked cross-referencing for all data
- * Universal search for all the data in the app
- * Quick reference with no load times, no internet connection needed
- * Accurate data gathered from the game itself
- * Lots of planned features for the near future
+ * Quest List with Goals, Subquest, and Rewards
+ * Monster Weakness, Carves, and Habitats
+ * Gathering Points with Drop Percentages
+ * Full Weapon Trees with creation and upgrade materials
+ * Armor List with Skills and creation materials
+ * Custom Armor Set Builder with skill previews
+ * Custom Wishlists with material requirements tracking
+ * Palico Weapons with creation materials
+ * Item Combinations
+ * Decorations
+ * Skill List
+ * Linked cross-referencing for all data
+ * Universal search for all the data in the app
+ * Quick reference with no load times, no internet connection needed
+ * Accurate data gathered from the game itself
+ * Lots of planned features for the near future
RepoType: git
Repo: https://github.com/gatheringhallstudios/MHGenDatabase
diff --git a/metadata/com.gianlu.aria2android.yml b/metadata/com.gianlu.aria2android.yml
index a73493867a..1bdd605405 100644
--- a/metadata/com.gianlu.aria2android.yml
+++ b/metadata/com.gianlu.aria2android.yml
@@ -53,7 +53,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 1.11.0
versionCode: 40
@@ -63,7 +63,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 1.11.1
versionCode: 41
@@ -73,7 +73,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.0.0
versionCode: 42
@@ -83,7 +83,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.0.1
versionCode: 43
@@ -93,7 +93,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.0.2
versionCode: 44
@@ -103,7 +103,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.0.3
versionCode: 45
@@ -113,7 +113,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.0.4
versionCode: 46
@@ -123,7 +123,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.0.5
versionCode: 47
@@ -133,7 +133,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.0.6
versionCode: 48
@@ -143,7 +143,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.0.7
versionCode: 49
@@ -153,7 +153,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.1.1
versionCode: 51
@@ -163,7 +163,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.1.2
versionCode: 52
@@ -173,7 +173,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.1.3
versionCode: 53
@@ -183,7 +183,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.1.4
versionCode: 54
@@ -193,7 +193,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.1.5
versionCode: 55
@@ -203,7 +203,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.1.7
versionCode: 57
@@ -213,7 +213,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.2.0
versionCode: 58
@@ -223,7 +223,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.3.0
versionCode: 59
@@ -233,7 +233,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.5.1
versionCode: 65
@@ -244,7 +244,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21
@@ -258,7 +258,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21
@@ -272,7 +272,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21
@@ -286,7 +286,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21d
@@ -300,7 +300,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21d
@@ -318,7 +318,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21d
@@ -336,7 +336,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r25
@@ -352,7 +352,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d; /firebase/d; /google-services/d;
- /signingConfigs.release/d' build.gradle ../build.gradle ../CommonUtils/build.gradle
+ /signingConfigs.release/d' build.gradle ../build.gradle ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r25
diff --git a/metadata/com.gianlu.aria2app.yml b/metadata/com.gianlu.aria2app.yml
index d8ac53e49d..f5f783fdb8 100644
--- a/metadata/com.gianlu.aria2app.yml
+++ b/metadata/com.gianlu.aria2app.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on non-free services from gianlu.xyz, extreme-ip-lookup.com
+ NonFreeNet:
+ en-US: Depends on non-free services from gianlu.xyz, extreme-ip-lookup.com
Categories:
- Internet
License: GPL-3.0-only
@@ -29,7 +29,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.0.3
versionCode: 145
@@ -39,7 +39,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.0.4
versionCode: 146
@@ -49,7 +49,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.0.5
versionCode: 147
@@ -59,7 +59,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.1.0
versionCode: 148
@@ -69,7 +69,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.1.1
versionCode: 149
@@ -79,7 +79,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.2.0
versionCode: 150
@@ -89,7 +89,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.2.1
versionCode: 151
@@ -99,7 +99,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.2.2
versionCode: 152
@@ -109,7 +109,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.2.3
versionCode: 153
@@ -119,7 +119,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.2.4
versionCode: 154
@@ -129,7 +129,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.2.5
versionCode: 155
@@ -139,7 +139,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.3.0-beta1
versionCode: 156
@@ -149,7 +149,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.3.0-beta2
versionCode: 157
@@ -159,7 +159,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.3.0-beta3
versionCode: 158
@@ -169,7 +169,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.3.0
versionCode: 159
@@ -179,7 +179,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.3.1
versionCode: 160
@@ -189,7 +189,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.3.2
versionCode: 161
@@ -199,7 +199,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.3.3
versionCode: 162
@@ -209,7 +209,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.3.4
versionCode: 163
@@ -219,7 +219,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.4.0
versionCode: 164
@@ -229,7 +229,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.4.1
versionCode: 165
@@ -239,7 +239,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.4.2
versionCode: 166
@@ -249,7 +249,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 4.4.3
versionCode: 167
@@ -259,7 +259,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.0.0-beta2
versionCode: 169
@@ -269,7 +269,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.0.0
versionCode: 170
@@ -279,7 +279,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.0.1
versionCode: 171
@@ -289,7 +289,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.0.2
versionCode: 172
@@ -299,7 +299,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.0.3
versionCode: 173
@@ -309,7 +309,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.1.0
versionCode: 174
@@ -319,7 +319,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.1.1
versionCode: 175
@@ -329,7 +329,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.1.2
versionCode: 176
@@ -339,7 +339,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.1.3
versionCode: 177
@@ -349,7 +349,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.1.5
versionCode: 179
@@ -359,7 +359,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.1.6
versionCode: 180
@@ -369,7 +369,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.1.7
versionCode: 181
@@ -379,7 +379,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.1.8
versionCode: 182
@@ -389,7 +389,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.2.0
versionCode: 183
@@ -399,7 +399,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.2.3
versionCode: 186
@@ -409,7 +409,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.2.4
versionCode: 187
@@ -419,7 +419,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.3.0
versionCode: 188
@@ -429,7 +429,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.3.2
versionCode: 190
@@ -439,7 +439,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.4.0
versionCode: 191
@@ -449,7 +449,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.4.1
versionCode: 192
@@ -459,7 +459,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.4.2
versionCode: 193
@@ -469,7 +469,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.4.3
versionCode: 194
@@ -479,7 +479,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.4.4
versionCode: 195
@@ -489,7 +489,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.4.5
versionCode: 196
@@ -499,7 +499,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 5.6.6
versionCode: 205
@@ -510,7 +510,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21
@@ -524,7 +524,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21
@@ -538,7 +538,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21
@@ -552,7 +552,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21
@@ -566,7 +566,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21b
@@ -580,7 +580,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21d
@@ -594,7 +594,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21d
@@ -608,7 +608,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21d
@@ -622,7 +622,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21d
@@ -636,7 +636,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21d
@@ -650,7 +650,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21d
@@ -664,7 +664,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21d
@@ -678,7 +678,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21d
@@ -692,7 +692,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21d
@@ -706,7 +706,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21d
@@ -724,7 +724,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r21d
@@ -742,7 +742,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r25
@@ -758,7 +758,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d; /firebase/d; /google-services/d;
- /signingConfigs.release/d' build.gradle ../build.gradle ../CommonUtils/build.gradle
+ /signingConfigs.release/d' build.gradle ../build.gradle ../CommonUtils/build.gradle
scandelete:
- aria2lib/src/main/jniLibs
ndk: r25
diff --git a/metadata/com.gianlu.dnshero.yml b/metadata/com.gianlu.dnshero.yml
index 81fd0e5d26..7d9847efa6 100644
--- a/metadata/com.gianlu.dnshero.yml
+++ b/metadata/com.gianlu.dnshero.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on zone.vision API by DNSimple.
+ NonFreeNet:
+ en-US: Depends on zone.vision API by DNSimple.
Categories:
- Internet
License: GPL-3.0-only
@@ -75,7 +75,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d; /com.crashlytics/d' ../build.gradle
- ../CommonUtils/build.gradle build.gradle
+ ../CommonUtils/build.gradle build.gradle
- versionName: 1.3.2
versionCode: 18
@@ -85,7 +85,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d; /com.crashlytics/d' ../build.gradle
- ../CommonUtils/build.gradle build.gradle
+ ../CommonUtils/build.gradle build.gradle
- versionName: 1.3.3
versionCode: 19
@@ -95,7 +95,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d; /com.crashlytics/d' ../build.gradle
- ../CommonUtils/build.gradle build.gradle
+ ../CommonUtils/build.gradle build.gradle
- versionName: 1.4.0
versionCode: 20
@@ -105,7 +105,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d; /com.crashlytics/d' ../build.gradle
- ../CommonUtils/build.gradle build.gradle
+ ../CommonUtils/build.gradle build.gradle
- versionName: 1.4.1
versionCode: 21
@@ -115,7 +115,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d; /com.crashlytics/d' ../build.gradle
- ../CommonUtils/build.gradle build.gradle
+ ../CommonUtils/build.gradle build.gradle
- versionName: 1.4.2
versionCode: 22
@@ -125,7 +125,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d; /com.crashlytics/d' ../build.gradle
- ../CommonUtils/build.gradle build.gradle
+ ../CommonUtils/build.gradle build.gradle
- versionName: 1.4.3
versionCode: 23
@@ -135,7 +135,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d; /com.crashlytics/d' ../build.gradle
- ../CommonUtils/build.gradle build.gradle
+ ../CommonUtils/build.gradle build.gradle
- versionName: 1.5.0
versionCode: 24
@@ -145,7 +145,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d; /com.crashlytics/d' ../build.gradle
- ../CommonUtils/build.gradle build.gradle
+ ../CommonUtils/build.gradle build.gradle
- versionName: 1.5.1
versionCode: 25
@@ -155,7 +155,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d; /com.crashlytics/d' ../build.gradle
- ../CommonUtils/build.gradle build.gradle
+ ../CommonUtils/build.gradle build.gradle
- versionName: 1.6.0
versionCode: 26
@@ -165,7 +165,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d; /com.crashlytics/d' ../build.gradle
- ../CommonUtils/build.gradle build.gradle
+ ../CommonUtils/build.gradle build.gradle
- versionName: 1.6.2
versionCode: 28
@@ -175,7 +175,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d; /com.crashlytics/d' ../build.gradle
- ../CommonUtils/build.gradle build.gradle
+ ../CommonUtils/build.gradle build.gradle
- versionName: 1.6.3
versionCode: 29
@@ -185,7 +185,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d; /io.fabric/d; /com.crashlytics/d' ../build.gradle
- ../CommonUtils/build.gradle build.gradle
+ ../CommonUtils/build.gradle build.gradle
- versionName: 1.6.5
versionCode: 31
diff --git a/metadata/com.gianlu.pretendyourexyzzy.yml b/metadata/com.gianlu.pretendyourexyzzy.yml
index 7285b19ded..8ec921e7a2 100644
--- a/metadata/com.gianlu.pretendyourexyzzy.yml
+++ b/metadata/com.gianlu.pretendyourexyzzy.yml
@@ -25,7 +25,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.6.10
versionCode: 63
@@ -35,7 +35,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.6.10.1
versionCode: 64
@@ -45,7 +45,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.6.11
versionCode: 65
@@ -55,7 +55,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.7.0
versionCode: 67
@@ -65,7 +65,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.8.0-beta1
versionCode: 68
@@ -75,7 +75,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.8.0
versionCode: 69
@@ -85,7 +85,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.8.1
versionCode: 70
@@ -95,7 +95,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.8.2
versionCode: 71
@@ -105,7 +105,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.8.3
versionCode: 72
@@ -115,7 +115,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.8.4
versionCode: 73
@@ -125,7 +125,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.8.5
versionCode: 74
@@ -135,7 +135,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.8.6
versionCode: 75
@@ -145,7 +145,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.8.8
versionCode: 77
@@ -155,7 +155,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.8.9
versionCode: 78
@@ -165,7 +165,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.8.10
versionCode: 79
@@ -175,7 +175,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.8.11
versionCode: 80
@@ -185,7 +185,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.8.12
versionCode: 81
@@ -195,7 +195,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.8.13
versionCode: 82
@@ -205,7 +205,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.8.14
versionCode: 83
@@ -215,7 +215,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 2.8.15
versionCode: 84
@@ -225,7 +225,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 3.0.0
versionCode: 85
@@ -235,7 +235,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
- versionName: 3.0.3
versionCode: 88
@@ -245,7 +245,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' build.gradle ../build.gradle
- ../CommonUtils/build.gradle
+ ../CommonUtils/build.gradle
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.gimranov.zandy.app.yml b/metadata/com.gimranov.zandy.app.yml
index a042f5090c..143a462476 100644
--- a/metadata/com.gimranov.zandy.app.yml
+++ b/metadata/com.gimranov.zandy.app.yml
@@ -10,14 +10,14 @@ IssueTracker: https://github.com/ajlyon/zandy/issues
AutoName: Zandy
Description: |-
- Access your Zotero library from your mobile device. Edit and view your library,
- sync, and work offline. Zandy provides a simple interface to all your research.
- Browse and modify the items in your library, add new items, view attachments,
- take and edit item notes, search your library, add webpages from the Android
- browser and more.
+ Access your Zotero library from your mobile device. Edit and view your library,
+ sync, and work offline. Zandy provides a simple interface to all your research.
+ Browse and modify the items in your library, add new items, view attachments,
+ take and edit item notes, search your library, add webpages from the Android
+ browser and more.
- The barcode functionality requires https://f-droid.org/packages/com.google.zxing.client.android to be
- installed.
+ The barcode functionality requires https://f-droid.org/packages/com.google.zxing.client.android to be
+ installed.
RepoType: git
Repo: https://github.com/ajlyon/zandy.git
diff --git a/metadata/com.ginkel.hashit.yml b/metadata/com.ginkel.hashit.yml
index fd1ef3c28a..310f9ee0ad 100644
--- a/metadata/com.ginkel.hashit.yml
+++ b/metadata/com.ginkel.hashit.yml
@@ -6,15 +6,15 @@ IssueTracker: https://github.com/ginkel/hashit/issues
AutoName: Hash It!
Description: |-
- NOTE: App repo is archived by dev. No longer maintained.
+ NOTE: App repo is archived by dev. No longer maintained.
- Makes passwords based on a combination of the website address and a master key
- so that every password is different. Using the share menu, the app either
- creates or retrieves the password.
+ Makes passwords based on a combination of the website address and a master key
+ so that every password is different. Using the share menu, the app either
+ creates or retrieves the password.
- Compatible with the
- Password Hasher
- Firefox extension (licensed under MPL1.1)
+ Compatible with the
+ Password Hasher
+ Firefox extension (licensed under MPL1.1)
RepoType: git
Repo: https://github.com/ginkel/hashit.git
diff --git a/metadata/com.github.aba2l.taswast.yml b/metadata/com.github.aba2l.taswast.yml
index 5a4d70632f..758df45786 100644
--- a/metadata/com.github.aba2l.taswast.yml
+++ b/metadata/com.github.aba2l.taswast.yml
@@ -7,8 +7,8 @@ Changelog: https://gitlab.com/AbA2L/Taswast/-/releases
AutoName: Taswast
Description: |-
- Taswast is an Amazigh calendar. Counts days/months/years with the amazigh system
- and repertorying all the traditional events of the year.
+ Taswast is an Amazigh calendar. Counts days/months/years with the amazigh system
+ and repertorying all the traditional events of the year.
RepoType: git
Repo: https://gitlab.com/AbA2L/Taswast.git
diff --git a/metadata/com.github.alijc.cricketsalarm.yml b/metadata/com.github.alijc.cricketsalarm.yml
index c4e3eac22d..c445e0a969 100644
--- a/metadata/com.github.alijc.cricketsalarm.yml
+++ b/metadata/com.github.alijc.cricketsalarm.yml
@@ -6,11 +6,11 @@ IssueTracker: https://github.com/alijc/CricketsAlarm/issues
AutoName: Cricket's Alarm
Description: |-
- A widget for keeping track of a pet's medications.
+ A widget for keeping track of a pet's medications.
- This is a simple widget timer that rings an alarm to remind me to give
- Cricket (my diabetic tortie) a shot of insulin. By default the alarm rings
- after 12 hours. It can be 'snoozed' for an hour.
+ This is a simple widget timer that rings an alarm to remind me to give
+ Cricket (my diabetic tortie) a shot of insulin. By default the alarm rings
+ after 12 hours. It can be 'snoozed' for an hour.
RepoType: git
Repo: https://github.com/alijc/CricketsAlarm.git
diff --git a/metadata/com.github.andlyticsproject.yml b/metadata/com.github.andlyticsproject.yml
index 0df1a37937..021d398172 100644
--- a/metadata/com.github.andlyticsproject.yml
+++ b/metadata/com.github.andlyticsproject.yml
@@ -8,15 +8,15 @@ Changelog: https://htmlpreview.github.io/?https://github.com/AndlyticsProject/an
AutoName: Andlytics
Description: |-
- View stats and reply to comments. Requires a google account on the phone
- but not an admob account.
+ View stats and reply to comments. Requires a google account on the phone
+ but not an admob account.
- Andlytics collects statistics from the Google Play Developer Console.
- It lets you track active installs, total installs, ratings, and comments
- for all your Android apps that are published on Google Play. Andlytics
- can also collect AdMob statistics, including revenue, requests and
- impressions. It supports background syncing of stats and notifications for
- when changes occur.
+ Andlytics collects statistics from the Google Play Developer Console.
+ It lets you track active installs, total installs, ratings, and comments
+ for all your Android apps that are published on Google Play. Andlytics
+ can also collect AdMob statistics, including revenue, requests and
+ impressions. It supports background syncing of stats and notifications for
+ when changes occur.
RepoType: git
Repo: https://github.com/AndlyticsProject/andlytics.git
diff --git a/metadata/com.github.andremiras.qrscan.yml b/metadata/com.github.andremiras.qrscan.yml
index e288fbd60e..17987c3336 100644
--- a/metadata/com.github.andremiras.qrscan.yml
+++ b/metadata/com.github.andremiras.qrscan.yml
@@ -7,10 +7,10 @@ Changelog: https://github.com/AndreMiras/QrScan/blob/develop/CHANGELOG.md
AutoName: QRCode & Barcode scanner
Description: |-
- Key features:
+ Key features:
- * All QR Code and Barcode supported that pyzbar understands (including EAN2, EAN5, EAN8, UPCE, ISBN10, UPCA, EAN13, ISBN13, COMPOSITE, I25, DATABAR, DATABAR_EXP, CODABAR, CODE39, PDF417, QRCODE, CODE93, CODE128)
- * Cross-platform (Windows, Linux, macOS, Android, iOS)
+ * All QR Code and Barcode supported that pyzbar understands (including EAN2, EAN5, EAN8, UPCE, ISBN10, UPCA, EAN13, ISBN13, COMPOSITE, I25, DATABAR, DATABAR_EXP, CODABAR, CODE39, PDF417, QRCODE, CODE93, CODE128)
+ * Cross-platform (Windows, Linux, macOS, Android, iOS)
RepoType: git
Repo: https://github.com/AndreMiras/QrScan.git
@@ -44,9 +44,9 @@ Builds:
ndk: r19c
MaintainerNotes: |-
- Both SDK and NDK path are set to use fdroid ones.
- The auto accept license is disabled since fdroid sdkmanager doesn't support
- the --licenses argument.
+ Both SDK and NDK path are set to use fdroid ones.
+ The auto accept license is disabled since fdroid sdkmanager doesn't support
+ the --licenses argument.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
diff --git a/metadata/com.github.andremiras.zbarcamdemo.yml b/metadata/com.github.andremiras.zbarcamdemo.yml
index 5a91d4081e..87c58c5f0a 100644
--- a/metadata/com.github.andremiras.zbarcamdemo.yml
+++ b/metadata/com.github.andremiras.zbarcamdemo.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/kivy-garden/zbarcam/issues
Name: zbarcamdemo
Description: |-
- Real time Barcode and QR Code scanner.
- Demonstrates Kivy zbarcam widget.
+ Real time Barcode and QR Code scanner.
+ Demonstrates Kivy zbarcam widget.
RepoType: git
Repo: https://github.com/kivy-garden/zbarcam.git
@@ -41,13 +41,13 @@ Builds:
ndk: r19c
MaintainerNotes: |-
- The auto accept license is disabled since fdroid sdkmanager doesn't support
- the --licenses argument.
- UpdateCheckMode stays as HTTP as the app has an older tag with a higher version number.
+ The auto accept license is disabled since fdroid sdkmanager doesn't support
+ the --licenses argument.
+ UpdateCheckMode stays as HTTP as the app has an older tag with a higher version number.
AutoUpdateMode: Version %v
UpdateCheckMode: HTTP
UpdateCheckData: https://raw.githubusercontent.com/kivy-garden/zbarcam/develop/src/kivy_garden/zbarcam/version.py|__version_code__
- = (\d+)|.|__version__ = '(\d+\.\d+)'
+ = (\d+)|.|__version__ = '(\d+\.\d+)'
CurrentVersion: '2020.0524'
CurrentVersionCode: 721202524
diff --git a/metadata/com.github.andreyasadchy.xtra.yml b/metadata/com.github.andreyasadchy.xtra.yml
index 635bd1412b..c4181b70e2 100644
--- a/metadata/com.github.andreyasadchy.xtra.yml
+++ b/metadata/com.github.andreyasadchy.xtra.yml
@@ -1,9 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: Uses TTV.lol API which is not libre. Twitch itself is not libre.
- Tracking:
- en-US: TTV.lol leaks your Twitch user ID and personal IP to their Russian
- proxy.
+ NonFreeNet:
+ en-US: Uses TTV.lol API which is not libre. Twitch itself is not libre.
+ Tracking:
+ en-US: TTV.lol leaks your Twitch user ID and personal IP to their Russian proxy.
Categories:
- Internet
- Multimedia
diff --git a/metadata/com.github.ashutoshgngwr.noice.yml b/metadata/com.github.ashutoshgngwr.noice.yml
index 2085427a83..079a335673 100644
--- a/metadata/com.github.ashutoshgngwr.noice.yml
+++ b/metadata/com.github.ashutoshgngwr.noice.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Sounds are loaded from a non-libre server.
+ NonFreeNet:
+ en-US: Sounds are loaded from a non-libre server.
Categories:
- Multimedia
- Sports & Health
diff --git a/metadata/com.github.axet.audiorecorder.yml b/metadata/com.github.axet.audiorecorder.yml
index fa2cb54e8c..4b91a9996b 100644
--- a/metadata/com.github.axet.audiorecorder.yml
+++ b/metadata/com.github.axet.audiorecorder.yml
@@ -8,8 +8,8 @@ Translation: https://gitlab.com/axet/android-audio-recorder/blob/HEAD/docs/HOWTO
AutoName: Audio Recorder
Description: |-
- Audio recorder with custom recording folder, nice recording volume indicator,
- recording notification, recording lock screen activity.
+ Audio recorder with custom recording folder, nice recording volume indicator,
+ recording notification, recording lock screen activity.
RepoType: git
Repo: https://gitlab.com/axet/android-audio-recorder.git
diff --git a/metadata/com.github.axet.bookreader.yml b/metadata/com.github.axet.bookreader.yml
index 031c33b1e9..14a755d260 100644
--- a/metadata/com.github.axet.bookreader.yml
+++ b/metadata/com.github.axet.bookreader.yml
@@ -7,11 +7,11 @@ Translation: https://gitlab.com/axet/android-book-reader/blob/HEAD/docs/HOWTO-Tr
AutoName: Book Reader
Description: |-
- Book reader with a simple UI. Based on https://f-droid.org/packages/org.geometerplus.zlibrary.ui.android.
+ Book reader with a simple UI. Based on https://f-droid.org/packages/org.geometerplus.zlibrary.ui.android.
- Supported formats: fb2, html, txt, epub, mobi, rtf, doc, pdf, djvu.
+ Supported formats: fb2, html, txt, epub, mobi, rtf, doc, pdf, djvu.
- All the best in this world is free!
+ All the best in this world is free!
RepoType: git
Repo: https://gitlab.com/axet/android-book-reader.git
diff --git a/metadata/com.github.axet.callrecorder.yml b/metadata/com.github.axet.callrecorder.yml
index 5fda92f368..cda3f0e559 100644
--- a/metadata/com.github.axet.callrecorder.yml
+++ b/metadata/com.github.axet.callrecorder.yml
@@ -8,14 +8,14 @@ Translation: https://gitlab.com/axet/android-call-recorder/blob/HEAD/docs/HOWTO-
AutoName: Call Recorder
Description: |-
- MOST PHONES DOES NOT SUPPORT CALL RECORDING. Blame Google or your phone
- manufacturer not me!
+ MOST PHONES DOES NOT SUPPORT CALL RECORDING. Blame Google or your phone
+ manufacturer not me!
- If it fails with high quality sound recording (voice line) this app will switch
- back to the MIC recording, no ads, open-source, GPLv3.
+ If it fails with high quality sound recording (voice line) this app will switch
+ back to the MIC recording, no ads, open-source, GPLv3.
- Google knows about issue but do nothing, can read more
- here
+ Google knows about issue but do nothing, can read more
+ here
RepoType: git
Repo: https://gitlab.com/axet/android-call-recorder.git
diff --git a/metadata/com.github.axet.darknessimmunity.yml b/metadata/com.github.axet.darknessimmunity.yml
index cac29afc78..b9e719d8a2 100644
--- a/metadata/com.github.axet.darknessimmunity.yml
+++ b/metadata/com.github.axet.darknessimmunity.yml
@@ -6,17 +6,17 @@ IssueTracker: https://gitlab.com/axet/android-darkness-immunity/issues
AutoName: Darkness Immunity
Description: |-
- Darkness Immunity Digital Amulet. Works like a charm!
+ Darkness Immunity Digital Amulet. Works like a charm!
- Works even when phone is turned off (since values are still presents in current
- physical reality of phone memory module, you just can't see them when phone has
- no power).
+ Works even when phone is turned off (since values are still presents in current
+ physical reality of phone memory module, you just can't see them when phone has
+ no power).
- DON'T PANIC!
+ DON'T PANIC!
- You can handle it all. It just a dream. Love is the only one truth.
+ You can handle it all. It just a dream. Love is the only one truth.
- (reality)<-(lie)<-(love)->(lie)->(reality)
+ (reality)<-(lie)<-(love)->(lie)->(reality)
RepoType: git
Repo: https://gitlab.com/axet/android-darkness-immunity.git
@@ -29,7 +29,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/gradleVersion = '3\.3'/gradleVersion = '4.1'/; /jcenter/a\ maven
- { url 'https://maven.google.com' }" ../build.gradle
+ { url 'https://maven.google.com' }" ../build.gradle
- versionName: 1.2.19
versionCode: 27
@@ -38,7 +38,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/gradleVersion = '3\.3'/gradleVersion = '4.1'/; /jcenter/a\ maven
- { url 'https://maven.google.com' }" ../build.gradle
+ { url 'https://maven.google.com' }" ../build.gradle
- versionName: 1.2.20
versionCode: 28
@@ -47,7 +47,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/gradleVersion = '3\.3'/gradleVersion = '4.1'/; /jcenter/a\ maven
- { url 'https://maven.google.com' }" ../build.gradle
+ { url 'https://maven.google.com' }" ../build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.github.axet.filemanager.yml b/metadata/com.github.axet.filemanager.yml
index 118d0e3c7d..da54c44ea2 100644
--- a/metadata/com.github.axet.filemanager.yml
+++ b/metadata/com.github.axet.filemanager.yml
@@ -6,15 +6,15 @@ IssueTracker: https://gitlab.com/axet/android-file-manager/issues
AutoName: Files
Description: |-
- File Manager with two panels, smart copy/move dialogs, easy open/share
- files, multiple files sources including: root, SAF and direct files access.
- It offers a.o.:
+ File Manager with two panels, smart copy/move dialogs, easy open/share
+ files, multiple files sources including: root, SAF and direct files access.
+ It offers a.o.:
- * clear and straight (material) design
- * intuitive to use
- * access all files, whether on SD card or in the internal storage
- * bookmark your favorite folders
- * root capabilities (enable in settings if your device is rooted)
+ * clear and straight (material) design
+ * intuitive to use
+ * access all files, whether on SD card or in the internal storage
+ * bookmark your favorite folders
+ * root capabilities (enable in settings if your device is rooted)
RepoType: git
Repo: https://gitlab.com/axet/android-file-manager.git
diff --git a/metadata/com.github.axet.hourlyreminder.yml b/metadata/com.github.axet.hourlyreminder.yml
index 6c3f05f122..d43f477c3d 100644
--- a/metadata/com.github.axet.hourlyreminder.yml
+++ b/metadata/com.github.axet.hourlyreminder.yml
@@ -7,9 +7,9 @@ IssueTracker: https://gitlab.com/axet/android-hourly-reminder/issues
AutoName: Hourly Reminder
Description: |-
- Never miss an alarm: This app reminds you about hours passed. Application will
- pronounce current time on user specified hours. You can choice alarm types:
- beep, speech or custom wav/ogg files.
+ Never miss an alarm: This app reminds you about hours passed. Application will
+ pronounce current time on user specified hours. You can choice alarm types:
+ beep, speech or custom wav/ogg files.
RepoType: git
Repo: https://gitlab.com/axet/android-hourly-reminder.git
diff --git a/metadata/com.github.axet.maps.yml b/metadata/com.github.axet.maps.yml
index 6c72bf2902..dae58c4a9b 100644
--- a/metadata/com.github.axet.maps.yml
+++ b/metadata/com.github.axet.maps.yml
@@ -5,17 +5,17 @@ SourceCode: https://gitlab.com/axet/omim/tree/HEAD
IssueTracker: https://gitlab.com/axet/omim/issues
Description: |-
- Note: The developer is
- no longer maintaining this app
- and it fails to download maps.
+ Note: The developer is
+ no longer maintaining this app
+ and it fails to download maps.
- OpenStreetMap offline maps with track recording and custom bookmarks .kml path.
- Based on MAPS.ME project. Features include:
+ OpenStreetMap offline maps with track recording and custom bookmarks .kml path.
+ Based on MAPS.ME project. Features include:
- * Track Recording (record your tracks)
- * Custom Bookmarks path (helps backup your bookmarks with apps like: Syncthing)
- * Removed ads and binaries (peace and freedom)
- * Screenlock option (prevent app stay turned on while in pocket with lockscreen enabled)
+ * Track Recording (record your tracks)
+ * Custom Bookmarks path (helps backup your bookmarks with apps like: Syncthing)
+ * Removed ads and binaries (peace and freedom)
+ * Screenlock option (prevent app stay turned on while in pocket with lockscreen enabled)
RepoType: git
Repo: https://gitlab.com/axet/omim.git
diff --git a/metadata/com.github.axet.mover.yml b/metadata/com.github.axet.mover.yml
index c2943373fc..b57e177c7b 100644
--- a/metadata/com.github.axet.mover.yml
+++ b/metadata/com.github.axet.mover.yml
@@ -7,11 +7,11 @@ IssueTracker: https://gitlab.com/axet/android-media-merger/issues
AutoName: Media Merger
Description: |-
- Utitily moves /sdcard/DCIM/* and /sdcard/Pictures/Screenshots to user specified
- folder.
+ Utitily moves /sdcard/DCIM/* and /sdcard/Pictures/Screenshots to user specified
+ folder.
- Android friendly. Application waits for event from ContentObserver, and only
- then scan for new files, no ads, open-source, GPLv3.
+ Android friendly. Application waits for event from ContentObserver, and only
+ then scan for new files, no ads, open-source, GPLv3.
RepoType: git
Repo: https://gitlab.com/axet/android-media-merger.git
diff --git a/metadata/com.github.axet.smsgate.yml b/metadata/com.github.axet.smsgate.yml
index 229d2e651e..dbff1b674e 100644
--- a/metadata/com.github.axet.smsgate.yml
+++ b/metadata/com.github.axet.smsgate.yml
@@ -7,16 +7,16 @@ IssueTracker: https://gitlab.com/axet/android-sms-gate/issues
AutoName: SMS Gate
Description: |-
- You should be able to control all data produced by your phone and be able to
- collect it all into one place (cloud / p2p or local).
+ You should be able to control all data produced by your phone and be able to
+ collect it all into one place (cloud / p2p or local).
- SMS Gate app backups all your SMS from Android/INCOMING folder to the
- IMAP/INBOX folder of Gmail or your provider of choice (you can setup one in
- Settings). Once uploaded to an IMAP server you can even reply to the SMS
- using standard reply e-mail mechanics.
+ SMS Gate app backups all your SMS from Android/INCOMING folder to the
+ IMAP/INBOX folder of Gmail or your provider of choice (you can setup one in
+ Settings). Once uploaded to an IMAP server you can even reply to the SMS
+ using standard reply e-mail mechanics.
- Saving to a local folder allows you to backup it using an app like
- https://f-droid.org/packages/com.nutomic.syncthingandroid.
+ Saving to a local folder allows you to backup it using an app like
+ https://f-droid.org/packages/com.nutomic.syncthingandroid.
RepoType: git
Repo: https://gitlab.com/axet/android-sms-gate.git
@@ -466,7 +466,7 @@ Builds:
- sed -i -e '/com.google/d' ../build.gradle
MaintainerNotes: Binary scanner detects 'android-firebase-fake', we should ignore
- that in the future.
+ that in the future.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.github.axet.tonegenerator.yml b/metadata/com.github.axet.tonegenerator.yml
index 938bb0e53b..e71fd10621 100644
--- a/metadata/com.github.axet.tonegenerator.yml
+++ b/metadata/com.github.axet.tonegenerator.yml
@@ -7,9 +7,9 @@ IssueTracker: https://gitlab.com/axet/android-tone-generator/issues
AutoName: ToneGenerator.class
Description: |-
- Help utility allow you to listen to
- ToneGenerator constant sounds, no ads, open-source, GPLv3.
+ Help utility allow you to listen to
+ ToneGenerator constant sounds, no ads, open-source, GPLv3.
RepoType: git
Repo: https://gitlab.com/axet/android-tone-generator.git
diff --git a/metadata/com.github.axet.torrentclient.yml b/metadata/com.github.axet.torrentclient.yml
index b2ac46e4bb..b5f8589d37 100644
--- a/metadata/com.github.axet.torrentclient.yml
+++ b/metadata/com.github.axet.torrentclient.yml
@@ -7,8 +7,8 @@ IssueTracker: https://gitlab.com/axet/android-torrent-client/issues
AutoName: Torrent Client
Description: |-
- Nice and simple torrent client. Supports magnet links, creating torrent files,
- UPNP, PMP, uTP, PEX and more.
+ Nice and simple torrent client. Supports magnet links, creating torrent files,
+ UPNP, PMP, uTP, PEX and more.
RepoType: git
Repo: https://gitlab.com/axet/android-torrent-client.git
@@ -579,7 +579,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' -e '43 a lintOptions
- {abortOnError false}' build.gradle
+ {abortOnError false}' build.gradle
ndk: r16b
- versionName: 3.4.190
@@ -589,7 +589,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' -e '43 a lintOptions
- {abortOnError false}' build.gradle
+ {abortOnError false}' build.gradle
ndk: r16b
- versionName: 3.4.191
@@ -599,7 +599,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' -e '43 a lintOptions
- {abortOnError false}' build.gradle
+ {abortOnError false}' build.gradle
ndk: r16b
- versionName: 3.4.192
@@ -609,7 +609,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' -e '43 a lintOptions
- {abortOnError false}' build.gradle
+ {abortOnError false}' build.gradle
ndk: r16b
- versionName: 3.4.193
@@ -619,7 +619,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' -e '43 a lintOptions
- {abortOnError false}' build.gradle
+ {abortOnError false}' build.gradle
ndk: r16b
- versionName: 3.4.195
@@ -629,7 +629,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' -e '43 a lintOptions
- {abortOnError false}' build.gradle
+ {abortOnError false}' build.gradle
ndk: r16b
- versionName: 3.4.197
@@ -639,7 +639,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/variant.outputs.each/,/}$/d; /enable true/d' -e '43 a lintOptions
- {abortOnError false}' build.gradle
+ {abortOnError false}' build.gradle
ndk: r16b
- versionName: 3.4.206
diff --git a/metadata/com.github.catfriend1.syncthingandroid.yml b/metadata/com.github.catfriend1.syncthingandroid.yml
index 1e5b7b6fd8..b34030b70d 100644
--- a/metadata/com.github.catfriend1.syncthingandroid.yml
+++ b/metadata/com.github.catfriend1.syncthingandroid.yml
@@ -10,27 +10,27 @@ Liberapay: cf4friends
AutoName: Syncthing-Fork
Description: |-
- This is a fork of https://f-droid.org/packages/com.nutomic.syncthingandroid that brings major
- enhancements like:
- * Individual sync conditions can be applied per device and per folder
- * Recent changes UI, click to open files.
- * "Battery eater" problem is fixed.
- * Android 8 and 9 support.
- Syncthing replaces proprietary sync and cloud services with something open,
- trustworthy and decentralized. Your data is your data alone and you deserve to
- choose where it is stored, if it is shared with some third party and how it's
- transmitted over the Internet. Syncthing-Fork for Android is a wrapper for
- Syncthing that provides an Android UI instead of Syncthing's built-in Web UI.
- Goals of the fork:
- * Develop and try out enhancements together with the community.
- * Release the wrapper more frequently to identify and fix bugs caused by changes in the syncthing submodule
- * Make enhancements configurable in the UI, users should be able to turn them on and off
- Comparison between upstream and fork at the time of writing this:
- * Both contain the syncthing binary built from the official source at GitHub:syncthing/syncthing
- * Syncing functionality and reliability depends on the syncthing binary submodule version.
- * Fork gets along with upstream and sometimes they pick up my improvements.
- * Strategy and release frequency is different
- * Only the wrapper containing the Android UI is addressed by the fork.
+ This is a fork of https://f-droid.org/packages/com.nutomic.syncthingandroid that brings major
+ enhancements like:
+ * Individual sync conditions can be applied per device and per folder
+ * Recent changes UI, click to open files.
+ * "Battery eater" problem is fixed.
+ * Android 8 and 9 support.
+ Syncthing replaces proprietary sync and cloud services with something open,
+ trustworthy and decentralized. Your data is your data alone and you deserve to
+ choose where it is stored, if it is shared with some third party and how it's
+ transmitted over the Internet. Syncthing-Fork for Android is a wrapper for
+ Syncthing that provides an Android UI instead of Syncthing's built-in Web UI.
+ Goals of the fork:
+ * Develop and try out enhancements together with the community.
+ * Release the wrapper more frequently to identify and fix bugs caused by changes in the syncthing submodule
+ * Make enhancements configurable in the UI, users should be able to turn them on and off
+ Comparison between upstream and fork at the time of writing this:
+ * Both contain the syncthing binary built from the official source at GitHub:syncthing/syncthing
+ * Syncing functionality and reliability depends on the syncthing binary submodule version.
+ * Fork gets along with upstream and sometimes they pick up my improvements.
+ * Strategy and release frequency is different
+ * Only the wrapper containing the Android UI is addressed by the fork.
RepoType: git
Repo: https://github.com/Catfriend1/syncthing-android-fdroid.git
@@ -1965,12 +1965,12 @@ Builds:
- :syncthing:buildNative
MaintainerNotes: |-
- The submodule in syncthing/src/github.com/syncthing/syncthing must be
- pristine, as the version/release information is taken from git.
- The ignored directory
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
- contains pre-generated data for testing and is thus not involved in the build
- process.
+ The submodule in syncthing/src/github.com/syncthing/syncthing must be
+ pristine, as the version/release information is taken from git.
+ The ignored directory
+ syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
+ contains pre-generated data for testing and is thus not involved in the build
+ process.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[a-z0-9.]*$
diff --git a/metadata/com.github.cetoolbox.yml b/metadata/com.github.cetoolbox.yml
index 59511db4af..bf14f19441 100644
--- a/metadata/com.github.cetoolbox.yml
+++ b/metadata/com.github.cetoolbox.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/cetoolbox/cetoolbox/issues
AutoName: CEToolbox
Description: |-
- The CEToolbox project aims to provide a convenient tool for computing Capillary
- Electrophoresis parameters.
+ The CEToolbox project aims to provide a convenient tool for computing Capillary
+ Electrophoresis parameters.
RepoType: git
Repo: https://github.com/cetoolbox/cetoolbox.git
diff --git a/metadata/com.github.characterdog.share_my_number.yml b/metadata/com.github.characterdog.share_my_number.yml
index 31b9f030a5..c63ac160bc 100644
--- a/metadata/com.github.characterdog.share_my_number.yml
+++ b/metadata/com.github.characterdog.share_my_number.yml
@@ -9,27 +9,27 @@ Translation: https://crowdin.com/project/share-my-number
AutoName: Share my number
Description: |-
- NOTE: App is no longer maintained.
+ NOTE: App is no longer maintained.
- This app displays a business card and a QR code. Other people can add your number to their contact app by scanning the QR code.
+ This app displays a business card and a QR code. Other people can add your number to their contact app by scanning the QR code.
- It's possible to configure three independent profiles: private, company and other. The profile names are just suggestions. Feel free to change them in the settings.
+ It's possible to configure three independent profiles: private, company and other. The profile names are just suggestions. Feel free to change them in the settings.
- You can share the following information:
- * Name
- * Phone number
- * E-mail
- * Address
- * Company
- * Title
- * Website
+ You can share the following information:
+ * Name
+ * Phone number
+ * E-mail
+ * Address
+ * Company
+ * Title
+ * Website
- Why use this app:
- * Material Design
- * No ads or tracking
- * Fully open source: https://github.com/characterdog/share-my-number
+ Why use this app:
+ * Material Design
+ * No ads or tracking
+ * Fully open source: https://github.com/characterdog/share-my-number
- Help translating this app: https://crowdin.com/project/share-my-number
+ Help translating this app: https://crowdin.com/project/share-my-number
RepoType: git
Repo: https://github.com/characterdog/share-my-number.git
diff --git a/metadata/com.github.cythara.yml b/metadata/com.github.cythara.yml
index 47fdc6290d..1b23619ddc 100644
--- a/metadata/com.github.cythara.yml
+++ b/metadata/com.github.cythara.yml
@@ -9,14 +9,14 @@ Changelog: https://github.com/gstraube/cythara/releases
AutoName: Cythara
Description: |-
- Provides tunings for various instruments and supports chromatic tuning. Displays
- deviation between reference and detected pitch.
+ Provides tunings for various instruments and supports chromatic tuning. Displays
+ deviation between reference and detected pitch.
- Changes background color from red to green to indicate that the pitch is in tune
- (with a tolerance of 10 cents).
+ Changes background color from red to green to indicate that the pitch is in tune
+ (with a tolerance of 10 cents).
- Displays deviations between -60 and 60 cents. Supports scientific pitch notation
- and Solfège.
+ Displays deviations between -60 and 60 cents. Supports scientific pitch notation
+ and Solfège.
RepoType: git
Repo: https://github.com/gstraube/cythara
diff --git a/metadata/com.github.darthjoey91.hangman.yml b/metadata/com.github.darthjoey91.hangman.yml
index 9d2dee8a39..dc57b0b4b9 100644
--- a/metadata/com.github.darthjoey91.hangman.yml
+++ b/metadata/com.github.darthjoey91.hangman.yml
@@ -7,14 +7,14 @@ Changelog: https://github.com/josephmoyer/Hangman-Android/releases
AutoName: Hangman
Description: |-
- A Hangman game that uses 40000 English words.
+ A Hangman game that uses 40000 English words.
- To Play:
+ To Play:
- * Pressing the gallows resets the game.
- * Pressing the blanks submits a letter.
- * Wrong letters appear to the right.
- * Only single characters are allowed to be submitted.
+ * Pressing the gallows resets the game.
+ * Pressing the blanks submits a letter.
+ * Wrong letters appear to the right.
+ * Only single characters are allowed to be submitted.
RepoType: git
Repo: https://github.com/darthjoey91/Hangman-Android.git
diff --git a/metadata/com.github.dawidd6.andttt.yml b/metadata/com.github.dawidd6.andttt.yml
index 741bfd7cca..5641b7f205 100644
--- a/metadata/com.github.dawidd6.andttt.yml
+++ b/metadata/com.github.dawidd6.andttt.yml
@@ -7,7 +7,7 @@ Changelog: https://gitlab.com/dawidd6/andttt/releases
AutoName: AndTTT
Description: Tic-tac-toe game with various game modes. It includes animations and
- night-mode.
+ night-mode.
RepoType: git
Repo: https://github.com/dawidd6/andttt
diff --git a/metadata/com.github.egonw.isotopes.yml b/metadata/com.github.egonw.isotopes.yml
index 790d385696..552deb662e 100644
--- a/metadata/com.github.egonw.isotopes.yml
+++ b/metadata/com.github.egonw.isotopes.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/chemicalappspace/Isotopes/issues
AutoName: Isotopes
Description: |-
- Isotopes is an app with more then 3000 isotopes, both natural and synthetic,
- including accurate mass information and natural abundance.
+ Isotopes is an app with more then 3000 isotopes, both natural and synthetic,
+ including accurate mass information and natural abundance.
RepoType: git
Repo: https://github.com/chemicalappspace/Isotopes
diff --git a/metadata/com.github.gianlucanitti.expreval.yml b/metadata/com.github.gianlucanitti.expreval.yml
index 96a39559dd..e5fafa0e05 100644
--- a/metadata/com.github.gianlucanitti.expreval.yml
+++ b/metadata/com.github.gianlucanitti.expreval.yml
@@ -7,23 +7,23 @@ Changelog: https://github.com/gianluca-nitti/android-expr-eval/releases
AutoName: ExprEval
Description: |-
- Application that solves math expressions. Main features:
+ Application that solves math expressions. Main features:
- * Supports variables (e.g. you can do "a=5", then "a+1" and you get 6)
- * Built-in basic function (like logarithms and trigonometry)
- * Custom functions can be defined (e.g. "log(x,b)=log(x)/log(b)", then log(32,2) will print 5)
- * Variables and functions can be edited both from the prompt and dialogs
- * Can print parsing and evaluation steps.
- * (Android 6.0+ only) can evaluate expressions from text selection in any application (ACTION_PROCESS_TEXT intent).
- * Fully localizable - actually includes English and Italian, you can contribute yor translation with a pull request on GitHub.
+ * Supports variables (e.g. you can do "a=5", then "a+1" and you get 6)
+ * Built-in basic function (like logarithms and trigonometry)
+ * Custom functions can be defined (e.g. "log(x,b)=log(x)/log(b)", then log(32,2) will print 5)
+ * Variables and functions can be edited both from the prompt and dialogs
+ * Can print parsing and evaluation steps.
+ * (Android 6.0+ only) can evaluate expressions from text selection in any application (ACTION_PROCESS_TEXT intent).
+ * Fully localizable - actually includes English and Italian, you can contribute yor translation with a pull request on GitHub.
- Changelog:
+ Changelog:
- * 1.2: updated build tools to fix crash on some Android versions.
- * 1.1: added localization support and Italian translation; added ACTION_PROCESS_TEXT intent filter.
- * 1.0: Initial version.
+ * 1.2: updated build tools to fix crash on some Android versions.
+ * 1.1: added localization support and Italian translation; added ACTION_PROCESS_TEXT intent filter.
+ * 1.0: Initial version.
- This application is based on this open source (MIT licensed) library.
+ This application is based on this open source (MIT licensed) library.
RepoType: git
Repo: https://github.com/gianluca-nitti/android-expr-eval.git
diff --git a/metadata/com.github.gotify.yml b/metadata/com.github.gotify.yml
index 0b1c57b0c3..f846058559 100644
--- a/metadata/com.github.gotify.yml
+++ b/metadata/com.github.gotify.yml
@@ -10,9 +10,9 @@ Changelog: https://github.com/gotify/android/releases
AutoName: Gotify
Description: |-
- Gotify is a service for sending and receiving push notifications.
- This app subscribes to gotify/server and creates push notifications for incoming messages.
- Note: A self-hosted gotify/server is required for this app to work.
+ Gotify is a service for sending and receiving push notifications.
+ This app subscribes to gotify/server and creates push notifications for incoming messages.
+ Note: A self-hosted gotify/server is required for this app to work.
RepoType: git
Repo: https://github.com/gotify/android
diff --git a/metadata/com.github.grimpy.botifier.yml b/metadata/com.github.grimpy.botifier.yml
index 9bdd182aa0..e0a20ad953 100644
--- a/metadata/com.github.grimpy.botifier.yml
+++ b/metadata/com.github.grimpy.botifier.yml
@@ -7,17 +7,17 @@ IssueTracker: https://github.com/grimpy/Botifier/issues
AutoName: Botifier
Description: |-
- * Show notifcations on car radio
- * Show application as artist
- * Show summary as album
- * Show full notification text as title
- * Play notification via TTS (text to speech)
- * Use next / previous track to navigate through notifications
- * Use pause / play button to remove notifcation
+ * Show notifcations on car radio
+ * Show application as artist
+ * Show summary as album
+ * Show full notification text as title
+ * Play notification via TTS (text to speech)
+ * Use next / previous track to navigate through notifications
+ * Use pause / play button to remove notifcation
- To test if your media device (car radio) supports AVRCP 1.3 play a mp3 song
- which has id3 information set and check if this information is shown on the
- media device.
+ To test if your media device (car radio) supports AVRCP 1.3 play a mp3 song
+ which has id3 information set and check if this information is shown on the
+ media device.
RepoType: git
Repo: https://github.com/grimpy/Botifier.git
diff --git a/metadata/com.github.gschwind.fiddle_assistant.yml b/metadata/com.github.gschwind.fiddle_assistant.yml
index 6f9ea8e68d..9a7e48c7d4 100644
--- a/metadata/com.github.gschwind.fiddle_assistant.yml
+++ b/metadata/com.github.gschwind.fiddle_assistant.yml
@@ -8,7 +8,7 @@ IssueTracker: https://github.com/gschwind/fiddle-assistant/issues
AutoName: Fiddle Assistant
Description: |
- Music tuner with a logging feature that help to check if the user play in tune.
+ Music tuner with a logging feature that help to check if the user play in tune.
RepoType: git
Repo: https://github.com/gschwind/fiddle-assistant.git
diff --git a/metadata/com.github.k1rakishou.chan.fdroid.yml b/metadata/com.github.k1rakishou.chan.fdroid.yml
index f95db6deeb..e11b55fedd 100644
--- a/metadata/com.github.k1rakishou.chan.fdroid.yml
+++ b/metadata/com.github.k1rakishou.chan.fdroid.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Image boards connected to are not libre.
+ NonFreeNet:
+ en-US: Image boards connected to are not libre.
Categories:
- Internet
License: GPL-3.0-only
diff --git a/metadata/com.github.kiliakin.yalpstore.yml b/metadata/com.github.kiliakin.yalpstore.yml
index 34a8c4d060..ff33c283ce 100644
--- a/metadata/com.github.kiliakin.yalpstore.yml
+++ b/metadata/com.github.kiliakin.yalpstore.yml
@@ -10,38 +10,38 @@ Changelog: https://github.com/kiliakin/YalpStore/releases
AutoName: Yalp Store (fork)
Description: |-
- This is a fork of the original app https://f-droid.org/packages/com.github.yeriomin.yalpstore which seems to be
- no longer being developed by its author.
+ This is a fork of the original app https://f-droid.org/packages/com.github.yeriomin.yalpstore which seems to be
+ no longer being developed by its author.
- Yalp Store lets you download apps directly from Google Play Store as
- apk files. It can search for updates of installed apps and lets you
- search for other apps. Yalp saves downloaded apks to your default download
- folder. Other features include browsing categories, viewing and leaving reviews,
- black/whitelisting apps for updates, filtering apps by being free/paid and
- containing/not containing ads.
+ Yalp Store lets you download apps directly from Google Play Store as
+ apk files. It can search for updates of installed apps and lets you
+ search for other apps. Yalp saves downloaded apks to your default download
+ folder. Other features include browsing categories, viewing and leaving reviews,
+ black/whitelisting apps for updates, filtering apps by being free/paid and
+ containing/not containing ads.
- To supplement the features related to Google Play, Yalp Store has ordinary
- package manager features: listing, running, installing and uninstalling local
- apps.
+ To supplement the features related to Google Play, Yalp Store has ordinary
+ package manager features: listing, running, installing and uninstalling local
+ apps.
- If root is available, Yalp Store can update your apps in background, install and
- uninstall system apps. Yalp Store can be installed as a system app to gain
- background package installation permission. In ths case "Unknown sources"
- setting can be left off. You can let Yalp Store self-install as a system app, or
- get the OTA zip from the page.
+ If root is available, Yalp Store can update your apps in background, install and
+ uninstall system apps. Yalp Store can be installed as a system app to gain
+ background package installation permission. In ths case "Unknown sources"
+ setting can be left off. You can let Yalp Store self-install as a system app, or
+ get the OTA zip from the page.
- The point of Yalp Store is to be small and independent from Google Services
- Framework. You might want to use Yalp Store is if you frequently flash
- experimental ROMs. This often breaks gapps and even prevents their
- reinstallation. In this situation Yalp will still work.
+ The point of Yalp Store is to be small and independent from Google Services
+ Framework. You might want to use Yalp Store is if you frequently flash
+ experimental ROMs. This often breaks gapps and even prevents their
+ reinstallation. In this situation Yalp will still work.
- By default Yalp Store connects to Google services using a built-in account, so
- you do not have to own a Google account to use it. The only reason to use
- a live Google account is to access the paid apps you own or leave reviews.
+ By default Yalp Store connects to Google services using a built-in account, so
+ you do not have to own a Google account to use it. The only reason to use
+ a live Google account is to access the paid apps you own or leave reviews.
- If you are content with Google Play Store app or Open GAPPS, you will not need
- this app.
+ If you are content with Google Play Store app or Open GAPPS, you will not need
+ this app.
RepoType: git
Repo: https://github.com/kiliakin/YalpStore
diff --git a/metadata/com.github.lamarios.clipious.yml b/metadata/com.github.lamarios.clipious.yml
index 7dac95ff5f..396a2fb3c9 100644
--- a/metadata/com.github.lamarios.clipious.yml
+++ b/metadata/com.github.lamarios.clipious.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: While using the Invidious API, video content comes from Youtube.
+ NonFreeNet:
+ en-US: While using the Invidious API, video content comes from Youtube.
Categories:
- Internet
- Multimedia
diff --git a/metadata/com.github.libretube.yml b/metadata/com.github.libretube.yml
index 88e4a734ea..845c8cd450 100644
--- a/metadata/com.github.libretube.yml
+++ b/metadata/com.github.libretube.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Youtube.
+ NonFreeNet:
+ en-US: Depends on Youtube.
Categories:
- Internet
- Multimedia
diff --git a/metadata/com.github.livingwithhippos.unchained.yml b/metadata/com.github.livingwithhippos.unchained.yml
index add9bd22cb..6fa93dbbb7 100644
--- a/metadata/com.github.livingwithhippos.unchained.yml
+++ b/metadata/com.github.livingwithhippos.unchained.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: Real Debrid server itself is not libre.
- Tracking:
- en-US: Real Debrid collects user data.
+ NonFreeNet:
+ en-US: Real Debrid server itself is not libre.
+ Tracking:
+ en-US: Real Debrid collects user data.
Categories:
- Internet
- Multimedia
diff --git a/metadata/com.github.marmalade.aRevelation.yml b/metadata/com.github.marmalade.aRevelation.yml
index 81c9a9e7da..e1fe2f5405 100644
--- a/metadata/com.github.marmalade.aRevelation.yml
+++ b/metadata/com.github.marmalade.aRevelation.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/MarmaladeSky/aRevelation/issues
AutoName: aRevelation
Description: |-
- Note: This app is no longer maintained. Instead, use its newer fork
- https://f-droid.org/packages/de.igloffstein.maik.aRevelation.
+ Note: This app is no longer maintained. Instead, use its newer fork
+ https://f-droid.org/packages/de.igloffstein.maik.aRevelation.
- Password manager using the same format as Revelation
+ Password manager using the same format as Revelation
Builds:
- versionName: 0.01b
diff --git a/metadata/com.github.mobile.yml b/metadata/com.github.mobile.yml
index 8667f51647..ee3e2e553e 100644
--- a/metadata/com.github.mobile.yml
+++ b/metadata/com.github.mobile.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Github.
+ NonFreeNet:
+ en-US: Depends on Github.
Categories:
- Development
License: Apache-2.0
@@ -11,17 +11,17 @@ IssueTracker: https://github.com/github/android/issues
AutoName: GitHub
Description: |-
- Create, manage, and discuss issues and stay up to date with an integrated news
- feed for all your organizations, friends, and repositories. View your issues
- dashboard to stay connected with all the issues you've reported, been assigned,
- or participating in the discussion on. You can also view and filter a
- repository's issue list and bookmark it for quick access.
+ Create, manage, and discuss issues and stay up to date with an integrated news
+ feed for all your organizations, friends, and repositories. View your issues
+ dashboard to stay connected with all the issues you've reported, been assigned,
+ or participating in the discussion on. You can also view and filter a
+ repository's issue list and bookmark it for quick access.
- Discover, share, and discuss code snippets using the integrated GitHub Gists
- support.
+ Discover, share, and discuss code snippets using the integrated GitHub Gists
+ support.
- Anti-feature:Network Services. GitHub.com itself runs primarily proprietary
- code.
+ Anti-feature:Network Services. GitHub.com itself runs primarily proprietary
+ code.
RepoType: git
Repo: https://github.com/github/android.git
@@ -89,12 +89,12 @@ Builds:
prebuild: sed -i -e 's@3.8.0@3.7.0@g' ../pom.xml
MaintainerNotes: |-
- Remove prebuild when build server is using mvn-3.1.1+; check sed
- script at each new build as it matches quite a lot. Don't edit
- XML files with sed.
+ Remove prebuild when build server is using mvn-3.1.1+; check sed
+ script at each new build as it matches quite a lot. Don't edit
+ XML files with sed.
- Note: The Repo now redirects to that of com.github.pockethub.android – but
- there is no single build yet.
+ Note: The Repo now redirects to that of com.github.pockethub.android – but
+ there is no single build yet.
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/com.github.mofosyne.instantreadme.yml b/metadata/com.github.mofosyne.instantreadme.yml
index 762cf789d8..0fd3561397 100644
--- a/metadata/com.github.mofosyne.instantreadme.yml
+++ b/metadata/com.github.mofosyne.instantreadme.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/mofosyne/instantReadmeApp/issues
AutoName: Instant Readme Demo
Description: |-
- Demo project to demonstrate how to automatically include README files into an
- application.
+ Demo project to demonstrate how to automatically include README files into an
+ application.
RepoType: git
Repo: https://github.com/mofosyne/instantReadmeApp
diff --git a/metadata/com.github.mofosyne.tagdrop.yml b/metadata/com.github.mofosyne.tagdrop.yml
index b38ff46cee..41ae1c2c71 100644
--- a/metadata/com.github.mofosyne.tagdrop.yml
+++ b/metadata/com.github.mofosyne.tagdrop.yml
@@ -6,18 +6,18 @@ IssueTracker: https://github.com/mofosyne/tagdrop/issues
AutoName: tagdrop
Description: |-
- It's possible to embed small amount of media (like audioclips or javascript
- games) physically on paper as 2d QR barcodes. This is unlike current usage of QR
- codes, where it is normally used to just store plaintext or urls or contacts.
+ It's possible to embed small amount of media (like audioclips or javascript
+ games) physically on paper as 2d QR barcodes. This is unlike current usage of QR
+ codes, where it is normally used to just store plaintext or urls or contacts.
- 1. First objective is to decode data URIs sent in via intent from a scanner like
- https://f-droid.org/packages/com.google.zxing.client.android or from a NFC tag reader.
+ 1. First objective is to decode data URIs sent in via intent from a scanner like
+ https://f-droid.org/packages/com.google.zxing.client.android or from a NFC tag reader.
- 2. Secondary objective, is that for larger files, you want to spread it over
- multiple QR codes. So we'll need a way to read all these tags an then join it
- together.
+ 2. Secondary objective, is that for larger files, you want to spread it over
+ multiple QR codes. So we'll need a way to read all these tags an then join it
+ together.
- Only the first part is done at the moment.
+ Only the first part is done at the moment.
RepoType: git
Repo: https://github.com/mofosyne/tagdrop/
diff --git a/metadata/com.github.moko256.twitlatte.yml b/metadata/com.github.moko256.twitlatte.yml
index b16b6de8cf..3b3c2ce68e 100644
--- a/metadata/com.github.moko256.twitlatte.yml
+++ b/metadata/com.github.moko256.twitlatte.yml
@@ -9,14 +9,14 @@ Changelog: https://github.com/moko256/twitlatte/blob/HEAD/CHANGELOG.md
AutoName: twitlatte
Description: |-
- SNS client specialized to read in chronorogical order. You can access
- Twitter, Mastodon and Pleroma with API. Twitlatte supports multiple
- accounts.
+ SNS client specialized to read in chronorogical order. You can access
+ Twitter, Mastodon and Pleroma with API. Twitlatte supports multiple
+ accounts.
- NOTE: Twitter has
- suspended this app – so it's unlikely Twitlatte will be able
- to support Twitter in the foreseeable future.
+ NOTE: Twitter has
+ suspended this app – so it's unlikely Twitlatte will be able
+ to support Twitter in the foreseeable future.
RepoType: git
Repo: https://github.com/moko256/twitlatte
diff --git a/metadata/com.github.nicolassmith.urlevaluator.yml b/metadata/com.github.nicolassmith.urlevaluator.yml
index d54f2d17f5..a9a417b636 100644
--- a/metadata/com.github.nicolassmith.urlevaluator.yml
+++ b/metadata/com.github.nicolassmith.urlevaluator.yml
@@ -8,19 +8,19 @@ IssueTracker: https://github.com/nicolassmith/urlevaluator/issues
AutoName: Short URL Evaluator
Description: |-
- Short URL Evaluator lengthens shortened URLs for correct handling in
- Android.
+ Short URL Evaluator lengthens shortened URLs for correct handling in
+ Android.
- This app is designed to be a short-URL unshortener. Android sometimes
- launches an app if it recognizes the URL, for example, a link to
- maps.google.com will open in the Maps app. However, this does not work for
- short URLs, they will open in a browser, and many browsers will then just
- open the mobile web site corresponding to the link.
+ This app is designed to be a short-URL unshortener. Android sometimes
+ launches an app if it recognizes the URL, for example, a link to
+ maps.google.com will open in the Maps app. However, this does not work for
+ short URLs, they will open in a browser, and many browsers will then just
+ open the mobile web site corresponding to the link.
- This app will take the short url, unshorten it, and give it back so that
- android can launch the correct application.
+ This app will take the short url, unshorten it, and give it back so that
+ android can launch the correct application.
- Over 350 URL-shortening services are supported!
+ Over 350 URL-shortening services are supported!
RepoType: git
Repo: https://github.com/nicolassmith/urlevaluator.git
diff --git a/metadata/com.github.niqdev.ipcam.yml b/metadata/com.github.niqdev.ipcam.yml
index 36904897d8..bd5aafc650 100644
--- a/metadata/com.github.niqdev.ipcam.yml
+++ b/metadata/com.github.niqdev.ipcam.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/niqdev/ipcam-view/issues
AutoName: IPCam Demo
Description: |-
- Demo app for the ipcam-view library with
- current features handle basic authentication, multiple camera in one activity
- and take snapshots.
+ Demo app for the ipcam-view library with
+ current features handle basic authentication, multiple camera in one activity
+ and take snapshots.
RepoType: git
Repo: https://github.com/niqdev/ipcam-view.git
diff --git a/metadata/com.github.notizklotz.derbunddownloader.yml b/metadata/com.github.notizklotz.derbunddownloader.yml
index 6a201bcc14..cd57d9df2a 100644
--- a/metadata/com.github.notizklotz.derbunddownloader.yml
+++ b/metadata/com.github.notizklotz.derbunddownloader.yml
@@ -10,10 +10,10 @@ IssueTracker: https://github.com/notizklotz/derbund-downloader/issues
AutoName: Der Bund ePaper
Summary: Download ePaper issue of the Der Bund
Description: |-
- Note: This app is no longer maintained.
+ Note: This app is no longer maintained.
- Der Bund is a swiss newspaper, which offers an
- ePaper version.
+ Der Bund is a swiss newspaper, which offers an
+ ePaper version.
RepoType: git
Repo: https://github.com/notizklotz/derbund-downloader
diff --git a/metadata/com.github.nutomic.controldlna.yml b/metadata/com.github.nutomic.controldlna.yml
index 535b69059e..dbe77944c1 100644
--- a/metadata/com.github.nutomic.controldlna.yml
+++ b/metadata/com.github.nutomic.controldlna.yml
@@ -8,15 +8,15 @@ Changelog: https://github.com/Nutomic/controldlna/releases
AutoName: ControlDLNA
Description: |-
- NOTE: This app is no longer maintained.
+ NOTE: This app is no longer maintained.
- ControlDLNA is a DLNA and UPnP control point app for your phone.
+ ControlDLNA is a DLNA and UPnP control point app for your phone.
- It lets you play audio and video from any DLNA or UPnP compatible server in the
- local network to a DLNA or UPnP renderer.
+ It lets you play audio and video from any DLNA or UPnP compatible server in the
+ local network to a DLNA or UPnP renderer.
- Additionally, other apps can utilize the MediaRouter API to play their media on
- a remote device.
+ Additionally, other apps can utilize the MediaRouter API to play their media on
+ a remote device.
RepoType: git
Repo: https://github.com/Nutomic/control-dlna.git
diff --git a/metadata/com.github.onetimepass.yml b/metadata/com.github.onetimepass.yml
index 18e86f3615..136c545dd0 100644
--- a/metadata/com.github.onetimepass.yml
+++ b/metadata/com.github.onetimepass.yml
@@ -8,9 +8,9 @@ Changelog: https://github.com/OneTimePass/OneTimePass/releases
AutoName: OneTimePass
Description: |-
- Do not install this application. This application is no longer maintained and
- anyone using it is advised to migrate away from it. Please see the github
- README for ways to migrate away from OneTimePass.
+ Do not install this application. This application is no longer maintained and
+ anyone using it is advised to migrate away from it. Please see the github
+ README for ways to migrate away from OneTimePass.
RepoType: git
Repo: https://github.com/OneTimePass/OneTimePass
@@ -35,8 +35,8 @@ Builds:
- yes
MaintainerNotes: |-
- This repo is tag-based for its releases on the "production" branch.
- Everything else should be pretty straight forward and simple.
+ This repo is tag-based for its releases on the "production" branch.
+ Everything else should be pretty straight forward and simple.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.github.palmcalc2019.palmcalc.yml b/metadata/com.github.palmcalc2019.palmcalc.yml
index 687cb8815f..ef84009383 100644
--- a/metadata/com.github.palmcalc2019.palmcalc.yml
+++ b/metadata/com.github.palmcalc2019.palmcalc.yml
@@ -6,20 +6,20 @@ IssueTracker: https://github.com/palmcalc2019/PalmCalc/issues
AutoName: PalmCalc 2019+
Description: |-
- Multi-function Scientific calculator, with various converters built-in.
- This is a fork of cybrosys's PalmCalc, which is no longer maintained.
+ Multi-function Scientific calculator, with various converters built-in.
+ This is a fork of cybrosys's PalmCalc, which is no longer maintained.
- Mimics a traditional digital scientific calculator,
- complete with 7-segment display font.
+ Mimics a traditional digital scientific calculator,
+ complete with 7-segment display font.
- PalmCalc currently features:
+ PalmCalc currently features:
- * Scientific Calculator
- * Unit Converter
- * Basic Calculator
- * Tip Calculator
- * World Clock
- * BMI Calculator
+ * Scientific Calculator
+ * Unit Converter
+ * Basic Calculator
+ * Tip Calculator
+ * World Clock
+ * BMI Calculator
RepoType: git
Repo: https://github.com/palmcalc2019/PalmCalc
diff --git a/metadata/com.github.pires.obd.reader.yml b/metadata/com.github.pires.obd.reader.yml
index 69b950223a..d22049de05 100644
--- a/metadata/com.github.pires.obd.reader.yml
+++ b/metadata/com.github.pires.obd.reader.yml
@@ -7,12 +7,12 @@ Changelog: https://github.com/pires/android-obd-reader/releases
AutoName: Android OBD-II Reader
Description: |-
- Note: This app is no longer maintained.
+ Note: This app is no longer maintained.
- OBD II reader, designed to connect to a bluetooth Elm327 OBD reader. Note
- application was previously known as https://f-droid.org/packages/eu.lighthouselabs.obd.reader.
+ OBD II reader, designed to connect to a bluetooth Elm327 OBD reader. Note
+ application was previously known as https://f-droid.org/packages/eu.lighthouselabs.obd.reader.
- Status: Testing.
+ Status: Testing.
RepoType: git
Repo: https://github.com/pires/android-obd-reader.git
diff --git a/metadata/com.github.postapczuk.lalauncher.yml b/metadata/com.github.postapczuk.lalauncher.yml
index c1e2662b14..b5dd510f68 100644
--- a/metadata/com.github.postapczuk.lalauncher.yml
+++ b/metadata/com.github.postapczuk.lalauncher.yml
@@ -7,9 +7,9 @@ Changelog: https://github.com/light-launcher/Light-Android-Launcher/releases
AutoName: Light Android Launcher
Description: |-
- Note: This app is no longer maintained.
+ Note: This app is no longer maintained.
- Configurable, minimalistic, super lightweight app launcher with a low memory usage and small install size
+ Configurable, minimalistic, super lightweight app launcher with a low memory usage and small install size
RepoType: git
Repo: https://github.com/light-launcher/Light-Android-Launcher
diff --git a/metadata/com.github.premnirmal.tickerwidget.yml b/metadata/com.github.premnirmal.tickerwidget.yml
index 4578343c03..d26a7135a6 100644
--- a/metadata/com.github.premnirmal.tickerwidget.yml
+++ b/metadata/com.github.premnirmal.tickerwidget.yml
@@ -10,20 +10,20 @@ IssueTracker: https://github.com/premnirmal/StockTicker/issues
AutoName: StockTicker
Description: |-
- Widget that shows your stock portolio in a resizable grid. You can sort the list
- by drag-and-drop and the list can be exported and re-imported.
+ Widget that shows your stock portolio in a resizable grid. You can sort the list
+ by drag-and-drop and the list can be exported and re-imported.
- Features:
+ Features:
- * Completely resizable, it will fit the number columns base on the width you set.
- * Scrollable, so you don't have to worry about adding more widgets
- * Stocks are sorted by change in percent (descending), or you can rearrange them yourself
- * You can set custom refresh intervals and start/end times
- * You can import and export your portfolio from a json or textfile
- * Add multiple portfolios to multiple widgets
- * View recent news for your tracked symbols
- * View graphs for your tracked symbols
- * Notification alerts for your followed symbols
+ * Completely resizable, it will fit the number columns base on the width you set.
+ * Scrollable, so you don't have to worry about adding more widgets
+ * Stocks are sorted by change in percent (descending), or you can rearrange them yourself
+ * You can set custom refresh intervals and start/end times
+ * You can import and export your portfolio from a json or textfile
+ * Add multiple portfolios to multiple widgets
+ * View recent news for your tracked symbols
+ * View graphs for your tracked symbols
+ * Notification alerts for your followed symbols
RepoType: git
Repo: https://github.com/premnirmal/StockTicker.git
@@ -1623,7 +1623,7 @@ Builds:
gradle:
- purefoss
prebuild: sed -i -e '/google-services/d; /firebase/d; /android.applicationVariants.all
- {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
+ {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
- versionName: 3.9.814
versionCode: 300900814
@@ -1632,7 +1632,7 @@ Builds:
gradle:
- purefoss
prebuild: sed -i -e '/google-services/d; /firebase/d; /android.applicationVariants.all
- {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
+ {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
- versionName: 3.9.815
versionCode: 300900815
@@ -1641,7 +1641,7 @@ Builds:
gradle:
- purefoss
prebuild: sed -i -e '/google-services/d; /firebase/d; /android.applicationVariants.all
- {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
+ {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
- versionName: 3.9.816
versionCode: 300900816
@@ -1650,7 +1650,7 @@ Builds:
gradle:
- purefoss
prebuild: sed -i -e '/google-services/d; /firebase/d; /android.applicationVariants.all
- {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
+ {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
- versionName: 3.9.817
versionCode: 300900817
@@ -1659,7 +1659,7 @@ Builds:
gradle:
- purefoss
prebuild: sed -i -e '/google-services/d; /firebase/d; /android.applicationVariants.all
- {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
+ {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
- versionName: 3.9.818
versionCode: 300900818
@@ -1668,7 +1668,7 @@ Builds:
gradle:
- purefoss
prebuild: sed -i -e '/google-services/d; /firebase/d; /android.applicationVariants.all
- {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
+ {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
- versionName: 3.9.819
versionCode: 300900819
@@ -1677,7 +1677,7 @@ Builds:
gradle:
- purefoss
prebuild: sed -i -e '/google-services/d; /firebase/d; /android.applicationVariants.all
- {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
+ {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
- versionName: 3.9.820
versionCode: 300900820
@@ -1686,7 +1686,7 @@ Builds:
gradle:
- purefoss
prebuild: sed -i -e '/google-services/d; /firebase/d; /android.applicationVariants.all
- {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
+ {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
- versionName: 3.9.821
versionCode: 300900821
@@ -1695,7 +1695,7 @@ Builds:
gradle:
- purefoss
prebuild: sed -i -e '/google-services/d; /firebase/d; /android.applicationVariants.all
- {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
+ {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
- versionName: 3.9.822
versionCode: 300900822
@@ -1704,7 +1704,7 @@ Builds:
gradle:
- purefoss
prebuild: sed -i -e '/google-services/d; /firebase/d; /android.applicationVariants.all
- {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
+ {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
- versionName: 3.9.823
versionCode: 300900823
@@ -1713,7 +1713,7 @@ Builds:
gradle:
- purefoss
prebuild: sed -i -e '/google-services/d; /firebase/d; /android.applicationVariants.all
- {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
+ {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
- versionName: 3.9.825
versionCode: 300900825
@@ -1722,7 +1722,7 @@ Builds:
gradle:
- purefoss
prebuild: sed -i -e '/google-services/d; /firebase/d; /android.applicationVariants.all
- {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
+ {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
- versionName: 3.9.826
versionCode: 300900826
@@ -1731,7 +1731,7 @@ Builds:
gradle:
- purefoss
prebuild: sed -i -e '/google-services/d; /firebase/d; /android.applicationVariants.all
- {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
+ {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
- versionName: 3.9.827
versionCode: 300900827
@@ -1740,7 +1740,7 @@ Builds:
gradle:
- purefoss
prebuild: sed -i -e '/google-services/d; /firebase/d; /android.applicationVariants.all
- {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
+ {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
- versionName: 3.9.828
versionCode: 300900828
@@ -1749,7 +1749,7 @@ Builds:
gradle:
- purefoss
prebuild: sed -i -e '/google-services/d; /firebase/d; /android.applicationVariants.all
- {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
+ {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
- versionName: 3.9.829
versionCode: 300900829
@@ -1758,7 +1758,7 @@ Builds:
gradle:
- purefoss
prebuild: sed -i -e '/google-services/d; /firebase/d; /android.applicationVariants.all
- {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
+ {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
- versionName: 3.9.830
versionCode: 300900830
@@ -1767,12 +1767,12 @@ Builds:
gradle:
- purefoss
prebuild: sed -i -e '/google-services/d; /firebase/d; /android.applicationVariants.all
- {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
+ {/,/^}/d' -e "/android {/alintOptions { checkReleaseBuilds false }" build.gradle
MaintainerNotes: |-
- We replace com.nbsp:library from http://dl.bintray.com/lukaville/maven with
- com.github.nbsp-team:MaterialFilePicker from
- https://jitpack.io/#com.github.nbsp-team/MaterialFilePicker.
+ We replace com.nbsp:library from http://dl.bintray.com/lukaville/maven with
+ com.github.nbsp-team:MaterialFilePicker from
+ https://jitpack.io/#com.github.nbsp-team/MaterialFilePicker.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.github.quarck.calnotify.yml b/metadata/com.github.quarck.calnotify.yml
index 8591a92efe..ff43a72219 100644
--- a/metadata/com.github.quarck.calnotify.yml
+++ b/metadata/com.github.quarck.calnotify.yml
@@ -9,11 +9,11 @@ IssueTracker: https://github.com/quarck/CalendarNotification/issues
AutoName: Calendar Notifications
Description: |-
- Replace calendar notifications with advanced notifications, allowing custom
- snooze times and reboot notifications persistence. The app is focusing on making
- its functionality as transparent as possible, notification would behave in the
- same way as stock calendar notifications. All calendar applications should be
- handled correctly in theory.
+ Replace calendar notifications with advanced notifications, allowing custom
+ snooze times and reboot notifications persistence. The app is focusing on making
+ its functionality as transparent as possible, notification would behave in the
+ same way as stock calendar notifications. All calendar applications should be
+ handled correctly in theory.
RepoType: git
Repo: https://github.com/quarck/CalendarNotification
diff --git a/metadata/com.github.redpanal.android.yml b/metadata/com.github.redpanal.android.yml
index c80d9a600c..89fe6b8f44 100644
--- a/metadata/com.github.redpanal.android.yml
+++ b/metadata/com.github.redpanal.android.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/martinchodev/RedPanal-Android-WebApp/issues
AutoName: RedPanal
Description: |-
- Official companion app for RedPanal.org, a free and collaborative music site,
- continued from https://f-droid.org/packages/ar.com.tristeslostrestigres.redpanal.
+ Official companion app for RedPanal.org, a free and collaborative music site,
+ continued from https://f-droid.org/packages/ar.com.tristeslostrestigres.redpanal.
RepoType: git
Repo: https://github.com/martinchodev/RedPanal-Android-WebApp
diff --git a/metadata/com.github.samotari.cryptoterminal.yml b/metadata/com.github.samotari.cryptoterminal.yml
index ec4fbe80ad..af06aa923c 100644
--- a/metadata/com.github.samotari.cryptoterminal.yml
+++ b/metadata/com.github.samotari.cryptoterminal.yml
@@ -9,36 +9,36 @@ Changelog: https://github.com/samotari/crypto-terminal/blob/HEAD/CHANGELOG.md
AutoName: CryptoTerminal
Description: |-
- CryptoTerminal is an open-source payment terminal app with which businesses
- can accept in-person cryptocurrency payments. The app currently supports
- the following payment options: Bitcoin, Litecoin, Monero, and Lightning
- Network (Bitcoin).
+ CryptoTerminal is an open-source payment terminal app with which businesses
+ can accept in-person cryptocurrency payments. The app currently supports
+ the following payment options: Bitcoin, Litecoin, Monero, and Lightning
+ Network (Bitcoin).
- Business-Focused
+ Business-Focused
- In-person payments are often neglected by app designers in the
- cryptocurrency space. That's why we have decided to focus on businesses, by
- developing a payment solution that just works and doesn't bother you or
- your customers with implementation details. Future releases of this app
- will include full payment history exports with business accounting in mind,
- NFC payments, offline payment schemes, and more.
+ In-person payments are often neglected by app designers in the
+ cryptocurrency space. That's why we have decided to focus on businesses, by
+ developing a payment solution that just works and doesn't bother you or
+ your customers with implementation details. Future releases of this app
+ will include full payment history exports with business accounting in mind,
+ NFC payments, offline payment schemes, and more.
- Resolves Common Issues
+ Resolves Common Issues
- The app will do its best to smooth over and resolve many of the common
- gotcha's associated with cryptocurrency payments so that you can focus your
- attention on running your business. Future releases of this app will
- include catching low-fee transactions at the time of payment,
- rebroadcasting transactions that were dropped from the memory pool, and
- more.
+ The app will do its best to smooth over and resolve many of the common
+ gotcha's associated with cryptocurrency payments so that you can focus your
+ attention on running your business. Future releases of this app will
+ include catching low-fee transactions at the time of payment,
+ rebroadcasting transactions that were dropped from the memory pool, and
+ more.
- Security and Privacy
+ Security and Privacy
- You are in complete control of your funds. It is impossible for your funds
- to be compromised by the app because it does not have access to your
- private keys. We follow industry best practices to maintain our users'
- security and privacy, as well as provide explicit guidance wherever it
- makes sense to do so.
+ You are in complete control of your funds. It is impossible for your funds
+ to be compromised by the app because it does not have access to your
+ private keys. We follow industry best practices to maintain our users'
+ security and privacy, as well as provide explicit guidance wherever it
+ makes sense to do so.
RepoType: git
Repo: https://github.com/samotari/crypto-terminal
@@ -64,7 +64,7 @@ Builds:
libs/barcodescanner-release-2.1.5.aar
MaintainerNotes: We have to fix the Gradle version because 4.1.0 does not really exist
- (see https://gitlab.com/fdroid/fdroidserver/issues/608).
+ (see https://gitlab.com/fdroid/fdroidserver/issues/608).
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.github.samotari.paynoway.yml b/metadata/com.github.samotari.paynoway.yml
index 1134d46f37..4a49bc781e 100644
--- a/metadata/com.github.samotari.paynoway.yml
+++ b/metadata/com.github.samotari.paynoway.yml
@@ -34,7 +34,7 @@ Builds:
libs/barcodescanner-release-2.1.5.aar
MaintainerNotes: BarcodeScanner@2.1.5 is difficult to build due to its outdated toolchain.
- Use master instead.
+ Use master instead.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.github.shadowsocks.tv.yml b/metadata/com.github.shadowsocks.tv.yml
index 850afec36c..39aefca86f 100644
--- a/metadata/com.github.shadowsocks.tv.yml
+++ b/metadata/com.github.shadowsocks.tv.yml
@@ -13,8 +13,8 @@ Changelog: https://github.com/shadowsocks/shadowsocks-android/releases
AutoName: Shadowsocks
Description: |-
- A shadowsocks client for Android TV. Shadowsocks is a fast tunnel proxy that
- helps you bypass firewalls.
+ A shadowsocks client for Android TV. Shadowsocks is a fast tunnel proxy that
+ helps you bypass firewalls.
RepoType: git
Repo: https://github.com/shadowsocks/shadowsocks-android.git
diff --git a/metadata/com.github.shadowsocks.yml b/metadata/com.github.shadowsocks.yml
index fe4a5d87fa..5b918360ab 100644
--- a/metadata/com.github.shadowsocks.yml
+++ b/metadata/com.github.shadowsocks.yml
@@ -13,9 +13,9 @@ Changelog: https://github.com/shadowsocks/shadowsocks-android/releases
AutoName: Shadowsocks
Description: |-
- A shadowsocks client for Android. Shadowsocks is a fast tunnel proxy that
- helps you bypass firewalls. QR code scanning function is patched out due to
- non-free dependencies.
+ A shadowsocks client for Android. Shadowsocks is a fast tunnel proxy that
+ helps you bypass firewalls. QR code scanning function is patched out due to
+ non-free dependencies.
RepoType: git
Repo: https://github.com/shadowsocks/shadowsocks-android.git
diff --git a/metadata/com.github.sryze.wirebug.yml b/metadata/com.github.sryze.wirebug.yml
index 7574614a0f..31524a1ade 100644
--- a/metadata/com.github.sryze.wirebug.yml
+++ b/metadata/com.github.sryze.wirebug.yml
@@ -6,15 +6,15 @@ IssueTracker: https://github.com/sryze/wirebug/issues
AutoName: Wirebug
Description: |-
- Allows you to enable or disable ADB debugging over TCP (i.e. Wi-Fi) from within
- the device, without having to connect it to your machine via USB.
+ Allows you to enable or disable ADB debugging over TCP (i.e. Wi-Fi) from within
+ the device, without having to connect it to your machine via USB.
- Features:
+ Features:
- * Easily turn wireless debugging on or off by flipping a switch
- * Prevent device from sleeping while debugging
- * Automatically turn off debugging on screen lock
- * Displays a status notification with Wi-Fi connection info and a stop button
+ * Easily turn wireless debugging on or off by flipping a switch
+ * Prevent device from sleeping while debugging
+ * Automatically turn off debugging on screen lock
+ * Displays a status notification with Wi-Fi connection info and a stop button
RequiresRoot: true
diff --git a/metadata/com.github.timnew.smartremotecontrol.yml b/metadata/com.github.timnew.smartremotecontrol.yml
index 0c48944a17..a329e20670 100644
--- a/metadata/com.github.timnew.smartremotecontrol.yml
+++ b/metadata/com.github.timnew.smartremotecontrol.yml
@@ -6,17 +6,17 @@ IssueTracker: https://github.com/timnew/AndroidInfrared/issues
AutoName: Smart Remote Control
Description: |-
- Interface with the IR-LED built into Samsung devices, such as S4, Note 3.
- Supports most of popular protocols available nowadays, including:
+ Interface with the IR-LED built into Samsung devices, such as S4, Note 3.
+ Supports most of popular protocols available nowadays, including:
- * NEC
- * Sony
- * RC5
- * RC6
- * DISH
- * Sharp
- * Panasonic
- * JVC
+ * NEC
+ * Sony
+ * RC5
+ * RC6
+ * DISH
+ * Sharp
+ * Panasonic
+ * JVC
RepoType: git
Repo: https://github.com/timnew/AndroidInfrared
diff --git a/metadata/com.github.wdkapps.fillup.yml b/metadata/com.github.wdkapps.fillup.yml
index 82bd8398fe..23d1b0803c 100644
--- a/metadata/com.github.wdkapps.fillup.yml
+++ b/metadata/com.github.wdkapps.fillup.yml
@@ -11,22 +11,22 @@ IssueTracker: https://github.com/wdkapps/FillUp/issues
AutoName: FillUp
Description: |-
- When you buy fuel, just enter the amount you purchased and your current odometer
- value; FillUp will calculate your mileage and maintain a log of your fill-ups.
+ When you buy fuel, just enter the amount you purchased and your current odometer
+ value; FillUp will calculate your mileage and maintain a log of your fill-ups.
- * Manages data for one or more vehicles.
- * Calculates and plots average gas mileage.
- * Calculates and plots monthly totals for gas purchased and distance driven.
- * Stores all data on the device – doesn't use your data plan.
- * Can import/export your data to CSV files on your sdcard.
- * Share the CSV files with other Apps for cloud backup!
- * Selectable units of measurement – can calculate:
+ * Manages data for one or more vehicles.
+ * Calculates and plots average gas mileage.
+ * Calculates and plots monthly totals for gas purchased and distance driven.
+ * Stores all data on the device – doesn't use your data plan.
+ * Can import/export your data to CSV files on your sdcard.
+ * Share the CSV files with other Apps for cloud backup!
+ * Selectable units of measurement – can calculate:
- * miles per gallon (MPG)
- * kilometers per liter (KM/L)
- * liters per 100 kilometers (L/100KM)
- * miles per imperial gallon (UK MPG) – from miles and liters.
- * miles per imperial gallon (UK MPG) – from kilometers and liters.
+ * miles per gallon (MPG)
+ * kilometers per liter (KM/L)
+ * liters per 100 kilometers (L/100KM)
+ * miles per imperial gallon (UK MPG) – from miles and liters.
+ * miles per imperial gallon (UK MPG) – from kilometers and liters.
RepoType: git
Repo: https://github.com/wdkapps/FillUp.git
diff --git a/metadata/com.github.webierta.carfoin.yml b/metadata/com.github.webierta.carfoin.yml
index 8c0e746600..610191efaa 100644
--- a/metadata/com.github.webierta.carfoin.yml
+++ b/metadata/com.github.webierta.carfoin.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Connects to funds.p-rapidapi.com which is not libre.
+ NonFreeNet:
+ en-US: Connects to funds.p-rapidapi.com which is not libre.
Categories:
- Money
License: GPL-3.0-only
diff --git a/metadata/com.github.whyrising.flashyalarm.yml b/metadata/com.github.whyrising.flashyalarm.yml
index 0b127748a8..1df96bcca5 100644
--- a/metadata/com.github.whyrising.flashyalarm.yml
+++ b/metadata/com.github.whyrising.flashyalarm.yml
@@ -31,7 +31,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/signingConfigs {/,+7d' -e '/SIGNING_KEY_BASE64/,+1d' -e
- '/signingConfig =/d' ../buildSrc/src/main/kotlin/recompose.android-app-conventions.gradle.kts
+ '/signingConfig =/d' ../buildSrc/src/main/kotlin/recompose.android-app-conventions.gradle.kts
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.github.xloem.qrstream.yml b/metadata/com.github.xloem.qrstream.yml
index a6ca375e67..527d2c38c9 100644
--- a/metadata/com.github.xloem.qrstream.yml
+++ b/metadata/com.github.xloem.qrstream.yml
@@ -8,24 +8,24 @@ IssueTracker: https://github.com/xloem/qrstream/issues
AutoName: QRStream
Description: |-
- NOTE: This app is no longer maintained.
+ NOTE: This app is no longer maintained.
- QRStream's intent is to provide for communication with a device without using
- the radios or USB port. This can be very useful in a handful of obscure
- situations.
+ QRStream's intent is to provide for communication with a device without using
+ the radios or USB port. This can be very useful in a handful of obscure
+ situations.
- The first version of this app sent and received a text file or the clipboard by
- calling out to zxing, without a container format or protocol. Content is split
- into reasonable sizes and displayed as QR codes, or QR codes are read and
- spliced together in order. This does allow for compatibility with other barcode
- readers and generators.
+ The first version of this app sent and received a text file or the clipboard by
+ calling out to zxing, without a container format or protocol. Content is split
+ into reasonable sizes and displayed as QR codes, or QR codes are read and
+ spliced together in order. This does allow for compatibility with other barcode
+ readers and generators.
- As (and if) the app develops, some ideas are an optional stream protocol,
- embedding the encoding and decoding for smoother use, ensuring binary data can
- be transferred reliably, including a data review screen, or providing forwarding
- for IP traffic.
+ As (and if) the app develops, some ideas are an optional stream protocol,
+ embedding the encoding and decoding for smoother use, ensuring binary data can
+ be transferred reliably, including a data review screen, or providing forwarding
+ for IP traffic.
- If this is useful to you, improve something and send a pull request!
+ If this is useful to you, improve something and send a pull request!
RepoType: git
Repo: https://github.com/xloem/qrstream
diff --git a/metadata/com.github.yeriomin.dumbphoneassistant.yml b/metadata/com.github.yeriomin.dumbphoneassistant.yml
index c69a69ca33..4f2ad4d35b 100644
--- a/metadata/com.github.yeriomin.dumbphoneassistant.yml
+++ b/metadata/com.github.yeriomin.dumbphoneassistant.yml
@@ -11,20 +11,20 @@ Bitcoin: 14HvYHKe6joHbQjVdAPd1Ha1yXaGS2pVTW
AutoName: Dumbphone Assistant
Description: |-
- An android app which lets you copy contacts to your SIM card
+ An android app which lets you copy contacts to your SIM card
- Sometimes due to an emergency or simply because you are tired of the constant
- pressure of a smartphone permanently connected to the internet, you need to use
- an old phone. It is likely that the only way to move the contacts to it is the
- SIM card storage. But built-in android contact manager lacks the ability to
- write contacts to the SIM card. Thats when the Dumbphone Assistant comes in.
+ Sometimes due to an emergency or simply because you are tired of the constant
+ pressure of a smartphone permanently connected to the internet, you need to use
+ an old phone. It is likely that the only way to move the contacts to it is the
+ SIM card storage. But built-in android contact manager lacks the ability to
+ write contacts to the SIM card. Thats when the Dumbphone Assistant comes in.
- Dumbphone Assistant lets you copy contacts from phone to SIM card and vice-versa
- in bulk and individually.
+ Dumbphone Assistant lets you copy contacts from phone to SIM card and vice-versa
+ in bulk and individually.
- This app is a rewrite of simsalabim. It
- was last updated in 2010, when Android 2.0 came out. Now it supports Android 1.5
- through Android 6.0.
+ This app is a rewrite of simsalabim. It
+ was last updated in 2010, when Android 2.0 came out. Now it supports Android 1.5
+ through Android 6.0.
RepoType: git
Repo: https://github.com/yeriomin/DumbphoneAssistant
diff --git a/metadata/com.github.yeriomin.smsscheduler.yml b/metadata/com.github.yeriomin.smsscheduler.yml
index cc0495baa2..ad7bc50ac0 100644
--- a/metadata/com.github.yeriomin.smsscheduler.yml
+++ b/metadata/com.github.yeriomin.smsscheduler.yml
@@ -10,10 +10,10 @@ Bitcoin: 14HvYHKe6joHbQjVdAPd1Ha1yXaGS2pVTW
AutoName: SMS Scheduler
Description: |-
- This app is for you if:
+ This app is for you if:
- * You keep forgetting to send a birthday sms to someone
- * You have that friend who doesn't seem to know what an alarm is
+ * You keep forgetting to send a birthday sms to someone
+ * You have that friend who doesn't seem to know what an alarm is
RepoType: git
Repo: https://github.com/yeriomin/SmsScheduler
diff --git a/metadata/com.github.yeriomin.workoutlog.yml b/metadata/com.github.yeriomin.workoutlog.yml
index d5b937159a..e97e011193 100644
--- a/metadata/com.github.yeriomin.workoutlog.yml
+++ b/metadata/com.github.yeriomin.workoutlog.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/yeriomin/WorkoutLog/issues
AutoName: WorkoutLog
Description: |-
- Lets you track your workouts by recording reps x weight you do for each
- exercise. And reminds you this when you do the same exercise again.
+ Lets you track your workouts by recording reps x weight you do for each
+ exercise. And reminds you this when you do the same exercise again.
RepoType: git
Repo: https://github.com/yeriomin/WorkoutLog
diff --git a/metadata/com.github.yeriomin.yalpstore.yml b/metadata/com.github.yeriomin.yalpstore.yml
index 211dc4b342..7542afd8cd 100644
--- a/metadata/com.github.yeriomin.yalpstore.yml
+++ b/metadata/com.github.yeriomin.yalpstore.yml
@@ -14,35 +14,35 @@ Bitcoin: 14HvYHKe6joHbQjVdAPd1Ha1yXaGS2pVTW
AutoName: Yalp Store
Description: |-
- Yalp Store lets you download apps directly from Google Play Store as
- apk files. It can search for updates of installed apps and lets you
- search for other apps. Yalp saves downloaded apks to your default download
- folder. Other features include browsing categories, viewing and leaving reviews,
- black/whitelisting apps for updates, filtering apps by being free/paid and
- containing/not containing ads.
+ Yalp Store lets you download apps directly from Google Play Store as
+ apk files. It can search for updates of installed apps and lets you
+ search for other apps. Yalp saves downloaded apks to your default download
+ folder. Other features include browsing categories, viewing and leaving reviews,
+ black/whitelisting apps for updates, filtering apps by being free/paid and
+ containing/not containing ads.
- To supplement the features related to Google Play, Yalp Store has ordinary
- package manager features: listing, running, installing and uninstalling local
- apps.
+ To supplement the features related to Google Play, Yalp Store has ordinary
+ package manager features: listing, running, installing and uninstalling local
+ apps.
- If root is available, Yalp Store can update your apps in background, install and
- uninstall system apps. Yalp Store can be installed as a system app to gain
- background package installation permission. In ths case "Unknown sources"
- setting can be left off. You can let Yalp Store self-install as a system app, or
- get the OTA zip from the
- releases page.
+ If root is available, Yalp Store can update your apps in background, install and
+ uninstall system apps. Yalp Store can be installed as a system app to gain
+ background package installation permission. In ths case "Unknown sources"
+ setting can be left off. You can let Yalp Store self-install as a system app, or
+ get the OTA zip from the
+ releases page.
- The point of Yalp Store is to be small and independent from Google Services
- Framework. You might want to use Yalp Store is if you frequently flash
- experimental ROMs. This often breaks gapps and even prevents their
- reinstallation. In this situation Yalp will still work.
+ The point of Yalp Store is to be small and independent from Google Services
+ Framework. You might want to use Yalp Store is if you frequently flash
+ experimental ROMs. This often breaks gapps and even prevents their
+ reinstallation. In this situation Yalp will still work.
- By default Yalp Store connects to Google services using a built-in account, so
- you do not have to own a Google account to use it. The only reason to use
- a live Google account is to access the paid apps you own or leave reviews.
+ By default Yalp Store connects to Google services using a built-in account, so
+ you do not have to own a Google account to use it. The only reason to use
+ a live Google account is to access the paid apps you own or leave reviews.
- If you are content with Google Play Store app or Open GAPPS, you will not need
- this app.
+ If you are content with Google Play Store app or Open GAPPS, you will not need
+ this app.
RepoType: git
Repo: https://github.com/yeriomin/YalpStore
@@ -90,7 +90,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: '0.8'
versionCode: 8
diff --git a/metadata/com.gitlab.kreikenbaum.suntime.fdroid.yml b/metadata/com.gitlab.kreikenbaum.suntime.fdroid.yml
index 35e881ef65..4c4e2d27fc 100644
--- a/metadata/com.gitlab.kreikenbaum.suntime.fdroid.yml
+++ b/metadata/com.gitlab.kreikenbaum.suntime.fdroid.yml
@@ -7,8 +7,8 @@ IssueTracker: https://gitlab.com/kreikenbaum/suntime-app/issues
AutoName: Sun Time
Description: |-
- When the sun is at the highest point, it's noon, so it's 12:00 p.m., right? That's the way things should be. This app shows you the solar time at your location. 12:00 p.m. is natural solar noon, and the sun is at its highest point. 12:00 a.m. is the natural solar midnight, and the sun is at its lowest point. See solar time in comparison to your zone time in the main app, and see the solar time in a nifty widget.
- You can use this app to wake up at a solar time of your choosing.
+ When the sun is at the highest point, it's noon, so it's 12:00 p.m., right? That's the way things should be. This app shows you the solar time at your location. 12:00 p.m. is natural solar noon, and the sun is at its highest point. 12:00 a.m. is the natural solar midnight, and the sun is at its lowest point. See solar time in comparison to your zone time in the main app, and see the solar time in a nifty widget.
+ You can use this app to wake up at a solar time of your choosing.
RepoType: git
Repo: https://gitlab.com/kreikenbaum/suntime-app.git
diff --git a/metadata/com.gitlab.mahc9kez.shadowsocks.foss.yml b/metadata/com.gitlab.mahc9kez.shadowsocks.foss.yml
index 8cbc44eec4..f8d6a93482 100644
--- a/metadata/com.gitlab.mahc9kez.shadowsocks.foss.yml
+++ b/metadata/com.gitlab.mahc9kez.shadowsocks.foss.yml
@@ -38,7 +38,7 @@ Builds:
gradle:
- afat
prebuild: sed -i 's/com.github.shadowsocks/com.gitlab.mahc9kez.shadowsocks.foss/'
- ../core/src/main/jni/badvpn/tun2socks/tun2socks.c
+ ../core/src/main/jni/badvpn/tun2socks/tun2socks.c
scandelete:
- core/src/main/jni/badvpn/lwip/test/fuzz/inputs
- core/src/main/jni/mbedtls/tests/data_files
@@ -53,7 +53,7 @@ Builds:
gradle:
- afat
prebuild: sed -i 's/com.github.shadowsocks/com.gitlab.mahc9kez.shadowsocks.foss/'
- ../core/src/main/jni/badvpn/tun2socks/tun2socks.c
+ ../core/src/main/jni/badvpn/tun2socks/tun2socks.c
scandelete:
- core/src/main/jni/badvpn/lwip/test/fuzz/inputs
- core/src/main/jni/mbedtls/tests/data_files
@@ -68,7 +68,7 @@ Builds:
gradle:
- afat
prebuild: sed -i 's/com.github.shadowsocks/com.gitlab.mahc9kez.shadowsocks.foss/'
- ../core/src/main/jni/badvpn/tun2socks/tun2socks.c
+ ../core/src/main/jni/badvpn/tun2socks/tun2socks.c
scandelete:
- core/src/main/jni/badvpn/lwip/test/fuzz/inputs
- core/src/main/jni/mbedtls/tests/data_files
diff --git a/metadata/com.gitlab.terrakok.gitfox.yml b/metadata/com.gitlab.terrakok.gitfox.yml
index 52b86639ae..b3f58411cf 100644
--- a/metadata/com.gitlab.terrakok.gitfox.yml
+++ b/metadata/com.gitlab.terrakok.gitfox.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on GitLab.com
+ NonFreeNet:
+ en-US: App depends on GitLab.com
Categories:
- Internet
License: Apache-2.0
diff --git a/metadata/com.gk.simpleworkoutjournal.yml b/metadata/com.gk.simpleworkoutjournal.yml
index 7a02677359..a20e98e1ac 100644
--- a/metadata/com.gk.simpleworkoutjournal.yml
+++ b/metadata/com.gk.simpleworkoutjournal.yml
@@ -6,19 +6,19 @@ SourceCode: https://github.com/GeorgijK/swj
AutoName: SWJournal
Description: |-
- As a minimalistic workout tracker SWJ is designed for those who know what they
- want and who are concentrated on results. You will not find predefined
- description for routines or any other amateur targeted features here. It is
- similar to simple sheet of paper where you write down exercises with repetitions
- and sets you have performed.
+ As a minimalistic workout tracker SWJ is designed for those who know what they
+ want and who are concentrated on results. You will not find predefined
+ description for routines or any other amateur targeted features here. It is
+ similar to simple sheet of paper where you write down exercises with repetitions
+ and sets you have performed.
- It consists of two synced lists: one for exercises you have performed, and the
- second for sets you have done. Also has the ability to write down a note for an
- exercise or set -- and here we are: Maximal informativity with minimum of
- interactions.
+ It consists of two synced lists: one for exercises you have performed, and the
+ second for sets you have done. Also has the ability to write down a note for an
+ exercise or set -- and here we are: Maximal informativity with minimum of
+ interactions.
- Additionally you can create report for chosen exercise with graph and some
- stats.
+ Additionally you can create report for chosen exercise with graph and some
+ stats.
Builds:
- versionName: '1.5'
diff --git a/metadata/com.glTron.yml b/metadata/com.glTron.yml
index e2f32f4131..fde557071f 100644
--- a/metadata/com.glTron.yml
+++ b/metadata/com.glTron.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/Chluverman/android-gltron/issues
AutoName: GL TRON
Description: |-
- Port of glTRON, a 3D lightbike racing game.
+ Port of glTRON, a 3D lightbike racing game.
- Relive the film as you try and cut off your opponents before they cut you off!!
+ Relive the film as you try and cut off your opponents before they cut you off!!
RepoType: git
Repo: https://github.com/Chluverman/android-gltron.git
diff --git a/metadata/com.glanznig.beepme.yml b/metadata/com.glanznig.beepme.yml
index 73a15e6603..760d80d681 100644
--- a/metadata/com.glanznig.beepme.yml
+++ b/metadata/com.glanznig.beepme.yml
@@ -5,12 +5,12 @@ SourceCode: https://github.com/nebulon42/beepme
AutoName: BeepMe
Description: |-
- BeepMe is an app for the conduction of experience sampling (ESM/DES). Once
- activated the app sends out beeps at random times. You can enter notes, tags and
- a photo regarding your inner experience at the moment of the beep.
+ BeepMe is an app for the conduction of experience sampling (ESM/DES). Once
+ activated the app sends out beeps at random times. You can enter notes, tags and
+ a photo regarding your inner experience at the moment of the beep.
- This data can then either be used in interviews (DES) or being collected
- directly (ESM).
+ This data can then either be used in interviews (DES) or being collected
+ directly (ESM).
Builds:
- versionName: 1.5.1
diff --git a/metadata/com.gluegadget.hndroid.yml b/metadata/com.gluegadget.hndroid.yml
index 7284e229b4..3fb58970f1 100644
--- a/metadata/com.gluegadget.hndroid.yml
+++ b/metadata/com.gluegadget.hndroid.yml
@@ -16,7 +16,7 @@ Builds:
- HtmlSpanner/htmlspanner-0.2.jar
- htmlcleaner/htmlcleaner-2.2.jar
prebuild: sed -i 's@\(android\.library\.reference\.1=\).*@\1$$ActionBarNW$$@'
- project.properties
+ project.properties
target: android-15
ArchivePolicy: 0
diff --git a/metadata/com.gmail.afonsotrepa.pocketgopher.yml b/metadata/com.gmail.afonsotrepa.pocketgopher.yml
index de15efb347..62fc15c8dd 100644
--- a/metadata/com.gmail.afonsotrepa.pocketgopher.yml
+++ b/metadata/com.gmail.afonsotrepa.pocketgopher.yml
@@ -8,12 +8,12 @@ Changelog: https://github.com/afonsotrepa/PocketGopher/releases
AutoName: Pocket Gopher
Description: |-
- * A Tiny client based on material design, with a Dark theme.
- * Bookmarks and History for intuitive navigation.
- * Modular support for Video, Sound, HTML and Text files (and more in future updates).
- * Ability to easily edit URLs on the fly.
- * Designed for the modern Android ecosystem, with fluid interaction.
- * Ad free.
+ * A Tiny client based on material design, with a Dark theme.
+ * Bookmarks and History for intuitive navigation.
+ * Modular support for Video, Sound, HTML and Text files (and more in future updates).
+ * Ability to easily edit URLs on the fly.
+ * Designed for the modern Android ecosystem, with fluid interaction.
+ * Ad free.
RepoType: git
Repo: https://github.com/afonsotrepa/PocketGopher
diff --git a/metadata/com.gmail.altakey.effy.yml b/metadata/com.gmail.altakey.effy.yml
index fe23b5ed00..4b6656b976 100644
--- a/metadata/com.gmail.altakey.effy.yml
+++ b/metadata/com.gmail.altakey.effy.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/taky/effy/issues
AutoName: Scribbler
Description: |-
- This app could be useful if you were doing a presentation with a phone (perhaps
- with a projector?!) and needed to draw on top of the display.
+ This app could be useful if you were doing a presentation with a phone (perhaps
+ with a projector?!) and needed to draw on top of the display.
RepoType: git
Repo: https://github.com/taky/effy.git
diff --git a/metadata/com.gmail.anubhavdas54.whatsdeleted.yml b/metadata/com.gmail.anubhavdas54.whatsdeleted.yml
index 4939260385..7c3b899684 100644
--- a/metadata/com.gmail.anubhavdas54.whatsdeleted.yml
+++ b/metadata/com.gmail.anubhavdas54.whatsdeleted.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeDep:
- en-US: Requires WhatsApp to be installed on your device.
+ NonFreeDep:
+ en-US: Requires WhatsApp to be installed on your device.
Categories:
- Internet
License: GPL-3.0-only
@@ -53,7 +53,7 @@ Builds:
- yes
MaintainerNotes: NonFreeDep as it's a helper for WA which must be installed on the
- same device
+ same device
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.gmail.cn.leetao94.rssaid.yml b/metadata/com.gmail.cn.leetao94.rssaid.yml
index 016618a07b..82b3088fab 100644
--- a/metadata/com.gmail.cn.leetao94.rssaid.yml
+++ b/metadata/com.gmail.cn.leetao94.rssaid.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App is tethered to the RSSHub service.
+ NonFreeNet:
+ en-US: App is tethered to the RSSHub service.
Categories:
- Reading
License: MIT
diff --git a/metadata/com.gmail.jerickson314.sdscanner.yml b/metadata/com.gmail.jerickson314.sdscanner.yml
index 4fa94c6aa6..ffb75ec0e1 100644
--- a/metadata/com.gmail.jerickson314.sdscanner.yml
+++ b/metadata/com.gmail.jerickson314.sdscanner.yml
@@ -6,23 +6,23 @@ IssueTracker: https://github.com/jerickson314/sdscanner/issues
AutoName: SD Scanner
Description: |-
- Rescan storage media like SD cards for changes. SD Scanner uses a method
- compatible with 4.4 KitKat and 5.0 Lollipop.
+ Rescan storage media like SD cards for changes. SD Scanner uses a method
+ compatible with 4.4 KitKat and 5.0 Lollipop.
- In Android 4.4 KitKat, the method used by most older programs to rescan a
- storage medium no longer works. Instead, an interface must be used that only
- allows one file to be specified at a time. This app works by determining what
- files/folders might need to be scanned again, and then by calling the correct
- API on each file/folder.
+ In Android 4.4 KitKat, the method used by most older programs to rescan a
+ storage medium no longer works. Instead, an interface must be used that only
+ allows one file to be specified at a time. This app works by determining what
+ files/folders might need to be scanned again, and then by calling the correct
+ API on each file/folder.
- SD Scanner can be used with Tasker by using the "Send Intent" action listed
- under "System." Use the following settings, leaving the ones I don't list at the
- default:
+ SD Scanner can be used with Tasker by using the "Send Intent" action listed
+ under "System." Use the following settings, leaving the ones I don't list at the
+ default:
- * Action: android.intent.action.RUN
- * Package: com.gmail.jerickson314.sdscanner
- * Class: com.gmail.jerickson314.sdscanner.MainActivity
- * Target: Activity
+ * Action: android.intent.action.RUN
+ * Package: com.gmail.jerickson314.sdscanner
+ * Class: com.gmail.jerickson314.sdscanner.MainActivity
+ * Target: Activity
RepoType: git
Repo: https://github.com/jerickson314/sdscanner.git
diff --git a/metadata/com.gmail.jiwopene.temperature.yml b/metadata/com.gmail.jiwopene.temperature.yml
index a2bb8c6c08..f48a9d19e9 100644
--- a/metadata/com.gmail.jiwopene.temperature.yml
+++ b/metadata/com.gmail.jiwopene.temperature.yml
@@ -9,20 +9,20 @@ Changelog: https://gitlab.com/jiwopene/temperature-android/tags
AutoName: Temp. monitor
Description: |-
- Simple Android application that shows hardware temperatures
- from /sys/class/thermal and BatteryManager.
+ Simple Android application that shows hardware temperatures
+ from /sys/class/thermal and BatteryManager.
- * Reading temperatures from /sys/class/thermal directory
- (it can use it even if you don't have permission to read contents of
- directory)
+ * Reading temperatures from /sys/class/thermal directory
+ (it can use it even if you don't have permission to read contents of
+ directory)
- * Reading temperatures using Android API – BatteryManager class
+ * Reading temperatures using Android API – BatteryManager class
- * Configurable interval of reading sensor data (from 0.1 to 10 seconds)
+ * Configurable interval of reading sensor data (from 0.1 to 10 seconds)
- * Logging temperatures (configurable interval from 1 to 60 minutes)
+ * Logging temperatures (configurable interval from 1 to 60 minutes)
- * Log can be exported as CSV
+ * Log can be exported as CSV
RepoType: git
Repo: https://gitlab.com/jiwopene/temperature-android.git
diff --git a/metadata/com.gnethomelinux.midistrum.yml b/metadata/com.gnethomelinux.midistrum.yml
index 21e0baa65f..a1100bbaa4 100644
--- a/metadata/com.gnethomelinux.midistrum.yml
+++ b/metadata/com.gnethomelinux.midistrum.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/guysoft/midistrum/issues
Name: midistrum
Description: |-
- An app to use android's native midi system to create an omnichord/auto harp-like strum instrument.
- It contains a port native midi to kivy.
- Midistrum does not generate sound on its own, it needs a synth to send midi t. For example fluidsynth. Or your PC over USB.
+ An app to use android's native midi system to create an omnichord/auto harp-like strum instrument.
+ It contains a port native midi to kivy.
+ Midistrum does not generate sound on its own, it needs a synth to send midi t. For example fluidsynth. Or your PC over USB.
RepoType: git
Repo: https://github.com/guysoft/midistrum.git
@@ -52,9 +52,9 @@ Builds:
ndk: r25b
MaintainerNotes: |-
- The auto accept license is disabled since fdroid sdkmanager doesn't support
- the --licenses argument.
- UpdateCheckMode stays as HTTP as the app has an older tag with a higher version number.
+ The auto accept license is disabled since fdroid sdkmanager doesn't support
+ the --licenses argument.
+ UpdateCheckMode stays as HTTP as the app has an older tag with a higher version number.
AutoUpdateMode: Version %v
UpdateCheckMode: None
diff --git a/metadata/com.gokhanmoral.stweaks.app.yml b/metadata/com.gokhanmoral.stweaks.app.yml
index c05638d3b3..970d578564 100644
--- a/metadata/com.gokhanmoral.stweaks.app.yml
+++ b/metadata/com.gokhanmoral.stweaks.app.yml
@@ -7,16 +7,16 @@ IssueTracker: https://github.com/gokhanmoral/STweaks/issues
AutoName: STweaks
Description: |-
- This is a generic kernel configuration app which is primarily designed for Siyah
- kernel on s2 and s3. It can also be used on other kernels which supports the
- /res/uci.sh interface. This app has no service or any background execution; it
- generates a dynamic UI using the config xml provided by "/res/uci.sh config"
- command and calls the actions defined by the same xml upon user actions.
+ This is a generic kernel configuration app which is primarily designed for Siyah
+ kernel on s2 and s3. It can also be used on other kernels which supports the
+ /res/uci.sh interface. This app has no service or any background execution; it
+ generates a dynamic UI using the config xml provided by "/res/uci.sh config"
+ command and calls the actions defined by the same xml upon user actions.
- The same application can be used to configure different kernels if the kernel
- has support for the interface. An example implementation can be found on the
- author's source code site in the
- initramfs of Siyah Kernel for S2.
+ The same application can be used to configure different kernels if the kernel
+ has support for the interface. An example implementation can be found on the
+ author's source code site in the
+ initramfs of Siyah Kernel for S2.
RequiresRoot: true
diff --git a/metadata/com.goltzkiste.guessaday.yml b/metadata/com.goltzkiste.guessaday.yml
index e2d8eb76b6..f9c557bd8a 100644
--- a/metadata/com.goltzkiste.guessaday.yml
+++ b/metadata/com.goltzkiste.guessaday.yml
@@ -12,14 +12,14 @@ Bitcoin: 1Guessas8CtCA9S9ZA9p9fCFAD3VZTE9ey
AutoName: Guessaday
Description: |-
- A trainer for calculating the day of the week of any given date.
+ A trainer for calculating the day of the week of any given date.
- This app displays a random date and asks you what day of the week that date is.
- Then it checks your answer. Optionally it measures how long it took you. In the
- settings you can configure the range for the random date.
+ This app displays a random date and asks you what day of the week that date is.
+ Then it checks your answer. Optionally it measures how long it took you. In the
+ settings you can configure the range for the random date.
- If you want to learn how to do this calculation, check out on the developer's
- website!
+ If you want to learn how to do this calculation, check out on the developer's
+ website!
RepoType: git
Repo: https://github.com/mo271/guessaday
diff --git a/metadata/com.googamaphone.typeandspeak.yml b/metadata/com.googamaphone.typeandspeak.yml
index 95d4618f71..e9997c3529 100644
--- a/metadata/com.googamaphone.typeandspeak.yml
+++ b/metadata/com.googamaphone.typeandspeak.yml
@@ -6,12 +6,12 @@ SourceCode: https://code.google.com/p/typeandspeak/source
AutoName: Type and Speak
Description: |-
- Type and Speak makes your phone say out loud whatever you type! Save speech to
- use as ringtones and alarms. Can work via the share menu so you can have entire
- articles read out loud.
+ Type and Speak makes your phone say out loud whatever you type! Save speech to
+ use as ringtones and alarms. Can work via the share menu so you can have entire
+ articles read out loud.
- Uses Android's multi-lingual text-to-speech engine which supports UK English, US
- English, French, Italian, German, and Spanish pronunciations.
+ Uses Android's multi-lingual text-to-speech engine which supports UK English, US
+ English, French, Italian, German, and Spanish pronunciations.
Builds:
- versionName: 1.4.8
diff --git a/metadata/com.google.android.accessibility.talkback.yml b/metadata/com.google.android.accessibility.talkback.yml
index 23bd90c0d3..5c1a2329fb 100644
--- a/metadata/com.google.android.accessibility.talkback.yml
+++ b/metadata/com.google.android.accessibility.talkback.yml
@@ -7,22 +7,22 @@ SourceCode: https://github.com/google/talkback
Name: TalkBack (deprecated)
AutoName: TalkBack
Description: |-
- TalkBack is an Accessibility Service that helps blind and vision-impaired users
- interact with their devices more easily.
+ TalkBack is an Accessibility Service that helps blind and vision-impaired users
+ interact with their devices more easily.
- This application adds spoken, audible, and vibration feedback to your device.
+ This application adds spoken, audible, and vibration feedback to your device.
- It comes pre-installed on many devices so you won't be able to install this if
- that is the case.
+ It comes pre-installed on many devices so you won't be able to install this if
+ that is the case.
- It's only activated if you explicitly turn on Accessibility:
-
- - Go to Settings
- - Select Accessibility
- - Enable TalkBack checkboxes
-
+ It's only activated if you explicitly turn on Accessibility:
+
+ - Go to Settings
+ - Select Accessibility
+ - Enable TalkBack checkboxes
+
- This app is deprecated, you should use https://f-droid.org/packages/com.android.talkback instead.
+ This app is deprecated, you should use https://f-droid.org/packages/com.android.talkback instead.
RepoType: git
Repo: https://github.com/google/talkback.git
@@ -38,7 +38,7 @@ Builds:
rm:
- libs
prebuild: sed -i 's/android:versionCode=/android:versionName="$$VERSION$$" android:versionCode=/'
- src/main/AndroidManifest.xml
+ src/main/AndroidManifest.xml
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.google.android.apps.authenticator2.yml b/metadata/com.google.android.apps.authenticator2.yml
index 44a7b9402f..c75eaa4008 100644
--- a/metadata/com.google.android.apps.authenticator2.yml
+++ b/metadata/com.google.android.apps.authenticator2.yml
@@ -8,23 +8,23 @@ Changelog: https://github.com/google/google-authenticator-android/blob/HEAD/Chan
AutoName: Authenticator
Description: |-
- N.B According to a "disclaimer" on the website, the Current Version of the
- Android app is now proprietary and it isn't clear whether the source code
- repository will be getting any more updates.
+ N.B According to a "disclaimer" on the website, the Current Version of the
+ Android app is now proprietary and it isn't clear whether the source code
+ repository will be getting any more updates.
- This can be used with non-Google apps that support it , but the most common use
- will be to login to Google or other accounts in a web browser. You will probably
- need https://f-droid.org/packages/com.google.zxing.client.android to be installed, though for some
- accounts it may be possible to type in keys.
+ This can be used with non-Google apps that support it , but the most common use
+ will be to login to Google or other accounts in a web browser. You will probably
+ need https://f-droid.org/packages/com.google.zxing.client.android to be installed, though for some
+ accounts it may be possible to type in keys.
- The Google Authenticator project includes implementations of one-time passcode
- generators for several mobile platforms, as well as a pluggable authentication
- module (PAM). One-time passcodes are generated using open standards developed by
- the Initiative for Open Authentication (OATH) (which is unrelated to OAuth).
+ The Google Authenticator project includes implementations of one-time passcode
+ generators for several mobile platforms, as well as a pluggable authentication
+ module (PAM). One-time passcodes are generated using open standards developed by
+ the Initiative for Open Authentication (OATH) (which is unrelated to OAuth).
- These implementations support the HMAC-Based One-time Password (HOTP) algorithm
- specified in RFC 4226 and the Time-based One-time Password (TOTP) algorithm
- specified in RFC 6238.
+ These implementations support the HMAC-Based One-time Password (HOTP) algorithm
+ specified in RFC 4226 and the Time-based One-time Password (TOTP) algorithm
+ specified in RFC 6238.
RepoType: git
Repo: https://github.com/google/google-authenticator-android
@@ -36,8 +36,8 @@ Builds:
target: android-15
MaintainerNotes: |-
- While the repo was switched and upgraded to gradle, version is still 2.21 while
- playstore has 2.49.
+ While the repo was switched and upgraded to gradle, version is still 2.21 while
+ playstore has 2.49.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.google.android.diskusage.yml b/metadata/com.google.android.diskusage.yml
index ab72f23b73..a4cd0d9b6f 100644
--- a/metadata/com.google.android.diskusage.yml
+++ b/metadata/com.google.android.diskusage.yml
@@ -6,15 +6,15 @@ IssueTracker: https://github.com/ivanvolosyuk/diskusage/issues
AutoName: DiskUsage
Description: |-
- Visually explore used and free space on internal and external storage.
+ Visually explore used and free space on internal and external storage.
- DiskUsage provides a way to find files and directories on storage card which
- consume a lot of space. It displays a diagram with directories/subdirectories
- shown proportional to their size.
+ DiskUsage provides a way to find files and directories on storage card which
+ consume a lot of space. It displays a diagram with directories/subdirectories
+ shown proportional to their size.
- Press MENU for actions.
+ Press MENU for actions.
- Integrates with OI FileManager and Solid Explorer.
+ Integrates with OI FileManager and Solid Explorer.
RepoType: git
Repo: https://github.com/IvanVolosyuk/diskusage.git
@@ -108,8 +108,8 @@ Builds:
build: $$NDK$$/ndk-build
MaintainerNotes: |-
- The system.jar is from AOSP - see extra/system.jar.README and
- https://github.com/ivanvolosyuk/diskusage/issues/19
+ The system.jar is from AOSP - see extra/system.jar.README and
+ https://github.com/ivanvolosyuk/diskusage/issues/19
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.google.android.gms.yml b/metadata/com.google.android.gms.yml
index 72f017a68e..640e986cbb 100644
--- a/metadata/com.google.android.gms.yml
+++ b/metadata/com.google.android.gms.yml
@@ -10,38 +10,38 @@ Changelog: https://github.com/microg/android_packages_apps_UnifiedNlp/releases
Name: UnifiedNlp (no GAPPS)
AutoName: microG UnifiedNlp
Description: |-
- README: If this app shows as installed or as updateable but you don't
- recall installing it, you should completely ignore it as it will be useless to
- you and you will not be able to uninstall it nor update it. This is because the
- Google version comes preinstalled in your device already.
+ README: If this app shows as installed or as updateable but you don't
+ recall installing it, you should completely ignore it as it will be useless to
+ you and you will not be able to uninstall it nor update it. This is because the
+ Google version comes preinstalled in your device already.
- Most modern ROMs come with support for non-Google geolocation providers. On
- these systems UnifiedNlp can be installed as a user app to replace the network
- location provider. It acts as a middleware for various plugins aka backends, it
- does not provide any location lookup itself. For further information please
- refer to the
- README.
+ Most modern ROMs come with support for non-Google geolocation providers. On
+ these systems UnifiedNlp can be installed as a user app to replace the network
+ location provider. It acts as a middleware for various plugins aka backends, it
+ does not provide any location lookup itself. For further information please
+ refer to the
+ README.
- List of backends for geolocation:
+ List of backends for geolocation:
- * https://f-droid.org/packages/org.microg.nlp.backend.apple uses Apple's Wifi database.
- * https://f-droid.org/packages/org.fitchfamily.android.gsmlocation uses downloaded GSM Cell data (local)
- * https://f-droid.org/packages/org.fitchfamily.android.wifi_backend uses (on-device generated) WiFi data (local)
- * https://f-droid.org/packages/org.fitchfamily.android.dejavu uses (on-device generated) WiFi + GSM Cell data (local)
- * https://f-droid.org/packages/org.microg.nlp.backend.ichnaea uses Mozilla Location Services
- * https://f-droid.org/packages/org.openbmap.unifiedNlp uses Radiocells.org
+ * https://f-droid.org/packages/org.microg.nlp.backend.apple uses Apple's Wifi database.
+ * https://f-droid.org/packages/org.fitchfamily.android.gsmlocation uses downloaded GSM Cell data (local)
+ * https://f-droid.org/packages/org.fitchfamily.android.wifi_backend uses (on-device generated) WiFi data (local)
+ * https://f-droid.org/packages/org.fitchfamily.android.dejavu uses (on-device generated) WiFi + GSM Cell data (local)
+ * https://f-droid.org/packages/org.microg.nlp.backend.ichnaea uses Mozilla Location Services
+ * https://f-droid.org/packages/org.openbmap.unifiedNlp uses Radiocells.org
- List of backends for (reverse) geocoding:
+ List of backends for (reverse) geocoding:
- * https://f-droid.org/packages/org.microg.nlp.backend.nominatim
+ * https://f-droid.org/packages/org.microg.nlp.backend.nominatim
- After installing you have to reboot your device, install a backend service and
- activate/configure it in the app settings. After this you can use UnifiedNlp by
- activating network-based geolocation from Settings -> Location: You need to
- select any mode but "device only".
+ After installing you have to reboot your device, install a backend service and
+ activate/configure it in the app settings. After this you can use UnifiedNlp by
+ activating network-based geolocation from Settings -> Location: You need to
+ select any mode but "device only".
- NOTE: If you need to use UnifiedNlp beside GAPPS, you should instead install
- https://f-droid.org/packages/org.microg.nlp.
+ NOTE: If you need to use UnifiedNlp beside GAPPS, you should instead install
+ https://f-droid.org/packages/org.microg.nlp.
RepoType: git
Repo: https://github.com/microg/android_packages_apps_UnifiedNlp/
@@ -154,8 +154,8 @@ Builds:
- popd
MaintainerNotes: This app has the same appid as microg, which is integrated into some
- ROMs. This leads to F-Droid not proposing an update if we pin the CVC here, so
- we must not do that. Thus we disable UCM, as this would re-set the CVC
+ ROMs. This leads to F-Droid not proposing an update if we pin the CVC here, so we
+ must not do that. Thus we disable UCM, as this would re-set the CVC
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.google.android.location.yml b/metadata/com.google.android.location.yml
index 8e3ce0aee5..7b0401f2b7 100644
--- a/metadata/com.google.android.location.yml
+++ b/metadata/com.google.android.location.yml
@@ -10,23 +10,23 @@ Changelog: https://github.com/microg/android_packages_apps_UnifiedNlp/releases
Name: UnifiedNlp (no GAPPS) (legacy)
AutoName: microG UnifiedNlp
Description: |-
- This package is for AOSP from 2.3 to 4.3.1, if you use a ROM based on AOSP 4.4
- and later, see https://f-droid.org/packages/com.google.android.gms. If you have GAPPS installed,
- independently from the AOSP version, see https://f-droid.org/packages/org.microg.nlp.
+ This package is for AOSP from 2.3 to 4.3.1, if you use a ROM based on AOSP 4.4
+ and later, see https://f-droid.org/packages/com.google.android.gms. If you have GAPPS installed,
+ independently from the AOSP version, see https://f-droid.org/packages/org.microg.nlp.
- Some ROMs, like FirePhoneOS 1.8 (AOSP 4.2), come with support for Google
- geolocation provider as user app. On these systems Legacy build of UnifiedNlp
- can be installed to use as the network location provider, like Google's one. It
- acts as a middleware for various plugins aka backends, it does not provide any
- location lookup itself. For further information please refer to the
- https://f-droid.org/packages/com.google.android.gms package and the
- README.
+ Some ROMs, like FirePhoneOS 1.8 (AOSP 4.2), come with support for Google
+ geolocation provider as user app. On these systems Legacy build of UnifiedNlp
+ can be installed to use as the network location provider, like Google's one. It
+ acts as a middleware for various plugins aka backends, it does not provide any
+ location lookup itself. For further information please refer to the
+ https://f-droid.org/packages/com.google.android.gms package and the
+ README.
- After installing you have to reboot your device, install a backend service and
- activate/configure it in the app settings. After this you can use UnifiedNlp by
- activating network-based geolocation from Settings -> Personal -> Location
- access: You need to enable "Access to my location" and "Wi-Fi & mobile network
- location".
+ After installing you have to reboot your device, install a backend service and
+ activate/configure it in the app settings. After this you can use UnifiedNlp by
+ activating network-based geolocation from Settings -> Personal -> Location
+ access: You need to enable "Access to my location" and "Wi-Fi & mobile network
+ location".
RepoType: git
Repo: https://github.com/microg/android_packages_apps_UnifiedNlp/
diff --git a/metadata/com.google.android.marvin.talkback.yml b/metadata/com.google.android.marvin.talkback.yml
index d464531ccc..41fe3d805b 100644
--- a/metadata/com.google.android.marvin.talkback.yml
+++ b/metadata/com.google.android.marvin.talkback.yml
@@ -6,26 +6,26 @@ SourceCode: https://code.google.com/p/eyes-free/source
AutoName: TalkBack
Description: |-
- TalkBack is an Accessibility Service that helps blind and vision-impaired users
- interact with their devices more easily.
+ TalkBack is an Accessibility Service that helps blind and vision-impaired users
+ interact with their devices more easily.
- This application adds spoken, audible, and vibration feedback to your device.
+ This application adds spoken, audible, and vibration feedback to your device.
- It comes pre-installed on many devices so you won't be able to install this if
- that is the case. Developer-built apks can be downloaded from the website if the
- version that was pre-installed needs updating.
+ It comes pre-installed on many devices so you won't be able to install this if
+ that is the case. Developer-built apks can be downloaded from the website if the
+ version that was pre-installed needs updating.
- It's only activated if you explicitly turn on Accessibility:
-
- - Go to Settings
- - Select Accessibility
- - (Android 3.2 and earlier) Enable Accessibility checkbox
- - Enable TalkBack checkboxes
- - (Android 4.0 and later) Enable explore-by-touch
-
- See the
- FAQ or the Eyes-Free blog for more on Android
- accessibility.
+ It's only activated if you explicitly turn on Accessibility:
+
+ - Go to Settings
+ - Select Accessibility
+ - (Android 3.2 and earlier) Enable Accessibility checkbox
+ - Enable TalkBack checkboxes
+ - (Android 4.0 and later) Enable explore-by-touch
+
+ See the
+ FAQ or the Eyes-Free blog for more on Android
+ accessibility.
RepoType: srclib
Repo: EyesFree
diff --git a/metadata/com.google.android.sambadocumentsprovider.yml b/metadata/com.google.android.sambadocumentsprovider.yml
index ffef7e01bc..57fef05d2c 100644
--- a/metadata/com.google.android.sambadocumentsprovider.yml
+++ b/metadata/com.google.android.sambadocumentsprovider.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/google/samba-documents-provider/issues
AutoName: Android Samba Client
Description: This app extends the built in File Manager to support connecting to SMB
- file shares. You can download and upload your files from your device once the
- connection has been set up. The app doesn't support browsing your local network
- for shares yet, so you will have to type the full URI (e.g. smb://server/data).
+ file shares. You can download and upload your files from your device once the connection
+ has been set up. The app doesn't support browsing your local network for shares
+ yet, so you will have to type the full URI (e.g. smb://server/data).
RepoType: git
Repo: https://github.com/google/samba-documents-provider.git
diff --git a/metadata/com.google.code.apps2org.yml b/metadata/com.google.code.apps2org.yml
index ba0d70f557..92075615f5 100644
--- a/metadata/com.google.code.apps2org.yml
+++ b/metadata/com.google.code.apps2org.yml
@@ -6,17 +6,17 @@ IssueTracker: https://github.com/pfalcon/apps2org/issues
AutoName: Apps2Org
Description: |-
- Apps2Org is a fork of https://f-droid.org/packages/com.google.code.appsorganizer which fixes some
- usability issues. Apps2Org allows you to organize installed applications using
- labels/tags/categories. You can associate labels to applications, browse thru
- labeled categories and launch applications - either using the application or
- shortcut on your home screen.
+ Apps2Org is a fork of https://f-droid.org/packages/com.google.code.appsorganizer which fixes some
+ usability issues. Apps2Org allows you to organize installed applications using
+ labels/tags/categories. You can associate labels to applications, browse thru
+ labeled categories and launch applications - either using the application or
+ shortcut on your home screen.
- Comparing to original application, following changes were made:
+ Comparing to original application, following changes were made:
- * "All labels" shortcut now includes "Other" (uncategorized) apps, so this shortcut completely replaces app launcher and gives access to all of your apps.
- * You can easily star/set label for an app directly from shortcut widget, so you can keep your app collection organized "right on the spot" with very little effort.
- * Other minor fixes and improvements.
+ * "All labels" shortcut now includes "Other" (uncategorized) apps, so this shortcut completely replaces app launcher and gives access to all of your apps.
+ * You can easily star/set label for an app directly from shortcut widget, so you can keep your app collection organized "right on the spot" with very little effort.
+ * Other minor fixes and improvements.
RepoType: git
Repo: https://github.com/pfalcon/apps2org
diff --git a/metadata/com.google.code.appsorganizer.yml b/metadata/com.google.code.appsorganizer.yml
index 356c05e3f5..14ba02cf88 100644
--- a/metadata/com.google.code.appsorganizer.yml
+++ b/metadata/com.google.code.appsorganizer.yml
@@ -7,9 +7,9 @@ Donate: https://sites.google.com/site/appsorganizer/donate
AutoName: Apps Organizer
Description: |-
- Apps Organizer allows you to organize installed applications using labels. You
- can associate labels to applications, uninstall applications and create "label
- shortcuts" on the home screen.
+ Apps Organizer allows you to organize installed applications using labels. You
+ can associate labels to applications, uninstall applications and create "label
+ shortcuts" on the home screen.
Builds:
- versionName: 1.5.14
diff --git a/metadata/com.google.marvin.shell.yml b/metadata/com.google.marvin.shell.yml
index e1d1f04f8c..6093b3b61e 100644
--- a/metadata/com.google.marvin.shell.yml
+++ b/metadata/com.google.marvin.shell.yml
@@ -6,16 +6,16 @@ SourceCode: https://code.google.com/p/eyes-free/source
AutoName: Eyes-Free Shell
Description: |-
- Turns your Android into an eyes-free communication device. Provides one-touch
- access to applications, as well as useful mini-apps built into the Eyes-Free
- Shell.
+ Turns your Android into an eyes-free communication device. Provides one-touch
+ access to applications, as well as useful mini-apps built into the Eyes-Free
+ Shell.
- Move your finger over the screen to explore; lift your finger up to run what you
- stopped on.
+ Move your finger over the screen to explore; lift your finger up to run what you
+ stopped on.
- See the
- FAQ or the Eyes-Free blog for more on Android
- accessibility.
+ See the
+ FAQ or the Eyes-Free blog for more on Android
+ accessibility.
RepoType: srclib
Repo: EyesFree
diff --git a/metadata/com.google.zxing.client.android.yml b/metadata/com.google.zxing.client.android.yml
index a3307f6edf..7e87acf657 100644
--- a/metadata/com.google.zxing.client.android.yml
+++ b/metadata/com.google.zxing.client.android.yml
@@ -28,7 +28,7 @@ Builds:
commit: '2220400644'
subdir: android
prebuild: sed -i '477s/shopperMarketListener/null/g;s/R.string.msg_install_google_shopper/"Google
- Shopper is non-free software"/g' src/com/google/zxing/client/android/result/ResultHandler.java
+ Shopper is non-free software"/g' src/com/google/zxing/client/android/result/ResultHandler.java
build: mvn package -f ../core/pom.xml
- versionName: '4.5'
@@ -109,7 +109,7 @@ Builds:
rm:
- core/src/test
prebuild: sed -i '/NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- Inviare messaggi gratuiti via web. Invio multiplo fino a tre contatti, anteprima
- ultimo messaggio ricevuto, supporto account di diversi provider (Vodafone e
- TIM).
+ Inviare messaggi gratuiti via web. Invio multiplo fino a tre contatti, anteprima
+ ultimo messaggio ricevuto, supporto account di diversi provider (Vodafone e
+ TIM).
RepoType: git
Repo: https://github.com/adepasquale/esms
diff --git a/metadata/com.googlecode.chartdroid.yml b/metadata/com.googlecode.chartdroid.yml
index d78ef3b7a0..d8b7b9e982 100644
--- a/metadata/com.googlecode.chartdroid.yml
+++ b/metadata/com.googlecode.chartdroid.yml
@@ -6,16 +6,16 @@ IssueTracker: https://github.com/kostmo/chartdroid/issues
AutoName: ChartDroid Core
Description: |-
- You don't need to install this unless another app needs it. ChartDroid is an
- Intent-based "library application" for static chart and graph generation on
- Android. Other applications can use it to graph/plot/display numerical data in
- many representations by implementing a ContentProvider according to this simple
- [specification](https://code.google.com/archive/p/chartdroid/wikis/InterfaceSpecification.wiki).
+ You don't need to install this unless another app needs it. ChartDroid is an
+ Intent-based "library application" for static chart and graph generation on
+ Android. Other applications can use it to graph/plot/display numerical data in
+ many representations by implementing a ContentProvider according to this simple
+ [specification](https://code.google.com/archive/p/chartdroid/wikis/InterfaceSpecification.wiki).
- ChartDroid is consistent with the "Unix toolkit" philosophy of building small,
- interoperable tools. Having ChartDroid exist as an independent application
- (as against being an importable .jars library) conserves storage space and
- eliminates redundant code.
+ ChartDroid is consistent with the "Unix toolkit" philosophy of building small,
+ interoperable tools. Having ChartDroid exist as an independent application
+ (as against being an importable .jars library) conserves storage space and
+ eliminates redundant code.
RepoType: git
Repo: https://github.com/kostmo/chartdroid
diff --git a/metadata/com.googlecode.droidwall.yml b/metadata/com.googlecode.droidwall.yml
index 03bd9ca9f8..ac54e1bcd9 100644
--- a/metadata/com.googlecode.droidwall.yml
+++ b/metadata/com.googlecode.droidwall.yml
@@ -7,15 +7,15 @@ SourceCode: https://droidwall.googlecode.com/svn/tags/v1.5.7
AutoName: DroidWall
Description: |-
- N.B Development of this app ceased in mid 2012. Use
- https://f-droid.org/packages/dev.ukanth.ufirewall instead.
+ N.B Development of this app ceased in mid 2012. Use
+ https://f-droid.org/packages/dev.ukanth.ufirewall instead.
- Tap the tab at the top to switch between whitelist and blacklist mode. Tap Menu
- and Apply Changes to apply.
+ Tap the tab at the top to switch between whitelist and blacklist mode. Tap Menu
+ and Apply Changes to apply.
- Recommended platforms are Android 1.6 to 2.3.7.
+ Recommended platforms are Android 1.6 to 2.3.7.
- Requires root: Yes. iptables (the firewall itself) has to be run as root.
+ Requires root: Yes. iptables (the firewall itself) has to be run as root.
RequiresRoot: true
diff --git a/metadata/com.googlecode.eyesfree.espeak.yml b/metadata/com.googlecode.eyesfree.espeak.yml
index 9393f6c5f8..e84f539fa7 100644
--- a/metadata/com.googlecode.eyesfree.espeak.yml
+++ b/metadata/com.googlecode.eyesfree.espeak.yml
@@ -31,8 +31,8 @@ Builds:
ndk: r12b
MaintainerNotes: |-
- might require libespeak-dev to build
- binary files in libs/ are deleted before build and then rebuild
+ might require libespeak-dev to build
+ binary files in libs/ are deleted before build and then rebuild
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.googlecode.gogodroid.yml b/metadata/com.googlecode.gogodroid.yml
index 95cc2d704d..1758114637 100644
--- a/metadata/com.googlecode.gogodroid.yml
+++ b/metadata/com.googlecode.gogodroid.yml
@@ -7,12 +7,12 @@ Changelog: https://github.com/aelmahmoudy/gogodroid/blob/HEAD/NEWS
AutoName: GogoDroid
Description: |-
- TSP is a control protocol used to establish and maintain static tunnels. The
- Gateway6 client (gogoc) is used on the host computer to connect to a tunnel
- broker using the TSP protocol and to get the information for its tunnel. When it
- receives the information for the tunnel, the Gateway6 client creates the static
- tunnel on its operating system. GogoDroid is a graphical frontend of gogoc for
- Android.
+ TSP is a control protocol used to establish and maintain static tunnels. The
+ Gateway6 client (gogoc) is used on the host computer to connect to a tunnel
+ broker using the TSP protocol and to get the information for its tunnel. When it
+ receives the information for the tunnel, the Gateway6 client creates the static
+ tunnel on its operating system. GogoDroid is a graphical frontend of gogoc for
+ Android.
RequiresRoot: true
diff --git a/metadata/com.googlecode.gtalksms.yml b/metadata/com.googlecode.gtalksms.yml
index 2c225774d0..1aa74f1540 100644
--- a/metadata/com.googlecode.gtalksms.yml
+++ b/metadata/com.googlecode.gtalksms.yml
@@ -10,14 +10,14 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=WQDV6S67WA
AutoName: GTalkSMS
Description: |-
- Send/receive SMS, make calls, locate your phone via GPS, activate WLAN or
- Bluetooth, etc. It can be useful for those who prefer typing SMS on a real
- keyboard. The app also notifies you about new "events" on the phone, like a new
- text message (SMS) or an incoming call. Think of it as a remote control for your
- Android phone via XMPP that informs you about recent events on your smartphone.
+ Send/receive SMS, make calls, locate your phone via GPS, activate WLAN or
+ Bluetooth, etc. It can be useful for those who prefer typing SMS on a real
+ keyboard. The app also notifies you about new "events" on the phone, like a new
+ text message (SMS) or an incoming call. Think of it as a remote control for your
+ Android phone via XMPP that informs you about recent events on your smartphone.
- Note: Newer versions of this app may be available elsewhere, which contain
- proprietary software.
+ Note: Newer versions of this app may be available elsewhere, which contain
+ proprietary software.
RepoType: git
Repo: https://github.com/Yakoo63/GTalkSMS.git
@@ -41,7 +41,7 @@ Builds:
srclibs:
- ActionBarSherlock@4.2.0
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
- versionName: 4.4.1
versionCode: 69
diff --git a/metadata/com.googlecode.networklog.yml b/metadata/com.googlecode.networklog.yml
index 78c89d52d2..4797962a2a 100644
--- a/metadata/com.googlecode.networklog.yml
+++ b/metadata/com.googlecode.networklog.yml
@@ -7,14 +7,14 @@ Changelog: https://github.com/pragma-/networklog/blob/HEAD/CHANGELOG.md
AutoName: Network Log
Description: |-
- N.B Contains pre-built grep and iptables binaries. Though source code for
- those is now in the repository, we have a technical problem building them.
+ N.B Contains pre-built grep and iptables binaries. Though source code for
+ those is now in the repository, we have a technical problem building them.
- Network Log monitors iptables-logging to display a real-time list of which apps
- are making network connections, and provides statistics about those app
- connections.
+ Network Log monitors iptables-logging to display a real-time list of which apps
+ are making network connections, and provides statistics about those app
+ connections.
- Requires root: Yes. iptables must run as root
+ Requires root: Yes. iptables must run as root
RequiresRoot: true
diff --git a/metadata/com.googlecode.openwnn.legacy.yml b/metadata/com.googlecode.openwnn.legacy.yml
index 996a1450a9..1023b152e1 100644
--- a/metadata/com.googlecode.openwnn.legacy.yml
+++ b/metadata/com.googlecode.openwnn.legacy.yml
@@ -8,8 +8,8 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mariotaku.
Name: OpenWnn Legacy
AutoName: OpenWnn Lagency
Description: |-
- OpenWnn with Chinese/Japanese IME support based on OpenWnn 1.3.1 from Android
- Open Source Project.
+ OpenWnn with Chinese/Japanese IME support based on OpenWnn 1.3.1 from Android
+ Open Source Project.
Builds:
- versionName: 1.3.3
diff --git a/metadata/com.governikus.ausweisapp2.yml b/metadata/com.governikus.ausweisapp2.yml
index 9cce9f148a..029e842b4a 100644
--- a/metadata/com.governikus.ausweisapp2.yml
+++ b/metadata/com.governikus.ausweisapp2.yml
@@ -6,8 +6,8 @@ SourceCode: https://github.com/Governikus/AusweisApp2
Changelog: https://github.com/Governikus/AusweisApp2/releases
Description: |-
- Mit der Online-Ausweisfunktion des Personalausweises und des elektronischen
- Aufenthaltstitels können Sie sich im Internet ausweisen.
+ Mit der Online-Ausweisfunktion des Personalausweises und des elektronischen
+ Aufenthaltstitels können Sie sich im Internet ausweisen.
RepoType: git
Repo: https://github.com/Governikus/AusweisApp2.git
@@ -353,7 +353,7 @@ Builds:
- make apk
ndk: r25c
-AutoUpdateMode: Version
+AutoUpdateMode: Version %v
UpdateCheckMode: HTTP
VercodeOperation:
- 0 + %c
diff --git a/metadata/com.gpl.rpg.AndorsTrail.yml b/metadata/com.gpl.rpg.AndorsTrail.yml
index e11f928b51..dff2e866a4 100644
--- a/metadata/com.gpl.rpg.AndorsTrail.yml
+++ b/metadata/com.gpl.rpg.AndorsTrail.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeAssets:
- en-US: some content has only been licensed for use in Andor’s Trail
+ NonFreeAssets:
+ en-US: some content has only been licensed for use in Andor’s Trail
Categories:
- Games
License: GPL-2.0-only
@@ -13,19 +13,19 @@ Translation: https://hosted.weblate.org/projects/andors-trail/
AutoName: Andor's Trail
Description: |-
- Quest-driven Roguelike fantasy dungeon crawler RPG with a powerful story.
- Uncover the truths about your home village and the disappearance of your
- brother.
+ Quest-driven Roguelike fantasy dungeon crawler RPG with a powerful story.
+ Uncover the truths about your home village and the disappearance of your
+ brother.
- Battle fierce monsters, gain experience and levels. Solve quests, find hidden
- treasures and improve your equipment.
+ Battle fierce monsters, gain experience and levels. Solve quests, find hidden
+ treasures and improve your equipment.
- Please note that this is a work in progress, which means that all maps are not
- yet done. This is mainly a version for bug-hunting and compatibility testing.
- Please give feedback on the project page.
+ Please note that this is a work in progress, which means that all maps are not
+ yet done. This is mainly a version for bug-hunting and compatibility testing.
+ Please give feedback on the project page.
- Some of the content and graphics are released under non-free licenses: see
- GitHub page.
+ Some of the content and graphics are released under non-free licenses: see
+ GitHub page.
RepoType: git
Repo: https://github.com/AndorsTrailRelease/andors-trail
diff --git a/metadata/com.gpstether.yml b/metadata/com.gpstether.yml
index a3899b7cae..477d8797b3 100644
--- a/metadata/com.gpstether.yml
+++ b/metadata/com.gpstether.yml
@@ -6,9 +6,9 @@ SourceCode: https://code.google.com/p/gpstether/source
AutoName: GPSTether
Description: |-
- Simple gpsd forward server, to give GPS functionality to a laptop for example.
- Not fully implemented yet and it may be necessary to disable GPS manually when
- the server is stopped.
+ Simple gpsd forward server, to give GPS functionality to a laptop for example.
+ Not fully implemented yet and it may be necessary to disable GPS manually when
+ the server is stopped.
Builds:
- versionName: 1.0.2r9
diff --git a/metadata/com.gracecode.android.presentation.yml b/metadata/com.gracecode.android.presentation.yml
index 6b0e8bf89a..ca1e6b411b 100644
--- a/metadata/com.gracecode.android.presentation.yml
+++ b/metadata/com.gracecode.android.presentation.yml
@@ -10,9 +10,9 @@ Donate: https://t.cn/zRTdGks
AutoName: Presentation
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- Some in English, mostly in Chinese; currently from huaban.com.
+ Some in English, mostly in Chinese; currently from huaban.com.
RepoType: git
Repo: https://github.com/feelinglucky/Presentation.git
diff --git a/metadata/com.grarak.kerneladiutor.yml b/metadata/com.grarak.kerneladiutor.yml
index b8b58064cb..5785ffc935 100644
--- a/metadata/com.grarak.kerneladiutor.yml
+++ b/metadata/com.grarak.kerneladiutor.yml
@@ -10,25 +10,25 @@ IssueTracker: https://github.com/Grarak/KernelAdiutor/issues
AutoName: Kernel Adiutor
Summary: Manage kernel parameters
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- Tweak and monitor kernel parameters. Depending on the device and kernel used,
- this includes:
+ Tweak and monitor kernel parameters. Depending on the device and kernel used,
+ this includes:
- * CPU (Frequency, Governor, Voltages)
- * GPU (Frequency, Governor)
- * Screen (Color Calibration - RGB)
- * Wake (DT2W, S2W)
- * Sound (Faux Sound)
- * Battery (Fast Charge)
- * I/O Scheduler
- * Kernel Samepage Merging
- * Low Memory Killer (Minfree settings)
- * Virtual Machine
- * Build prop Editor
- * etc.
+ * CPU (Frequency, Governor, Voltages)
+ * GPU (Frequency, Governor)
+ * Screen (Color Calibration - RGB)
+ * Wake (DT2W, S2W)
+ * Sound (Faux Sound)
+ * Battery (Fast Charge)
+ * I/O Scheduler
+ * Kernel Samepage Merging
+ * Low Memory Killer (Minfree settings)
+ * Virtual Machine
+ * Build prop Editor
+ * etc.
- Features which aren't supported by your device won't show up in the first place.
+ Features which aren't supported by your device won't show up in the first place.
RequiresRoot: true
@@ -189,7 +189,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.2.1.1 beta
versionCode: 76
@@ -200,7 +200,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.2.2 beta
versionCode: 77
@@ -211,7 +211,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.3
versionCode: 79
@@ -222,7 +222,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.3.1.1 beta
versionCode: 81
@@ -233,7 +233,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.3.1.2 beta
versionCode: 82
@@ -244,7 +244,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.3.1
versionCode: 83
@@ -255,7 +255,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.3.1.1
versionCode: 84
@@ -266,7 +266,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.4 beta
versionCode: 85
@@ -277,7 +277,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.4.1 beta
versionCode: 86
@@ -288,7 +288,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.4.2
versionCode: 87
@@ -299,7 +299,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.4.2.1
versionCode: 88
@@ -310,7 +310,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.4.2.2 beta
versionCode: 89
@@ -321,7 +321,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.4.3
versionCode: 93
@@ -332,7 +332,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.4.3.1 beta
versionCode: 95
@@ -343,7 +343,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.4.3.1.1 beta
versionCode: 96
@@ -354,7 +354,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.4.3.2 beta
versionCode: 98
@@ -365,7 +365,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.5
versionCode: 99
@@ -376,7 +376,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.5.1.1 beta
versionCode: 102
@@ -387,7 +387,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.6
versionCode: 104
@@ -398,7 +398,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.6.1.1
versionCode: 106
@@ -409,7 +409,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.7
versionCode: 107
@@ -420,7 +420,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.7.1 beta
versionCode: 108
@@ -431,7 +431,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.7.1.1
versionCode: 109
@@ -442,7 +442,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- build.gradle
+ build.gradle
- versionName: 0.9.9.2
versionCode: 113
@@ -517,10 +517,10 @@ Builds:
- yes
MaintainerNotes: |-
- The app doesn't build with some gradle versions due to a crash involving the
- maven and bintray plugins. Remove them for now.
+ The app doesn't build with some gradle versions due to a crash involving the
+ maven and bintray plugins. Remove them for now.
- Might need to be flagge as NonFree, see https://github.com/Grarak/KernelAdiutor/issues/434
+ Might need to be flagge as NonFree, see https://github.com/Grarak/KernelAdiutor/issues/434
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.gravityplay.yml b/metadata/com.gravityplay.yml
index 184a14c737..b53a703cfc 100644
--- a/metadata/com.gravityplay.yml
+++ b/metadata/com.gravityplay.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- Ads:
- en-US: contains self-served ads
- NonFreeNet:
- en-US: connections to Google (Fonts) and Youtube caused by the ads
+ Ads:
+ en-US: contains self-served ads
+ NonFreeNet:
+ en-US: connections to Google (Fonts) and Youtube caused by the ads
Categories:
- Games
License: GPL-2.0-only
@@ -78,8 +78,8 @@ Builds:
- yes
MaintainerNotes: |-
- * Ads: contains self-served ads
- * NonFreeNet: connections to Google (Fonts) and Youtube caused by the ads
+ * Ads: contains self-served ads
+ * NonFreeNet: connections to Google (Fonts) and Youtube caused by the ads
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.greenaddress.abcore.yml b/metadata/com.greenaddress.abcore.yml
index 53b4a18bfc..5c923ab8f6 100644
--- a/metadata/com.greenaddress.abcore.yml
+++ b/metadata/com.greenaddress.abcore.yml
@@ -8,22 +8,22 @@ Changelog: https://github.com/greenaddress/abcore/releases
AutoName: ABCore
Description: |-
- ABCore is a wrapper for Bitcoin Core for Android.
+ ABCore is a wrapper for Bitcoin Core for Android.
- Bitcoin Core (formerly Bitcoin-Qt) is the bitcoin daemon software based on
- the original reference code by Satoshi Nakamoto. It is programmed to decide
- which block chain contains valid transactions. The users of Bitcoin Core
- only accept transactions for that block chain, making it the Bitcoin block
- chain that everyone else wants to use.
+ Bitcoin Core (formerly Bitcoin-Qt) is the bitcoin daemon software based on
+ the original reference code by Satoshi Nakamoto. It is programmed to decide
+ which block chain contains valid transactions. The users of Bitcoin Core
+ only accept transactions for that block chain, making it the Bitcoin block
+ chain that everyone else wants to use.
- It is these users who keep Bitcoin decentralized. They individually run
- their own Bitcoin Core full nodes, and each of those full nodes separately
- follows the exact same rules to decide which block chain is valid.
+ It is these users who keep Bitcoin decentralized. They individually run
+ their own Bitcoin Core full nodes, and each of those full nodes separately
+ follows the exact same rules to decide which block chain is valid.
- There's no voting or other corruptible process involved: there's just
- individual software following identical rules—"math"—to evaluate identical
- blocks and coming to identical conclusions about which block chain is
- valid.
+ There's no voting or other corruptible process involved: there's just
+ individual software following identical rules—"math"—to evaluate identical
+ blocks and coming to identical conclusions about which block chain is
+ valid.
RepoType: git
Repo: https://github.com/greenaddress/abcore
diff --git a/metadata/com.greenaddress.greenbits_android_wallet.testnet.yml b/metadata/com.greenaddress.greenbits_android_wallet.testnet.yml
index cccfa8f580..cb7ce20b89 100644
--- a/metadata/com.greenaddress.greenbits_android_wallet.testnet.yml
+++ b/metadata/com.greenaddress.greenbits_android_wallet.testnet.yml
@@ -9,18 +9,18 @@ Changelog: https://github.com/greenaddress/GreenBits/releases
Name: GreenBits Testnet
AutoName: GreenBits
Description: |-
- This app has been deprecated as it has been merged into
- https://f-droid.org/packages/com.greenaddress.greenbits_android_wallet.
+ This app has been deprecated as it has been merged into
+ https://f-droid.org/packages/com.greenaddress.greenbits_android_wallet.
- Original description: GreenBits Testnet is a Bitcoin Wallet for Android provided
- by GreenAddress for the Testnet network.
+ Original description: GreenBits Testnet is a Bitcoin Wallet for Android provided
+ by GreenAddress for the Testnet network.
- The wallet main strengths are security, privacy, easy of use and aims is to
- provide a great user experience.
+ The wallet main strengths are security, privacy, easy of use and aims is to
+ provide a great user experience.
- * It supports the payment protocol via both click and qrcode scanning.
- * Supports paper wallet scanning in both WIF and BIP38 format.
- * Uses multisignature for improved security and per transaction two factor authentication.
+ * It supports the payment protocol via both click and qrcode scanning.
+ * Supports paper wallet scanning in both WIF and BIP38 format.
+ * Uses multisignature for improved security and per transaction two factor authentication.
RepoType: git
Repo: https://github.com/greenaddress/GreenBits
diff --git a/metadata/com.greenaddress.greenbits_android_wallet.yml b/metadata/com.greenaddress.greenbits_android_wallet.yml
index a2822a01ff..95a9bcead7 100644
--- a/metadata/com.greenaddress.greenbits_android_wallet.yml
+++ b/metadata/com.greenaddress.greenbits_android_wallet.yml
@@ -11,11 +11,11 @@ Changelog: https://github.com/blockstream/green_android/releases
AutoName: Green
Description: |-
- Blockstream Green is a Bitcoin Wallet for Android.
+ Blockstream Green is a Bitcoin Wallet for Android.
- Other Bitcoin wallets offer a choice between convenience, security, and control.
+ Other Bitcoin wallets offer a choice between convenience, security, and control.
- With Blockstream Green, you get all three.
+ With Blockstream Green, you get all three.
RepoType: git
Repo: https://github.com/blockstream/green_android.git
@@ -2310,13 +2310,13 @@ Builds:
ndk: r25c
MaintainerNotes: |-
- Watch prepare_gdk_clang.sh for changes on new builds.
+ Watch prepare_gdk_clang.sh for changes on new builds.
- The two files app/src/main/assets/btctestnet/checkpoints and app/src/main/assets/production/checkpoints
- are hashes of the blocks of the respective chains (testnet3 and mainnet) and are re-generated ad-hoc
- occasionally by using the tool ./buildCheckpoints.sh inside the repo while having a bitcoin full node
- for each chain runnin on localhost. They are used to speed up SPV verification when possible and they
- can be verified independently by checking each hash against the blockchain.
+ The two files app/src/main/assets/btctestnet/checkpoints and app/src/main/assets/production/checkpoints
+ are hashes of the blocks of the respective chains (testnet3 and mainnet) and are re-generated ad-hoc
+ occasionally by using the tool ./buildCheckpoints.sh inside the repo while having a bitcoin full node
+ for each chain runnin on localhost. They are used to speed up SPV verification when possible and they
+ can be verified independently by checking each hash against the blockchain.
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/com.gregorywlodarek.torontotransit.torontotransit.yml b/metadata/com.gregorywlodarek.torontotransit.torontotransit.yml
index 02627ab1ef..b49b9b73bf 100644
--- a/metadata/com.gregorywlodarek.torontotransit.torontotransit.yml
+++ b/metadata/com.gregorywlodarek.torontotransit.torontotransit.yml
@@ -6,8 +6,8 @@ SourceCode: https://github.com/GWlodarek/TorontoTransit
AutoName: Toronto Transit
Description: |-
- Real-time bus arrival estimation application that assists you in your travels.
- It can use either data (WiFi/3G/4G) or SMS to get estimated bus arrival times.
+ Real-time bus arrival estimation application that assists you in your travels.
+ It can use either data (WiFi/3G/4G) or SMS to get estimated bus arrival times.
Builds:
- versionName: 1.1.2
@@ -19,11 +19,11 @@ Builds:
rm:
- app/libs/*
prebuild: sed -i -e '/android-support-v4.jar/d' -e '/fileTree/acompile "com.android.support:support-v4:21.0.+"'
- build.gradle
+ build.gradle
MaintainerNotes: |-
- With commit dee54acd7b13bdd204d127832b0f7d478fd77f60 gradle changes are no longer
- necessary.
+ With commit dee54acd7b13bdd204d127832b0f7d478fd77f60 gradle changes are no longer
+ necessary.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.grocerymanager.yml b/metadata/com.grocerymanager.yml
index 7761ed734b..45ed7c855a 100644
--- a/metadata/com.grocerymanager.yml
+++ b/metadata/com.grocerymanager.yml
@@ -7,10 +7,10 @@ IssueTracker: https://gitlab.com/upasana-me/grocerymanager/issues
AutoName: Grocery manager
Description: |-
- * You can create an inventory of your pantry using this app
- * This app will remind you whenever an item is about to expire
- * You can check where did you put an item
- * You can check in the inventory before buying a new item
+ * You can create an inventory of your pantry using this app
+ * This app will remind you whenever an item is about to expire
+ * You can check where did you put an item
+ * You can check in the inventory before buying a new item
RepoType: git
Repo: https://gitlab.com/upasana-me/grocerymanager.git
diff --git a/metadata/com.gs.mobileprint.yml b/metadata/com.gs.mobileprint.yml
index 5f1d3f2755..b3c7f33825 100644
--- a/metadata/com.gs.mobileprint.yml
+++ b/metadata/com.gs.mobileprint.yml
@@ -6,10 +6,10 @@ IssueTracker: https://sourceforge.net/p/mobileprint/tickets
AutoName: MobilePrint
Description: |-
- Currently requires Windows XP or newer on a PC connected to a computer, though
- the author wishes to develop servers for the other platforms.
+ Currently requires Windows XP or newer on a PC connected to a computer, though
+ the author wishes to develop servers for the other platforms.
- Status: Beta
+ Status: Beta
Builds:
- versionName: '0.5'
diff --git a/metadata/com.gtp.showapicturetoyourfriend.yml b/metadata/com.gtp.showapicturetoyourfriend.yml
index a012494057..2bfed8e31f 100644
--- a/metadata/com.gtp.showapicturetoyourfriend.yml
+++ b/metadata/com.gtp.showapicturetoyourfriend.yml
@@ -9,20 +9,20 @@ IssueTracker: https://github.com/Somethingweirdhere/Secure-Photo-Viewer/issues
AutoName: Secure photo viewer
Description: |-
- To be used whenever you are showing off pictures to your phone. Prevents someone
- seeing what they are not supposed to or doing anything to your phone. Start the
- app by sharing pictures or videos.
+ To be used whenever you are showing off pictures to your phone. Prevents someone
+ seeing what they are not supposed to or doing anything to your phone. Start the
+ app by sharing pictures or videos.
- This app is here to protect you from you friends and enemies. Have you ever
- handed over your phone to show someone the latest meme? Or a cool pic you took?
- How often did they scroll too far and have seen something embarrassing in your
- gallery or image browser?
+ This app is here to protect you from you friends and enemies. Have you ever
+ handed over your phone to show someone the latest meme? Or a cool pic you took?
+ How often did they scroll too far and have seen something embarrassing in your
+ gallery or image browser?
- Now we have a solution: Select the pictures you want them to see in your
- gallery, press share and select the Secure Photo Viewer! Now they will only see
- what you want them to see. It works with any amount of photos or videos you
- share from you gallery! It's that easy to protect your privacy from nosy
- friends.
+ Now we have a solution: Select the pictures you want them to see in your
+ gallery, press share and select the Secure Photo Viewer! Now they will only see
+ what you want them to see. It works with any amount of photos or videos you
+ share from you gallery! It's that easy to protect your privacy from nosy
+ friends.
RepoType: git
Repo: https://github.com/Somethingweirdhere/Secure-Photo-Viewer.git
diff --git a/metadata/com.gueei.applocker.yml b/metadata/com.gueei.applocker.yml
index 7f99525dfd..140c013403 100644
--- a/metadata/com.gueei.applocker.yml
+++ b/metadata/com.gueei.applocker.yml
@@ -6,7 +6,7 @@ SourceCode: https://code.google.com/p/applocker/source
AutoName: AppLocker
Description: A simple mechanism for preventing certain apps from opening without a
- password
+ password
Builds:
- versionName: '1.2'
diff --git a/metadata/com.gulshansingh.hackerlivewallpaper.yml b/metadata/com.gulshansingh.hackerlivewallpaper.yml
index eddf5bb22a..6efca96494 100644
--- a/metadata/com.gulshansingh.hackerlivewallpaper.yml
+++ b/metadata/com.gulshansingh.hackerlivewallpaper.yml
@@ -9,8 +9,8 @@ IssueTracker: https://github.com/gsingh93/hacker-live-wallpaper/issues
AutoName: Hacker Live Wallpaper
Description: |-
- Choose density, speed, colour, background etc. in this classic, Matrix-style
- live wallpaper.
+ Choose density, speed, colour, background etc. in this classic, Matrix-style
+ live wallpaper.
RepoType: git
Repo: https://github.com/gsingh93/hacker-live-wallpaper.git
diff --git a/metadata/com.gunshippenguin.openflood.yml b/metadata/com.gunshippenguin.openflood.yml
index 05aade091b..10c5f381c7 100644
--- a/metadata/com.gunshippenguin.openflood.yml
+++ b/metadata/com.gunshippenguin.openflood.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/GunshipPenguin/open_flood/issues
AutoName: Open Flood
Description: |-
- Open Flood is a simple, challenging and addictive puzzle game where you must
- fill the entire game board with a single color in less than the maximum number
- of steps allowed.
+ Open Flood is a simple, challenging and addictive puzzle game where you must
+ fill the entire game board with a single color in less than the maximum number
+ of steps allowed.
RepoType: git
Repo: https://github.com/GunshipPenguin/open_flood
diff --git a/metadata/com.guvery.notifyme.yml b/metadata/com.guvery.notifyme.yml
index b9e99fdc9a..4769dda7f5 100644
--- a/metadata/com.guvery.notifyme.yml
+++ b/metadata/com.guvery.notifyme.yml
@@ -8,22 +8,22 @@ IssueTracker: https://github.com/guvery/NotifyMe/issues
AutoName: Notify
Description: |-
- Simple notification reminder and to-do manager. Enter a title and press
- "Notify". Customize your notifications even further by selecting icons,
- priorities, persistent notifications, and adding messages.
+ Simple notification reminder and to-do manager. Enter a title and press
+ "Notify". Customize your notifications even further by selecting icons,
+ priorities, persistent notifications, and adding messages.
- Lists will automatically be created when there is a line break (multi-line) in
- the message field.
+ Lists will automatically be created when there is a line break (multi-line) in
+ the message field.
- Features:
+ Features:
- * Add notifications right from the notification drawer
- * Keep your history
- * Automatic lists
- * Choose between many icons
- * Themes
- * Priority
- * Time picker
+ * Add notifications right from the notification drawer
+ * Keep your history
+ * Automatic lists
+ * Choose between many icons
+ * Themes
+ * Priority
+ * Time picker
RepoType: git
Repo: https://github.com/guvery/NotifyMe
diff --git a/metadata/com.haha01haha01.harail.yml b/metadata/com.haha01haha01.harail.yml
index 3279010c29..9235258124 100644
--- a/metadata/com.haha01haha01.harail.yml
+++ b/metadata/com.haha01haha01.harail.yml
@@ -8,19 +8,19 @@ IssueTracker: https://github.com/hadeutscher/HaRail_Android/issues
AutoName: HaRail
Description: |-
- Note: App is no longer under development.
+ Note: App is no longer under development.
- Lets you find train routes and see schedules for Israel Railways trains. It is
- similar to the original Israel Railways app, but with the following advantages:
+ Lets you find train routes and see schedules for Israel Railways trains. It is
+ similar to the original Israel Railways app, but with the following advantages:
- 1. Simple design for easy and fast searching
+ 1. Simple design for easy and fast searching
- 2. Searches trains in a local database, making searches very fast and
- eliminating the need for internet connection (database needs to be downloaded
- once every few months)
+ 2. Searches trains in a local database, making searches very fast and
+ eliminating the need for internet connection (database needs to be downloaded
+ once every few months)
- 3. Searches routes using Dijkstra's algorithm, which can sometimes find
- non-trivial routes that are faster.
+ 3. Searches routes using Dijkstra's algorithm, which can sometimes find
+ non-trivial routes that are faster.
RepoType: git
Repo: https://github.com/hadeutscher/HaRail_Android.git
diff --git a/metadata/com.halftough.webcomreader.yml b/metadata/com.halftough.webcomreader.yml
index 3234c3c2bd..842198eab8 100644
--- a/metadata/com.halftough.webcomreader.yml
+++ b/metadata/com.halftough.webcomreader.yml
@@ -6,19 +6,19 @@ IssueTracker: https://gitlab.com/halftough/webcom-reader/issues
AutoName: Tinte Webcoms
Description: |-
- Webcom Reader allows you to pick webcomics from supported titles and
- add them to your library. Marks read, download them to read offline.
+ Webcom Reader allows you to pick webcomics from supported titles and
+ add them to your library. Marks read, download them to read offline.
- List of working webcoms:
+ List of working webcoms:
- * xkcd
- * Lunarbaboon
- * Cyanide & Happiness
+ * xkcd
+ * Lunarbaboon
+ * Cyanide & Happiness
- List of planned webcoms:
+ List of planned webcoms:
- * Dilbert
- * Pepper & Carrot
+ * Dilbert
+ * Pepper & Carrot
RepoType: git
Repo: https://gitlab.com/halftough/webcom-reader.git
diff --git a/metadata/com.harasoft.relaunch.yml b/metadata/com.harasoft.relaunch.yml
index 68bf9a7af2..4fdc2e4845 100644
--- a/metadata/com.harasoft.relaunch.yml
+++ b/metadata/com.harasoft.relaunch.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/yiselieren/ReLaunch/issues
AutoName: ReLaunch
Description: |-
- Monochrome Launcher primarily intended for eInk and eBook devices. Can work as a
- system launcher or normal app. Includes file manager, text file viewer, editor
- and some system functionality.
+ Monochrome Launcher primarily intended for eInk and eBook devices. Can work as a
+ system launcher or normal app. Includes file manager, text file viewer, editor
+ and some system functionality.
RepoType: git
Repo: https://github.com/yiselieren/ReLaunch.git
diff --git a/metadata/com.haringeymobile.ukweather.yml b/metadata/com.haringeymobile.ukweather.yml
index 03cd3b2f00..07cd228895 100644
--- a/metadata/com.haringeymobile.ukweather.yml
+++ b/metadata/com.haringeymobile.ukweather.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: OpenWeatherMap service itself is not open source
+ NonFreeNet:
+ en-US: OpenWeatherMap service itself is not open source
Categories:
- Time
License: Apache-2.0
@@ -12,11 +12,11 @@ Changelog: https://github.com/Kestutis-Z/World-Weather/releases
AutoName: World Weather
Description: |-
- Displays current weather and forecasts from OpenWeatherMap. Two kinds of
- forecast are available: 14-day daily weather and 5-day three-hourly weather. You
- can select any of the 200,000 cities supported by OpenWeatherMap.
+ Displays current weather and forecasts from OpenWeatherMap. Two kinds of
+ forecast are available: 14-day daily weather and 5-day three-hourly weather. You
+ can select any of the 200,000 cities supported by OpenWeatherMap.
- NonFreeNet: OpenWeatherMap service is not open.
+ NonFreeNet: OpenWeatherMap service is not open.
RepoType: git
Repo: https://github.com/Kestutis-Z/World-Weather
diff --git a/metadata/com.harleensahni.android.mbr.yml b/metadata/com.harleensahni.android.mbr.yml
index 212dd96719..aeb127babf 100644
--- a/metadata/com.harleensahni.android.mbr.yml
+++ b/metadata/com.harleensahni.android.mbr.yml
@@ -8,14 +8,14 @@ IssueTracker: https://github.com/harleensahni/media-button-router/issues
AutoName: Media Button Router
Description: |-
- In android, app writers decide what priority they get when receiving media
- buttons (pause/play, previous, next, etc). This can be frustrating to users if
- they want to use a different app to handle these button presses on their
- Bluetooth devices.
+ In android, app writers decide what priority they get when receiving media
+ buttons (pause/play, previous, next, etc). This can be frustrating to users if
+ they want to use a different app to handle these button presses on their
+ Bluetooth devices.
- This app attempts to alleviate these pains by providing hands-free selection of
- the app you want to use to handle media buttons through text-to-speech and use
- of the previous, next, and play buttons for selection.
+ This app attempts to alleviate these pains by providing hands-free selection of
+ the app you want to use to handle media buttons through text-to-speech and use
+ of the previous, next, and play buttons for selection.
RepoType: git
Repo: https://github.com/harleensahni/media-button-router
diff --git a/metadata/com.hasi.hasid00r.yml b/metadata/com.hasi.hasid00r.yml
index a6cf23d7a4..8542487d61 100644
--- a/metadata/com.hasi.hasid00r.yml
+++ b/metadata/com.hasi.hasid00r.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/h42i/d00r-app/issues
AutoName: D00R
Description: |-
- This app lets you open the door of the Hackspace Siegen, if your SSH-Key is
- registered.
+ This app lets you open the door of the Hackspace Siegen, if your SSH-Key is
+ registered.
RepoType: git
Repo: https://github.com/h42i/d00r-app
diff --git a/metadata/com.hayaisoftware.launcher.yml b/metadata/com.hayaisoftware.launcher.yml
index e6b3db00d1..fca80e1e46 100644
--- a/metadata/com.hayaisoftware.launcher.yml
+++ b/metadata/com.hayaisoftware.launcher.yml
@@ -10,15 +10,15 @@ Changelog: https://github.com/edgarvperes/HayaiLauncher/releases
AutoName: Hayai Launcher
Summary: Fast and leightweight launcher
Description: |-
- This app isn't supported anymore. A more up-to-date fork exists, named
- https://f-droid.org/packages/com.anpmech.launcher.
+ This app isn't supported anymore. A more up-to-date fork exists, named
+ https://f-droid.org/packages/com.anpmech.launcher.
- A fast, lightweight search-based launcher. Currently the app requires no
- permissions and the APK's size is lower than 100KB.
+ A fast, lightweight search-based launcher. Currently the app requires no
+ permissions and the APK's size is lower than 100KB.
- Use it in conjunction with your current launcher as an alternative app drawer to
- quickly launch your apps. You can also launch the app enabling its permanent
- notification or by long pressing/swiping up the home button.
+ Use it in conjunction with your current launcher as an alternative app drawer to
+ quickly launch your apps. You can also launch the app enabling its permanent
+ notification or by long pressing/swiping up the home button.
RepoType: git
Repo: https://github.com/seizonsenryaku/HayaiLauncher
diff --git a/metadata/com.health.openscale.yml b/metadata/com.health.openscale.yml
index 15b980fa4c..6d1caf0cef 100644
--- a/metadata/com.health.openscale.yml
+++ b/metadata/com.health.openscale.yml
@@ -12,81 +12,81 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H5K
AutoName: openScale
Description: |-
- Monitor and track your weight, BMI, body fat, body water, muscle and other body
- metrics in an open source app that:
+ Monitor and track your weight, BMI, body fat, body water, muscle and other body
+ metrics in an open source app that:
- * has an easy to use user interface with graphs,
- * doesn't require you to create an account,
- * can be configured to only show the metrics you care about, and
- * respects your privacy and lets you decide what to do with your data.
+ * has an easy to use user interface with graphs,
+ * doesn't require you to create an account,
+ * can be configured to only show the metrics you care about, and
+ * respects your privacy and lets you decide what to do with your data.
- Bluetooth scales
+ Bluetooth scales
- openScale has built-in support for a number of Bluetooth (BLE or "smart") scales
- from many manufacturers, e.g. Beurer, Sanitas, Yunmai, Xiaomi, etc. (see model
- list below). Together with our users we constantly improve and extend the set of
- supported scales and in many cases pick up where the original app falls short.
+ openScale has built-in support for a number of Bluetooth (BLE or "smart") scales
+ from many manufacturers, e.g. Beurer, Sanitas, Yunmai, Xiaomi, etc. (see model
+ list below). Together with our users we constantly improve and extend the set of
+ supported scales and in many cases pick up where the original app falls short.
- For scales without Bluetooth, or Bluetooth scales not (yet) supported by
- openScale, measurements can be manually entered in a quick and easy way.
+ For scales without Bluetooth, or Bluetooth scales not (yet) supported by
+ openScale, measurements can be manually entered in a quick and easy way.
- Privacy
+ Privacy
- This app has no ads and requests no unnecessary permissions. The location
- permission is only needed to find a Bluetooth scale. Once found the permission
- can be revoked (or never granted if Bluetooth isn't used).
+ This app has no ads and requests no unnecessary permissions. The location
+ permission is only needed to find a Bluetooth scale. Once found the permission
+ can be revoked (or never granted if Bluetooth isn't used).
- Supported metrics
+ Supported metrics
- Weight, BMI (body mass index), body water, muscle, LBM (lean body mass), body
- fat, bone mass, waist circumference, waist-to-height ratio, hip circumference,
- waist-hip ratio, visceral fat, chest circumference, thigh circumference, biceps
- circumference, neck circumference, body fat caliper and BMR (basal metabolic
- rate). Each entry can also have an optional comment.
+ Weight, BMI (body mass index), body water, muscle, LBM (lean body mass), body
+ fat, bone mass, waist circumference, waist-to-height ratio, hip circumference,
+ waist-hip ratio, visceral fat, chest circumference, thigh circumference, biceps
+ circumference, neck circumference, body fat caliper and BMR (basal metabolic
+ rate). Each entry can also have an optional comment.
- Note: don't worry if you think the list is too long: metrics you don't use
- can be disabled and hidden.
+ Note: don't worry if you think the list is too long: metrics you don't use
+ can be disabled and hidden.
- Other features
+ Other features
- * Resizable widget to show the latest measurement on the home screen
- * Configure your weight unit: kg, lb or st
- * Set a goal to help keep your diet
- * Displays all your data on a chart and in a table to track your progress
- * Evaluates measurements and gives a quick visual feedback to show you if you're within or outside the recommended range given your age, sex, height etc.
- * Import or export your data from/into a CSV (comma separated value) file
- * Supports body fat, body water and lean body mass estimations based on scientific publications. Useful if your scale doesn't support those measurements.
- * Support for multiple users
- * Partially or fully translated into Catalan, Chinese (traditional), Czech, Dutch, English, French, Galician, German, Greek, Italian, Japanese, Norwegian Bokmål, Polish, Portuguese (Brazil), Romanian, Slovak, Spanish, Swedish and Turkish
- * Optional dark theme
+ * Resizable widget to show the latest measurement on the home screen
+ * Configure your weight unit: kg, lb or st
+ * Set a goal to help keep your diet
+ * Displays all your data on a chart and in a table to track your progress
+ * Evaluates measurements and gives a quick visual feedback to show you if you're within or outside the recommended range given your age, sex, height etc.
+ * Import or export your data from/into a CSV (comma separated value) file
+ * Supports body fat, body water and lean body mass estimations based on scientific publications. Useful if your scale doesn't support those measurements.
+ * Support for multiple users
+ * Partially or fully translated into Catalan, Chinese (traditional), Czech, Dutch, English, French, Galician, German, Greek, Italian, Japanese, Norwegian Bokmål, Polish, Portuguese (Brazil), Romanian, Slovak, Spanish, Swedish and Turkish
+ * Optional dark theme
- Supported Bluetooth scales
+ Supported Bluetooth scales
- * Custom made Bluetooth scale
- * Beurer BF700, BF710 and BF800
- * Digoo DG-S038H
- * Excelvan CF369BLE
- * Exingtech Y1
- * Hesley (Yunchen)
- * MGB
- * Medisana BS444, BS440
- * Runtastic Libra
- * Sanitas SBF70
- * Silvercrest SBF75
- * Xiaomi Mi scale v1 and v2
- * Yunmai Mini and SE
- * iHealth HS3
- * Easy Home 64050
- * and many more
+ * Custom made Bluetooth scale
+ * Beurer BF700, BF710 and BF800
+ * Digoo DG-S038H
+ * Excelvan CF369BLE
+ * Exingtech Y1
+ * Hesley (Yunchen)
+ * MGB
+ * Medisana BS444, BS440
+ * Runtastic Libra
+ * Sanitas SBF70
+ * Silvercrest SBF75
+ * Xiaomi Mi scale v1 and v2
+ * Yunmai Mini and SE
+ * iHealth HS3
+ * Easy Home 64050
+ * and many more
- Please see
- Wikipage for the full list and the level of support for each scale.
+ Please see
+ Wikipage for the full list and the level of support for each scale.
- Support
+ Support
- If you find a bug, have an idea on how to improve openScale or have a question,
- please visit the openScale project page on
- GitHub
+ If you find a bug, have an idea on how to improve openScale or have a question,
+ please visit the openScale project page on
+ GitHub
RepoType: git
Repo: https://github.com/oliexdev/openScale.git
diff --git a/metadata/com.hearham.repeaterstart.yml b/metadata/com.hearham.repeaterstart.yml
index b970983bfb..d1f424af01 100644
--- a/metadata/com.hearham.repeaterstart.yml
+++ b/metadata/com.hearham.repeaterstart.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: Connects to mapbox (also tracking), hearham.com and sentry.io
- Tracking:
- en-US: Collects analytics data via Sentry.
+ NonFreeNet:
+ en-US: Connects to mapbox (also tracking), hearham.com and sentry.io
+ Tracking:
+ en-US: Collects analytics data via Sentry.
Categories:
- Connectivity
License: GPL-2.0-only
diff --git a/metadata/com.hectorone.multismssender.yml b/metadata/com.hectorone.multismssender.yml
index c9eea15654..90229866fd 100644
--- a/metadata/com.hectorone.multismssender.yml
+++ b/metadata/com.hectorone.multismssender.yml
@@ -7,15 +7,15 @@ IssueTracker: https://git.mathux.org/mathieu/MultiSmsSender/issues
AutoName: Multi Sms
Description: |-
- * Select contacts with a list
- * Create Group gathering several contacts together
- * Integrate sent messages in the main SMS app
- * Delivery reports
+ * Select contacts with a list
+ * Create Group gathering several contacts together
+ * Integrate sent messages in the main SMS app
+ * Delivery reports
- Coming features:
+ Coming features:
- * Delivery reports support in the main SMS app
- * Phone type for phone number
+ * Delivery reports support in the main SMS app
+ * Phone type for phone number
RepoType: git
Repo: https://git.mathux.org/mathieu/MultiSmsSender.git
diff --git a/metadata/com.hermit.btreprap.yml b/metadata/com.hermit.btreprap.yml
index 4238491cf2..b9406318be 100644
--- a/metadata/com.hermit.btreprap.yml
+++ b/metadata/com.hermit.btreprap.yml
@@ -7,8 +7,8 @@ FlattrID: '434849'
AutoName: Bluetooth RepRap
Description: |-
- Print directly to a RepRap device over Bluetooth. The RepRap project is an
- initiative to develop a 3D printer that can print most of its own components.
+ Print directly to a RepRap device over Bluetooth. The RepRap project is an
+ initiative to develop a 3D printer that can print most of its own components.
RepoType: git
Repo: https://github.com/pipakin/Android-Bluetooth-Reprap.git
diff --git a/metadata/com.hexad.bluezime.hidenabler.yml b/metadata/com.hexad.bluezime.hidenabler.yml
index de257de8fa..0973214033 100644
--- a/metadata/com.hexad.bluezime.hidenabler.yml
+++ b/metadata/com.hexad.bluezime.hidenabler.yml
@@ -8,8 +8,8 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal%40hexa
AutoName: BluezIME HID Enabler
Description: |-
- Allow bluetooth HID devices like keyboards, mice and joypads to connect to your
- phone/tablet.
+ Allow bluetooth HID devices like keyboards, mice and joypads to connect to your
+ phone/tablet.
Builds:
- versionName: '1.0'
diff --git a/metadata/com.hexad.bluezime.yml b/metadata/com.hexad.bluezime.yml
index 53c5b17154..ab2a9432a7 100644
--- a/metadata/com.hexad.bluezime.yml
+++ b/metadata/com.hexad.bluezime.yml
@@ -7,26 +7,26 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal%40hexa
AutoName: Bluez IME
Description: |-
- This application installs a new IME (soft-keyboard) that can read data from a
- Bluetooth input device. Among the supported devices are: Zeemote JS1, MSI
- Chainpus BGP100, Phonejoy and iControlPad (iCP).
+ This application installs a new IME (soft-keyboard) that can read data from a
+ Bluetooth input device. Among the supported devices are: Zeemote JS1, MSI
+ Chainpus BGP100, Phonejoy and iControlPad (iCP).
- This is NOT a bluetooth keyboard driver, it ONLY supports the devices listed
- above.
+ This is NOT a bluetooth keyboard driver, it ONLY supports the devices listed
+ above.
- Analog input is supported but requires that the app you are using BluezIME with
- also supports it.
+ Analog input is supported but requires that the app you are using BluezIME with
+ also supports it.
- Some of the major emulators support BluezIME analog input, setup your controller
- inside the emulator app instead of through the BluezIME interface if possible.
+ Some of the major emulators support BluezIME analog input, setup your controller
+ inside the emulator app instead of through the BluezIME interface if possible.
- If your favorite app does not support BluezIME analog input, please write the
- publishers and ask for it!
+ If your favorite app does not support BluezIME analog input, please write the
+ publishers and ask for it!
- Confirmed to work with almost all devices from HTC, Samsung and Motorola.
+ Confirmed to work with almost all devices from HTC, Samsung and Motorola.
- Reported NOT working with any LG device with stock ROM:
- https://github.com/kenkendk/android-bluez-ime/issues/84
+ Reported NOT working with any LG device with stock ROM:
+ https://github.com/kenkendk/android-bluez-ime/issues/84
RepoType: git
Repo: https://github.com/kenkendk/android-bluez-ime
diff --git a/metadata/com.hlidskialf.android.pomodoro.yml b/metadata/com.hlidskialf.android.pomodoro.yml
index 9bf2c4ace8..86530f3400 100644
--- a/metadata/com.hlidskialf.android.pomodoro.yml
+++ b/metadata/com.hlidskialf.android.pomodoro.yml
@@ -7,13 +7,13 @@ IssueTracker: https://github.com/lithium/pomodoro/issues
AutoName: Pomodoro
Description: |-
- A tomato timer for using the Pomodoro technique. The pomodoro technique is a
- personal time management method:
+ A tomato timer for using the Pomodoro technique. The pomodoro technique is a
+ personal time management method:
- * Choose a task.
- * Work uninterrupted for 25 minutes.
- * Walk away and break for 5 minutes.
- * After 4 tomatos, take a longer break.
+ * Choose a task.
+ * Work uninterrupted for 25 minutes.
+ * Walk away and break for 5 minutes.
+ * After 4 tomatos, take a longer break.
RepoType: git
Repo: https://github.com/lithium/Pomodoro.git
diff --git a/metadata/com.hobbyone.HashDroid.yml b/metadata/com.hobbyone.HashDroid.yml
index 4246258fe1..89441cc44d 100644
--- a/metadata/com.hobbyone.HashDroid.yml
+++ b/metadata/com.hobbyone.HashDroid.yml
@@ -8,18 +8,18 @@ IssueTracker: https://github.com/HobbyOneDroid/HashDroid/issues
AutoName: Hash Droid
Description: |-
- Hash Droid is a free utility to calculate a hash from a given text or from a file stored on the device.
+ Hash Droid is a free utility to calculate a hash from a given text or from a file stored on the device.
- In this application, the available hash functions are : Adler-32, CRC-32, Haval-128, MD2, MD4, MD5, RIPEMD-128, RIPEMD-160, SHA-1, SHA-256, SHA-384, SHA-512, Tiger and Whirlpool.
- The calculated hash can be copied to the clipboard to be reused elsewhere.
+ In this application, the available hash functions are : Adler-32, CRC-32, Haval-128, MD2, MD4, MD5, RIPEMD-128, RIPEMD-160, SHA-1, SHA-256, SHA-384, SHA-512, Tiger and Whirlpool.
+ The calculated hash can be copied to the clipboard to be reused elsewhere.
- The first tab enables to calculate the hash of a given string.
- The second tab helps you to compute the hash of a file located on the internal or external memory of your device. The size of the file and the last date modified are also displayed.
- The last feature helps you to compare the calculated hash with another given hash but more generally, you can compare any hashes by just pasting them.
+ The first tab enables to calculate the hash of a given string.
+ The second tab helps you to compute the hash of a file located on the internal or external memory of your device. The size of the file and the last date modified are also displayed.
+ The last feature helps you to compare the calculated hash with another given hash but more generally, you can compare any hashes by just pasting them.
- A hash (also called checksum or digest) is a digital fingerprint, uniquely identifying a string or a file.
- Hash functions are often used in cryptography to generate strong passwords. They are also employed to check the integrity of files.
- Hash Droid is often used to check an Android ROM before flashing it.
+ A hash (also called checksum or digest) is a digital fingerprint, uniquely identifying a string or a file.
+ Hash functions are often used in cryptography to generate strong passwords. They are also employed to check the integrity of files.
+ Hash Droid is often used to check an Android ROM before flashing it.
RepoType: git
Repo: https://github.com/HobbyOneDroid/HashDroid.git
diff --git a/metadata/com.holokenmod.yml b/metadata/com.holokenmod.yml
index e8542afb5e..608566ff54 100644
--- a/metadata/com.holokenmod.yml
+++ b/metadata/com.holokenmod.yml
@@ -6,14 +6,14 @@ IssueTracker: https://github.com/queler/holokenmod/issues
AutoName: HoloKenMod
Description: |-
- Adding some bug fixes and features to https://f-droid.org/packages/com.tortuca.holoken which was: Based
- on KenKen and forked from https://f-droid.org/packages/net.cactii.mathdoku v1.9, now featuring a
- Holo-inspired design and more user-friendly functionalities.
+ Adding some bug fixes and features to https://f-droid.org/packages/com.tortuca.holoken which was: Based
+ on KenKen and forked from https://f-droid.org/packages/net.cactii.mathdoku v1.9, now featuring a
+ Holo-inspired design and more user-friendly functionalities.
- Also known as Mathdoku or Kendoku, this KenKen game will test your mental
- arithmetic and challenge your mind. The goal is to fill in the entire grid with
- numbers while meeting the operation restrictions for each grid cage. No
- description available
+ Also known as Mathdoku or Kendoku, this KenKen game will test your mental
+ arithmetic and challenge your mind. The goal is to fill in the entire grid with
+ numbers while meeting the operation restrictions for each grid cage. No
+ description available
RepoType: git
Repo: https://github.com/queler/holokenmod
@@ -31,7 +31,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/^android {/a lintOptions {\n\nabortOnError false\n\n}\n\n'
- build.gradle
+ build.gradle
- versionName: 1.4.1
versionCode: 15
diff --git a/metadata/com.howeyc.spiped.yml b/metadata/com.howeyc.spiped.yml
index 530d786fac..243ade98e2 100644
--- a/metadata/com.howeyc.spiped.yml
+++ b/metadata/com.howeyc.spiped.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/howeyc/spipedmobile/issues
AutoName: Spiped
Description: |-
- NOTE: This app is no longer maintained.
+ NOTE: This app is no longer maintained.
- Compatible with Colin Percival's original spiped utility.
+ Compatible with Colin Percival's original spiped utility.
RepoType: git
Repo: https://github.com/howeyc/spipedmobile
diff --git a/metadata/com.htruong.inputmethod.latin.yml b/metadata/com.htruong.inputmethod.latin.yml
index 8a98513ce5..c467f9176d 100644
--- a/metadata/com.htruong.inputmethod.latin.yml
+++ b/metadata/com.htruong.inputmethod.latin.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/htruong/sophia_oss/issues
AutoName: Sophia keyboard
Description: |-
- Keyboard based on AOSP Latin IME, built entirely with Android SDK/NDK. For
- Vietnamese users, Sophia Vietnamese IME automatically adds tone-marks to your
- Vietnamese input.
+ Keyboard based on AOSP Latin IME, built entirely with Android SDK/NDK. For
+ Vietnamese users, Sophia Vietnamese IME automatically adds tone-marks to your
+ Vietnamese input.
RepoType: git
Repo: https://github.com/htruong/sophia_oss.git
@@ -40,8 +40,8 @@ Builds:
ndk: r12b
MaintainerNotes: |-
- It's possible Gingerbread support will appear in next version, so remove the
- manifest patch
+ It's possible Gingerbread support will appear in next version, so remove the
+ manifest patch
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.hughes.android.dictionary.yml b/metadata/com.hughes.android.dictionary.yml
index bb1a113ff9..eac5170bf8 100644
--- a/metadata/com.hughes.android.dictionary.yml
+++ b/metadata/com.hughes.android.dictionary.yml
@@ -7,12 +7,12 @@ SourceCode: https://code.google.com/p/quickdic-dictionary/source
AutoName: QuickDic
Summary: Offline translation dictionary
Description: |-
- Uses data from Wiktionary and Beolingus to generate dictionary files that can be
- used offline. These can be downloaded from within the app. Learn how to
- construct your own dictionaries by viewing the wiki page on the website.
+ Uses data from Wiktionary and Beolingus to generate dictionary files that can be
+ used offline. These can be downloaded from within the app. Learn how to
+ construct your own dictionaries by viewing the wiki page on the website.
- Recently a fork has been created to provide updates, see
- https://f-droid.org/packages/de.reimardoeffinger.quickdic.
+ Recently a fork has been created to provide updates, see
+ https://f-droid.org/packages/de.reimardoeffinger.quickdic.
Builds:
- versionName: 3.0.1
@@ -95,7 +95,7 @@ Builds:
- mv icu4j.jar ../../libs/
MaintainerNotes: No tags, but releases can be cross-referenced with the apk in the
- source repo.
+ source repo.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.hwloc.lstopo.yml b/metadata/com.hwloc.lstopo.yml
index 65b1f038b2..637f7b5711 100644
--- a/metadata/com.hwloc.lstopo.yml
+++ b/metadata/com.hwloc.lstopo.yml
@@ -24,7 +24,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/^ splits {/,/^ }/d' -e '/applicationVariants/,/^}/d'
- build.gradle
+ build.gradle
scandelete:
- utils/hwloc/test-hwloc-compress-dir.*.tar.gz
ndk: r20
@@ -39,7 +39,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/^ splits {/,/^ }/d' -e '/applicationVariants/,/^}/d'
- build.gradle
+ build.gradle
scandelete:
- utils/hwloc/test-hwloc-compress-dir.*.tar.gz
ndk: r20
@@ -54,7 +54,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/^ splits {/,/^ }/d' -e '/applicationVariants/,/^}/d'
- build.gradle
+ build.gradle
scandelete:
- utils/hwloc/test-hwloc-compress-dir.*.tar.gz
ndk: r20
@@ -69,7 +69,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/^ splits {/,/^ }/d' -e '/applicationVariants/,/^}/d'
- build.gradle
+ build.gradle
scandelete:
- utils/hwloc/test-hwloc-compress-dir.*.tar.gz
ndk: r20
@@ -84,7 +84,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/^ splits {/,/^ }/d' -e '/applicationVariants/,/^}/d'
- build.gradle
+ build.gradle
scandelete:
- utils/hwloc/test-hwloc-compress-dir.*.tar.gz
ndk: r20
diff --git a/metadata/com.hykwok.CurrencyConverter.yml b/metadata/com.hykwok.CurrencyConverter.yml
index 4a595551b6..f8f61e8754 100644
--- a/metadata/com.hykwok.CurrencyConverter.yml
+++ b/metadata/com.hykwok.CurrencyConverter.yml
@@ -6,13 +6,13 @@ SourceCode: https://code.google.com/p/android-currency-converter/source
AutoName: Currency Converter
Description: |-
- A simple currency converter. It retrieves reference exchange rates from the
- European Central Bank (ECB), so supports
- these
- currencies.
+ A simple currency converter. It retrieves reference exchange rates from the
+ European Central Bank (ECB), so supports
+ these
+ currencies.
- To have up to date rates, you need to enable "Background Update" in the
- "Preferences" page.
+ To have up to date rates, you need to enable "Background Update" in the
+ "Preferences" page.
Builds:
- versionName: '1.1'
diff --git a/metadata/com.hyperionics.fbreader.plugin.tts_plus.yml b/metadata/com.hyperionics.fbreader.plugin.tts_plus.yml
index 3be49bfb73..a5a684d422 100644
--- a/metadata/com.hyperionics.fbreader.plugin.tts_plus.yml
+++ b/metadata/com.hyperionics.fbreader.plugin.tts_plus.yml
@@ -8,13 +8,13 @@ IssueTracker: https://github.com/gregko/TtsPlus-FBReader/issues
AutoName: FBReader TTS+ Plugin
Description: |-
- Set rate , pitch, volume, language. Pause at the end of sentences. Better
- Bluetooth support that can control the app from another app. Just choose Speak+
- from the FBReader context menu to activate.
+ Set rate , pitch, volume, language. Pause at the end of sentences. Better
+ Bluetooth support that can control the app from another app. Just choose Speak+
+ from the FBReader context menu to activate.
- The internet permission exists to enable the sending of crash logs to the
- developer. In the event of a crash a dialogue will be displayed requesting your
- permission to send the logs.
+ The internet permission exists to enable the sending of crash logs to the
+ developer. In the event of a crash a dialogue will be displayed requesting your
+ permission to send the logs.
RepoType: git
Repo: https://github.com/gregko/TtsPlus-FBReader.git
@@ -79,9 +79,9 @@ Builds:
prebuild: sed -i -e '/proguard/d' project.properties
MaintainerNotes: |-
- Current version uses two native libs TtsNativeLibSmall and
- atVoiceLibs which currently won't be released according to
- the dev: http://hyperionics.com/forum2/tm.aspx?m=10748
+ Current version uses two native libs TtsNativeLibSmall and
+ atVoiceLibs which currently won't be released according to
+ the dev: http://hyperionics.com/forum2/tm.aspx?m=10748
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.iamtrk.androidexplorer.yml b/metadata/com.iamtrk.androidexplorer.yml
index 824a20672c..0f6ade3a51 100644
--- a/metadata/com.iamtrk.androidexplorer.yml
+++ b/metadata/com.iamtrk.androidexplorer.yml
@@ -8,16 +8,16 @@ IssueTracker: https://github.com/iamtrk/Device-Explorer/issues
AutoName: Android Explorer
Description: |-
- Get various hardware and software information from the device:
+ Get various hardware and software information from the device:
- * Device IDs information (IMEI, IMSI, SIM Serial, Android ID, MAC Address).
- * Build data (Manufacturer, OS Version, CPU Architecture).
- * CPU & RAM Usage.
- * Root & Encryption check.
- * Display information.
- * File system information.
- * Kernel details.
- * Runtime information.
+ * Device IDs information (IMEI, IMSI, SIM Serial, Android ID, MAC Address).
+ * Build data (Manufacturer, OS Version, CPU Architecture).
+ * CPU & RAM Usage.
+ * Root & Encryption check.
+ * Display information.
+ * File system information.
+ * Kernel details.
+ * Runtime information.
RepoType: git
Repo: https://github.com/iamtrk/Device-Explorer
diff --git a/metadata/com.iatfei.streakalarm.yml b/metadata/com.iatfei.streakalarm.yml
index fc3d0edb20..3d3606d075 100644
--- a/metadata/com.iatfei.streakalarm.yml
+++ b/metadata/com.iatfei.streakalarm.yml
@@ -11,19 +11,19 @@ Changelog: https://github.com/fei0316/snapstreak-alarm/releases
AutoName: Streak Alarm
Description: |-
- Reminds you to keep streaks by firing notification at user-defined intervals.
- Only works if you have friends.
- This is my first app project!
+ Reminds you to keep streaks by firing notification at user-defined intervals.
+ Only works if you have friends.
+ This is my first app project!
- Features:
- * Custom reminder interval from 1 to 22 hours
- * Notification stays until streaks are sent so you won't miss it
- * Snooze reminder for custom amount of time
- * Mark streaks sent (also directly in notification)
- * Mark streaks sent some time earlier
- * Open Snapchat (also in notification)
- * Automatically disable notifications if ignored for long time
- * Drop me an email if you have any suggestions!
+ Features:
+ * Custom reminder interval from 1 to 22 hours
+ * Notification stays until streaks are sent so you won't miss it
+ * Snooze reminder for custom amount of time
+ * Mark streaks sent (also directly in notification)
+ * Mark streaks sent some time earlier
+ * Open Snapchat (also in notification)
+ * Automatically disable notifications if ignored for long time
+ * Drop me an email if you have any suggestions!
RepoType: git
Repo: https://github.com/fei0316/snapstreak-alarm
diff --git a/metadata/com.iazasoft.footguy.yml b/metadata/com.iazasoft.footguy.yml
index 84eb08bf26..a996bd5193 100644
--- a/metadata/com.iazasoft.footguy.yml
+++ b/metadata/com.iazasoft.footguy.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/elboza/footguy/issues
AutoName: Footguy
Description: |-
- Footguy is an internet relic. Tap the footguy widget to see your uptime.
- Double-tap for preferences (the launcher entry might not work)
+ Footguy is an internet relic. Tap the footguy widget to see your uptime.
+ Double-tap for preferences (the launcher entry might not work)
RepoType: git
Repo: https://github.com/elboza/footguy
diff --git a/metadata/com.iboalali.sysnotifsnooze.yml b/metadata/com.iboalali.sysnotifsnooze.yml
index 79ff055d06..c47781d229 100644
--- a/metadata/com.iboalali.sysnotifsnooze.yml
+++ b/metadata/com.iboalali.sysnotifsnooze.yml
@@ -9,10 +9,10 @@ SourceCode: https://github.com/gloomy-ghost/sysnotifsnooze
Name: Hide "running in the background" Notification
AutoName: Hide \"running in the background\" Notification
Description: |-
- Hide the annoying "running in the background" notification with this simple
- and small app. Just keep it installed and this annoying notification will
- never appear again. You can choose for which app this notification should
- be hidden.
+ Hide the annoying "running in the background" notification with this simple
+ and small app. Just keep it installed and this annoying notification will
+ never appear again. You can choose for which app this notification should
+ be hidden.
RepoType: git
Repo: https://github.com/gloomy-ghost/sysnotifsnooze.git
diff --git a/metadata/com.ibrahimyousre.resumebuilder.yml b/metadata/com.ibrahimyousre.resumebuilder.yml
index f8bdaa6602..03748dbcdd 100644
--- a/metadata/com.ibrahimyousre.resumebuilder.yml
+++ b/metadata/com.ibrahimyousre.resumebuilder.yml
@@ -9,8 +9,8 @@ Changelog: https://github.com/IbrahimYousre/Resume-Builder/releases
AutoName: Resume Builder
Description: |-
- Build a professional looking resume in no more than 5 minutes. This is
- build to be fast, easy and user friendly.
+ Build a professional looking resume in no more than 5 minutes. This is
+ build to be fast, easy and user friendly.
RepoType: git
Repo: https://github.com/IbrahimYousre/Resume-Builder.git
diff --git a/metadata/com.icechen1.notable.pro.yml b/metadata/com.icechen1.notable.pro.yml
index a715698bd7..47c8fc2965 100644
--- a/metadata/com.icechen1.notable.pro.yml
+++ b/metadata/com.icechen1.notable.pro.yml
@@ -9,25 +9,25 @@ IssueTracker: https://github.com/icechen1/Notable/issues
AutoName: Notable Plus
Description: |-
- Allows you to set reminders and notes in your notification bar.
+ Allows you to set reminders and notes in your notification bar.
- Features:
+ Features:
- * Multi-line reminders
- * Alarms
- * Reminder History
- * DeskClock Extension!
- * Detail screen to see more information
- * Different color flags (icons)
- * Voice recognition shortcut
- * Swipe to remove reminder (option to turn it on/off in options)
- * Option to turn a quick shortcut on and off in the settings
- * Quick Share to Notable
- * Design inspired from the Holo / Google Now cards
- * Click to dismiss the notification
- * Restore previous reminders after a reboot
- * (Android 4.1+) Edit notifications, expandable notifications
- * (Android 4.1+) Hide the checkmarks from the status bar by setting priority as MINIMUM
+ * Multi-line reminders
+ * Alarms
+ * Reminder History
+ * DeskClock Extension!
+ * Detail screen to see more information
+ * Different color flags (icons)
+ * Voice recognition shortcut
+ * Swipe to remove reminder (option to turn it on/off in options)
+ * Option to turn a quick shortcut on and off in the settings
+ * Quick Share to Notable
+ * Design inspired from the Holo / Google Now cards
+ * Click to dismiss the notification
+ * Restore previous reminders after a reboot
+ * (Android 4.1+) Edit notifications, expandable notifications
+ * (Android 4.1+) Hide the checkmarks from the status bar by setting priority as MINIMUM
RepoType: git
Repo: https://github.com/icechen1/Notable
@@ -42,7 +42,7 @@ Builds:
rm:
- notableLibrary/libs/*.jar
prebuild: sed -i -e '/support-v4/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- ../notableLibrary/build.gradle
+ ../notableLibrary/build.gradle
- versionName: 1.5.7
versionCode: 41
@@ -53,7 +53,7 @@ Builds:
rm:
- notableLibrary/libs/*.jar
prebuild: sed -i -e '/support-v4/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- ../notableLibrary/build.gradle
+ ../notableLibrary/build.gradle
- versionName: 1.5.8
versionCode: 42
@@ -77,7 +77,7 @@ Builds:
rm:
- notableLibrary/libs/*.jar
prebuild: sed -i -e '/support-v4/acompile "com.google.android.apps.dashclock:dashclock-api:2.0.0"'
- ../notableLibrary/build.gradle
+ ../notableLibrary/build.gradle
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.icecondor.nest.yml b/metadata/com.icecondor.nest.yml
index f9007d12a2..500b6433c2 100644
--- a/metadata/com.icecondor.nest.yml
+++ b/metadata/com.icecondor.nest.yml
@@ -7,16 +7,16 @@ IssueTracker: https://github.com/icecondor/android/issues
AutoName: IceCondor
Description: |-
- IceCondor is advanced location recording and sharing.
+ IceCondor is advanced location recording and sharing.
- While the app has an on/off control, it is meant to run all day. Also this app
- records and pushes data. Using the data is done on icecondor.com.
+ While the app has an on/off control, it is meant to run all day. Also this app
+ records and pushes data. Using the data is done on icecondor.com.
- * Time based URLs for easy temporary sharing with anyone
- * Friending for permanent sharing
- * Polygon Geo-Fences
+ * Time based URLs for easy temporary sharing with anyone
+ * Friending for permanent sharing
+ * Polygon Geo-Fences
- Location sharing opens a wealth of useful social information.
+ Location sharing opens a wealth of useful social information.
RepoType: git
Repo: https://github.com/icecondor/android.git
diff --git a/metadata/com.ichi2.anki.yml b/metadata/com.ichi2.anki.yml
index 5999092993..7fa367d554 100644
--- a/metadata/com.ichi2.anki.yml
+++ b/metadata/com.ichi2.anki.yml
@@ -14,22 +14,22 @@ OpenCollective: ankidroid
AutoName: AnkiDroid
Description: |-
- Anki is a program which makes remembering things easy. Because it is a lot more
- efficient than traditional study methods, you can either greatly decrease your
- time spent studying, or greatly increase the amount you learn. AnkiDroid is the
- Android port of Anki, and is compatible with Anki data.
+ Anki is a program which makes remembering things easy. Because it is a lot more
+ efficient than traditional study methods, you can either greatly decrease your
+ time spent studying, or greatly increase the amount you learn. AnkiDroid is the
+ Android port of Anki, and is compatible with Anki data.
- Opt-in synchronization uses the non-free AnkiWeb service by default, but this can be
- changed in the settings to use, for example, an instance of the unofficial
- Anki Sync Server).
+ Opt-in synchronization uses the non-free AnkiWeb service by default, but this can be
+ changed in the settings to use, for example, an instance of the unofficial
+ Anki Sync Server).
- Opt-in / off-by-default crash reporting will send data to a private / AnkiDroid
- open source team controlled crash reporting server if enabled. This data is only
- used to help fix crash bugs.
+ Opt-in / off-by-default crash reporting will send data to a private / AnkiDroid
+ open source team controlled crash reporting server if enabled. This data is only
+ used to help fix crash bugs.
- Opt-in / off-by-default analytics will send data to Google Analytics via an
- an open-source implementation of the analytics API if enabled. This data is only
- used to focus developer efforts on popular features.
+ Opt-in / off-by-default analytics will send data to Google Analytics via an
+ an open-source implementation of the analytics API if enabled. This data is only
+ used to focus developer efforts on popular features.
RepoType: git
Repo: https://github.com/ankidroid/Anki-Android.git
diff --git a/metadata/com.ideasfrombrain.search_based_launcher_v2.yml b/metadata/com.ideasfrombrain.search_based_launcher_v2.yml
index 8c4bff507f..016b01fe31 100644
--- a/metadata/com.ideasfrombrain.search_based_launcher_v2.yml
+++ b/metadata/com.ideasfrombrain.search_based_launcher_v2.yml
@@ -12,17 +12,17 @@ Bitcoin: 1NapZs8brWNifGk7QFemqTByczdBAAg9cA
Name: Search Based Launcher v2
Summary: Minimalistic home-screen
Description: |-
- This app has been deprecated in favor of https://f-droid.org/packages/com.vackosar.searchbasedlauncher.
+ This app has been deprecated in favor of https://f-droid.org/packages/com.vackosar.searchbasedlauncher.
- * When the results narrow down to one app, it can be automaticaly started (Autostart button).
- * Add any activity of any app on your device to list of apps (e.g. Wifi settings, ...).
- * Hide any app from list of apps adding it to the hide list.
- * Rename any app however you like.
- * Icons of apps and wallpapers are not displayed, freeing up RAM.
- * The space character " " is mapped to the "any set of characters". (i.e. in terms of REGEX " " is replaced with "*." )
- * Advanced search using REGEX.
- * Includes basic widgets for Wifi, camera etc.
- * Works as a home-screen or normal app
+ * When the results narrow down to one app, it can be automaticaly started (Autostart button).
+ * Add any activity of any app on your device to list of apps (e.g. Wifi settings, ...).
+ * Hide any app from list of apps adding it to the hide list.
+ * Rename any app however you like.
+ * Icons of apps and wallpapers are not displayed, freeing up RAM.
+ * The space character " " is mapped to the "any set of characters". (i.e. in terms of REGEX " " is replaced with "*." )
+ * Advanced search using REGEX.
+ * Includes basic widgets for Wifi, camera etc.
+ * Works as a home-screen or normal app
RepoType: git
Repo: https://github.com/vackosar/search-based-launcher-v2.git
diff --git a/metadata/com.idunnololz.igo.yml b/metadata/com.idunnololz.igo.yml
index f3beaea4fa..e7995f5982 100644
--- a/metadata/com.idunnololz.igo.yml
+++ b/metadata/com.idunnololz.igo.yml
@@ -8,17 +8,17 @@ IssueTracker: https://github.com/idunnololz/igo/issues
AutoName: igo
Description: |-
- Play the ancient Chinese board game against another human opponent locally.
+ Play the ancient Chinese board game against another human opponent locally.
- Go is a simple yet deep strategic board game thought to have been invented
- some 2500 years ago in China. Today the game is played by both amateurs and
- professionals alike world wide.
+ Go is a simple yet deep strategic board game thought to have been invented
+ some 2500 years ago in China. Today the game is played by both amateurs and
+ professionals alike world wide.
- igo is a simple yet powerful Go app that will allow users to play a
- game of Go against another player. The app is also capable of reading .sgf
- (Smart Game Format, a popular format in which Go games are saved) files so
- you can review your games or other player's games on the go on your Android
- device.
+ igo is a simple yet powerful Go app that will allow users to play a
+ game of Go against another player. The app is also capable of reading .sgf
+ (Smart Game Format, a popular format in which Go games are saved) files so
+ you can review your games or other player's games on the go on your Android
+ device.
RepoType: git
Repo: https://github.com/idunnololz/igo/
diff --git a/metadata/com.igormaznitsa.piratedice.yml b/metadata/com.igormaznitsa.piratedice.yml
index d38114d64c..3813c21342 100644
--- a/metadata/com.igormaznitsa.piratedice.yml
+++ b/metadata/com.igormaznitsa.piratedice.yml
@@ -10,8 +10,8 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=AHW
AutoName: PirateDice
Description: |-
- A special virtual dice for the "Pirates" board game created by Vasily Golytsyn
- in 1934.
+ A special virtual dice for the "Pirates" board game created by Vasily Golytsyn
+ in 1934.
RepoType: git
Repo: https://github.com/raydac/AndroidPirateDice.git
@@ -28,8 +28,8 @@ Builds:
prebuild: cp -fR $$SVGAndroid2-raydac$$/src/main/java/com src/main/java/
MaintainerNotes: |-
- * Our SVGAndroid is missing SVG.resizePictureAsBitmap, so maybe we are using the wrong
- version. Wait for https://github.com/raydac/AndroidPirateDice/issues/3 .
+ * Our SVGAndroid is missing SVG.resizePictureAsBitmap, so maybe we are using the wrong
+ version. Wait for https://github.com/raydac/AndroidPirateDice/issues/3 .
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/com.ihunda.android.binauralbeat.yml b/metadata/com.ihunda.android.binauralbeat.yml
index eb6e3678ff..ca60598d94 100644
--- a/metadata/com.ihunda.android.binauralbeat.yml
+++ b/metadata/com.ihunda.android.binauralbeat.yml
@@ -9,19 +9,19 @@ IssueTracker: https://github.com/GiorgioRegni/Binaural-Beats/issues
AutoName: Binaural Beats Therapy
Description: |-
- Binaural Beats stimulates your brain by sending special auditory artifacts
- directly into your headphones to produce subtle changes in behavior through
- entrainment of brainwaves frequency. Brain activity operates in waves whose
- frequency can be encouraged to change by the sound waves produced in the app.
+ Binaural Beats stimulates your brain by sending special auditory artifacts
+ directly into your headphones to produce subtle changes in behavior through
+ entrainment of brainwaves frequency. Brain activity operates in waves whose
+ frequency can be encouraged to change by the sound waves produced in the app.
- This app claims to help induce relaxation, creativity and many other desirable
- mental states.
+ This app claims to help induce relaxation, creativity and many other desirable
+ mental states.
- The app automatically pauses and resume if a phone call arrives. This is why
- PHONE_STATE permissions are required.
+ The app automatically pauses and resume if a phone call arrives. This is why
+ PHONE_STATE permissions are required.
- New versions has non-free deps, please use
- https://f-droid.org/packages/com.github.axet.binauralbeats instead.
+ New versions has non-free deps, please use
+ https://f-droid.org/packages/com.github.axet.binauralbeats instead.
RepoType: git
Repo: https://github.com/GiorgioRegni/Binaural-Beats.git
@@ -39,9 +39,9 @@ Builds:
- sed -i '375d' src/com/ihunda/android/binauralbeat/BBeat.java
MaintainerNotes: |-
- RepoManifest used for indication of changes only. Commits that change
- AndroidManifest.xml are not made at release time, if at all, and source code
- is rarely up to date or correct.
+ RepoManifest used for indication of changes only. Commits that change
+ AndroidManifest.xml are not made at release time, if at all, and source code
+ is rarely up to date or correct.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.ilm.sandwich.yml b/metadata/com.ilm.sandwich.yml
index b2946e188d..6585848237 100644
--- a/metadata/com.ilm.sandwich.yml
+++ b/metadata/com.ilm.sandwich.yml
@@ -10,10 +10,10 @@ Changelog: https://github.com/Phantast/smartnavi/releases
AutoName: SmartNavi
Description: |-
- Step based and GPS independent pedestrian navigation with OpenStreetMap support.
- By using the internal sensors of your smartphone, SmartNavi saves up to 80%
- battery compared to other navigation apps. It detects your steps and your
- direction to make you independent from GPS.
+ Step based and GPS independent pedestrian navigation with OpenStreetMap support.
+ By using the internal sensors of your smartphone, SmartNavi saves up to 80%
+ battery compared to other navigation apps. It detects your steps and your
+ direction to make you independent from GPS.
RepoType: git
Repo: https://github.com/Phantast/smartnavi
diff --git a/metadata/com.inator.calculator.yml b/metadata/com.inator.calculator.yml
index e05b53d1d9..6adf907e37 100644
--- a/metadata/com.inator.calculator.yml
+++ b/metadata/com.inator.calculator.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: The Exchange-rate API uses is not libre.
+ NonFreeNet:
+ en-US: The Exchange-rate API uses is not libre.
Categories:
- Money
- System
diff --git a/metadata/com.indieweb.indigenous.yml b/metadata/com.indieweb.indigenous.yml
index 869ed777b7..6a996496eb 100644
--- a/metadata/com.indieweb.indigenous.yml
+++ b/metadata/com.indieweb.indigenous.yml
@@ -10,36 +10,36 @@ Changelog: https://github.com/marksuth/indigenous-android/releases
AutoName: IndiePass
Description: |-
- An app with extensions for sharing information using your IndieWeb domain or Fediverse account like Mastodon or Pixelfed. More information on
- https://indigenous.marksuth.dev and https://indieweb.org/Indigenous
+ An app with extensions for sharing information using your IndieWeb domain or Fediverse account like Mastodon or Pixelfed. More information on
+ https://indigenous.marksuth.dev and https://indieweb.org/Indigenous
- General Functionality:
+ General Functionality:
- * Login with IndieWeb domains or Fediverse services.
- * IndieWeb: discover indieauth, micropub, microsub and media endpoints. The micropub and microsub endpoints are optional, but at least one should be available. PKCE support for additional security when authenticating.
- * Fediverse: Mastodon, Pleroma and Pixelfed.
- * Share intents: receive text or images from other apps to directly share.
+ * Login with IndieWeb domains or Fediverse services.
+ * IndieWeb: discover indieauth, micropub, microsub and media endpoints. The micropub and microsub endpoints are optional, but at least one should be available. PKCE support for additional security when authenticating.
+ * Fediverse: Mastodon, Pleroma and Pixelfed.
+ * Share intents: receive text or images from other apps to directly share.
- Post functionality:
+ Post functionality:
- * post types: article, note, reply, repost, like, bookmark, event, issue and rsvp
- * add image, tags, toggle syndication targets
- * send images to media endpoint
- * share location on note, article and event
- * Toggle post-status (published vs draft)
- * Save articles, notes or replies as draft
- * Query, update and delete: get a list of posts and update basic properties (experimental)
+ * post types: article, note, reply, repost, like, bookmark, event, issue and rsvp
+ * add image, tags, toggle syndication targets
+ * send images to media endpoint
+ * share location on note, article and event
+ * Toggle post-status (published vs draft)
+ * Save articles, notes or replies as draft
+ * Query, update and delete: get a list of posts and update basic properties (experimental)
- Reader functionality:
+ Reader functionality:
- * read channels, with pull to refresh
- * read items per channel, with pull to refresh
- * reply, like, repost, rsvp or bookmark directly
- * go to external URL
- * listen to audio if available
- * watch videos
- * view fullscreen images, zoom and pinch
+ * read channels, with pull to refresh
+ * read items per channel, with pull to refresh
+ * reply, like, repost, rsvp or bookmark directly
+ * go to external URL
+ * listen to audio if available
+ * watch videos
+ * view fullscreen images, zoom and pinch
RepoType: git
Repo: https://github.com/marksuth/indigenous-android
diff --git a/metadata/com.infomaniak.drive.yml b/metadata/com.infomaniak.drive.yml
index ed5ae07773..387b50cf72 100644
--- a/metadata/com.infomaniak.drive.yml
+++ b/metadata/com.infomaniak.drive.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: The Infomaniak service itself is not libre.
- Tracking:
- en-US: Uses Sentry for analytics, which is enabled by default.
+ NonFreeNet:
+ en-US: The Infomaniak service itself is not libre.
+ Tracking:
+ en-US: Uses Sentry for analytics, which is enabled by default.
Categories:
- Internet
License: GPL-3.0-only
diff --git a/metadata/com.infomaniak.mail.yml b/metadata/com.infomaniak.mail.yml
index 730309d1d5..1f1402dab6 100644
--- a/metadata/com.infomaniak.mail.yml
+++ b/metadata/com.infomaniak.mail.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: The Infomaniak mail service itself is not libre.
- Tracking:
- en-US: Crash and bug reports are enabled by default.
+ NonFreeNet:
+ en-US: The Infomaniak mail service itself is not libre.
+ Tracking:
+ en-US: Crash and bug reports are enabled by default.
Categories:
- Internet
License: GPL-3.0-only
diff --git a/metadata/com.infomaniak.meet.yml b/metadata/com.infomaniak.meet.yml
index 2de163b1a2..c27a863e6c 100644
--- a/metadata/com.infomaniak.meet.yml
+++ b/metadata/com.infomaniak.meet.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Connects to Dropbox.
+ NonFreeNet:
+ en-US: Connects to Dropbox.
Categories:
- Phone & SMS
License: Apache-2.0
diff --git a/metadata/com.infomaniak.sync.yml b/metadata/com.infomaniak.sync.yml
index 38d7de2c63..3da1549279 100644
--- a/metadata/com.infomaniak.sync.yml
+++ b/metadata/com.infomaniak.sync.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Infomaniak service itself is not libre.
+ NonFreeNet:
+ en-US: Infomaniak service itself is not libre.
Categories:
- Internet
License: GPL-3.0-only
diff --git a/metadata/com.infonuascape.osrshelper.yml b/metadata/com.infonuascape.osrshelper.yml
index 61021d20d8..b1d8de470c 100644
--- a/metadata/com.infonuascape.osrshelper.yml
+++ b/metadata/com.infonuascape.osrshelper.yml
@@ -9,31 +9,31 @@ IssueTracker: https://github.com/OSRSHelper/OSRSHelper/issues
AutoName: OSRS Helper
Description: |-
- View stats of your OldSchool Runescape
- character.
+ View stats of your OldSchool Runescape
+ character.
- Do you sometimes feel the urgent need to look up your total level or your daily
- gainz on Old School Runescape, but cannot because you're away from the computer?
- How many times have you missed that golden opportunity to show that girl at the
- bar that you have a max cape and that you once gained 1.4m cooking experience in
- a single day?
+ Do you sometimes feel the urgent need to look up your total level or your daily
+ gainz on Old School Runescape, but cannot because you're away from the computer?
+ How many times have you missed that golden opportunity to show that girl at the
+ bar that you have a max cape and that you once gained 1.4m cooking experience in
+ a single day?
- We solved that problem for you. With this app, you'll be able to:
+ We solved that problem for you. With this app, you'll be able to:
- * Check the hiscores (regular, ironman, ultimate IM, hardcore IM);
- * Share your hiscores with your friends;
- * Consult the Crystal Math Labs (CML) experience tracker;
- * Check out the top experience gains for players tracked with CML;
- * Keep track of your Efficient Hours Played (EHP);
- * Consult the Grand Exchange database;
- * Add widgets to your homescreen! Display your stats/track any item's GE value (Powered by OSBuddy);
- * Set your local RS profile, don't have to type your RSN all the time;
- * Use a dynamic combat calculator;
- * Keep up with OSRS news;
- * Get notified in near-realtime of new OSRS blog posts;
- * Browse the worldmap, with various pre-defined points of interest.
+ * Check the hiscores (regular, ironman, ultimate IM, hardcore IM);
+ * Share your hiscores with your friends;
+ * Consult the Crystal Math Labs (CML) experience tracker;
+ * Check out the top experience gains for players tracked with CML;
+ * Keep track of your Efficient Hours Played (EHP);
+ * Consult the Grand Exchange database;
+ * Add widgets to your homescreen! Display your stats/track any item's GE value (Powered by OSBuddy);
+ * Set your local RS profile, don't have to type your RSN all the time;
+ * Use a dynamic combat calculator;
+ * Keep up with OSRS news;
+ * Get notified in near-realtime of new OSRS blog posts;
+ * Browse the worldmap, with various pre-defined points of interest.
- and more!
+ and more!
RepoType: git
Repo: https://github.com/OSRSHelper/OSRSHelper
diff --git a/metadata/com.innodroid.mongobrowser.yml b/metadata/com.innodroid.mongobrowser.yml
index a7953250d9..14bc44992f 100644
--- a/metadata/com.innodroid.mongobrowser.yml
+++ b/metadata/com.innodroid.mongobrowser.yml
@@ -7,13 +7,13 @@ IssueTracker: https://github.com/grennis/mongoexplorer/issues
AutoName: Mongo Explorer
Description: |-
- Mongo database client UI for Android! Featuring:
+ Mongo database client UI for Android! Featuring:
- * Connect to MongoDB databases (MongoHQ, MongoLab, custom...)
- * List, add, and remove collections
- * Add, edit and delete documents
- * Browse documents
- * Write custom queries
+ * Connect to MongoDB databases (MongoHQ, MongoLab, custom...)
+ * List, add, and remove collections
+ * Add, edit and delete documents
+ * Browse documents
+ * Write custom queries
RepoType: git
Repo: https://github.com/grennis/MongoExplorer.git
diff --git a/metadata/com.integralblue.callerid.yml b/metadata/com.integralblue.callerid.yml
index 5c0eca8e13..76d747c872 100644
--- a/metadata/com.integralblue.callerid.yml
+++ b/metadata/com.integralblue.callerid.yml
@@ -6,9 +6,9 @@ SourceCode: https://gitorious.org/callerid-for-android/mainline
AutoName: CallerID
Description: |-
- Uses a web service to provide information about an incoming caller based on
- their number. It works in certain European countries, the U.S., Canada and
- Australia: see the website for more information. The web service is also FOSS.
+ Uses a web service to provide information about an incoming caller based on
+ their number. It works in certain European countries, the U.S., Canada and
+ Australia: see the website for more information. The web service is also FOSS.
Builds:
- versionName: '1.6'
@@ -19,8 +19,8 @@ Builds:
prebuild: sed -i 's/1.4-SNAPSHOT/1.6/' pom.xml ../pom.xml
MaintainerNotes: |-
- * SourceCode disappeared with Gitorius.
- * App was unlisted from Google Play in 2/2018
+ * SourceCode disappeared with Gitorius.
+ * App was unlisted from Google Play in 2/2018
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.internalpositioning.find3.find3app.yml b/metadata/com.internalpositioning.find3.find3app.yml
index e42aba657a..67c2246fe5 100644
--- a/metadata/com.internalpositioning.find3.find3app.yml
+++ b/metadata/com.internalpositioning.find3.find3app.yml
@@ -10,33 +10,33 @@ Changelog: https://github.com/schollz/find3-android-scanner/releases
AutoName: FIND3 Scanner
Description: |-
- FIND3 is a minimal Android app for using with
- FIND3. This app will allow you to use
- your phone to perform constant scans of Bluetooth and WiFi signals and levels
- that can be associated with certain locations in your home to allow internal
- positioning. To receive the data, the FIND3
- public server can be used or a personal server can be deployed.
+ FIND3 is a minimal Android app for using with
+ FIND3. This app will allow you to use
+ your phone to perform constant scans of Bluetooth and WiFi signals and levels
+ that can be associated with certain locations in your home to allow internal
+ positioning. To receive the data, the FIND3
+ public server can be used or a personal server can be deployed.
- The Framework for Internal Navigation and Discovery (FIND) is like GPS, but for
- your every room in your house/business, with using only a simple smartphone or
- laptop.
+ The Framework for Internal Navigation and Discovery (FIND) is like GPS, but for
+ your every room in your house/business, with using only a simple smartphone or
+ laptop.
- Your device (laptop or a smartphone) tracks itself by actively scanning for
- nearby Bluetooth/WiFi devices and records their signal strengths and
- classifying them based on known signal strengths for a given location.
+ Your device (laptop or a smartphone) tracks itself by actively scanning for
+ nearby Bluetooth/WiFi devices and records their signal strengths and
+ classifying them based on known signal strengths for a given location.
- This repository is a complete re-write of the [github.com/schollz/find previous
- version of FIND]. The API for sending fingerprints (/track and /learn) is
- backward compatible. There are several notable improvements on the previous
- version:
+ This repository is a complete re-write of the [github.com/schollz/find previous
+ version of FIND]. The API for sending fingerprints (/track and /learn) is
+ backward compatible. There are several notable improvements on the previous
+ version:
- * Support for any data source, Bluetooth / WiFi / magnetic fields / etc. (previously just WiFi)
- * Passive scanning built-in (previously required a separate server)
- * Support for Bluetooth scanning in scanning utility (previously just WiFi)
- * Meta-learning with 10 different machine learning classifiers (previously just three)
- * Client uses Websockets+React which reduces bandwidth (and coding complexity)
- * Rolling compression of mac addresses for much smaller on-disk databases (see mapslimmer)
- * Data storage in SQLITE-database (previously it was BoltDB)
+ * Support for any data source, Bluetooth / WiFi / magnetic fields / etc. (previously just WiFi)
+ * Passive scanning built-in (previously required a separate server)
+ * Support for Bluetooth scanning in scanning utility (previously just WiFi)
+ * Meta-learning with 10 different machine learning classifiers (previously just three)
+ * Client uses Websockets+React which reduces bandwidth (and coding complexity)
+ * Rolling compression of mac addresses for much smaller on-disk databases (see mapslimmer)
+ * Data storage in SQLITE-database (previously it was BoltDB)
RepoType: git
Repo: https://github.com/schollz/find3-android-scanner
diff --git a/metadata/com.intervigil.micdroid.yml b/metadata/com.intervigil.micdroid.yml
index e9eae76dd7..388f08b86a 100644
--- a/metadata/com.intervigil.micdroid.yml
+++ b/metadata/com.intervigil.micdroid.yml
@@ -9,13 +9,13 @@ IssueTracker: https://github.com/intervigilium/MicDroid/issues
AutoName: MicDroid
Description: |-
- Produces the pitch correction effect made famous by T-Pain. It's based on the
- AutoTalent pitch-correcting LADSPA plugin, by Tom Baran.
+ Produces the pitch correction effect made famous by T-Pain. It's based on the
+ AutoTalent pitch-correcting LADSPA plugin, by Tom Baran.
- There isn't an integrated audio player so you might want to install an audio
- player that can handle files, such as https://f-droid.org/packages/com.android.music or https://f-droid.org/packages/net.avs234.
+ There isn't an integrated audio player so you might want to install an audio
+ player that can handle files, such as https://f-droid.org/packages/com.android.music or https://f-droid.org/packages/net.avs234.
- A proprietary ad library was removed.
+ A proprietary ad library was removed.
RepoType: git
Repo: https://github.com/intervigilium/MicDroid.git
diff --git a/metadata/com.intrications.android.sharebrowser.yml b/metadata/com.intrications.android.sharebrowser.yml
index 10b54975bc..743789547e 100644
--- a/metadata/com.intrications.android.sharebrowser.yml
+++ b/metadata/com.intrications.android.sharebrowser.yml
@@ -8,12 +8,12 @@ IssueTracker: https://github.com/intrications/browser-intercept/issues
AutoName: Browser Intercept - Share URL
Description: |-
- When opening a web URL from an app Android never show you the address, only a
- choice of browsers or opens the default browser.
+ When opening a web URL from an app Android never show you the address, only a
+ choice of browsers or opens the default browser.
- This app allows you to share the URL, so you can see what domain it is. You can
- install https://f-droid.org/packages/com.nightshadelabs.anotherbrowser to give an option to return to a
- browser option.
+ This app allows you to share the URL, so you can see what domain it is. You can
+ install https://f-droid.org/packages/com.nightshadelabs.anotherbrowser to give an option to return to a
+ browser option.
RepoType: git
Repo: https://github.com/intrications/browser-intercept.git
diff --git a/metadata/com.invano.ambientweather.yml b/metadata/com.invano.ambientweather.yml
index 98c57c1fb9..6147323307 100644
--- a/metadata/com.invano.ambientweather.yml
+++ b/metadata/com.invano.ambientweather.yml
@@ -6,18 +6,18 @@ IssueTracker: https://github.com/invano/AmbientWeatherDashClockExtension/issues
AutoName: Ambient Weather DashClock Extension
Description: |-
- A DashClock Extension that shows the current temperature, relative humidity and
- pressure.
+ A DashClock Extension that shows the current temperature, relative humidity and
+ pressure.
- All data is retrieved directly from the built-in sensors. Moreover, it is
- battery friendly.
+ All data is retrieved directly from the built-in sensors. Moreover, it is
+ battery friendly.
- The readings are taken just once everytime you access the lockscreen.
+ The readings are taken just once everytime you access the lockscreen.
- Requirements:
+ Requirements:
- * DashClock Widget
- * Devices with ambient sensors such as Samsung Galaxy S4 or Samsung Galaxy Note 3
+ * DashClock Widget
+ * Devices with ambient sensors such as Samsung Galaxy S4 or Samsung Galaxy Note 3
RepoType: git
Repo: https://github.com/invano/AmbientWeatherDashClockExtension
@@ -32,7 +32,7 @@ Builds:
extlibs:
- android/android-support-v4.jar
prebuild: echo 'source.dir=src;$$DashClock$$/api/src/main/java; $$DashClock$$/api/src/main/aidl'
- >> project.properties
+ >> project.properties
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.invoiceninja.app.yml b/metadata/com.invoiceninja.app.yml
index d1b8fd6b82..fdffb4d5b5 100644
--- a/metadata/com.invoiceninja.app.yml
+++ b/metadata/com.invoiceninja.app.yml
@@ -1,7 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App is tethered to its server, which is using a non-FSF/OSI approved
- license.
+ NonFreeNet:
+ en-US: App is tethered to its server, which is using a non-FSF/OSI approved license.
Categories:
- Money
License: AAL
@@ -1158,7 +1157,7 @@ Builds:
ndk: r20
MaintainerNotes: server soft uses Elastic-2.0 license which is approved neither by
- OSI nor FSF, see https://invoiceninja.github.io/docs/legal/license/
+ OSI nor FSF, see https://invoiceninja.github.io/docs/legal/license/
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
diff --git a/metadata/com.isanexusdev.androidcpg.yml b/metadata/com.isanexusdev.androidcpg.yml
index 9389c31174..cb0c611191 100644
--- a/metadata/com.isanexusdev.androidcpg.yml
+++ b/metadata/com.isanexusdev.androidcpg.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/IsaNexusDev/androidcpg/issues
AutoName: AndroidCPG
Description: |-
- Upload photos and videos to your coppermine gallery through the standard "Share"
- menu.
+ Upload photos and videos to your coppermine gallery through the standard "Share"
+ menu.
- See: Coppermine
+ See: Coppermine
RepoType: git
Repo: https://github.com/IsaNexusDev/androidcpg
diff --git a/metadata/com.isdp.trirose.yml b/metadata/com.isdp.trirose.yml
index 343282ad98..6c29d53ef3 100644
--- a/metadata/com.isdp.trirose.yml
+++ b/metadata/com.isdp.trirose.yml
@@ -9,9 +9,9 @@ IssueTracker: https://github.com/evankale/TriRose/issues
AutoName: Tri Rose
Description: |-
- Mathematically generate unique and intricate rose graphs (rhodonea curves) and
- share them with your friends! Rhodonea curves were named by the Italian
- mathematician Guido Grandi between the year 1723 and 1728.
+ Mathematically generate unique and intricate rose graphs (rhodonea curves) and
+ share them with your friends! Rhodonea curves were named by the Italian
+ mathematician Guido Grandi between the year 1723 and 1728.
RepoType: git
Repo: https://github.com/evankale/TriRose
diff --git a/metadata/com.itds.sms.ping.yml b/metadata/com.itds.sms.ping.yml
index e28d96e724..68d69c5967 100644
--- a/metadata/com.itds.sms.ping.yml
+++ b/metadata/com.itds.sms.ping.yml
@@ -7,10 +7,10 @@ Changelog: https://github.com/itds-consulting/android-silent-ping-sms/releases
AutoName: SMS Ping
Description: |-
- NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
+ NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
- Send silent text messages: SMS will not be delivered as standard SMS, target
- user will receive no visual notification about SMS being received.
+ Send silent text messages: SMS will not be delivered as standard SMS, target
+ user will receive no visual notification about SMS being received.
RepoType: git
Repo: https://github.com/itds-consulting/android-silent-ping-sms.git
diff --git a/metadata/com.ivanvolosyuk.sharetobrowser.yml b/metadata/com.ivanvolosyuk.sharetobrowser.yml
index c951d6a352..cbce888a4b 100644
--- a/metadata/com.ivanvolosyuk.sharetobrowser.yml
+++ b/metadata/com.ivanvolosyuk.sharetobrowser.yml
@@ -6,16 +6,16 @@ IssueTracker: https://github.com/IvanVolosyuk/share-to-browser/issues
AutoName: Send to Computer
Description: |-
- You will need https://f-droid.org/packages/com.google.zxing.client.android to be installed to use this.
+ You will need https://f-droid.org/packages/com.google.zxing.client.android to be installed to use this.
- First visit https://send-to-computer.appspot.com on your computer and make sure
- popup blocking is disabled. Scan the barcode given on the screen (the app
- remembers the unique id at the end of the url so that it can identify your
- requests for web pages). Choose Open in Browser and choose Send to Computer (you
- may have to scroll). You are now setup and can send webpages to your computer
- via the browser share menu. The computer browser checks every two minutes for
- requests so you might have to wait a little. The source code is also available
- for the server side of things.
+ First visit https://send-to-computer.appspot.com on your computer and make sure
+ popup blocking is disabled. Scan the barcode given on the screen (the app
+ remembers the unique id at the end of the url so that it can identify your
+ requests for web pages). Choose Open in Browser and choose Send to Computer (you
+ may have to scroll). You are now setup and can send webpages to your computer
+ via the browser share menu. The computer browser checks every two minutes for
+ requests so you might have to wait a little. The source code is also available
+ for the server side of things.
RepoType: git
Repo: https://github.com/IvanVolosyuk/share-to-browser
diff --git a/metadata/com.iven.lfflfeedreader.yml b/metadata/com.iven.lfflfeedreader.yml
index b93ab90793..6be6ee00c4 100644
--- a/metadata/com.iven.lfflfeedreader.yml
+++ b/metadata/com.iven.lfflfeedreader.yml
@@ -9,22 +9,22 @@ IssueTracker: https://github.com/enricocid/iven-feed-reader/issues
AutoName: Iven News Reader
Summary: Feed reader for Lffl
Description: |-
- Note: The developer marked this app as "deprecated" on 2017-11-12.
+ Note: The developer marked this app as "deprecated" on 2017-11-12.
- Light and modern Android feed reader that will allow you to read feeds in RSS
- format. Features:
+ Light and modern Android feed reader that will allow you to read feeds in RSS
+ format. Features:
- * Notifications
- * Custom feeds
- * Simple but modern UI
- * Themes
- * Immersive mode
- * In-app webview
- * Various customizations
+ * Notifications
+ * Custom feeds
+ * Simple but modern UI
+ * Themes
+ * Immersive mode
+ * In-app webview
+ * Various customizations
- It is highly recommended to use the feedburner service to burn feeds, and enable
- "Convert format burner" service inside Optimize tab and select "Convert feed
- format to: RSS 2.0" to ensure the best compatibility.
+ It is highly recommended to use the feedburner service to burn feeds, and enable
+ "Convert format burner" service inside Optimize tab and select "Convert feed
+ format to: RSS 2.0" to ensure the best compatibility.
RepoType: git
Repo: https://github.com/enricocid/iven-feed-reader
@@ -285,9 +285,9 @@ Builds:
- yes
MaintainerNotes: |-
- After 7.3.6 the upstream began to reuse version numbers starting with 2.0.1.
- When a new versions name coincides with an old one, they tag a new release as
- release_%v instead of %v.
+ After 7.3.6 the upstream began to reuse version numbers starting with 2.0.1.
+ When a new versions name coincides with an old one, they tag a new release as
+ release_%v instead of %v.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.iven.xdafeedreader.yml b/metadata/com.iven.xdafeedreader.yml
index b0db7868b0..91b2f87494 100644
--- a/metadata/com.iven.xdafeedreader.yml
+++ b/metadata/com.iven.xdafeedreader.yml
@@ -6,8 +6,8 @@ SourceCode: https://github.com/enricocid/xda-feed-reader
AutoName: Xda Feed Reader
Description: |-
- XDA Developers is a well-known community for
- mobile device development and Android hacking.
+ XDA Developers is a well-known community for
+ mobile device development and Android hacking.
Builds:
- versionName: '2.0'
diff --git a/metadata/com.jadn.cc.yml b/metadata/com.jadn.cc.yml
index 366995b2e8..cab6f87311 100644
--- a/metadata/com.jadn.cc.yml
+++ b/metadata/com.jadn.cc.yml
@@ -11,16 +11,16 @@ Donate: https://jadn.com/carcast/
AutoName: Car Cast
Description: |-
- Car Cast is a simple audio podcast downloader and player. Optimized for use in a
- daily commute; it features big buttons, large text and remembers the last played
- location.
-
- - Subscribe to podcasts by searching or adding feed urls (opml in next version)
- - Download 1,2,3 etc. most recent podcasts for each feed
- - Playback in car/gym (no network needed)
-
- Admob was removed before building. Anti-feature: Tracking. Usage data is sent by
- default though it can be disabled in settings.
+ Car Cast is a simple audio podcast downloader and player. Optimized for use in a
+ daily commute; it features big buttons, large text and remembers the last played
+ location.
+
+ - Subscribe to podcasts by searching or adding feed urls (opml in next version)
+ - Download 1,2,3 etc. most recent podcasts for each feed
+ - Playback in car/gym (no network needed)
+
+ Admob was removed before building. Anti-feature: Tracking. Usage data is sent by
+ default though it can be disabled in settings.
RepoType: git
Repo: https://github.com/bherrmann7/Car-Cast.git
diff --git a/metadata/com.jakebasile.android.hearingsaver.yml b/metadata/com.jakebasile.android.hearingsaver.yml
index 426ca52e7c..c6aebd508d 100644
--- a/metadata/com.jakebasile.android.hearingsaver.yml
+++ b/metadata/com.jakebasile.android.hearingsaver.yml
@@ -7,17 +7,17 @@ IssueTracker: https://github.com/jakebasile/hearing-saver/issues
AutoName: Hearing Saver
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- Hearing Saver operates in the background to protect your ears from high volumes
- through bluetooth or analogue headsets. When you first install or update this
- app, you MUST open it at least once!
+ Hearing Saver operates in the background to protect your ears from high volumes
+ through bluetooth or analogue headsets. When you first install or update this
+ app, you MUST open it at least once!
- After the initial setup, Hearing Saver should work without further input from
- you. To setup the app, open it. You will be presented with the Setup screen. It
- contains a number of controls, and they each interact to allow you to customize
- Hearing Saver's operation. They include defaults for ringers and media, plugging
- and unplugging and to remember last volume.
+ After the initial setup, Hearing Saver should work without further input from
+ you. To setup the app, open it. You will be presented with the Setup screen. It
+ contains a number of controls, and they each interact to allow you to customize
+ Hearing Saver's operation. They include defaults for ringers and media, plugging
+ and unplugging and to remember last volume.
RepoType: git
Repo: https://github.com/jakebasile/hearing-saver.git
diff --git a/metadata/com.jakewharton.sdksearch.yml b/metadata/com.jakewharton.sdksearch.yml
index 832fc21b9b..70d1eaaeba 100644
--- a/metadata/com.jakewharton.sdksearch.yml
+++ b/metadata/com.jakewharton.sdksearch.yml
@@ -24,8 +24,8 @@ Builds:
rm:
- gradle/chrome-trace.jar
prebuild: sed -i -e 's,"https://kotlin.bintray.com/kotlinx","https://jitpack.io",g'
- -e '/dl.bintray.com/d' -e 's,org.jetbrains.kotlin:kotlin-frontend-plugin,com.github.Kotlin.kotlin-frontend-plugin:kotlin-frontend,g'
- build.gradle
+ -e '/dl.bintray.com/d' -e 's,org.jetbrains.kotlin:kotlin-frontend-plugin,com.github.Kotlin.kotlin-frontend-plugin:kotlin-frontend,g'
+ build.gradle
scanignore:
- roboto/src/main/res/font/roboto_mono_bold.ttf
- roboto/src/main/res/font/roboto_mono_regular.ttf
diff --git a/metadata/com.james.status.yml b/metadata/com.james.status.yml
index dcd59a3da6..3a4983ac67 100644
--- a/metadata/com.james.status.yml
+++ b/metadata/com.james.status.yml
@@ -11,9 +11,9 @@ Liberapay: fennifith
AutoName: Status
Description: Status is a status bar replacement that draws an overlay on top of the
- system-generated status bar. This means that the actual status bar is only hidden
- under the replacement; touch gestures are not overridden, and the standard notification
- panel is still shown.
+ system-generated status bar. This means that the actual status bar is only hidden
+ under the replacement; touch gestures are not overridden, and the standard notification
+ panel is still shown.
RepoType: git
Repo: https://github.com/fennifith/Status
diff --git a/metadata/com.jarsilio.android.pocketup.yml b/metadata/com.jarsilio.android.pocketup.yml
index 7ddd7f7cec..27a6808b9c 100644
--- a/metadata/com.jarsilio.android.pocketup.yml
+++ b/metadata/com.jarsilio.android.pocketup.yml
@@ -11,18 +11,18 @@ Bitcoin: 16DXeCxxKGvepYLehyHSr3M1nv1s1eUotZ
AutoName: Pocket Up
Description: |-
- Note: This app is no longer maintained, please use
- WaveUp instead.
+ Note: This app is no longer maintained, please use
+ WaveUp instead.
- Wakes up your phone when you take it out of your pocket.
+ Wakes up your phone when you take it out of your pocket.
- Just take your phone out of your pocket or purse (or open the lid) and the
- screen will switch on automatically.
+ Just take your phone out of your pocket or purse (or open the lid) and the
+ screen will switch on automatically.
- Required Android Permissions:
+ Required Android Permissions:
- * WAKE_LOCK to turn on the screen.
- * RECEIVE_BOOT_COMPLETED to automatically startup on boot if enabled.
+ * WAKE_LOCK to turn on the screen.
+ * RECEIVE_BOOT_COMPLETED to automatically startup on boot if enabled.
RepoType: git
Repo: https://gitlab.com/juanitobananas/pocket-up.git
diff --git a/metadata/com.jarsilio.android.waveup.tasker.yml b/metadata/com.jarsilio.android.waveup.tasker.yml
index e1cc00d078..aae4fbd8a5 100644
--- a/metadata/com.jarsilio.android.waveup.tasker.yml
+++ b/metadata/com.jarsilio.android.waveup.tasker.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeDep:
- en-US: Depends on Tasker, which is not free.
+ NonFreeDep:
+ en-US: Depends on Tasker, which is not free.
Categories:
- System
License: GPL-3.0-only
diff --git a/metadata/com.java.SmokeReducer.yml b/metadata/com.java.SmokeReducer.yml
index be82950827..17fe5d10be 100644
--- a/metadata/com.java.SmokeReducer.yml
+++ b/metadata/com.java.SmokeReducer.yml
@@ -5,10 +5,10 @@ SourceCode: https://gitorious.org/smoke-reducer/smoke-reducer
AutoName: Smoke Reducer
Description: |-
- First of all Smoke reducer (and stopper) records the distance between two times
- you are smoking. Then, it lengthens that time between each cigarette by telling
- you when to smoke. If you click the Sleep button, the time that you sleep isn't
- counted to the time between each alarm
+ First of all Smoke reducer (and stopper) records the distance between two times
+ you are smoking. Then, it lengthens that time between each cigarette by telling
+ you when to smoke. If you click the Sleep button, the time that you sleep isn't
+ counted to the time between each alarm
Builds:
- versionName: '1.0'
diff --git a/metadata/com.javierllorente.adc.yml b/metadata/com.javierllorente.adc.yml
index b2ad2916ae..42ed0c77b5 100644
--- a/metadata/com.javierllorente.adc.yml
+++ b/metadata/com.javierllorente.adc.yml
@@ -9,7 +9,7 @@ IssueTracker: https://github.com/javierllorente/adc/issues
AutoName: Diccionario castellano
Description: Look up words in the Castilian dictionary by the Royal Spanish Academy
- (RAE).
+ (RAE).
RepoType: git
Repo: https://github.com/javierllorente/adc
diff --git a/metadata/com.javiersantos.mlmanager.yml b/metadata/com.javiersantos.mlmanager.yml
index e883c41bfa..ef2de4f4f4 100644
--- a/metadata/com.javiersantos.mlmanager.yml
+++ b/metadata/com.javiersantos.mlmanager.yml
@@ -12,24 +12,24 @@ Donate: https://www.paypal.me/javiersantos
AutoName: ML Manager
Description: |-
- Modern, easy and customizable app manager with Material Design.
+ Modern, easy and customizable app manager with Material Design.
- Features:
+ Features:
- * Extract installed & system apps and save locally as APK.
- * Organize your applications marking them as favorite.
- * Uninstall apps easily.
- * Customizations available in Settings.
- * No root required.
- * Material Design.
- * Really easy to use.
+ * Extract installed & system apps and save locally as APK.
+ * Organize your applications marking them as favorite.
+ * Uninstall apps easily.
+ * Customizations available in Settings.
+ * No root required.
+ * Material Design.
+ * Really easy to use.
- Root features:
+ Root features:
- * Hide apps from the device launcher.
- * Easily manage your hidden apps from the side panel.
- * Remove cache per app.
- * Clean data per app.
+ * Hide apps from the device launcher.
+ * Easily manage your hidden apps from the side panel.
+ * Remove cache per app.
+ * Clean data per app.
RepoType: git
Repo: https://github.com/javiersantos/MLManager
diff --git a/metadata/com.javiersantos.mlmanagerpro.yml b/metadata/com.javiersantos.mlmanagerpro.yml
index ade334b205..66d624e726 100644
--- a/metadata/com.javiersantos.mlmanagerpro.yml
+++ b/metadata/com.javiersantos.mlmanagerpro.yml
@@ -14,25 +14,25 @@ Name: ML Manager (root)
AutoName: ML Manager
Summary: Manage apps
Description: |-
- Modern, easy and customizable app manager with Material Design. This is the
- "pro" version of https://f-droid.org/packages/com.javiersantos.mlmanager for rooted devices.
+ Modern, easy and customizable app manager with Material Design. This is the
+ "pro" version of https://f-droid.org/packages/com.javiersantos.mlmanager for rooted devices.
- Features:
+ Features:
- * Extract installed & system apps and save locally as APK.
- * Organize your applications marking them as favorite.
- * Uninstall apps easily.
- * Customizations available in Settings.
- * No root required.
- * Material Design.
- * Really easy to use.
+ * Extract installed & system apps and save locally as APK.
+ * Organize your applications marking them as favorite.
+ * Uninstall apps easily.
+ * Customizations available in Settings.
+ * No root required.
+ * Material Design.
+ * Really easy to use.
- Root features:
+ Root features:
- * Hide apps from the device launcher.
- * Easily manage your hidden apps from the side panel.
- * Remove cache per app.
- * Clean data per app.
+ * Hide apps from the device launcher.
+ * Easily manage your hidden apps from the side panel.
+ * Remove cache per app.
+ * Clean data per app.
RequiresRoot: true
diff --git a/metadata/com.javiersantos.whatsappbetaupdater.yml b/metadata/com.javiersantos.whatsappbetaupdater.yml
index ccbbfe6764..adc68a1e4d 100644
--- a/metadata/com.javiersantos.whatsappbetaupdater.yml
+++ b/metadata/com.javiersantos.whatsappbetaupdater.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeAdd:
- en-US: Promotes proprietary WhatsApp.
- NonFreeNet:
- en-US: Retrieves updates from non-libre sources.
+ NonFreeAdd:
+ en-US: Promotes proprietary WhatsApp.
+ NonFreeNet:
+ en-US: Retrieves updates from non-libre sources.
Categories:
- Internet
License: GPL-3.0-or-later
@@ -16,8 +16,8 @@ Donate: https://www.paypal.me/javiersantos
AutoName: Beta Updater for WhatsApp
Description: |-
- Update the popular, but proprietary instant messenger WhatsApp to the latest
- beta release.
+ Update the popular, but proprietary instant messenger WhatsApp to the latest
+ beta release.
RepoType: git
Repo: https://github.com/javiersantos/WhatsAppBetaUpdater
diff --git a/metadata/com.jaygoel.virginminuteschecker.yml b/metadata/com.jaygoel.virginminuteschecker.yml
index 1a8f3680aa..f16e18d121 100644
--- a/metadata/com.jaygoel.virginminuteschecker.yml
+++ b/metadata/com.jaygoel.virginminuteschecker.yml
@@ -9,10 +9,10 @@ IssueTracker: https://github.com/poundifdef/VirginMobileMinutesChecker/issues
AutoName: Minutes Checker for Virgin Mobile
Description: |-
- Fetches info about the Beyond Talk plan from Virgin Mobile's servers but isn't
- officially endorsed by the company.
+ Fetches info about the Beyond Talk plan from Virgin Mobile's servers but isn't
+ officially endorsed by the company.
- A proprietary ad library was removed.
+ A proprietary ad library was removed.
RepoType: git
Repo: https://github.com/poundifdef/VirginMobileMinutesChecker.git
diff --git a/metadata/com.jbirdvegas.mgerrit.yml b/metadata/com.jbirdvegas.mgerrit.yml
index c3c112df25..7d82540824 100644
--- a/metadata/com.jbirdvegas.mgerrit.yml
+++ b/metadata/com.jbirdvegas.mgerrit.yml
@@ -7,14 +7,14 @@ IssueTracker: https://github.com/JBirdVegas/external_jbirdvegas_mGerrit/issues
AutoName: mGerrit
Description: |-
- Gerrit instance viewer:
+ Gerrit instance viewer:
- * View commits by status Reviewable (Open), Merged, Abandoned.
- * Quickly and easily view commit message, author, owner, committer, files changed and approvals and more.
- * Quickly view diffs in browser.
- * Simple and easy to use UI makes casual gerrit code review change viewing enjoyable.
+ * View commits by status Reviewable (Open), Merged, Abandoned.
+ * Quickly and easily view commit message, author, owner, committer, files changed and approvals and more.
+ * Quickly view diffs in browser.
+ * Simple and easy to use UI makes casual gerrit code review change viewing enjoyable.
- Usage of GA has been removed from this build.
+ Usage of GA has been removed from this build.
RepoType: git
Repo: https://github.com/JBirdVegas/external_jbirdvegas_mGerrit.git
diff --git a/metadata/com.jecelyin.editor.yml b/metadata/com.jecelyin.editor.yml
index 58a9860e17..5583e16030 100644
--- a/metadata/com.jecelyin.editor.yml
+++ b/metadata/com.jecelyin.editor.yml
@@ -8,10 +8,10 @@ IssueTracker: https://github.com/jecelyin/920-Text-Editor-old/issues
Name: 920 Editor
AutoName: 920 Text Editor
Description: |-
- View and edit code (even as root). Multi-tab, syntax-highlighting and more.
+ View and edit code (even as root). Multi-tab, syntax-highlighting and more.
- Status: The app is now using resources from AOSP so it's unlikely we'll be able
- to update it.
+ Status: The app is now using resources from AOSP so it's unlikely we'll be able
+ to update it.
RepoType: git
Repo: https://github.com/jecelyin/920-Text-Editor.git
diff --git a/metadata/com.jeffboody.GearsES2eclair.yml b/metadata/com.jeffboody.GearsES2eclair.yml
index e556d80a09..47f586cda6 100644
--- a/metadata/com.jeffboody.GearsES2eclair.yml
+++ b/metadata/com.jeffboody.GearsES2eclair.yml
@@ -9,12 +9,12 @@ IssueTracker: https://github.com/jeffboody/gears2/issues
AutoName: Gears
Description: |-
- Heavily modified port of the infamous "gears" demo intended to help developers
- learn how to create OpenGL ES programs. While the Linux version is often used as
- sort-of FPS benchmark, this version is very vacuous: On Android the frame rate
- is limited by v-sync (typically 60 FPS) which is the fastest rate that a display
- can refresh the screen. Since Gears is capable of rendering much faster than
- v-sync on most devices it provides limited benchmarking value.
+ Heavily modified port of the infamous "gears" demo intended to help developers
+ learn how to create OpenGL ES programs. While the Linux version is often used as
+ sort-of FPS benchmark, this version is very vacuous: On Android the frame rate
+ is limited by v-sync (typically 60 FPS) which is the fastest rate that a display
+ can refresh the screen. Since Gears is capable of rendering much faster than
+ v-sync on most devices it provides limited benchmarking value.
RepoType: git
Repo: https://github.com/jeffboody/gears2
diff --git a/metadata/com.jefftharris.passwdsafe.yml b/metadata/com.jefftharris.passwdsafe.yml
index 7580fdaf00..78408a8b22 100644
--- a/metadata/com.jefftharris.passwdsafe.yml
+++ b/metadata/com.jefftharris.passwdsafe.yml
@@ -11,11 +11,11 @@ Donate: https://www.paypal.com/cgi-bin/webscr?item_name=Donation+to+PasswdSafe&c
AutoName: PasswdSafe
Description: |-
- PasswdSafe is a port of the Password Safe (https://pwsafe.org/)
- application to Android. YubiKey NEO tokens are supported for two-factor authentication.
- File passwords can be saved on devices with a fingerprint scanner and Android 6.0 or higher.
+ PasswdSafe is a port of the Password Safe (https://pwsafe.org/)
+ application to Android. YubiKey NEO tokens are supported for two-factor authentication.
+ File passwords can be saved on devices with a fingerprint scanner and Android 6.0 or higher.
- Please maintain a known-good backup in case bugs exist
+ Please maintain a known-good backup in case bugs exist
RepoType: hg
Repo: http://hg.code.sf.net/p/passwdsafe/code
diff --git a/metadata/com.jelly.theme.revenge.yml b/metadata/com.jelly.theme.revenge.yml
index 3cb5ce5372..5aa6db34a0 100644
--- a/metadata/com.jelly.theme.revenge.yml
+++ b/metadata/com.jelly.theme.revenge.yml
@@ -5,7 +5,7 @@ SourceCode: https://github.com/enricocid/JellyRevenge-CM11-theme
AutoName: JellyRevenge
Description: Simple, dark theme with Holo accent compatible with Cyanogenmod 11 theme
- engine.
+ engine.
Builds:
- versionName: '11'
diff --git a/metadata/com.jerameeldelosreyes.sushi.yml b/metadata/com.jerameeldelosreyes.sushi.yml
index 24b319df80..4354ae7d79 100644
--- a/metadata/com.jerameeldelosreyes.sushi.yml
+++ b/metadata/com.jerameeldelosreyes.sushi.yml
@@ -185,7 +185,7 @@ Builds:
rm:
- ios
prebuild: echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError
- -Dfile.encoding=UTF-8' >> ../gradle.properties
+ -Dfile.encoding=UTF-8' >> ../gradle.properties
scanignore:
- android/build.gradle
- node_modules/jsc-android
@@ -213,7 +213,7 @@ Builds:
rm:
- ios
prebuild: echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError
- -Dfile.encoding=UTF-8' >> ../gradle.properties
+ -Dfile.encoding=UTF-8' >> ../gradle.properties
scanignore:
- android/build.gradle
- node_modules/jsc-android
@@ -241,7 +241,7 @@ Builds:
rm:
- ios
prebuild: echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError
- -Dfile.encoding=UTF-8' >> ../gradle.properties
+ -Dfile.encoding=UTF-8' >> ../gradle.properties
scanignore:
- android/build.gradle
- node_modules/jsc-android
@@ -269,7 +269,7 @@ Builds:
rm:
- ios
prebuild: echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError
- -Dfile.encoding=UTF-8' >> ../gradle.properties
+ -Dfile.encoding=UTF-8' >> ../gradle.properties
scanignore:
- android/build.gradle
- node_modules/jsc-android
@@ -297,7 +297,7 @@ Builds:
rm:
- ios
prebuild: echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError
- -Dfile.encoding=UTF-8' >> ../gradle.properties
+ -Dfile.encoding=UTF-8' >> ../gradle.properties
scanignore:
- android/build.gradle
- node_modules/jsc-android
diff --git a/metadata/com.jeyries.quake2.yml b/metadata/com.jeyries.quake2.yml
index 227787066d..f988e6ae52 100644
--- a/metadata/com.jeyries.quake2.yml
+++ b/metadata/com.jeyries.quake2.yml
@@ -6,10 +6,10 @@ SourceCode: https://code.google.com/p/quake2android/source
AutoName: Quake2
Description: |-
- Port of Quake 2 to Android. Has virtual keyboard, on-screen and sensor controls.
- You can use built-in downloader to automatically fetch Quake 2 demo files from
- number of mirrors or manually copy pak0.pak and other required files from your
- installation's baseq2 directory to /sdcard/baseq2.
+ Port of Quake 2 to Android. Has virtual keyboard, on-screen and sensor controls.
+ You can use built-in downloader to automatically fetch Quake 2 demo files from
+ number of mirrors or manually copy pak0.pak and other required files from your
+ installation's baseq2 directory to /sdcard/baseq2.
Builds:
- versionName: '1.91'
diff --git a/metadata/com.jforce.chapelhillnextbus.yml b/metadata/com.jforce.chapelhillnextbus.yml
index d8093c0e58..136795f69a 100644
--- a/metadata/com.jforce.chapelhillnextbus.yml
+++ b/metadata/com.jforce.chapelhillnextbus.yml
@@ -9,10 +9,10 @@ IssueTracker: https://github.com/jforce-dev/Chapel-Hill-Transit-Android/issues
AutoName: Chapel Hill Transit
Description: |-
- Simple transit app for commuters in Chapel Hill, NC. Features include:
+ Simple transit app for commuters in Chapel Hill, NC. Features include:
- * LIVE NextBus predictions for the bus lines
- * One-click access to your favorite predictions
+ * LIVE NextBus predictions for the bus lines
+ * One-click access to your favorite predictions
RepoType: git
Repo: https://github.com/jforce-dev/Chapel-Hill-Transit-Android
@@ -32,7 +32,7 @@ Builds:
- sed -i -e '/fileTree/d' build.gradle
MaintainerNotes: See https://github.com/jforce-dev/Chapel-Hill-Transit-Android/issues/1
- .
+ .
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.jiaqifeng.hacki.yml b/metadata/com.jiaqifeng.hacki.yml
index 4dc2f420b0..f133a976b2 100644
--- a/metadata/com.jiaqifeng.hacki.yml
+++ b/metadata/com.jiaqifeng.hacki.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Hacker News website, which is not libre.
+ NonFreeNet:
+ en-US: Depends on Hacker News website, which is not libre.
Categories:
- Internet
- Reading
diff --git a/metadata/com.jkcarino.ankieditor.yml b/metadata/com.jkcarino.ankieditor.yml
index a776388f72..1ae463f34f 100644
--- a/metadata/com.jkcarino.ankieditor.yml
+++ b/metadata/com.jkcarino.ankieditor.yml
@@ -9,15 +9,15 @@ Changelog: https://github.com/jkennethcarino/ankieditor/releases
AutoName: AnkiEditor
Description: |-
- AnkiEditor is an advanced note editor plug-in for AnkiDroid, a spaced repetition flashcard program for Android. AnkiEditor allows you to create basic notes; use WYSIWYG editor that can format text, set text foreground and background color, insert table/link, etc. similar to Anki on PCs.
+ AnkiEditor is an advanced note editor plug-in for AnkiDroid, a spaced repetition flashcard program for Android. AnkiEditor allows you to create basic notes; use WYSIWYG editor that can format text, set text foreground and background color, insert table/link, etc. similar to Anki on PCs.
- Key features:
- * Basic creation of note
- * WYSIWYG editor (bold, italic, underline, etc.)
- * Cloze deletion
- ...and many more features to come.
+ Key features:
+ * Basic creation of note
+ * WYSIWYG editor (bold, italic, underline, etc.)
+ * Cloze deletion
+ ...and many more features to come.
- Please note that this app may not work correctly without the AnkiDroid app installed.
+ Please note that this app may not work correctly without the AnkiDroid app installed.
RepoType: git
Repo: https://github.com/jkennethcarino/AnkiEditor.git
diff --git a/metadata/com.jlyr.yml b/metadata/com.jlyr.yml
index 6f8242dbb7..09120bf6c6 100644
--- a/metadata/com.jlyr.yml
+++ b/metadata/com.jlyr.yml
@@ -6,12 +6,12 @@ SourceCode: https://code.google.com/p/jlyr/source
AutoName: JLyr Lyrics
Description: |-
- You can search for lyrics from a list of lyrics websites without leaving the app
- or go to popular search engines. If you have a Scrobbler like
- https://f-droid.org/packages/net.jjc1138.android.scrobbler or https://f-droid.org/packages/com.adam.aslfms installed then JLyr can
- detect what you are listening to and search for the lyrics automatically. The
- app is also able to detect what the stock Music app (https://f-droid.org/packages/com.android.music) is
- playing, without a Scrobbler.
+ You can search for lyrics from a list of lyrics websites without leaving the app
+ or go to popular search engines. If you have a Scrobbler like
+ https://f-droid.org/packages/net.jjc1138.android.scrobbler or https://f-droid.org/packages/com.adam.aslfms installed then JLyr can
+ detect what you are listening to and search for the lyrics automatically. The
+ app is also able to detect what the stock Music app (https://f-droid.org/packages/com.android.music) is
+ playing, without a Scrobbler.
Builds:
- versionName: '1.0'
diff --git a/metadata/com.jmelzer.myttr.yml b/metadata/com.jmelzer.myttr.yml
index 06e03df4c4..57e0f62d63 100644
--- a/metadata/com.jmelzer.myttr.yml
+++ b/metadata/com.jmelzer.myttr.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on mytischtennis.de
+ NonFreeNet:
+ en-US: Depends on mytischtennis.de
Categories:
- Games
- Internet
@@ -11,8 +11,8 @@ IssueTracker: https://github.com/chokdee/myTTR/issues
AutoName: myTTR
Summary: Table tennis rating and community
Description: |-
- Search myTT for players and teams, check how many
- points can be scored and have a quick look at the stats.
+ Search myTT for players and teams, check how many
+ points can be scored and have a quick look at the stats.
Builds:
- versionName: '0.11'
@@ -74,9 +74,9 @@ Builds:
- diverses/keystore
MaintainerNotes: |-
- Dropped AUM since upstream can't keep tags consistent.
+ Dropped AUM since upstream can't keep tags consistent.
- non-free libs: https://github.com/chokdee/myTTR/issues/7; removed due upstream request.
+ non-free libs: https://github.com/chokdee/myTTR/issues/7; removed due upstream request.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.jmstudios.chibe.yml b/metadata/com.jmstudios.chibe.yml
index 15fd8a7bda..63811bd4bd 100644
--- a/metadata/com.jmstudios.chibe.yml
+++ b/metadata/com.jmstudios.chibe.yml
@@ -8,25 +8,25 @@ Changelog: https://github.com/raatmarien/chibe/releases
AutoName: Chibe
Description: |-
- In the past, many homes had a chiming or cuckoo's clock, that would make a noise
- every hour/half hour/quarter hour, Chibe emulates this behaviour in your phone.
- Instead of making a noise, Chibe vibrates your phone, so that you are reminded
- of the time, but you don't annoy the people around you. This can be useful
- during activities, where you want to be reminded of the time, without looking,
- like sporting or reading, or when you just want to keep better track of your
- time.
+ In the past, many homes had a chiming or cuckoo's clock, that would make a noise
+ every hour/half hour/quarter hour, Chibe emulates this behaviour in your phone.
+ Instead of making a noise, Chibe vibrates your phone, so that you are reminded
+ of the time, but you don't annoy the people around you. This can be useful
+ during activities, where you want to be reminded of the time, without looking,
+ like sporting or reading, or when you just want to keep better track of your
+ time.
- Features:
+ Features:
- * Choose at what interval you would like your phone to vibrate
- * Choose between multiple vibration patterns, so you won't confuse Chibe with normal notifications.
- * Create your own vibration patterns
- * Configure times at which Chibe should be silent, so you won't be annoyed at night.
+ * Choose at what interval you would like your phone to vibrate
+ * Choose between multiple vibration patterns, so you won't confuse Chibe with normal notifications.
+ * Create your own vibration patterns
+ * Configure times at which Chibe should be silent, so you won't be annoyed at night.
- Permissions:
+ Permissions:
- * Control vibration: Chibe uses this permission to make your phone vibrate at set intervals.
- * Run at startup: Chibe uses this, so the you don't need to reenable it every time your phone reboots.
+ * Control vibration: Chibe uses this permission to make your phone vibrate at set intervals.
+ * Run at startup: Chibe uses this, so the you don't need to reenable it every time your phone reboots.
RepoType: git
Repo: https://github.com/raatmarien/chibe
diff --git a/metadata/com.jmstudios.pointandhit.android.yml b/metadata/com.jmstudios.pointandhit.android.yml
index 97b594cccd..d66c36b745 100644
--- a/metadata/com.jmstudios.pointandhit.android.yml
+++ b/metadata/com.jmstudios.pointandhit.android.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/raatmarien/Point-and-Hit/issues
AutoName: Point & Hit
Description: |-
- Shoot the targets before they disappear! Explore different themes by reaching
- higher scores! Point & Hit has fast addicting gameplay and a build in tutorial.
+ Shoot the targets before they disappear! Explore different themes by reaching
+ higher scores! Point & Hit has fast addicting gameplay and a build in tutorial.
RepoType: git
Repo: https://github.com/raatmarien/Point-and-Hit
diff --git a/metadata/com.jonbanjo.cupsprintservice.yml b/metadata/com.jonbanjo.cupsprintservice.yml
index 53b464d585..66765c43e1 100644
--- a/metadata/com.jonbanjo.cupsprintservice.yml
+++ b/metadata/com.jonbanjo.cupsprintservice.yml
@@ -7,10 +7,10 @@ IssueTracker: https://gitlab.com/krt/jfcups-service/issues
AutoName: JfCupsPrintService
Description: |-
- Sample of a printing service that hooks into Android's printing framework and
- provides connectivity for CUPS/IPP network printers.
+ Sample of a printing service that hooks into Android's printing framework and
+ provides connectivity for CUPS/IPP network printers.
- WARNING: This app is no longer maintained.
+ WARNING: This app is no longer maintained.
RepoType: git
Repo: https://gitlab.com/krt/jfcups-service.git
diff --git a/metadata/com.jonjomckay.fritter.yml b/metadata/com.jonjomckay.fritter.yml
index eeef0d9c3a..ac12433a8a 100644
--- a/metadata/com.jonjomckay.fritter.yml
+++ b/metadata/com.jonjomckay.fritter.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Twitter, which is proprietary.
+ NonFreeNet:
+ en-US: Depends on Twitter, which is proprietary.
Categories:
- Internet
License: MIT
diff --git a/metadata/com.joshtwigg.cmus.droid.yml b/metadata/com.joshtwigg.cmus.droid.yml
index 24a16c0ea9..1dfa093252 100644
--- a/metadata/com.joshtwigg.cmus.droid.yml
+++ b/metadata/com.joshtwigg.cmus.droid.yml
@@ -7,23 +7,23 @@ IssueTracker: https://github.com/jatwigg/cmus-android-remote/issues
AutoName: Cmus Remote
Description: |-
- Remote control for the CMUS media player.
+ Remote control for the CMUS media player.
- How to use this
-
- - Start your cmus like "cmus --listen 0.0.0.0"
- - Set a cmus password (if you have not already) ":set passwd="
- - Install the apk
- - Add your ip address and password in settings and press "okay".
-
- Features
+ How to use this
+
+ - Start your cmus like "cmus --listen 0.0.0.0"
+ - Set a cmus password (if you have not already) ":set passwd="
+ - Install the apk
+ - Add your ip address and password in settings and press "okay".
+
+ Features
- * Save multiple cmus host configurations.
- * Implemented functions include: mute/unmute, volume up/down, shuffle, repeat track/all/none, seek track, previous, forward, stop, play and pause.
- * Current track information is displayed.
- * Theme changes depending on Android OS version.
- * Supports landscape and portrait mode.
- * Automatically fetches album artwork from google (can be disabled).
+ * Save multiple cmus host configurations.
+ * Implemented functions include: mute/unmute, volume up/down, shuffle, repeat track/all/none, seek track, previous, forward, stop, play and pause.
+ * Current track information is displayed.
+ * Theme changes depending on Android OS version.
+ * Supports landscape and portrait mode.
+ * Automatically fetches album artwork from google (can be disabled).
RepoType: git
Repo: https://github.com/jatwigg/cmus-android-remote
@@ -37,12 +37,12 @@ Builds:
- yes
MaintainerNotes: |-
- The app has no license information, but says its a fork of the GPL2'ed
- https://github.com/seriousben/cmus-droid-remote. The import-summary.txt
- is mentioning the missing COPYING file, so it safe to assume that this
- project is indeed GPL2.
+ The app has no license information, but says its a fork of the GPL2'ed
+ https://github.com/seriousben/cmus-droid-remote. The import-summary.txt
+ is mentioning the missing COPYING file, so it safe to assume that this
+ project is indeed GPL2.
- See https://github.com/jatwigg/cmus-android-remote/issues/8.
+ See https://github.com/jatwigg/cmus-android-remote/issues/8.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.jotabout.screeninfo.yml b/metadata/com.jotabout.screeninfo.yml
index 257c6f5571..d50b497220 100644
--- a/metadata/com.jotabout.screeninfo.yml
+++ b/metadata/com.jotabout.screeninfo.yml
@@ -6,13 +6,13 @@ IssueTracker: https://github.com/mportuesisf/ScreenInfo/issues
AutoName: ScreenInfo
Description: |-
- Shows the screen configuration for an Android device, including the screen size
- (small, normal, large, xlarge) and the density classification (ldpi, mpdi, hdpi,
- xhdpi). Also shows other screen metrics, as well as the calculated screen size
- in physical units. Users can email the report or share it to other apps.
+ Shows the screen configuration for an Android device, including the screen size
+ (small, normal, large, xlarge) and the density classification (ldpi, mpdi, hdpi,
+ xhdpi). Also shows other screen metrics, as well as the calculated screen size
+ in physical units. Users can email the report or share it to other apps.
- This information is useful for developers producing layouts for their
- applications, or to assist them in customer support scenarios.
+ This information is useful for developers producing layouts for their
+ applications, or to assist them in customer support scenarios.
RepoType: git
Repo: https://github.com/mportuesisf/ScreenInfo.git
diff --git a/metadata/com.jparkie.aizoban.yml b/metadata/com.jparkie.aizoban.yml
index 021c7976bc..0fbc2a38df 100644
--- a/metadata/com.jparkie.aizoban.yml
+++ b/metadata/com.jparkie.aizoban.yml
@@ -7,15 +7,15 @@ SourceCode: https://github.com/jparkie/Aizoban
AutoName: Aizōban
Description: |-
- Offline digital manga catalogue.
+ Offline digital manga catalogue.
- * Access to over 45 000 manga series from currently 6 sources: Batoto (EN), MangaEden (EN), MangaHere (EN), MangaReader (EN), MangaEden (IT), and MangaHere (ES).
- * Responsive viewer with options to switch reading direction, lock orientation, lock zoom, full-screen or immersive mode.
- * A search tool capable of filtering and ordering manga series by name, genre (not for all sources), and status.
- * An “Exploring” function to discover random manga series.
- * A download manager to collect your desired manga series offline.
- * Your personalized list of favourite manga series and recently read chapters (manageable with "Mark Read") .
- * Easy settings to manage your reading experience such as "Enable Lazy Loading" to conserve bandwidth.
+ * Access to over 45 000 manga series from currently 6 sources: Batoto (EN), MangaEden (EN), MangaHere (EN), MangaReader (EN), MangaEden (IT), and MangaHere (ES).
+ * Responsive viewer with options to switch reading direction, lock orientation, lock zoom, full-screen or immersive mode.
+ * A search tool capable of filtering and ordering manga series by name, genre (not for all sources), and status.
+ * An “Exploring” function to discover random manga series.
+ * A download manager to collect your desired manga series offline.
+ * Your personalized list of favourite manga series and recently read chapters (manageable with "Mark Read") .
+ * Easy settings to manage your reading experience such as "Enable Lazy Loading" to conserve bandwidth.
Builds:
- versionName: 1.2.3
diff --git a/metadata/com.jparkie.givesmehope.yml b/metadata/com.jparkie.givesmehope.yml
index d9560c28e3..dd43939a98 100644
--- a/metadata/com.jparkie.givesmehope.yml
+++ b/metadata/com.jparkie.givesmehope.yml
@@ -9,7 +9,7 @@ IssueTracker: https://github.com/jparkie/GivesMeHopeAndroidClient/issues
AutoName: Anthology for Gives Me Hope
Summary: Unofficial "Gives Me Hope" client
Description: Unofficial client for Gives
- me hope.
+ me hope.
RepoType: git
Repo: https://github.com/jparkie/GivesMeHopeAndroidClient
diff --git a/metadata/com.jpwolfso.privdnsqt.yml b/metadata/com.jpwolfso.privdnsqt.yml
index 2f306e2011..1978348430 100644
--- a/metadata/com.jpwolfso.privdnsqt.yml
+++ b/metadata/com.jpwolfso.privdnsqt.yml
@@ -10,13 +10,13 @@ Changelog: https://github.com/joshuawolfsohn/Private-DNS-Quick-Tile/releases
AutoName: Private DNS Quick Tile
Description: |-
- Adds a Private DNS quick tile to the Android Quick Settings.
+ Adds a Private DNS quick tile to the Android Quick Settings.
- In order to change the Private DNS settings, this app requires the
- WRITE_SECURE_SETTINGS permission.
+ In order to change the Private DNS settings, this app requires the
+ WRITE_SECURE_SETTINGS permission.
- This permission can only be granted in an ADB shell with the command "pm
- grant com.jpwolfso.privdnsqt android.permission.WRITE_SECURE_SETTINGS"
+ This permission can only be granted in an ADB shell with the command "pm
+ grant com.jpwolfso.privdnsqt android.permission.WRITE_SECURE_SETTINGS"
RepoType: git
Repo: https://github.com/joshuawolfsohn/Private-DNS-Quick-Tile.git
diff --git a/metadata/com.jtechme.jumpgo.yml b/metadata/com.jtechme.jumpgo.yml
index 7ff527a57e..7f5c0c90fe 100644
--- a/metadata/com.jtechme.jumpgo.yml
+++ b/metadata/com.jtechme.jumpgo.yml
@@ -10,13 +10,13 @@ Changelog: https://github.com/JTechMe/JumpGo/releases
AutoName: JumpGo
Description: |-
- JumpGo is a fast, reliable and easy to use way to browse the web! By combining a
- simple user interface with tools that you love it's easy to browse the web!
+ JumpGo is a fast, reliable and easy to use way to browse the web! By combining a
+ simple user interface with tools that you love it's easy to browse the web!
- * Speed - JumpGo utilizes the WebKit rendering engine built into the Android system to provide a fast experience.
- * Privacy - JumpGo provides an easy and intuitive 'Incognito Mode' for browsing without worrying about cookies, cache and history. Additionally, download Orbot and turn on TOR proxy support to utilize the TOR network for extra protection.
- * Features - Multicolored navigation bars, Search suggestions, Bookmarks, Reading Mode, History, AdBlock and User Agents. All you'll need to get the most out of your browsing experience.
- * Open-source and free to use! JumpGo for Android is based on the Lightning Browser. Fork JumpGo from github.
+ * Speed - JumpGo utilizes the WebKit rendering engine built into the Android system to provide a fast experience.
+ * Privacy - JumpGo provides an easy and intuitive 'Incognito Mode' for browsing without worrying about cookies, cache and history. Additionally, download Orbot and turn on TOR proxy support to utilize the TOR network for extra protection.
+ * Features - Multicolored navigation bars, Search suggestions, Bookmarks, Reading Mode, History, AdBlock and User Agents. All you'll need to get the most out of your browsing experience.
+ * Open-source and free to use! JumpGo for Android is based on the Lightning Browser. Fork JumpGo from github.
RepoType: git
Repo: https://github.com/JTechMe/JumpGo.git
diff --git a/metadata/com.jtmcn.archwiki.viewer.yml b/metadata/com.jtmcn.archwiki.viewer.yml
index 0b4f706d36..9fd6dd46d8 100644
--- a/metadata/com.jtmcn.archwiki.viewer.yml
+++ b/metadata/com.jtmcn.archwiki.viewer.yml
@@ -10,7 +10,7 @@ Changelog: https://github.com/kevinhinterlong/archwiki-viewer/releases
AutoName: ArchWiki Viewer
Description: Quickly view Arch Linux Wiki articles on your phone with an easy to read
- format.
+ format.
RepoType: git
Repo: https://github.com/kevinhinterlong/archwiki-viewer
diff --git a/metadata/com.juet.attendance.yml b/metadata/com.juet.attendance.yml
index 67b934809c..fde9d17c7f 100644
--- a/metadata/com.juet.attendance.yml
+++ b/metadata/com.juet.attendance.yml
@@ -8,10 +8,10 @@ IssueTracker: https://github.com/mavidser/attendance-viewer/issues
AutoName: Attendance
Description: |-
- Students of JUET and JIIT-128 can view class attendance. It visualizes the
- attendance in a streamlined manner, along with additional details for each
- subject, providing details about the subject. You can also set a threshold
- attendance which helps you in maintaining the attendance.
+ Students of JUET and JIIT-128 can view class attendance. It visualizes the
+ attendance in a streamlined manner, along with additional details for each
+ subject, providing details about the subject. You can also set a threshold
+ attendance which helps you in maintaining the attendance.
RepoType: git
Repo: https://github.com/mavidser/attendance-viewer
diff --git a/metadata/com.juliansparber.captiveportallogin.yml b/metadata/com.juliansparber.captiveportallogin.yml
index a201171601..9168e4058a 100644
--- a/metadata/com.juliansparber.captiveportallogin.yml
+++ b/metadata/com.juliansparber.captiveportallogin.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/jsparber/CaptivePortalAutologin//issues
AutoName: CaptivePortalLogin
Description: |-
- Saves the login procedure for a network with a Captive Portal and reproduces it
- automatically.
+ Saves the login procedure for a network with a Captive Portal and reproduces it
+ automatically.
RepoType: git
Repo: https://github.com/jsparber/CaptivePortalAutologin/
diff --git a/metadata/com.junkfood.seal.yml b/metadata/com.junkfood.seal.yml
index 5f457eeeaf..636790b799 100644
--- a/metadata/com.junkfood.seal.yml
+++ b/metadata/com.junkfood.seal.yml
@@ -122,7 +122,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/youtubedlAndroidVersion/s/0.13.3/42c7dfcee1/'
- build.gradle.kts
+ build.gradle.kts
gradleprops:
- noSplits
@@ -137,7 +137,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/youtubedlAndroidVersion/s/0.13.3/42c7dfcee1/'
- build.gradle.kts
+ build.gradle.kts
gradleprops:
- noSplits
@@ -152,7 +152,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/youtubedlAndroidVersion/s/0.13.3/42c7dfcee1/'
- build.gradle.kts
+ build.gradle.kts
gradleprops:
- noSplits
@@ -167,7 +167,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/youtubedlAndroidVersion/s/0.13.3/42c7dfcee1/'
- build.gradle.kts
+ build.gradle.kts
gradleprops:
- noSplits
@@ -182,7 +182,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/youtubedlAndroidVersion/s/0.13.3/42c7dfcee1/'
- build.gradle.kts
+ build.gradle.kts
gradleprops:
- noSplits
@@ -197,7 +197,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/youtubedlAndroidVersion/s/0.13.3/42c7dfcee1/'
- build.gradle.kts
+ build.gradle.kts
gradleprops:
- noSplits
@@ -212,7 +212,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/youtubedlAndroidVersion/s/0.13.3/42c7dfcee1/'
- build.gradle.kts
+ build.gradle.kts
gradleprops:
- noSplits
@@ -227,7 +227,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/youtubedlAndroidVersion/s/0.13.3/42c7dfcee1/'
- build.gradle.kts
+ build.gradle.kts
gradleprops:
- noSplits
@@ -238,7 +238,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86
@@ -250,7 +250,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86_64
@@ -262,7 +262,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=armeabi-v7a
@@ -274,7 +274,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=arm64-v8a
@@ -286,7 +286,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=armeabi-v7a
@@ -298,7 +298,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=arm64-v8a
@@ -310,7 +310,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86
@@ -322,7 +322,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86_64
@@ -334,7 +334,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=armeabi-v7a
@@ -346,7 +346,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=arm64-v8a
@@ -358,7 +358,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86
@@ -370,7 +370,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86_64
@@ -382,7 +382,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86
@@ -394,7 +394,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86_64
@@ -406,7 +406,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=armeabi-v7a
@@ -418,7 +418,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=arm64-v8a
@@ -430,7 +430,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86
@@ -442,7 +442,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86_64
@@ -454,7 +454,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=armeabi-v7a
@@ -466,7 +466,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=arm64-v8a
@@ -478,7 +478,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86
@@ -490,7 +490,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86_64
@@ -502,7 +502,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=armeabi-v7a
@@ -514,7 +514,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=arm64-v8a
@@ -526,7 +526,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86
@@ -538,7 +538,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86_64
@@ -550,7 +550,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=armeabi-v7a
@@ -562,7 +562,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=arm64-v8a
@@ -574,7 +574,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86
@@ -586,7 +586,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86_64
@@ -598,7 +598,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=armeabi-v7a
@@ -610,7 +610,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=arm64-v8a
@@ -622,7 +622,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86
@@ -634,7 +634,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86_64
@@ -646,7 +646,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=armeabi-v7a
@@ -658,7 +658,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=arm64-v8a
@@ -670,7 +670,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86
@@ -682,7 +682,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86_64
@@ -694,7 +694,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=armeabi-v7a
@@ -706,7 +706,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=arm64-v8a
@@ -718,7 +718,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86
@@ -730,7 +730,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86_64
@@ -742,7 +742,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=armeabi-v7a
@@ -754,7 +754,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=arm64-v8a
@@ -766,7 +766,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86
@@ -778,7 +778,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86_64
@@ -790,7 +790,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=armeabi-v7a
@@ -802,7 +802,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=arm64-v8a
@@ -814,7 +814,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86
@@ -826,7 +826,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86_64
@@ -838,7 +838,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=armeabi-v7a
@@ -850,7 +850,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=arm64-v8a
@@ -862,7 +862,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86
@@ -874,7 +874,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86_64
@@ -886,7 +886,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=armeabi-v7a
@@ -898,7 +898,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=arm64-v8a
@@ -910,7 +910,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86
@@ -922,7 +922,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86_64
@@ -934,7 +934,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=armeabi-v7a
@@ -946,7 +946,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=arm64-v8a
@@ -962,7 +962,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86
@@ -978,7 +978,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=x86_64
@@ -994,7 +994,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=armeabi-v7a
@@ -1010,7 +1010,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/(keystorePropertiesFile.exists())$/d' -e '/versionCode/s/=
- .*/= $$VERCODE$$/' build.gradle.kts
+ .*/= $$VERCODE$$/' build.gradle.kts
gradleprops:
- noSplits
- ABI_FILTERS=arm64-v8a
diff --git a/metadata/com.jvillalba.apod.classic.yml b/metadata/com.jvillalba.apod.classic.yml
index bb3047d643..7b1991fee7 100644
--- a/metadata/com.jvillalba.apod.classic.yml
+++ b/metadata/com.jvillalba.apod.classic.yml
@@ -10,13 +10,13 @@ Donate: https://www.paypal.me/fightinghawk
AutoName: Apod Classic
Description: |-
- NASA Astronomy Picture of the Day Classic
+ NASA Astronomy Picture of the Day Classic
- App Icon by Icons8.com.
+ App Icon by Icons8.com.
- * View Images from NASA
- * Read Descriptions of Images to Learn More About Them
- * Download Your Favorites Images
+ * View Images from NASA
+ * Read Descriptions of Images to Learn More About Them
+ * Download Your Favorites Images
RepoType: git
Repo: https://github.com/fighthawkarg/NasaApodCL.git
diff --git a/metadata/com.jvillalba.apod.md.yml b/metadata/com.jvillalba.apod.md.yml
index 9faf68a6b0..4d69ceff73 100644
--- a/metadata/com.jvillalba.apod.md.yml
+++ b/metadata/com.jvillalba.apod.md.yml
@@ -10,13 +10,13 @@ Donate: https://www.paypal.me/fightinghawk
AutoName: Apod MD
Description: |-
- NASA Astronomy Picture of the Day with Material Design
+ NASA Astronomy Picture of the Day with Material Design
- App Icon by Icons8.com.
+ App Icon by Icons8.com.
- * View Images from NASA
- * Read Descriptions of Images to Learn More About Them
- * Download Your Favorites Images
+ * View Images from NASA
+ * Read Descriptions of Images to Learn More About Them
+ * Download Your Favorites Images
RepoType: git
Repo: https://github.com/fighthawkarg/NasaApodMD.git
diff --git a/metadata/com.jwetherell.heart_rate_monitor.yml b/metadata/com.jwetherell.heart_rate_monitor.yml
index 0d3689f7af..bb6fd0b712 100644
--- a/metadata/com.jwetherell.heart_rate_monitor.yml
+++ b/metadata/com.jwetherell.heart_rate_monitor.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/phishman3579/android-heart-rate-monitor/issues
AutoName: HeartRateMonitor
Description: |-
- A simple heart rate monitor, using the device's camera to attempt to detect a
- pulse in your finger.
+ A simple heart rate monitor, using the device's camera to attempt to detect a
+ pulse in your finger.
RepoType: git
Repo: https://github.com/phishman3579/android-heart-rate-monitor/
diff --git a/metadata/com.kai1973i.yml b/metadata/com.kai1973i.yml
index 36b21d820e..f96b0d209d 100644
--- a/metadata/com.kai1973i.yml
+++ b/metadata/com.kai1973i.yml
@@ -7,11 +7,11 @@ SourceCode: https://code.google.com/p/auroraapp/source
Name: aAuroraApp
AutoName: aAuroraApp (Alpha)
Description: |-
- The Sun goes through some ups and downs and this period is expected to be full
- of stormy activity. It presents notices and graphs from the internet and a
- heatmap for the aurora.
+ The Sun goes through some ups and downs and this period is expected to be full
+ of stormy activity. It presents notices and graphs from the internet and a
+ heatmap for the aurora.
- Status: Alpha. Not very polished but functional and stable.
+ Status: Alpha. Not very polished but functional and stable.
Builds:
- versionName: '1.04'
diff --git a/metadata/com.kaliturin.blacklist.yml b/metadata/com.kaliturin.blacklist.yml
index f133f2c99d..fa75882593 100644
--- a/metadata/com.kaliturin.blacklist.yml
+++ b/metadata/com.kaliturin.blacklist.yml
@@ -6,19 +6,19 @@ IssueTracker: https://github.com/kaliturin/BlackList/issues
AutoName: Blacklist Blocker
Description: |-
- NOTE: App is no longer maintained.
+ NOTE: App is no longer maintained.
- This application allows you to block unwanted calls and/or SMS in a variety of
- ways: blacklists, whitelists, contacts-only.
+ This application allows you to block unwanted calls and/or SMS in a variety of
+ ways: blacklists, whitelists, contacts-only.
- * Managing the Blacklist - to block phone numbers.
- * Managing the Whitelist - to exclude phone numbers from blocking.
- * Reading the Contacts and SMS lists of your phone - to block phone numbers not included in these lists.
- * Blocking of private/anonymous numbers.
- * Different ways of comparing blocked numbers (equality, by fragment, etc.).
- * Recording of the Event log - the history of blocked calls and SMS (with saving the texts).
- * Managing notifications about block events.
- * Support for light and dark themes of the interface.
+ * Managing the Blacklist - to block phone numbers.
+ * Managing the Whitelist - to exclude phone numbers from blocking.
+ * Reading the Contacts and SMS lists of your phone - to block phone numbers not included in these lists.
+ * Blocking of private/anonymous numbers.
+ * Different ways of comparing blocked numbers (equality, by fragment, etc.).
+ * Recording of the Event log - the history of blocked calls and SMS (with saving the texts).
+ * Managing notifications about block events.
+ * Support for light and dark themes of the interface.
RepoType: git
Repo: https://github.com/kaliturin/BlackList.git
diff --git a/metadata/com.kanedias.archforums.yml b/metadata/com.kanedias.archforums.yml
index 67920cfa5f..bfdce67ae9 100644
--- a/metadata/com.kanedias.archforums.yml
+++ b/metadata/com.kanedias.archforums.yml
@@ -61,8 +61,8 @@ Builds:
ndk: r21d
MaintainerNotes: |-
- - This app is unofficial, I'm not related to Archlinux team in any way
- - This app has native lib as rust submodule and requires delicate handling
+ - This app is unofficial, I'm not related to Archlinux team in any way
+ - This app has native lib as rust submodule and requires delicate handling
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.kanedias.holywarsoo.yml b/metadata/com.kanedias.holywarsoo.yml
index 9085e24739..5667873260 100644
--- a/metadata/com.kanedias.holywarsoo.yml
+++ b/metadata/com.kanedias.holywarsoo.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Holywarsoo is not entirely libre.
+ NonFreeNet:
+ en-US: Holywarsoo is not entirely libre.
Categories:
- Internet
License: GPL-3.0-or-later
@@ -13,30 +13,30 @@ Liberapay: Kanedias
AutoName: Holywarsoo
Description: |-
- This is an unofficial satellite application for browsing Holywarsoo Forums (holywarsoo.net) from Android device.
+ This is an unofficial satellite application for browsing Holywarsoo Forums (holywarsoo.net) from Android device.
- Features
- --------
+ Features
+ --------
- * Logging in
- * Browsing forums
- * Browsing topics
- * Reading topic message
- * Browsing replies/recent topics/active
- * Creating new message
- * Editing messages
- * Deleting messages
- * Replying to message
- * Images upload
- * Formatting of the message
- * Quoting by selection
- * Auto-scrolling to new message
- * Adding topics to subscriptions
- * Deleting topics from subscriptions
- * 4 application themes
- * Creating a topic
- * Reporting a message
- * Search
+ * Logging in
+ * Browsing forums
+ * Browsing topics
+ * Reading topic message
+ * Browsing replies/recent topics/active
+ * Creating new message
+ * Editing messages
+ * Deleting messages
+ * Replying to message
+ * Images upload
+ * Formatting of the message
+ * Quoting by selection
+ * Auto-scrolling to new message
+ * Adding topics to subscriptions
+ * Deleting topics from subscriptions
+ * 4 application themes
+ * Creating a topic
+ * Reporting a message
+ * Search
RepoType: git
Repo: https://gitlab.com/Kanedias/holywarsoo-android.git
@@ -201,10 +201,10 @@ Builds:
ndk: r22b
MaintainerNotes: |-
- - This app is unofficial, I'm not related to Holywarsoo team in any way
- - This app has native lib as rust submodule and requires delicate handling
- - Website FluxBB upstream is GPLv2 but Holywarsoo team introduced unofficial patches that allow anonymity,
- these patches weren't upstreamed: see https://holywarsoo.net/viewtopic.php?pid=5737446#p5737446
+ - This app is unofficial, I'm not related to Holywarsoo team in any way
+ - This app has native lib as rust submodule and requires delicate handling
+ - Website FluxBB upstream is GPLv2 but Holywarsoo team introduced unofficial patches that allow anonymity,
+ these patches weren't upstreamed: see https://holywarsoo.net/viewtopic.php?pid=5737446#p5737446
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.kanedias.vanilla.audiotag.yml b/metadata/com.kanedias.vanilla.audiotag.yml
index d900103fad..fe2ec183f6 100644
--- a/metadata/com.kanedias.vanilla.audiotag.yml
+++ b/metadata/com.kanedias.vanilla.audiotag.yml
@@ -10,23 +10,23 @@ Liberapay: Kanedias
AutoName: Tag Editor
Description: |-
- This app is a plugin. Prior to use it you should have
- https://f-droid.org/packages/ch.blinkenlights.android.vanilla installed. Once both player and this plugin
- are installed, request a context menu from library screen, select "Plugins" and
- "Tag Editor" afterwards.
+ This app is a plugin. Prior to use it you should have
+ https://f-droid.org/packages/ch.blinkenlights.android.vanilla installed. Once both player and this plugin
+ are installed, request a context menu from library screen, select "Plugins" and
+ "Tag Editor" afterwards.
- This plugin can edit metadata tags of the various music files and persist them
- to the file being edited. Note that not all music files support storing tags in
- metadata as this depends on format.
+ This plugin can edit metadata tags of the various music files and persist them
+ to the file being edited. Note that not all music files support storing tags in
+ metadata as this depends on format.
- Also note that artwork fetching and persisting is done in another plugin,
- https://f-droid.org/packages/com.kanedias.vanilla.coverfetch that is also available from store.
+ Also note that artwork fetching and persisting is done in another plugin,
+ https://f-droid.org/packages/com.kanedias.vanilla.coverfetch that is also available from store.
- Features:
+ Features:
- * Tag editing of multiple audiofile formats (mp3/ogg/flac)
- * Any supported tag: Title, Album, Year, Lyrics, etc.
- * Lightweight (640 KB in release apk)
+ * Tag editing of multiple audiofile formats (mp3/ogg/flac)
+ * Any supported tag: Title, Album, Year, Lyrics, etc.
+ * Lightweight (640 KB in release apk)
RepoType: git
Repo: https://github.com/vanilla-music/vanilla-music-tag-editor
@@ -250,8 +250,8 @@ Builds:
- yes
MaintainerNotes: |-
- - This app doesn't have default activity, this is normal
- - This app requires https://f-droid.org/packages/ch.blinkenlights.android.vanilla
+ - This app doesn't have default activity, this is normal
+ - This app requires https://f-droid.org/packages/ch.blinkenlights.android.vanilla
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.kanedias.vanilla.coverfetch.yml b/metadata/com.kanedias.vanilla.coverfetch.yml
index 10c557315a..0c16cf7ebb 100644
--- a/metadata/com.kanedias.vanilla.coverfetch.yml
+++ b/metadata/com.kanedias.vanilla.coverfetch.yml
@@ -10,18 +10,18 @@ Liberapay: Kanedias
AutoName: Cover Fetcher
Description: |-
- This app is a plugin. Prior to use it you should have
- https://f-droid.org/packages/ch.blinkenlights.android.vanilla installed. Once both player and this plugin
- are installed, request a context menu from library screen, select "Plugins" and
- "Cover fetch" afterwards. Note that this plugin requires internet connection to
- be useful.
+ This app is a plugin. Prior to use it you should have
+ https://f-droid.org/packages/ch.blinkenlights.android.vanilla installed. Once both player and this plugin
+ are installed, request a context menu from library screen, select "Plugins" and
+ "Cover fetch" afterwards. Note that this plugin requires internet connection to
+ be useful.
- Features:
+ Features:
- * Requests artwork by artist and album from musicbrainz
- * Can interact with Tag Editor plugin:
- * Can read artwork from file tags and show them without internet connection.
- * Can write artwork retrieved from wiki to file tags
+ * Requests artwork by artist and album from musicbrainz
+ * Can interact with Tag Editor plugin:
+ * Can read artwork from file tags and show them without internet connection.
+ * Can write artwork retrieved from wiki to file tags
RepoType: git
Repo: https://github.com/vanilla-music/vanilla-music-cover-fetch
@@ -149,8 +149,8 @@ Builds:
- yes
MaintainerNotes: |-
- - This app doesn't have default activity, this is normal
- - This app requires https://f-droid.org/packages/ch.blinkenlights.android.vanilla
+ - This app doesn't have default activity, this is normal
+ - This app requires https://f-droid.org/packages/ch.blinkenlights.android.vanilla
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.kanedias.vanilla.lyrics.yml b/metadata/com.kanedias.vanilla.lyrics.yml
index 843231f29e..1639738608 100644
--- a/metadata/com.kanedias.vanilla.lyrics.yml
+++ b/metadata/com.kanedias.vanilla.lyrics.yml
@@ -10,25 +10,25 @@ Liberapay: Kanedias
AutoName: Lyrics Search
Description: |-
- This app is a plugin. Prior to use it you should have
- https://f-droid.org/packages/ch.blinkenlights.android.vanilla installed. Once both player and this plugin
- are installed, request a context menu from library screen, select "Plugins" and
- "Lyrics search" afterwards. Note that this plugin requires internet connection
- to be useful.
+ This app is a plugin. Prior to use it you should have
+ https://f-droid.org/packages/ch.blinkenlights.android.vanilla installed. Once both player and this plugin
+ are installed, request a context menu from library screen, select "Plugins" and
+ "Lyrics search" afterwards. Note that this plugin requires internet connection
+ to be useful.
- For file tag related operations it also optionally requires
- https://f-droid.org/packages/com.kanedias.vanilla.audiotag to be present.
+ For file tag related operations it also optionally requires
+ https://f-droid.org/packages/com.kanedias.vanilla.audiotag to be present.
- This plugin allows reading lyrics from file tag or from *.lrc file with same
- name. If no lyrics is available from these sources it can also download lyrics
- from Lyrics Wiki if it is present for this file's
- artist and title.
+ This plugin allows reading lyrics from file tag or from *.lrc file with same
+ name. If no lyrics is available from these sources it can also download lyrics
+ from Lyrics Wiki if it is present for this file's
+ artist and title.
- Features:
+ Features:
- * Requests lyrics by artist and title from lyrics.wikia.com
- * Can read lyrics from file tags or *.lrc files and show them without internet connection
- * Can write lyrics retrieved from wiki to file tags
+ * Requests lyrics by artist and title from lyrics.wikia.com
+ * Can read lyrics from file tags or *.lrc files and show them without internet connection
+ * Can write lyrics retrieved from wiki to file tags
RepoType: git
Repo: https://github.com/vanilla-music/vanilla-music-lyrics-search
@@ -133,9 +133,9 @@ Builds:
- yes
MaintainerNotes: |-
- - This app doesn't have default activity, this is normal
- - This app requires https://f-droid.org/packages/ch.blinkenlights.android.vanilla
- - No api key since 1.4.0
+ - This app doesn't have default activity, this is normal
+ - This app requires https://f-droid.org/packages/ch.blinkenlights.android.vanilla
+ - No api key since 1.4.0
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.kanedias.vanilla.metadata.yml b/metadata/com.kanedias.vanilla.metadata.yml
index 4e99af44b4..cad7f3ab72 100644
--- a/metadata/com.kanedias.vanilla.metadata.yml
+++ b/metadata/com.kanedias.vanilla.metadata.yml
@@ -10,21 +10,21 @@ Liberapay: Kanedias
AutoName: Metadata Fetcher
Description: |-
- This app is a plugin. Prior to use it you should have
- https://f-droid.org/packages/ch.blinkenlights.android.vanilla installed. Once both player and this plugin
- are installed, request a context menu from library screen, select "Plugins" and
- "Metadata fetch" afterwards. Note that this plugin requires internet connection
- to be useful.
+ This app is a plugin. Prior to use it you should have
+ https://f-droid.org/packages/ch.blinkenlights.android.vanilla installed. Once both player and this plugin
+ are installed, request a context menu from library screen, select "Plugins" and
+ "Metadata fetch" afterwards. Note that this plugin requires internet connection
+ to be useful.
- This plugin can create fingerprint for any music file you wish to know about and
- request its metadata from AcoustID, libre and open source
- fingerprinting service. If match is found it is then shown on the screen.
+ This plugin can create fingerprint for any music file you wish to know about and
+ request its metadata from AcoustID, libre and open source
+ fingerprinting service. If match is found it is then shown on the screen.
- Features:
+ Features:
- * Fetches tag metadata for various music files (mp3/ogg/flac)
- * Can also fetch cover image for selected song
- * Can write retrieved cover and tags if https://f-droid.org/packages/com.kanedias.vanilla.audiotag is installed
+ * Fetches tag metadata for various music files (mp3/ogg/flac)
+ * Can also fetch cover image for selected song
+ * Can write retrieved cover and tags if https://f-droid.org/packages/com.kanedias.vanilla.audiotag is installed
RepoType: git
Repo: https://github.com/vanilla-music/vanilla-music-metadata-fetch
@@ -58,9 +58,9 @@ Builds:
ndk: r21d
MaintainerNotes: |-
- - This app doesn't have default activity, this is normal
- - This app requires https://f-droid.org/packages/ch.blinkenlights.android.vanilla
- - This app contains native code and uses abi splits
+ - This app doesn't have default activity, this is normal
+ - This app requires https://f-droid.org/packages/ch.blinkenlights.android.vanilla
+ - This app contains native code and uses abi splits
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.kaneoriley.cyanogenport.launcher3.yml b/metadata/com.kaneoriley.cyanogenport.launcher3.yml
index f4a85c8b99..af36351450 100644
--- a/metadata/com.kaneoriley.cyanogenport.launcher3.yml
+++ b/metadata/com.kaneoriley.cyanogenport.launcher3.yml
@@ -6,9 +6,9 @@ SourceCode: https://bitbucket.org/lenny_kano/catapult/src/
Name: Catapult
Description: |-
- Catapult is a Launcher based on Cyanogen's Trebuchet. If you like the style
- and simplicity of Cyanogenmod, you can now have it on any device running Android
- Lollipop.
+ Catapult is a Launcher based on Cyanogen's Trebuchet. If you like the style
+ and simplicity of Cyanogenmod, you can now have it on any device running Android
+ Lollipop.
RepoType: git
Repo: https://bitbucket.org/lenny_kano/catapult.git
@@ -30,8 +30,8 @@ Builds:
../AndroidManifest.xml
MaintainerNotes: |-
- We cannot perform update checks, since upstream uses date-based version codes
- that are not hard-wired, but calculated on build time.
+ We cannot perform update checks, since upstream uses date-based version codes
+ that are not hard-wired, but calculated on build time.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.kgurgul.cpuinfo.yml b/metadata/com.kgurgul.cpuinfo.yml
index 592a991149..a00372df7a 100644
--- a/metadata/com.kgurgul.cpuinfo.yml
+++ b/metadata/com.kgurgul.cpuinfo.yml
@@ -8,19 +8,19 @@ IssueTracker: https://github.com/kamgurgul/cpu-info/issues
Changelog: https://github.com/kamgurgul/cpu-info/releases
Description: |-
- CPU Info provide main information about hardware and software of your device:
+ CPU Info provide main information about hardware and software of your device:
- * CPU specification (with current frequency on specyfic cores)
- * GPU specification
- * RAM and storage state (internal, external and SD card)
- * Display metrics
- * Android OS details
- * Sensors data
- * Battery status
- * WiFi and Bluetooth mac address (on older Androids)
- * Audio card info
- * Native libraries used in another applications
- * CPU and battery temperature monitor
+ * CPU specification (with current frequency on specyfic cores)
+ * GPU specification
+ * RAM and storage state (internal, external and SD card)
+ * Display metrics
+ * Android OS details
+ * Sensors data
+ * Battery status
+ * WiFi and Bluetooth mac address (on older Androids)
+ * Audio card info
+ * Native libraries used in another applications
+ * CPU and battery temperature monitor
RepoType: git
Repo: https://github.com/kamgurgul/cpu-info.git
@@ -81,7 +81,7 @@ Builds:
- external
- app/libs
build: for arch in x86 x86_64 armeabi-v7a arm64-v8a; do cp $$cpuinfo$$/obj/local/$arch/libcpuinfo.a
- ../external/cpuinfo/lib/$arch; done
+ ../external/cpuinfo/lib/$arch; done
ndk: r21d
- versionName: 4.4.3
@@ -97,7 +97,7 @@ Builds:
- external
- app/libs
build: for arch in x86 x86_64 armeabi-v7a arm64-v8a; do cp $$cpuinfo$$/obj/local/$arch/libcpuinfo.a
- ../external/cpuinfo/lib/$arch; done
+ ../external/cpuinfo/lib/$arch; done
ndk: r21d
- versionName: 4.5.0
@@ -111,7 +111,7 @@ Builds:
scandelete:
- external
build: for arch in x86 x86_64 armeabi-v7a arm64-v8a; do cp $$cpuinfo$$/obj/local/$arch/libcpuinfo.a
- ../external/cpuinfo/lib/$arch; done
+ ../external/cpuinfo/lib/$arch; done
ndk: r22b
- versionName: 4.6.0
@@ -125,7 +125,7 @@ Builds:
scandelete:
- external
build: for arch in x86 x86_64 armeabi-v7a arm64-v8a; do cp $$cpuinfo$$/obj/local/$arch/libcpuinfo.a
- ../external/cpuinfo/lib/$arch; done
+ ../external/cpuinfo/lib/$arch; done
ndk: r25b
- versionName: 4.7.0
@@ -139,7 +139,7 @@ Builds:
scandelete:
- external
build: for arch in x86 x86_64 armeabi-v7a arm64-v8a; do cp $$cpuinfo$$/obj/local/$arch/libcpuinfo.a
- ../external/cpuinfo/lib/$arch; done
+ ../external/cpuinfo/lib/$arch; done
ndk: r25b
MaintainerNotes: We can't use auto update because version code and name are dynamic.
diff --git a/metadata/com.khuttun.notificationnotes.yml b/metadata/com.khuttun.notificationnotes.yml
index 1dbe070f3a..6281623c13 100644
--- a/metadata/com.khuttun.notificationnotes.yml
+++ b/metadata/com.khuttun.notificationnotes.yml
@@ -8,14 +8,14 @@ IssueTracker: https://github.com/khuttun/NotificationNotes/issues
AutoName: Notification Notes
Description: |-
- Simple note taking that lets you display your notes as native notifications. The
- notes are displayed as persistent low priority notifications.
+ Simple note taking that lets you display your notes as native notifications. The
+ notes are displayed as persistent low priority notifications.
- Features:
+ Features:
- * Save your notes to note list
- * Show/hide note's notification with a switch in note list
- * Remove note by long pressing it in the note list
+ * Save your notes to note list
+ * Show/hide note's notification with a switch in note list
+ * Remove note by long pressing it in the note list
RepoType: git
Repo: https://github.com/khuttun/NotificationNotes
diff --git a/metadata/com.kibab.android.EncPassChanger.yml b/metadata/com.kibab.android.EncPassChanger.yml
index ea05e6f657..1869d3013b 100644
--- a/metadata/com.kibab.android.EncPassChanger.yml
+++ b/metadata/com.kibab.android.EncPassChanger.yml
@@ -6,17 +6,17 @@ IssueTracker: https://github.com/kibab/encpasschanger/issues
AutoName: EncPassChanger
Description: |-
- In Android 4.0.3+ it is now possible to encrypt the storage so that a password
- is necessary to decrypt it every time the phone is switched on. However, in
- stock Android, the password used to generate the encryption key is identical to
- that used to unlock the screen. That either forces you to use weak password, or
- to type long secure password each time you unlock the screen of device. This
- application uses standard VDC calls to validate and set a new password. The app
- has been tested on the developer's Galaxy Nexus: however, please backup your
- data before using this app! If you forget your password, you will NEVER recover
- your data!
+ In Android 4.0.3+ it is now possible to encrypt the storage so that a password
+ is necessary to decrypt it every time the phone is switched on. However, in
+ stock Android, the password used to generate the encryption key is identical to
+ that used to unlock the screen. That either forces you to use weak password, or
+ to type long secure password each time you unlock the screen of device. This
+ application uses standard VDC calls to validate and set a new password. The app
+ has been tested on the developer's Galaxy Nexus: however, please backup your
+ data before using this app! If you forget your password, you will NEVER recover
+ your data!
- Requires Root: Yes.
+ Requires Root: Yes.
RequiresRoot: true
diff --git a/metadata/com.kkinder.charmap.yml b/metadata/com.kkinder.charmap.yml
index cfb37fd6e1..38f19565b3 100644
--- a/metadata/com.kkinder.charmap.yml
+++ b/metadata/com.kkinder.charmap.yml
@@ -8,13 +8,13 @@ IssueTracker: https://github.com/kkinder/Charmap/issues
AutoName: Charmap
Description: |-
- A small and simple character picker, allowing you to copy and paste unicode
- characters, from Arabic to Ethiopic Extended. To copy multiple characters,
- enable the editor.
+ A small and simple character picker, allowing you to copy and paste unicode
+ characters, from Arabic to Ethiopic Extended. To copy multiple characters,
+ enable the editor.
- Note, of course, that your device's font may not support all known characters.
- Characters that your device cannot render will most likely show up as empty
- rectangles, but they may still display elsewhere.
+ Note, of course, that your device's font may not support all known characters.
+ Characters that your device cannot render will most likely show up as empty
+ rectangles, but they may still display elsewhere.
RepoType: git
Repo: https://github.com/kkinder/Charmap
diff --git a/metadata/com.kmac5dev.mindfulnotifier.yml b/metadata/com.kmac5dev.mindfulnotifier.yml
index 49f2d52775..e4d95e20cb 100644
--- a/metadata/com.kmac5dev.mindfulnotifier.yml
+++ b/metadata/com.kmac5dev.mindfulnotifier.yml
@@ -18,7 +18,7 @@ Builds:
srclibs:
- flutter@1.22.5
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -31,7 +31,7 @@ Builds:
srclibs:
- flutter@1.22.5
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -44,7 +44,7 @@ Builds:
srclibs:
- flutter@1.22.5
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -57,7 +57,7 @@ Builds:
srclibs:
- flutter@1.22.5
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -70,7 +70,7 @@ Builds:
srclibs:
- flutter@2.0.3
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -83,7 +83,7 @@ Builds:
srclibs:
- flutter@2.0.3
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -96,7 +96,7 @@ Builds:
srclibs:
- flutter@2.0.3
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -109,7 +109,7 @@ Builds:
srclibs:
- flutter@2.0.3
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
diff --git a/metadata/com.kmagic.solitaire.yml b/metadata/com.kmagic.solitaire.yml
index 9a33a46f72..fb1efc39f5 100644
--- a/metadata/com.kmagic.solitaire.yml
+++ b/metadata/com.kmagic.solitaire.yml
@@ -5,13 +5,13 @@ License: Apache-2.0
AutoName: Solitaire
Summary: Solitaire collection
Description: |-
- Note: This abandoned app is kept for historical reasons, so you should
- rather use it's succesor https://f-droid.org/packages/net.sourceforge.solitaire_cg. It has matured a lot,
- is well maintained and offers additional features and games.
+ Note: This abandoned app is kept for historical reasons, so you should
+ rather use it's succesor https://f-droid.org/packages/net.sourceforge.solitaire_cg. It has matured a lot,
+ is well maintained and offers additional features and games.
- Solitaire Collection of Klondike (Regular solitaire), Spider Solitaire, and
- Freecell using the touchscreen interface. Features include multi-level undo,
- animated card movement, and statistic/score tracking.
+ Solitaire Collection of Klondike (Regular solitaire), Spider Solitaire, and
+ Freecell using the touchscreen interface. Features include multi-level undo,
+ animated card movement, and statistic/score tracking.
Builds:
- versionName: 1.12.2
diff --git a/metadata/com.kn.paper_foss_theme.yml b/metadata/com.kn.paper_foss_theme.yml
index b763431612..6da1cd48f1 100644
--- a/metadata/com.kn.paper_foss_theme.yml
+++ b/metadata/com.kn.paper_foss_theme.yml
@@ -6,10 +6,10 @@ Bitcoin: 1CYiRF6AncdNkxcWTRFf5Mxi7UaFhC3jFG
AutoName: Paper
Description: |-
- This icon theme based on the two GTK Icon Themes,
- Paper from Sam Hewitt and
- Papirus. It's
- aiming to provide a consistent and minimalistic look to your device.
+ This icon theme based on the two GTK Icon Themes,
+ Paper from Sam Hewitt and
+ Papirus. It's
+ aiming to provide a consistent and minimalistic look to your device.
Builds:
- versionName: '0.2'
diff --git a/metadata/com.knirirr.beecount.yml b/metadata/com.knirirr.beecount.yml
index f381c7c755..40de9a65a5 100644
--- a/metadata/com.knirirr.beecount.yml
+++ b/metadata/com.knirirr.beecount.yml
@@ -10,15 +10,15 @@ Changelog: https://github.com/knirirr/BeeCount/releases
AutoName: BeeCount
Description: |-
- A knitting project helper, with the following features:
+ A knitting project helper, with the following features:
- * Keep track of several knitting projects.
- * For each project, track several items which need counting, e.g. rows, pattern repeats etc
- * Allow counting up, down and re-setting to zero of these counts.
- * Allow editing of projects to add, remove or change counts after project creation.
- * Link counts together so that one increments another.
- * Set row alerts and cause counts to reset at particular values.
- * Allow backing up and restoring of the entire projects database.
+ * Keep track of several knitting projects.
+ * For each project, track several items which need counting, e.g. rows, pattern repeats etc
+ * Allow counting up, down and re-setting to zero of these counts.
+ * Allow editing of projects to add, remove or change counts after project creation.
+ * Link counts together so that one increments another.
+ * Set row alerts and cause counts to reset at particular values.
+ * Allow backing up and restoring of the entire projects database.
RepoType: git
Repo: https://github.com/knirirr/BeeCount.git
diff --git a/metadata/com.kodarkooperativet.notificationstopwatch.yml b/metadata/com.kodarkooperativet.notificationstopwatch.yml
index 8e033c22f3..01d1e0380a 100644
--- a/metadata/com.kodarkooperativet.notificationstopwatch.yml
+++ b/metadata/com.kodarkooperativet.notificationstopwatch.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/KodarKooperativet/NotificationStopwatch/issues
AutoName: Stopwatch
Description: |-
- A simple stopwatch that can be completely controlled from the notification bar.
- Very lightweight and no permissions. Uses Singleton design betweeen activity and
- service.
+ A simple stopwatch that can be completely controlled from the notification bar.
+ Very lightweight and no permissions. Uses Singleton design betweeen activity and
+ service.
RepoType: git
Repo: https://github.com/KodarKooperativet/NotificationStopwatch
diff --git a/metadata/com.kolloware.hypezigapp.yml b/metadata/com.kolloware.hypezigapp.yml
index 605e52942b..ab634abf3d 100644
--- a/metadata/com.kolloware.hypezigapp.yml
+++ b/metadata/com.kolloware.hypezigapp.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on kreuzer-leipzig.de website, which is not libre.
+ NonFreeNet:
+ en-US: Depends on kreuzer-leipzig.de website, which is not libre.
Categories:
- Internet
License: GPL-3.0-or-later
diff --git a/metadata/com.kolloware.wechange.yml b/metadata/com.kolloware.wechange.yml
index ffd793fc23..c4cbcc2bb2 100644
--- a/metadata/com.kolloware.wechange.yml
+++ b/metadata/com.kolloware.wechange.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on the wechange.de website
+ NonFreeNet:
+ en-US: App depends on the wechange.de website
Categories:
- Internet
License: GPL-3.0-or-later
diff --git a/metadata/com.koushikdutta.superuser.yml b/metadata/com.koushikdutta.superuser.yml
index 400ae959d9..09767243c8 100644
--- a/metadata/com.koushikdutta.superuser.yml
+++ b/metadata/com.koushikdutta.superuser.yml
@@ -6,16 +6,16 @@ IssueTracker: https://github.com/koush/Superuser/issues
AutoName: Superuser
Description: |-
- An app to allow or forbid apps' requests to run as root. The entire app can be
- built from source with the Android SDK and NDK, including the su binary
- which is bundled within and copied to /system when the prompts are followed.
+ An app to allow or forbid apps' requests to run as root. The entire app can be
+ built from source with the Android SDK and NDK, including the su binary
+ which is bundled within and copied to /system when the prompts are followed.
- You must already have root for this to work, because it leverages the existing
- su and Superuser app to install itself. However, if you know what you are doing
- you can use this apk as a su/Superuser substitute if you are gaining an initial
- root. Once the install is completed you can disable or remove the old app.
+ You must already have root for this to work, because it leverages the existing
+ su and Superuser app to install itself. However, if you know what you are doing
+ you can use this apk as a su/Superuser substitute if you are gaining an initial
+ root. Once the install is completed you can disable or remove the old app.
- Up to version 1.0.3.0 this might not work on Android 5.0+.
+ Up to version 1.0.3.0 this might not work on Android 5.0+.
RequiresRoot: true
diff --git a/metadata/com.kpstv.xclipper.yml b/metadata/com.kpstv.xclipper.yml
index cc3d0ac4ed..b0af3ff10f 100644
--- a/metadata/com.kpstv.xclipper.yml
+++ b/metadata/com.kpstv.xclipper.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on Google Search.
+ NonFreeNet:
+ en-US: App depends on Google Search.
Categories:
- Development
License: Apache-2.0
diff --git a/metadata/com.kunzisoft.keepass.libre.yml b/metadata/com.kunzisoft.keepass.libre.yml
index bc594a8f70..9d24ca93ee 100644
--- a/metadata/com.kunzisoft.keepass.libre.yml
+++ b/metadata/com.kunzisoft.keepass.libre.yml
@@ -736,11 +736,11 @@ Builds:
ndk: r21e
MaintainerNotes: |-
- The file at `app/src/main/assets/publicsuffixes` is a version of the
- [Public Suffix List](https://publicsuffix.org/) that has been sorted and
- stripped of all comments. It is identified as a binary files because it
- contains two 4-byte length fields, one right at the beginning, but is
- otherwise plaintext.
+ The file at `app/src/main/assets/publicsuffixes` is a version of the
+ [Public Suffix List](https://publicsuffix.org/) that has been sorted and
+ stripped of all comments. It is identified as a binary files because it
+ contains two 4-byte length fields, one right at the beginning, but is
+ otherwise plaintext.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[\d.]+$
diff --git a/metadata/com.kure.musicplayer.yml b/metadata/com.kure.musicplayer.yml
index 04595b032b..78faa898ce 100644
--- a/metadata/com.kure.musicplayer.yml
+++ b/metadata/com.kure.musicplayer.yml
@@ -6,15 +6,15 @@ IssueTracker: https://github.com/alexdantas/kure-music-player/issues
AutoName: kure Music Player
Description: |-
- Customizable music player featuring:
+ Customizable music player featuring:
- * browsable by artist, album, genre and year or show them all at once
- * shuffle and repeat modes
- * playlist support, allowing you to create your own on-the-fly
- * 9 different color themes
- * status bar notification, with playback controls
- * lock screen widget - control your songs while the device is locked
- * automatically detects when you insert/remove the headset
+ * browsable by artist, album, genre and year or show them all at once
+ * shuffle and repeat modes
+ * playlist support, allowing you to create your own on-the-fly
+ * 9 different color themes
+ * status bar notification, with playback controls
+ * lock screen widget - control your songs while the device is locked
+ * automatically detects when you insert/remove the headset
RepoType: git
Repo: https://github.com/alexdantas/kure-music-player
diff --git a/metadata/com.kvance.Nectroid.yml b/metadata/com.kvance.Nectroid.yml
index 409b6c9df5..fcc2c0e365 100644
--- a/metadata/com.kvance.Nectroid.yml
+++ b/metadata/com.kvance.Nectroid.yml
@@ -6,15 +6,15 @@ IssueTracker: https://github.com/cknave/nectroid/issues
AutoName: Nectroid
Description: |-
- Nectroid provides a way to access Nectarine
- Demoscene Radio. Demoscene is music designed to be played along with computer
- graphics. Features:
+ Nectroid provides a way to access Nectarine
+ Demoscene Radio. Demoscene is music designed to be played along with computer
+ graphics. Features:
- * Background music streaming
- * Current song, OneLiner, History and Queue views
- * AudioScrobbler support e.g. https://f-droid.org/packages/com.adam.aslfms
- * Support for other Demovibes-powered sites like CVGM
- * Software MP3 player for devices with old/broken versions of Android
+ * Background music streaming
+ * Current song, OneLiner, History and Queue views
+ * AudioScrobbler support e.g. https://f-droid.org/packages/com.adam.aslfms
+ * Support for other Demovibes-powered sites like CVGM
+ * Software MP3 player for devices with old/broken versions of Android
RepoType: git
Repo: https://github.com/cknave/nectroid
diff --git a/metadata/com.kyakujin.android.tagnotepad.yml b/metadata/com.kyakujin.android.tagnotepad.yml
index 2201750b3e..39c12505ce 100644
--- a/metadata/com.kyakujin.android.tagnotepad.yml
+++ b/metadata/com.kyakujin.android.tagnotepad.yml
@@ -8,7 +8,7 @@ IssueTracker: https://github.com/Kyakujin/TagNotepad/issues
AutoName: TAG Notepad
Description: Take notes and assign tags to them, making them easier to find, group
- and use.
+ and use.
RepoType: git
Repo: https://github.com/Kyakujin/TagNotepad.git
diff --git a/metadata/com.launcher.silverfish.yml b/metadata/com.launcher.silverfish.yml
index 6309f4f133..8e0654221c 100644
--- a/metadata/com.launcher.silverfish.yml
+++ b/metadata/com.launcher.silverfish.yml
@@ -8,16 +8,16 @@ Changelog: https://github.com/stanipintjuk/Silverfish/releases
AutoName: Silverfish
Description: |-
- Note: The source repo was archived and the app is no longer developed.
+ Note: The source repo was archived and the app is no longer developed.
- A launcher with a "less is more" philosophy.
+ A launcher with a "less is more" philosophy.
- What to expect
+ What to expect
- * Only one launcher home screen page.
- * Home screen organizes application shortcuts automatically.
- * App drawer is divided into tabs with different categories.
- * Home screen has a dedicated area for one widget.
+ * Only one launcher home screen page.
+ * Home screen organizes application shortcuts automatically.
+ * App drawer is divided into tabs with different categories.
+ * Home screen has a dedicated area for one widget.
RepoType: git
Repo: https://github.com/stanipintjuk/Silverfish.git
@@ -37,7 +37,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation' } }" >>
- build.gradle
+ build.gradle
- versionName: '0.3'
versionCode: 3
@@ -46,7 +46,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation' } }" >>
- build.gradle
+ build.gradle
- versionName: 0.4.1
versionCode: 5
@@ -55,7 +55,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation' } }" >>
- build.gradle
+ build.gradle
- versionName: '0.5'
versionCode: 6
@@ -64,7 +64,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation' } }" >>
- build.gradle
+ build.gradle
- versionName: 0.5.1
versionCode: 7
@@ -73,7 +73,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation' } }" >>
- build.gradle
+ build.gradle
- versionName: 0.5.2
versionCode: 8
@@ -84,7 +84,7 @@ Builds:
rm:
- gradle
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation' } }" >>
- build.gradle
+ build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.lavabit.pahoehoe.yml b/metadata/com.lavabit.pahoehoe.yml
index 7fd4557d6e..f3c0ccfdbd 100644
--- a/metadata/com.lavabit.pahoehoe.yml
+++ b/metadata/com.lavabit.pahoehoe.yml
@@ -96,6 +96,6 @@ Builds:
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[\d.]+$
UpdateCheckData: android/app/build.gradle| versionCode (\d+)|.| versionName
- "([\d.]+)"
+ "([\d.]+)"
CurrentVersion: 1.0.2
CurrentVersionCode: 202
diff --git a/metadata/com.lavadip.miniVector.yml b/metadata/com.lavadip.miniVector.yml
index c1fd312463..66ad87cfda 100644
--- a/metadata/com.lavadip.miniVector.yml
+++ b/metadata/com.lavadip.miniVector.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- NonFreeNet:
- en-US: Currently the integration server is not configurable in this client
- and linked to the non-free New Vector implementation.
+ NonFreeNet:
+ en-US: Currently the integration server is not configurable in this client and
+ linked to the non-free New Vector implementation.
Categories:
- Internet
- Phone & SMS
@@ -15,20 +15,20 @@ Changelog: https://github.com/LiMium/mini-vector-android/blob/HEAD/CHANGES.rst
AutoName: miniVector
Description: |-
- Note: Due to upstream moving to a new codebase miniVector is currently unmaintained with an unclear future. Use at your own risk.
- A simplified fork of the https://f-droid.org/packages/im.vector.alpha Android app.
+ Note: Due to upstream moving to a new codebase miniVector is currently unmaintained with an unclear future. Use at your own risk.
+ A simplified fork of the https://f-droid.org/packages/im.vector.alpha Android app.
- This is a minified Android Matrix client derived from the official client. It requires fewer permissions and compiles to a much smaller package.
+ This is a minified Android Matrix client derived from the official client. It requires fewer permissions and compiles to a much smaller package.
- Full credit goes to the original developers. This fork just shaves-off the following features and dependencies:
+ Full credit goes to the original developers. This fork just shaves-off the following features and dependencies:
- * Jitsi integration (for audio / video conference)
- * React native libraries
- * Application Icon badger
- * Analytics
+ * Jitsi integration (for audio / video conference)
+ * React native libraries
+ * Application Icon badger
+ * Analytics
- AntiFeatures:
- * NonFreeNet - Currently the integration server is not configurable in this client and linked to the non-free New Vector implementation. Free alternatives exists but supporting them in Riot Android is still being worked on.
+ AntiFeatures:
+ * NonFreeNet - Currently the integration server is not configurable in this client and linked to the non-free New Vector implementation. Free alternatives exists but supporting them in Riot Android is still being worked on.
RepoType: git
Repo: https://github.com/LiMium/mini-vector-android.git
diff --git a/metadata/com.leafdigital.kanji.android.yml b/metadata/com.leafdigital.kanji.android.yml
index 21e7282e27..20f87ce112 100644
--- a/metadata/com.leafdigital.kanji.android.yml
+++ b/metadata/com.leafdigital.kanji.android.yml
@@ -6,19 +6,19 @@ IssueTracker: https://github.com/quen/kanjirecog/issues
AutoName: Kanji draw
Description: |-
- A simple application that lets you draw Japanese characters (kanji) using the
- touch screen. It is intended for Japanese language learners who might need to
- enter characters in order to look them up in a dictionary or enter them on a
- website.
+ A simple application that lets you draw Japanese characters (kanji) using the
+ touch screen. It is intended for Japanese language learners who might need to
+ enter characters in order to look them up in a dictionary or enter them on a
+ website.
- It identifies the character you have drawn using a special form of handwriting
- recognition. You can select the correct character from a list. After entering
- one or more characters, you can copy them into the clipboard as text for use in
- a dictionary.
+ It identifies the character you have drawn using a special form of handwriting
+ recognition. You can select the correct character from a list. After entering
+ one or more characters, you can copy them into the clipboard as text for use in
+ a dictionary.
- Note that this will NOT work - at all - if you don't know basically how to draw
- kanji. If you just draw something any old way that looks like it, it certainly
- won't be recognised. You have to draw characters basically the official way.
+ Note that this will NOT work - at all - if you don't know basically how to draw
+ kanji. If you just draw something any old way that looks like it, it certainly
+ won't be recognised. You have to draw characters basically the official way.
RepoType: git
Repo: https://github.com/quen/kanjirecog.git
diff --git a/metadata/com.lecz.android.tiltmazes.yml b/metadata/com.lecz.android.tiltmazes.yml
index bb21b6e017..fd1cdd583d 100644
--- a/metadata/com.lecz.android.tiltmazes.yml
+++ b/metadata/com.lecz.android.tiltmazes.yml
@@ -6,10 +6,10 @@ SourceCode: https://code.google.com/p/tiltmazes/source
AutoName: TiltMazes
Description: |-
- A ball sits in a flat tray containing one or more squares (goals). The challenge
- is to guide the ball around the tray and collect all the squares. Tilt the tray
- to, literally, start the ball rolling. The ball rolls in a straight line until
- it hits a wall, you can then tilt again.
+ A ball sits in a flat tray containing one or more squares (goals). The challenge
+ is to guide the ball around the tray and collect all the squares. Tilt the tray
+ to, literally, start the ball rolling. The ball rolls in a straight line until
+ it hits a wall, you can then tilt again.
Builds:
- versionName: '1.2'
diff --git a/metadata/com.leocardz.multitouch.test.yml b/metadata/com.leocardz.multitouch.test.yml
index 39b0a1eebf..5e225dfb54 100644
--- a/metadata/com.leocardz.multitouch.test.yml
+++ b/metadata/com.leocardz.multitouch.test.yml
@@ -9,9 +9,9 @@ IssueTracker: https://github.com/LeonardoCardoso/Multitouch-Test/issues
AutoName: Multitouch Test
Description: |-
- Test the touch capabilities of your device. It measures and shows how accurate
- the touch of your device is, how many touches it supports, and if there are some
- options to personalize the exhibition.
+ Test the touch capabilities of your device. It measures and shows how accurate
+ the touch of your device is, how many touches it supports, and if there are some
+ options to personalize the exhibition.
RepoType: git
Repo: https://github.com/LeonardoCardoso/Multitouch-Test
diff --git a/metadata/com.lesspass.android.yml b/metadata/com.lesspass.android.yml
index bdab12be26..ee7e16b373 100644
--- a/metadata/com.lesspass.android.yml
+++ b/metadata/com.lesspass.android.yml
@@ -8,8 +8,8 @@ SourceCode: https://github.com/lesspass/lesspass
IssueTracker: https://github.com/lesspass/lesspass/issues
Description: |-
- LessPass is a stateless password manager.
- It derives a site, a login and a master password to generate a unique password. You don't need to sync your password vault across every device.
+ LessPass is a stateless password manager.
+ It derives a site, a login and a master password to generate a unique password. You don't need to sync your password vault across every device.
RepoType: git
Repo: https://github.com/lesspass/lesspass.git
@@ -433,9 +433,9 @@ Builds:
- reactNativeArchitectures=x86_64
MaintainerNotes: |-
- scanignore is used to allow the "node_modules/react-native/android" local Maven repository.
+ scanignore is used to allow the "node_modules/react-native/android" local Maven repository.
- We can not enable auto update because the version code is dynamic.
+ We can not enable auto update because the version code is dynamic.
ArchivePolicy: 4
AutoUpdateMode: None
diff --git a/metadata/com.lgallardo.qbittorrentclient.yml b/metadata/com.lgallardo.qbittorrentclient.yml
index 723e8b5aaf..e8f2608c42 100644
--- a/metadata/com.lgallardo.qbittorrentclient.yml
+++ b/metadata/com.lgallardo.qbittorrentclient.yml
@@ -11,17 +11,17 @@ IssueTracker: https://github.com/lgallard/qBittorrent-Client/issues
AutoName: qBittorrent Client
Summary: Companion app for qBittorrent client
Description: |-
- Manage the queue of your qBittorrent client. Features include:
+ Manage the queue of your qBittorrent client. Features include:
- * See a two panel view (fragments) for torrent list and details in the same window
- * Drawer menu for switching between All, Downloading, Completed, Paused, Active and Inactive torrent list
- * Pause or resume all torrents from the selected list
- * Auto refresh torrent list after performing an action on a torrent (pause, resume, or delete)
- * Add URL directly or by clicking the torrent link on your device's browser
- * Pause, resume, or delete individual torrents with its downloaded data
- * Set and save a connection account
+ * See a two panel view (fragments) for torrent list and details in the same window
+ * Drawer menu for switching between All, Downloading, Completed, Paused, Active and Inactive torrent list
+ * Pause or resume all torrents from the selected list
+ * Auto refresh torrent list after performing an action on a torrent (pause, resume, or delete)
+ * Add URL directly or by clicking the torrent link on your device's browser
+ * Pause, resume, or delete individual torrents with its downloaded data
+ * Set and save a connection account
- This app has been superseeded with https://f-droid.org/packages/com.lgallardo.qbittorrentclientpro.
+ This app has been superseeded with https://f-droid.org/packages/com.lgallardo.qbittorrentclientpro.
RepoType: git
Repo: https://github.com/lgallard/qBittorrent-Client/
diff --git a/metadata/com.lgallardo.qbittorrentclientpro.yml b/metadata/com.lgallardo.qbittorrentclientpro.yml
index b708722195..ef8a52df0f 100644
--- a/metadata/com.lgallardo.qbittorrentclientpro.yml
+++ b/metadata/com.lgallardo.qbittorrentclientpro.yml
@@ -11,15 +11,15 @@ Changelog: https://github.com/lgallard/qBittorrent-Controller/releases
AutoName: qBittorrent Client Pro
Description: |-
- Manage the queue of your qBittorrent client. Features include:
+ Manage the queue of your qBittorrent client. Features include:
- * See a two panel view (fragments) for torrent list and details in the same window
- * Drawer menu for switching between All, Downloading, Completed, Paused, Active and Inactive torrent list
- * Pause or resume all torrents from the selected list
- * Auto refresh torrent list after performing an action on a torrent (pause, resume, or delete)
- * Add URL directly or by clicking the torrent link on your device's browser
- * Pause, resume, or delete individual torrents with its downloaded data
- * Set and save a connection account
+ * See a two panel view (fragments) for torrent list and details in the same window
+ * Drawer menu for switching between All, Downloading, Completed, Paused, Active and Inactive torrent list
+ * Pause or resume all torrents from the selected list
+ * Auto refresh torrent list after performing an action on a torrent (pause, resume, or delete)
+ * Add URL directly or by clicking the torrent link on your device's browser
+ * Pause, resume, or delete individual torrents with its downloaded data
+ * Set and save a connection account
RepoType: git
Repo: https://github.com/lgallard/qBittorrent-Client/
diff --git a/metadata/com.liato.bankdroid.yml b/metadata/com.liato.bankdroid.yml
index 107e035658..72d7c997fb 100644
--- a/metadata/com.liato.bankdroid.yml
+++ b/metadata/com.liato.bankdroid.yml
@@ -8,8 +8,8 @@ Changelog: https://github.com/liato/android-bankdroid/raw/HEAD/CHANGELOG
AutoName: Bankdroid
Description: |-
- Checks your account balance at any of the major Swedish banks and can display
- notifications on changes. Includes a widget.
+ Checks your account balance at any of the major Swedish banks and can display
+ notifications on changes. Includes a widget.
RepoType: git
Repo: https://github.com/liato/android-bankdroid.git
@@ -410,9 +410,9 @@ Builds:
- sed -i -e '/wrapper/,+3d' ../build.gradle
MaintainerNotes: |-
- * Includes crashlytics now. See https://github.com/liato/android-bankdroid/issues/450
- * Another upstream issue on this is https://github.com/liato/android-bankdroid/issues/631
- * app seems abandoned meanwhile (no activity since 2017)
+ * Includes crashlytics now. See https://github.com/liato/android-bankdroid/issues/450
+ * Another upstream issue on this is https://github.com/liato/android-bankdroid/issues/631
+ * app seems abandoned meanwhile (no activity since 2017)
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.libopenmw.openmw.yml b/metadata/com.libopenmw.openmw.yml
index 5b79a6da92..b6763158e6 100644
--- a/metadata/com.libopenmw.openmw.yml
+++ b/metadata/com.libopenmw.openmw.yml
@@ -5,11 +5,11 @@ WebSite: https://openmw.org/
SourceCode: https://github.com/OpenMW/android-port
Description: |-
- [Note: The upstream repo was replaced with @xyzz's one, where the Android app is developed, it's recommended to install https://f-droid.org/packages/is.xyz.omw instead]
+ [Note: The upstream repo was replaced with @xyzz's one, where the Android app is developed, it's recommended to install https://f-droid.org/packages/is.xyz.omw instead]
- OpenMW is an open-source, free-software game engine that reimplements the one powering Bethesda Softworks' 2002 open-world role-playing game Morrowind.
+ OpenMW is an open-source, free-software game engine that reimplements the one powering Bethesda Softworks' 2002 open-world role-playing game Morrowind.
- This is an OpenMW port for Android, adapted to be played with touchscreen or remote controller. To play it, you need to use your own, legally acquired Morrowind data files.
+ This is an OpenMW port for Android, adapted to be played with touchscreen or remote controller. To play it, you need to use your own, legally acquired Morrowind data files.
Builds:
- versionName: 0.46.0
@@ -46,9 +46,9 @@ Builds:
ndk: r18b
MaintainerNotes: |-
- - we patch Crashlytics away in build-gradle, androidmanifest and mainactivity
- - we use prebuild else fdroid scanner will detect the built libs as binaries on the second pass before running build, and we can't scanignore them (at start) since they don't exist yet, see https://gitlab.com/fdroid/fdroidserver/issues/635
- - we remove the buildtools and intermediary artefacts (several gigabytes) else they'll get pulled in the source tarball
+ - we patch Crashlytics away in build-gradle, androidmanifest and mainactivity
+ - we use prebuild else fdroid scanner will detect the built libs as binaries on the second pass before running build, and we can't scanignore them (at start) since they don't exist yet, see https://gitlab.com/fdroid/fdroidserver/issues/635
+ - we remove the buildtools and intermediary artefacts (several gigabytes) else they'll get pulled in the source tarball
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.lightbox.android.camera.yml b/metadata/com.lightbox.android.camera.yml
index 7ccc82feaa..7e3f879532 100644
--- a/metadata/com.lightbox.android.camera.yml
+++ b/metadata/com.lightbox.android.camera.yml
@@ -7,12 +7,12 @@ IssueTracker: https://github.com/lightbox/QuickSnap/issues
AutoName: QuickSnap
Description: |-
- Camera implementation based off the Android Gingerbread camera app source code.
+ Camera implementation based off the Android Gingerbread camera app source code.
- Initially the Android Gingerbread camera source was forked, and then modified to
- become backwards compatible down to API level 7 (Eclair). The video
- functionality has also been removed and other changes made to fix problems with
- indivdual devices.
+ Initially the Android Gingerbread camera source was forked, and then modified to
+ become backwards compatible down to API level 7 (Eclair). The video
+ functionality has also been removed and other changes made to fix problems with
+ indivdual devices.
RepoType: git
Repo: https://github.com/lightbox/QuickSnap
diff --git a/metadata/com.lijukay.quotesAltDesign.yml b/metadata/com.lijukay.quotesAltDesign.yml
index 950f836440..bb986d8a62 100644
--- a/metadata/com.lijukay.quotesAltDesign.yml
+++ b/metadata/com.lijukay.quotesAltDesign.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Github to load quotes.
+ NonFreeNet:
+ en-US: Depends on Github to load quotes.
Categories:
- Reading
License: GPL-3.0-or-later
diff --git a/metadata/com.limbo.emu.main.yml b/metadata/com.limbo.emu.main.yml
index f7db0a6b4f..989b3d9600 100644
--- a/metadata/com.limbo.emu.main.yml
+++ b/metadata/com.limbo.emu.main.yml
@@ -7,27 +7,27 @@ IssueTracker: https://github.com/limboemu/limbo/issues
AutoName: Limbo x86 PC Emulator
Description: |-
- Limbo is a qemu-based x86 architecture emulator for android devices.
- With limbo, you can emulate a complete desktop computer on your device and
- install various systems (FreeDOS, Windows, KolibriOS, various GNU/Linux
- distributes and any other x86-compatible OS).
+ Limbo is a qemu-based x86 architecture emulator for android devices.
+ With limbo, you can emulate a complete desktop computer on your device and
+ install various systems (FreeDOS, Windows, KolibriOS, various GNU/Linux
+ distributes and any other x86-compatible OS).
- Limbo has a wide selection of settings, allowing you to change available
- RAM, number of emulated cores, type of CPU, mount hard-drive and cd-rom
- images, select emulated graphics, network and audio card types and many
- more.
+ Limbo has a wide selection of settings, allowing you to change available
+ RAM, number of emulated cores, type of CPU, mount hard-drive and cd-rom
+ images, select emulated graphics, network and audio card types and many
+ more.
- Access to the emulated desktop is done inside limbo with the inbuilt VNC
- viewer, SDL mode or an external VNC. To connect to an external VNC, you
- can use https://f-droid.org/packages/com.coboltforge.dontmind.multivnc or https://f-droid.org/packages/android.androidVNC
- clients available in F-Droid.
+ Access to the emulated desktop is done inside limbo with the inbuilt VNC
+ viewer, SDL mode or an external VNC. To connect to an external VNC, you
+ can use https://f-droid.org/packages/com.coboltforge.dontmind.multivnc or https://f-droid.org/packages/android.androidVNC
+ clients available in F-Droid.
- On android devices with x86-based CPU (Intel Atom), Limbo can run with
- KVM mode, allowing for much better perfomance.
+ On android devices with x86-based CPU (Intel Atom), Limbo can run with
+ KVM mode, allowing for much better perfomance.
- Keep in mind, limbo is a complete emulation of another CPU architecture,
- so you most likely won't be able to run modern operating systems
- with reasonable perfomance.
+ Keep in mind, limbo is a complete emulation of another CPU architecture,
+ so you most likely won't be able to run modern operating systems
+ with reasonable perfomance.
RepoType: git
Repo: https://github.com/limboemu/limbo
@@ -197,8 +197,8 @@ Builds:
ndk: r22b
MaintainerNotes: |-
- We only build x86 emulation on ARM devices for now.
- ARM emulation on x86 devices would require a separate build recipe (the app ID is different).
+ We only build x86 emulation on ARM devices for now.
+ ARM emulation on x86 devices would require a separate build recipe (the app ID is different).
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/com.lindevhard.android.raspfinder.yml b/metadata/com.lindevhard.android.raspfinder.yml
index 6d4326fc75..f57c5514c3 100644
--- a/metadata/com.lindevhard.android.raspfinder.yml
+++ b/metadata/com.lindevhard.android.raspfinder.yml
@@ -7,24 +7,24 @@ Changelog: https://github.com/LinDevHard/raspb-finder/blob/HEAD/CHANGELOG.md
AutoName: RaspFinder
Description: |-
- RaspFinder will tell you the IP address of your RaspberryPi on your Wi-Fi network.
- RaspFinder helps you to find your device in case, when
+ RaspFinder will tell you the IP address of your RaspberryPi on your Wi-Fi network.
+ RaspFinder helps you to find your device in case, when
- * you are not able to access your Raspberry directly
- * you can't browse your router for a connected devices list
- * you have your Raspberry at hand, but too lazy to connect it via HDMI or Ethernet
+ * you are not able to access your Raspberry directly
+ * you can't browse your router for a connected devices list
+ * you have your Raspberry at hand, but too lazy to connect it via HDMI or Ethernet
- All you need to care about - that the Raspberry and your smartphone are on the same network.
+ All you need to care about - that the Raspberry and your smartphone are on the same network.
- Features:
+ Features:
- * quick search: within 2-3 secs
- * simple and intuitive interface
- * does not include advertising
- * low application weight
- * decent and modern design
+ * quick search: within 2-3 secs
+ * simple and intuitive interface
+ * does not include advertising
+ * low application weight
+ * decent and modern design
- Attention: does NOT work if you are using MAC address spoofing!
+ Attention: does NOT work if you are using MAC address spoofing!
RepoType: git
Repo: https://github.com/LinDevHard/raspb-finder.git
diff --git a/metadata/com.linkomnia.android.Changjie.yml b/metadata/com.linkomnia.android.Changjie.yml
index d73f70052a..91f773781e 100644
--- a/metadata/com.linkomnia.android.Changjie.yml
+++ b/metadata/com.linkomnia.android.Changjie.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/wanleung/ChangjieIME/issues
AutoName: Changjie Input Method
Description: |-
- Supported Changjie ( Cangjie ) version 3 and 5, and Quick Method, with Phases
- support.
+ Supported Changjie ( Cangjie ) version 3 and 5, and Quick Method, with Phases
+ support.
- The project is based on the new ibus-cangjie based library libcangjie. The dictionary is based on gcin.
+ The project is based on the new ibus-cangjie based library libcangjie. The dictionary is based on gcin.
RepoType: git
Repo: https://github.com/wanleung/ChangjieIME.git
diff --git a/metadata/com.linuxcounter.lico_update_003.yml b/metadata/com.linuxcounter.lico_update_003.yml
index 84a27e569a..7d43a94bc5 100644
--- a/metadata/com.linuxcounter.lico_update_003.yml
+++ b/metadata/com.linuxcounter.lico_update_003.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/alexloehner/linuxcounter.android.app/issues
AutoName: Linux Counter Updater
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- Companion app for the LinuxCounter
- project (LiCo).
+ Companion app for the LinuxCounter
+ project (LiCo).
RepoType: git
Repo: https://github.com/alexloehner/linuxcounter.android.app
diff --git a/metadata/com.listen1.app.yml b/metadata/com.listen1.app.yml
index fe85cfb02b..c53cd070ed 100644
--- a/metadata/com.listen1.app.yml
+++ b/metadata/com.listen1.app.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Connects to *.music.126.net servers.
+ NonFreeNet:
+ en-US: Connects to *.music.126.net servers.
Categories:
- Multimedia
License: MIT
diff --git a/metadata/com.lithium.leona.openstud.yml b/metadata/com.lithium.leona.openstud.yml
index 7dce406bab..4ecce08cfa 100644
--- a/metadata/com.lithium.leona.openstud.yml
+++ b/metadata/com.lithium.leona.openstud.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on a proprietary university management information system
+ NonFreeNet:
+ en-US: Depends on a proprietary university management information system
Categories:
- Science & Education
License: GPL-3.0-only
diff --git a/metadata/com.littlebytesofpi.pylauncher.yml b/metadata/com.littlebytesofpi.pylauncher.yml
index 7fad4a92c5..5ef71ab048 100644
--- a/metadata/com.littlebytesofpi.pylauncher.yml
+++ b/metadata/com.littlebytesofpi.pylauncher.yml
@@ -7,14 +7,14 @@ IssueTracker: https://bitbucket.org/gbriggs/lbp_tcpipsockets/issues
AutoName: pyLauncher
Description: |-
- Install the server (see the source code page) on a Raspberry PI (or other) then
- launch Python program files from the user interface on the Android. The results
- of the program are returned to the Android application, and displayed on the
- screen.
+ Install the server (see the source code page) on a Raspberry PI (or other) then
+ launch Python program files from the user interface on the Android. The results
+ of the program are returned to the Android application, and displayed on the
+ screen.
- * Connect any number of pyLauncher Android clients to the server on your local area network.
- * Select a Python.py file from the Android user interface, and have it run on the Raspberry Pi.
- * Results of each Python file run are broadcast to all connected Android clients
+ * Connect any number of pyLauncher Android clients to the server on your local area network.
+ * Select a Python.py file from the Android user interface, and have it run on the Raspberry Pi.
+ * Results of each Python file run are broadcast to all connected Android clients
RepoType: git
Repo: https://bitbucket.org/gbriggs/lbp_tcpipsockets.git
diff --git a/metadata/com.liveplayergames.finneypoker.yml b/metadata/com.liveplayergames.finneypoker.yml
index 373af8c61c..c44552c2a8 100644
--- a/metadata/com.liveplayergames.finneypoker.yml
+++ b/metadata/com.liveplayergames.finneypoker.yml
@@ -9,21 +9,21 @@ IssueTracker: https://github.com/liveplayergames/UFP/issues
AutoName: Uncle Finney's Poker
Summary: Play head-to-head poker and bet Ether
Description: |-
- Uncle Finney's Poker is a head-to-head, two player poker game. Unlike many other
- poker apps, it doesn't deal in fake coins that have no real value. Instead,
- players bet, win and lose Ether (ETH), an exciting cryptocurrency that has real
- world value.
+ Uncle Finney's Poker is a head-to-head, two player poker game. Unlike many other
+ poker apps, it doesn't deal in fake coins that have no real value. Instead,
+ players bet, win and lose Ether (ETH), an exciting cryptocurrency that has real
+ world value.
- Note from Upstream:
+ Note from Upstream:
- We are NOT an online casino, as we don't sell chips, hold your bets or take a
- "house cut". Instead, bets are deposited, held and paid to the winner by an
- independent Ethereum smart-contract that charges a tiny escrow fee.
+ We are NOT an online casino, as we don't sell chips, hold your bets or take a
+ "house cut". Instead, bets are deposited, held and paid to the winner by an
+ independent Ethereum smart-contract that charges a tiny escrow fee.
- What the heck is a smart contract? What the heck is Ethereum? What on Earth is a
- cryptocurrency? Check out the Uncle Finney's
- Poker website to educate yourself about this brave new world, or better yet,
- just download Uncle Finney's Poker and try it for yourself! .
+ What the heck is a smart contract? What the heck is Ethereum? What on Earth is a
+ cryptocurrency? Check out the Uncle Finney's
+ Poker website to educate yourself about this brave new world, or better yet,
+ just download Uncle Finney's Poker and try it for yourself! .
RepoType: git
Repo: https://github.com/liveplayergames/UFP
@@ -37,7 +37,7 @@ Builds:
- yes
MaintainerNotes: 2019-08-05 moving to archive as the app no longer seems to work,
- see issue 1719
+ see issue 1719
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.llamacorp.equate.yml b/metadata/com.llamacorp.equate.yml
index ff896f7389..49f953e50d 100644
--- a/metadata/com.llamacorp.equate.yml
+++ b/metadata/com.llamacorp.equate.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on non-libre APIs for currency rates.
+ NonFreeNet:
+ en-US: Depends on non-libre APIs for currency rates.
Categories:
- Science & Education
License: GPL-3.0-only
@@ -14,16 +14,16 @@ Litecoin: LWXjRk7Sy5Eb4pgGPS7DhEsQm6JHPU4NRr
AutoName: Equate
Description: |-
- Unit converting calculator featuring:
+ Unit converting calculator featuring:
- * clean and fast unit conversions
- * more than 10 different unit types, including real time currency
- * over 130 units to convert between
- * customizable unit buttons
- * semi-scientific calculator
- * order of operations
- * operation history, with recall
- * smart parenthesis
+ * clean and fast unit conversions
+ * more than 10 different unit types, including real time currency
+ * over 130 units to convert between
+ * customizable unit buttons
+ * semi-scientific calculator
+ * order of operations
+ * operation history, with recall
+ * smart parenthesis
RepoType: git
Repo: https://github.com/EvanRespaut/Equate.git
diff --git a/metadata/com.lligainterm.yml b/metadata/com.lligainterm.yml
index 55aac206cf..ca06c5c31a 100644
--- a/metadata/com.lligainterm.yml
+++ b/metadata/com.lligainterm.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/YerayAlonso/LligaIntermunicipal/issues
AutoName: Lliga Intermunicipal
Description: |-
- A small app to follow the league of Futsal in Girona, Catalunya. This includes
- results and classification.
+ A small app to follow the league of Futsal in Girona, Catalunya. This includes
+ results and classification.
RepoType: git
Repo: https://github.com/YerayAlonso/LligaIntermunicipal.git
diff --git a/metadata/com.lloydtorres.stately.yml b/metadata/com.lloydtorres.stately.yml
index db55b77142..34cb7b07db 100644
--- a/metadata/com.lloydtorres.stately.yml
+++ b/metadata/com.lloydtorres.stately.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on a non-libre website.
- Tracking:
- en-US: Account creation requires website using Google Analytics.
+ NonFreeNet:
+ en-US: App depends on a non-libre website.
+ Tracking:
+ en-US: Account creation requires website using Google Analytics.
Categories:
- Games
License: Apache-2.0
diff --git a/metadata/com.log28.yml b/metadata/com.log28.yml
index 70bf542bec..4599a56dad 100644
--- a/metadata/com.log28.yml
+++ b/metadata/com.log28.yml
@@ -9,15 +9,15 @@ IssueTracker: https://github.com/wildeyedskies/log28/issues
AutoName: log28
Description: |-
- log28 is a simple no-frills period tracker.
+ log28 is a simple no-frills period tracker.
- Features:
+ Features:
- * Easily view cycle progress
- * Predict future periods
- * Log symptoms and activity
- * Take daily notes
- * Backup your data or move it between devices
+ * Easily view cycle progress
+ * Predict future periods
+ * Log symptoms and activity
+ * Take daily notes
+ * Backup your data or move it between devices
RepoType: git
Repo: https://github.com/wildeyedskies/log28.git
diff --git a/metadata/com.lonepulse.travisjr.yml b/metadata/com.lonepulse.travisjr.yml
index bafe38b633..c057e44cd8 100644
--- a/metadata/com.lonepulse.travisjr.yml
+++ b/metadata/com.lonepulse.travisjr.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Travis-CI.org itself runs primarily proprietary code.
+ NonFreeNet:
+ en-US: Travis-CI.org itself runs primarily proprietary code.
Categories:
- Development
License: Apache-2.0
@@ -10,9 +10,9 @@ IssueTracker: https://github.com/sahan/Travis-Jr/issues
AutoName: Travis Jr.
Description: |-
- Mobile client for the popular continuous integration system Travis-CI. Allows to
- authenticate via Github and view your repositories and builds and supports
- viewing build logs with panning and zooming.
+ Mobile client for the popular continuous integration system Travis-CI. Allows to
+ authenticate via Github and view your repositories and builds and supports
+ viewing build logs with panning and zooming.
RepoType: git
Repo: https://github.com/sahan/Travis-Jr.git
@@ -28,9 +28,9 @@ Builds:
- sed -i -e 's@3.8.2@3.7.0@g' ../pom.xml
MaintainerNotes: |-
- Check sed substitution on every build until we use maven >= 3.1.1
- After this and if upstream tags again, we could set UCM:Tags and
- AUM:Version v%v.
+ Check sed substitution on every build until we use maven >= 3.1.1
+ After this and if upstream tags again, we could set UCM:Tags and
+ AUM:Version v%v.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.lostrealm.lembretes.yml b/metadata/com.lostrealm.lembretes.yml
index 8e984df205..19f691cbff 100644
--- a/metadata/com.lostrealm.lembretes.yml
+++ b/metadata/com.lostrealm.lembretes.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/uatach/reminders/issues
AutoName: Reminders
Description: |-
- Reminders is intended for students from UNICAMP as a simple reminder of the
- daily meal. In portuguese "Lembretes". It connects to the webpage of the
- university's restaurant to retrieve the meal and according to user preferences,
- it reminds him.
+ Reminders is intended for students from UNICAMP as a simple reminder of the
+ daily meal. In portuguese "Lembretes". It connects to the webpage of the
+ university's restaurant to retrieve the meal and according to user preferences,
+ it reminds him.
RepoType: git
Repo: https://github.com/uatach/reminders.git
diff --git a/metadata/com.lucasdnd.bitclock16.yml b/metadata/com.lucasdnd.bitclock16.yml
index 8c83e43db7..2101261953 100644
--- a/metadata/com.lucasdnd.bitclock16.yml
+++ b/metadata/com.lucasdnd.bitclock16.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/lucasdnd/16-bit-clock/issues
AutoName: 16-bit Clock Widget
Description: |-
- Binary Clock composed of a 4x4 grid of dots. It works by dividing the day into
- 16 bits, or 65536 parts. That makes each "second", or bit, last exactly
- 1.318359375 real seconds.
+ Binary Clock composed of a 4x4 grid of dots. It works by dividing the day into
+ 16 bits, or 65536 parts. That makes each "second", or bit, last exactly
+ 1.318359375 real seconds.
RepoType: git
Repo: https://github.com/lucasdnd/16-bit-clock
diff --git a/metadata/com.lucasdnd.decimaltimeclockwidget.yml b/metadata/com.lucasdnd.decimaltimeclockwidget.yml
index 610db2bd94..94c738ef05 100644
--- a/metadata/com.lucasdnd.decimaltimeclockwidget.yml
+++ b/metadata/com.lucasdnd.decimaltimeclockwidget.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/lucasdnd/decimal-clock-widget/issues
AutoName: Decimal Time Clock Widget
Description: |-
- Add a decimal clock widget to your homescreen.
+ Add a decimal clock widget to your homescreen.
- * Time of day represented in 100 time units, each divided in 100 equal parts.
- * Date can be represented on both the Gregorian format and Isaac Asimov's World Season Calendar format.
+ * Time of day represented in 100 time units, each divided in 100 equal parts.
+ * Date can be represented on both the Gregorian format and Isaac Asimov's World Season Calendar format.
RepoType: git
Repo: https://github.com/lucasdnd/decimal-clock-widget
diff --git a/metadata/com.luk.saucenao.yml b/metadata/com.luk.saucenao.yml
index 871fff4c6e..956fe5a6b9 100644
--- a/metadata/com.luk.saucenao.yml
+++ b/metadata/com.luk.saucenao.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on the saucenao.com search back-end.
+ NonFreeNet:
+ en-US: App depends on the saucenao.com search back-end.
Categories:
- Internet
- Multimedia
diff --git a/metadata/com.luk.timetable2.yml b/metadata/com.luk.timetable2.yml
index 131ce5a2ac..4df41c87c0 100644
--- a/metadata/com.luk.timetable2.yml
+++ b/metadata/com.luk.timetable2.yml
@@ -6,15 +6,15 @@ IssueTracker: https://github.com/luk1337/TimeTable2/issues
AutoName: TimeTable
Description: |-
- Vulcan is a software used by Polish schools to generate online timetables. This
- app parses its code and displays it in app and widget.
+ Vulcan is a software used by Polish schools to generate online timetables. This
+ app parses its code and displays it in app and widget.
- Features:
+ Features:
- * Support for every web timetable generated with VULCAN
- * Homescreen widget
- * Two themes: dark and light
- * Three theme accents: red, green and blue
+ * Support for every web timetable generated with VULCAN
+ * Homescreen widget
+ * Two themes: dark and light
+ * Three theme accents: red, green and blue
RepoType: git
Repo: https://github.com/LuK1337/TimeTable2
diff --git a/metadata/com.lukekorth.screennotifications.yml b/metadata/com.lukekorth.screennotifications.yml
index 485bbc46ce..f978ba37a4 100644
--- a/metadata/com.lukekorth.screennotifications.yml
+++ b/metadata/com.lukekorth.screennotifications.yml
@@ -8,10 +8,10 @@ IssueTracker: https://github.com/lkorth/screen-notifications/issues
AutoName: Screen Notifications
Description: |-
- Have the screen turn on when you get a notification of a certain kind. You need
- to allow the app as an Accessibility helper in the System preferences. If the
- phone is in your pocket or the proximity sensor is otherwise covered, the screen
- will not turn on.
+ Have the screen turn on when you get a notification of a certain kind. You need
+ to allow the app as an Accessibility helper in the System preferences. If the
+ phone is in your pocket or the proximity sensor is otherwise covered, the screen
+ will not turn on.
RepoType: git
Repo: https://github.com/lkorth/screen-notifications.git
diff --git a/metadata/com.lun.chin.aicamera.yml b/metadata/com.lun.chin.aicamera.yml
index e19e350c0e..61a72547d5 100644
--- a/metadata/com.lun.chin.aicamera.yml
+++ b/metadata/com.lun.chin.aicamera.yml
@@ -5,8 +5,8 @@ SourceCode: https://bitbucket.org/chlun/aicamera
AutoName: AiCamera
Description: |-
- This is a camera app for Android that automatically recognises the pixel location of people, cats or dogs in the camera view and blurs the background simulating depth of field. It can also gray out the background leaving only the recognised object in colour.
- The app uses a convolutional neural network to perform the detection. A TensorFlow implementation of the neural network can be found here. It was trained on a dataset of images consisting of people, cats and dogs and the trained model then exported as a protobuf file which contains the graph definition and the trained weights.
+ This is a camera app for Android that automatically recognises the pixel location of people, cats or dogs in the camera view and blurs the background simulating depth of field. It can also gray out the background leaving only the recognised object in colour.
+ The app uses a convolutional neural network to perform the detection. A TensorFlow implementation of the neural network can be found here. It was trained on a dataset of images consisting of people, cats and dogs and the trained model then exported as a protobuf file which contains the graph definition and the trained weights.
RepoType: git
Repo: https://bitbucket.org/chlun/aicamera.git
diff --git a/metadata/com.luorrak.ouroboros.yml b/metadata/com.luorrak.ouroboros.yml
index 7407f03e13..7fbb8f19a7 100644
--- a/metadata/com.luorrak.ouroboros.yml
+++ b/metadata/com.luorrak.ouroboros.yml
@@ -6,21 +6,21 @@ SourceCode: https://github.com/Luorrak/Ouroboros
AutoName: Ouroboros
Summary: Client for 8ch.net
Description: |-
- Companion client for the 8chan/8ch.net image board. It's layout is very heavily
- inspired by Chanobol and the design of Montanax's unreleased app Miko.
+ Companion client for the 8chan/8ch.net image board. It's layout is very heavily
+ inspired by Chanobol and the design of Montanax's unreleased app Miko.
- Features:
+ Features:
- * Posting replies and threads
- * Upload up to 5 images
- * Captcha support
- * Save images
- * Gallery view
- * Themes
- * Watchlists
- * Searching the catalog
- * Get notifications when replied to
- * Jump to new posts in a thread
+ * Posting replies and threads
+ * Upload up to 5 images
+ * Captcha support
+ * Save images
+ * Gallery view
+ * Themes
+ * Watchlists
+ * Searching the catalog
+ * Get notifications when replied to
+ * Jump to new posts in a thread
Builds:
- versionName: 0.2.1
@@ -185,7 +185,7 @@ Builds:
- yes
MaintainerNotes: ' * 8chan servers were kicked off of hosting providers and have
- been taken down'
+ been taken down'
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.lyonbros.turtl.yml b/metadata/com.lyonbros.turtl.yml
index fba49d2dd0..4dd115bc51 100644
--- a/metadata/com.lyonbros.turtl.yml
+++ b/metadata/com.lyonbros.turtl.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/turtl/tracker/issues
AutoName: Turtl
Description: |-
- Turtl lets you take notes, bookmark websites, and store documents for sensitive projects. From sharing passwords with your coworkers to tracking research on an article you're writing, Turtl keeps it all safe from everyone but you and those you share with.
+ Turtl lets you take notes, bookmark websites, and store documents for sensitive projects. From sharing passwords with your coworkers to tracking research on an article you're writing, Turtl keeps it all safe from everyone but you and those you share with.
- It's a private place to keep your notes, research, passwords, bookmarks, dream logs, photos, documents and anything else you want kept safe. Turtl's easy tagging and filtering make it ideal for organization and research whether for personal or professional projects.
- Think of Turtl as Evernote with ultimate privacy.
+ It's a private place to keep your notes, research, passwords, bookmarks, dream logs, photos, documents and anything else you want kept safe. Turtl's easy tagging and filtering make it ideal for organization and research whether for personal or professional projects.
+ Think of Turtl as Evernote with ultimate privacy.
RepoType: git
Repo: https://github.com/turtl/fdroid
@@ -218,13 +218,13 @@ Builds:
ndk: r17b
MaintainerNotes: |-
- Here is what the build step does (based on instructions provided by upstream):
- * Create a standalone toolchain that will be used to build OpenSSL.
- * Download Rust and add it to the PATH.
- * Build libsodium (for arm7 and arm64).
- * Build OpenSSL (for arm7 and arm64).
- * Build TurtlCore (for arm7 and arm64).
- * Copy the built libturtl_core.so binaries into the app folder.
+ Here is what the build step does (based on instructions provided by upstream):
+ * Create a standalone toolchain that will be used to build OpenSSL.
+ * Download Rust and add it to the PATH.
+ * Build libsodium (for arm7 and arm64).
+ * Build OpenSSL (for arm7 and arm64).
+ * Build TurtlCore (for arm7 and arm64).
+ * Copy the built libturtl_core.so binaries into the app folder.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[0-9.]+$
diff --git a/metadata/com.m3sv.plainupnp.yml b/metadata/com.m3sv.plainupnp.yml
index 6605b271da..597a9d5b7d 100644
--- a/metadata/com.m3sv.plainupnp.yml
+++ b/metadata/com.m3sv.plainupnp.yml
@@ -5,17 +5,17 @@ SourceCode: https://github.com/m3sv/PlainUPnP
IssueTracker: https://github.com/m3sv/PlainUPnP/issues
Description: |
- PlainUPnP - intially DroidUPnP - is an UPnP control point application for android.
+ PlainUPnP - intially DroidUPnP - is an UPnP control point application for android.
- PlainUPnP allows you to stream videos, music and photos. Browse UPnP media sources and stream media content to a selected UPnP device or play locally.
+ PlainUPnP allows you to stream videos, music and photos. Browse UPnP media sources and stream media content to a selected UPnP device or play locally.
- Compatible with UPnP/DLNA/Smart TV.
+ Compatible with UPnP/DLNA/Smart TV.
- Features:
- * Simple and easy to use interface
- * UPnP content streaming
- * Dark/Light themes
- * Launching UPnP content locally
+ Features:
+ * Simple and easy to use interface
+ * UPnP content streaming
+ * Dark/Light themes
+ * Launching UPnP content locally
RepoType: git
Repo: https://github.com/m3sv/PlainUPnP.git
@@ -49,7 +49,7 @@ Builds:
AutoUpdateMode: None
UpdateCheckMode: None
UpdateCheckData: buildSrc/src/main/kotlin/dependencies.kt|versionCode = (\d+)|.|versionName
- = "([\d\.]+)"
+ = "([\d\.]+)"
CurrentVersion: 3.0.2
CurrentVersionCode: 75
diff --git a/metadata/com.macpoule.plantsense.yml b/metadata/com.macpoule.plantsense.yml
index 7a92839591..3646fdfb4a 100644
--- a/metadata/com.macpoule.plantsense.yml
+++ b/metadata/com.macpoule.plantsense.yml
@@ -27,7 +27,7 @@ Builds:
- ui/test
- ui/web
prebuild: sed -i -e '/shrinkResources/s/false/true/' -e '/minifyEnabled/s/false/true/'
- android/app/build.gradle
+ android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
diff --git a/metadata/com.madgag.agit.yml b/metadata/com.madgag.agit.yml
index 7a8a6e9998..7be242991d 100644
--- a/metadata/com.madgag.agit.yml
+++ b/metadata/com.madgag.agit.yml
@@ -8,15 +8,15 @@ FlattrID: '799516'
AutoName: Agit
Description: |-
- Clone remote git repositories onto your phone!
+ Clone remote git repositories onto your phone!
- * Just like regular Git, the full history is stored for offline access.
- * Animated Diffs - Watch diffs smoothly transition from Before to After.
- * Supports git, http, https protocols. SSH for private repos is also possible
- * Periodic sync enabled on Android 2.3 and later: latest commits fetched quarter-hourly.
+ * Just like regular Git, the full history is stored for offline access.
+ * Animated Diffs - Watch diffs smoothly transition from Before to After.
+ * Supports git, http, https protocols. SSH for private repos is also possible
+ * Periodic sync enabled on Android 2.3 and later: latest commits fetched quarter-hourly.
- Currently this is a 'read-only' client. You can clone & fetch, but not commit
- and push.
+ Currently this is a 'read-only' client. You can clone & fetch, but not commit
+ and push.
RepoType: git
Repo: https://github.com/rtyley/agit.git
diff --git a/metadata/com.madlonkay.orgro.yml b/metadata/com.madlonkay.orgro.yml
index 2af2d8d349..c1fca40a53 100644
--- a/metadata/com.madlonkay.orgro.yml
+++ b/metadata/com.madlonkay.orgro.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App loads fonts from online sources (Google Fonts, AWS S3).
+ NonFreeNet:
+ en-US: App loads fonts from online sources (Google Fonts, AWS S3).
Categories:
- Development
- Reading
diff --git a/metadata/com.majeur.applicationsinfo.yml b/metadata/com.majeur.applicationsinfo.yml
index c2e23903b5..a927c4e373 100644
--- a/metadata/com.majeur.applicationsinfo.yml
+++ b/metadata/com.majeur.applicationsinfo.yml
@@ -8,19 +8,19 @@ IssueTracker: https://github.com/MajeurAndroid/Applications-Info/issues
AutoName: Applications Info
Description: |-
- Monitor all available informations about all installed applications or packages
- on a device. You can view the entire AndroidManifest.xml file and get details
- about:
+ Monitor all available informations about all installed applications or packages
+ on a device. You can view the entire AndroidManifest.xml file and get details
+ about:
- * Activities
- * Services
- * Providers
- * Receivers
- * Uses permissions
- * Permissions
- * Uses features
- * Configurations
- * Signatures
+ * Activities
+ * Services
+ * Providers
+ * Receivers
+ * Uses permissions
+ * Permissions
+ * Uses features
+ * Configurations
+ * Signatures
RepoType: git
Repo: https://github.com/MajeurAndroid/Applications-Info
@@ -61,7 +61,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.malek.alldebrid.yml b/metadata/com.malek.alldebrid.yml
index 16bac94272..8398bd13a6 100644
--- a/metadata/com.malek.alldebrid.yml
+++ b/metadata/com.malek.alldebrid.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/Allsimon/Alldebrid/issues
AutoName: Alldebrid
Description: |-
- Allow to download from external file provider such as mega, 1fichier,
- rapidgator, 4shared, etc. in a seamless manner.
+ Allow to download from external file provider such as mega, 1fichier,
+ rapidgator, 4shared, etc. in a seamless manner.
RepoType: git
Repo: https://github.com/Allsimon/Alldebrid
diff --git a/metadata/com.maltaisn.notes.sync.yml b/metadata/com.maltaisn.notes.sync.yml
index e130ebf188..dfe23b6707 100644
--- a/metadata/com.maltaisn.notes.sync.yml
+++ b/metadata/com.maltaisn.notes.sync.yml
@@ -11,23 +11,23 @@ Changelog: https://github.com/maltaisn/another-notes-app/blob/HEAD/CHANGELOG.md
AutoName: Another Notes
Description: |-
- App is not actively developed and dev will fix critical bugs.
+ App is not actively developed and dev will fix critical bugs.
- Another notes app, like there have been tens of thousands before.
+ Another notes app, like there have been tens of thousands before.
- This app doesn't strive to innovate, it strives to provide a simple way to
- take notes. Material design is used to create a visually attractive interface.
+ This app doesn't strive to innovate, it strives to provide a simple way to
+ take notes. Material design is used to create a visually attractive interface.
- Features:
- * Text and list notes.
- * Archive and recycle bin.
- * Labeled notes.
- * Reminders, including recurring reminders.
- * Search text across all notes.
- * Basic import and export.
- * Light and dark theme support.
- * Customizable interface.
- * Open source app.
+ Features:
+ * Text and list notes.
+ * Archive and recycle bin.
+ * Labeled notes.
+ * Reminders, including recurring reminders.
+ * Search text across all notes.
+ * Basic import and export.
+ * Light and dark theme support.
+ * Customizable interface.
+ * Open source app.
RepoType: git
Repo: https://github.com/maltaisn/another-notes-app.git
diff --git a/metadata/com.manichord.mgit.yml b/metadata/com.manichord.mgit.yml
index 90f433aa58..5e0e5a97d4 100644
--- a/metadata/com.manichord.mgit.yml
+++ b/metadata/com.manichord.mgit.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- Tracking:
- en-US: App enforces sending error/crash reports to its developers.
+ Tracking:
+ en-US: App enforces sending error/crash reports to its developers.
Categories:
- Development
License: GPL-3.0-only
@@ -14,14 +14,14 @@ Donate: https://sgit.sheimi.me/
AutoName: MGit
Description: |-
- A git client and text editor, forked from no longer maintained
- https://f-droid.org/packages/me.sheimi.sgit.
+ A git client and text editor, forked from no longer maintained
+ https://f-droid.org/packages/me.sheimi.sgit.
- Antifeatures:
- * Tracking: You can't run the app unless you agree to send error and
- crash reports to the developers Sentry.io account. The reports will contain
- information about the device you are using, a unique randomly generated ID
- and potentially some metadata about the git repo that you are using.
+ Antifeatures:
+ * Tracking: You can't run the app unless you agree to send error and
+ crash reports to the developers Sentry.io account. The reports will contain
+ information about the device you are using, a unique randomly generated ID
+ and potentially some metadata about the git repo that you are using.
RepoType: git
Repo: https://github.com/maks/MGit.git
diff --git a/metadata/com.manimarank.websitemonitor.yml b/metadata/com.manimarank.websitemonitor.yml
index 7985981364..d92a05a13e 100644
--- a/metadata/com.manimarank.websitemonitor.yml
+++ b/metadata/com.manimarank.websitemonitor.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App connects to icons.duckduckgo.com.
+ NonFreeNet:
+ en-US: App connects to icons.duckduckgo.com.
Categories:
- Internet
License: GPL-3.0-only
diff --git a/metadata/com.manor.currentwidget.yml b/metadata/com.manor.currentwidget.yml
index 0256f17177..deb597eb2f 100644
--- a/metadata/com.manor.currentwidget.yml
+++ b/metadata/com.manor.currentwidget.yml
@@ -6,22 +6,22 @@ IssueTracker: https://github.com/rmanor/currentwidget/issues
Donate: https://github.com/rmanor/currentwidget
Description: |-
- Displays how much electric current the device is using from the battery or
- receiving from the charger. It can also notify you when the device is using too
- much battery. Add widget to home screen after installation; open settings &
- graph via launcher icon. Touch the displayed value to switch views.
+ Displays how much electric current the device is using from the battery or
+ receiving from the charger. It can also notify you when the device is using too
+ much battery. Add widget to home screen after installation; open settings &
+ graph via launcher icon. Touch the displayed value to switch views.
- NOTE: The electric current reading doesn't work on all devices. The reason
- is that the manufacturers (mostly Motorola and Samsung) don't support this in
- the battery driver or in the hardware.
+ NOTE: The electric current reading doesn't work on all devices. The reason
+ is that the manufacturers (mostly Motorola and Samsung) don't support this in
+ the battery driver or in the hardware.
- * Two widget designs (as two widgets in the widgets list) — Classic and Text.
- * Notification — get real time alerts on high current values
- * Transparent style with customization options
- * Voltage & Battery level (%) display
- * Log battery values (see this script for analysis)
- * Set an arithmetic operation on the current value to adjust for different devices
- * Plot current graph
+ * Two widget designs (as two widgets in the widgets list) — Classic and Text.
+ * Notification — get real time alerts on high current values
+ * Transparent style with customization options
+ * Voltage & Battery level (%) display
+ * Log battery values (see this script for analysis)
+ * Set an arithmetic operation on the current value to adjust for different devices
+ * Plot current graph
RepoType: git
Repo: https://github.com/rmanor/currentwidget
diff --git a/metadata/com.mantz_it.rfanalyzer.yml b/metadata/com.mantz_it.rfanalyzer.yml
index b63e503543..bf9b7959d6 100644
--- a/metadata/com.mantz_it.rfanalyzer.yml
+++ b/metadata/com.mantz_it.rfanalyzer.yml
@@ -10,26 +10,26 @@ Changelog: https://github.com/demantz/RFAnalyzer/blob/HEAD/changelog.txt
AutoName: RF Analyzer
Description: |-
- View a FFT plot and a waterfall plot of the frequency spectrum received by a
- HackRF. The new version can also
- demodulate audio from AM and FM signals!
+ View a FFT plot and a waterfall plot of the frequency spectrum received by a
+ HackRF. The new version can also
+ demodulate audio from AM and FM signals!
- Use an OTG (on-the-go) USB cable to connect your HackRF/RTL-SDR to an Android
- phone/tablet and this app will visualize the RF spectrum (frequency magnitude
- and waterfall plot)! Browse through the frequency spectrum just by using scroll
- and zoom touch gestures. Additional features are:
+ Use an OTG (on-the-go) USB cable to connect your HackRF/RTL-SDR to an Android
+ phone/tablet and this app will visualize the RF spectrum (frequency magnitude
+ and waterfall plot)! Browse through the frequency spectrum just by using scroll
+ and zoom touch gestures. Additional features are:
- * Many settings: FFT size, averaging, peak holding, color scheme, ...
- * read samples from a file (generated by hackrf_transfer tool or by rtl_sdr)
- * AM/FM/SSB audio demodulation
- * adjust squelch and channel width
- * Record to a raw IQ file compatible with hackrf_transfer, ...
- * Bookmarks
- * rad1o support
+ * Many settings: FFT size, averaging, peak holding, color scheme, ...
+ * read samples from a file (generated by hackrf_transfer tool or by rtl_sdr)
+ * AM/FM/SSB audio demodulation
+ * adjust squelch and channel width
+ * Record to a raw IQ file compatible with hackrf_transfer, ...
+ * Bookmarks
+ * rad1o support
- Read
- the
- manual for more details.
+ Read
+ the
+ manual for more details.
RepoType: git
Repo: https://github.com/demantz/RFAnalyzer
diff --git a/metadata/com.manuelmaly.hn.yml b/metadata/com.manuelmaly.hn.yml
index 05b7ae6f2e..527630155a 100644
--- a/metadata/com.manuelmaly.hn.yml
+++ b/metadata/com.manuelmaly.hn.yml
@@ -10,16 +10,16 @@ IssueTracker: https://github.com/manmal/hn-android/issues
AutoName: HN
Description: |-
- Hacker News client with a focus on reliability and usability.
+ Hacker News client with a focus on reliability and usability.
- * View articles in ViewText, Google, or your system browser (you can set each as default)
- * Upvote stories (long-press on story)
- * Collapse and expand comments by tapping on them
- * Choose from 3 text sizes
- * Switch between stories and comments with one tap
- * View "more" stories than only the HN frontpage
+ * View articles in ViewText, Google, or your system browser (you can set each as default)
+ * Upvote stories (long-press on story)
+ * Collapse and expand comments by tapping on them
+ * Choose from 3 text sizes
+ * Switch between stories and comments with one tap
+ * View "more" stories than only the HN frontpage
- A proprietary analytics library was removed before building.
+ A proprietary analytics library was removed before building.
RepoType: git
Repo: https://github.com/manmal/hn-android.git
diff --git a/metadata/com.manuelvargastapia.libgen.yml b/metadata/com.manuelvargastapia.libgen.yml
index 18526201f3..04ecec3166 100644
--- a/metadata/com.manuelvargastapia.libgen.yml
+++ b/metadata/com.manuelvargastapia.libgen.yml
@@ -62,11 +62,11 @@ Builds:
--flavor fdroid
MaintainerNotes: |-
- Consider checking the associated API project for future
- improvements, and also for maintain a stable connection
- with Library Genesis service.
+ Consider checking the associated API project for future
+ improvements, and also for maintain a stable connection
+ with Library Genesis service.
- Repo
+ Repo
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.mapswithme.maps.libre.yml b/metadata/com.mapswithme.maps.libre.yml
index b34773f624..9f7bd93ac8 100644
--- a/metadata/com.mapswithme.maps.libre.yml
+++ b/metadata/com.mapswithme.maps.libre.yml
@@ -6,18 +6,18 @@ WebSite: http://maps.me
AutoName: MAPS.ME
Summary: Fast, detailed and completely offline maps
Description: |-
- Offline maps using OpenStreetMap data with routing and walking directions.
- Features:
+ Offline maps using OpenStreetMap data with routing and walking directions.
+ Features:
- * Bookmarks of places. Create and import/export from other maps for easy access anytime. KML/KMZ files are supported.
+ * Bookmarks of places. Create and import/export from other maps for easy access anytime. KML/KMZ files are supported.
- * Offline search. Locate everything you need on the maps and use it as a travel guide!
+ * Offline search. Locate everything you need on the maps and use it as a travel guide!
- * Location-sharing. Let your friends and family know where you are! Send a pin of any place on the map via email or SMS.
+ * Location-sharing. Let your friends and family know where you are! Send a pin of any place on the map via email or SMS.
- * Auto-follow mode. When enabled, the map automatically orients itself to the direction you are moving.
+ * Auto-follow mode. When enabled, the map automatically orients itself to the direction you are moving.
- This is an unofficial fork without proprietary dependencies and user tracking.
+ This is an unofficial fork without proprietary dependencies and user tracking.
Builds:
- versionName: 5.1.8_r2
diff --git a/metadata/com.maralexbar.wifikeyview.yml b/metadata/com.maralexbar.wifikeyview.yml
index fe90119cb2..a3ce576874 100644
--- a/metadata/com.maralexbar.wifikeyview.yml
+++ b/metadata/com.maralexbar.wifikeyview.yml
@@ -18,8 +18,8 @@ Builds:
versionCode: 1
commit: 7a7e9709c78fdd8eba8a9a244c50f11342cc99b3
prebuild: sed -i -e '/private String RunAsRoot/s/String cmd/String[] cmd/g' -e
- '/aa=RunAsRoot/d' -e '/String aa/aaa=RunAsRoot(new String[]{ "su", "-c", "cat
- /data/misc/wifi/wpa_supplicant.conf" });' src/com/maralexbar/wifikeyview/MainActivity.java
+ '/aa=RunAsRoot/d' -e '/String aa/aaa=RunAsRoot(new String[]{ "su", "-c", "cat
+ /data/misc/wifi/wpa_supplicant.conf" });' src/com/maralexbar/wifikeyview/MainActivity.java
- versionName: '1.2'
versionCode: 2
@@ -45,11 +45,11 @@ Builds:
- yes
MaintainerNotes: |-
- We used to build from a gradle build provided by
- https://github.com/otakuchiyan/Wifi-Key-View --
- however, the repo is gone. Last source code from
- fixed repo should be available at
- https://f-droid.org/repo/com.maralexbar.wifikeyview_130_src.tar.gz
+ We used to build from a gradle build provided by
+ https://github.com/otakuchiyan/Wifi-Key-View --
+ however, the repo is gone. Last source code from
+ fixed repo should be available at
+ https://f-droid.org/repo/com.maralexbar.wifikeyview_130_src.tar.gz
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.marcdonald.hibi.yml b/metadata/com.marcdonald.hibi.yml
index 92f7bf4c8a..f955fdceb2 100644
--- a/metadata/com.marcdonald.hibi.yml
+++ b/metadata/com.marcdonald.hibi.yml
@@ -11,27 +11,27 @@ Changelog: https://github.com/MarcDonald/Hibi/releases
AutoName: Hibi
Description: |-
- NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
+ NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
- A journal app designed to help you learn Japanese.
+ A journal app designed to help you learn Japanese.
- * Add entries at any date and time
- * Search for words through Jisho.org right from the editing screen without having to switch app
- * Save new words used in an entry
- * Tag entries (e.g. Holiday, Day Out, Birthday)
- * Add entries to books (e.g. Trip to Tokyo 2018, Trip to Shirakawa-go 2019)
- * Add locations to entries
- * Add images to entries
- * Search your entries based on date, content, location, tags or books
- * Daily reminder to add an entry
- * Ability to backup and restore your data
- * Dark theme and Light theme
- * Easily see entries made on this day last month, and in previous years, using the Throwback feature
+ * Add entries at any date and time
+ * Search for words through Jisho.org right from the editing screen without having to switch app
+ * Save new words used in an entry
+ * Tag entries (e.g. Holiday, Day Out, Birthday)
+ * Add entries to books (e.g. Trip to Tokyo 2018, Trip to Shirakawa-go 2019)
+ * Add locations to entries
+ * Add images to entries
+ * Search your entries based on date, content, location, tags or books
+ * Daily reminder to add an entry
+ * Ability to backup and restore your data
+ * Dark theme and Light theme
+ * Easily see entries made on this day last month, and in previous years, using the Throwback feature
- Permissions Required:
- * INTERNET and ACCESS_NETWORK_STATE - Required for searching Jisho.org and for checking Github for update
- * SET_ALARM - Required for sending the reminder notification
- * WRITE_EXTERNAL_STORAGE - Optional - Used to save images
+ Permissions Required:
+ * INTERNET and ACCESS_NETWORK_STATE - Required for searching Jisho.org and for checking Github for update
+ * SET_ALARM - Required for sending the reminder notification
+ * WRITE_EXTERNAL_STORAGE - Optional - Used to save images
RepoType: git
Repo: https://github.com/marcdonald/hibi.git
diff --git a/metadata/com.marceljurtz.lifecounter.yml b/metadata/com.marceljurtz.lifecounter.yml
index ce934c8167..5bbd1a8574 100644
--- a/metadata/com.marceljurtz.lifecounter.yml
+++ b/metadata/com.marceljurtz.lifecounter.yml
@@ -10,12 +10,12 @@ Bitcoin: 1HDdKd3uoxdvS8pBKKKxEkjoJqUuBiEjkL
AutoName: LifeCounter
Description: |-
- Two-player lifecounter with customization options:
+ Two-player lifecounter with customization options:
- * Color of each players field (default MTG colors set by default, can be adjusted)
- * Amount of lives to add/substract (separate amount by click and long-click)
+ * Color of each players field (default MTG colors set by default, can be adjusted)
+ * Amount of lives to add/substract (separate amount by click and long-click)
- Currently available in English and German.
+ Currently available in English and German.
RepoType: git
Repo: https://github.com/MarcelJurtz/LifeCounter
diff --git a/metadata/com.marcospoerl.simplypace.yml b/metadata/com.marcospoerl.simplypace.yml
index 8797dc1bbe..c68962d437 100644
--- a/metadata/com.marcospoerl.simplypace.yml
+++ b/metadata/com.marcospoerl.simplypace.yml
@@ -9,7 +9,7 @@ Donate: https://www.buymeacoffee.com/marcospoerl
AutoName: Simply Pace
Description: |
- Simply Pace is a very simple pace calculator. It concentrates on distance, time, and pace. Without any additional clutter.
+ Simply Pace is a very simple pace calculator. It concentrates on distance, time, and pace. Without any additional clutter.
RepoType: git
Repo: https://github.com/MarcoSpoerl/simply-pace
diff --git a/metadata/com.mareksebera.simpledilbert.yml b/metadata/com.mareksebera.simpledilbert.yml
index 1dcc6f668b..649acf4060 100644
--- a/metadata/com.mareksebera.simpledilbert.yml
+++ b/metadata/com.mareksebera.simpledilbert.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on dilbert.com website, which is not libre.
+ NonFreeNet:
+ en-US: Depends on dilbert.com website, which is not libre.
Categories:
- Reading
License: Apache-2.0
@@ -13,12 +13,12 @@ Bitcoin: 1FpGN3kcZ3GQsaJgBa8rxGRJjBjJavu78g
AutoName: Simple Dilbert
Description: |-
- * Select image quality
- * Make favorite strips
- * Caching, so you won't download single strip twice
- * All comics strips since 16.4.1989
- * Supports both large and small screens
- * Supports all device orientations
+ * Select image quality
+ * Make favorite strips
+ * Caching, so you won't download single strip twice
+ * All comics strips since 16.4.1989
+ * Supports both large and small screens
+ * Supports all device orientations
RepoType: git
Repo: https://github.com/smarek/Simple-Dilbert
@@ -105,7 +105,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/android.applicationVariants.all/,$d' -e '/buildTypes/i/*'
- -e '/defaultConfig/i*/' build.gradle
+ -e '/defaultConfig/i*/' build.gradle
- versionName: '4.1'
versionCode: 34
@@ -113,7 +113,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/android.applicationVariants.all/,$d' -e '/buildTypes/i/*'
- -e '/defaultConfig/i*/' build.gradle
+ -e '/defaultConfig/i*/' build.gradle
- versionName: '4.2'
versionCode: 35
diff --git a/metadata/com.markusborg.test.yml b/metadata/com.markusborg.test.yml
index c35c2ed12e..25dee4c691 100644
--- a/metadata/com.markusborg.test.yml
+++ b/metadata/com.markusborg.test.yml
@@ -10,20 +10,20 @@ Changelog: https://github.com/mrksbrg/RacketGhost/releases
AutoName: RacketGhost
Description: |-
- Ghosting is an established training exercise in racket sports to practice court
- movement without a ball. Moving to the various corners of the court improves
- both footwork and general stamina. In the best of worlds, your coach or sparring
- partner will always be ready to point you to random corners at a pace that
- pushes you to your limits.
+ Ghosting is an established training exercise in racket sports to practice court
+ movement without a ball. Moving to the various corners of the court improves
+ both footwork and general stamina. In the best of worlds, your coach or sparring
+ partner will always be ready to point you to random corners at a pace that
+ pushes you to your limits.
- Unfortunately, few people have access to a coach at all times, thus have to run
- the exercise on their own. That means the randomness in the order of corners is
- missing.
+ Unfortunately, few people have access to a coach at all times, thus have to run
+ the exercise on their own. That means the randomness in the order of corners is
+ missing.
- Getting Started
+ Getting Started
- 1. Configure your ghosting session. 2. Put your mobile device in front of you on
- the court. 3. Press "GO!" to start your ghosting session.
+ 1. Configure your ghosting session. 2. Put your mobile device in front of you on
+ the court. 3. Press "GO!" to start your ghosting session.
RepoType: git
Repo: https://github.com/mrksbrg/RacketGhost.git
diff --git a/metadata/com.markuspage.android.certtools.yml b/metadata/com.markuspage.android.certtools.yml
index 135b767e41..23637c6565 100644
--- a/metadata/com.markuspage.android.certtools.yml
+++ b/metadata/com.markuspage.android.certtools.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/netmackan/CertTools/issues
AutoName: CertTools
Description: |-
- Certificate (X.509) viewer that reads from PEM files and displays the X509
- certificate. Use a file manager to open a PEM file.
+ Certificate (X.509) viewer that reads from PEM files and displays the X509
+ certificate. Use a file manager to open a PEM file.
RepoType: git
Repo: https://github.com/netmackan/CertTools.git
diff --git a/metadata/com.martinborjesson.o2xtouchlednotifications.yml b/metadata/com.martinborjesson.o2xtouchlednotifications.yml
index 09b975e6e6..f63792a731 100644
--- a/metadata/com.martinborjesson.o2xtouchlednotifications.yml
+++ b/metadata/com.martinborjesson.o2xtouchlednotifications.yml
@@ -7,24 +7,24 @@ IssueTracker: https://github.com/mborjesson/LG-Optimus-2X-Black-Notifications/is
Name: LG Touch LED
AutoName: LG Notifications
Description: |-
- For:
+ For:
- * LG Optimus 2X/T-Mobile G2X/Star (P990/P999/SU660)
- * LG Optimus Black (P970)
- * LG Optimus 3D (P920)
- * LG Nitro (P930)
- * LG Optimus ME (P350)
- * LG Marquee (LS855)
- * LG Prada 3.0 (P940)
+ * LG Optimus 2X/T-Mobile G2X/Star (P990/P999/SU660)
+ * LG Optimus Black (P970)
+ * LG Optimus 3D (P920)
+ * LG Nitro (P930)
+ * LG Optimus ME (P350)
+ * LG Marquee (LS855)
+ * LG Prada 3.0 (P940)
- and possibly others.
+ and possibly others.
- This application uses mainly the touch LED buttons to show if there is any
- missed notifications by turning them on and off. Vibrator and notification
- ringtones are supported. It is enabled by default and will autostart on boot but
- has to be run once after installation to start the service.
+ This application uses mainly the touch LED buttons to show if there is any
+ missed notifications by turning them on and off. Vibrator and notification
+ ringtones are supported. It is enabled by default and will autostart on boot but
+ has to be run once after installation to start the service.
- May require root: it depends on the phone.
+ May require root: it depends on the phone.
RepoType: git
Repo: https://github.com/mborjesson/LG-Optimus-2X-Black-Notifications
diff --git a/metadata/com.martinmimigames.littlemusicplayer.yml b/metadata/com.martinmimigames.littlemusicplayer.yml
index b4411da03d..1c017d9608 100644
--- a/metadata/com.martinmimigames.littlemusicplayer.yml
+++ b/metadata/com.martinmimigames.littlemusicplayer.yml
@@ -139,7 +139,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' -e '/keystoreProperties.load/d' -e 's/VERSION_16/VERSION_17/'
- build.gradle
+ build.gradle
- versionName: '2.11'
versionCode: 13
@@ -153,7 +153,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' -e '/keystoreProperties.load/d' -e 's/VERSION_16/VERSION_17/'
- build.gradle
+ build.gradle
- versionName: '2.12'
versionCode: 14
@@ -167,7 +167,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' -e '/keystoreProperties.load/d' -e 's/VERSION_16/VERSION_17/'
- build.gradle
+ build.gradle
- versionName: '2.13'
versionCode: 15
@@ -181,7 +181,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/signingConfig/d' -e '/keystoreProperties.load/d' -e 's/VERSION_16/VERSION_17/'
- build.gradle
+ build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.marv42.ebt.newnote.yml b/metadata/com.marv42.ebt.newnote.yml
index aadca8d0c0..6672dc295a 100644
--- a/metadata/com.marv42.ebt.newnote.yml
+++ b/metadata/com.marv42.ebt.newnote.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on EuroBillTracker, which is not libre.
+ NonFreeNet:
+ en-US: Depends on EuroBillTracker, which is not libre.
Categories:
- Games
- Internet
@@ -147,7 +147,7 @@ Builds:
- withoutKey
MaintainerNotes: ACRA is configured with the email sender only and hence strictly
- opt-in
+ opt-in
AutoUpdateMode: Version
UpdateCheckMode: Tags v\d+\.\d+(\.\d+)?
diff --git a/metadata/com.maskyn.fileeditorpro.yml b/metadata/com.maskyn.fileeditorpro.yml
index 69a92fa05d..ac470a80a1 100644
--- a/metadata/com.maskyn.fileeditorpro.yml
+++ b/metadata/com.maskyn.fileeditorpro.yml
@@ -24,7 +24,7 @@ Builds:
- app
- libraries/sharedCode/libs/juniversalchardet-1.0.3.jar
prebuild: sed -i -e '/dependencies/acompile "com.googlecode.juniversalchardet:juniversalchardet:1.0.3"'
- ../libraries/sharedCode/build.gradle
+ ../libraries/sharedCode/build.gradle
- versionName: '1.11'
versionCode: 27
@@ -36,7 +36,7 @@ Builds:
- app
- libraries/sharedCode/libs/juniversalchardet-*.jar
prebuild: sed -i -e '/dependencies/acompile "com.googlecode.juniversalchardet:juniversalchardet:1.0.3"'
- ../libraries/sharedCode/build.gradle
+ ../libraries/sharedCode/build.gradle
- versionName: '1.12'
versionCode: 29
@@ -48,7 +48,7 @@ Builds:
- app
- libraries/sharedCode/libs/juniversalchardet-*.jar
prebuild: sed -i -e '/dependencies/acompile "com.googlecode.juniversalchardet:juniversalchardet:1.0.3"'
- ../libraries/sharedCode/build.gradle
+ ../libraries/sharedCode/build.gradle
- versionName: 1.15.1
versionCode: 39
@@ -60,7 +60,7 @@ Builds:
- app
- libraries/sharedCode/libs/juniversalchardet-*.jar
prebuild: sed -i -e '/dependencies/acompile "com.googlecode.juniversalchardet:juniversalchardet:1.0.3"'
- ../libraries/sharedCode/build.gradle
+ ../libraries/sharedCode/build.gradle
- versionName: '1.17'
versionCode: 42
@@ -72,7 +72,7 @@ Builds:
- app
- libraries/sharedCode/libs/juniversalchardet-*.jar
prebuild: sed -i -e '/dependencies/acompile "com.googlecode.juniversalchardet:juniversalchardet:1.0.3"'
- ../libraries/sharedCode/build.gradle
+ ../libraries/sharedCode/build.gradle
- versionName: 1.18.3
versionCode: 46
@@ -84,7 +84,7 @@ Builds:
- app
- libraries/sharedCode/libs/juniversalchardet-*.jar
prebuild: sed -i -e '/dependencies/acompile "com.googlecode.juniversalchardet:juniversalchardet:1.0.3"'
- ../libraries/sharedCode/build.gradle
+ ../libraries/sharedCode/build.gradle
- versionName: '1.19'
versionCode: 47
@@ -96,10 +96,10 @@ Builds:
- app
- libraries/sharedCode/libs/juniversalchardet-*.jar
prebuild: sed -i -e '/dependencies/acompile "com.googlecode.juniversalchardet:juniversalchardet:1.0.3"'
- ../libraries/sharedCode/build.gradle
+ ../libraries/sharedCode/build.gradle
MaintainerNotes: '* app includes crashlytics and play-services (for ads), app-pro
- is the source to the paid version'
+ is the source to the paid version'
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.matburt.mobileorg.yml b/metadata/com.matburt.mobileorg.yml
index 6f5a4cb98a..46bd9529c7 100644
--- a/metadata/com.matburt.mobileorg.yml
+++ b/metadata/com.matburt.mobileorg.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/matburt/mobileorg-android/issues
AutoName: MobileOrg
Description: |-
- Syncing of files via Dropbox won't work because there aren't any API keys in
- the source code. The other syncing methods should work though.
+ Syncing of files via Dropbox won't work because there aren't any API keys in
+ the source code. The other syncing methods should work though.
- TODO/task management based on emacs org-mode files.
+ TODO/task management based on emacs org-mode files.
RepoType: git
Repo: https://github.com/matburt/mobileorg-android.git
@@ -43,8 +43,8 @@ Builds:
- libs/locale
MaintainerNotes: |-
- Uses gradle now, but includes jar files. Amongst them dropbox sdk, which
- is most likely non-free software.
+ Uses gradle now, but includes jar files. Amongst them dropbox sdk, which
+ is most likely non-free software.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.matejdro.pebbledialer.yml b/metadata/com.matejdro.pebbledialer.yml
index 724da9d254..a74884b9bd 100644
--- a/metadata/com.matejdro.pebbledialer.yml
+++ b/metadata/com.matejdro.pebbledialer.yml
@@ -6,22 +6,22 @@ IssueTracker: https://github.com/matejdro/PebbleDialer-Android/issues
AutoName: Dialer for Pebble
Description: |-
- Pebble dialer gives you extra options for phone calls on your pebble, such as:
+ Pebble dialer gives you extra options for phone calls on your pebble, such as:
- * Answer incoming calls
- * Outgoing calls from the pebble
- * Mute ringer of incoming calls
- * Toggle in-call microphone mute
- * Toggle speakerphone
+ * Answer incoming calls
+ * Outgoing calls from the pebble
+ * Mute ringer of incoming calls
+ * Toggle in-call microphone mute
+ * Toggle speakerphone
- This is intended to use with the official closed source Pebble App, but
- https://f-droid.org/packages/nodomain.freeyourgadget.gadgetbridge from f-droid also works at least
- partially.
+ This is intended to use with the official closed source Pebble App, but
+ https://f-droid.org/packages/nodomain.freeyourgadget.gadgetbridge from f-droid also works at least
+ partially.
- The needed watchapp for the pebble can be downloaded
- here.
+ The needed watchapp for the pebble can be downloaded
+ here.
- Crashlytics support and internet permission have been removed.
+ Crashlytics support and internet permission have been removed.
RepoType: git
Repo: https://github.com/matejdro/PebbleDialer-Android.git
diff --git a/metadata/com.materialos.cm.theme.yml b/metadata/com.materialos.cm.theme.yml
index 22fe4663c9..352af8699f 100644
--- a/metadata/com.materialos.cm.theme.yml
+++ b/metadata/com.materialos.cm.theme.yml
@@ -5,11 +5,11 @@ SourceCode: https://github.com/materialos/CM12-Theme
IssueTracker: https://github.com/materialos/CM12-Theme/issues
Description: |-
- MaterialOS - CM Theme is a CyanogenMod theme from the community. It features
- Material Design and Material Inspired illustrations and iconography from
- MaterialOS. The theme aims to improve the design of your existing apps and
- making them as close to material design as possible. You'll sure like the fresh
- new look of your phone!
+ MaterialOS - CM Theme is a CyanogenMod theme from the community. It features
+ Material Design and Material Inspired illustrations and iconography from
+ MaterialOS. The theme aims to improve the design of your existing apps and
+ making them as close to material design as possible. You'll sure like the fresh
+ new look of your phone!
RepoType: git
Repo: https://github.com/materialos/CM12-Theme.git
diff --git a/metadata/com.mathi_amorim.emmanuel.metrictime.yml b/metadata/com.mathi_amorim.emmanuel.metrictime.yml
index fc936b0b81..f43218143e 100644
--- a/metadata/com.mathi_amorim.emmanuel.metrictime.yml
+++ b/metadata/com.mathi_amorim.emmanuel.metrictime.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/mannyamorim/metrictime/issues
AutoName: Metric Time
Description: |-
- This app provides a widget for your home screen that shows the current time in
- Metric Time (Decimal Time). You can read more about this time format here
- https://en.wikipedia.org/wiki/Decimal_time.
+ This app provides a widget for your home screen that shows the current time in
+ Metric Time (Decimal Time). You can read more about this time format here
+ https://en.wikipedia.org/wiki/Decimal_time.
RepoType: git
Repo: https://github.com/mannyamorim/metrictime.git
diff --git a/metadata/com.matoski.adbm.yml b/metadata/com.matoski.adbm.yml
index cdeeaced0c..02ff86cdee 100644
--- a/metadata/com.matoski.adbm.yml
+++ b/metadata/com.matoski.adbm.yml
@@ -11,17 +11,17 @@ Changelog: https://raw.github.com/ilijamt/android-adbm/HEAD/changelog.md
AutoName: ADB Manager
Description: |-
- * Easy control and access details from notification bar
- * Auto connect on saved WiFi networks
- * Auto start on boot, you can select if you want to or not from the preferences screen
- * Automatically switch between USB and NETWORK when you disconnect/connect from/to WiFi
- * Configurable service management
- * Different color coded icons depending on the state of the ADB
- * Keep screen on while the service is running
- * Wake the screen when new package is installed
- * You can toggle the ADB state by touching the image in the notification bar
+ * Easy control and access details from notification bar
+ * Auto connect on saved WiFi networks
+ * Auto start on boot, you can select if you want to or not from the preferences screen
+ * Automatically switch between USB and NETWORK when you disconnect/connect from/to WiFi
+ * Configurable service management
+ * Different color coded icons depending on the state of the ADB
+ * Keep screen on while the service is running
+ * Wake the screen when new package is installed
+ * You can toggle the ADB state by touching the image in the notification bar
- Requires root
+ Requires root
RequiresRoot: true
diff --git a/metadata/com.mattallen.loaned.yml b/metadata/com.mattallen.loaned.yml
index e2acc70b65..87fd79adfb 100644
--- a/metadata/com.mattallen.loaned.yml
+++ b/metadata/com.mattallen.loaned.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/matt-allen/loaned-android/issues
AutoName: Loaned
Description: |-
- A friendly and simple way of remembering where all your things are. When you
- loan your things out to people, you're helping them, but its not always easy
- remembering who has what (and for how long).
+ A friendly and simple way of remembering where all your things are. When you
+ loan your things out to people, you're helping them, but its not always easy
+ remembering who has what (and for how long).
RepoType: git
Repo: https://github.com/matt-allen/loaned-android
diff --git a/metadata/com.mattermost.mattermost.yml b/metadata/com.mattermost.mattermost.yml
index 9cb9162398..5eb9ce459f 100644
--- a/metadata/com.mattermost.mattermost.yml
+++ b/metadata/com.mattermost.mattermost.yml
@@ -9,21 +9,21 @@ IssueTracker: https://github.com/mattermost/mattermost-android-classic/issues
AutoName: Mattermost Classic
Description: |-
- Mattermost is secure, workplace messaging from behind your firewall.
+ Mattermost is secure, workplace messaging from behind your firewall.
- * Discuss topics in private groups, one-to-one or team-wide
- * Find what you're looking for with full text search, filters and #hashtags
- * Easily share images, video, audio and files
- * Personalize your experience with custom colors, formatting and fonts
- * Connect in-house systems with webhooks and Slack-compatible integrations
+ * Discuss topics in private groups, one-to-one or team-wide
+ * Find what you're looking for with full text search, filters and #hashtags
+ * Easily share images, video, audio and files
+ * Personalize your experience with custom colors, formatting and fonts
+ * Connect in-house systems with webhooks and Slack-compatible integrations
- To use this app, you need a "Team URL" from a Mattermost server. To host your
- own server go to mattermost.com.
+ To use this app, you need a "Team URL" from a Mattermost server. To host your
+ own server go to mattermost.com.
- Find the Terms of Service for this app here.
+ Find the Terms of Service for this app here.
- This app is in maintenance mode, so only bug fixes will be accepted. It has
- been replaced by https://f-droid.org/packages/com.mattermost.rnbeta.
+ This app is in maintenance mode, so only bug fixes will be accepted. It has
+ been replaced by https://f-droid.org/packages/com.mattermost.rnbeta.
RepoType: git
Repo: https://github.com/mattermost/mattermost-android-classic.git
diff --git a/metadata/com.mattgmg.miracastwidget.yml b/metadata/com.mattgmg.miracastwidget.yml
index 39ff4ecfb5..ac56ffa03c 100644
--- a/metadata/com.mattgmg.miracastwidget.yml
+++ b/metadata/com.mattgmg.miracastwidget.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/mattgmg1990/miracast-widget/issues
AutoName: Miracast Shortcut
Description: |-
- Includes both, a simple activity that simply opens the settings menu to choose a
- display/cast your screen and a widget that can open that settings screen with
- one click and list the device you are streaming to if Miracast is currently
- enabled.
+ Includes both, a simple activity that simply opens the settings menu to choose a
+ display/cast your screen and a widget that can open that settings screen with
+ one click and list the device you are streaming to if Miracast is currently
+ enabled.
RepoType: git
Repo: https://github.com/mattgmg1990/miracast-widget
diff --git a/metadata/com.mattmaniak.queueToDo.yml b/metadata/com.mattmaniak.queueToDo.yml
index 0350b44762..aac02c2499 100644
--- a/metadata/com.mattmaniak.queueToDo.yml
+++ b/metadata/com.mattmaniak.queueToDo.yml
@@ -14,7 +14,7 @@ Builds:
srclibs:
- flutter@1.22.5
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
diff --git a/metadata/com.mattmaniak.rubbishCalc.yml b/metadata/com.mattmaniak.rubbishCalc.yml
index 0cc0bc3c20..61fe9b0c45 100644
--- a/metadata/com.mattmaniak.rubbishCalc.yml
+++ b/metadata/com.mattmaniak.rubbishCalc.yml
@@ -14,7 +14,7 @@ Builds:
srclibs:
- flutter@1.22.4
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
diff --git a/metadata/com.maxfierke.sandwichroulette.yml b/metadata/com.maxfierke.sandwichroulette.yml
index f543b9a794..93d51398a0 100644
--- a/metadata/com.maxfierke.sandwichroulette.yml
+++ b/metadata/com.maxfierke.sandwichroulette.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/maxfierke/sandwichroulette/issues
AutoName: SandwichRoulette
Description: |-
- SandwichRoulette is an application designed for the indecisive. Like many
- people, my lunch has been delayed because of my inability to decide on what to
- put in my sandwiches. This application, designed for Android-powered devices
- running 2.1 and higher, automates the ingredient choosing process. Creations can
- be saved and later versions will support sharing the particularly delicious
- ones.
+ SandwichRoulette is an application designed for the indecisive. Like many
+ people, my lunch has been delayed because of my inability to decide on what to
+ put in my sandwiches. This application, designed for Android-powered devices
+ running 2.1 and higher, automates the ingredient choosing process. Creations can
+ be saved and later versions will support sharing the particularly delicious
+ ones.
RepoType: git
Repo: https://github.com/maxfierke/sandwichroulette.git
diff --git a/metadata/com.maxrave.simpmusic.yml b/metadata/com.maxrave.simpmusic.yml
index 408a512a7c..f029eb1114 100644
--- a/metadata/com.maxrave.simpmusic.yml
+++ b/metadata/com.maxrave.simpmusic.yml
@@ -1,11 +1,11 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on YouTube, using Piped API (kavin.rocks) to get YouTube streams
- data and Spotify Web API with Spotify Lyrics (https://spotify-lyric-api.herokuapp.com/)
- to get lyrics.
- vi-VN: Sử dụng dữ liệu từ YouTube và Piped API (kavin.rocks) để lấy dữ liệu
- âm thanh. Dùng Spotify Web API kết hợp Spotify Lyrics (https://spotify-lyric-api.herokuapp.com/)
- để lấy lời bài hát.
+ NonFreeNet:
+ en-US: Depends on YouTube, using Piped API (kavin.rocks) to get YouTube streams
+ data and Spotify Web API with Spotify Lyrics (https://spotify-lyric-api.herokuapp.com/)
+ to get lyrics.
+ vi-VN: Sử dụng dữ liệu từ YouTube và Piped API (kavin.rocks) để lấy dữ liệu âm
+ thanh. Dùng Spotify Web API kết hợp Spotify Lyrics (https://spotify-lyric-api.herokuapp.com/)
+ để lấy lời bài hát.
Categories:
- Multimedia
License: GPL-3.0-only
diff --git a/metadata/com.maze_squirrel.yml b/metadata/com.maze_squirrel.yml
index c204389a67..fac8087213 100644
--- a/metadata/com.maze_squirrel.yml
+++ b/metadata/com.maze_squirrel.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- Ads:
- en-US: contains self-served ads
- NonFreeNet:
- en-US: connections to Google (Fonts) and Youtube caused by the ads
+ Ads:
+ en-US: contains self-served ads
+ NonFreeNet:
+ en-US: connections to Google (Fonts) and Youtube caused by the ads
Categories:
- Games
License: GPL-2.0-only
@@ -31,8 +31,8 @@ Builds:
AllowedAPKSigningKeys: c4ea80dbdcc56f5925dc5ee6e3ba1847a59e1820d76160c4dc514b2af2a26750
MaintainerNotes: |-
- * Ads: contains self-served ads
- * NonFreeNet: connections to Google (Fonts) and Youtube caused by the ads
+ * Ads: contains self-served ads
+ * NonFreeNet: connections to Google (Fonts) and Youtube caused by the ads
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.mde.potdroid.yml b/metadata/com.mde.potdroid.yml
index f385e1f9bc..494d68689c 100644
--- a/metadata/com.mde.potdroid.yml
+++ b/metadata/com.mde.potdroid.yml
@@ -8,7 +8,7 @@ Changelog: https://github.com/janoliver/pOT-Droid/blob/HEAD/CHANGELOG.md
AutoName: pOT-Droid
Description: Companion app for the german mods.de
- forum.
+ forum.
RepoType: git
Repo: https://github.com/janoliver/pOT-Droid
diff --git a/metadata/com.mdroid.yml b/metadata/com.mdroid.yml
index 8d0a8ec068..cde236edc0 100644
--- a/metadata/com.mdroid.yml
+++ b/metadata/com.mdroid.yml
@@ -8,27 +8,27 @@ Bitcoin: 18BqyV9mNbFLi5HNNnfUprnPJyJDFP59Xh
AutoName: M-Droid
Description: |-
- This is M-Droid, a drop-in replacement for the F-Droid client. It provides the same features but in a Material Design way that is both nice to see and easy to use.
+ This is M-Droid, a drop-in replacement for the F-Droid client. It provides the same features but in a Material Design way that is both nice to see and easy to use.
- This project started because I hate the new F-Droid UI while still loving the actual software. And as I like React-Native, this is a good project for me.
+ This project started because I hate the new F-Droid UI while still loving the actual software. And as I like React-Native, this is a good project for me.
- Features
+ Features
- MDroid attempts to mimic F-Droid features as much as possible, in a Material design fashion. Here's a (not ordered) list of actual MDroid's features:
+ MDroid attempts to mimic F-Droid features as much as possible, in a Material design fashion. Here's a (not ordered) list of actual MDroid's features:
- * Clean UI following the Material Design specifications
- * Fetching multiple repositories
- * Curated main screen showing somes apps from each categories
- * View app's details
- * Download and install any app from repositories
- * Search for apps (fuzzy search, super fast)
- * Manage (add, edit, delete) your repositories
+ * Clean UI following the Material Design specifications
+ * Fetching multiple repositories
+ * Curated main screen showing somes apps from each categories
+ * View app's details
+ * Download and install any app from repositories
+ * Search for apps (fuzzy search, super fast)
+ * Manage (add, edit, delete) your repositories
- How it works
+ How it works
- Basically you add your repositories of choice (along with the F-Droid, F-Droid Archive & Guardian ones) then the client will send some GET requests to actually get the content of the https://${repoBaseUrl}/index.xml file who's contains the repo.
+ Basically you add your repositories of choice (along with the F-Droid, F-Droid Archive & Guardian ones) then the client will send some GET requests to actually get the content of the https://${repoBaseUrl}/index.xml file who's contains the repo.
- Then it parse that file by converting the XML to JSON format, for better code efficiency. Cache the parsed stuffs and display the informations in a great way for the user.
+ Then it parse that file by converting the XML to JSON format, for better code efficiency. Cache the parsed stuffs and display the informations in a great way for the user.
RepoType: git
Repo: https://github.com/SkyzohKey/M-Droid
@@ -57,7 +57,7 @@ Builds:
- node_modules
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
- local Maven repository.
+ local Maven repository.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.mehmetakiftutuncu.eshotroid.yml b/metadata/com.mehmetakiftutuncu.eshotroid.yml
index aec82e7fd8..e3a252d303 100644
--- a/metadata/com.mehmetakiftutuncu.eshotroid.yml
+++ b/metadata/com.mehmetakiftutuncu.eshotroid.yml
@@ -6,17 +6,17 @@ IssueTracker: https://github.com/mehmetakiftutuncu/eshotroid/issues
AutoName: Eshotroid
Description: |-
- * See buses in İzmir, their locations and their times.
- * Search buses by their numbers and locations.
- * Mark your favorite buses for easy access.
- * See the remaining time for a bus by touching its time.
- * You can update the bus list and bus times whenever you want.
- * You can query the balance of your Kent Kart.
- * Turkish or English
+ * See buses in İzmir, their locations and their times.
+ * Search buses by their numbers and locations.
+ * Mark your favorite buses for easy access.
+ * See the remaining time for a bus by touching its time.
+ * You can update the bus list and bus times whenever you want.
+ * You can query the balance of your Kent Kart.
+ * Turkish or English
- All the information about buses are downloaded from http://mobil.eshot.gov.tr
- and all the information about Kent Kart are downloaded from
- http://m.kentkart.com.
+ All the information about buses are downloaded from http://mobil.eshot.gov.tr
+ and all the information about Kent Kart are downloaded from
+ http://m.kentkart.com.
RepoType: git
Repo: https://github.com/mehmetakiftutuncu/eshotroid.git
diff --git a/metadata/com.menny.android.anysoftkeyboard.yml b/metadata/com.menny.android.anysoftkeyboard.yml
index 3af44e2a11..2c9596030c 100644
--- a/metadata/com.menny.android.anysoftkeyboard.yml
+++ b/metadata/com.menny.android.anysoftkeyboard.yml
@@ -20,7 +20,7 @@ Builds:
srclibs:
- AnySoftKeyboard-API@78768bc479
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$AnySoftKeyboard-API$$@'
- project.properties
+ project.properties
buildjni:
- yes
ndk: r12b
@@ -326,7 +326,7 @@ Builds:
rm:
- app/src/main/res/raw/words_*.dict
prebuild: sed -i -e '/versionCode/d' -e '/versionName/aversionCode $$VERCODE$$'
- -e '/crashlytics/,$d' build.gradle
+ -e '/crashlytics/,$d' build.gradle
scandelete:
- buildSrc
- app/src/debug
@@ -345,7 +345,7 @@ Builds:
rm:
- app/src/main/res/raw/words_*.dict
prebuild: sed -i -e '/versionCode/d' -e '/versionName/aversionCode $$VERCODE$$'
- -e '/crashlytics/,$d' build.gradle
+ -e '/crashlytics/,$d' build.gradle
scandelete:
- buildSrc
- app/src/debug
@@ -363,7 +363,7 @@ Builds:
rm:
- app/src/main/res/raw/words_*.dict
prebuild: sed -i -e '/versionCode/d' -e '/versionName/aversionCode $$VERCODE$$'
- build.gradle
+ build.gradle
scandelete:
- buildSrc
- app/src/debug
@@ -379,7 +379,7 @@ Builds:
- yes
forceversion: true
prebuild: sed -i -e '/versionCode/d' -e '/versionName/aversionCode $$VERCODE$$'
- build.gradle
+ build.gradle
scandelete:
- buildSrc
ndk: r14b
@@ -392,7 +392,7 @@ Builds:
- yes
forceversion: true
prebuild: sed -i -e '/versionCode/d' -e '/versionName/aversionCode $$VERCODE$$'
- build.gradle
+ build.gradle
scandelete:
- buildSrc
ndk: r14b
@@ -405,7 +405,7 @@ Builds:
- yes
forceversion: true
prebuild: sed -i -e '/versionCode/d' -e '/versionName/aversionCode $$VERCODE$$'
- build.gradle
+ build.gradle
scandelete:
- buildSrc
ndk: r14b
@@ -418,7 +418,7 @@ Builds:
- yes
forceversion: true
prebuild: sed -i -e '/versionCode/d' -e '/versionName/aversionCode $$VERCODE$$'
- build.gradle
+ build.gradle
scanignore:
- buildSrc
ndk: r14b
@@ -466,10 +466,10 @@ Builds:
- forceVersionBuildCount=7792
MaintainerNotes: |-
- * Prior to 1.9.2629, generates english dictionary binary (src/main/res/raw/words_*.dict) from source files (under `english_dictionary` folder. Mostly AOSP word-list)
+ * Prior to 1.9.2629, generates english dictionary binary (src/main/res/raw/words_*.dict) from source files (under `english_dictionary` folder. Mostly AOSP word-list)
- Summary and Description have been moved to the new localizable text files:
- https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
+ Summary and Description have been moved to the new localizable text files:
+ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.menny.anysoftkeyboard.finnish.yml b/metadata/com.menny.anysoftkeyboard.finnish.yml
index 3cbca49ffd..ac02cea52b 100644
--- a/metadata/com.menny.anysoftkeyboard.finnish.yml
+++ b/metadata/com.menny.anysoftkeyboard.finnish.yml
@@ -8,12 +8,12 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
Name: 'AnySoftKeyboard: Finnish'
AutoName: AnySoftKeyboard - Finnish Language Pack
Description: |-
- AnySoftKeyboard keyboards pack: Finnish layout and dictionary. Fixes: landscape
- mode height.
+ AnySoftKeyboard keyboards pack: Finnish layout and dictionary. Fixes: landscape
+ mode height.
- This is an expansion layouts pack for AnySoftKeyboard. Install AnySoftKeyboard
- first, and then select the desired layout from AnySoftKeyboard's
- Settings->Keyboards menu.
+ This is an expansion layouts pack for AnySoftKeyboard. Install AnySoftKeyboard
+ first, and then select the desired layout from AnySoftKeyboard's
+ Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/LanguagePack.git
diff --git a/metadata/com.metallic.chiaki.yml b/metadata/com.metallic.chiaki.yml
index 4f92c38971..86e49c19f7 100644
--- a/metadata/com.metallic.chiaki.yml
+++ b/metadata/com.metallic.chiaki.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on PSN (PlayStationNetwork) to obtain AccountID and to register
- your device.
+ NonFreeNet:
+ en-US: Depends on PSN (PlayStationNetwork) to obtain AccountID and to register
+ your device.
Categories:
- Games
License: GPL-3.0-or-later
@@ -12,10 +12,10 @@ Changelog: https://git.sr.ht/~thestr4ng3r/chiaki/refs
AutoName: Chiaki
Description: |-
- Chiaki is a Free and Open Source Software Client for PlayStation 4 Remote
- Play for Linux, FreeBSD, OpenBSD, Android, macOS, Windows and potentially even
- more platforms. Everything necessary for a full streaming session, including the
- initial registration and wakeup of the console, is supported.
+ Chiaki is a Free and Open Source Software Client for PlayStation 4 Remote
+ Play for Linux, FreeBSD, OpenBSD, Android, macOS, Windows and potentially even
+ more platforms. Everything necessary for a full streaming session, including the
+ initial registration and wakeup of the console, is supported.
RepoType: git
Repo: https://git.sr.ht/~thestr4ng3r/chiaki
diff --git a/metadata/com.mgaetan89.showsrage.yml b/metadata/com.mgaetan89.showsrage.yml
index 492d456f3c..541c671036 100644
--- a/metadata/com.mgaetan89.showsrage.yml
+++ b/metadata/com.mgaetan89.showsrage.yml
@@ -6,28 +6,28 @@ IssueTracker: https://github.com/MGaetan89/ShowsRage/issues
AutoName: ShowsRage
Description: |-
- ShowsRage is an application that allows you to manage your
- SickRage installation.
+ ShowsRage is an application that allows you to manage your
+ SickRage installation.
- Support for SickBeard (or any other variant) is not
- guaranteed, but the main features should work properly.
+ Support for SickBeard (or any other variant) is not
+ guaranteed, but the main features should work properly.
- ShowsRage intend to provide the same features as on the web interface, packed
- inside a modern and easy-to-use Android application.
+ ShowsRage intend to provide the same features as on the web interface, packed
+ inside a modern and easy-to-use Android application.
- The following features are currently available:
+ The following features are currently available:
- * Support Android 4.0.3 and up
- * Based on Material Design
- * Shows information: list, get info, list seasons and episodes
- * Shows management: add, pause/resume, change quality, delete
- * Episode management: search, set status, stream, list coming
- * Logs
- * Shows statistics
- * Update SickRage (requires SickRage 4.0.30)
+ * Support Android 4.0.3 and up
+ * Based on Material Design
+ * Shows information: list, get info, list seasons and episodes
+ * Shows management: add, pause/resume, change quality, delete
+ * Episode management: search, set status, stream, list coming
+ * Logs
+ * Shows statistics
+ * Update SickRage (requires SickRage 4.0.30)
- The dependency on Google Play Services has been removed in this binary, but this
- prevents Casting from working.
+ The dependency on Google Play Services has been removed in this binary, but this
+ prevents Casting from working.
RepoType: git
Repo: https://github.com/MGaetan89/ShowsRage
diff --git a/metadata/com.midisheetmusic.yml b/metadata/com.midisheetmusic.yml
index 76735036c8..7f82fe2c43 100644
--- a/metadata/com.midisheetmusic.yml
+++ b/metadata/com.midisheetmusic.yml
@@ -7,18 +7,18 @@ IssueTracker: https://sourceforge.net/p/midisheetmusic/bugs
AutoName: MidiSheetMusic
Description: |-
- MidiSheetMusic plays midi music files and highlights the notes as they play. It
- comes with over 50 classical piano songs, from popular composers such as
- Beethoven, Mozart, and Chopin. Start learning your favourite songs on the piano
- today. It's also available on the desktop platforms.
+ MidiSheetMusic plays midi music files and highlights the notes as they play. It
+ comes with over 50 classical piano songs, from popular composers such as
+ Beethoven, Mozart, and Chopin. Start learning your favourite songs on the piano
+ today. It's also available on the desktop platforms.
- Features include:
+ Features include:
- * Adjusting the speed of the music
- * Playing only the left-hand or right-hand staff
- * Playing a subset of measures continuously in a loop
- * Transposing the notes up or down
- * Changing the instruments used for each MIDI track
+ * Adjusting the speed of the music
+ * Playing only the left-hand or right-hand staff
+ * Playing a subset of measures continuously in a loop
+ * Transposing the notes up or down
+ * Changing the instruments used for each MIDI track
RepoType: git
Repo: https://git.code.sf.net/p/midisheetmusic/source
diff --git a/metadata/com.mileskrell.texttorch.yml b/metadata/com.mileskrell.texttorch.yml
index b21110cb8c..abefc8dee6 100644
--- a/metadata/com.mileskrell.texttorch.yml
+++ b/metadata/com.mileskrell.texttorch.yml
@@ -46,8 +46,8 @@ Builds:
- yes
MaintainerNotes: |-
- Uses Sentry.io Analytics. No Tracking AntiFeature as Sentry was made opt-in, see
- https://gitlab.com/fdroid/fdroiddata/-/merge_requests/7299#note_473958068
+ Uses Sentry.io Analytics. No Tracking AntiFeature as Sentry was made opt-in, see
+ https://gitlab.com/fdroid/fdroiddata/-/merge_requests/7299#note_473958068
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.mill_e.twitterwrapper.yml b/metadata/com.mill_e.twitterwrapper.yml
index 0e24dfb72b..33ede66ef1 100644
--- a/metadata/com.mill_e.twitterwrapper.yml
+++ b/metadata/com.mill_e.twitterwrapper.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: You are required to log in to Twitter.
+ NonFreeNet:
+ en-US: You are required to log in to Twitter.
Categories:
- Internet
License: Apache-2.0
@@ -10,18 +10,18 @@ Changelog: https://github.com/tuckervento/Tinfoil-Twitter/releases
AutoName: Tinfoil for Twitter
Description: |-
- Browse Twitter's mobile site with a simple web browser, which protects your
- privacy by avoiding the ability of the page and others to track your browsing
- history. It also includes other functionalities, like shortcuts to the
- notifications page or app settings to control whether your current location is
- to be provided to Twitter's website.
+ Browse Twitter's mobile site with a simple web browser, which protects your
+ privacy by avoiding the ability of the page and others to track your browsing
+ history. It also includes other functionalities, like shortcuts to the
+ notifications page or app settings to control whether your current location is
+ to be provided to Twitter's website.
- The COARSE_LOCATION permission is only used if you enable "Allow Check-ins" on
- the preferences section, which is disabled by default.
+ The COARSE_LOCATION permission is only used if you enable "Allow Check-ins" on
+ the preferences section, which is disabled by default.
- AntiFeatures:
+ AntiFeatures:
- * Tracking. You are required to log in to Twitter.
+ * Tracking. You are required to log in to Twitter.
RepoType: git
Repo: https://github.com/tuckervento/Tinfoil-Twitter
diff --git a/metadata/com.miloshpetrov.sol2.android.yml b/metadata/com.miloshpetrov.sol2.android.yml
index f69c3ab1b5..09287aa1bd 100644
--- a/metadata/com.miloshpetrov.sol2.android.yml
+++ b/metadata/com.miloshpetrov.sol2.android.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeAssets:
- en-US: soundtrack is licensed CC-BY-NC
+ NonFreeAssets:
+ en-US: soundtrack is licensed CC-BY-NC
Categories:
- Games
License: Apache-2.0
@@ -115,35 +115,35 @@ Builds:
android.gradle)/g" engine_workspace/libs/gestalt/build.gradle
MaintainerNotes: |
- The main engine code is at https://github.com/MovingBlocks/DestinationSol but the actual android application
- can be found at https://github.com/MovingBlocks/DestSolAndroid.
- The android app build depends on being a sub-project of the main DestinationSol gradle build.
- This can normally be achieved by cloning the DestSolAndroid repository
- into a sub-directory of the main root DestinationSol directory.
+ The main engine code is at https://github.com/MovingBlocks/DestinationSol but the actual android application
+ can be found at https://github.com/MovingBlocks/DestSolAndroid.
+ The android app build depends on being a sub-project of the main DestinationSol gradle build.
+ This can normally be achieved by cloning the DestSolAndroid repository
+ into a sub-directory of the main root DestinationSol directory.
- In this particular instance though, we want to store the F-Droid/Fastlane metadata in the android repository itself,
- so the DestSolAndroid repository will be fetched as the source.
- A problem with this though is that the DestinationSol repository is needed as the gradle root for the project to build successfully.
- With a bit of extra gradle configuration though, it is possible to change the directory of the gradle root project,
- allowing for a sub-directory to act as the effective root.
- To prevent any confusion with gradle though, the root android build.gradle is re-named to android.gradle.
- The Android repository (the actual root) is then established as a gradle sub-project of the project root.
- The last thing done is to include the settings.gradle of the effective project root, as this does not occur automatically.
+ In this particular instance though, we want to store the F-Droid/Fastlane metadata in the android repository itself,
+ so the DestSolAndroid repository will be fetched as the source.
+ A problem with this though is that the DestinationSol repository is needed as the gradle root for the project to build successfully.
+ With a bit of extra gradle configuration though, it is possible to change the directory of the gradle root project,
+ allowing for a sub-directory to act as the effective root.
+ To prevent any confusion with gradle though, the root android build.gradle is re-named to android.gradle.
+ The Android repository (the actual root) is then established as a gradle sub-project of the project root.
+ The last thing done is to include the settings.gradle of the effective project root, as this does not occur automatically.
- Destination Sol depends on a couple of MovingBlocks libraries that are not published elsewhere.
- Normally they can be found in the Terasology Artifactory (http://artifactory.terasology.org/artifactory), however,
- that repository has been patched-out for the F-Droid builds.
+ Destination Sol depends on a couple of MovingBlocks libraries that are not published elsewhere.
+ Normally they can be found in the Terasology Artifactory (http://artifactory.terasology.org/artifactory), however,
+ that repository has been patched-out for the F-Droid builds.
- The MovingBlocks libraries needed are as follows:
- * org.terasology.gestalt - https://github.com/MovingBlocks/gestalt
- * org.terasology.nui - https://github.com/MovingBlocks/TeraNui (app >= v2.1.0)
- * org.terasology.joml-ext - https://github.com/MovingBlocks/joml-ext (app >= v2.1.0)
- [app >= v2.1.0] Gestalt also depends on a fork of jsemver containing fixes and improvments to the original code.
- The forked jsemver can be found at https://github.com/AntiLaby/jsemver. Version 0.10.0 is used.
+ The MovingBlocks libraries needed are as follows:
+ * org.terasology.gestalt - https://github.com/MovingBlocks/gestalt
+ * org.terasology.nui - https://github.com/MovingBlocks/TeraNui (app >= v2.1.0)
+ * org.terasology.joml-ext - https://github.com/MovingBlocks/joml-ext (app >= v2.1.0)
+ [app >= v2.1.0] Gestalt also depends on a fork of jsemver containing fixes and improvments to the original code.
+ The forked jsemver can be found at https://github.com/AntiLaby/jsemver. Version 0.10.0 is used.
- For 2.0.0, a later version of the DestSolAndroid repository is used than was used for the original release.
- A minor patch is applied to make the newer DestSolAndroid version compatible with Destination Sol 2.0.0 again.
- Because the newer commit was intended for a later version, the version and version code need to be forced here.
+ For 2.0.0, a later version of the DestSolAndroid repository is used than was used for the original release.
+ A minor patch is applied to make the newer DestSolAndroid version compatible with Destination Sol 2.0.0 again.
+ Because the newer commit was intended for a later version, the version and version code need to be forced here.
AutoUpdateMode: None
UpdateCheckMode: Tags ^v[\d.]+$
diff --git a/metadata/com.minimalisticapps.priceconverter.yml b/metadata/com.minimalisticapps.priceconverter.yml
index 24345f0b77..aa00b3241a 100644
--- a/metadata/com.minimalisticapps.priceconverter.yml
+++ b/metadata/com.minimalisticapps.priceconverter.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App uses non-libre exchange rate APIs.
+ NonFreeNet:
+ en-US: App uses non-libre exchange rate APIs.
Categories:
- Money
License: MIT
diff --git a/metadata/com.miqote.angelplayerwp.yml b/metadata/com.miqote.angelplayerwp.yml
index 6204e34e88..ee00b1d4b2 100644
--- a/metadata/com.miqote.angelplayerwp.yml
+++ b/metadata/com.miqote.angelplayerwp.yml
@@ -7,8 +7,8 @@ IssueTracker: https://answers.launchpad.net/angelplayerwp
AutoName: Angel Player Live Wallpaper
Description: |-
- Animated wallpaper featuring a loading screen of the "ANGEL PLAYER" program from
- Angel Beats anime series.
+ Animated wallpaper featuring a loading screen of the "ANGEL PLAYER" program from
+ Angel Beats anime series.
RepoType: bzr
Repo: https://code.launchpad.net/~miqote/angelplayerwp/tail
diff --git a/metadata/com.miqote.brswp.yml b/metadata/com.miqote.brswp.yml
index 1638dec27d..4e53952f62 100644
--- a/metadata/com.miqote.brswp.yml
+++ b/metadata/com.miqote.brswp.yml
@@ -7,10 +7,10 @@ IssueTracker: https://answers.launchpad.net/brswp
AutoName: 'Black★Rock Shooter: Animated Wallpaper'
Description: |-
- This is fan made Black Rock Shooter Live Wallpaper, based on the characters
- created by Ryohei Fuke "Huke".
+ This is fan made Black Rock Shooter Live Wallpaper, based on the characters
+ created by Ryohei Fuke "Huke".
- All included artwork is licensed by Creative Commons Share-alike.
+ All included artwork is licensed by Creative Commons Share-alike.
RepoType: bzr
Repo: https://code.launchpad.net/~miqote/brswp/tail
diff --git a/metadata/com.miqote.shanawp.yml b/metadata/com.miqote.shanawp.yml
index 78cabb9f97..0e01e60875 100644
--- a/metadata/com.miqote.shanawp.yml
+++ b/metadata/com.miqote.shanawp.yml
@@ -7,10 +7,10 @@ IssueTracker: https://answers.launchpad.net/shanawp
AutoName: Flame Haze Shana Animated Wallpaper
Description: |-
- Animated wallpaper for Android featuring Flame Haze Shana from Shakugan no Shana
- animated series.
+ Animated wallpaper for Android featuring Flame Haze Shana from Shakugan no Shana
+ animated series.
- All included artwork is licensed by Creative Commons Share-alike.
+ All included artwork is licensed by Creative Commons Share-alike.
RepoType: git
Repo: https://git.launchpad.net/shanawp
diff --git a/metadata/com.miracleas.bitcoin_spinner.yml b/metadata/com.miracleas.bitcoin_spinner.yml
index 55d621164d..ce9b77f64f 100644
--- a/metadata/com.miracleas.bitcoin_spinner.yml
+++ b/metadata/com.miracleas.bitcoin_spinner.yml
@@ -9,10 +9,10 @@ SourceCode: https://code.google.com/p/bitcoinspinner/source
AutoName: BitcoinSpinner
Summary: Abandoned bitcoin wallet
Description: |-
- Retained for information only - DO NOT USE
+ Retained for information only - DO NOT USE
- The developer of this bitcoin wallet has replaced it with a new one which has a
- non-Free license. Don't use this wallet - it is no longer maintained.
+ The developer of this bitcoin wallet has replaced it with a new one which has a
+ non-Free license. Don't use this wallet - it is no longer maintained.
Builds:
- versionName: 0.7.1b
diff --git a/metadata/com.mirasmithy.epochlauncher.yml b/metadata/com.mirasmithy.epochlauncher.yml
index 1835cb930d..54e4850d69 100644
--- a/metadata/com.mirasmithy.epochlauncher.yml
+++ b/metadata/com.mirasmithy.epochlauncher.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/mirasmithy/epochlauncher/issues
AutoName: Epoch Launcher
Description: |-
- Launcher in the style of Sword Art Online. Allows categories via long-press,
- custom fonts, black/white themes.
+ Launcher in the style of Sword Art Online. Allows categories via long-press,
+ custom fonts, black/white themes.
Builds:
- versionName: '1.1'
diff --git a/metadata/com.mirfatif.noorulhuda.yml b/metadata/com.mirfatif.noorulhuda.yml
index 5954877df8..f0b04000a2 100644
--- a/metadata/com.mirfatif.noorulhuda.yml
+++ b/metadata/com.mirfatif.noorulhuda.yml
@@ -26,7 +26,7 @@ Builds:
gradle:
- yes
prebuild: sed -i 's|pref_settings_check_for_updates_default">true<|pref_settings_check_for_updates_default">false<|'
- src/main/res/values/pref_strings.xml
+ src/main/res/values/pref_strings.xml
- versionName: v1.02
versionCode: 102
@@ -40,7 +40,7 @@ Builds:
gradle:
- yes
prebuild: sed -i 's|pref_settings_check_for_updates_default">true<|pref_settings_check_for_updates_default">false<|'
- src/main/res/values/pref_strings.xml
+ src/main/res/values/pref_strings.xml
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.mitzuli.yml b/metadata/com.mitzuli.yml
index 3a128ec17e..e805c13d0e 100644
--- a/metadata/com.mitzuli.yml
+++ b/metadata/com.mitzuli.yml
@@ -7,18 +7,18 @@ IssueTracker: https://github.com/artetxem/mitzuli/issues
AutoName: Mitzuli
Description: |-
- Translator featuring a full offline mode, voice input (ASR), camera input (OCR),
- voice output (TTS), and more!
+ Translator featuring a full offline mode, voice input (ASR), camera input (OCR),
+ voice output (TTS), and more!
- * VOICE INPUT (ASR): Tired of using a keyboard? Simply talk to your phone and Mitzuli will translate what you say!
- * CAMERA INPUT (OCR): Want to translate a sign, a menu or a newspaper? Take a picture of it and let Mitzuli do its work!
- * VOICE OUTPUT (TTS): Don't know how to pronounce that foreign text? No problem, Mitzuli can speak for you!
- * OVER 50 TRANSLATION DIRECTIONS: We believe that every language should have its place in this world, and this is why we focus on less resourced languages that are often left behind in commercially oriented products. Mitzuli supports Afrikaans, Aragonese, Asturian, Basque, Catalan, Croatian, Danish, Dutch, English, Esperanto, French, Galician, Hindi, Indonesian, Italian, Malay, Occitan, Portuguese, Romanian, Spanish, Swedish and Urdu, and we are working hard to get even more!
- * FULL OFFLINE MODE: We know that machine translation comes really handy when you travel abroad. Roaming charges don't. That's not a problem anymore for Mitzuli, which can work even without Internet access. And, unlike other translators, its offline mode offers the same translation quality as the online mode, and advanced features like camera input are also available on it!
+ * VOICE INPUT (ASR): Tired of using a keyboard? Simply talk to your phone and Mitzuli will translate what you say!
+ * CAMERA INPUT (OCR): Want to translate a sign, a menu or a newspaper? Take a picture of it and let Mitzuli do its work!
+ * VOICE OUTPUT (TTS): Don't know how to pronounce that foreign text? No problem, Mitzuli can speak for you!
+ * OVER 50 TRANSLATION DIRECTIONS: We believe that every language should have its place in this world, and this is why we focus on less resourced languages that are often left behind in commercially oriented products. Mitzuli supports Afrikaans, Aragonese, Asturian, Basque, Catalan, Croatian, Danish, Dutch, English, Esperanto, French, Galician, Hindi, Indonesian, Italian, Malay, Occitan, Portuguese, Romanian, Spanish, Swedish and Urdu, and we are working hard to get even more!
+ * FULL OFFLINE MODE: We know that machine translation comes really handy when you travel abroad. Roaming charges don't. That's not a problem anymore for Mitzuli, which can work even without Internet access. And, unlike other translators, its offline mode offers the same translation quality as the online mode, and advanced features like camera input are also available on it!
- This app periodically updates the list of available languages and their
- respective resources in the background. This is necessary for the app to work
- robustly, and no personal information is sent to the server.
+ This app periodically updates the list of available languages and their
+ respective resources in the background. This is necessary for the app to work
+ robustly, and no personal information is sent to the server.
RepoType: git
Repo: https://github.com/artetxem/mitzuli
@@ -103,21 +103,21 @@ Builds:
- app/src/main/java/com/mitzuli/core/mt/MtPackage.java
MaintainerNotes: |-
- 1.0.3 can be build using ABI splits, however all ABIs are built on each run,
- splitting and packaging is done afterwards. They are disabled in favor of a
- universal apk for now. Once we turned splits on, there is no going back due
- to splits having much higher vercodes. Sample recipe:
+ 1.0.3 can be build using ABI splits, however all ABIs are built on each run,
+ splitting and packaging is done afterwards. They are disabled in favor of a
+ universal apk for now. Once we turned splits on, there is no going back due
+ to splits having much higher vercodes. Sample recipe:
- other gradle-splits: armeabi-v7a mips x86
+ other gradle-splits: armeabi-v7a mips x86
- Build:1.0.3,1010003
- disable=split
- commit=ee3ef8f6588b721ffca31b2ac17201d184ac9cb7
- subdir=app
- gradle=armeabi
- prebuild=sed -i -e 's/universalApk true/universalApk false/g' build.gradle && \
- echo 'ndkdir=$$NDK$$' > ../gradle.properties
- scanignore=app/src/main/java/com/mitzuli/core/mt/MtPackage.java
+ Build:1.0.3,1010003
+ disable=split
+ commit=ee3ef8f6588b721ffca31b2ac17201d184ac9cb7
+ subdir=app
+ gradle=armeabi
+ prebuild=sed -i -e 's/universalApk true/universalApk false/g' build.gradle && \
+ echo 'ndkdir=$$NDK$$' > ../gradle.properties
+ scanignore=app/src/main/java/com/mitzuli/core/mt/MtPackage.java
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.mkf.droidsat.yml b/metadata/com.mkf.droidsat.yml
index d49566c663..a6b8767ffc 100644
--- a/metadata/com.mkf.droidsat.yml
+++ b/metadata/com.mkf.droidsat.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/mkfuchs/droidsat/issues
AutoName: DroidSat
Description: |-
- This app has a minimal interface and complicated configuration so it is more
- suited towards advanced users. It uses Horst Meyerdierks' Sputnik 3.1 java
- codebase to calculate positions of satellites.
+ This app has a minimal interface and complicated configuration so it is more
+ suited towards advanced users. It uses Horst Meyerdierks' Sputnik 3.1 java
+ codebase to calculate positions of satellites.
RepoType: git
Repo: https://github.com/mkfuchs/droidsat
@@ -43,7 +43,7 @@ Builds:
target: android-20
MaintainerNotes: Commit IDs for 2.51 and before are hg. The source repo switched to
- git after that.
+ git after that.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.mmazzarolo.breathly.yml b/metadata/com.mmazzarolo.breathly.yml
index b62c2685f7..f6de2fc142 100644
--- a/metadata/com.mmazzarolo.breathly.yml
+++ b/metadata/com.mmazzarolo.breathly.yml
@@ -9,9 +9,9 @@ IssueTracker: https://github.com/mmazzarolo/breathly-app/issues
AutoName: Breathly
Description: |-
- Breathly allows you to focus on your breathing. You can use Breathly
- for daily relaxation and breath training: just choose a breathing technique
- and focus on the guided exercise.
+ Breathly allows you to focus on your breathing. You can use Breathly
+ for daily relaxation and breath training: just choose a breathing technique
+ and focus on the guided exercise.
RepoType: git
Repo: https://github.com/mmazzarolo/breathly-app
@@ -93,7 +93,7 @@ Builds:
- node_modules/
MaintainerNotes: scanignore is used to allow the local React Native and Android JSC
- (installed with NPM).
+ (installed with NPM).
AutoUpdateMode: Version
UpdateCheckMode: Tags ^android-\d\.\d$
diff --git a/metadata/com.mobilepearls.sokoban.yml b/metadata/com.mobilepearls.sokoban.yml
index d398b52862..b8daa19be0 100644
--- a/metadata/com.mobilepearls.sokoban.yml
+++ b/metadata/com.mobilepearls.sokoban.yml
@@ -7,22 +7,22 @@ IssueTracker: https://github.com/mobilepearls/com.mobilepearls.sokoban/issues
AutoName: Sokoban
Description: |-
- Push the jewels in to the green zones, but don't corner yourself!
+ Push the jewels in to the green zones, but don't corner yourself!
- Sokoban is a fun and challenging puzzle game where you have to push red diamonds
- onto green targets without getting stuck.
+ Sokoban is a fun and challenging puzzle game where you have to push red diamonds
+ onto green targets without getting stuck.
- As diamonds cannot be pulled, only pushed one at a time, it's all too easy to
- get stuck and frustrated - but keep going and do not despair!
+ As diamonds cannot be pulled, only pushed one at a time, it's all too easy to
+ get stuck and frustrated - but keep going and do not despair!
- * Enjoy hundreds of puzzling levels all challenging your brain muscles.
- * Totally free without in app purchases.
- * Compete against your friends in who can solve a particular level first.
- * Undo moves using the back button.
- * Pinch to zoom for an overview of large levels.
+ * Enjoy hundreds of puzzling levels all challenging your brain muscles.
+ * Totally free without in app purchases.
+ * Compete against your friends in who can solve a particular level first.
+ * Undo moves using the back button.
+ * Pinch to zoom for an overview of large levels.
- This game features graphics and game data from the computer game KSokoban by
- Anders Widell and is released under the GPLv2 license.
+ This game features graphics and game data from the computer game KSokoban by
+ Anders Widell and is released under the GPLv2 license.
RepoType: git
Repo: https://github.com/mobilepearls/com.mobilepearls.sokoban.git
@@ -41,9 +41,9 @@ Builds:
- mv res/drawable-hdpi/icon.png res/drawable-hdpi/ic_launcher.png
MaintainerNotes: |-
- See https://github.com/mobilepearls/com.mobilepearls.sokoban/issues/4
- Since new releases are not tagged in upstream, build the latest open
- source version (1.14) as beta (version @Google is currently 1.17).
+ See https://github.com/mobilepearls/com.mobilepearls.sokoban/issues/4
+ Since new releases are not tagged in upstream, build the latest open
+ source version (1.14) as beta (version @Google is currently 1.17).
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/com.mobiperf.yml b/metadata/com.mobiperf.yml
index 2cb212b1af..300d134f56 100644
--- a/metadata/com.mobiperf.yml
+++ b/metadata/com.mobiperf.yml
@@ -7,22 +7,22 @@ IssueTracker: https://github.com/Mobiperf/MobiPerf/issues
AutoName: MobiPerf
Description: |-
- The app uploads 'anonymised' data to the Mobiperf server run by the developers.
- The server is based on free software but the app would need re-coding to work
- with a different server. You can view the data collected that has been collected
- within the app.
+ The app uploads 'anonymised' data to the Mobiperf server run by the developers.
+ The server is based on free software but the app would need re-coding to work
+ with a different server. You can view the data collected that has been collected
+ within the app.
- The Android app periodically checks in with the measurement server, running on
- Google App Engine, which sends it a list of measurement tasks to perform.
- Measurement tasks include ping, traceroute, HTTP GET, DNS lookup, and TCP
- Throughput. Each task has an associated set of measurement parameters (e.g.,
- which host to ping), and a schedule (periodicity at which to take the
- measurement).
+ The Android app periodically checks in with the measurement server, running on
+ Google App Engine, which sends it a list of measurement tasks to perform.
+ Measurement tasks include ping, traceroute, HTTP GET, DNS lookup, and TCP
+ Throughput. Each task has an associated set of measurement parameters (e.g.,
+ which host to ping), and a schedule (periodicity at which to take the
+ measurement).
- The device runs the measurements in the background, and uploads the measurement
- results on its next checkin cycle. By default, devices check in with the server
- every hour. In order to avoid draining the battery, the app will not take any
- measurements if the battery is below a given threshold (80% by default).
+ The device runs the measurements in the background, and uploads the measurement
+ results on its next checkin cycle. By default, devices check in with the server
+ every hour. In order to avoid draining the battery, the app will not take any
+ measurements if the battery is below a given threshold (80% by default).
RepoType: git
Repo: https://github.com/Mobiperf/MobiPerf.git
@@ -49,8 +49,8 @@ Builds:
target: android-10
MaintainerNotes: |-
- The myjson library is a patched gson to work around bugged acer and htc phones.
- Build it from source on next release -- regardless if it changed or not.
+ The myjson library is a patched gson to work around bugged acer and htc phones.
+ Build it from source on next release -- regardless if it changed or not.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.moez.QKSMS.yml b/metadata/com.moez.QKSMS.yml
index f1f6ddc1db..b94a019bc2 100644
--- a/metadata/com.moez.QKSMS.yml
+++ b/metadata/com.moez.QKSMS.yml
@@ -10,48 +10,48 @@ Bitcoin: 3ELLdraJTuJB2CtQACZiAuf1X3udeAsRgP
AutoName: QKSMS
Description: |-
- Replacement for the stock AOSP messaging app.
+ Replacement for the stock AOSP messaging app.
- Some of its features include:
+ Some of its features include:
- * Material Design
- * Themes
- * Night Mode
- * Reply to messages without leaving the current app
- * Group Messaging
- * MMS
- * Delayed message sending
- * Search
+ * Material Design
+ * Themes
+ * Night Mode
+ * Reply to messages without leaving the current app
+ * Group Messaging
+ * MMS
+ * Delayed message sending
+ * Search
- We're making texting magical again. QKSMS is the most beautiful messaging
- experience you've ever used. Replace your stock messaging app and fall in love
- texting all over again.
+ We're making texting magical again. QKSMS is the most beautiful messaging
+ experience you've ever used. Replace your stock messaging app and fall in love
+ texting all over again.
- Dual-SIM and Multi-SIM phones are now fully supported by QKSMS!
+ Dual-SIM and Multi-SIM phones are now fully supported by QKSMS!
- Clean: A beautiful, intuitive, and clutter-free design that allows you to
- focus on what matters.
+ Clean: A beautiful, intuitive, and clutter-free design that allows you to
+ focus on what matters.
- Customizable: Use any of the millions of colors to theme the entire app,
- or any particular conversation. Per-contact notifications allow you to easily
- prioritize and distinguish your messages. Manual and automatic night mode are
- great too.
+ Customizable: Use any of the millions of colors to theme the entire app,
+ or any particular conversation. Per-contact notifications allow you to easily
+ prioritize and distinguish your messages. Manual and automatic night mode are
+ great too.
- Powerful: Use MMS to share photos, stickers, or join your friends in a
- group chat. Conversation search allows you to find things easier than ever.
+ Powerful: Use MMS to share photos, stickers, or join your friends in a
+ group chat. Conversation search allows you to find things easier than ever.
- Private: Easily block conversations and manage your blacklist, or
- automatically filter out spam with Should I Answer? integration.
+ Private: Easily block conversations and manage your blacklist, or
+ automatically filter out spam with Should I Answer? integration.
- Convenient: Reply to your messages from anywhere using the QK Reply popup,
- your Wear OS (Android Wear) watch, or directly from your notification shade
- (Android 7.0+)
+ Convenient: Reply to your messages from anywhere using the QK Reply popup,
+ your Wear OS (Android Wear) watch, or directly from your notification shade
+ (Android 7.0+)
- Accessibility: High contrast black theme, and full support for TalkBack
- and Samsung Voice Assistant.
+ Accessibility: High contrast black theme, and full support for TalkBack
+ and Samsung Voice Assistant.
- We love hearing what you have to say, so always feel free to let us know
- whenever you have any feedback or suggestions!
+ We love hearing what you have to say, so always feel free to let us know
+ whenever you have any feedback or suggestions!
RepoType: git
Repo: https://github.com/moezbhatti/qksms
@@ -108,7 +108,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e '/fabric/d' -e '/com.crashlytics.sdk.android:crashlytics/,+2d'
- -e '/com.google.android.gms:play-services-analytics/d' build.gradle
+ -e '/com.google.android.gms:play-services-analytics/d' build.gradle
- versionName: 2.4.1
versionCode: 121
@@ -117,7 +117,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e '/fabric/d' -e '/com.crashlytics.sdk.android:crashlytics/,+2d'
- -e '/com.google.android.gms:play-services-analytics/d' build.gradle
+ -e '/com.google.android.gms:play-services-analytics/d' build.gradle
- versionName: 2.5.0
versionCode: 122
@@ -126,7 +126,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e '/fabric/d' -e '/com.crashlytics.sdk.android:crashlytics/,+2d'
- -e '/com.google.android.gms:play-services-analytics/d' build.gradle
+ -e '/com.google.android.gms:play-services-analytics/d' build.gradle
- versionName: 2.5.1
versionCode: 123
@@ -135,7 +135,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e '/fabric/d' -e '/com.crashlytics.sdk.android:crashlytics/,+2d'
- -e '/com.google.android.gms:play-services-analytics/d' build.gradle
+ -e '/com.google.android.gms:play-services-analytics/d' build.gradle
- versionName: 2.5.2
versionCode: 124
@@ -144,7 +144,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e '/fabric/d' -e '/com.crashlytics.sdk.android:crashlytics/,+2d'
- -e '/com.google.android.gms:play-services-analytics/d' build.gradle
+ -e '/com.google.android.gms:play-services-analytics/d' build.gradle
- versionName: 2.5.3
versionCode: 125
@@ -153,7 +153,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e '/fabric/d' -e '/com.crashlytics.sdk.android:crashlytics/,+2d'
- -e '/com.google.android.gms:play-services-analytics/d' build.gradle
+ -e '/com.google.android.gms:play-services-analytics/d' build.gradle
- versionName: 2.5.4
versionCode: 126
@@ -162,7 +162,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e '/fabric/d' -e '/com.crashlytics.sdk.android:crashlytics/,+2d'
- -e '/com.google.android.gms:play-services-analytics/d' build.gradle
+ -e '/com.google.android.gms:play-services-analytics/d' build.gradle
- versionName: 2.6.1
versionCode: 129
@@ -171,7 +171,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e '/fabric/d' -e '/com.crashlytics.sdk.android:crashlytics/,+2d'
- -e '/com.google.android.gms:play-services-analytics/d' build.gradle
+ -e '/com.google.android.gms:play-services-analytics/d' build.gradle
- versionName: 2.6.2
versionCode: 130
@@ -235,7 +235,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e '/fabric/d' -e '/com.crashlytics.sdk.android:crashlytics/,+2d'
- -e '/com.google.android.gms:play-services-analytics/d' build.gradle
+ -e '/com.google.android.gms:play-services-analytics/d' build.gradle
- versionName: 3.0.3
versionCode: 157
@@ -244,7 +244,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d'
- build.gradle
+ build.gradle
ndk: r16b
- versionName: 3.0.4
@@ -254,7 +254,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d'
- build.gradle
+ build.gradle
ndk: r16b
- versionName: 3.0.5
@@ -264,7 +264,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d'
- build.gradle
+ build.gradle
ndk: r16b
- versionName: 3.0.6
@@ -274,7 +274,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d'
- build.gradle
+ build.gradle
ndk: r16b
- versionName: 3.0.7
@@ -284,7 +284,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d'
- build.gradle
+ build.gradle
ndk: r16b
- versionName: 3.0.9
@@ -294,7 +294,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d'
- build.gradle
+ build.gradle
ndk: r16b
- versionName: 3.1.0
@@ -304,7 +304,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d'
- build.gradle
+ build.gradle
ndk: r16b
- versionName: 3.1.1
@@ -314,7 +314,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d'
- build.gradle
+ build.gradle
ndk: r16b
- versionName: 3.1.2
@@ -324,7 +324,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d'
- build.gradle
+ build.gradle
ndk: r16b
- versionName: 3.1.3
@@ -334,7 +334,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d'
- build.gradle
+ build.gradle
ndk: r16b
- versionName: 3.2.0
@@ -344,7 +344,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d'
- build.gradle
+ build.gradle
ndk: r16b
- versionName: 3.2.2
@@ -354,7 +354,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d'
- build.gradle
+ build.gradle
ndk: r16b
- versionName: 3.3.1
@@ -364,7 +364,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d'
- build.gradle
+ build.gradle
ndk: r16b
- versionName: 3.3.2
@@ -374,7 +374,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d'
- build.gradle
+ build.gradle
ndk: r16b
- versionName: 3.3.3
@@ -384,7 +384,7 @@ Builds:
gradle:
- noAnalytics
prebuild: sed -i -e 's/enable true/enable false/' -e '/withAnalyticsImplementation/d'
- build.gradle
+ build.gradle
ndk: r16b
- versionName: 3.3.7
diff --git a/metadata/com.mohammadag.beamfile.yml b/metadata/com.mohammadag.beamfile.yml
index 42ac02c528..a6305a5a52 100644
--- a/metadata/com.mohammadag.beamfile.yml
+++ b/metadata/com.mohammadag.beamfile.yml
@@ -9,15 +9,15 @@ IssueTracker: https://github.com/MohammadAG/android-file-beam/issues
AutoName: Beam File
Description: |-
- Adds an item to the share menu allowing arbitrary files to be shared via Beam,
- an NFC-based protocol introduced in Android 4.1.
+ Adds an item to the share menu allowing arbitrary files to be shared via Beam,
+ an NFC-based protocol introduced in Android 4.1.
- To use it, tap the share button on any file in any file manager, then tap two
- devices together, then tap the screen again. Only the sender needs to have the
- app installed, but both devices need NFC. The actual file transfer goes over
- WiFi.
+ To use it, tap the share button on any file in any file manager, then tap two
+ devices together, then tap the screen again. Only the sender needs to have the
+ app installed, but both devices need NFC. The actual file transfer goes over
+ WiFi.
- A proprietary Google Admob binary was removed before building.
+ A proprietary Google Admob binary was removed before building.
RepoType: git
Repo: https://github.com/MohammadAG/android-file-beam.git
@@ -51,9 +51,9 @@ Builds:
- echo "source.dir=src;$$MobAdMob$$/src" > ant.properties
MaintainerNotes: |-
- The 1.3 build crashing is a strange thing, but I'm not prepared to spend much
- time investigating it when upstream is non-free, so it's just disabled for now,
- and maybe it won't crash with the next release.
+ The 1.3 build crashing is a strange thing, but I'm not prepared to spend much
+ time investigating it when upstream is non-free, so it's just disabled for now,
+ and maybe it won't crash with the next release.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.money.manager.ex.yml b/metadata/com.money.manager.ex.yml
index 899a04d3a1..1d64ef4e43 100644
--- a/metadata/com.money.manager.ex.yml
+++ b/metadata/com.money.manager.ex.yml
@@ -9,20 +9,20 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=5U7
AutoName: Money Manager Ex
Description: |-
- A simple and easy-to-use application to manage personal finances, bank accounts,
- family budget, and so on. It's main goal is to add a mobile implementation for
- an application we love to use on our Desktop machines.
+ A simple and easy-to-use application to manage personal finances, bank accounts,
+ family budget, and so on. It's main goal is to add a mobile implementation for
+ an application we love to use on our Desktop machines.
- Features:
+ Features:
- * Management of single transactions
- * Account, payee, category, currency management
- * Storage card Import/Export
- * Dropbox synchronization
- * Security, application lock/unlock
- * Repeating transactions
- * Charts
- * Supported languages: English, Italian, Portuguese, Spanish and Russian
+ * Management of single transactions
+ * Account, payee, category, currency management
+ * Storage card Import/Export
+ * Dropbox synchronization
+ * Security, application lock/unlock
+ * Repeating transactions
+ * Charts
+ * Supported languages: English, Italian, Portuguese, Spanish and Russian
RepoType: git
Repo: https://github.com/moneymanagerex/android-money-manager-ex
@@ -31,7 +31,7 @@ Builds:
- versionName: 2019.04.10.1000-beta
versionCode: 1000
disable: https://github.com/moneymanagerex/android-money-manager-ex/issues/1425,
- com.evernote:android-job
+ com.evernote:android-job
commit: 2019.04.10.1000-beta
subdir: app
gradle:
diff --git a/metadata/com.mookie.circo.yml b/metadata/com.mookie.circo.yml
index 7be3e31d14..311bd66fcc 100644
--- a/metadata/com.mookie.circo.yml
+++ b/metadata/com.mookie.circo.yml
@@ -8,19 +8,18 @@ IssueTracker: https://github.com/MalcolmScruggs/CircoIconPack/issues
Changelog: https://github.com/MalcolmScruggs/CircoIconPack/releases
AutoName: Circo
-Description: |4-
+Description: |-
+ Custom Launcher required to use icons (Nova, Apex, ADW, etc). It will
+ not work with Google Now Launcher, Pixel Launcher, or any other factory
+ installed launcher.
- Custom Launcher required to use icons (Nova, Apex, ADW, etc). It will
- not work with Google Now Launcher, Pixel Launcher, or any other factory
- installed launcher.
+ FEATURES:
- FEATURES:
-
- * Beautiful, simple, and colorful icons!
- * 500+ vector designed icons. Made in XXX-HDPI (192x192 - this may vary due to individual device resolution)
- * Masking and backing to theme unthemed icons
- * Multiple alternate icons
- * Supports Apex, Nova, Aviate, ADW, Action, Smart, and Holo launchers
+ * Beautiful, simple, and colorful icons!
+ * 500+ vector designed icons. Made in XXX-HDPI (192x192 - this may vary due to individual device resolution)
+ * Masking and backing to theme unthemed icons
+ * Multiple alternate icons
+ * Supports Apex, Nova, Aviate, ADW, Action, Smart, and Holo launchers
RepoType: git
Repo: https://github.com/MalcolmScruggs/CircoIconPack
diff --git a/metadata/com.moonpi.swiftnotes.yml b/metadata/com.moonpi.swiftnotes.yml
index bbc3c4be92..20fc40e1ca 100644
--- a/metadata/com.moonpi.swiftnotes.yml
+++ b/metadata/com.moonpi.swiftnotes.yml
@@ -8,20 +8,20 @@ Bitcoin: 1NZGAU1rEs1zBpwdjmnBjiyRsJHfycWhSF
AutoName: Swiftnotes
Description: |-
- Note taking app focusing on simplicity and speed. It offers you a quick and easy
- way to stay organized, capture your thoughts, reminders or anything that's on
- your mind, any time, anywhere. No extra unnecessary features, just notes.
+ Note taking app focusing on simplicity and speed. It offers you a quick and easy
+ way to stay organized, capture your thoughts, reminders or anything that's on
+ your mind, any time, anywhere. No extra unnecessary features, just notes.
- Features:
+ Features:
- * Easily create new notes or edit existing ones
- * Colour-code your notes to stay organised
- * Find any note lightning-fast by searching for a keyword
- * Favoured notes always stay on top for quick access
- * Change the font size of individual notes
- * Hide the body of any sensitive note so it stays safe from prying eyes
- * Backup your notes to external storage
- * Restore your notes when needed.
+ * Easily create new notes or edit existing ones
+ * Colour-code your notes to stay organised
+ * Find any note lightning-fast by searching for a keyword
+ * Favoured notes always stay on top for quick access
+ * Change the font size of individual notes
+ * Hide the body of any sensitive note so it stays safe from prying eyes
+ * Backup your notes to external storage
+ * Restore your notes when needed.
RepoType: git
Repo: https://github.com/adrianchifor/Swiftnotes
diff --git a/metadata/com.morlunk.mountie.yml b/metadata/com.morlunk.mountie.yml
index 398f8e6742..c12da804d7 100644
--- a/metadata/com.morlunk.mountie.yml
+++ b/metadata/com.morlunk.mountie.yml
@@ -10,10 +10,10 @@ Bitcoin: 1ySD4UzFDtPLq9agRg9eiFtWmz6DJ7bBf
AutoName: Mountie
Description: |-
- * Automatically detects and mounts newly attached USB storage
- * Rich notification displaying mounted storage devices
- * Mounts in the "mountie" directory on your data partition
- * Requires a device supporting USB OTG
+ * Automatically detects and mounts newly attached USB storage
+ * Rich notification displaying mounted storage devices
+ * Mounts in the "mountie" directory on your data partition
+ * Requires a device supporting USB OTG
RequiresRoot: true
diff --git a/metadata/com.morlunk.mumbleclient.yml b/metadata/com.morlunk.mumbleclient.yml
index 60e41ac382..601bb07ebe 100644
--- a/metadata/com.morlunk.mumbleclient.yml
+++ b/metadata/com.morlunk.mumbleclient.yml
@@ -9,19 +9,19 @@ FlattrID: '1706423'
AutoName: Plumble
Description: |-
- NOTE: This app is no longer maintained. It's recommended to switch to https://f-droid.org/packages/se.lublin.mumla instead
+ NOTE: This app is no longer maintained. It's recommended to switch to https://f-droid.org/packages/se.lublin.mumla instead
- * Opus, CELT, and Speex codec support
- * Certificates
- * Voice activity
- * Bluetooth
- * Public servers
- * Comments
- * Administration
- * Overlay
- * Theming
- * Notifications
- * Orbot integration
+ * Opus, CELT, and Speex codec support
+ * Certificates
+ * Voice activity
+ * Bluetooth
+ * Public servers
+ * Comments
+ * Administration
+ * Overlay
+ * Theming
+ * Notifications
+ * Orbot integration
RepoType: git
Repo: https://github.com/acomminos/Plumble.git
diff --git a/metadata/com.morphoss.acal.yml b/metadata/com.morphoss.acal.yml
index 8cc207c745..bec476d7b2 100644
--- a/metadata/com.morphoss.acal.yml
+++ b/metadata/com.morphoss.acal.yml
@@ -9,12 +9,12 @@ Bitcoin: 1C7ChLNbwiQNWS6BLCPNU5TzX3ve7Xup2m
AutoName: aCal
Summary: CalDAV Calendar & Tasks client
Description: |-
- A CalDAV client, allowing you to directly access a calendar on a CalDAV server.
- aCal includes support for VEVENT & VTODO (Events and Tasks) and can also
- synchronize your contacts from an addressbook collection on a CardDAV server.
+ A CalDAV client, allowing you to directly access a calendar on a CalDAV server.
+ aCal includes support for VEVENT & VTODO (Events and Tasks) and can also
+ synchronize your contacts from an addressbook collection on a CardDAV server.
- Note: Project dissapeared, source mirror is at
- https://gitlab.com/f-droid-mirrors/acal.
+ Note: Project dissapeared, source mirror is at
+ https://gitlab.com/f-droid-mirrors/acal.
Builds:
- versionName: '1.05'
diff --git a/metadata/com.movim.movim.yml b/metadata/com.movim.movim.yml
index f893f987d2..a2f1a06453 100644
--- a/metadata/com.movim.movim.yml
+++ b/metadata/com.movim.movim.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/movim/movim_android/issues
AutoName: Movim
Description: |-
- Client for Movim, a distributed social networking platform
- that tries to protect your privacy and comes with a set of interesting features,
- like integrated Chats, Blogs, News and more -- all based on open and etablished
- protocols.
+ Client for Movim, a distributed social networking platform
+ that tries to protect your privacy and comes with a set of interesting features,
+ like integrated Chats, Blogs, News and more -- all based on open and etablished
+ protocols.
RepoType: git
Repo: https://github.com/movim/movim_android.git
diff --git a/metadata/com.mridang.throttle.yml b/metadata/com.mridang.throttle.yml
index 80d3f0e59b..ed2c100c80 100644
--- a/metadata/com.mridang.throttle.yml
+++ b/metadata/com.mridang.throttle.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/mridang/microchip/issues
AutoName: Microchip
Description: |-
- Microchip shows processor usage as an icon in the status bar. If needed, the
- notification can also be shown in the lock screen as a priority notification.
+ Microchip shows processor usage as an icon in the status bar. If needed, the
+ notification can also be shown in the lock screen as a priority notification.
- Microchip also shows the memory usage of the device.
+ Microchip also shows the memory usage of the device.
RepoType: git
Repo: https://github.com/mridang/microchip
diff --git a/metadata/com.mschlauch.comfortreader.yml b/metadata/com.mschlauch.comfortreader.yml
index b1bd1f0238..ad613bb583 100644
--- a/metadata/com.mschlauch.comfortreader.yml
+++ b/metadata/com.mschlauch.comfortreader.yml
@@ -7,17 +7,17 @@ IssueTracker: https://github.com/mschlauch/comfortreader/issues
AutoName: Comfort Reader
Description: |-
- Comfort Reader makes reading easier for you. It streams any text directly to
- your eyes. Smart text processing and colored letter animation help you to
- recognize and understand text faster and better. Reading a book will seem just
- like watching a film, at the speed that works best for you. Main features
- include: supported file formats: txt and pdf displays; just the current phrase
- you are about to read; makes sure that associated words won't get chopped
- randomly (as in conventional Speed Reading Apps with Rapid Serial Visual
- Presentation); creates a fluent stream of text at your desired speed; colored
- letter animation stimulates better concentration and comprehension; trains your
- reading, reduces regression and expands your vision span; fully costumizable
- text appearance and reading configuration
+ Comfort Reader makes reading easier for you. It streams any text directly to
+ your eyes. Smart text processing and colored letter animation help you to
+ recognize and understand text faster and better. Reading a book will seem just
+ like watching a film, at the speed that works best for you. Main features
+ include: supported file formats: txt and pdf displays; just the current phrase
+ you are about to read; makes sure that associated words won't get chopped
+ randomly (as in conventional Speed Reading Apps with Rapid Serial Visual
+ Presentation); creates a fluent stream of text at your desired speed; colored
+ letter animation stimulates better concentration and comprehension; trains your
+ reading, reduces regression and expands your vision span; fully costumizable
+ text appearance and reading configuration
RepoType: git
Repo: https://github.com/mschlauch/comfortreader
diff --git a/metadata/com.murrayc.galaxyzoo.app.yml b/metadata/com.murrayc.galaxyzoo.app.yml
index 0417cccce8..99e3c41152 100644
--- a/metadata/com.murrayc.galaxyzoo.app.yml
+++ b/metadata/com.murrayc.galaxyzoo.app.yml
@@ -6,13 +6,13 @@ IssueTracker: https://github.com/murraycu/android-galaxyzoo/issues
AutoName: Galaxy Zoo
Description: |-
- Classify Galaxy Zoo subjects. Official approved by
- the Zooniverse project.
+ Classify Galaxy Zoo subjects. Official approved by
+ the Zooniverse project.
- Asks you questions about a picture of a galaxy, with each question depending on
- the previous question. This "Citizen Science" helps astronomers to analyze the
- huge amount of images of galaxies provided, for instance, by the Hubble Space
- Telescope.
+ Asks you questions about a picture of a galaxy, with each question depending on
+ the previous question. This "Citizen Science" helps astronomers to analyze the
+ huge amount of images of galaxies provided, for instance, by the Hubble Space
+ Telescope.
RepoType: git
Repo: https://github.com/murraycu/android-galaxyzoo
@@ -49,7 +49,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.32'
versionCode: 32
@@ -58,7 +58,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.33'
versionCode: 33
@@ -67,7 +67,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.34'
versionCode: 34
@@ -76,7 +76,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.35'
versionCode: 35
@@ -85,7 +85,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.36'
versionCode: 36
@@ -94,7 +94,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.37'
versionCode: 37
@@ -103,7 +103,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.39'
versionCode: 39
@@ -112,7 +112,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.40'
versionCode: 40
@@ -121,7 +121,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.41'
versionCode: 41
@@ -130,7 +130,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.42'
versionCode: 42
@@ -139,7 +139,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.43'
versionCode: 43
@@ -148,7 +148,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.44'
versionCode: 44
@@ -157,7 +157,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.45'
versionCode: 45
@@ -166,7 +166,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.46'
versionCode: 46
@@ -175,7 +175,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.47'
versionCode: 47
@@ -184,7 +184,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.48'
versionCode: 48
@@ -193,7 +193,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.49'
versionCode: 49
@@ -202,7 +202,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.50'
versionCode: 50
@@ -211,7 +211,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.51'
versionCode: 51
@@ -220,7 +220,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.52'
versionCode: 52
@@ -229,7 +229,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: '1.53'
versionCode: 53
diff --git a/metadata/com.mustafaali.sensorssandbox.yml b/metadata/com.mustafaali.sensorssandbox.yml
index 73cc62d408..3cc31da3d7 100644
--- a/metadata/com.mustafaali.sensorssandbox.yml
+++ b/metadata/com.mustafaali.sensorssandbox.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/mustafa01ali/SensorsSandbox/issues
AutoName: Sensors Sandbox
Description: |-
- Displays the list of all the available sensors on your device, choosing one of
- them displays the data measured by the sensor in real-time using the Android
- SensorManager API.
+ Displays the list of all the available sensors on your device, choosing one of
+ them displays the data measured by the sensor in real-time using the Android
+ SensorManager API.
RepoType: git
Repo: https://github.com/mustafa01ali/SensorsSandbox
diff --git a/metadata/com.mustupid.metronome.yml b/metadata/com.mustupid.metronome.yml
index 8a008fa91c..872ce21124 100644
--- a/metadata/com.mustupid.metronome.yml
+++ b/metadata/com.mustupid.metronome.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/yuanyelele/mustuipd_metronome/issues
AutoName: Metronome
Description: |-
- A simple and usable metronome that produces an audible click at a tempo
- between 40 BPM and 208 BMP that can be set by the user. Comes with a bell
- that when enabled rings every 2, 3, 4 or 6th beat.
+ A simple and usable metronome that produces an audible click at a tempo
+ between 40 BPM and 208 BMP that can be set by the user. Comes with a bell
+ that when enabled rings every 2, 3, 4 or 6th beat.
RepoType: git
Repo: https://github.com/yuanyelele/mustuipd_metronome
diff --git a/metadata/com.mustupid.pitch_pipe.yml b/metadata/com.mustupid.pitch_pipe.yml
index e2f7d522e2..fbf22fccc4 100644
--- a/metadata/com.mustupid.pitch_pipe.yml
+++ b/metadata/com.mustupid.pitch_pipe.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/yuanyelele/mustupid_pitch_pipe/issues
AutoName: Pitch Pipe
Description: |-
- A simple and usable chromatic pitch pipe to provide a pitch reference for
- musicians. The pitch reference for A4 is tunable between 400Hz and 470Hz.
+ A simple and usable chromatic pitch pipe to provide a pitch reference for
+ musicians. The pitch reference for A4 is tunable between 400Hz and 470Hz.
RepoType: git
Repo: https://github.com/yuanyelele/mustupid_pitch_pipe
diff --git a/metadata/com.mykola.lexinproject.yml b/metadata/com.mykola.lexinproject.yml
index 93c51d929c..ed755cf987 100644
--- a/metadata/com.mykola.lexinproject.yml
+++ b/metadata/com.mykola.lexinproject.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/cmykola/Lexin/issues
AutoName: LexinProject
Description: |-
- Currently supported: albanska; amhariska; arabiska; azerbajdzjanska; bosniska;
- engelskt; finska; grekiska; kroatiska; nordkurdiska; pashto; persiska; ryska;
- serbiska (latinskt); serbiska (kyrilliskt); somaliska; spanska; sydkurdiska;
- turkiska.
+ Currently supported: albanska; amhariska; arabiska; azerbajdzjanska; bosniska;
+ engelskt; finska; grekiska; kroatiska; nordkurdiska; pashto; persiska; ryska;
+ serbiska (latinskt); serbiska (kyrilliskt); somaliska; spanska; sydkurdiska;
+ turkiska.
Builds:
- versionName: '1.5'
diff --git a/metadata/com.myopicmobile.textwarrior.android.yml b/metadata/com.myopicmobile.textwarrior.android.yml
index 6baa710ca4..9d923ad6a2 100644
--- a/metadata/com.myopicmobile.textwarrior.android.yml
+++ b/metadata/com.myopicmobile.textwarrior.android.yml
@@ -7,9 +7,9 @@ IssueTracker: https://sourceforge.net/p/textwarrior/_list/tickets
AutoName: TextWarrior
Description: |-
- TextWarrior is a programming text editor for mobile devices, featuring efficient
- and fun ways to work on a touch screen. Now you can read and edit code on your
- vacation!
+ TextWarrior is a programming text editor for mobile devices, featuring efficient
+ and fun ways to work on a touch screen. Now you can read and edit code on your
+ vacation!
RepoType: git-svn
Repo: https://svn.code.sf.net/p/textwarrior/code/;trunk=trunk/android;tags=releases/android
diff --git a/metadata/com.nagopy.android.disablemanager2.yml b/metadata/com.nagopy.android.disablemanager2.yml
index c0df1e863e..cd4e4a228f 100644
--- a/metadata/com.nagopy.android.disablemanager2.yml
+++ b/metadata/com.nagopy.android.disablemanager2.yml
@@ -8,8 +8,8 @@ Changelog: https://github.com/75py/DisableManager/commits/HEAD
AutoName: Disable Manager
Description: |-
- Assists in the disabling of pre-installed apps. You can show lists of apps
- installed apps and can disable/enable them. Please do at your own risk.
+ Assists in the disabling of pre-installed apps. You can show lists of apps
+ installed apps and can disable/enable them. Please do at your own risk.
RepoType: git
Repo: https://github.com/75py/DisableManager.git
diff --git a/metadata/com.naholyr.android.horairessncf.yml b/metadata/com.naholyr.android.horairessncf.yml
index 217f4af36c..f071c0aa2f 100644
--- a/metadata/com.naholyr.android.horairessncf.yml
+++ b/metadata/com.naholyr.android.horairessncf.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/naholyr/horaires-ter-sncf/issues
AutoName: Horaires TER SNCF
Summary: Info for regional trains in France
Description: |-
- Search for regional train (TER) stations in France. Display schedules and delays
- of regional SNCF trains.
+ Search for regional train (TER) stations in France. Display schedules and delays
+ of regional SNCF trains.
RepoType: git
Repo: https://github.com/naholyr/horaires-ter-sncf
diff --git a/metadata/com.naman14.stools.yml b/metadata/com.naman14.stools.yml
index 38aacb54e3..74b5b16212 100644
--- a/metadata/com.naman14.stools.yml
+++ b/metadata/com.naman14.stools.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/naman14/S-Tools/issues
AutoName: S Tools+
Description: |-
- Keep track of your CPU frequency, sensors and device information. The collection
- includes additional tools like a colorpicker and a compass.
+ Keep track of your CPU frequency, sensors and device information. The collection
+ includes additional tools like a colorpicker and a compass.
RepoType: git
Repo: https://github.com/naman14/S-Tools
diff --git a/metadata/com.namelessdev.mpdroid.yml b/metadata/com.namelessdev.mpdroid.yml
index ca7efab851..d2427c786a 100644
--- a/metadata/com.namelessdev.mpdroid.yml
+++ b/metadata/com.namelessdev.mpdroid.yml
@@ -8,11 +8,11 @@ Changelog: https://github.com/abarisain/dmix/releases
AutoName: MPDroid
Description: |-
- An MPD client which supports streaming. Can fetch cover art from last.fm.
+ An MPD client which supports streaming. Can fetch cover art from last.fm.
- You can browse your library, control the current song and playlist, manage your
- outputs, and stream music right to your mobile device. And all of this wrapped
- up in a beautiful modern Holo design!
+ You can browse your library, control the current song and playlist, manage your
+ outputs, and stream music right to your mobile device. And all of this wrapped
+ up in a beautiful modern Holo design!
RepoType: git
Repo: https://github.com/abarisain/dmix.git
@@ -101,9 +101,9 @@ Builds:
- foss
MaintainerNotes: |-
- From version 1.08 forceversion doesn't work because it replaces to much in
- build.gradle, so we use a patch that removes the unwanted version calculation
- logic from the file instead.
+ From version 1.08 forceversion doesn't work because it replaces to much in
+ build.gradle, so we use a patch that removes the unwanted version calculation
+ logic from the file instead.
AutoUpdateMode: None
UpdateCheckMode: Tags ^[0-9_]*[^b]*$
diff --git a/metadata/com.namsor.api.samples.gendre.yml b/metadata/com.namsor.api.samples.gendre.yml
index 3db7ae37f7..9b59ed86da 100644
--- a/metadata/com.namsor.api.samples.gendre.yml
+++ b/metadata/com.namsor.api.samples.gendre.yml
@@ -10,11 +10,11 @@ IssueTracker: https://github.com/namsor/gendreapp/issues
AutoName: GendRE
Description: |-
- Query an online service on the estimated gendre of your contacts based on their
- name.
+ Query an online service on the estimated gendre of your contacts based on their
+ name.
- Newer versions of this app exist but require proprietary software to build.
- Updates will not appear here.
+ Newer versions of this app exist but require proprietary software to build.
+ Updates will not appear here.
RepoType: git
Repo: https://github.com/namsor/gendreapp.git
diff --git a/metadata/com.nanoconverter.zlab.yml b/metadata/com.nanoconverter.zlab.yml
index 23f3f5c904..2a129c1921 100644
--- a/metadata/com.nanoconverter.zlab.yml
+++ b/metadata/com.nanoconverter.zlab.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/ZorgeR/nanoConverter/issues
AutoName: nanoConverter
Description: |-
- Learn exchange rates and convert currencies easily. You will always know the
- current exchange rates and be able to easily transfer between them. In the
- settings it is possible to choose which bank to get the rates from.
+ Learn exchange rates and convert currencies easily. You will always know the
+ current exchange rates and be able to easily transfer between them. In the
+ settings it is possible to choose which bank to get the rates from.
RepoType: git
Repo: https://github.com/ZorgeR/nanoConverter.git
diff --git a/metadata/com.nathanosman.chronosnap.yml b/metadata/com.nathanosman.chronosnap.yml
index 9ac712cf12..3f5b9c5f13 100644
--- a/metadata/com.nathanosman.chronosnap.yml
+++ b/metadata/com.nathanosman.chronosnap.yml
@@ -7,15 +7,15 @@ IssueTracker: https://github.com/nathan-osman/chronosnap/issues
AutoName: ChronoSnap
Description: |-
- Capture a sequence of photos at regular intervals.
+ Capture a sequence of photos at regular intervals.
- Features:
+ Features:
- * Customize the capture interval
- * Set a limit on the number of images captured
- * Capture images with the screen turned off
- * Persistent notification during capture
- * Interface uses material design guidelines
+ * Customize the capture interval
+ * Set a limit on the number of images captured
+ * Capture images with the screen turned off
+ * Persistent notification during capture
+ * Interface uses material design guidelines
RepoType: git
Repo: https://github.com/nathan-osman/chronosnap
diff --git a/metadata/com.nauj27.android.colorpicker.yml b/metadata/com.nauj27.android.colorpicker.yml
index c30b407533..2d4fe5f44d 100644
--- a/metadata/com.nauj27.android.colorpicker.yml
+++ b/metadata/com.nauj27.android.colorpicker.yml
@@ -6,10 +6,10 @@ SourceCode: https://code.google.com/p/colorpicker/source
AutoName: Color Picker
Description: |-
- Take a photo and detect the color of any touched point.
+ Take a photo and detect the color of any touched point.
- Show hex code, RGB values, RAL System name (ralcolor.com), and even the color
- name in this system.
+ Show hex code, RGB values, RAL System name (ralcolor.com), and even the color
+ name in this system.
RepoType: hg
Repo: https://code.google.com/p/colorpicker
diff --git a/metadata/com.nazmar.dicegainz.yml b/metadata/com.nazmar.dicegainz.yml
index 6cb1bfff8e..1bd5781c44 100644
--- a/metadata/com.nazmar.dicegainz.yml
+++ b/metadata/com.nazmar.dicegainz.yml
@@ -39,8 +39,8 @@ Builds:
- yes
MaintainerNotes: |-
- Summary and Description are maintained by upstream using
- fastlane in the source repo
+ Summary and Description are maintained by upstream using
+ fastlane in the source repo
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.nephi.getoffyourphone.yml b/metadata/com.nephi.getoffyourphone.yml
index 8bf4ddb7aa..38e025410b 100644
--- a/metadata/com.nephi.getoffyourphone.yml
+++ b/metadata/com.nephi.getoffyourphone.yml
@@ -7,26 +7,26 @@ IssueTracker: https://github.com/Alikaraki95/Getoffyourphone/issues
AutoName: Get Off Your Phone
Description: |-
- Useful for everyone, anytime & anywhere. End procrastination with this simple
- app that locks down your selected apps for a specific time!
+ Useful for everyone, anytime & anywhere. End procrastination with this simple
+ app that locks down your selected apps for a specific time!
- Features:
- * Sleek Design
- * Simple navigation
- * Easy to use
- * Select Any app you want to block, never limit yourself!
- * Up to 4 lock times: 30 minutes, 1, 2 & 3 hours.
- * Minimal Permissions needed ( Check below )
- * Multiple lock screens with different GIFs to know how much left for unlock
- * Beautiful minimal design and colors
+ Features:
+ * Sleek Design
+ * Simple navigation
+ * Easy to use
+ * Select Any app you want to block, never limit yourself!
+ * Up to 4 lock times: 30 minutes, 1, 2 & 3 hours.
+ * Minimal Permissions needed ( Check below )
+ * Multiple lock screens with different GIFs to know how much left for unlock
+ * Beautiful minimal design and colors
- How to use:
- * Install
- * Give usage permission
- * Remove Battery optimisation
- * Select Apps
- * Select desired time
- * LockDown !
+ How to use:
+ * Install
+ * Give usage permission
+ * Remove Battery optimisation
+ * Select Apps
+ * Select desired time
+ * LockDown !
RepoType: git
Repo: https://github.com/Alikaraki95/Getoffyourphone.git
diff --git a/metadata/com.nesbox.tic.yml b/metadata/com.nesbox.tic.yml
index 228ae8878b..ce556eb985 100644
--- a/metadata/com.nesbox.tic.yml
+++ b/metadata/com.nesbox.tic.yml
@@ -13,18 +13,18 @@ Donate: https://nesbox.itch.io/tic80
AutoName: TIC-80
Description: |-
- TIC-80 is a fantasy video game console for making,
- playing, and sharing games on a limited platform
- that mimics the 8-bit systems of the 1980s.
- It has built-in code, sprite, map, music, and sound
- effect editors, as well as a command line interface
- that allow users to develop and edit games within
- the console.
+ TIC-80 is a fantasy video game console for making,
+ playing, and sharing games on a limited platform
+ that mimics the 8-bit systems of the 1980s.
+ It has built-in code, sprite, map, music, and sound
+ effect editors, as well as a command line interface
+ that allow users to develop and edit games within
+ the console.
- The games made in TIC-80 can be exported as virtual
- game cartridges and bundled for different platforms.
- It supports programming languages including JavaScript,
- MoonScript, Lua, Ruby, Wren, Fennel, Squirrel and D.
+ The games made in TIC-80 can be exported as virtual
+ game cartridges and bundled for different platforms.
+ It supports programming languages including JavaScript,
+ MoonScript, Lua, Ruby, Wren, Fennel, Squirrel and D.
RepoType: git
Repo: https://github.com/nesbox/TIC-80.git
@@ -44,9 +44,9 @@ Builds:
scandelete:
- vendor
build: for ARCH in arm arm64 x86 x86_64; do API=24; SYSROOT=$ANDROID_NDK_HOME/platforms/android-$API/arch-$ARCH;
- python3 "$ANDROID_NDK_HOME/build/tools/make_standalone_toolchain.py" --api
- "$API" --arch "$ARCH" --install-dir "$SYSROOT" --force; ln -Ffs "$SYSROOT/sysroot/usr"
- "$SYSROOT/usr"; done
+ python3 "$ANDROID_NDK_HOME/build/tools/make_standalone_toolchain.py" --api "$API"
+ --arch "$ARCH" --install-dir "$SYSROOT" --force; ln -Ffs "$SYSROOT/sysroot/usr"
+ "$SYSROOT/usr"; done
ndk: r21e
- versionName: 1.01.00
@@ -63,9 +63,9 @@ Builds:
scandelete:
- vendor
build: for ARCH in arm arm64 x86 x86_64; do API=24; SYSROOT=$ANDROID_NDK_HOME/platforms/android-$API/arch-$ARCH;
- python3 "$ANDROID_NDK_HOME/build/tools/make_standalone_toolchain.py" --api
- "$API" --arch "$ARCH" --install-dir "$SYSROOT" --force; ln -Ffs "$SYSROOT/sysroot/usr"
- "$SYSROOT/usr"; done
+ python3 "$ANDROID_NDK_HOME/build/tools/make_standalone_toolchain.py" --api "$API"
+ --arch "$ARCH" --install-dir "$SYSROOT" --force; ln -Ffs "$SYSROOT/sysroot/usr"
+ "$SYSROOT/usr"; done
ndk: r21e
AutoUpdateMode: Version
diff --git a/metadata/com.netthreads.android.noiz2.yml b/metadata/com.netthreads.android.noiz2.yml
index 68cc64f31c..5e60a97997 100644
--- a/metadata/com.netthreads.android.noiz2.yml
+++ b/metadata/com.netthreads.android.noiz2.yml
@@ -6,13 +6,13 @@ IssueTracker: https://github.com/alistairrutherford/noiz2-droid/issues
AutoName: Noiz2
Description: |-
- Vector-graphics shoot-em-up from Kenta Cho. Ported to Android.
+ Vector-graphics shoot-em-up from Kenta Cho. Ported to Android.
- Avoid the bullets and shoot the enemy.
+ Avoid the bullets and shoot the enemy.
- Collect the green stars to build your shield.
+ Collect the green stars to build your shield.
- Disable OpenGL in settings if you have graphical problems
+ Disable OpenGL in settings if you have graphical problems
RepoType: git
Repo: https://github.com/alistairrutherford/noiz2-droid
diff --git a/metadata/com.newsblur.yml b/metadata/com.newsblur.yml
index cb392ea2eb..ddf052263e 100644
--- a/metadata/com.newsblur.yml
+++ b/metadata/com.newsblur.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- UpstreamNonFree:
- en-US: F-Droid build removes Play Services, BillingClient, Play InApp-Review.
+ UpstreamNonFree:
+ en-US: F-Droid build removes Play Services, BillingClient, Play InApp-Review.
Categories:
- Reading
License: MIT
@@ -13,25 +13,25 @@ IssueTracker: https://github.com/samuelclay/NewsBlur/issues
AutoName: NewsBlur
Description: |-
- Newsblur is software that runs on a server and collects RSS/Atom feeds for
- you to read. If you don't have your own server you can sign up for a freemium
- account at newsblur.com. The feeds can be read in a web browser or using this
- app.
+ Newsblur is software that runs on a server and collects RSS/Atom feeds for
+ you to read. If you don't have your own server you can sign up for a freemium
+ account at newsblur.com. The feeds can be read in a web browser or using this
+ app.
- Features:
+ Features:
- * Synchronizes with NewsBlur servers so keep your stories and read/unread status consistent
- * Read all of your news subscriptions (RSS feeds)
- * Read while offline and re-sync read and saved stories when online again.
- * Share and comment on the news with friends
- * Multiple device support (Web, Android, iOS)
- * Meet new people who share the same interests
- * Collapsible folders
- * Save stories
- * Dark mode for night time reading
- * Multiple viewing options for stories
- * Training your feeds - Hide the stories you don't like and highlight the stories you do.
- * River of news - show stories from several different feeds in a single view
+ * Synchronizes with NewsBlur servers so keep your stories and read/unread status consistent
+ * Read all of your news subscriptions (RSS feeds)
+ * Read while offline and re-sync read and saved stories when online again.
+ * Share and comment on the news with friends
+ * Multiple device support (Web, Android, iOS)
+ * Meet new people who share the same interests
+ * Collapsible folders
+ * Save stories
+ * Dark mode for night time reading
+ * Multiple viewing options for stories
+ * Training your feeds - Hide the stories you don't like and highlight the stories you do.
+ * River of news - show stories from several different feeds in a single view
RepoType: git
Repo: https://github.com/samuelclay/NewsBlur.git
@@ -44,7 +44,7 @@ Builds:
srclibs:
- ActionBarSherlock@4.1.0
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
- versionName: 1.0.55
versionCode: 29
@@ -53,7 +53,7 @@ Builds:
srclibs:
- ActionBarSherlock@4.1.0
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
- versionName: '1.1'
versionCode: 31
diff --git a/metadata/com.nexes.manager.yml b/metadata/com.nexes.manager.yml
index dff6cb7878..4f482d829d 100644
--- a/metadata/com.nexes.manager.yml
+++ b/metadata/com.nexes.manager.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/nexes/Android-File-Manager/issues
AutoName: Open Manager
Description: |-
- A simple file browser and manager. Among other features it allows to perform a
- backup to the SD card of all your downloaded (third party) applications.
+ A simple file browser and manager. Among other features it allows to perform a
+ backup to the SD card of all your downloaded (third party) applications.
RepoType: git
Repo: https://github.com/nexes/Android-File-Manager.git
diff --git a/metadata/com.nextcloud.android.beta.yml b/metadata/com.nextcloud.android.beta.yml
index a9c6a0dfc8..0c426a0eb7 100644
--- a/metadata/com.nextcloud.android.beta.yml
+++ b/metadata/com.nextcloud.android.beta.yml
@@ -10,16 +10,16 @@ Donate: https://nextcloud.com/include/
AutoName: Nextcloud
Description: |-
- A safe home for all your data. Access & share your files, calendars, contacts,
- mail & more from any device, on your terms. This is a beta version of the
- official Nextcloid app and includes brand-new, untested features which might
- lead to instabilities and data loss. The app is designed for users willing to
- test the new features and to report bugs if they occur. Do not use it for your
- productive work!
+ A safe home for all your data. Access & share your files, calendars, contacts,
+ mail & more from any device, on your terms. This is a beta version of the
+ official Nextcloid app and includes brand-new, untested features which might
+ lead to instabilities and data loss. The app is designed for users willing to
+ test the new features and to report bugs if they occur. Do not use it for your
+ productive work!
- The dev version can be installed alongside the official Nextcloud app which is
- available at F-Droid, too. Once a day it is checked if the source code was
- updated, so there can be longer pauses between builds.
+ The dev version can be installed alongside the official Nextcloud app which is
+ available at F-Droid, too. Once a day it is checked if the source code was
+ updated, so there can be longer pauses between builds.
RepoType: git
Repo: https://github.com/nextcloud/android.git
diff --git a/metadata/com.nextcloud.client.yml b/metadata/com.nextcloud.client.yml
index e7ff7588da..547e1a2b7a 100644
--- a/metadata/com.nextcloud.client.yml
+++ b/metadata/com.nextcloud.client.yml
@@ -10,17 +10,17 @@ Donate: https://nextcloud.com/include/
AutoName: Nextcloud
Description: |-
- A safe home for all your data. Access & share your files, calendars, contacts,
- mail & more from any device, on your terms. This is the official Android app.
+ A safe home for all your data. Access & share your files, calendars, contacts,
+ mail & more from any device, on your terms. This is the official Android app.
- Features:
+ Features:
- * Easy, modern interface
- * Upload your files to your Nextcloud server
- * Share your files with others
- * Keep your favorite files and folders synced
- * Instant Upload for photos and videos taken by your device
- * Multi-account support
+ * Easy, modern interface
+ * Upload your files to your Nextcloud server
+ * Share your files with others
+ * Keep your favorite files and folders synced
+ * Instant Upload for photos and videos taken by your device
+ * Multi-account support
RepoType: git
Repo: https://github.com/nextcloud/android.git
@@ -1079,8 +1079,8 @@ Builds:
- app/src/androidTest/assets
MaintainerNotes: 'Latest 3 stable version will be kept, RC versions will be directly
- outdated by either a new RC or by a stable version: 3.3.0 RC1 -> 3.3.0 RC2 ->
- 3.3.0 (stable)'
+ outdated by either a new RC or by a stable version: 3.3.0 RC1 -> 3.3.0 RC2 -> 3.3.0
+ (stable)'
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.nextcloudpasswords.yml b/metadata/com.nextcloudpasswords.yml
index 1f23f8b01e..dc963bce1c 100644
--- a/metadata/com.nextcloudpasswords.yml
+++ b/metadata/com.nextcloudpasswords.yml
@@ -9,17 +9,17 @@ Changelog: https://github.com/daper/nextcloud-passwords-app/releases
AutoName: NextcloudPasswords
Description: |-
- NOTE: App repo is archived by dev. No longer maintained.
+ NOTE: App repo is archived by dev. No longer maintained.
- Nextcloud Passwords allows you to:
+ Nextcloud Passwords allows you to:
- * Organize your passwords
- * Generate new passwords with different options
- * Sync all your passwords between the app and your Nextcloud instance
- * Copy your passwords to clipboard
- * View the details of your passwords and edit them
- * Search trough your passwords
- * Fingerprint support
+ * Organize your passwords
+ * Generate new passwords with different options
+ * Sync all your passwords between the app and your Nextcloud instance
+ * Copy your passwords to clipboard
+ * View the details of your passwords and edit them
+ * Search trough your passwords
+ * Fingerprint support
RepoType: git
Repo: https://github.com/daper/nextcloud-passwords-app
@@ -82,7 +82,7 @@ Builds:
rm:
- node_modules/sqlite3/lib/binding/node-v*-linux-x64/node_sqlite3.node
prebuild: sed -i -e 's#https://maven.fabric.io/public#https://maven.google.com/#'
- ../../node_modules/react-native-webview/android/build.gradle
+ ../../node_modules/react-native-webview/android/build.gradle
scanignore:
- android/build.gradle
- node_modules/jsc-android
@@ -93,7 +93,7 @@ Builds:
- node_modules
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
- local Maven repository.
+ local Maven repository.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.nextgis.mobile.yml b/metadata/com.nextgis.mobile.yml
index 18d1b894e0..ccb5a44c59 100644
--- a/metadata/com.nextgis.mobile.yml
+++ b/metadata/com.nextgis.mobile.yml
@@ -7,18 +7,18 @@ IssueTracker: https://github.com/nextgis/android_gisapp/issues
AutoName: NextGIS Mobile
Description: |-
- NextGIS Mobile allows to:
+ NextGIS Mobile allows to:
- * show multi-layer map (layers can come from online and offline sources);
- * change visibility and layers order;
- * navigate the map (panning, zoom in, zoom out);
- * collect data in the field;
- * edit vector data (both geometries and attributes) online and offline;
- * record tracks;
- * show coordinates, speed, elevation etc.
+ * show multi-layer map (layers can come from online and offline sources);
+ * change visibility and layers order;
+ * navigate the map (panning, zoom in, zoom out);
+ * collect data in the field;
+ * edit vector data (both geometries and attributes) online and offline;
+ * record tracks;
+ * show coordinates, speed, elevation etc.
- Note: This app will currently not see updates in F-Droid as it introduced
- proprietary components to its source.
+ Note: This app will currently not see updates in F-Droid as it introduced
+ proprietary components to its source.
RepoType: git
Repo: https://github.com/nextgis/android_gisapp
@@ -32,7 +32,7 @@ Builds:
gradle:
- yes
prebuild: sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck']
- = 'true'/" ../build.gradle
+ = 'true'/" ../build.gradle
- versionName: '2.4'
versionCode: 16
@@ -42,7 +42,7 @@ Builds:
gradle:
- yes
prebuild: sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck']
- = 'true'/" ../build.gradle
+ = 'true'/" ../build.gradle
MaintainerNotes: Since 2.5 GMS is used.
diff --git a/metadata/com.nhellfire.kerneladiutor.yml b/metadata/com.nhellfire.kerneladiutor.yml
index f8de336181..6cae7fff10 100644
--- a/metadata/com.nhellfire.kerneladiutor.yml
+++ b/metadata/com.nhellfire.kerneladiutor.yml
@@ -6,22 +6,22 @@ IssueTracker: https://github.com/NHellFire/KernelAdiutor/issues
AutoName: Kernel Adiutor
Description: |-
- Tweak and monitor kernel parameters. Depending on the device and kernel used,
- this includes:
+ Tweak and monitor kernel parameters. Depending on the device and kernel used,
+ this includes:
- * CPU (Frequency, Governor)
- * I/O Scheduler
- * Kernel Samepage Merging
- * Low Memory Killer (Minfree settings)
- * Virtual Memory
- * Flash/Backup
- * Build prop Editor
- * Recovery (Flash, Wipe)
- * Init.d editor
- * Saving Profiles
- * and a lot more...
+ * CPU (Frequency, Governor)
+ * I/O Scheduler
+ * Kernel Samepage Merging
+ * Low Memory Killer (Minfree settings)
+ * Virtual Memory
+ * Flash/Backup
+ * Build prop Editor
+ * Recovery (Flash, Wipe)
+ * Init.d editor
+ * Saving Profiles
+ * and a lot more...
- Features which aren't supported by your device won't show up in the first place.
+ Features which aren't supported by your device won't show up in the first place.
RequiresRoot: true
diff --git a/metadata/com.nicobrailo.pianoli.yml b/metadata/com.nicobrailo.pianoli.yml
index 65d7d65a54..de6118e12a 100644
--- a/metadata/com.nicobrailo.pianoli.yml
+++ b/metadata/com.nicobrailo.pianoli.yml
@@ -8,14 +8,14 @@ Changelog: https://github.com/nicolasbrailo/PianOli/releases
AutoName: PianOli
Description: |-
- Have a baby curious about shiny tablets and phones? Use this app as a
- baby-game and, more importantly, to prevent random taps of a baby from
- doing anything you may not want. This app will show a small piano a baby
- can use to explore sounds in a mobile device. At the same time, it will
- block any naive attempts at closing the app. The back, home and apps-menu
- buttons will be blocked, and Android's top menu won't be available. This
- ensures a baby can't accidentally close the game, preventing any actions on
- the device you may not want.
+ Have a baby curious about shiny tablets and phones? Use this app as a
+ baby-game and, more importantly, to prevent random taps of a baby from
+ doing anything you may not want. This app will show a small piano a baby
+ can use to explore sounds in a mobile device. At the same time, it will
+ block any naive attempts at closing the app. The back, home and apps-menu
+ buttons will be blocked, and Android's top menu won't be available. This
+ ensures a baby can't accidentally close the game, preventing any actions on
+ the device you may not want.
RepoType: git
Repo: https://github.com/nicolasbrailo/PianOli
diff --git a/metadata/com.nicolasbrailo.vlcfreemote.yml b/metadata/com.nicolasbrailo.vlcfreemote.yml
index 81cc7078df..5dc675772c 100644
--- a/metadata/com.nicolasbrailo.vlcfreemote.yml
+++ b/metadata/com.nicolasbrailo.vlcfreemote.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/nicolasbrailo/VlcFreemote/issues
AutoName: VlcFreemote
Description: |-
- Simple & easy to use VLC remote control. Setup VLC to use its HTTP interface and
- VlcFreemote will automatically detect it. Intuitive interface to play media,
- manage the play queue, bookmarks, etc.
+ Simple & easy to use VLC remote control. Setup VLC to use its HTTP interface and
+ VlcFreemote will automatically detect it. Intuitive interface to play media,
+ manage the play queue, bookmarks, etc.
RepoType: git
Repo: https://github.com/nicolasbrailo/VlcFreemote.git
diff --git a/metadata/com.nicue.onetwo.yml b/metadata/com.nicue.onetwo.yml
index daba4f2f4d..c6b3be0490 100644
--- a/metadata/com.nicue.onetwo.yml
+++ b/metadata/com.nicue.onetwo.yml
@@ -6,21 +6,21 @@ IssueTracker: https://github.com/ndleyton/OneTwo/issues
AutoName: OneTwo
Description: |-
- OneTwo comes with tools to help you with your TableTop experience. That
- includes:
+ OneTwo comes with tools to help you with your TableTop experience. That
+ includes:
- * a Counter to keep scores/lives
- * Dice: from 2 to 99999 faces!
- * Timers: chess styled for up to 15 synced timers
- * an intuitive way to choose who starts
- * a way to choose a random order for the players!
+ * a Counter to keep scores/lives
+ * Dice: from 2 to 99999 faces!
+ * Timers: chess styled for up to 15 synced timers
+ * an intuitive way to choose who starts
+ * a way to choose a random order for the players!
- Begin your board game session with a random order of your friends chosen with
- just their fingers. Then annotate them in the counter to keep track of their
- lives or score. Roll as many dices as you want! and keep track of how long you
- are taking each turn with a simple an easy chess inspired timer!.
+ Begin your board game session with a random order of your friends chosen with
+ just their fingers. Then annotate them in the counter to keep track of their
+ lives or score. Roll as many dices as you want! and keep track of how long you
+ are taking each turn with a simple an easy chess inspired timer!.
- All of this packed in a lightweght, material designed app.
+ All of this packed in a lightweght, material designed app.
RepoType: git
Repo: https://github.com/ndleyton/OneTwo
diff --git a/metadata/com.nightshadelabs.anotherbrowser.yml b/metadata/com.nightshadelabs.anotherbrowser.yml
index 7866faa785..923e915b5b 100644
--- a/metadata/com.nightshadelabs.anotherbrowser.yml
+++ b/metadata/com.nightshadelabs.anotherbrowser.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/GodsMoon/Flashify/issues
AutoName: Flashify
Description: |-
- This app simply adds a link to the browsers' share menus which, when chosen,
- will open the current url in the browser of your choice.
+ This app simply adds a link to the browsers' share menus which, when chosen,
+ will open the current url in the browser of your choice.
RepoType: git
Repo: https://github.com/GodsMoon/Flashify.git
diff --git a/metadata/com.nikhiljha.lobstersapp.yml b/metadata/com.nikhiljha.lobstersapp.yml
index c99c11eb99..f0177b48e3 100644
--- a/metadata/com.nikhiljha.lobstersapp.yml
+++ b/metadata/com.nikhiljha.lobstersapp.yml
@@ -7,8 +7,8 @@ IssueTracker: https://gitlab.com/nikhiljha/lobsters-app/issues
Name: Lobsters App
Description: |-
- This is an app for lobste.rs and its sister sites.
- Contributions are welcome.
+ This is an app for lobste.rs and its sister sites.
+ Contributions are welcome.
RepoType: git
Repo: https://gitlab.com/nikhiljha/lobsters-app.git
diff --git a/metadata/com.nilhcem.frcndict.yml b/metadata/com.nilhcem.frcndict.yml
index 6d65139889..0b7e646f7e 100644
--- a/metadata/com.nilhcem.frcndict.yml
+++ b/metadata/com.nilhcem.frcndict.yml
@@ -7,9 +7,9 @@ IssueTracker: https://github.com/Nilhcem/frcndict-android/issues
AutoName: Chinese French Dictionary
Description: |-
- Older versions require a modified version of the
- CFDICT dictionary to be
- downloaded.
+ Older versions require a modified version of the
+ CFDICT dictionary to be
+ downloaded.
RepoType: git
Repo: https://github.com/Nilhcem/frcndict-android
diff --git a/metadata/com.nilhcem.hostseditor.yml b/metadata/com.nilhcem.hostseditor.yml
index a9a0668040..8135b1ceea 100644
--- a/metadata/com.nilhcem.hostseditor.yml
+++ b/metadata/com.nilhcem.hostseditor.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/Nilhcem/hosts-editor-android/issues
AutoName: Hosts Editor
Description: |-
- View and freely edit the /system/etc/hosts file on your device.
+ View and freely edit the /system/etc/hosts file on your device.
- Requires root: Yes. The hosts files is located in /system which is normally
- read-only.
+ Requires root: Yes. The hosts files is located in /system which is normally
+ read-only.
RequiresRoot: true
diff --git a/metadata/com.nima.demomusix.yml b/metadata/com.nima.demomusix.yml
index 784766c4a3..b6ed7bb410 100644
--- a/metadata/com.nima.demomusix.yml
+++ b/metadata/com.nima.demomusix.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on the Deezer API.
+ NonFreeNet:
+ en-US: Depends on the Deezer API.
Categories:
- Internet
- Multimedia
diff --git a/metadata/com.nima.guessthatpokemon.yml b/metadata/com.nima.guessthatpokemon.yml
index 2f148ac665..44ddd43941 100644
--- a/metadata/com.nima.guessthatpokemon.yml
+++ b/metadata/com.nima.guessthatpokemon.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on pokeapi.co
+ NonFreeNet:
+ en-US: App depends on pokeapi.co
Categories:
- Games
License: MIT
diff --git a/metadata/com.nima.openbooksdownloader.yml b/metadata/com.nima.openbooksdownloader.yml
index 0fc9565908..37ad9a0097 100644
--- a/metadata/com.nima.openbooksdownloader.yml
+++ b/metadata/com.nima.openbooksdownloader.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App is bound to dbooks.org which has no clear license
+ NonFreeNet:
+ en-US: App is bound to dbooks.org which has no clear license
Categories:
- Reading
License: MIT
diff --git a/metadata/com.niparasc.papanikolis.yml b/metadata/com.niparasc.papanikolis.yml
index 4edf36afa6..e338e7ae68 100644
--- a/metadata/com.niparasc.papanikolis.yml
+++ b/metadata/com.niparasc.papanikolis.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/niparasc/papanikolis-submarine/issues
AutoName: Papanikolis Submarine
Description: |-
- Steer the submarine through the caverns. Can be played with a friend via
- bluetooth.
+ Steer the submarine through the caverns. Can be played with a friend via
+ bluetooth.
RepoType: git
Repo: https://github.com/niparasc/papanikolis-submarine.git
diff --git a/metadata/com.nltechno.dolidroidpro.yml b/metadata/com.nltechno.dolidroidpro.yml
index d35289ee4d..fd3e43a8a6 100644
--- a/metadata/com.nltechno.dolidroidpro.yml
+++ b/metadata/com.nltechno.dolidroidpro.yml
@@ -9,25 +9,25 @@ Changelog: https://github.com/DoliCloud/dolidroid/blob/develop/ChangeLog
Name: DoliDroid
Description: |-
- Use Dolibarr ERP & CRM (https://www.dolibarr.org/) from your device.
+ Use Dolibarr ERP & CRM (https://www.dolibarr.org/) from your device.
- This application is not a standalone program. It is a front end client to use
- your online hosted instance of Dolibarr ERP & CRM software (Open-source web
- software to manage your business). The advantages of DoliDroid are:
+ This application is not a standalone program. It is a front end client to use
+ your online hosted instance of Dolibarr ERP & CRM software (Open-source web
+ software to manage your business). The advantages of DoliDroid are:
- * DoliDroid is not a duplicated code of Dolibarr for Android, but rewamps your Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.
- * Upgrading Dolibarr will not break DoliDroid.
- * DoliDroid use embedded image resources of your version, when available, to reduce bandwidth usage.
- * DoliDroid use internal cache for pages that should not change during session (like menu page)
- * Connections parameters (login/password) are saved. No need to enter them each time you use DoliDroid.
- * Integration with your phone or other applications is better (Clicking on a PDF opens the PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)
- * A lot of other enhancement make usability of your Dolibarr from a smartphone better like:
- * Save spaces of the menus bars by replacing the menu with a button always visible to choose your meny entry more friendly.
- * Provide a button, always available, to make a quick search on any item.
- * All visible dates use year on 2 chars instead of 4 to save you space.
- * When the popup calendar is opened, the keyword is no more opened if not required, like it is on a common browser (Dolibarr v7 required).
- * Components that provide help information on mouse hover are hidden to save space (they are useless without a mouse).
- * A lot of other not useful information are hidden.
+ * DoliDroid is not a duplicated code of Dolibarr for Android, but rewamps your Dolibarr web installation, so all your online existing features are supported by this application. This is also true for external modules features.
+ * Upgrading Dolibarr will not break DoliDroid.
+ * DoliDroid use embedded image resources of your version, when available, to reduce bandwidth usage.
+ * DoliDroid use internal cache for pages that should not change during session (like menu page)
+ * Connections parameters (login/password) are saved. No need to enter them each time you use DoliDroid.
+ * Integration with your phone or other applications is better (Clicking on a PDF opens the PDF reader, clicking onto email or phone launch your email application or launch Android dialer, ...)
+ * A lot of other enhancement make usability of your Dolibarr from a smartphone better like:
+ * Save spaces of the menus bars by replacing the menu with a button always visible to choose your meny entry more friendly.
+ * Provide a button, always available, to make a quick search on any item.
+ * All visible dates use year on 2 chars instead of 4 to save you space.
+ * When the popup calendar is opened, the keyword is no more opened if not required, like it is on a common browser (Dolibarr v7 required).
+ * Components that provide help information on mouse hover are hidden to save space (they are useless without a mouse).
+ * A lot of other not useful information are hidden.
RepoType: git
Repo: https://github.com/DoliCloud/dolidroid.git
diff --git a/metadata/com.nma.util.sdcardtrac.yml b/metadata/com.nma.util.sdcardtrac.yml
index 00bb7deac7..0da22d2ccb 100644
--- a/metadata/com.nma.util.sdcardtrac.yml
+++ b/metadata/com.nma.util.sdcardtrac.yml
@@ -8,10 +8,10 @@ Bitcoin: 16bxTv1fP8X2QN5SWXc1AcKhhA1tJQKcTa
AutoName: StorageTrac
Description: |-
- Uses inotify to record any file activity
- in the external storage. Collects data at regular intervals and plots used
- storage space over time. Uses the GraphView
- library for plotting.
+ Uses inotify to record any file activity
+ in the external storage. Collects data at regular intervals and plots used
+ storage space over time. Uses the GraphView
+ library for plotting.
RepoType: git
Repo: https://github.com/nma83/SDCardTrac.git
diff --git a/metadata/com.nolanlawson.apptracker.yml b/metadata/com.nolanlawson.apptracker.yml
index 1db302a643..6156655049 100644
--- a/metadata/com.nolanlawson.apptracker.yml
+++ b/metadata/com.nolanlawson.apptracker.yml
@@ -7,13 +7,13 @@ IssueTracker: https://github.com/nolanlawson/AppTracker/issues
AutoName: App Tracker
Description: |-
- App Tracker is a productivity app that keeps track of other apps you've used,
- and compiles some useful statistics about them (most used, seldom used, recently
- used, etc.). You can then display this information in a widget or in the app
- itself, and launch them easily.
+ App Tracker is a productivity app that keeps track of other apps you've used,
+ and compiles some useful statistics about them (most used, seldom used, recently
+ used, etc.). You can then display this information in a widget or in the app
+ itself, and launch them easily.
- Uses logcat to figure out what apps have been launched, which means it may not
- work on Android 4.1+.
+ Uses logcat to figure out what apps have been launched, which means it may not
+ work on Android 4.1+.
RepoType: git
Repo: https://github.com/nolanlawson/AppTracker.git
diff --git a/metadata/com.nolanlawson.chordreader.yml b/metadata/com.nolanlawson.chordreader.yml
index 697d94797d..2dec6016c8 100644
--- a/metadata/com.nolanlawson.chordreader.yml
+++ b/metadata/com.nolanlawson.chordreader.yml
@@ -7,13 +7,13 @@ IssueTracker: https://github.com/nolanlawson/ChordReaderRoot/issues
AutoName: Chord Reader
Description: |-
- ChordReader is an app that fetches chord charts and tabulatures for your
- favorite songs from the Internet, saves them, and displays them in an
- easy-to-read format with the chords highlighted. The identified chords can also
- be transposed up or down, or you can add a capo. It's good for changing the key
- of a song to fit your vocal range.
+ ChordReader is an app that fetches chord charts and tabulatures for your
+ favorite songs from the Internet, saves them, and displays them in an
+ easy-to-read format with the chords highlighted. The identified chords can also
+ be transposed up or down, or you can add a capo. It's good for changing the key
+ of a song to fit your vocal range.
- Doesn't work on tablets running android 4+ , but works for phones
+ Doesn't work on tablets running android 4+ , but works for phones
RepoType: git
Repo: https://github.com/nolanlawson/ChordReaderRoot.git
diff --git a/metadata/com.nolanlawson.jnameconverter.yml b/metadata/com.nolanlawson.jnameconverter.yml
index 7f31e8d165..0d6845cd6d 100644
--- a/metadata/com.nolanlawson.jnameconverter.yml
+++ b/metadata/com.nolanlawson.jnameconverter.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/nolanlawson/JapaneseNameConverterRoot/issues
AutoName: Japanese Name Converter
Description: |-
- Converts any name from English into Japanese characters. Learn to write and
- pronounce your name in katakana, or even create a good approximation in kanji!
- Works best on common American first names. Combine different kanji to change the
- meaning, save your favorites, share via Identi.ca, email, SMS, etc.
+ Converts any name from English into Japanese characters. Learn to write and
+ pronounce your name in katakana, or even create a good approximation in kanji!
+ Works best on common American first names. Combine different kanji to change the
+ meaning, save your favorites, share via Identi.ca, email, SMS, etc.
RepoType: git
Repo: https://github.com/nolanlawson/JapaneseNameConverterRoot.git
diff --git a/metadata/com.nolanlawson.keepscore.yml b/metadata/com.nolanlawson.keepscore.yml
index d977873893..93fd30eaed 100644
--- a/metadata/com.nolanlawson.keepscore.yml
+++ b/metadata/com.nolanlawson.keepscore.yml
@@ -24,7 +24,7 @@ Builds:
srclibs:
- ActionBarSherlock@4.1.0
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
- versionName: 1.2.3
versionCode: 20
@@ -33,7 +33,7 @@ Builds:
srclibs:
- ActionBarSherlock@4.2.0
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
- versionName: 1.2.4
versionCode: 21
@@ -42,7 +42,7 @@ Builds:
srclibs:
- ActionBarSherlock@4.2.0
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
- versionName: 1.2.6
versionCode: 23
diff --git a/metadata/com.nolanlawson.logcat.yml b/metadata/com.nolanlawson.logcat.yml
index b0f61359ee..c9f83705b5 100644
--- a/metadata/com.nolanlawson.logcat.yml
+++ b/metadata/com.nolanlawson.logcat.yml
@@ -7,13 +7,13 @@ IssueTracker: https://github.com/nolanlawson/Catlog/issues
AutoName: CatLog
Description: |-
- CatLog shows a scrolling (tailed) view of the Android "Logcat" system log, hence
- the goofy name. It also allows you to record logs in real time, send logs via
- email, and filter using a variety of criteria. It has a widget, can record logs
- in the background and has useful colour coding.
+ CatLog shows a scrolling (tailed) view of the Android "Logcat" system log, hence
+ the goofy name. It also allows you to record logs in real time, send logs via
+ email, and filter using a variety of criteria. It has a widget, can record logs
+ in the background and has useful colour coding.
- It won't work on Android 4.1+ without root access, since apps are not allowed to
- access each others' logs.
+ It won't work on Android 4.1+ without root access, since apps are not allowed to
+ access each others' logs.
RepoType: git
Repo: https://github.com/nolanlawson/Catlog.git
diff --git a/metadata/com.nomadlabs.labcoat.deeplinks.yml b/metadata/com.nomadlabs.labcoat.deeplinks.yml
index 50084c8e89..9ac620b301 100644
--- a/metadata/com.nomadlabs.labcoat.deeplinks.yml
+++ b/metadata/com.nomadlabs.labcoat.deeplinks.yml
@@ -6,17 +6,17 @@ IssueTracker: https://gitlab.com/nomadlabs/deeplinks/issues
AutoName: Deep Links for LabCoat
Description: |-
- Deep Links for LabCoat is a utility app that does one thing and only one
- thing: it allows you to open links to non-gitlab.com GitLab instances -
- for example, gitlab.gnome.org - in the LabCoat for GitLab app.
+ Deep Links for LabCoat is a utility app that does one thing and only one
+ thing: it allows you to open links to non-gitlab.com GitLab instances -
+ for example, gitlab.gnome.org - in the LabCoat for GitLab app.
- Known issues:
+ Known issues:
- LabCoat opens but link does not load - Make sure you are signed in to an
- account on the Gitlab instance you are trying to access. LabCoat is
- unable to display anything from a Gitlab instance without a valid
- personal access token - even if the url you are trying to access is public
- on the web.
+ LabCoat opens but link does not load - Make sure you are signed in to an
+ account on the Gitlab instance you are trying to access. LabCoat is
+ unable to display anything from a Gitlab instance without a valid
+ personal access token - even if the url you are trying to access is public
+ on the web.
RepoType: git
Repo: https://gitlab.com/nomadlabs/deeplinks.git
diff --git a/metadata/com.nononsenseapps.notepad.yml b/metadata/com.nononsenseapps.notepad.yml
index 442862de29..1602b33247 100644
--- a/metadata/com.nononsenseapps.notepad.yml
+++ b/metadata/com.nononsenseapps.notepad.yml
@@ -201,13 +201,13 @@ Builds:
- app/src/androidTest
MaintainerNotes: |-
- * INFO: replaced dashclock-api-r1.jar with dashclock-api:2.0.0
- * INFO: removed androidannotations-3.0.1.jar, if needed add
- "compile 'org.androidannotations:androidannotations:3.0.1'"
- * INFO: replaced orgparser with source-copy
- * INFO: downgrade gradle for now
- * INFO: remove play-sevices
- * INFO: verCode is split up, which breaks UCM
+ * INFO: replaced dashclock-api-r1.jar with dashclock-api:2.0.0
+ * INFO: removed androidannotations-3.0.1.jar, if needed add
+ "compile 'org.androidannotations:androidannotations:3.0.1'"
+ * INFO: replaced orgparser with source-copy
+ * INFO: downgrade gradle for now
+ * INFO: remove play-sevices
+ * INFO: verCode is split up, which breaks UCM
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.nononsenseapps.wanidoku.yml b/metadata/com.nononsenseapps.wanidoku.yml
index b2f24313e1..7d90864640 100644
--- a/metadata/com.nononsenseapps.wanidoku.yml
+++ b/metadata/com.nononsenseapps.wanidoku.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: WaniKani itself is not libre (and you need a subscription there).
+ NonFreeNet:
+ en-US: WaniKani itself is not libre (and you need a subscription there).
Categories:
- Science & Education
License: GPL-3.0-only
diff --git a/metadata/com.noprestige.kanaquiz.yml b/metadata/com.noprestige.kanaquiz.yml
index 9e71120b2f..e104d293c9 100644
--- a/metadata/com.noprestige.kanaquiz.yml
+++ b/metadata/com.noprestige.kanaquiz.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/theblackwidower/KanaQuiz/issues
AutoName: The Kana Quiz
Description: |-
- Are you trying to learn Japanese, but can't seem to remember the pronunciation of the basic Hiragana or Katakana character set?
+ Are you trying to learn Japanese, but can't seem to remember the pronunciation of the basic Hiragana or Katakana character set?
- This application is here to help. It will test your knowledge, and drill the basics into your head. You can select which of the twenty different groups you wish to test yourself on. Allowing you to customize based on your skill level. Because we can't learn all this stuff at once. Also includes a reference screen that can display all kana you're currently working on, just to remind you.
+ This application is here to help. It will test your knowledge, and drill the basics into your head. You can select which of the twenty different groups you wish to test yourself on. Allowing you to customize based on your skill level. Because we can't learn all this stuff at once. Also includes a reference screen that can display all kana you're currently working on, just to remind you.
RepoType: git
Repo: https://github.com/theblackwidower/KanaQuiz.git
diff --git a/metadata/com.notecryptpro.yml b/metadata/com.notecryptpro.yml
index 337273cf22..9e0404a510 100644
--- a/metadata/com.notecryptpro.yml
+++ b/metadata/com.notecryptpro.yml
@@ -9,21 +9,21 @@ Bitcoin: 1MHEbHt4sBeqGoriwAq1MsXZaZJinoUeLH
AutoName: Note Crypt Pro
Description: |-
- * Create different encrypted, with password, database (files).
- * Add new notes in a database choosing for each of them: title and tags.
- * Filter by Tag the list of the notes.
- * Mark the notes as important by clicking the star icon.
- * Sorting notes by alphabet or creation date.
- * The database is securely encrypted with AES 128 bit,
+ * Create different encrypted, with password, database (files).
+ * Add new notes in a database choosing for each of them: title and tags.
+ * Filter by Tag the list of the notes.
+ * Mark the notes as important by clicking the star icon.
+ * Sorting notes by alphabet or creation date.
+ * The database is securely encrypted with AES 128 bit,
- using cipher-block chaining (CBC), PKCS5Padding and random IV. For the KDF is
- used a random salt and PBKDF2WithHmacSHA1.
+ using cipher-block chaining (CBC), PKCS5Padding and random IV. For the KDF is
+ used a random salt and PBKDF2WithHmacSHA1.
- At the first start you need to choose the name of the database (only the name or
- the complete path in memory) and press the Create button. After choosing your
- password you can open the database pressing Open.
+ At the first start you need to choose the name of the database (only the name or
+ the complete path in memory) and press the Create button. After choosing your
+ password you can open the database pressing Open.
- If you forgot your password, the notes will be inaccessible.
+ If you forgot your password, the notes will be inaccessible.
RepoType: git
Repo: https://github.com/RyuzakiKK/NoteCrypt.git
diff --git a/metadata/com.notriddle.budget.yml b/metadata/com.notriddle.budget.yml
index 957d2a796d..5071cee429 100644
--- a/metadata/com.notriddle.budget.yml
+++ b/metadata/com.notriddle.budget.yml
@@ -7,15 +7,15 @@ IssueTracker: https://github.com/notriddle/budget-envelopes/issues
AutoName: Budget
Description: |-
- NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
+ NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
- Avoid overdraft fees, unexpected shortages, the minimum payment treadmill, and
- that sinking dread when you realize you actually couldn't afford to go out.
+ Avoid overdraft fees, unexpected shortages, the minimum payment treadmill, and
+ that sinking dread when you realize you actually couldn't afford to go out.
- You put money into the envelopes at payday, and take it out as you spend. An
- envelope can represent anything — a bank account, money set aside for groceries,
- or the cash you're saving to buy that new Android phone off-contract. Think of a
- cheque book, only more flexible.
+ You put money into the envelopes at payday, and take it out as you spend. An
+ envelope can represent anything — a bank account, money set aside for groceries,
+ or the cash you're saving to buy that new Android phone off-contract. Think of a
+ cheque book, only more flexible.
RepoType: git
Repo: https://github.com/notriddle/budget-envelopes.git
diff --git a/metadata/com.notriddle.null_launcer.yml b/metadata/com.notriddle.null_launcer.yml
index 95ad8bb104..457f768dea 100644
--- a/metadata/com.notriddle.null_launcer.yml
+++ b/metadata/com.notriddle.null_launcer.yml
@@ -7,17 +7,17 @@ IssueTracker: https://github.com/notriddle/null-launcher/issues
AutoName: Null launcher
Description: |-
- Null launcher is a launcher that does nothing. It's useful when combined with
- other launchers.
+ Null launcher is a launcher that does nothing. It's useful when combined with
+ other launchers.
- After installing, press your home button. Then, depending on your Android
- version, either check the "Use by default" box and tap Null launcher, or tap
- Null launcher then tap "Always."
+ After installing, press your home button. Then, depending on your Android
+ version, either check the "Use by default" box and tap Null launcher, or tap
+ Null launcher then tap "Always."
- If you've accidentally switched to Null Launcher with no way to get out,
- pinch-zoom on the wallpaper and you can change back to your old launcher. NOTE:
- If you don't have a multi-touch capable screen, that safety feature is not going
- to help you. Don't install on such devices unless you know what you're doing.
+ If you've accidentally switched to Null Launcher with no way to get out,
+ pinch-zoom on the wallpaper and you can change back to your old launcher. NOTE:
+ If you don't have a multi-touch capable screen, that safety feature is not going
+ to help you. Don't install on such devices unless you know what you're doing.
RepoType: git
Repo: https://github.com/notriddle/null-launcher.git
diff --git a/metadata/com.npes87184.s2tdroid.donate.yml b/metadata/com.npes87184.s2tdroid.donate.yml
index 80de09f4b5..f5e516364a 100644
--- a/metadata/com.npes87184.s2tdroid.donate.yml
+++ b/metadata/com.npes87184.s2tdroid.donate.yml
@@ -22,7 +22,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e 's|files(.*)|"com.googlecode.juniversalchardet:juniversalchardet:1.0.3"|'
- -e '/repositories {/a mavenCentral()' build.gradle
+ -e '/repositories {/a mavenCentral()' build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.nucc.hackwinds.yml b/metadata/com.nucc.hackwinds.yml
index 826cbc5d37..d298951cc1 100644
--- a/metadata/com.nucc.hackwinds.yml
+++ b/metadata/com.nucc.hackwinds.yml
@@ -7,9 +7,9 @@ SourceCode: https://github.com/mpiannucci/HackWinds
AutoName: HackWinds
Description: |-
- Displays the live HD feed and the live still images from the surf camera at
- Narragansett Town Beach in Rhode Island. Also scrapes wave forecast information
- from SwellInfo, MagicSeaweed, and Wunderground.
+ Displays the live HD feed and the live still images from the surf camera at
+ Narragansett Town Beach in Rhode Island. Also scrapes wave forecast information
+ from SwellInfo, MagicSeaweed, and Wunderground.
Builds:
- versionName: '1.01'
diff --git a/metadata/com.numix.calculator.yml b/metadata/com.numix.calculator.yml
index 25b0bb9cd2..3e2f0d6d16 100644
--- a/metadata/com.numix.calculator.yml
+++ b/metadata/com.numix.calculator.yml
@@ -8,20 +8,20 @@ IssueTracker: https://github.com/numixproject/com.numix.calculator/issues
AutoName: Numix Calculator
Description: |-
- Note: This app is no longer maintained.
+ Note: This app is no longer maintained.
- Simple calculator that follows the new material design guidelines as much as
- possible, which results in a modern day looking colourful interface. Swipe from
- the left and right to get advanced functions panes or use the three dots button
- below the sliders in the top left of the input box to do the same. Use the
- buttons on the left of the input box to open advanced functions panes and
- preferences.
+ Simple calculator that follows the new material design guidelines as much as
+ possible, which results in a modern day looking colourful interface. Swipe from
+ the left and right to get advanced functions panes or use the three dots button
+ below the sliders in the top left of the input box to do the same. Use the
+ buttons on the left of the input box to open advanced functions panes and
+ preferences.
- The calculator support all the basic functions (+, -, * and /), but it also has
- advanced pane that allows thing like trigonometric functions and more advanced
- functions.
+ The calculator support all the basic functions (+, -, * and /), but it also has
+ advanced pane that allows thing like trigonometric functions and more advanced
+ functions.
- AntiFeature: Promotes paid and free-of-charge apps.
+ AntiFeature: Promotes paid and free-of-charge apps.
RepoType: git
Repo: https://github.com/numixproject/com.numix.calculator
@@ -60,12 +60,12 @@ Builds:
'com.caverock:androidsvg:1.2.1'\n}" >> build.gradle
MaintainerNotes: |-
- * They use AChartengineXlythe instead of AChartEngine.
- * Enable, but wait for upstream to clean up on their
- end for the next version, see:
- https://github.com/numixproject/com.numix.calculator/issues/14
- * Reset UCM to Tags when they tag the correct commits again.
- * Upstream now uses play-services and doesn't respond to above issue. What a waste of time.
+ * They use AChartengineXlythe instead of AChartEngine.
+ * Enable, but wait for upstream to clean up on their
+ end for the next version, see:
+ https://github.com/numixproject/com.numix.calculator/issues/14
+ * Reset UCM to Tags when they tag the correct commits again.
+ * Upstream now uses play-services and doesn't respond to above issue. What a waste of time.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.numix.icons_circle.yml b/metadata/com.numix.icons_circle.yml
index 59d9078d21..cb529f6e0b 100644
--- a/metadata/com.numix.icons_circle.yml
+++ b/metadata/com.numix.icons_circle.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeAdd:
- en-US: Promotes non-free launchers (Apex, Nova etc.).
+ NonFreeAdd:
+ en-US: Promotes non-free launchers (Apex, Nova etc.).
Categories:
- Multimedia
License: GPL-3.0-or-later
@@ -10,22 +10,22 @@ IssueTracker: https://github.com/numixproject/android-icon-suite/issues
AutoName: Numix Circle
Description: |-
- High resolution icon pack to install on your device and use with plenty of
- launchers. All the icons are circular and pack utilises inset and dropshadows
- and subtle gradients.
+ High resolution icon pack to install on your device and use with plenty of
+ launchers. All the icons are circular and pack utilises inset and dropshadows
+ and subtle gradients.
- Supported launchers:
+ Supported launchers:
- * Apex
- * Nova
- * Holo
- * ADW
- * Action
- * Trebuchet (CyanogenMod)
- * and many more...
+ * Apex
+ * Nova
+ * Holo
+ * ADW
+ * Action
+ * Trebuchet (CyanogenMod)
+ * and many more...
- AntiFeature: The app promotes paid and free-of-charge apps on Google Play; using
- those "links" will crash the app on devices without GApps.
+ AntiFeature: The app promotes paid and free-of-charge apps on Google Play; using
+ those "links" will crash the app on devices without GApps.
RepoType: git
Repo: https://github.com/numixproject/android-icon-suite
diff --git a/metadata/com.nunti.yml b/metadata/com.nunti.yml
index c3fd98735d..b448ada5b2 100644
--- a/metadata/com.nunti.yml
+++ b/metadata/com.nunti.yml
@@ -37,7 +37,7 @@ Builds:
srclibs:
- react-native-reanimated@2.3.1
prebuild: echo -e "android { packagingOptions { pickFirst 'lib/**/*.so' } }" >>
- build.gradle
+ build.gradle
scanignore:
- Nunti/android/build.gradle
- Nunti/node_modules/jsc-android
@@ -88,7 +88,7 @@ Builds:
srclibs:
- react-native-reanimated@2.3.1
prebuild: echo -e "android { packagingOptions { pickFirst 'lib/**/*.so' } }" >>
- build.gradle
+ build.gradle
scanignore:
- Nunti/android/build.gradle
- Nunti/node_modules/jsc-android
@@ -140,7 +140,7 @@ Builds:
srclibs:
- react-native-reanimated@2.3.1
prebuild: echo -e "android { packagingOptions { pickFirst 'lib/**/*.so' } }" >>
- build.gradle
+ build.gradle
scanignore:
- Nunti/android/build.gradle
- Nunti/node_modules/jsc-android
@@ -192,7 +192,7 @@ Builds:
srclibs:
- react-native-reanimated@2.3.1
prebuild: echo -e "android { packagingOptions { pickFirst 'lib/**/*.so' } }" >>
- build.gradle
+ build.gradle
scanignore:
- Nunti/android/build.gradle
- Nunti/node_modules/jsc-android
@@ -244,7 +244,7 @@ Builds:
srclibs:
- react-native-reanimated@2.3.1
prebuild: echo -e "android { packagingOptions { pickFirst 'lib/**/*.so' } }" >>
- build.gradle
+ build.gradle
scanignore:
- Nunti/android/build.gradle
- Nunti/node_modules/jsc-android
@@ -296,7 +296,7 @@ Builds:
srclibs:
- react-native-reanimated@2.3.1
prebuild: echo -e "android { packagingOptions { pickFirst 'lib/**/*.so' } }" >>
- build.gradle
+ build.gradle
scanignore:
- Nunti/android/build.gradle
- Nunti/node_modules/jsc-android
@@ -349,7 +349,7 @@ Builds:
srclibs:
- react-native-reanimated@2.3.1
prebuild: echo -e "android { packagingOptions { pickFirst 'lib/**/*.so' } }" >>
- build.gradle
+ build.gradle
scanignore:
- Nunti/android/build.gradle
- Nunti/node_modules/jsc-android
@@ -402,7 +402,7 @@ Builds:
srclibs:
- react-native-reanimated@2.3.1
prebuild: echo -e "android { packagingOptions { pickFirst 'lib/**/*.so' } }" >>
- build.gradle
+ build.gradle
scanignore:
- Nunti/android/build.gradle
- Nunti/node_modules/jsc-android
@@ -455,7 +455,7 @@ Builds:
srclibs:
- react-native-reanimated@2.3.1
prebuild: echo -e "android { packagingOptions { pickFirst 'lib/**/*.so' } }" >>
- build.gradle
+ build.gradle
scanignore:
- Nunti/android/build.gradle
- Nunti/node_modules/jsc-android
@@ -506,7 +506,7 @@ Builds:
- yes
output: build/outputs/apk/release/app-release-unsigned.apk
prebuild: echo -e "android { packagingOptions { pickFirst 'lib/**/*.so' } }" >>
- build.gradle
+ build.gradle
scanignore:
- Nunti/android/build.gradle
- Nunti/node_modules/jsc-android
diff --git a/metadata/com.nutomic.ensichat.yml b/metadata/com.nutomic.ensichat.yml
index 39a3f0c8be..f75a9dbcaf 100644
--- a/metadata/com.nutomic.ensichat.yml
+++ b/metadata/com.nutomic.ensichat.yml
@@ -8,16 +8,16 @@ Bitcoin: 1DmU6QVGSKXGXJU1bqmmStPDNsNnYoMJB4
AutoName: Ensichat
Description: |-
- NOTE: This app is no longer developed. The developer suggests switching to
- Briar.
+ NOTE: This app is no longer developed. The developer suggests switching to
+ Briar.
- Instant messenger that is fully decentralized. Messages are encrypted and sent
- directly between devices via Bluetooth or Internet, without any central server.
- Relay nodes are used to ensure message delivery, even if the target node is
- offline.
+ Instant messenger that is fully decentralized. Messages are encrypted and sent
+ directly between devices via Bluetooth or Internet, without any central server.
+ Relay nodes are used to ensure message delivery, even if the target node is
+ offline.
- If you wish to take over maintenance of the project,
- please contact the developer.
+ If you wish to take over maintenance of the project,
+ please contact the developer.
RepoType: git
Repo: https://github.com/Nutomic/ensichat.git
@@ -107,9 +107,9 @@ Builds:
build: gradle assembleRelRelease || true
MaintainerNotes: |-
- The build fails when running it once, but works the second time. The
- workaround..well.. works, but is far from being optimal.
- https://github.com/Nutomic/ensichat/issues/42
+ The build fails when running it once, but works the second time. The
+ workaround..well.. works, but is far from being optimal.
+ https://github.com/Nutomic/ensichat/issues/42
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.nutomic.syncthingandroid.yml b/metadata/com.nutomic.syncthingandroid.yml
index c4a1e76d19..7907cc8ede 100644
--- a/metadata/com.nutomic.syncthingandroid.yml
+++ b/metadata/com.nutomic.syncthingandroid.yml
@@ -10,10 +10,10 @@ Donate: https://syncthing.net/donations
AutoName: Syncthing
Description: |-
- Syncthing replaces proprietary sync and cloud services with something open,
- trustworthy and decentralized. Your data is your data alone and you deserve to
- choose where it is stored, if it is shared with some third party and how it's
- transmitted over the Internet.
+ Syncthing replaces proprietary sync and cloud services with something open,
+ trustworthy and decentralized. Your data is your data alone and you deserve to
+ choose where it is stored, if it is shared with some third party and how it's
+ transmitted over the Internet.
RepoType: git
Repo: https://github.com/syncthing/syncthing-android.git
@@ -2033,12 +2033,12 @@ Builds:
- :syncthing:buildNative
MaintainerNotes: |-
- The submodule in syncthing/src/github.com/syncthing/syncthing must be
- pristine, as the version/release information is taken from git.
- The ignored directory
- syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
- contains pre-generated data for testing and is thus not involved in the build
- process.
+ The submodule in syncthing/src/github.com/syncthing/syncthing must be
+ pristine, as the version/release information is taken from git.
+ The ignored directory
+ syncthing/src/github.com/syncthing/syncthing/lib/model/testdata
+ contains pre-generated data for testing and is thus not involved in the build
+ process.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]*$
diff --git a/metadata/com.nutomic.zertman.yml b/metadata/com.nutomic.zertman.yml
index b29be8dd5d..6c050a8d61 100644
--- a/metadata/com.nutomic.zertman.yml
+++ b/metadata/com.nutomic.zertman.yml
@@ -7,8 +7,8 @@ Bitcoin: 1NUqm2kyaiRdssFaxYd7CQaWy4og19xH5g
AutoName: Move Certs!
Description: |-
- Disable the "Network may be monitored" warnings that show up after installing a
- certificate in one click.
+ Disable the "Network may be monitored" warnings that show up after installing a
+ certificate in one click.
RequiresRoot: true
@@ -33,9 +33,9 @@ Builds:
- yes
MaintainerNotes: |-
- Was UCM Tags and AUM 'Version %v' but the repo no longer has git submodules and
- that messes up the update change. It can probably be put back to those after the
- next release.
+ Was UCM Tags and AUM 'Version %v' but the repo no longer has git submodules and
+ that messes up the update change. It can probably be put back to those after the
+ next release.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.oakley.fon.yml b/metadata/com.oakley.fon.yml
index a9f4fa2686..779cda14a0 100644
--- a/metadata/com.oakley.fon.yml
+++ b/metadata/com.oakley.fon.yml
@@ -7,21 +7,21 @@ Changelog: https://github.com/gjedeer/androidwisprclient/releases
AutoName: Fon
Description: |-
- The FON network is made up of routers that share their internet access with
- guests in return for access to other FON access points. This app authenticates
- with a username and password using WISPr and supports routers managed by FON and
- partners.
+ The FON network is made up of routers that share their internet access with
+ guests in return for access to other FON access points. This app authenticates
+ with a username and password using WISPr and supports routers managed by FON and
+ partners.
- Based on the no longer maintained https://f-droid.org/packages/com.sputnik.wispr.
+ Based on the no longer maintained https://f-droid.org/packages/com.sputnik.wispr.
- Features:
+ Features:
- * Free Wi-Fi access for members of Fon and its partners
- * Automatically connect to the Fon network whenever a Fon Wi-Fi hotspot is detected
- * Test the speed of the network you are connected to.
- * Save hotspots areas for offline navigation
- * Check your usage statistics
- * Choose to be alerted so you know when you are logged in
+ * Free Wi-Fi access for members of Fon and its partners
+ * Automatically connect to the Fon network whenever a Fon Wi-Fi hotspot is detected
+ * Test the speed of the network you are connected to.
+ * Save hotspots areas for offline navigation
+ * Check your usage statistics
+ * Choose to be alerted so you know when you are logged in
RepoType: git
Repo: https://github.com/gjedeer/androidwisprclient.git
diff --git a/metadata/com.oasisfeng.island.fdroid.yml b/metadata/com.oasisfeng.island.fdroid.yml
index a8147e84e6..fb52d636b3 100644
--- a/metadata/com.oasisfeng.island.fdroid.yml
+++ b/metadata/com.oasisfeng.island.fdroid.yml
@@ -43,7 +43,7 @@ Builds:
- assembly/google-services.json
- shared/src/main/res/xml/analytics_tracker.xml
prebuild: sed -i -e 's!..\/deagle!$$deagle$$!' -e 's!..\/setup-wizard!$$setupwizard$$!'
- ../settings.gradle
+ ../settings.gradle
- versionName: 5.1.2-87f1b7e9
versionCode: 51492
@@ -59,7 +59,7 @@ Builds:
- assembly/google-services.json
- shared/src/main/res/xml/analytics_tracker.xml
prebuild: sed -i -e 's!..\/deagle!$$deagle$$!' -e 's!..\/setup-wizard!$$setupwizard$$!'
- ../settings.gradle
+ ../settings.gradle
- versionName: 5.1.2-a9e15f6f
versionCode: 51496
@@ -75,7 +75,7 @@ Builds:
- assembly/google-services.json
- shared/src/main/res/xml/analytics_tracker.xml
prebuild: sed -i -e 's!..\/deagle!$$deagle$$!' -e 's!..\/setup-wizard!$$setupwizard$$!'
- ../settings.gradle
+ ../settings.gradle
- versionName: 5.1.2-f60c851c
versionCode: 51535
@@ -91,7 +91,7 @@ Builds:
- assembly/google-services.json
- shared/src/main/res/xml/analytics_tracker.xml
prebuild: sed -i -e 's!..\/deagle!$$deagle$$!' -e 's!..\/setup-wizard!$$setupwizard$$!'
- ../settings.gradle
+ ../settings.gradle
- versionName: 5.1.2-d815bc83
versionCode: 51538
@@ -107,7 +107,7 @@ Builds:
- assembly/google-services.json
- shared/src/main/res/xml/analytics_tracker.xml
prebuild: sed -i -e 's!..\/deagle!$$deagle$$!' -e 's!..\/setup-wizard!$$setupwizard$$!'
- ../settings.gradle
+ ../settings.gradle
- versionName: 5.1.3-689c8c20
versionCode: 51551
@@ -123,7 +123,7 @@ Builds:
- assembly/google-services.json
- shared/src/main/res/xml/analytics_tracker.xml
prebuild: sed -i -e 's!..\/deagle!$$deagle$$!' -e 's!..\/setup-wizard!$$setupwizard$$!'
- ../settings.gradle
+ ../settings.gradle
- versionName: 5.1.3-42de5a1a
versionCode: 51557
@@ -139,7 +139,7 @@ Builds:
- assembly/google-services.json
- shared/src/main/res/xml/analytics_tracker.xml
prebuild: sed -i -e 's!..\/deagle!$$deagle$$!' -e 's!..\/setup-wizard!$$setupwizard$$!'
- ../settings.gradle
+ ../settings.gradle
- versionName: 5.1.3-6fcbe182
versionCode: 51560
@@ -155,7 +155,7 @@ Builds:
- assembly/google-services.json
- shared/src/main/res/xml/analytics_tracker.xml
prebuild: sed -i -e 's!..\/deagle!$$deagle$$!' -e 's!..\/setup-wizard!$$setupwizard$$!'
- ../settings.gradle
+ ../settings.gradle
- versionName: 5.3-4cac321f
versionCode: 51565
@@ -171,7 +171,7 @@ Builds:
- assembly/google-services.json
- shared/src/main/res/xml/analytics_tracker.xml
prebuild: sed -i -e 's!..\/deagle!$$deagle$$!' -e 's!..\/setup-wizard!$$setupwizard$$!'
- ../settings.gradle
+ ../settings.gradle
- versionName: 5.3-da5d93e4
versionCode: 51569
@@ -187,7 +187,7 @@ Builds:
- assembly/google-services.json
- shared/src/main/res/xml/analytics_tracker.xml
prebuild: sed -i -e 's!..\/deagle!$$deagle$$!' -e 's!..\/setup-wizard!$$setupwizard$$!'
- ../settings.gradle
+ ../settings.gradle
- versionName: 5.4-bbca1958
versionCode: 51576
@@ -203,7 +203,7 @@ Builds:
- assembly/google-services.json
- shared/src/main/res/xml/analytics_tracker.xml
prebuild: sed -i -e 's!..\/deagle!$$deagle$$!' -e 's!..\/setup-wizard!$$setupwizard$$!'
- ../settings.gradle
+ ../settings.gradle
- versionName: 5.4.3-ee1cec6a
versionCode: 51581
@@ -219,7 +219,7 @@ Builds:
- assembly/google-services.json
- shared/src/main/res/xml/analytics_tracker.xml
prebuild: sed -i -e 's!..\/deagle!$$deagle$$!' -e 's!..\/setup-wizard!$$setupwizard$$!'
- ../settings.gradle
+ ../settings.gradle
- versionName: 5.5-e61328e3
versionCode: 51584
@@ -235,7 +235,7 @@ Builds:
- assembly/google-services.json
- shared/src/main/res/xml/analytics_tracker.xml
prebuild: sed -i -e 's!..\/deagle!$$deagle$$!' -e 's!..\/setup-wizard!$$setupwizard$$!'
- ../settings.gradle
+ ../settings.gradle
- versionName: 5.5-cc477d99
versionCode: 51586
@@ -251,7 +251,7 @@ Builds:
- assembly/google-services.json
- shared/src/main/res/xml/analytics_tracker.xml
prebuild: sed -i -e 's!..\/deagle!$$deagle$$!' -e 's!..\/setup-wizard!$$setupwizard$$!'
- ../settings.gradle
+ ../settings.gradle
- versionName: 5.5-4b104c42
versionCode: 51590
@@ -267,7 +267,7 @@ Builds:
- assembly/google-services.json
- shared/src/main/res/xml/analytics_tracker.xml
prebuild: sed -i -e 's!..\/deagle!$$deagle$$!' -e 's!..\/setup-wizard!$$setupwizard$$!'
- ../settings.gradle
+ ../settings.gradle
- versionName: 5.5-404b5a48
versionCode: 51593
@@ -283,7 +283,7 @@ Builds:
- assembly/google-services.json
- shared/src/main/res/xml/analytics_tracker.xml
prebuild: sed -i -e 's!..\/deagle!$$deagle$$!' -e 's!..\/setup-wizard!$$setupwizard$$!'
- ../settings.gradle
+ ../settings.gradle
- versionName: 5.5.1-40729b7f
versionCode: 51598
@@ -303,7 +303,7 @@ Builds:
- assembly/google-services.json
- shared/src/main/res/xml/analytics_tracker.xml
prebuild: sed -i -e 's!..\/deagle!$$deagle$$!' -e 's!..\/setup-wizard!$$setupwizard$$!'
- ../settings.gradle
+ ../settings.gradle
- versionName: 5.5.1-c37b25e9
versionCode: 51601
@@ -323,7 +323,7 @@ Builds:
- assembly/google-services.json
- shared/src/main/res/xml/analytics_tracker.xml
prebuild: sed -i -e 's!..\/deagle!$$deagle$$!' -e 's!..\/setup-wizard!$$setupwizard$$!'
- ../settings.gradle
+ ../settings.gradle
- versionName: 5.5.1-0e1b5b1d
versionCode: 51604
diff --git a/metadata/com.odysee.floss.yml b/metadata/com.odysee.floss.yml
index 384cd55d0b..ef559a5638 100644
--- a/metadata/com.odysee.floss.yml
+++ b/metadata/com.odysee.floss.yml
@@ -1,9 +1,9 @@
AntiFeatures:
- NonFreeNet:
- en-US: Odysee website itself is not libre.
- Tracking:
- en-US: Odysee website collects user data, partly used for for marketing, advertising
- etc.
+ NonFreeNet:
+ en-US: Odysee website itself is not libre.
+ Tracking:
+ en-US: Odysee website collects user data, partly used for for marketing, advertising
+ etc.
Categories:
- Internet
License: MIT
diff --git a/metadata/com.ogsdroid.yml b/metadata/com.ogsdroid.yml
index 5a210198c7..808f19c7c0 100644
--- a/metadata/com.ogsdroid.yml
+++ b/metadata/com.ogsdroid.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on online-go.com, which is not libre.
+ NonFreeNet:
+ en-US: App depends on online-go.com, which is not libre.
Categories:
- Games
License: MIT
@@ -11,12 +11,12 @@ Changelog: https://github.com/nathanj/ogsdroid/blob/HEAD/Changelog
AutoName: OGS
Description: |-
- Play Go games on https://online-go.com/. The app is still early in development
- so be prepared for bugs and half-implemented features.
+ Play Go games on https://online-go.com/. The app is still early in development
+ so be prepared for bugs and half-implemented features.
- The main reason to use this over the website is the ability to have the first
- click zoom the board so that the stones can be placed with more accuracy. This
- allows 19x19 games to be easily played on even a small screen such as a phone.
+ The main reason to use this over the website is the ability to have the first
+ click zoom the board so that the stones can be placed with more accuracy. This
+ allows 19x19 games to be easily played on even a small screen such as a phone.
RepoType: git
Repo: https://github.com/nathanj/ogsdroid
@@ -58,8 +58,8 @@ Builds:
- yes
MaintainerNotes: |-
- While the web interface code of online-go.com is under AGPL-3.0-or-later, the rest of
- server-side code is not available.
+ While the web interface code of online-go.com is under AGPL-3.0-or-later, the rest of
+ server-side code is not available.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.olam.yml b/metadata/com.olam.yml
index fd35844863..63fa1b81b6 100644
--- a/metadata/com.olam.yml
+++ b/metadata/com.olam.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/vishnus/Olam/issues
AutoName: Olam
Description: |-
- Quickly search for the defintions of hundreds of thousands of English/ Malayalam
- words. Based on the Olan webservice.
+ Quickly search for the defintions of hundreds of thousands of English/ Malayalam
+ words. Based on the Olan webservice.
RepoType: git
Repo: https://github.com/vishnus/Olam
diff --git a/metadata/com.omegavesko.holocounter.yml b/metadata/com.omegavesko.holocounter.yml
index db4ec19608..bcc1e7e6c6 100644
--- a/metadata/com.omegavesko.holocounter.yml
+++ b/metadata/com.omegavesko.holocounter.yml
@@ -7,10 +7,10 @@ Bitcoin: 19J43UNjckM9Q2M59ZM8ptCW5kA1dWdHdp
AutoName: Holo Counter
Description: |-
- * Press anywhere on the screen to count up. This is the main feature of the app.
- * Press a small area on the bottom of the screen to count down.
- * Set a custom step to count with. You can count down or up with basically any (whole) number you can think of.
- * Set a title for your count. Right now it's just a cosmetic feature, but it might evolve into a saving feature at some point.
+ * Press anywhere on the screen to count up. This is the main feature of the app.
+ * Press a small area on the bottom of the screen to count down.
+ * Set a custom step to count with. You can count down or up with basically any (whole) number you can think of.
+ * Set a title for your count. Right now it's just a cosmetic feature, but it might evolve into a saving feature at some point.
RepoType: git
Repo: https://github.com/omegavesko/HoloCounter.git
diff --git a/metadata/com.ominous.quickweather.yml b/metadata/com.ominous.quickweather.yml
index 1f181f5f8f..a333d9826c 100644
--- a/metadata/com.ominous.quickweather.yml
+++ b/metadata/com.ominous.quickweather.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on OpenWeatherMap.
+ NonFreeNet:
+ en-US: App depends on OpenWeatherMap.
Categories:
- Internet
License: GPL-3.0-or-later
diff --git a/metadata/com.oml.recordtimedroid.yml b/metadata/com.oml.recordtimedroid.yml
index 950f5cdb31..185887c35c 100644
--- a/metadata/com.oml.recordtimedroid.yml
+++ b/metadata/com.oml.recordtimedroid.yml
@@ -6,10 +6,10 @@ IssueTracker: https://gitlab.com/Oscar65/RecordTimeDroid/issues
AutoName: Record Time Droid
Description: |-
- RecordTimeDroid records time and shows elapsed time between previously
- recorded lines. It is useful to people who want to measure times for
- different tasks. It also is good for people who want to record date and time
- to store later.
+ RecordTimeDroid records time and shows elapsed time between previously
+ recorded lines. It is useful to people who want to measure times for
+ different tasks. It also is good for people who want to record date and time
+ to store later.
RepoType: git
Repo: https://gitlab.com/Oscar65/RecordTimeDroid.git
diff --git a/metadata/com.onest8.onetimepad.yml b/metadata/com.onest8.onetimepad.yml
index 91ed29dd48..73acf59910 100644
--- a/metadata/com.onest8.onetimepad.yml
+++ b/metadata/com.onest8.onetimepad.yml
@@ -7,20 +7,20 @@ IssueTracker: https://github.com/kckrinke/onetimepad/issues
AutoName: OneTimePad
Summary: A two-factor authentication App
Description: |-
- OneTimePad is a two-factor authentication App for Android 4.0+.
+ OneTimePad is a two-factor authentication App for Android 4.0+.
- It implements Time-based One-time Passwords (TOTP) like specified in RFC 6238.
- Simply scan the QR code and login with the generated 6-digit code.
+ It implements Time-based One-time Passwords (TOTP) like specified in RFC 6238.
+ Simply scan the QR code and login with the generated 6-digit code.
- Features:
+ Features:
- * Free and Open-Source
- * Requires minimal permissions
- * Encrypted storage on Android 4.3+
- * Sleek minimalistic Material Design
- * Great Usability
- * Compatible with Google Authenticator
- * Manual setup (for devices where the camera is not available)
+ * Free and Open-Source
+ * Requires minimal permissions
+ * Encrypted storage on Android 4.3+
+ * Sleek minimalistic Material Design
+ * Great Usability
+ * Compatible with Google Authenticator
+ * Manual setup (for devices where the camera is not available)
RepoType: git
Repo: https://github.com/kckrinke/onetimepad
diff --git a/metadata/com.onetwofivegames.kungfoobarracuda.yml b/metadata/com.onetwofivegames.kungfoobarracuda.yml
index fc075057b0..85eb8655c8 100644
--- a/metadata/com.onetwofivegames.kungfoobarracuda.yml
+++ b/metadata/com.onetwofivegames.kungfoobarracuda.yml
@@ -8,11 +8,11 @@ Bitcoin: 1MVNsgRmLqgMoEoQu918ozFFiTaepF8Ti5
AutoName: Kung Foo Barracuda
Description: |-
- Beat'em up arcade for the masses!
+ Beat'em up arcade for the masses!
- Play a classic beat'em up arcade game like it is 1987. This gameplay is combined
- with the vertical scoller madness we all like from our favourite space shooters!
- How high can your score get?
+ Play a classic beat'em up arcade game like it is 1987. This gameplay is combined
+ with the vertical scoller madness we all like from our favourite space shooters!
+ How high can your score get?
RepoType: git
Repo: https://github.com/poseidn/KungFoo.git
diff --git a/metadata/com.opendoorstudios.ds4droid.yml b/metadata/com.opendoorstudios.ds4droid.yml
index fb2fc1b088..94d822a3d5 100644
--- a/metadata/com.opendoorstudios.ds4droid.yml
+++ b/metadata/com.opendoorstudios.ds4droid.yml
@@ -9,11 +9,11 @@ IssueTracker: https://github.com/jquesnelle/nds4droid/issues
AutoName: nds4droid
Description: |-
- nds4droid is a Nintendo DS emulator, based on DeSmuME. It is currently in its
- infancy but does support most of the features one would expect in an emulator.
- Runs on x86 natively.
+ nds4droid is a Nintendo DS emulator, based on DeSmuME. It is currently in its
+ infancy but does support most of the features one would expect in an emulator.
+ Runs on x86 natively.
- Unlike official version this build does not support RAR archives.
+ Unlike official version this build does not support RAR archives.
RepoType: git
Repo: https://github.com/jquesnelle/nds4droid
@@ -272,10 +272,10 @@ Builds:
ndk: r12b
MaintainerNotes: |-
- +0: - (upstream)
- +1: x86
- +2: arm
- +3: armv7 (CV)
+ +0: - (upstream)
+ +1: x86
+ +2: arm
+ +3: armv7 (CV)
ArchivePolicy: 6
AutoUpdateMode: None
diff --git a/metadata/com.openear.www.yml b/metadata/com.openear.www.yml
index 8d957a934a..3fc5e7611c 100644
--- a/metadata/com.openear.www.yml
+++ b/metadata/com.openear.www.yml
@@ -8,13 +8,13 @@ IssueTracker: https://github.com/ShacharHarshuv/open-ear/issues
AutoName: Open Ear
Description: |-
- OpenEar is an open source ear training app for musicians. It's goal is to provide a flexible variety of exercises so musicians will be able to master recognizing any musical pattern that might help them become better musicians.
- Currently includes the following built in exercises:
+ OpenEar is an open source ear training app for musicians. It's goal is to provide a flexible variety of exercises so musicians will be able to master recognizing any musical pattern that might help them become better musicians.
+ Currently includes the following built in exercises:
- 1. Identify interval
- 2. Identify note in a tonal context
- 3. Identify chord & chord progressions in a tonal context
- 4. Identify a triad chord inversion in close position
+ 1. Identify interval
+ 2. Identify note in a tonal context
+ 3. Identify chord & chord progressions in a tonal context
+ 4. Identify a triad chord inversion in close position
RepoType: git
Repo: https://github.com/ShacharHarshuv/open-ear
diff --git a/metadata/com.openpi.spellingwizard.yml b/metadata/com.openpi.spellingwizard.yml
index 99a410ce79..4f7618a276 100644
--- a/metadata/com.openpi.spellingwizard.yml
+++ b/metadata/com.openpi.spellingwizard.yml
@@ -21,7 +21,7 @@ Builds:
srclibs:
- flutter@dev
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- export PATH=$$flutter$$/bin/:$PATH
- flutter packages pub get
diff --git a/metadata/com.openstablediffusion.yml b/metadata/com.openstablediffusion.yml
index 479ce35e8b..9da08e0f87 100644
--- a/metadata/com.openstablediffusion.yml
+++ b/metadata/com.openstablediffusion.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Tethered to stablehorde.net server
+ NonFreeNet:
+ en-US: Tethered to stablehorde.net server
Categories:
- Graphics
License: GPL-3.0-only
diff --git a/metadata/com.orgzly.yml b/metadata/com.orgzly.yml
index 5ae926aadf..df932ec01c 100644
--- a/metadata/com.orgzly.yml
+++ b/metadata/com.orgzly.yml
@@ -9,20 +9,20 @@ Changelog: http://www.orgzly.com/changelog
AutoName: Orgzly
Description: |-
- Orgzly stores notebooks in plain-text and keeps them where you choose to.
+ Orgzly stores notebooks in plain-text and keeps them where you choose to.
- * Create, edit and delete notes and tasks
- * Collapse and expand sub-notes
- * Schedule tasks and set their deadlines
- * Set priorities and tags for notes
- * Fling notes left or right to open quick-menus
- * Search notes by various properties
- * Create and save searches for quick access
- * Synchronize notebooks with one or more directories
+ * Create, edit and delete notes and tasks
+ * Collapse and expand sub-notes
+ * Schedule tasks and set their deadlines
+ * Set priorities and tags for notes
+ * Fling notes left or right to open quick-menus
+ * Search notes by various properties
+ * Create and save searches for quick access
+ * Synchronize notebooks with one or more directories
- Notebooks are saved in Org mode's file format. "Org mode is for keeping notes,
- maintaining TODO lists, planning projects, and authoring documents with a fast
- and effective plain-text system." See https://orgmode.org/ for more information.
+ Notebooks are saved in Org mode's file format. "Org mode is for keeping notes,
+ maintaining TODO lists, planning projects, and authoring documents with a fast
+ and effective plain-text system." See https://orgmode.org/ for more information.
RepoType: git
Repo: https://github.com/orgzly/orgzly-android
diff --git a/metadata/com.oriondev.moneywallet.yml b/metadata/com.oriondev.moneywallet.yml
index 7999e7403b..594c5ac7fe 100644
--- a/metadata/com.oriondev.moneywallet.yml
+++ b/metadata/com.oriondev.moneywallet.yml
@@ -10,11 +10,11 @@ Litecoin: LZW1AUMWN4BdUvSu8fujEYVLgqWH2HsLZs
AutoName: MoneyWallet
Description: |-
- MoneyWallet is an advanced expense manager that allows you to track your
- expenses and plan budgets. You can organize your data using custom
- categories, events, places and people tags. The user interface is in
- material design, clear, simple and extremely customizable. It fits on all
- devices. It's simply your best expense manager.
+ MoneyWallet is an advanced expense manager that allows you to track your
+ expenses and plan budgets. You can organize your data using custom
+ categories, events, places and people tags. The user interface is in
+ material design, clear, simple and extremely customizable. It fits on all
+ devices. It's simply your best expense manager.
RepoType: git
Repo: https://github.com/AndreAle94/moneywallet
diff --git a/metadata/com.orphan.amplayer.yml b/metadata/com.orphan.amplayer.yml
index 1d7aff36be..fb4622c5cb 100644
--- a/metadata/com.orphan.amplayer.yml
+++ b/metadata/com.orphan.amplayer.yml
@@ -6,17 +6,17 @@ IssueTracker: https://github.com/abeiro/amplayer.droid/issues
AutoName: AMPlayer
Description: |-
- Play your music collection via the internet by connecting to an
- Ampache server e.g. ownCloud. A demo server
- is suggested for trying it out. There is a companion
- extension for the Chromium browser.
+ Play your music collection via the internet by connecting to an
+ Ampache server e.g. ownCloud. A demo server
+ is suggested for trying it out. There is a companion
+ extension for the Chromium browser.
- * HTML5 audio tag capabilities
- * HTML5 localStorage
- * Playlists and CD covers from your Ampache Server
- * Fan art from fanart.tv
- * Musicbrainz info
- * Initial support for lyrics (https://lyrics.wikia.com/)
+ * HTML5 audio tag capabilities
+ * HTML5 localStorage
+ * Playlists and CD covers from your Ampache Server
+ * Fan art from fanart.tv
+ * Musicbrainz info
+ * Initial support for lyrics (https://lyrics.wikia.com/)
RepoType: git
Repo: https://github.com/abeiro/amplayer.droid.git
diff --git a/metadata/com.orpheusdroid.screenrecorder.yml b/metadata/com.orpheusdroid.screenrecorder.yml
index 3208fd5be2..c38c1ddf70 100644
--- a/metadata/com.orpheusdroid.screenrecorder.yml
+++ b/metadata/com.orpheusdroid.screenrecorder.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- Tracking:
- en-US: App submits data to the developers servers even with analytics/crash
- submission turned off.
+ Tracking:
+ en-US: App submits data to the developers servers even with analytics/crash submission
+ turned off.
Categories:
- System
License: AGPL-3.0-only
@@ -13,26 +13,26 @@ Bitcoin: 1Cbf61y8XNx3BLWvoZB71x4XgBKB7r8BuB
AutoName: ScreenCam
Description: |-
- ScreenCam doesn't need any root access to record your screen and works on all
- phones with Android Lollipop 5.0 and above. You can also record audio along with
- the screen recording and get it beautifully combined with the recorded video.
+ ScreenCam doesn't need any root access to record your screen and works on all
+ phones with Android Lollipop 5.0 and above. You can also record audio along with
+ the screen recording and get it beautifully combined with the recorded video.
- Choose from different resolutions, frames per second and bitrate for the best
- choice of quality and size of the video or make use of the app shortcut in
- android 7.1 nougat or in any custom launcher supporting app shortcuts.
+ Choose from different resolutions, frames per second and bitrate for the best
+ choice of quality and size of the video or make use of the app shortcut in
+ android 7.1 nougat or in any custom launcher supporting app shortcuts.
- You can also pause or resume the recording seamlessly (currently only works on
- Android Nougat 7.0 and above) and an option to change the save directory.
+ You can also pause or resume the recording seamlessly (currently only works on
+ Android Nougat 7.0 and above) and an option to change the save directory.
- If you have any questions join the ScreenCam Telegram group to get chat support:
- Telegram support group
+ If you have any questions join the ScreenCam Telegram group to get chat support:
+ Telegram support group
- Any feature request, suggestion, bug report or feedback can be sent to
- screenrecorder@orpheusdroid.com
+ Any feature request, suggestion, bug report or feedback can be sent to
+ screenrecorder@orpheusdroid.com
- AntiFeatures: Tracking - Even if analytics/crash submission is toggled off, the
- app still submits data to the developers servers. More info
- here
+ AntiFeatures: Tracking - Even if analytics/crash submission is toggled off, the
+ app still submits data to the developers servers. More info
+ here
RepoType: git
Repo: https://gitlab.com/vijai/screenrecorder.git
@@ -137,7 +137,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/def getAppKey/,/^}/d' -e 's/getAppKey("[_a-z]*")/"\\"\\""/'
- -e '/versionNameSuffix/d' build.gradle
+ -e '/versionNameSuffix/d' build.gradle
- versionName: 1.8.7
versionCode: 24
@@ -146,7 +146,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/def getAppKey/,/^}/d' -e 's/getAppKey("[_a-z]*")/"\\"\\""/'
- -e '/versionNameSuffix/d' build.gradle
+ -e '/versionNameSuffix/d' build.gradle
- versionName: 1.8.8
versionCode: 28
@@ -155,7 +155,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/def getAppKey/,/^}/d' -e 's/getAppKey("[_a-z]*")/"\\"\\""/'
- -e '/versionNameSuffix/d' build.gradle
+ -e '/versionNameSuffix/d' build.gradle
- versionName: 2.0.0-fdroid
versionCode: 30
@@ -164,7 +164,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/def getAppKey/,/^}/d' -e 's/getAppKey("[_a-z]*")/"\\"\\""/'
- build.gradle
+ build.gradle
- versionName: 2.0.1-fdroid
versionCode: 31
@@ -173,7 +173,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/def getAppKey/,/^}/d' -e 's/getAppKey("[_a-z]*")/"\\"\\""/'
- build.gradle
+ build.gradle
- versionName: 2.0.2-fdroid
versionCode: 32
@@ -182,7 +182,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/def getAppKey/,/^}/d' -e 's/getAppKey("[_a-z]*")/"\\"\\""/'
- build.gradle
+ build.gradle
- versionName: 2.0.3-fdroid
versionCode: 33
@@ -191,7 +191,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/def getAppKey/,/^}/d' -e 's/getAppKey("[_a-z]*")/"\\"\\""/'
- build.gradle
+ build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.orpheusdroid.sqliteviewer.yml b/metadata/com.orpheusdroid.sqliteviewer.yml
index cc7a522723..387f92aa0a 100644
--- a/metadata/com.orpheusdroid.sqliteviewer.yml
+++ b/metadata/com.orpheusdroid.sqliteviewer.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- Tracking:
- en-US: Sends data to analytics.orpheusdroid.com right at first start, without
- asking for consent.
+ Tracking:
+ en-US: Sends data to analytics.orpheusdroid.com right at first start, without
+ asking for consent.
Categories:
- System
License: AGPL-3.0-only
@@ -13,22 +13,22 @@ Bitcoin: 1Cbf61y8XNx3BLWvoZB71x4XgBKB7r8BuB
AutoName: SQLiteViewer
Description: |-
- SQLiteViewer allows to view and export as csv SQLite databases used by android
- apps or any SQLite databases with ease and simplicity.
+ SQLiteViewer allows to view and export as csv SQLite databases used by android
+ apps or any SQLite databases with ease and simplicity.
- Features:
+ Features:
- * Open any SQLite database using the built in file browser
- * Open database of any app from the root filesystem (Requires root)
- * Export SQLite database to csv (Beware of the huge row count)
- * Supports custom query! Run any sqlite query on the selected databases. Subqueries, limit, order by, you name it, the app supports it.
+ * Open any SQLite database using the built in file browser
+ * Open database of any app from the root filesystem (Requires root)
+ * Export SQLite database to csv (Beware of the huge row count)
+ * Supports custom query! Run any sqlite query on the selected databases. Subqueries, limit, order by, you name it, the app supports it.
- Permissions Explained:
+ Permissions Explained:
- * READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE - For opening databases from storage or writing exported csv file
+ * READ_EXTERNAL_STORAGE, WRITE_EXTERNAL_STORAGE - For opening databases from storage or writing exported csv file
- AntiFeatures: Tracking - Even if analytics/crash submission is toggled off, the
- app still submits data to the developers servers.
+ AntiFeatures: Tracking - Even if analytics/crash submission is toggled off, the
+ app still submits data to the developers servers.
RepoType: git
Repo: https://gitlab.com/vijai/SqliteDBViewer.git
diff --git a/metadata/com.osfans.trime.yml b/metadata/com.osfans.trime.yml
index 2fa8e83713..8b2dfd6246 100644
--- a/metadata/com.osfans.trime.yml
+++ b/metadata/com.osfans.trime.yml
@@ -110,7 +110,7 @@ Builds:
srclibs:
- capnproto@v0.8.0
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1' > /dev/null
+ 'cmake;3.18.1' > /dev/null
scandelete:
- app/src/main/jni
ndk: r23
diff --git a/metadata/com.outdoordevs.ellaism.wallet.yml b/metadata/com.outdoordevs.ellaism.wallet.yml
index e2813eb6c8..8d68fa0655 100644
--- a/metadata/com.outdoordevs.ellaism.wallet.yml
+++ b/metadata/com.outdoordevs.ellaism.wallet.yml
@@ -8,13 +8,13 @@ IssueTracker: https://github.com/ellaism/Lunary-Ethereum-Wallet/issues
Name: Ellaism Wallet
AutoName: Ellaism Wallet
Description: |-
- Ellaism has zero pre-mine and has no mandatory developer fees with all support
- and development donated freely by the community. We believe this makes our coin
- one of the most honest pure Ethereum projects, and something that is uniquely
- interesting as a platform for serious developers, educators, and enthusiasts.
+ Ellaism has zero pre-mine and has no mandatory developer fees with all support
+ and development donated freely by the community. We believe this makes our coin
+ one of the most honest pure Ethereum projects, and something that is uniquely
+ interesting as a platform for serious developers, educators, and enthusiasts.
- The Ellaism Wallet is based on a fork of Lunary Ethereum Wallet, an open source
- secure wallet for Android.
+ The Ellaism Wallet is based on a fork of Lunary Ethereum Wallet, an open source
+ secure wallet for Android.
RepoType: git
Repo: https://github.com/ellaism/Lunary-Ethereum-Wallet
diff --git a/metadata/com.owncloud.android.yml b/metadata/com.owncloud.android.yml
index 158b2f79c8..b6016d4ccc 100644
--- a/metadata/com.owncloud.android.yml
+++ b/metadata/com.owncloud.android.yml
@@ -9,12 +9,12 @@ Donate: https://www.bountysource.com/teams/owncloud
AutoName: ownCloud
Description: |-
- ownCloud is a free software package you can install on a server to manage files,
- contacts, calendars, music, pictures and much more. This is the official Android
- app which enables you to browse all of your ownCloud synced files, create and
- edit new files, share these files and folders with co-workers, and keep the
- contents of those folders in sync across all of your devices. Simply copy a file
- into a directory on your server and ownCloud does the rest.
+ ownCloud is a free software package you can install on a server to manage files,
+ contacts, calendars, music, pictures and much more. This is the official Android
+ app which enables you to browse all of your ownCloud synced files, create and
+ edit new files, share these files and folders with co-workers, and keep the
+ contents of those folders in sync across all of your devices. Simply copy a file
+ into a directory on your server and ownCloud does the rest.
RepoType: git
Repo: https://github.com/owncloud/android.git
@@ -57,14 +57,14 @@ Builds:
commit: oc-android-1-3-14
submodules: true
prebuild: $$SDK$$/tools/android update project -p actionbarsherlock/library -s
- -t 13
+ -t 13
- versionName: 1.3.17
versionCode: 103017
commit: oc-android-1-3-17
submodules: true
prebuild: $$SDK$$/tools/android update project -p actionbarsherlock/library -s
- -t 13
+ -t 13
- versionName: 1.3.18
versionCode: 103018
diff --git a/metadata/com.packetsender.android.yml b/metadata/com.packetsender.android.yml
index d10bb37246..98ff5b42ad 100644
--- a/metadata/com.packetsender.android.yml
+++ b/metadata/com.packetsender.android.yml
@@ -7,14 +7,14 @@ IssueTracker: https://github.com/dannagle/PacketSender-Android/issues
AutoName: Packet Sender
Description: |-
- Set up network packets based on IP, port, Hex or ASCII data and specify either
- UDP or TCP protocol. Results are stored in the live traffic log.
+ Set up network packets based on IP, port, Hex or ASCII data and specify either
+ UDP or TCP protocol. Results are stored in the live traffic log.
- Packets in the log can be easily saved and sent right back out to another
- destination. In addition to sending packets, Packet Sender has a built-in TCP
- and UDP server running on the port numbers you specify.
+ Packets in the log can be easily saved and sent right back out to another
+ destination. In addition to sending packets, Packet Sender has a built-in TCP
+ and UDP server running on the port numbers you specify.
- 1x1 widget support allows sending a packet direct from the home screen.
+ 1x1 widget support allows sending a packet direct from the home screen.
RepoType: git
Repo: https://github.com/dannagle/PacketSender-Android
diff --git a/metadata/com.palliser.nztides.yml b/metadata/com.palliser.nztides.yml
index 08ae6eb77c..247cae5c41 100644
--- a/metadata/com.palliser.nztides.yml
+++ b/metadata/com.palliser.nztides.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/jevonlongdell/nztides/issues
AutoName: NZ Tides
Description: |-
- Based on lookup table of official LINZ tide predictions so should be accurate.
- Transcription errors are unlikely but possible. This program shouldn't be used
- where life or property is at risk.
+ Based on lookup table of official LINZ tide predictions so should be accurate.
+ Transcription errors are unlikely but possible. This program shouldn't be used
+ where life or property is at risk.
RepoType: git
Repo: https://github.com/jevonlongdell/nztides
diff --git a/metadata/com.paranoiaworks.unicus.android.sse.yml b/metadata/com.paranoiaworks.unicus.android.sse.yml
index 034b710e99..649faa42fb 100644
--- a/metadata/com.paranoiaworks.unicus.android.sse.yml
+++ b/metadata/com.paranoiaworks.unicus.android.sse.yml
@@ -76,7 +76,7 @@ Builds:
AllowedAPKSigningKeys: b9da156a44f97e91061920ae6de934446c349502756a04528fa7bec311a9543d
MaintainerNotes: The app might not be reproducible in the CI as rust might embed compile
- time paths in .so's.
+ time paths in .so's.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.paranoid.ParanoidWallpapers.yml b/metadata/com.paranoid.ParanoidWallpapers.yml
index 68313ed082..40776d66f2 100644
--- a/metadata/com.paranoid.ParanoidWallpapers.yml
+++ b/metadata/com.paranoid.ParanoidWallpapers.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/ParanoidAndroid/android_packages_apps_ParanoidW
AutoName: ParanoidWallpapers
Description: |-
- Pick from 9 wallpapers that come with the Paranoid Android ROM or choose one of
- seven solid-(ish) colours. There is no launcher icon: instead they are made
- available via the system wallpaper picker.
+ Pick from 9 wallpapers that come with the Paranoid Android ROM or choose one of
+ seven solid-(ish) colours. There is no launcher icon: instead they are made
+ available via the system wallpaper picker.
- Version 1.0 is for 1280px long screens; version 1.0-800px is for 800px long
- screens. Both are designed for portait use.
+ Version 1.0 is for 1280px long screens; version 1.0-800px is for 800px long
+ screens. Both are designed for portait use.
RepoType: git
Repo: https://github.com/ParanoidAndroid/android_packages_apps_ParanoidWallpapers
diff --git a/metadata/com.parishod.watomatic.yml b/metadata/com.parishod.watomatic.yml
index 91d32feb0c..f4844f7840 100644
--- a/metadata/com.parishod.watomatic.yml
+++ b/metadata/com.parishod.watomatic.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeDep:
- en-US: Requires WhatsApp to be present on the device.
+ NonFreeDep:
+ en-US: Requires WhatsApp to be present on the device.
Categories:
- Internet
- Phone & SMS
diff --git a/metadata/com.passcard.yml b/metadata/com.passcard.yml
index 5755ef0ee9..73ac24d221 100644
--- a/metadata/com.passcard.yml
+++ b/metadata/com.passcard.yml
@@ -10,10 +10,10 @@ Bitcoin: 1N5czHaoSLukFSTq2ZJujaWGjkmBxv2dT9
AutoName: PassCard
Description: |-
- Generate a password card that has your passwords printed on the card in PLAIN
- TEXT. Take the card with you, and you have access to passwords, for every
- account you have, and if an attacker get access to your card, you'll have time
- to change your password.
+ Generate a password card that has your passwords printed on the card in PLAIN
+ TEXT. Take the card with you, and you have access to passwords, for every
+ account you have, and if an attacker get access to your card, you'll have time
+ to change your password.
RepoType: git
Repo: https://github.com/cryptofuture/PassCard.git
diff --git a/metadata/com.pato05.uploadgram.yml b/metadata/com.pato05.uploadgram.yml
index 3045984ab2..ada270ccfc 100644
--- a/metadata/com.pato05.uploadgram.yml
+++ b/metadata/com.pato05.uploadgram.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Uploads go through a proprietary proxy backend.
+ NonFreeNet:
+ en-US: Uploads go through a proprietary proxy backend.
Categories:
- Connectivity
- Internet
diff --git a/metadata/com.pavelsikun.runinbackgroundpermissionsetter.yml b/metadata/com.pavelsikun.runinbackgroundpermissionsetter.yml
index c83fb498a8..d8e7f657aa 100644
--- a/metadata/com.pavelsikun.runinbackgroundpermissionsetter.yml
+++ b/metadata/com.pavelsikun.runinbackgroundpermissionsetter.yml
@@ -7,32 +7,32 @@ Changelog: https://github.com/MrBIMC/RunInBackgroundPermissionSetter/releases
AutoName: BackgroundRestrictor
Description: |-
- Android 7.0 added a new permission called RUN_IN_BACKGROUND, which can restrict
- background behavior of apps (blocking broadcast receivers, services, etc.).
- However this permission is fully hidden and there's no way to activate it
- besides using adb commands.
+ Android 7.0 added a new permission called RUN_IN_BACKGROUND, which can restrict
+ background behavior of apps (blocking broadcast receivers, services, etc.).
+ However this permission is fully hidden and there's no way to activate it
+ besides using adb commands.
- You can revoke RUN_IN_BACKGROUND permission on any app by executing following
- command in the adb shell:
+ You can revoke RUN_IN_BACKGROUND permission on any app by executing following
+ command in the adb shell:
- cmd appops set <package_name> RUN_IN_BACKGROUND ignore
+ cmd appops set <package_name> RUN_IN_BACKGROUND ignore
- To grant this permission back, one should execute this:
+ To grant this permission back, one should execute this:
- cmd appops set <package_name> RUN_IN_BACKGROUND allow
+ cmd appops set <package_name> RUN_IN_BACKGROUND allow
- To check status of RUN_IN_BACKGROUND permission on any app, one can execute this
- command:
+ To check status of RUN_IN_BACKGROUND permission on any app, one can execute this
+ command:
- cmd appops get <package_name> RUN_IN_BACKGROUND
+ cmd appops get <package_name> RUN_IN_BACKGROUND
- <package_name> is obviously name of application package, be it
- com.android.calculator2 or anything else.
+ <package_name> is obviously name of application package, be it
+ com.android.calculator2 or anything else.
- By disabling RUN_IN_BACKGROUND, apps such as Hangouts or Facebook will
- completely stop syncing in the background until you open them up. You can find
- more information about these commands by reading this
- article.
+ By disabling RUN_IN_BACKGROUND, apps such as Hangouts or Facebook will
+ completely stop syncing in the background until you open them up. You can find
+ more information about these commands by reading this
+ article.
RepoType: git
Repo: https://github.com/MrBIMC/RunInBackgroundPermissionSetter
diff --git a/metadata/com.pcinpact.yml b/metadata/com.pcinpact.yml
index d2221de97f..2694b8560a 100644
--- a/metadata/com.pcinpact.yml
+++ b/metadata/com.pcinpact.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/AnaelMobilia/NextINpact-Unofficial/issues
AutoName: INpact Actualités informatiques
Description: |-
- Browse articles and comments on NextINpact. This
- is an unofficial app not related to the actual website.
+ Browse articles and comments on NextINpact. This
+ is an unofficial app not related to the actual website.
RepoType: git
Repo: https://github.com/AnaelMobilia/NextINpact-Unofficial
diff --git a/metadata/com.peppercarrot.runninggame.yml b/metadata/com.peppercarrot.runninggame.yml
index 95b4bdb2e7..fa696ff438 100644
--- a/metadata/com.peppercarrot.runninggame.yml
+++ b/metadata/com.peppercarrot.runninggame.yml
@@ -8,8 +8,8 @@ Name: Pepper & Carrot Running Game
AutoName: pepper-and-carrot-running-game
Summary: Play this endless runner game
Description: |-
- Endless runner game based on the beautiful characters
- Pepper and Carrot by David Revoy.
+ Endless runner game based on the beautiful characters
+ Pepper and Carrot by David Revoy.
RepoType: git
Repo: https://github.com/WinterLicht/PepperAndCarrotRunningGame/
@@ -27,8 +27,8 @@ Builds:
- android/libs
MaintainerNotes: |-
- * Pullrequest for prebuild: https://github.com/WinterLicht/PepperAndCarrotRunningGame/pull/7
- * Wait for upstream to enable in mainline: https://github.com/WinterLicht/PepperAndCarrotRunningGame/issues/8
+ * Pullrequest for prebuild: https://github.com/WinterLicht/PepperAndCarrotRunningGame/pull/7
+ * Wait for upstream to enable in mainline: https://github.com/WinterLicht/PepperAndCarrotRunningGame/issues/8
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.perflyst.twire.yml b/metadata/com.perflyst.twire.yml
index d5fe59c0c1..bbdcbf7bc3 100644
--- a/metadata/com.perflyst.twire.yml
+++ b/metadata/com.perflyst.twire.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Twitch itself is not libre.
+ NonFreeNet:
+ en-US: Twitch itself is not libre.
Categories:
- Internet
- Multimedia
@@ -12,11 +12,11 @@ Changelog: https://github.com/twireapp/Twire/releases
AutoName: Twire
Description: |-
- Twire is an open source, ad free Twitch browser and stream player for Android.
- You can select multiple themes and also login with your twitch account.
- You can also follow and unfollow streamers through the app.
+ Twire is an open source, ad free Twitch browser and stream player for Android.
+ You can select multiple themes and also login with your twitch account.
+ You can also follow and unfollow streamers through the app.
- Please note that the chat is only available if you login to your account.
+ Please note that the chat is only available if you login to your account.
RepoType: git
Repo: https://github.com/twireapp/Twire.git
diff --git a/metadata/com.perol.asdpl.play.pixivez.libre.yml b/metadata/com.perol.asdpl.play.pixivez.libre.yml
index ac276f35e1..a67facaf9e 100644
--- a/metadata/com.perol.asdpl.play.pixivez.libre.yml
+++ b/metadata/com.perol.asdpl.play.pixivez.libre.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Pixiv, which is proprietary.
+ NonFreeNet:
+ en-US: Depends on Pixiv, which is proprietary.
Categories:
- Graphics
- Internet
diff --git a/metadata/com.pheelicks.visualizer.yml b/metadata/com.pheelicks.visualizer.yml
index 14ed0bf8de..b54856bec3 100644
--- a/metadata/com.pheelicks.visualizer.yml
+++ b/metadata/com.pheelicks.visualizer.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/felixpalmer/android-visualizer/issues
AutoName: Visualizer
Description: |-
- Takes the input from the Android MediaPlayer and displays visualizations, like
- in iTunes or WinAmp. The Visualizer is designed to be modular, so it is very
- easy to combine visualizations to create more complex effects.
+ Takes the input from the Android MediaPlayer and displays visualizations, like
+ in iTunes or WinAmp. The Visualizer is designed to be modular, so it is very
+ easy to combine visualizations to create more complex effects.
RepoType: git
Repo: https://github.com/felixpalmer/android-visualizer.git
diff --git a/metadata/com.phg.constellations.yml b/metadata/com.phg.constellations.yml
index 133d0f8cb4..9dbd3f62e7 100644
--- a/metadata/com.phg.constellations.yml
+++ b/metadata/com.phg.constellations.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/Kent1/Manille/issues
AutoName: Constellations
Description: |-
- Star charts and data of the 88 modern constellations, based on data by
- Wikipedia.
+ Star charts and data of the 88 modern constellations, based on data by
+ Wikipedia.
Builds:
- versionName: 2.0.2
@@ -25,10 +25,10 @@ Builds:
- yes
MaintainerNotes: |-
- SourceCode points to https://github.com/Kent1/Manille, which has (2021-03-08) the tags
- v1.0 and v1.1 defined (contrary to 2.0.2 and 2.0.3). Also the source code has no hints for
- com.phg.constellations.
- Please double check if it's the same app before releasing a new version.
+ SourceCode points to https://github.com/Kent1/Manille, which has (2021-03-08) the tags
+ v1.0 and v1.1 defined (contrary to 2.0.2 and 2.0.3). Also the source code has no hints for
+ com.phg.constellations.
+ Please double check if it's the same app before releasing a new version.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.phikal.regex.yml b/metadata/com.phikal.regex.yml
index 14a70c33ae..9a67772576 100644
--- a/metadata/com.phikal.regex.yml
+++ b/metadata/com.phikal.regex.yml
@@ -8,19 +8,19 @@ Changelog: https://github.com/phikal/ReGeX/releases
AutoName: ReGeX
Description: |-
- Try and find a regular expression (Perl style) to match certain strings, while
- not matching others.
+ Try and find a regular expression (Perl style) to match certain strings, while
+ not matching others.
- Currently there are three game modes, that can be selected and configured from
- the settings. These generate Tasks, set limits to how many characters may be
- used, and which solutions are successful an which are not.
+ Currently there are three game modes, that can be selected and configured from
+ the settings. These generate Tasks, set limits to how many characters may be
+ used, and which solutions are successful an which are not.
- All game modes are based on the same concept: the Task to solve will be
- displayed on the screen as soon as possible (near immediately for Random game,
- longer for REDB game), and then the user has to enter a regular expression to
- solve the task. As soon as it fits to conditions, it will be automatically
- submitted, and the next task will generate - no questions asked. The user will
- be notified in case s?he rises up a level.
+ All game modes are based on the same concept: the Task to solve will be
+ displayed on the screen as soon as possible (near immediately for Random game,
+ longer for REDB game), and then the user has to enter a regular expression to
+ solve the task. As soon as it fits to conditions, it will be automatically
+ submitted, and the next task will generate - no questions asked. The user will
+ be notified in case s?he rises up a level.
RepoType: git
Repo: https://github.com/phikal/ReGeX
diff --git a/metadata/com.philliphsu.clock2.yml b/metadata/com.philliphsu.clock2.yml
index 9cfa751c1b..4ae1a55174 100644
--- a/metadata/com.philliphsu.clock2.yml
+++ b/metadata/com.philliphsu.clock2.yml
@@ -7,15 +7,15 @@ Changelog: https://github.com/philliphsu/ClockPlus/releases
AutoName: Clock+
Description: |-
- Simple alarm clock, timer, and stopwatch app that offers a delightful user
- experience for all your timing needs. It is also free and open source!
+ Simple alarm clock, timer, and stopwatch app that offers a delightful user
+ experience for all your timing needs. It is also free and open source!
- Highlights:
+ Highlights:
- * Clean, minimalistic design: Features Material Design throughout.
- * New time pickers: Enjoy setting alarms with two new time pickers! Beautifully crafted and intuitively designed for ease of use.
- * List of timers: See all of your timers in one scrollable list, and control each one individually.
- * Themes: Choose between light, dark, and black themes.
+ * Clean, minimalistic design: Features Material Design throughout.
+ * New time pickers: Enjoy setting alarms with two new time pickers! Beautifully crafted and intuitively designed for ease of use.
+ * List of timers: See all of your timers in one scrollable list, and control each one individually.
+ * Themes: Choose between light, dark, and black themes.
RepoType: git
Repo: https://github.com/philliphsu/ClockPlus
diff --git a/metadata/com.phpsysinfo.yml b/metadata/com.phpsysinfo.yml
index cfa75bddc3..9a966031ed 100644
--- a/metadata/com.phpsysinfo.yml
+++ b/metadata/com.phpsysinfo.yml
@@ -7,26 +7,26 @@ IssueTracker: https://github.com/phpsysinfo/psiandroid/issues
AutoName: PSIAndroid
Description: |-
- Little tool allowing you to monitor your
- phpSysInfo system on your phone.
+ Little tool allowing you to monitor your
+ phpSysInfo system on your phone.
- Features:
+ Features:
- * Operating System Information (Version, Uptime, ...)
- * CPU, Memory and Disk usage
- * Multi-host
- * HTTPS
- * Basic/Digest Authentification
- * Temperatures (MotherBoard and IPMI)
- * Fans speed (MotherBoard)
- * Network informations
- * PSStatus
- * SMART
- * RAID
- * UPS
- * UpdateNotifier
- * Printers (SNMP)
- * Auto-Refresh feature (experimental)
+ * Operating System Information (Version, Uptime, ...)
+ * CPU, Memory and Disk usage
+ * Multi-host
+ * HTTPS
+ * Basic/Digest Authentification
+ * Temperatures (MotherBoard and IPMI)
+ * Fans speed (MotherBoard)
+ * Network informations
+ * PSStatus
+ * SMART
+ * RAID
+ * UPS
+ * UpdateNotifier
+ * Printers (SNMP)
+ * Auto-Refresh feature (experimental)
RepoType: git
Repo: https://github.com/phpsysinfo/psiandroid
diff --git a/metadata/com.physphil.android.unitconverterultimate.yml b/metadata/com.physphil.android.unitconverterultimate.yml
index 587b1b0435..03d3d38a97 100644
--- a/metadata/com.physphil.android.unitconverterultimate.yml
+++ b/metadata/com.physphil.android.unitconverterultimate.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: service used for currency conversion is not libre.
+ NonFreeNet:
+ en-US: service used for currency conversion is not libre.
Categories:
- Science & Education
License: Apache-2.0
@@ -9,16 +9,16 @@ IssueTracker: https://github.com/physphil/UnitConverterUltimate/issues
AutoName: Unit Converter Ultimate
Description: |-
- A simple and easy-to-use unit converter to handle any conversion you'll ever
- need.
+ A simple and easy-to-use unit converter to handle any conversion you'll ever
+ need.
- The beautiful Material Design user interface allows for quick and easy
- conversions from a number in one unit to another. The goal is to keep it simple
- - you won't be overwhelmed with an excess of options and settings, allowing you
- to perform your desired conversion as quickly as possible. Perfect for work,
- school or in the kitchen.
+ The beautiful Material Design user interface allows for quick and easy
+ conversions from a number in one unit to another. The goal is to keep it simple
+ - you won't be overwhelmed with an excess of options and settings, allowing you
+ to perform your desired conversion as quickly as possible. Perfect for work,
+ school or in the kitchen.
- Anti-Features: NonFreeNet - it connects to the internet for currency conversion
+ Anti-Features: NonFreeNet - it connects to the internet for currency conversion
RepoType: git
Repo: https://github.com/physphil/UnitConverterUltimate.git
diff --git a/metadata/com.pi.attestation.yml b/metadata/com.pi.attestation.yml
index 1713a6b1c3..e5d3ac3a5a 100644
--- a/metadata/com.pi.attestation.yml
+++ b/metadata/com.pi.attestation.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- Tracking:
- en-US: Crash reports are enabled to be sent automatically
+ Tracking:
+ en-US: Crash reports are enabled to be sent automatically
Categories:
- Sports & Health
License: GPL-3.0-only
diff --git a/metadata/com.pierreduchemin.punchlinebingo.yml b/metadata/com.pierreduchemin.punchlinebingo.yml
index fdd66115e0..6cc97d31c4 100644
--- a/metadata/com.pierreduchemin.punchlinebingo.yml
+++ b/metadata/com.pierreduchemin.punchlinebingo.yml
@@ -6,10 +6,10 @@ IssueTracker: https://gitlab.com/pierreduchemin/punchline-bingo/issues
AutoName: Punchline Bingo
Description: |-
- NOTE: This app is no longer maintained.
+ NOTE: This app is no longer maintained.
- Punchline Bingo allows you to play bingo alone or with friends, but with
- sentences like https://troll.framasoft.org/.
+ Punchline Bingo allows you to play bingo alone or with friends, but with
+ sentences like https://troll.framasoft.org/.
RepoType: git
Repo: https://gitlab.com/pierreduchemin/punchline-bingo.git
diff --git a/metadata/com.pikselbit.wrongpinshutdown.yml b/metadata/com.pikselbit.wrongpinshutdown.yml
index 0981fd1916..94725c8904 100644
--- a/metadata/com.pikselbit.wrongpinshutdown.yml
+++ b/metadata/com.pikselbit.wrongpinshutdown.yml
@@ -7,13 +7,13 @@ SourceCode: https://github.com/squarrel/WrongPinShutdown
AutoName: Wrong Pin Shutdown
Description: |-
- Shut down your device after 10 unsuccessful attempts to unlock it.
+ Shut down your device after 10 unsuccessful attempts to unlock it.
- The method used for shutting down the phone may not work on all phones and OS
- versions. Please make sure you follow the instructions before use.
+ The method used for shutting down the phone may not work on all phones and OS
+ versions. Please make sure you follow the instructions before use.
- Upstream ceased development or went closed source. No further updates will be
- available.
+ Upstream ceased development or went closed source. No further updates will be
+ available.
RequiresRoot: true
@@ -27,7 +27,7 @@ Builds:
commit: 5ff68063740eb3d0c3c12dea7afd385545681818
MaintainerNotes: '* Donations are currently paused, see upstream readme from time
- to time.'
+ to time.'
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.pilockerstable.yml b/metadata/com.pilockerstable.yml
index e53a7c2ef3..3370fb2969 100644
--- a/metadata/com.pilockerstable.yml
+++ b/metadata/com.pilockerstable.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/Pi-Developers/Pi-Locker/issues
AutoName: Pi Locker
Description: |-
- A smart and clean lockscreen replacement with unlocking gestures. It features
- lightweight design for usage even with low-RAM devices, PIN and password
- security, changeable colors and texts and the ability to hide/unhide the status
- bar.
+ A smart and clean lockscreen replacement with unlocking gestures. It features
+ lightweight design for usage even with low-RAM devices, PIN and password
+ security, changeable colors and texts and the ability to hide/unhide the status
+ bar.
RepoType: git
Repo: https://github.com/Pi-Developers/Pi-Locker
diff --git a/metadata/com.pilot51.voicenotify.yml b/metadata/com.pilot51.voicenotify.yml
index 5f5042805e..1e8bc29ea1 100644
--- a/metadata/com.pilot51.voicenotify.yml
+++ b/metadata/com.pilot51.voicenotify.yml
@@ -8,24 +8,24 @@ Donate: https://pilot51.com/w/index.php/Main_Page
AutoName: Voice Notify
Description: |-
- Announces status bar notification messages using Text-To-Speech (TTS), allowing
- you to know what a notification says without looking at the screen.
+ Announces status bar notification messages using Text-To-Speech (TTS), allowing
+ you to know what a notification says without looking at the screen.
- * Customizable TTS message
- * Ignore specific apps or notifications containing defined text
- * Choice of TTS audio stream (see Google Play descriptions for more details)
- * Choice of speaking when screen or headset is on or off, or while silent/vibrate
- * Quiet Time
- * Shake-to-silence
- * Custom delay of TTS after notification
+ * Customizable TTS message
+ * Ignore specific apps or notifications containing defined text
+ * Choice of TTS audio stream (see Google Play descriptions for more details)
+ * Choice of speaking when screen or headset is on or off, or while silent/vibrate
+ * Quiet Time
+ * Shake-to-silence
+ * Custom delay of TTS after notification
- For technical reasons, VN operates through Android's Accessibility service and
- must be enabled in the Accessibility settings. The Accessibility service will
- give a warning that VN may be able to collect personal data. This is because
- Accessibility doesn't know what or how data passing through it is used by
- enabled apps. VN only uses Accessibility to read notification text which is
- passed directly to TTS and temporary memory (for the notification log). The TTS
- service (outside the control of VN) may also print spoken text in the logcat.
+ For technical reasons, VN operates through Android's Accessibility service and
+ must be enabled in the Accessibility settings. The Accessibility service will
+ give a warning that VN may be able to collect personal data. This is because
+ Accessibility doesn't know what or how data passing through it is used by
+ enabled apps. VN only uses Accessibility to read notification text which is
+ passed directly to TTS and temporary memory (for the notification log). The TTS
+ service (outside the control of VN) may also print spoken text in the logcat.
RepoType: git
Repo: https://github.com/pilot51/voicenotify.git
diff --git a/metadata/com.pindroid.yml b/metadata/com.pindroid.yml
index 44985185fb..255b2ac746 100644
--- a/metadata/com.pindroid.yml
+++ b/metadata/com.pindroid.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Pinboard is a paid subscription service, an account is needed.
+ NonFreeNet:
+ en-US: Pinboard is a paid subscription service, an account is needed.
Categories:
- Internet
License: GPL-3.0-only
@@ -9,23 +9,23 @@ IssueTracker: https://github.com/maxpower47/PinDroid/issues
AutoName: PinDroid
Description: |-
- Pinboard is an online bookmark management service and the app itself is a port
- of DeliciousDroid. Make bookmarks via the browser share menu so that they are
- backed up and accessible anywhere.
+ Pinboard is an online bookmark management service and the app itself is a port
+ of DeliciousDroid. Make bookmarks via the browser share menu so that they are
+ backed up and accessible anywhere.
- Features:
+ Features:
- * Background sync for bookmarks
- * Bookmarks are cached to allow offline viewing and to reduce network traffic
- * Accounts managed through Android's built-in account manager
- * Multiple accounts supported
- * Add, view, edit, and delete bookmarks
- * Bookmark titles, tags, and notes are searchable from both the global search and from within the app
- * Home screen widget for quick access to several activities
+ * Background sync for bookmarks
+ * Bookmarks are cached to allow offline viewing and to reduce network traffic
+ * Accounts managed through Android's built-in account manager
+ * Multiple accounts supported
+ * Add, view, edit, and delete bookmarks
+ * Bookmark titles, tags, and notes are searchable from both the global search and from within the app
+ * Home screen widget for quick access to several activities
- Note: Pinboard is a paid subscription service, an account is needed.
+ Note: Pinboard is a paid subscription service, an account is needed.
- Translations: English, Finnish, Spanish, German, Korean
+ Translations: English, Finnish, Spanish, German, Korean
RepoType: git
Repo: https://github.com/maxpower47/PinDroid.git
diff --git a/metadata/com.piratebayfree.yml b/metadata/com.piratebayfree.yml
index 8b49a6dfc6..35ad5ecf76 100644
--- a/metadata/com.piratebayfree.yml
+++ b/metadata/com.piratebayfree.yml
@@ -11,20 +11,20 @@ Litecoin: LiYp3Dg11N5BgV8qKW42ubSZXFmjDByjoV
AutoName: TPB Proxy
Description: |-
- Proxy(s) for the ever-moving Pirate Bay torrent indexing website; ideal for
- people struggling with Internet censorship such as those residing in the UK,
- Ireland, Netherlands, Belgium or Finland.
+ Proxy(s) for the ever-moving Pirate Bay torrent indexing website; ideal for
+ people struggling with Internet censorship such as those residing in the UK,
+ Ireland, Netherlands, Belgium or Finland.
- TPB Proxy automatically unblocks The Pirate Bay and provides fast and stable
- access to Linux ISO torrents.
+ TPB Proxy automatically unblocks The Pirate Bay and provides fast and stable
+ access to Linux ISO torrents.
- More recent versions, for which there isn't source code, allow you to do more,
- but this version only allows you to choose proxies and open the website in a
- browser.
+ More recent versions, for which there isn't source code, allow you to do more,
+ but this version only allows you to choose proxies and open the website in a
+ browser.
- This is the 'free' (as in gratis) version.
+ This is the 'free' (as in gratis) version.
- Several proprietary libraries were removed.
+ Several proprietary libraries were removed.
RepoType: git
Repo: https://github.com/tpbapp/Pirate-Proxy.git
@@ -43,8 +43,8 @@ Builds:
- libs/newrelic.android.jar
MaintainerNotes: |-
- Update the second paragraph of description for the next version;
- currently 1.3 is on Google Play
+ Update the second paragraph of description for the next version;
+ currently 1.3 is on Google Play
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/com.pitchedapps.frost.yml b/metadata/com.pitchedapps.frost.yml
index d73592479c..3f64432e03 100644
--- a/metadata/com.pitchedapps.frost.yml
+++ b/metadata/com.pitchedapps.frost.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Facebook.
+ NonFreeNet:
+ en-US: Depends on Facebook.
Categories:
- Internet
License: GPL-3.0-only
diff --git a/metadata/com.piwi.stickeroid.yml b/metadata/com.piwi.stickeroid.yml
index 925277f0f4..5003fcb03a 100644
--- a/metadata/com.piwi.stickeroid.yml
+++ b/metadata/com.piwi.stickeroid.yml
@@ -6,9 +6,9 @@ SourceCode: https://code.google.com/p/stickeroid/source
AutoName: Stickeroid
Description: |-
- If you like collecting stickers, cards or whatever then this is an application
- for you. All you need is a Android-based device, and you can forget about paper
- and pencil troubles.
+ If you like collecting stickers, cards or whatever then this is an application
+ for you. All you need is a Android-based device, and you can forget about paper
+ and pencil troubles.
Builds:
- versionName: '1.1'
diff --git a/metadata/com.pixiv.muzei.pixivsource.yml b/metadata/com.pixiv.muzei.pixivsource.yml
index 820282ed53..bd245280e2 100644
--- a/metadata/com.pixiv.muzei.pixivsource.yml
+++ b/metadata/com.pixiv.muzei.pixivsource.yml
@@ -7,17 +7,17 @@ IssueTracker: https://github.com/dahlia/muzei-pixiv/issues
AutoName: Pixiv for Muzei
Description: |-
- Enjoy kawaii artworks of Pixiv through Muzei!
+ Enjoy kawaii artworks of Pixiv through Muzei!
- Disclaimer: It's not a part of official products of Pixiv.
+ Disclaimer: It's not a part of official products of Pixiv.
- Muzei art source extension for Pixiv.
+ Muzei art source extension for Pixiv.
- This extension for Roman Nurik's https://f-droid.org/packages/net.nurik.roman.muzei Live Wallpaper* app
- uses some unofficial APIs from Pixiv to fetch random artworks.
+ This extension for Roman Nurik's https://f-droid.org/packages/net.nurik.roman.muzei Live Wallpaper* app
+ uses some unofficial APIs from Pixiv to fetch random artworks.
- This is not a standalone app. It requires https://f-droid.org/packages/net.nurik.roman.muzei app to be
- installed.
+ This is not a standalone app. It requires https://f-droid.org/packages/net.nurik.roman.muzei app to be
+ installed.
RepoType: git
Repo: https://github.com/dahlia/muzei-pixiv.git
diff --git a/metadata/com.pjuu.droidotter.yml b/metadata/com.pjuu.droidotter.yml
index 8d8ba60ed1..f103e64129 100644
--- a/metadata/com.pjuu.droidotter.yml
+++ b/metadata/com.pjuu.droidotter.yml
@@ -9,9 +9,9 @@ Name: Pjuu (unmaintained)
AutoName: Pjuu
Summary: Access the Pjuu social network
Description: |-
- This is a legacy version, please use https://f-droid.org/packages/com.pjuu.otterdroid instead.
+ This is a legacy version, please use https://f-droid.org/packages/com.pjuu.otterdroid instead.
- Client for the social network Pjuu.
+ Client for the social network Pjuu.
RepoType: git
Repo: https://github.com/pjuu/droidotter/
diff --git a/metadata/com.pjuu.otterdroid.yml b/metadata/com.pjuu.otterdroid.yml
index 48e0ab167c..77665c37b3 100644
--- a/metadata/com.pjuu.otterdroid.yml
+++ b/metadata/com.pjuu.otterdroid.yml
@@ -19,7 +19,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/applicationId.*/applicationId "com.pjuu.otterdroid"/g'
- build.gradle
+ build.gradle
- versionName: '0.4'
versionCode: 6
diff --git a/metadata/com.platypus.SAnd.yml b/metadata/com.platypus.SAnd.yml
index 8cf9bfa9ed..4e4d1fb07b 100644
--- a/metadata/com.platypus.SAnd.yml
+++ b/metadata/com.platypus.SAnd.yml
@@ -8,14 +8,14 @@ Changelog: https://gitlab.com/kas70/SAnd/blob/HEAD/CHANGELOG.md
AutoName: SAnd
Description: |-
- Use your phones sensors (barometer and compass) to show your current
- orientation, height and air pressure.
+ Use your phones sensors (barometer and compass) to show your current
+ orientation, height and air pressure.
- Important:
+ Important:
- * Showing height and air pressure only works, if your phone has a built-in barometer (if this is not the case it provides you a simple compass with orientation in degree).
+ * Showing height and air pressure only works, if your phone has a built-in barometer (if this is not the case it provides you a simple compass with orientation in degree).
- * Calculated height is based on standard atmosphere and can be corrected within the app, if you know your real height.
+ * Calculated height is based on standard atmosphere and can be corrected within the app, if you know your real height.
RepoType: git
Repo: https://gitlab.com/kas70/SAnd.git
@@ -48,7 +48,7 @@ Builds:
rm:
- SAnd/libs/*
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation' } }" >>
- build.gradle
+ build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.pluscubed.matloglibre.yml b/metadata/com.pluscubed.matloglibre.yml
index 94278da185..6087de012b 100644
--- a/metadata/com.pluscubed.matloglibre.yml
+++ b/metadata/com.pluscubed.matloglibre.yml
@@ -8,26 +8,26 @@ Changelog: https://github.com/pluscubed/matlog/releases
AutoName: MatLog Libre
Description: |-
- Debug your apps. Find error stacktraces. See what your phone is saying about you
- behind your back. It's all there in the system log, aka logcat!
+ Debug your apps. Find error stacktraces. See what your phone is saying about you
+ behind your back. It's all there in the system log, aka logcat!
- MatLog shows a scrolling (tailed) view of the Android "logcat" system log, hence
- the goofy name. It also allows you to record logs in real time, send logs via
- email, and filter using a variety of criteria.
+ MatLog shows a scrolling (tailed) view of the Android "logcat" system log, hence
+ the goofy name. It also allows you to record logs in real time, send logs via
+ email, and filter using a variety of criteria.
- * Color-coded tag names
- * Easy-to-read column display
- * Real-time search
- * Recording mode (with widget)
- * Save & open from SD card
- * Send logs as email or attachment
- * Auto-scrolls when at the bottom of the screen
- * Search autosuggestions & saved filters
- * Select and save parts of logs
- * Open-source and ad-free
- * Material goodness
+ * Color-coded tag names
+ * Easy-to-read column display
+ * Real-time search
+ * Recording mode (with widget)
+ * Save & open from SD card
+ * Send logs as email or attachment
+ * Auto-scrolls when at the bottom of the screen
+ * Search autosuggestions & saved filters
+ * Select and save parts of logs
+ * Open-source and ad-free
+ * Material goodness
- ^ Above copied from Nolan Lawson's original CatLog app's description.
+ ^ Above copied from Nolan Lawson's original CatLog app's description.
RepoType: git
Repo: https://github.com/pluscubed/matlog.git
@@ -40,7 +40,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/firebase/d' -e '/google-services/d'
- ''../build.gradle build.gradle
+ ''../build.gradle build.gradle
- versionName: 1.2.0
versionCode: 8
@@ -49,7 +49,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/firebase/d' -e '/google-services/d'
- ''../build.gradle build.gradle
+ ''../build.gradle build.gradle
- versionName: 1.2.1
versionCode: 9
@@ -58,7 +58,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/firebase/d' -e '/google-services/d'
- ''../build.gradle build.gradle
+ ''../build.gradle build.gradle
- versionName: 1.2.3
versionCode: 11
@@ -67,7 +67,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/firebase/d' -e '/google-services/d'
- ''../build.gradle build.gradle
+ ''../build.gradle build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]*$
diff --git a/metadata/com.plusonelabs.calendar.yml b/metadata/com.plusonelabs.calendar.yml
index 91649e0da6..e52be56fe8 100644
--- a/metadata/com.plusonelabs.calendar.yml
+++ b/metadata/com.plusonelabs.calendar.yml
@@ -8,36 +8,36 @@ Changelog: https://github.com/andstatus/todoagenda/blob/HEAD/README.md#changelog
Name: Todo Agenda for Android 4 - 7.0
AutoName: Todo Agenda
Description: |-
- This is a legacy ToDo Agenda app (ex. "Calendar Widget") for Android v.4 - 7.0
- It is intended for users having older devices. For newer releases please use "Todo Agenda" app.
+ This is a legacy ToDo Agenda app (ex. "Calendar Widget") for Android v.4 - 7.0
+ It is intended for users having older devices. For newer releases please use "Todo Agenda" app.
- Since November 2019 the app changed its ID in F-Droid from "com.plusonelabs.calendar"
- to "org.andstatus.todoagenda" i.e. to its current real Android package name.
- The new app at F-Droid web site: ToDo Agenda
- Upcoming releases of the new app will support Android 7.0+ only.
+ Since November 2019 the app changed its ID in F-Droid from "com.plusonelabs.calendar"
+ to "org.andstatus.todoagenda" i.e. to its current real Android package name.
+ The new app at F-Droid web site: ToDo Agenda
+ Upcoming releases of the new app will support Android 7.0+ only.
- The name of the new app entry in F-Droid stays the same: "Todo Agenda" (because the app itself isn't changed).
- But the name of this legacy app entry in F-Droid is changed to "Todo Agenda for Android 4 - 7.0" to avoid users' confusion.
+ The name of the new app entry in F-Droid stays the same: "Todo Agenda" (because the app itself isn't changed).
+ But the name of this legacy app entry in F-Droid is changed to "Todo Agenda for Android 4 - 7.0" to avoid users' confusion.
- Todo Agenda is home screen widgets for your Android device.
- It displays a list of calendar events and tasks
- so that you can easily have a glimpse at your due, current and upcoming appointments.
+ Todo Agenda is home screen widgets for your Android device.
+ It displays a list of calendar events and tasks
+ so that you can easily have a glimpse at your due, current and upcoming appointments.
- Features:
+ Features:
- * No advertising. Free and Open Source.
- * Displays all events from your calendars and task lists. Optionally shows past events.
- * Automatically updates when you add/delete/modify an event. Or you may update the list instantly.
- * Select only the calendars you want to see in the widget.
- * Create several widgets, if you need. Each widget will have its own settings, including layouts, colors, filters and selected calendars.
- * Customize background colors and transparency of different widget parts, text's black and white shading.
- * Scroll through the list of events. Use "Go to Today" button to return to today instantly.
- * Customize the text size of the widget.
- * Fully resizable widget with alternative layouts.
- * Indicators for alerts and recurring events.
- * Lock time zone when travelling to different time zones.
- * Turn off Widget or Day headers, event icons, Days from today, etc. and see only what you need.
- * Android 4+ supported. Supports Android tablets.
+ * No advertising. Free and Open Source.
+ * Displays all events from your calendars and task lists. Optionally shows past events.
+ * Automatically updates when you add/delete/modify an event. Or you may update the list instantly.
+ * Select only the calendars you want to see in the widget.
+ * Create several widgets, if you need. Each widget will have its own settings, including layouts, colors, filters and selected calendars.
+ * Customize background colors and transparency of different widget parts, text's black and white shading.
+ * Scroll through the list of events. Use "Go to Today" button to return to today instantly.
+ * Customize the text size of the widget.
+ * Fully resizable widget with alternative layouts.
+ * Indicators for alerts and recurring events.
+ * Lock time zone when travelling to different time zones.
+ * Turn off Widget or Day headers, event icons, Days from today, etc. and see only what you need.
+ * Android 4+ supported. Supports Android tablets.
RepoType: git
Repo: https://github.com/andstatus/todoagenda.git
@@ -158,7 +158,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/defaultConfig/a\ applicationId "com.plusonelabs.calendar"'
- build.gradle
+ build.gradle
- versionName: 3.0.11-532
versionCode: 532
@@ -167,7 +167,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/defaultConfig/a\ applicationId "com.plusonelabs.calendar"'
- build.gradle
+ build.gradle
- versionName: 3.1.7-560
versionCode: 560
@@ -176,7 +176,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/defaultConfig/a\ applicationId "com.plusonelabs.calendar"'
- build.gradle
+ build.gradle
- versionName: 3.1.9-565
versionCode: 565
@@ -185,16 +185,16 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/defaultConfig/a\ applicationId "com.plusonelabs.calendar"'
- build.gradle
+ build.gradle
MaintainerNotes: |-
- Upstream generates CV and CVC from git, so we don't catch that anymore,
- see https://github.com/plusonelabs/calendar-widget/issues/210.
+ Upstream generates CV and CVC from git, so we don't catch that anymore,
+ see https://github.com/plusonelabs/calendar-widget/issues/210.
- Application ID changed in 2.0.0, but for F-Droid we keep the old one, see
- https://github.com/plusonelabs/calendar-widget/issues/291.
+ Application ID changed in 2.0.0, but for F-Droid we keep the old one, see
+ https://github.com/plusonelabs/calendar-widget/issues/291.
- Since 3.0.8 GIT repo URL changed to its current primary location.
+ Since 3.0.8 GIT repo URL changed to its current primary location.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.poinsart.votar.yml b/metadata/com.poinsart.votar.yml
index 321a201c33..ebab948d27 100644
--- a/metadata/com.poinsart.votar.yml
+++ b/metadata/com.poinsart.votar.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/stephanepoinsart/votar/issues
AutoName: VotAR
Description: |-
- VotAR is an Augmented Reality audience Voting or audience survey system. Your
- audience hold some papers with a special printed symbol to vote, and as the
- speaker you take a photo of it with this app, it will analyze the photo to count
- the votes.
+ VotAR is an Augmented Reality audience Voting or audience survey system. Your
+ audience hold some papers with a special printed symbol to vote, and as the
+ speaker you take a photo of it with this app, it will analyze the photo to count
+ the votes.
RepoType: git
Repo: https://github.com/stephanepoinsart/votar
diff --git a/metadata/com.polipoid.yml b/metadata/com.polipoid.yml
index e15cf9ab4f..92ea239002 100644
--- a/metadata/com.polipoid.yml
+++ b/metadata/com.polipoid.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/splondike/polipoid/issues
AutoName: Polipoid
Description: |-
- A wrapper for the 'polipo' HTTP(S) proxy. Allows for offline browsing via
- polipo's cache, and should also speed browsing somewhat. Will be automatically
- switched to offline browsing mode when the network is disconnected.
+ A wrapper for the 'polipo' HTTP(S) proxy. Allows for offline browsing via
+ polipo's cache, and should also speed browsing somewhat. Will be automatically
+ switched to offline browsing mode when the network is disconnected.
RepoType: git
Repo: https://github.com/splondike/polipoid.git
diff --git a/metadata/com.poupa.attestationdeplacement.yml b/metadata/com.poupa.attestationdeplacement.yml
index ea7f792eba..5de0deae01 100644
--- a/metadata/com.poupa.attestationdeplacement.yml
+++ b/metadata/com.poupa.attestationdeplacement.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- KnownVuln:
- en-US: Uses com.itextpdf:itextg:5.5.10 which has known security issues.
+ KnownVuln:
+ en-US: Uses com.itextpdf:itextg:5.5.10 which has known security issues.
Categories:
- Phone & SMS
License: GPL-3.0-only
@@ -129,11 +129,11 @@ Builds:
- yes
MaintainerNotes: |-
- KnownVuln: com.itextpdf:itextg:5.5.10 noted at below link
- https://github.com/AdrienPoupa/AttestationDeplacement/blob/$TAG/app/build.gradle
- https://github.com/AdrienPoupa/AttestationDeplacement/issues/131
- https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
- Repository archived
+ KnownVuln: com.itextpdf:itextg:5.5.10 noted at below link
+ https://github.com/AdrienPoupa/AttestationDeplacement/blob/$TAG/app/build.gradle
+ https://github.com/AdrienPoupa/AttestationDeplacement/issues/131
+ https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
+ Repository archived
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.poupa.vinylmusicplayer.yml b/metadata/com.poupa.vinylmusicplayer.yml
index 6e21085e91..77b1ce32ab 100644
--- a/metadata/com.poupa.vinylmusicplayer.yml
+++ b/metadata/com.poupa.vinylmusicplayer.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Uses Deezer API
+ NonFreeNet:
+ en-US: Uses Deezer API
Categories:
- Multimedia
License: GPL-3.0-only
@@ -13,9 +13,9 @@ Changelog: https://github.com/VinylMusicPlayer/VinylMusicPlayer/blob/HEAD/CHANGE
AutoName: Vinyl Music Player
Description: |-
- Music player easy to use and customizable (multiple themes including a dark
- one). It supports folder browsing, sleep timer and a tag editor. It is forked
- from Phonograph.
+ Music player easy to use and customizable (multiple themes including a dark
+ one). It supports folder browsing, sleep timer and a tag editor. It is forked
+ from Phonograph.
RepoType: git
Repo: https://github.com/VinylMusicPlayer/VinylMusicPlayer
diff --git a/metadata/com.powerje.nyan.yml b/metadata/com.powerje.nyan.yml
index 7ae51cfe43..416b610de3 100644
--- a/metadata/com.powerje.nyan.yml
+++ b/metadata/com.powerje.nyan.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeAssets:
- en-US: dyan.mp3 (droid droid dr-dr-droid audio) uses a not fully floss license
+ NonFreeAssets:
+ en-US: dyan.mp3 (droid droid dr-dr-droid audio) uses a not fully floss license
Categories:
- Theming
License: Apache-2.0
@@ -9,11 +9,11 @@ IssueTracker: https://github.com/powerje/NyanDroid/issues
AutoName: Nyan
Description: |-
- Endless, flying-pop-tart-cat-alike wallpaper, with options and a standalone,
- musical, launcher version.
+ Endless, flying-pop-tart-cat-alike wallpaper, with options and a standalone,
+ musical, launcher version.
- The music is licensed under CC-BY-NC-3.0. The source code is licensed under the
- Apache-2.0 license.
+ The music is licensed under CC-BY-NC-3.0. The source code is licensed under the
+ Apache-2.0 license.
RepoType: git
Repo: https://github.com/powerje/NyanDroid.git
diff --git a/metadata/com.powerpoint45.lucidbrowser.yml b/metadata/com.powerpoint45.lucidbrowser.yml
index 3fafa3a2ff..1d54e1ea6e 100644
--- a/metadata/com.powerpoint45.lucidbrowser.yml
+++ b/metadata/com.powerpoint45.lucidbrowser.yml
@@ -9,10 +9,10 @@ IssueTracker: https://github.com/powerpoint45/Lucid-Browser/issues
AutoName: Lucid Browser
Description: |-
- Simple, lightweight and small browser with binary size below 1MB. It uses a
- custom homepage that loads locally for quick start-ups.
+ Simple, lightweight and small browser with binary size below 1MB. It uses a
+ custom homepage that loads locally for quick start-ups.
- Not updated - newer versions are non-free.
+ Not updated - newer versions are non-free.
RepoType: git
Repo: https://github.com/powerpoint45/Lucid-Browser
diff --git a/metadata/com.prangesoftwaresolutions.audioanchor.yml b/metadata/com.prangesoftwaresolutions.audioanchor.yml
index c2635875ab..fce75b9dcc 100644
--- a/metadata/com.prangesoftwaresolutions.audioanchor.yml
+++ b/metadata/com.prangesoftwaresolutions.audioanchor.yml
@@ -7,18 +7,18 @@ Changelog: https://github.com/flackbash/AudioAnchor/releases
AutoName: AudioAnchor
Description: |-
- AudioAnchor is an audio player that tracks the listening process of
- your audio books and podcasts.
+ AudioAnchor is an audio player that tracks the listening process of
+ your audio books and podcasts.
- Features:
+ Features:
- AudioAnchor offers a clean and intuitive interface for listening to audio
- files while keeping track of the listening process. Additional features
- include:
+ AudioAnchor offers a clean and intuitive interface for listening to audio
+ files while keeping track of the listening process. Additional features
+ include:
- * lock screen media controls
- * sleep timer
- * export / import listening progress as sql database
+ * lock screen media controls
+ * sleep timer
+ * export / import listening progress as sql database
RepoType: git
Repo: https://github.com/flackbash/AudioAnchor
diff --git a/metadata/com.prhlt.aemus.Read4SpeechExperiments.yml b/metadata/com.prhlt.aemus.Read4SpeechExperiments.yml
index 5048892ac9..0046bcc96e 100644
--- a/metadata/com.prhlt.aemus.Read4SpeechExperiments.yml
+++ b/metadata/com.prhlt.aemus.Read4SpeechExperiments.yml
@@ -7,14 +7,14 @@ IssueTracker: https://gitlab.com/egranell/Read4SpeechExperiments/issues
AutoName: Read4SpeechExperiments
Description: |-
- Read4SpeechExperiments allows obtaining voice samples for experiments in
- automatic speech recognition.
+ Read4SpeechExperiments allows obtaining voice samples for experiments in
+ automatic speech recognition.
- The set of sentences to read can be showed to the speakers by text or by images.
- Speakers can send the recorded speech utterances by using any communication
- application available on their mobile device, such as, e-mail. Moreover, this
- tool includes a handsfree mode for acquiring speech utterances with a reduced
- speaker interaction.
+ The set of sentences to read can be showed to the speakers by text or by images.
+ Speakers can send the recorded speech utterances by using any communication
+ application available on their mobile device, such as, e-mail. Moreover, this
+ tool includes a handsfree mode for acquiring speech utterances with a reduced
+ speaker interaction.
RepoType: git
Repo: https://gitlab.com/egranell/Read4SpeechExperiments.git
@@ -41,7 +41,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation' } }" >>
- build.gradle
+ build.gradle
- versionName: '1.06'
versionCode: 18
@@ -50,7 +50,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation' } }" >>
- build.gradle
+ build.gradle
- versionName: '1.1'
versionCode: 19
diff --git a/metadata/com.primavera.arduino.listener.yml b/metadata/com.primavera.arduino.listener.yml
index 9a01c4f213..7f96d2a97f 100644
--- a/metadata/com.primavera.arduino.listener.yml
+++ b/metadata/com.primavera.arduino.listener.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/jeppsson/Arduino-Communicator/issues
AutoName: Arduino Uno Communicator
Description: |-
- Very simple Android application for communicating with Arduino Uno (with
- Atmega16U2 or Atmega8U2 programmed as a USB-to-serial converter) via a microUSB
- OTG cable.
+ Very simple Android application for communicating with Arduino Uno (with
+ Atmega16U2 or Atmega8U2 programmed as a USB-to-serial converter) via a microUSB
+ OTG cable.
- Please note that this app will not work with Arduino boards with the FTDI
- USB-to-serial driver chip.
+ Please note that this app will not work with Arduino boards with the FTDI
+ USB-to-serial driver chip.
RepoType: git
Repo: https://github.com/jeppsson/Arduino-Communicator.git
diff --git a/metadata/com.primokorn.enhancement.yml b/metadata/com.primokorn.enhancement.yml
index a79cf71af7..d51cce8f6f 100644
--- a/metadata/com.primokorn.enhancement.yml
+++ b/metadata/com.primokorn.enhancement.yml
@@ -7,9 +7,9 @@ IssueTracker: https://gitlab.com/Primokorn/EnhancementTheme/issues
AutoName: Enhancement
Description: |-
- Enhancement is a theme for custom ROMs having the CM13 theme engine. The goal is
- to provide a stock UI with enhanced icons and colors for your device, keeping it
- light and clean.
+ Enhancement is a theme for custom ROMs having the CM13 theme engine. The goal is
+ to provide a stock UI with enhanced icons and colors for your device, keeping it
+ light and clean.
RepoType: git
Repo: https://gitlab.com/Primokorn/EnhancementTheme.git
diff --git a/metadata/com.proch.practicehub.yml b/metadata/com.proch.practicehub.yml
index 3f3ed07ca1..197e16f9a5 100644
--- a/metadata/com.proch.practicehub.yml
+++ b/metadata/com.proch.practicehub.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/rproch/music-practice-tools/issues
AutoName: Practice Hub
Description: |-
- Tools for musicians, including a chromoatic tuner, a metronome, and a pitch
- drone.
+ Tools for musicians, including a chromoatic tuner, a metronome, and a pitch
+ drone.
Builds:
- versionName: '1.0'
diff --git a/metadata/com.procrastimax.birthdaybuddy.yml b/metadata/com.procrastimax.birthdaybuddy.yml
index 04df268419..38f785a9e6 100644
--- a/metadata/com.procrastimax.birthdaybuddy.yml
+++ b/metadata/com.procrastimax.birthdaybuddy.yml
@@ -8,20 +8,20 @@ IssueTracker: https://github.com/procrastimax/BirthdayBuddy/issues
AutoName: Birthday Buddy
Description: |-
- BirthdayBuddy is a simple, material design orientated app to help you remember birthdays, anniversaries and other special events.
- Information about the age of a person and how many days remain until the birthday are clearly presented.
+ BirthdayBuddy is a simple, material design orientated app to help you remember birthdays, anniversaries and other special events.
+ Information about the age of a person and how many days remain until the birthday are clearly presented.
- You don't need an extra account, because everything happens offline and the data is stored locally on your phone.
+ You don't need an extra account, because everything happens offline and the data is stored locally on your phone.
- Features:
+ Features:
- * support for different event types
- * simple design
- * wide configuration options for notifications
- * import/ export feature for data
- * dark-mode
+ * support for different event types
+ * simple design
+ * wide configuration options for notifications
+ * import/ export feature for data
+ * dark-mode
- If you encounter any problems/ bugs or you have feature requests, then please contact me: mmeheykeroth@tutanota
+ If you encounter any problems/ bugs or you have feature requests, then please contact me: mmeheykeroth@tutanota
RepoType: git
Repo: https://github.com/procrastimax/BirthdayBuddy
diff --git a/metadata/com.projectsexception.myapplist.open.yml b/metadata/com.projectsexception.myapplist.open.yml
index 8c07190dda..6f55c99e19 100644
--- a/metadata/com.projectsexception.myapplist.open.yml
+++ b/metadata/com.projectsexception.myapplist.open.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/projectsexception/MyAppList/issues
AutoName: My App List
Description: |-
- Save a list of currently installed or selected applications as XML, HTML or
- plaintext file. You can restore the applications later after installing a new
- ROM, a factory reset or even when using a new device. You can also share those
- app lists with your friends.
+ Save a list of currently installed or selected applications as XML, HTML or
+ plaintext file. You can restore the applications later after installing a new
+ ROM, a factory reset or even when using a new device. You can also share those
+ app lists with your friends.
- Note: This does not make a backup of the app data or the app itself.
+ Note: This does not make a backup of the app data or the app itself.
RepoType: git
Repo: https://github.com/projectsexception/MyAppList
diff --git a/metadata/com.purplefoto.pfdock.yml b/metadata/com.purplefoto.pfdock.yml
index 22bac418da..a35cc3555f 100644
--- a/metadata/com.purplefoto.pfdock.yml
+++ b/metadata/com.purplefoto.pfdock.yml
@@ -7,18 +7,18 @@ IssueTracker: https://github.com/ehcloninger/pf-public/issues
AutoName: PurpleDock
Description: |-
- PurpleDock is a simple replacement for the car dock app that ships with many
- handsets. PurpleDock works in both Portrait and Landscape orientation. It works
- when connected to power and disconnected. GPS usage (used for speedometer) is
- throttled when not connected to power in order to save battery life.
+ PurpleDock is a simple replacement for the car dock app that ships with many
+ handsets. PurpleDock works in both Portrait and Landscape orientation. It works
+ when connected to power and disconnected. GPS usage (used for speedometer) is
+ throttled when not connected to power in order to save battery life.
- PurpleDock allows customization of three of the launch buttons. The stickpin,
- headphones, and microphone buttons are pre-assigned to Google Places, Google
- Music, and Voice Search. To override these buttons, tap and hold for 1 second to
- bring up an editor. You will need to know the full name of the application and
- the name of the Activity to launch, which can be got from
- https://f-droid.org/packages/com.ideasfrombrain.search_based_launcher_v2 or or the AndroidManifest.xml of
- the source code of the app.
+ PurpleDock allows customization of three of the launch buttons. The stickpin,
+ headphones, and microphone buttons are pre-assigned to Google Places, Google
+ Music, and Voice Search. To override these buttons, tap and hold for 1 second to
+ bring up an editor. You will need to know the full name of the application and
+ the name of the Activity to launch, which can be got from
+ https://f-droid.org/packages/com.ideasfrombrain.search_based_launcher_v2 or or the AndroidManifest.xml of
+ the source code of the app.
RepoType: git
Repo: https://github.com/ehcloninger/pf-public.git
diff --git a/metadata/com.qsp.player.yml b/metadata/com.qsp.player.yml
index 79b962bef4..35a22a8596 100644
--- a/metadata/com.qsp.player.yml
+++ b/metadata/com.qsp.player.yml
@@ -7,9 +7,9 @@ IssueTracker: http://qsp.su/index.php?option=com_agora&task=topic&id=128&Itemid=
AutoName: Quest Player
Description: |-
- QSP, она же Quest Soft Player - простая в освоении система разработки текстовых
- игр, преимущественно с "менюшным" вводом (существует возможность создания
- полноценного парсера).
+ QSP, она же Quest Soft Player - простая в освоении система разработки текстовых
+ игр, преимущественно с "менюшным" вводом (существует возможность создания
+ полноценного парсера).
Builds:
- versionName: 1.0.201 alpha
diff --git a/metadata/com.quaap.audiometer.yml b/metadata/com.quaap.audiometer.yml
index b9bf995dfe..1de9e863ad 100644
--- a/metadata/com.quaap.audiometer.yml
+++ b/metadata/com.quaap.audiometer.yml
@@ -8,19 +8,19 @@ Donate: https://paypal.me/quaap
AutoName: AudioMeter
Description: |-
- A simple VU-style audio meter. You can choose from several formulas to allow
- the meter to work in low- and high-noise level enviromnents.
+ A simple VU-style audio meter. You can choose from several formulas to allow
+ the meter to work in low- and high-noise level enviromnents.
- I noticed there was no audio meter in F-Droid, so I thought I'd build one.
+ I noticed there was no audio meter in F-Droid, so I thought I'd build one.
- The app offers a few ways to calculate the audio level to display:
+ The app offers a few ways to calculate the audio level to display:
- * dBFS: Decibels relative to Full Scale.
- * RMS: Root Mean Square. This is arguable the most correct, but it is a little insensitive at low volumes.
- * LogRMS: Natural log of RMS: My first attempt to even out the scale. It's a little too sensitive to noisy mics.
- * SqrtRMS: Squareroot of RMS: My second attempt to even out RMS: it seems to works best.
- * Max: Simply find the loudest bit of each sample. Most responsive, but will peg the scale on noisey places.
- * Avg: Simple average of the sound.
+ * dBFS: Decibels relative to Full Scale.
+ * RMS: Root Mean Square. This is arguable the most correct, but it is a little insensitive at low volumes.
+ * LogRMS: Natural log of RMS: My first attempt to even out the scale. It's a little too sensitive to noisy mics.
+ * SqrtRMS: Squareroot of RMS: My second attempt to even out RMS: it seems to works best.
+ * Max: Simply find the loudest bit of each sample. Most responsive, but will peg the scale on noisey places.
+ * Avg: Simple average of the sound.
RepoType: git
Repo: https://github.com/quaap/AudioMeter
diff --git a/metadata/com.quaap.computationaldemonology.yml b/metadata/com.quaap.computationaldemonology.yml
index f5104d159d..6b09e3e014 100644
--- a/metadata/com.quaap.computationaldemonology.yml
+++ b/metadata/com.quaap.computationaldemonology.yml
@@ -8,13 +8,13 @@ Donate: https://paypal.me/quaap
AutoName: Computational Demonology
Description: |-
- Computational Demonology is the science of using math and algorithms to interact
- with the fundamental fabric of reality, particularly the borders between
- universes. This app implements some of the more beneficial algorithms for use
- against the not-so-beneficial ones.
+ Computational Demonology is the science of using math and algorithms to interact
+ with the fundamental fabric of reality, particularly the borders between
+ universes. This app implements some of the more beneficial algorithms for use
+ against the not-so-beneficial ones.
- Though in the "Games" category, this is actually a highly sophisticated
- algorithmic arsenal for use in the field. See the website for more.
+ Though in the "Games" category, this is actually a highly sophisticated
+ algorithmic arsenal for use in the field. See the website for more.
RepoType: git
Repo: https://github.com/quaap/ComputationalDemonology
diff --git a/metadata/com.quaap.dodatheexploda.yml b/metadata/com.quaap.dodatheexploda.yml
index 2c2d20c44a..593227eeb5 100644
--- a/metadata/com.quaap.dodatheexploda.yml
+++ b/metadata/com.quaap.dodatheexploda.yml
@@ -9,12 +9,12 @@ Donate: https://paypal.me/quaap
AutoName: Doda The Exploda
Description: |-
- Her name is Doda, Doda The Exploda. She needs your help to find, identify, and
- then blow stuff up!
+ Her name is Doda, Doda The Exploda. She needs your help to find, identify, and
+ then blow stuff up!
- Doda is a simple "hidden objects" or "I spy" game. It has levels appropriate
- for babies, children, and adults. Choose between timed and untimed, and whether
- to use a white background (easier), or an image background (harder).
+ Doda is a simple "hidden objects" or "I spy" game. It has levels appropriate
+ for babies, children, and adults. Choose between timed and untimed, and whether
+ to use a white background (easier), or an image background (harder).
RepoType: git
Repo: https://github.com/quaap/DodaTheExploda
diff --git a/metadata/com.quaap.phonefonefun.yml b/metadata/com.quaap.phonefonefun.yml
index 56d296c0e9..ad52935227 100644
--- a/metadata/com.quaap.phonefonefun.yml
+++ b/metadata/com.quaap.phonefonefun.yml
@@ -9,12 +9,12 @@ Donate: https://paypal.me/quaap
AutoName: PhoneFoneFun
Description: |-
- A simple play phone/fone for young children. Makes accurate phone noises and can
- also speak using Text-to-speech. I've tested with my own 2.5 year-old, and he
- loves it!
+ A simple play phone/fone for young children. Makes accurate phone noises and can
+ also speak using Text-to-speech. I've tested with my own 2.5 year-old, and he
+ loves it!
- Creates a standard "old-school" cell phone which can beep like a real phone, say
- numbers and make a fake conversation (using text-to-speech).
+ Creates a standard "old-school" cell phone which can beep like a real phone, say
+ numbers and make a fake conversation (using text-to-speech).
RepoType: git
Repo: https://github.com/quaap/PhoneFoneFun
diff --git a/metadata/com.quaap.primary.yml b/metadata/com.quaap.primary.yml
index 3c0a1d2797..0d9a47df20 100644
--- a/metadata/com.quaap.primary.yml
+++ b/metadata/com.quaap.primary.yml
@@ -9,13 +9,13 @@ Donate: https://paypal.me/quaap
AutoName: Primary
Description: |-
- Primary is a slightly gamified educational application aimed at Primary
- (Elementary) school-aged children, but of course adults who wish to sharpen
- their skills will find it useful as well. There are levels dealing with basic
- math, sorting, clocks, spelling, plurals, etc., with new subjects planned for
- the future.
+ Primary is a slightly gamified educational application aimed at Primary
+ (Elementary) school-aged children, but of course adults who wish to sharpen
+ their skills will find it useful as well. There are levels dealing with basic
+ math, sorting, clocks, spelling, plurals, etc., with new subjects planned for
+ the future.
- See the website for a full list of subjects and features.
+ See the website for a full list of subjects and features.
RepoType: git
Repo: https://github.com/quaap/Primary
diff --git a/metadata/com.quchen.flashcard.yml b/metadata/com.quchen.flashcard.yml
index 53db20a58d..fb0839544b 100644
--- a/metadata/com.quchen.flashcard.yml
+++ b/metadata/com.quchen.flashcard.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/cubei/flashcards/issues
AutoName: FlashCards
Description: |-
- FlashCards is a simple flash card app with csv files as input. It is
- meant for stuff like learning vocabulary of different languages.
+ FlashCards is a simple flash card app with csv files as input. It is
+ meant for stuff like learning vocabulary of different languages.
RepoType: git
Repo: https://github.com/cubei/flashcards
diff --git a/metadata/com.radioreddit.android.yml b/metadata/com.radioreddit.android.yml
index f73c8e8f55..8704197697 100644
--- a/metadata/com.radioreddit.android.yml
+++ b/metadata/com.radioreddit.android.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Reddit.
+ NonFreeNet:
+ en-US: Depends on Reddit.
Categories:
- Internet
License: GPL-3.0-or-later
@@ -9,10 +9,10 @@ IssueTracker: https://github.com/chris-blay/radio-reddit-for-Android/issues
AutoName: radio reddit
Description: |-
- Select any subreddit from the many dedicated to music on the news site
- reddit.com and listen to the songs that are posted there. Subreddits are often
- separated by music genre. This simple app lets you select one of them and the
- app will stream the music for you automatically.
+ Select any subreddit from the many dedicated to music on the news site
+ reddit.com and listen to the songs that are posted there. Subreddits are often
+ separated by music genre. This simple app lets you select one of them and the
+ app will stream the music for you automatically.
RepoType: git
Repo: https://github.com/chris-blay/radio-reddit-for-Android
diff --git a/metadata/com.radiostudent.radiostudentstream.yml b/metadata/com.radiostudent.radiostudentstream.yml
index 6263765743..a6860692d5 100644
--- a/metadata/com.radiostudent.radiostudentstream.yml
+++ b/metadata/com.radiostudent.radiostudentstream.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on radiostudent.si.
+ NonFreeNet:
+ en-US: Depends on radiostudent.si.
Categories:
- Multimedia
License: GPL-2.0-only
@@ -9,8 +9,8 @@ IssueTracker: https://github.com/RadioStudent/RadioStudent-Android/issues
AutoName: Radio Študent
Description: |-
- Stream and listen to the local radio station in Ljubljana, Slovenia:
- Radio Student.
+ Stream and listen to the local radio station in Ljubljana, Slovenia:
+ Radio Student.
RepoType: git
Repo: https://github.com/RadioStudent/RadioStudent-Android
diff --git a/metadata/com.rafapps.earthviewformuzei.yml b/metadata/com.rafapps.earthviewformuzei.yml
index 85011fac49..a12ca3a53a 100644
--- a/metadata/com.rafapps.earthviewformuzei.yml
+++ b/metadata/com.rafapps.earthviewformuzei.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Retrieves graphics from earthview.withgoogle.com
+ NonFreeNet:
+ en-US: Retrieves graphics from earthview.withgoogle.com
Categories:
- Theming
License: MIT
diff --git a/metadata/com.rareventure.gps2.yml b/metadata/com.rareventure.gps2.yml
index 99e8ec637b..3eb7b33d95 100644
--- a/metadata/com.rareventure.gps2.yml
+++ b/metadata/com.rareventure.gps2.yml
@@ -6,32 +6,32 @@ IssueTracker: https://github.com/redfish64/TinyTravelTracker/issues
AutoName: Tiny Travel Tracker
Description: |-
- Track your geolocation with timestamps and notes.
+ Track your geolocation with timestamps and notes.
- Features:
+ Features:
- * It keeps track of it's own battery usage to prevent excessive battery drain.
- * It can handle hundreds of thousands of points.
- * The data is encrypted using 256 AES keys and can be password protected.
- * It doesn't upload data to any website but remains on your phone at all times -- and data is easily wiped away by uninstalling the app.
+ * It keeps track of it's own battery usage to prevent excessive battery drain.
+ * It can handle hundreds of thousands of points.
+ * The data is encrypted using 256 AES keys and can be password protected.
+ * It doesn't upload data to any website but remains on your phone at all times -- and data is easily wiped away by uninstalling the app.
- It's meant for both traveling to far off places and reviewing your day to day
- activities.
+ It's meant for both traveling to far off places and reviewing your day to day
+ activities.
- It can find the answer to questions such as:
+ It can find the answer to questions such as:
- * Where did I really go when I got lost on top of that mountain?
- * How many times have I been to the gym in the last month?
- * Where are some different routes to work that I haven't tried yet, and how long to the routes I choose actually take?
- * How many hours have I actually spent in that pool hall?
- * What did I do all day on October 27th, 2010?
- * Where was that little shop I visited when I was wandering around Tokyo?
+ * Where did I really go when I got lost on top of that mountain?
+ * How many times have I been to the gym in the last month?
+ * Where are some different routes to work that I haven't tried yet, and how long to the routes I choose actually take?
+ * How many hours have I actually spent in that pool hall?
+ * What did I do all day on October 27th, 2010?
+ * Where was that little shop I visited when I was wandering around Tokyo?
- It also is useful in situations where you don't have internet access. All map
- tiles previously viewed are cached on the phone, so even without internet, you
- can use the map as long as you've looked at previously viewed area. In addition,
- since the GPS points are stored on the phone, they are always present,
- regardless of internet availability.
+ It also is useful in situations where you don't have internet access. All map
+ tiles previously viewed are cached on the phone, so even without internet, you
+ can use the map as long as you've looked at previously viewed area. In addition,
+ since the GPS points are stored on the phone, they are always present,
+ regardless of internet availability.
RepoType: git
Repo: https://github.com/redfish64/TinyTravelTracker
diff --git a/metadata/com.rascarlo.adaptive.brightness.tile.yml b/metadata/com.rascarlo.adaptive.brightness.tile.yml
index 1c8436decf..8927ffce69 100644
--- a/metadata/com.rascarlo.adaptive.brightness.tile.yml
+++ b/metadata/com.rascarlo.adaptive.brightness.tile.yml
@@ -9,15 +9,15 @@ Donate: https://github.com/sponsors/rascarlo
AutoName: Adaptive Brightness Tile
Description: |-
- Adaptive Brightness provides a tile that can be added to the
- Quick Settings layout in the notification panel to change
- adaptive brightness mode.
+ Adaptive Brightness provides a tile that can be added to the
+ Quick Settings layout in the notification panel to change
+ adaptive brightness mode.
- Supported devices: Android 7.0+ (API 24). The app makes use of the
- Quick Settings Tiles API released with Android 7.0 (API 24).
+ Supported devices: Android 7.0+ (API 24). The app makes use of the
+ Quick Settings Tiles API released with Android 7.0 (API 24).
- * Tile documentation
- * TileService documentation
+ * Tile documentation
+ * TileService documentation
RepoType: git
Repo: https://github.com/rascarlo/AdaptiveBrightnessTile
diff --git a/metadata/com.rastating.droidbeard.yml b/metadata/com.rastating.droidbeard.yml
index 5fabddf4bd..05b7829946 100644
--- a/metadata/com.rastating.droidbeard.yml
+++ b/metadata/com.rastating.droidbeard.yml
@@ -7,15 +7,15 @@ IssueTracker: https://github.com/rastating/DroidBeard/issues
AutoName: DroidBeard
Description: |-
- Managing your SickBeard installation either at home or
- remotely. Current features include:
+ Managing your SickBeard installation either at home or
+ remotely. Current features include:
- * Add new shows from your Android device
- * See upcoming episodes
- * View snatch and download history
- * Manage episode statuses and force searches
- * Supports multiple profiles so you can manage multiple Sick Beard installations
- * Support for Sick Rage specific API
+ * Add new shows from your Android device
+ * See upcoming episodes
+ * View snatch and download history
+ * Manage episode statuses and force searches
+ * Supports multiple profiles so you can manage multiple Sick Beard installations
+ * Support for Sick Rage specific API
RepoType: git
Repo: https://github.com/rastating/DroidBeard
diff --git a/metadata/com.razeeman.util.simpletimetracker.yml b/metadata/com.razeeman.util.simpletimetracker.yml
index fb09948e69..a0626e401e 100644
--- a/metadata/com.razeeman.util.simpletimetracker.yml
+++ b/metadata/com.razeeman.util.simpletimetracker.yml
@@ -23,7 +23,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.0
prebuild: sed -e 's/\s\+"/implementation "/g' ../buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Deps.kt
- > deps.gradle
+ > deps.gradle
build:
- gradle assembleRelease
- $$reproducible-apk-tools$$/fix-newlines.py build/outputs/apk/release/*.apk
@@ -41,7 +41,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.0
prebuild: sed -e 's/\s\+"/implementation "/g' ../buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Deps.kt
- > deps.gradle
+ > deps.gradle
build:
- gradle assembleRelease
- $$reproducible-apk-tools$$/fix-newlines.py build/outputs/apk/release/*.apk
@@ -59,7 +59,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.0
prebuild: sed -e 's/\s\+"/implementation "/g' ../buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Deps.kt
- > deps.gradle
+ > deps.gradle
build:
- gradle assembleRelease
- $$reproducible-apk-tools$$/fix-newlines.py build/outputs/apk/release/*.apk
@@ -74,7 +74,7 @@ Builds:
gradle:
- yes
prebuild: sed -e 's/\s\+"/implementation "/g' ../buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Deps.kt
- > deps.gradle
+ > deps.gradle
- versionName: '1.26'
versionCode: 27
@@ -83,7 +83,7 @@ Builds:
gradle:
- yes
prebuild: sed -e 's/\s\+"/implementation "/g' ../buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Deps.kt
- > deps.gradle
+ > deps.gradle
- versionName: '1.27'
versionCode: 28
@@ -92,7 +92,7 @@ Builds:
gradle:
- yes
prebuild: sed -e 's/\s\+"/implementation "/g' ../buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Deps.kt
- > deps.gradle
+ > deps.gradle
- versionName: '1.28'
versionCode: 29
@@ -105,7 +105,7 @@ Builds:
gradle:
- yes
prebuild: sed -e 's/\s\+"/implementation "/g' ../buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Deps.kt
- > deps.gradle
+ > deps.gradle
- versionName: '1.29'
versionCode: 30
@@ -118,7 +118,7 @@ Builds:
gradle:
- yes
prebuild: sed -e 's/\s\+"/implementation "/g' ../buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Deps.kt
- > deps.gradle
+ > deps.gradle
- versionName: '1.30'
versionCode: 31
@@ -131,7 +131,7 @@ Builds:
gradle:
- yes
prebuild: sed -e 's/\s\+"/implementation "/g' ../buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Deps.kt
- > deps.gradle
+ > deps.gradle
- versionName: '1.31'
versionCode: 32
@@ -144,13 +144,13 @@ Builds:
gradle:
- yes
prebuild: sed -e 's/\s\+"/implementation "/g' ../buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Deps.kt
- > deps.gradle
+ > deps.gradle
AllowedAPKSigningKeys: 9f2241eaf78be6b8415f2db424ef99c9745576fe07b0e58b08c922289a3633e4
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Base.kt|versionCode
- = (\d+)|.|versionName = "(.*)"
+ = (\d+)|.|versionName = "(.*)"
CurrentVersion: '1.31'
CurrentVersionCode: 32
diff --git a/metadata/com.readystatesoftware.ghostlog.yml b/metadata/com.readystatesoftware.ghostlog.yml
index a097aaa3a6..d3dd1f234b 100644
--- a/metadata/com.readystatesoftware.ghostlog.yml
+++ b/metadata/com.readystatesoftware.ghostlog.yml
@@ -6,15 +6,15 @@ IssueTracker: https://github.com/jgilfelt/GhostLog/issues
AutoName: Ghost Log
Description: |-
- Displays the device logcat buffer in a system overlay window.
+ Displays the device logcat buffer in a system overlay window.
- Features:
+ Features:
- * Persistent logcat display as a system overlay
- * Customisable log filters and display options
- * Auto filter by the current foreground Activity process
- * Quick access to pause/play, clear & share functions via rich notification
- * Integration support for non-root devices
+ * Persistent logcat display as a system overlay
+ * Customisable log filters and display options
+ * Auto filter by the current foreground Activity process
+ * Quick access to pause/play, clear & share functions via rich notification
+ * Integration support for non-root devices
RequiresRoot: true
diff --git a/metadata/com.redblaster.hsl.main.yml b/metadata/com.redblaster.hsl.main.yml
index 723fddaf75..294fa4ef5d 100644
--- a/metadata/com.redblaster.hsl.main.yml
+++ b/metadata/com.redblaster.hsl.main.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/w32blaster/helsinki-timetables/issues
AutoName: Helsinki Timetables
Description: |-
- Helsinki Timetables provides Timetables of public transport for
- Helsinki city and regions, Finland. The app supports the following
- languages: Languages: eng, fin, rus, fra, esp, est, swe, vie
+ Helsinki Timetables provides Timetables of public transport for
+ Helsinki city and regions, Finland. The app supports the following
+ languages: Languages: eng, fin, rus, fra, esp, est, swe, vie
- Note: this app requires about 75MB free space on SD-card (sometimes
- more, when database keeps all timetables from summer and winter periods).
+ Note: this app requires about 75MB free space on SD-card (sometimes
+ more, when database keeps all timetables from summer and winter periods).
RepoType: git
Repo: https://github.com/w32blaster/helsinki-timetables
diff --git a/metadata/com.redcoracle.episodes.yml b/metadata/com.redcoracle.episodes.yml
index 28589da3e8..1d3d89812e 100644
--- a/metadata/com.redcoracle.episodes.yml
+++ b/metadata/com.redcoracle.episodes.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: TV show data is downloaded from TheTVDB.com, which is proprietary.
+ NonFreeNet:
+ en-US: TV show data is downloaded from TheTVDB.com, which is proprietary.
Categories:
- Multimedia
License: GPL-3.0-or-later
diff --git a/metadata/com.reddyetwo.hashmypass.app.yml b/metadata/com.reddyetwo.hashmypass.app.yml
index 4e5181c90a..0aff420c2b 100644
--- a/metadata/com.reddyetwo.hashmypass.app.yml
+++ b/metadata/com.reddyetwo.hashmypass.app.yml
@@ -7,25 +7,25 @@ IssueTracker: https://github.com/gustavomondron/twik/issues
AutoName: Twik
Description: |-
- Use a combination of a master key/password, a private key, and the website
- name/url to generate a unique, strong password. Since passwords are generated
- each time, even if one of them is compromised the rest would be safe. Twik also
- integrates with any web browser, so that you can generate a password quickly by
- sharing a website with Twik from the browser.
+ Use a combination of a master key/password, a private key, and the website
+ name/url to generate a unique, strong password. Since passwords are generated
+ each time, even if one of them is compromised the rest would be safe. Twik also
+ integrates with any web browser, so that you can generate a password quickly by
+ sharing a website with Twik from the browser.
- It is compatible with Password Hasher Plus, a Chrome extension by Eric Woodruff
- that follows the same principles for generating strong passwords. You can use
- the same private and master keys to generate the same passwords on your desktop
- browser.
+ It is compatible with Password Hasher Plus, a Chrome extension by Eric Woodruff
+ that follows the same principles for generating strong passwords. You can use
+ the same private and master keys to generate the same passwords on your desktop
+ browser.
- Features:
+ Features:
- * Several profiles, each with its own private key
- * Favicons to easily identify websites
- * Identicons to check that you typed your master key correctly at a glance
- * Share any website from a web browser to generate a password for it
- * Customize password generation for each website (password length and characters)
- * Automatically copy generated passwords to the clipboard
+ * Several profiles, each with its own private key
+ * Favicons to easily identify websites
+ * Identicons to check that you typed your master key correctly at a glance
+ * Share any website from a web browser to generate a password for it
+ * Customize password generation for each website (password length and characters)
+ * Automatically copy generated passwords to the clipboard
RepoType: git
Repo: https://github.com/gustavomondron/twik
diff --git a/metadata/com.redirectapps.tvkill.yml b/metadata/com.redirectapps.tvkill.yml
index fc8b70c42d..16d74ac5b3 100644
--- a/metadata/com.redirectapps.tvkill.yml
+++ b/metadata/com.redirectapps.tvkill.yml
@@ -7,21 +7,21 @@ IssueTracker: https://github.com/42SK/TVKILL/issues
AutoName: TV KILL
Description: |-
- Turn off supported TVs using your device's built-in IR-blaster. The app basicly
- transmits a variety of off-patterns for different TVs successively, which will
- cause most TVs to power down.
+ Turn off supported TVs using your device's built-in IR-blaster. The app basicly
+ transmits a variety of off-patterns for different TVs successively, which will
+ cause most TVs to power down.
- If you activate the repetitive-mode, your phone will transmit the off signals
- over and over again, even when you close the Application or lock your screen.
- This way, you can simply deploy your phone in front of a TV and the TV will turn
- itself off again whenever somebody tries to switch it on. (Great for private
- screening events)
+ If you activate the repetitive-mode, your phone will transmit the off signals
+ over and over again, even when you close the Application or lock your screen.
+ This way, you can simply deploy your phone in front of a TV and the TV will turn
+ itself off again whenever somebody tries to switch it on. (Great for private
+ screening events)
- You can also select an off-pattern that only affects devices from a single
- manufacturer, in case you want to turn-off a TV from a specific brand.
+ You can also select an off-pattern that only affects devices from a single
+ manufacturer, in case you want to turn-off a TV from a specific brand.
- TV KILL also includes a widget for your home screen, so you don't even have to
- open the app to turn a TV off.
+ TV KILL also includes a widget for your home screen, so you don't even have to
+ open the app to turn a TV off.
RepoType: git
Repo: https://github.com/42SK/TVKILL
diff --git a/metadata/com.refactech.driibo.yml b/metadata/com.refactech.driibo.yml
index 01ae0521c8..cbdd420423 100644
--- a/metadata/com.refactech.driibo.yml
+++ b/metadata/com.refactech.driibo.yml
@@ -20,12 +20,12 @@ Builds:
rm:
- Driibo/libs/*
prebuild: sed -i -e '/support-v4/acompile "com.mcxiaoke.volley:library:1.0.16"'
- -e '/compile files/d' build.gradle
+ -e '/compile files/d' build.gradle
MaintainerNotes: |-
- * No update checks, because variables are used in gradle. Manifest at 1.0 (1).
- * https://github.com/ikew0ng/Dribbo/issues/9
- * https://github.com/ikew0ng/Dribbo/issues/8
+ * No update checks, because variables are used in gradle. Manifest at 1.0 (1).
+ * https://github.com/ikew0ng/Dribbo/issues/9
+ * https://github.com/ikew0ng/Dribbo/issues/8
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.rehanced.lunary.yml b/metadata/com.rehanced.lunary.yml
index dc642cd3c2..c4a3e0478f 100644
--- a/metadata/com.rehanced.lunary.yml
+++ b/metadata/com.rehanced.lunary.yml
@@ -9,23 +9,23 @@ IssueTracker: https://github.com/manuelsc/Lunary-Ethereum-Wallet/issues
AutoName: Lunary
Description: |-
- NOTE: App has been discontinued
+ NOTE: App has been discontinued
- A beautiful designed, easy to use and secure Ethereum Wallet for your phone.
+ A beautiful designed, easy to use and secure Ethereum Wallet for your phone.
- Features:
+ Features:
- * Mutli wallet support
- * Support for watch only wallets
- * Send / Request payments
- * Notification on incoming transactions
- * Combined transaction history
- * Addressbook and address naming
- * Importing / Exporting wallets
- * Display amounts in ETH, USD or BTC
- * No registration or sign up required
- * Price history charts
- * Support for 8 Currencies: USD, EUR, GBP, CHF, AUD, CAD, JPY, RUB
+ * Mutli wallet support
+ * Support for watch only wallets
+ * Send / Request payments
+ * Notification on incoming transactions
+ * Combined transaction history
+ * Addressbook and address naming
+ * Importing / Exporting wallets
+ * Display amounts in ETH, USD or BTC
+ * No registration or sign up required
+ * Price history charts
+ * Support for 8 Currencies: USD, EUR, GBP, CHF, AUD, CAD, JPY, RUB
RepoType: git
Repo: https://github.com/manuelsc/Lunary-Ethereum-Wallet.git
diff --git a/metadata/com.reicast.emulator.yml b/metadata/com.reicast.emulator.yml
index 1f57746782..eece8971d0 100644
--- a/metadata/com.reicast.emulator.yml
+++ b/metadata/com.reicast.emulator.yml
@@ -9,9 +9,9 @@ IssueTracker: https://github.com/reicast/reicast-emulator/issues
AutoName: reicast
Description: |-
- This is a fork/rewrite/remix of various versions of nulldc and nulldce.
- Bios/flash have to be on /sdcard/dc/data/dc_boot.bin and
- /sdcard/dc/data/dc_flash.bin. Supported game formats: gdi, chd.
+ This is a fork/rewrite/remix of various versions of nulldc and nulldce.
+ Bios/flash have to be on /sdcard/dc/data/dc_boot.bin and
+ /sdcard/dc/data/dc_flash.bin. Supported game formats: gdi, chd.
RepoType: git
Repo: https://github.com/reicast/reicast-emulator.git
diff --git a/metadata/com.renard.ocr.yml b/metadata/com.renard.ocr.yml
index faf6e67795..737ecd4c44 100644
--- a/metadata/com.renard.ocr.yml
+++ b/metadata/com.renard.ocr.yml
@@ -1,9 +1,9 @@
AntiFeatures:
- NonFreeNet:
- en-US: Additional language packs hosted on Github; auto-playing Youtube embeds
- in help section.
- Tracking:
- en-US: Usage data reporting is turned on by default.
+ NonFreeNet:
+ en-US: Additional language packs hosted on Github; auto-playing Youtube embeds
+ in help section.
+ Tracking:
+ en-US: Usage data reporting is turned on by default.
Categories:
- Reading
- Writing
@@ -13,30 +13,29 @@ AuthorEmail: Renard.Wellnitz@googlemail.com
SourceCode: https://github.com/renard314/textfairy
IssueTracker: https://github.com/renard314/textfairy/issues
-Description: |4-
+Description: |-
+ Note: newer versions of this app are not distributed
+ under a FOSS license and not available on F-Droid.
- Note: newer versions of this app are not distributed
- under a FOSS license and not available on F-Droid.
+ An android OCR app that allows to manage your documents,
+ extract text from images and photos and much more.
- An android OCR app that allows to manage your documents,
- extract text from images and photos and much more.
+ List of features:
+ * Extract text from images
+ * Edit, share, or export as PDF
+ * Works offline to protect your privacy
+ * Reads text out loud. (Text-to-speech, TTS)
+ * Recognizes printed text from more than 110 languages
+ * Scan documents with text in multiple languages
+ * Manage your scanned files (edit, join, delete)
+ * Automatically cleans up the image, corrects the viewpoint and straightens text lines
+ * Automatically detects text columns in complex documents
- List of features:
- * Extract text from images
- * Edit, share, or export as PDF
- * Works offline to protect your privacy
- * Reads text out loud. (Text-to-speech, TTS)
- * Recognizes printed text from more than 110 languages
- * Scan documents with text in multiple languages
- * Manage your scanned files (edit, join, delete)
- * Automatically cleans up the image, corrects the viewpoint and straightens text lines
- * Automatically detects text columns in complex documents
+ Please bear in mind that Text Fairy cannot read handwriting.
- Please bear in mind that Text Fairy cannot read handwriting.
-
- Antifeatures:
- * Tracking - app has usage data reporting turned on by default. It can be disabled in About->Privacy Policy.
- * NonFreeNet - additional language packs are hosted on github and a youtube embed in help section that plays automatically.
+ Antifeatures:
+ * Tracking - app has usage data reporting turned on by default. It can be disabled in About->Privacy Policy.
+ * NonFreeNet - additional language packs are hosted on github and a youtube embed in help section that plays automatically.
RepoType: git
Repo: https://github.com/renard314/textfairy
@@ -66,10 +65,10 @@ Builds:
ndk: r21e
MaintainerNotes: |-
- F-Droid scanner complains about sonatype repo because it misses a / at the end.
- Minified version of this app crashes when entering OCR activity so we disable proguard.
- Newer versions are not available since the app is now proprietary.
- https://github.com/renard314/textfairy/issues/208#issuecomment-780400083
+ F-Droid scanner complains about sonatype repo because it misses a / at the end.
+ Minified version of this app crashes when entering OCR activity so we disable proguard.
+ Newer versions are not available since the app is now proprietary.
+ https://github.com/renard314/textfairy/issues/208#issuecomment-780400083
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.repay.android.yml b/metadata/com.repay.android.yml
index 579a4b1197..9bd087c44c 100644
--- a/metadata/com.repay.android.yml
+++ b/metadata/com.repay.android.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/matt-allen/repay-android/issues
AutoName: Repay
Description: |-
- Lending money to your friends can get messy. You can lose track and have
- disputes over it, or forget altogether. With Repay you can keep track of
- everything you've lent them, and what they've lent you too using a simple, fast
- system to store an IOU in your device so you never forget. There's no need to
- make any accounts or give any bank account information, it's just a simple
- record you keep to make sure you're never out of pocket.
+ Lending money to your friends can get messy. You can lose track and have
+ disputes over it, or forget altogether. With Repay you can keep track of
+ everything you've lent them, and what they've lent you too using a simple, fast
+ system to store an IOU in your device so you never forget. There's no need to
+ make any accounts or give any bank account information, it's just a simple
+ record you keep to make sure you're never out of pocket.
RepoType: git
Repo: https://github.com/matt-allen/repay-android
diff --git a/metadata/com.replica.replicaisland.yml b/metadata/com.replica.replicaisland.yml
index 42fbfaee33..788aefe368 100644
--- a/metadata/com.replica.replicaisland.yml
+++ b/metadata/com.replica.replicaisland.yml
@@ -6,10 +6,10 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/http://replicaisl
AutoName: Replica Island
Description: |-
- Guide the Android robot through 40 action-packed platforming levels on a quest
- to discover a secret power source on a mysterious island. With a retro style and
- unique, challenging game play, Replica Island is a new take on the classic
- platformer genre.
+ Guide the Android robot through 40 action-packed platforming levels on a quest
+ to discover a secret power source on a mysterious island. With a retro style and
+ unique, challenging game play, Replica Island is a new take on the classic
+ platformer genre.
Builds:
- versionName: '1.4'
diff --git a/metadata/com.retroarch.yml b/metadata/com.retroarch.yml
index 49ec5e3e00..52a6030bf7 100644
--- a/metadata/com.retroarch.yml
+++ b/metadata/com.retroarch.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on the Libreto API.
+ NonFreeNet:
+ en-US: App depends on the Libreto API.
Categories:
- Games
License: GPL-3.0-only
diff --git a/metadata/com.rfo.basic.yml b/metadata/com.rfo.basic.yml
index 01eafba14c..8c34ca0b0b 100644
--- a/metadata/com.rfo.basic.yml
+++ b/metadata/com.rfo.basic.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/ibinshoid/LASKmobile/issues
AutoName: LASKmobile
Description: |-
- LASKmobile allows you to enter your data at work and sync it with LASK
- (www.launchpad.net/lask).
+ LASKmobile allows you to enter your data at work and sync it with LASK
+ (www.launchpad.net/lask).
RepoType: git
Repo: https://github.com/ibinshoid/LASKmobile
diff --git a/metadata/com.rhiannonweb.android.migrainetracker.yml b/metadata/com.rhiannonweb.android.migrainetracker.yml
index 1dd04045f9..6ce102d239 100644
--- a/metadata/com.rhiannonweb.android.migrainetracker.yml
+++ b/metadata/com.rhiannonweb.android.migrainetracker.yml
@@ -7,18 +7,18 @@ IssueTracker: https://sourceforge.net/p/migrainetracker/tickets/
AutoName: Migraine Tracker
Description: |-
- Migraine Tracker is a simple event tracking app. Originally designed as a
- personal application to track migraines, it can be used to track any recurring
- event's time and duration for later analysis.
+ Migraine Tracker is a simple event tracking app. Originally designed as a
+ personal application to track migraines, it can be used to track any recurring
+ event's time and duration for later analysis.
- The UI is designed to be as simple as possible, allowing ease of use during
- severe headaches or other events where a complex or feature-heavy UI is
- unwelcome.
+ The UI is designed to be as simple as possible, allowing ease of use during
+ severe headaches or other events where a complex or feature-heavy UI is
+ unwelcome.
- Migraine Tracker does not, and is not intended to, diagnose or treat any
- condition. It merely collects data for later analysis by a qualified
- professional instead of using paper forms or notebooks. All data is stored
- locally on your Android device, and only event duration and score is stored.
+ Migraine Tracker does not, and is not intended to, diagnose or treat any
+ condition. It merely collects data for later analysis by a qualified
+ professional instead of using paper forms or notebooks. All data is stored
+ locally on your Android device, and only event duration and score is stored.
RepoType: hg
Repo: http://hg.code.sf.net/p/migrainetracker/code
diff --git a/metadata/com.ridgelineapps.resdicegame.yml b/metadata/com.ridgelineapps.resdicegame.yml
index 0917f8ec8f..2a628f26f4 100644
--- a/metadata/com.ridgelineapps.resdicegame.yml
+++ b/metadata/com.ridgelineapps.resdicegame.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeAssets:
- en-US: includes some original catan artwork
+ NonFreeAssets:
+ en-US: includes some original catan artwork
Categories:
- Games
License: GPL-3.0-only
@@ -11,12 +11,12 @@ Changelog: https://git.bubu1.eu/Bubu/android-dice-game/releases
AutoName: Catan Dice Game
Description: |-
- Note: In a future version this app will stop distributing the original
- Catan artwork. If you may be able to help with replacements please drop by at
- the issue tracker.
+ Note: In a future version this app will stop distributing the original
+ Catan artwork. If you may be able to help with replacements please drop by at
+ the issue tracker.
- Unofficial version of a very famous resource dice board game. This version is
- not associated with the publishers of the original game.
+ Unofficial version of a very famous resource dice board game. This version is
+ not associated with the publishers of the original game.
RepoType: git
Repo: https://git.bubu1.eu/Bubu/android-dice-game.git
diff --git a/metadata/com.ringdroid.yml b/metadata/com.ringdroid.yml
index c5c41c37ef..6955da6d87 100644
--- a/metadata/com.ringdroid.yml
+++ b/metadata/com.ringdroid.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/google/ringdroid/issues
AutoName: Ringdroid
Description: |-
- An application for editing and creating your own ringtones, alarms, and
- notification sounds.
+ An application for editing and creating your own ringtones, alarms, and
+ notification sounds.
RepoType: git
Repo: https://github.com/google/ringdroid
diff --git a/metadata/com.rj.pixelesque.yml b/metadata/com.rj.pixelesque.yml
index ac1496b45f..df73994c56 100644
--- a/metadata/com.rj.pixelesque.yml
+++ b/metadata/com.rj.pixelesque.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeAssets:
- en-US: artwork is licensed under CC-BY-NC (thus nut fully libre)
+ NonFreeAssets:
+ en-US: artwork is licensed under CC-BY-NC (thus nut fully libre)
Categories:
- Graphics
License: BSD-3-Clause
@@ -9,13 +9,13 @@ IssueTracker: https://github.com/rjmarsan/Pixelesque/issues
AutoName: DevmilColor
Description: |-
- The Pencil tool draws lines, and the eraser removes them. The shapes tool allows
- you to use a paint bucket, rectangle, line and circle tools. Two finger drag and
- zoom anywhere to navigate large images. There's a full undo/redo stack, as well
- as a color picker with history, hsv, rgb, and hex!
+ The Pencil tool draws lines, and the eraser removes them. The shapes tool allows
+ you to use a paint bucket, rectangle, line and circle tools. Two finger drag and
+ zoom anywhere to navigate large images. There's a full undo/redo stack, as well
+ as a color picker with history, hsv, rgb, and hex!
- The canvas can be resized when a new canvas is chosen. The artwork is licensed
- under CC-BY-NC while the source code is under BSD-3-Clause license.
+ The canvas can be resized when a new canvas is chosen. The artwork is licensed
+ under CC-BY-NC while the source code is under BSD-3-Clause license.
RepoType: git
Repo: https://github.com/rjmarsan/Pixelesque.git
diff --git a/metadata/com.robert.maps.yml b/metadata/com.robert.maps.yml
index b88ed4de9d..c9e2888259 100644
--- a/metadata/com.robert.maps.yml
+++ b/metadata/com.robert.maps.yml
@@ -10,13 +10,13 @@ Donate: https://robertdeveloper.blogspot.com
AutoName: RMaps
Description: |-
- Map viewer with a long list of online sources available from OpenStreetMap
- Cyclemap to Soviet military maps. Offline maps using sqlite can be created
- easily with Mobile Atlas
- Creator.
+ Map viewer with a long list of online sources available from OpenStreetMap
+ Cyclemap to Soviet military maps. Offline maps using sqlite can be created
+ easily with Mobile Atlas
+ Creator.
- The non-free Google Analytics library has been replaced with the NoAnalytics
- library.
+ The non-free Google Analytics library has been replaced with the NoAnalytics
+ library.
RepoType: git
Repo: https://github.com/RobertDeveloper/RMaps.0.9.x
@@ -78,9 +78,9 @@ Builds:
- ../RMaps.AppLib
MaintainerNotes: |-
- Neither Tags nor RepoManifest are useful.
+ Neither Tags nor RepoManifest are useful.
- forcevercode only for 0.9.4.1!
+ forcevercode only for 0.9.4.1!
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.rockbyte.arxiv.yml b/metadata/com.rockbyte.arxiv.yml
index 42ba415190..7518bda247 100644
--- a/metadata/com.rockbyte.arxiv.yml
+++ b/metadata/com.rockbyte.arxiv.yml
@@ -8,10 +8,10 @@ Bitcoin: 1jokQaTneW1KCbCWsMdVtvPv6oSJ1H3tF
AutoName: arXiv Papers
Description: |-
- Quickly search through a wealth of scientific papers offered by arXiv. Those you
- choose to download are kept at easy reach to consult and see.
+ Quickly search through a wealth of scientific papers offered by arXiv. Those you
+ choose to download are kept at easy reach to consult and see.
- App built using react native.
+ App built using react native.
RepoType: git
Repo: https://github.com/lopespm/arxiv-papers-mobile
diff --git a/metadata/com.roguetemple.hydroid.yml b/metadata/com.roguetemple.hydroid.yml
index 3ba4132b5e..7534510a0b 100644
--- a/metadata/com.roguetemple.hydroid.yml
+++ b/metadata/com.roguetemple.hydroid.yml
@@ -7,10 +7,10 @@ Donate: https://www.roguetemple.com/z/donate.php?id=Hydra+Slayer+Android
AutoName: Hydra Slayer
Description: |-
- Hydra Slayer is a roguelike game where combat has been inspired by some
- mathematical puzzles about brave heroes slaying many headed beasts. This might
- look like a standard dungeon crawler, but the puzzle element is important, and
- the later game is meant to be challenging.
+ Hydra Slayer is a roguelike game where combat has been inspired by some
+ mathematical puzzles about brave heroes slaying many headed beasts. This might
+ look like a standard dungeon crawler, but the puzzle element is important, and
+ the later game is meant to be challenging.
Builds:
- versionName: '15.0'
diff --git a/metadata/com.roguetemple.hyperroid.yml b/metadata/com.roguetemple.hyperroid.yml
index ae38934e51..7322919cae 100644
--- a/metadata/com.roguetemple.hyperroid.yml
+++ b/metadata/com.roguetemple.hyperroid.yml
@@ -8,15 +8,15 @@ Donate: https://www.roguetemple.com/z/donate.php?id=HyperRogue
AutoName: HyperRogue
Description: |-
- You are a lone outsider in a strange, non-Euclidean world. As a Rogue, your goal
- is to collect as many treasures as possible. However, collecting treasures
- attracts dangerous monsters (on the other hand, killing the monsters allows more
- treasures to be generated).
+ You are a lone outsider in a strange, non-Euclidean world. As a Rogue, your goal
+ is to collect as many treasures as possible. However, collecting treasures
+ attracts dangerous monsters (on the other hand, killing the monsters allows more
+ treasures to be generated).
- You can kill most monsters by moving into them. Similarly, if the monster was
- next to you at the end of your turn, it would kill you. The game protects you
- from getting yourself killed accidentally by ignoring moves which lead to
- instant death (similar to the check rule from Chess).
+ You can kill most monsters by moving into them. Similarly, if the monster was
+ next to you at the end of your turn, it would kill you. The game protects you
+ from getting yourself killed accidentally by ignoring moves which lead to
+ instant death (similar to the check rule from Chess).
RepoType: git
Repo: https://github.com/zenorogue/hyperrogue.git
@@ -74,7 +74,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/abiFilters .*/abiFilters 'x86', 'x86_64', 'armeabi-v7a',
- 'arm64-v8a'/" build.gradle
+ 'arm64-v8a'/" build.gradle
scandelete:
- hyper.exe
build:
@@ -93,7 +93,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/abiFilters .*/abiFilters 'x86', 'x86_64', 'armeabi-v7a',
- 'arm64-v8a'/" build.gradle
+ 'arm64-v8a'/" build.gradle
build:
- pushd ..
- bash copy.sh
@@ -110,7 +110,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/abiFilters .*/abiFilters 'x86', 'x86_64', 'armeabi-v7a',
- 'arm64-v8a'/" build.gradle
+ 'arm64-v8a'/" build.gradle
build:
- pushd ..
- bash copy.sh
@@ -127,7 +127,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/abiFilters .*/abiFilters 'x86', 'x86_64', 'armeabi-v7a',
- 'arm64-v8a'/" build.gradle
+ 'arm64-v8a'/" build.gradle
build:
- pushd ..
- bash copy.sh
@@ -144,7 +144,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/abiFilters .*/abiFilters 'x86', 'x86_64', 'armeabi-v7a',
- 'arm64-v8a'/" build.gradle
+ 'arm64-v8a'/" build.gradle
build:
- pushd ..
- bash copy.sh
diff --git a/metadata/com.roozbehzarei.filester.yml b/metadata/com.roozbehzarei.filester.yml
index fb9fc0cf10..e2d77e90f3 100644
--- a/metadata/com.roozbehzarei.filester.yml
+++ b/metadata/com.roozbehzarei.filester.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Uses transfer.sh which is not foss/libre.
+ NonFreeNet:
+ en-US: Uses transfer.sh which is not foss/libre.
Categories:
- Internet
License: GPL-3.0-only
diff --git a/metadata/com.roozen.SoundManagerv2.yml b/metadata/com.roozen.SoundManagerv2.yml
index ea976ec241..64aad957aa 100644
--- a/metadata/com.roozen.SoundManagerv2.yml
+++ b/metadata/com.roozen.SoundManagerv2.yml
@@ -6,9 +6,9 @@ SourceCode: https://code.google.com/p/app-soundmanager/source
AutoName: Sound Manager
Description: |-
- Exposes all the audio volume controls, provides quick access to ringmode and
- vibration settings, and allows you to set timers to automatically change volumes
- at set times on any given day of the week.
+ Exposes all the audio volume controls, provides quick access to ringmode and
+ vibration settings, and allows you to set timers to automatically change volumes
+ at set times on any given day of the week.
Builds:
- versionName: 2.1.0
diff --git a/metadata/com.rubenroy.minimaltodo.yml b/metadata/com.rubenroy.minimaltodo.yml
index 4e42c74ca6..6e04dda171 100644
--- a/metadata/com.rubenroy.minimaltodo.yml
+++ b/metadata/com.rubenroy.minimaltodo.yml
@@ -5,8 +5,8 @@ SourceCode: https://github.com/rubenroy/Minimal-Todo
AutoName: Minimal
Description: |-
- Minimal todo is a very light and useful app, allowing you to add todos easily
- and quickly. It follows the Material guidelines completely.
+ Minimal todo is a very light and useful app, allowing you to add todos easily
+ and quickly. It follows the Material guidelines completely.
RepoType: git
Repo: https://github.com/rubenroy/Minimal-Todo.git
diff --git a/metadata/com.ruesga.android.wallpapers.photophase.yml b/metadata/com.ruesga.android.wallpapers.photophase.yml
index 2d8afcd263..71ffea929e 100644
--- a/metadata/com.ruesga.android.wallpapers.photophase.yml
+++ b/metadata/com.ruesga.android.wallpapers.photophase.yml
@@ -1,7 +1,6 @@
AntiFeatures:
- UpstreamNonFree:
- en-US: Upstream includes Google Mobile Services, which are removed for our
- builds.
+ UpstreamNonFree:
+ en-US: Upstream includes Google Mobile Services, which are removed for our builds.
Categories:
- Theming
License: Apache-2.0
@@ -11,13 +10,13 @@ IssueTracker: https://github.com/jruesga/PhotoPhase/issues
AutoName: PhotoPhase
Description: |-
- Live wallpaper that takes a selection of images and tiles a few of them,
- applying transitions and effects.
+ Live wallpaper that takes a selection of images and tiles a few of them,
+ applying transitions and effects.
- There is an OpenGL issue with one type of chipset in v1.0.6 that can cause the
- system to crash and the only fix is to uninstall the app. Note that Android has
- a 'safe mode' that disables all user-installed apps at start time, allowing you
- to uninstall troublesome apps.
+ There is an OpenGL issue with one type of chipset in v1.0.6 that can cause the
+ system to crash and the only fix is to uninstall the app. Note that Android has
+ a 'safe mode' that disables all user-installed apps at start time, allowing you
+ to uninstall troublesome apps.
RepoType: git
Repo: https://github.com/jruesga/PhotoPhase.git
diff --git a/metadata/com.sagar.screenshift2.yml b/metadata/com.sagar.screenshift2.yml
index d5a75062aa..48fa9123d3 100644
--- a/metadata/com.sagar.screenshift2.yml
+++ b/metadata/com.sagar.screenshift2.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/aravindsagar/ScreenShift/issues
AutoName: Screen Shift
Description: |-
- This app let's you change your screen resolution, density and overscan. Also
- supports saving settings into profiles which can be loaded at later times.
+ This app let's you change your screen resolution, density and overscan. Also
+ supports saving settings into profiles which can be loaded at later times.
- Requires root: Yes, on Android 4.3 (JellyBean) and higher
+ Requires root: Yes, on Android 4.3 (JellyBean) and higher
RequiresRoot: true
@@ -25,7 +25,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@InAppBillingPublicKey.getPublicKey()@"null"@g' -e '/import
- com.sagar.screenshift2.util.InAppBillingPublicKey/d' src/main/java/com/sagar/screenshift2/MainActivity.java
+ com.sagar.screenshift2.util.InAppBillingPublicKey/d' src/main/java/com/sagar/screenshift2/MainActivity.java
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.saha.batchuninstaller.yml b/metadata/com.saha.batchuninstaller.yml
index 0f525b6a6e..246543146a 100644
--- a/metadata/com.saha.batchuninstaller.yml
+++ b/metadata/com.saha.batchuninstaller.yml
@@ -8,11 +8,11 @@ Changelog: https://github.com/sarbajitsaha/Batch-Uninstaller/releases
AutoName: Batch Uninstaller
Description: |-
- Batch Uninstaller allows you to uninstall multiple apps at once. If root
- permission is not available, you can still delete multiple apps a lot quicker
- than you can using the native android implementation. However, you will be
- prompted for each app uninstalled. Non Root users can not uninstall system apps.
- This is a limitation with the Android Operating system.
+ Batch Uninstaller allows you to uninstall multiple apps at once. If root
+ permission is not available, you can still delete multiple apps a lot quicker
+ than you can using the native android implementation. However, you will be
+ prompted for each app uninstalled. Non Root users can not uninstall system apps.
+ This is a limitation with the Android Operating system.
RepoType: git
Repo: https://github.com/sarbajitsaha/Batch-Uninstaller.git
diff --git a/metadata/com.sahdeepsingh.Bop.yml b/metadata/com.sahdeepsingh.Bop.yml
index bf79db5dd6..d7d09c319f 100644
--- a/metadata/com.sahdeepsingh.Bop.yml
+++ b/metadata/com.sahdeepsingh.Bop.yml
@@ -10,19 +10,19 @@ Donate: https://www.paypal.me/sahdeep
AutoName: Bop-MusicPlayer
Description: |-
- A lightweight, powerful, fast and open source Music Player with elegant and stylish UI design, in just 5MB. This audio player supports almost all types audio or music formats. Easily play music by genres , albums , artists , songs.
- Music player was designed to bring better experience to user when they listen to music. It scans all music automatically and group them by title, artist, album, genre. Easy to find the song you want with search option. Supports audio equalizer to improves music sound, you can customize with own style.
- Features
- * Supports almost all types of mp3 , flac ,midi ,wav , aac files and other audio file formats
- * An Equalizer with bass and treble control
- * Music visualizer
- * Lots of color themes
- * Day/Night mode
- * Playlist editor. Includes creation, updation and deletion
- * Material design
- * Searching Capability
- * and many more coming soon
- We have used various open sourced libraries to make it work and currently have lots of bugs to work on. Get to its github page and contribute in it if you want to make it more elegant.
+ A lightweight, powerful, fast and open source Music Player with elegant and stylish UI design, in just 5MB. This audio player supports almost all types audio or music formats. Easily play music by genres , albums , artists , songs.
+ Music player was designed to bring better experience to user when they listen to music. It scans all music automatically and group them by title, artist, album, genre. Easy to find the song you want with search option. Supports audio equalizer to improves music sound, you can customize with own style.
+ Features
+ * Supports almost all types of mp3 , flac ,midi ,wav , aac files and other audio file formats
+ * An Equalizer with bass and treble control
+ * Music visualizer
+ * Lots of color themes
+ * Day/Night mode
+ * Playlist editor. Includes creation, updation and deletion
+ * Material design
+ * Searching Capability
+ * and many more coming soon
+ We have used various open sourced libraries to make it work and currently have lots of bugs to work on. Get to its github page and contribute in it if you want to make it more elegant.
RepoType: git
Repo: https://github.com/iamSahdeep/Bop
diff --git a/metadata/com.saibotd.bitbeaker.yml b/metadata/com.saibotd.bitbeaker.yml
index 43915b40ab..ece8a2aa2f 100644
--- a/metadata/com.saibotd.bitbeaker.yml
+++ b/metadata/com.saibotd.bitbeaker.yml
@@ -7,11 +7,11 @@ SourceCode: https://bitbucket.org/saibotd/bitbeaker/src
AutoName: Bitbeaker
Description: |-
- Bitbucket.org is a site that hosts code in git and hg (mercurial) repositories.
- You can download repos for offline viewing and discuss issues.
+ Bitbucket.org is a site that hosts code in git and hg (mercurial) repositories.
+ You can download repos for offline viewing and discuss issues.
- Newer versions of this app exist, but cannot be built without secret API keys,
- so are unlikely to appear here.
+ Newer versions of this app exist, but cannot be built without secret API keys,
+ so are unlikely to appear here.
Builds:
- versionName: '2.1'
@@ -20,7 +20,7 @@ Builds:
srclibs:
- ActionBarSherlock@6e3f2bb5
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
- versionName: '2.2'
versionCode: 12
@@ -28,7 +28,7 @@ Builds:
srclibs:
- ActionBarSherlock@6e3f2bb5
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
target: android-16
- versionName: 2.3.1
@@ -37,7 +37,7 @@ Builds:
srclibs:
- ActionBarSherlock@6e3f2bb5
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
target: android-16
- versionName: 2.4.1
diff --git a/metadata/com.sakthipriyan.cricscore.yml b/metadata/com.sakthipriyan.cricscore.yml
index aed43d841b..91bae0c3a7 100644
--- a/metadata/com.sakthipriyan.cricscore.yml
+++ b/metadata/com.sakthipriyan.cricscore.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/spriyan/CricScoreApp/issues
AutoName: Cricscore
Description: |-
- Show score of cricket matches from an AppSpot
- service, which is also open-source: CricScoreGAE.
+ Show score of cricket matches from an AppSpot
+ service, which is also open-source: CricScoreGAE.
RepoType: git
Repo: https://github.com/spriyan/CricScoreApp
diff --git a/metadata/com.saladdressing.veterondo.yml b/metadata/com.saladdressing.veterondo.yml
index 2122e9d2b2..788ffac29d 100644
--- a/metadata/com.saladdressing.veterondo.yml
+++ b/metadata/com.saladdressing.veterondo.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: OpenWeatherMap service itself is not open source
+ NonFreeNet:
+ en-US: OpenWeatherMap service itself is not open source
Categories:
- Multimedia
License: MIT
@@ -9,23 +9,23 @@ IssueTracker: https://github.com/Antonis427/veterondo/issues
AutoName: Veterondo
Description: |-
- Veterondo ("vetero" & "ondo", which are Esperanto for "weather" and "wave"
- respectively) retrieves your local weather and creates Material Design based
- palettes and procedurally-generated chords out of it.
+ Veterondo ("vetero" & "ondo", which are Esperanto for "weather" and "wave"
+ respectively) retrieves your local weather and creates Material Design based
+ palettes and procedurally-generated chords out of it.
- Veterondo shouldn't be thought of as a traditional weather app. It gives little
- traditional information -- instead, it should be thought of as an appliance --
- or even a live art piece.
+ Veterondo shouldn't be thought of as a traditional weather app. It gives little
+ traditional information -- instead, it should be thought of as an appliance --
+ or even a live art piece.
- It's at its best when it's running on a device with an AMOLED screen that's
- constantly plugged in and placed on a wall. It will refresh regularly,
- displaying new palettes and producing new chords as the day progresses.
+ It's at its best when it's running on a device with an AMOLED screen that's
+ constantly plugged in and placed on a wall. It will refresh regularly,
+ displaying new palettes and producing new chords as the day progresses.
- This means that for Veterondo to work as its creator (yours truly) intended, IT
- HAS TO KEEP THE SCREEN ON until you manually turn it off yourself by pressing
- your device's power button.
+ This means that for Veterondo to work as its creator (yours truly) intended, IT
+ HAS TO KEEP THE SCREEN ON until you manually turn it off yourself by pressing
+ your device's power button.
- NonFreeNet: OpenWeatherMap service itself is not open source.
+ NonFreeNet: OpenWeatherMap service itself is not open source.
RepoType: git
Repo: https://github.com/Antonis427/veterondo
diff --git a/metadata/com.sam.hex.yml b/metadata/com.sam.hex.yml
index 82362493f1..5d2ea4ef87 100644
--- a/metadata/com.sam.hex.yml
+++ b/metadata/com.sam.hex.yml
@@ -9,10 +9,10 @@ IssueTracker: https://github.com/Xlythe/HexGame_Android/issues
AutoName: Hex
Description: |-
- Hex is a simple board game where two players race to connect their sides of the
- board. The winner is the first to build a solid path connecting their two sides.
+ Hex is a simple board game where two players race to connect their sides of the
+ board. The winner is the first to build a solid path connecting their two sides.
- Newer versions of this app use the non-free Google Play Services library.
+ Newer versions of this app use the non-free Google Play Services library.
RepoType: git
Repo: https://github.com/Xlythe/HexGame_Android.git
diff --git a/metadata/com.samarthdesai.repeatme.yml b/metadata/com.samarthdesai.repeatme.yml
index e60a9b4ac2..c37640bd55 100644
--- a/metadata/com.samarthdesai.repeatme.yml
+++ b/metadata/com.samarthdesai.repeatme.yml
@@ -8,10 +8,10 @@ Changelog: https://github.com/SamarthDesai01/RepeatMe/releases
AutoName: Repeat Me
Description: |-
- Repeat Me is the cleanest, fastest, and most customize-able way to schedule
- notifications on your phone. With no ads or any questionable permissions,
- Repeat Me is the lightest and safest way to keep track of everything you need
- to do in your life.
+ Repeat Me is the cleanest, fastest, and most customize-able way to schedule
+ notifications on your phone. With no ads or any questionable permissions,
+ Repeat Me is the lightest and safest way to keep track of everything you need
+ to do in your life.
RepoType: git
Repo: https://github.com/SamarthDesai01/RepeatMe.git
diff --git a/metadata/com.samebits.beacon.locator.yml b/metadata/com.samebits.beacon.locator.yml
index f7cbe4d4dc..aa048701d2 100644
--- a/metadata/com.samebits.beacon.locator.yml
+++ b/metadata/com.samebits.beacon.locator.yml
@@ -8,30 +8,30 @@ Changelog: https://github.com/vitas/beaconloc/releases
AutoName: Beacon Locator
Description: |-
- Scan, locate and track Bluetooth LE beacons (Eddystone, iBeacons or AltBeacons)
- allows you to define actions that will be triggered when a specified event
- occurs.
+ Scan, locate and track Bluetooth LE beacons (Eddystone, iBeacons or AltBeacons)
+ allows you to define actions that will be triggered when a specified event
+ occurs.
- These events are supported:
+ These events are supported:
- * Beacon enters a region (beacon in range)
- * Beacon leaves the region (beacon is out of range)
- * Beacon is near you
+ * Beacon enters a region (beacon in range)
+ * Beacon leaves the region (beacon is out of range)
+ * Beacon is near you
- For each event you can define unlimited number of actions :
+ For each event you can define unlimited number of actions :
- * Start an application
- * Open url
- * Get current location
- * Broadcast intent action
- * Set Normal / Silent mode
- * Execute tasker action (http://tasker.dinglisch.net) for unlimited action possibilities
+ * Start an application
+ * Open url
+ * Get current location
+ * Broadcast intent action
+ * Set Normal / Silent mode
+ * Execute tasker action (http://tasker.dinglisch.net) for unlimited action possibilities
- For example, you may set a silent mode entering your bedroom...and set normal
- sound profile leaving it.
+ For example, you may set a silent mode entering your bedroom...and set normal
+ sound profile leaving it.
- Additional information is supplied in the
- help section of the wiki.
+ Additional information is supplied in the
+ help section of the wiki.
RepoType: git
Repo: https://github.com/vitas/beaconloc
diff --git a/metadata/com.samsandberg.mtafarebuster.yml b/metadata/com.samsandberg.mtafarebuster.yml
index 78dc33a9b7..4f9cb60ad9 100644
--- a/metadata/com.samsandberg.mtafarebuster.yml
+++ b/metadata/com.samsandberg.mtafarebuster.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/loisaidasam/mta-fare-buster-android/issues
AutoName: MTA Fare Buster
Description: |-
- Calculate needed amount for your travels using NYC MTA: No more leaving change
- on your Metrocard! Based on research by
-
- I Quant NY.
+ Calculate needed amount for your travels using NYC MTA: No more leaving change
+ on your Metrocard! Based on research by
+
+ I Quant NY.
RepoType: git
Repo: https://github.com/loisaidasam/mta-fare-buster-android
diff --git a/metadata/com.samsung.srpol.yml b/metadata/com.samsung.srpol.yml
index e7d4ef4de5..a8b2770985 100644
--- a/metadata/com.samsung.srpol.yml
+++ b/metadata/com.samsung.srpol.yml
@@ -10,8 +10,8 @@ Donate: https://nowoczesnapolska.org.pl/pomoz-nam/wesprzyj-nas
AutoName: Mobilne Bezpieczeństwo
Description: |-
- Polish language educational app showing which applications have various kinds of
- access to your data and your phone.
+ Polish language educational app showing which applications have various kinds of
+ access to your data and your phone.
RepoType: git
Repo: git://git.mdrn.pl/mobilnebezpieczenstwo.git
@@ -24,7 +24,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/buildToolsVersion/icompileSdkVersion 21' -e '/Google Inc/d'
- build.gradle
+ build.gradle
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.sandeel.bushidoblocks.yml b/metadata/com.sandeel.bushidoblocks.yml
index ad1c1f10b3..44ff4082b4 100644
--- a/metadata/com.sandeel.bushidoblocks.yml
+++ b/metadata/com.sandeel.bushidoblocks.yml
@@ -8,21 +8,21 @@ IssueTracker: https://github.com/sandeel/Bushido-Blocks/issues
AutoName: Bushido Blocks
Description: |-
- Test your skills and master the way of the Samurai in this fast-paced and
- addictive Bejeweled-style puzzle game!
+ Test your skills and master the way of the Samurai in this fast-paced and
+ addictive Bejeweled-style puzzle game!
- Tap matches of three or more blocks to slice them with your katana.
+ Tap matches of three or more blocks to slice them with your katana.
- The more blocks you can slice in one go, the more time you gain in a race
- against the clock.
+ The more blocks you can slice in one go, the more time you gain in a race
+ against the clock.
- Special blocks eliminate whole rows of blocks but don't give you any extra time,
- so use them wisely!
+ Special blocks eliminate whole rows of blocks but don't give you any extra time,
+ so use them wisely!
- Proprietary leaderboard and ad libraries were removed.
+ Proprietary leaderboard and ad libraries were removed.
- We used a different library version of libgdx to that used in the source code
- so, as always, any problems could be due to the f-droid build process.
+ We used a different library version of libgdx to that used in the source code
+ so, as always, any problems could be due to the f-droid build process.
RepoType: git
Repo: https://github.com/sandeel/Bushido-Blocks
diff --git a/metadata/com.sapos_aplastados.game.clash_of_balls.yml b/metadata/com.sapos_aplastados.game.clash_of_balls.yml
index e137070003..e008e73e52 100644
--- a/metadata/com.sapos_aplastados.game.clash_of_balls.yml
+++ b/metadata/com.sapos_aplastados.game.clash_of_balls.yml
@@ -6,26 +6,26 @@ IssueTracker: https://github.com/bkueng/clash_of_balls/issues
AutoName: Clash of Balls
Description: |-
- Prove your sensitive control skills and compete with your friends over WiFi in
- various levels. Try to destroy your rivals by pushing them into the black void
- and become the true master of balls. Don't forget to make use of the mighty
- power-ups that will appear eventually. And always be aware of the danger that
- you have to face out there. But remember, you are alone and there is only one
- survivor.
+ Prove your sensitive control skills and compete with your friends over WiFi in
+ various levels. Try to destroy your rivals by pushing them into the black void
+ and become the true master of balls. Don't forget to make use of the mighty
+ power-ups that will appear eventually. And always be aware of the danger that
+ you have to face out there. But remember, you are alone and there is only one
+ survivor.
- Games are played peer-to-peer; so no server is used, but each player needs to be
- in the same network to see each other. If the device supports it, Clash of Balls
- should also run via Bluetooth. For the best game experience, the WiFi needs low
- latencies. You can also create a Hotspot and let others connect.
+ Games are played peer-to-peer; so no server is used, but each player needs to be
+ in the same network to see each other. If the device supports it, Clash of Balls
+ should also run via Bluetooth. For the best game experience, the WiFi needs low
+ latencies. You can also create a Hotspot and let others connect.
- The aim of the game is to bounce the other players out of the field by balancing
- your device.The game should be self-explanatory, there is a Help Menu. When the
- game starts and the countdown is shown, hold your device still in the desired
- position, where your ball should not move. During the game, tilt the device to
- move your player to a certain direction.
+ The aim of the game is to bounce the other players out of the field by balancing
+ your device.The game should be self-explanatory, there is a Help Menu. When the
+ game starts and the countdown is shown, hold your device still in the desired
+ position, where your ball should not move. During the game, tilt the device to
+ move your player to a certain direction.
- For physics simulation, JBox2D is used, a Java implementation of the 2D physics
- engine Box2D.
+ For physics simulation, JBox2D is used, a Java implementation of the 2D physics
+ engine Box2D.
RepoType: git
Repo: https://github.com/bkueng/clash_of_balls.git
diff --git a/metadata/com.sapuseven.untis.yml b/metadata/com.sapuseven.untis.yml
index 254ffafd70..095c860c70 100644
--- a/metadata/com.sapuseven.untis.yml
+++ b/metadata/com.sapuseven.untis.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Untis service itself is not libre.
+ NonFreeNet:
+ en-US: Untis service itself is not libre.
Categories:
- Internet
License: GPL-3.0-or-later
diff --git a/metadata/com.saverio.pdfviewer.yml b/metadata/com.saverio.pdfviewer.yml
index e0294f5003..7a2a7b193a 100644
--- a/metadata/com.saverio.pdfviewer.yml
+++ b/metadata/com.saverio.pdfviewer.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- KnownVuln:
- en-US: Uses a very old version of pdfium with many vulnerabilities.
+ KnownVuln:
+ en-US: Uses a very old version of pdfium with many vulnerabilities.
Categories:
- Reading
License: GPL-3.0-only
@@ -81,8 +81,7 @@ Builds:
- yes
MaintainerNotes: KnownVuln as it uses a very old version of pdfium with many vulnerabilities,
- see https://gitlab.com/fdroid/fdroiddata/-/merge_requests/9913#note_701892370
- https://github.com/Sav22999/sav-pdf-viewer-pro/issues/28
+ see https://gitlab.com/fdroid/fdroiddata/-/merge_requests/9913#note_701892370 https://github.com/Sav22999/sav-pdf-viewer-pro/issues/28
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/com.scottmain.android.searchlight.yml b/metadata/com.scottmain.android.searchlight.yml
index e6bc1b58f3..0be609610f 100644
--- a/metadata/com.scottmain.android.searchlight.yml
+++ b/metadata/com.scottmain.android.searchlight.yml
@@ -6,11 +6,11 @@ IssueTracker: https://github.com/scottamain/Search_Light/issues
AutoName: Search Light
Description: |-
- Uses your camera's LED as a flashlight/torch. Also features a viewfinder using
- the camera so you can see into tight spots that might be blocked by your phone
- as you shine the light.
+ Uses your camera's LED as a flashlight/torch. Also features a viewfinder using
+ the camera so you can see into tight spots that might be blocked by your phone
+ as you shine the light.
- Try https://f-droid.org/packages/org.bc_bd.mrwhite if your device doesn't have a camera/flashlight.
+ Try https://f-droid.org/packages/org.bc_bd.mrwhite if your device doesn't have a camera/flashlight.
RepoType: git
Repo: https://github.com/scottamain/Search_Light
diff --git a/metadata/com.scraperclub.android.yml b/metadata/com.scraperclub.android.yml
index 8a400ae27c..c393b6b481 100644
--- a/metadata/com.scraperclub.android.yml
+++ b/metadata/com.scraperclub.android.yml
@@ -8,7 +8,7 @@ SourceCode: https://github.com/Scraper-Club/Android-Scraper-Club
IssueTracker: https://github.com/Scraper-Club/Android-Scraper-Club/issues
Description: Scraper Club is a network of people who share their device while it is
- not in use, so they can use the power of the network when they need.
+ not in use, so they can use the power of the network when they need.
RepoType: git
Repo: https://github.com/Scraper-Club/Android-Scraper-Club
diff --git a/metadata/com.sduduzog.slimlauncher.yml b/metadata/com.sduduzog.slimlauncher.yml
index 5bf52aaac7..90463f33f1 100644
--- a/metadata/com.sduduzog.slimlauncher.yml
+++ b/metadata/com.sduduzog.slimlauncher.yml
@@ -7,14 +7,14 @@ IssueTracker: https://github.com/sduduzog/slim-launcher/issues
AutoName: Slim Launcher
Description: |-
- Slim launcher only allows you to use fewer apps on your phone. Giving you more time to enjoy life as it was intended. Also a perfect app for a minimalist lifestyle
+ Slim launcher only allows you to use fewer apps on your phone. Giving you more time to enjoy life as it was intended. Also a perfect app for a minimalist lifestyle
- But this launcher comes with a twist:
- - No wallpapers: Of course Slim comes with a few color themes but that's it. (This is a good thing, trust me)
- - Slim only allows you to use 5 apps on your mobile. Of course, you can switch and choose the ones you want but cheating slim by always replacing your choices becomes annoying.
- - No app icons on the home screen. You make your pick to the apps you need the most and they will be displayed by the name on the home screen.
-
- This gives you a pretty simple theme with no sudden distractions.
+ But this launcher comes with a twist:
+ - No wallpapers: Of course Slim comes with a few color themes but that's it. (This is a good thing, trust me)
+ - Slim only allows you to use 5 apps on your mobile. Of course, you can switch and choose the ones you want but cheating slim by always replacing your choices becomes annoying.
+ - No app icons on the home screen. You make your pick to the apps you need the most and they will be displayed by the name on the home screen.
+
+ This gives you a pretty simple theme with no sudden distractions.
RepoType: git
Repo: https://github.com/sduduzog/slim-launcher
diff --git a/metadata/com.seafile.seadroid2.yml b/metadata/com.seafile.seadroid2.yml
index cccb1f08d2..02b2441a6f 100644
--- a/metadata/com.seafile.seadroid2.yml
+++ b/metadata/com.seafile.seadroid2.yml
@@ -7,14 +7,14 @@ IssueTracker: https://github.com/haiwen/seadroid/issues
AutoName: Seafile
Description: |-
- Client for the Seafile cloud file server and project management software. If you
- are in a small team with a few people, you can create a group in Seafile and
- invite other team members. Team members can then maintain file libraries
- together and collaborate around them.
+ Client for the Seafile cloud file server and project management software. If you
+ are in a small team with a few people, you can create a group in Seafile and
+ invite other team members. Team members can then maintain file libraries
+ together and collaborate around them.
- You can try the demo, sign up for an account at the
- website, or since the server-side is also free-as-in-freedom, it can be
- installed on any server and configured to work with the app.
+ You can try the demo, sign up for an account at the
+ website, or since the server-side is also free-as-in-freedom, it can be
+ installed on any server and configured to work with the app.
RepoType: git
Repo: https://github.com/haiwen/seadroid.git
diff --git a/metadata/com.seawolfsanctuary.keepingtracks.yml b/metadata/com.seawolfsanctuary.keepingtracks.yml
index c99e778202..d956575dad 100644
--- a/metadata/com.seawolfsanctuary.keepingtracks.yml
+++ b/metadata/com.seawolfsanctuary.keepingtracks.yml
@@ -8,27 +8,27 @@ FlattrID: '1146360'
AutoName: KeepingTracks
Description: |-
- Features:
+ Features:
- * auto-complete station names and three-letter codes
- * pick from the departure board and have stations and times auto-completed
- * share your journeys with a Foursquare check-in
- * browse information and photos, and make notes on train types
- * import & export your journeys as CSV, so you can easily back-up your data
- * help bug-fixing by sending geeky data if the app crashes
+ * auto-complete station names and three-letter codes
+ * pick from the departure board and have stations and times auto-completed
+ * share your journeys with a Foursquare check-in
+ * browse information and photos, and make notes on train types
+ * import & export your journeys as CSV, so you can easily back-up your data
+ * help bug-fixing by sending geeky data if the app crashes
- What's New in v1.04:
+ What's New in v1.04:
- * revamped layout
- * revamped train info section (Data File)
- * check off train classes used for journeys
+ * revamped layout
+ * revamped train info section (Data File)
+ * check off train classes used for journeys
- Permissions:
+ Permissions:
- * Location: for accurate Foursquare check-ins
- * Internet/Network: for downloading departure board, and Foursquare check-in
- * Logs: for sending log data with crash reports (crash reports are optional)
- * Storage (SD Card): for saving photos, tokens etc.
+ * Location: for accurate Foursquare check-ins
+ * Internet/Network: for downloading departure board, and Foursquare check-in
+ * Logs: for sending log data with crash reports (crash reports are optional)
+ * Storage (SD Card): for saving photos, tokens etc.
RepoType: git
Repo: https://bitbucket.org/sea_wolf/keepingtracks.git
@@ -95,10 +95,10 @@ Builds:
target: android-16
MaintainerNotes: |-
- A comment saying "possibly use ABS-Prototik srclib next time" was added to this
- metadata previously, with no further explanation. The ABS commit referenced
- above is also specifically referenced in the project.properties (as is the
- HoloEverywhere version).
+ A comment saying "possibly use ABS-Prototik srclib next time" was added to this
+ metadata previously, with no further explanation. The ABS commit referenced
+ above is also specifically referenced in the project.properties (as is the
+ HoloEverywhere version).
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/com.seb.SLWP.yml b/metadata/com.seb.SLWP.yml
index 75b080cf61..4270c541da 100644
--- a/metadata/com.seb.SLWP.yml
+++ b/metadata/com.seb.SLWP.yml
@@ -6,8 +6,8 @@ SourceCode: https://code.google.com/p/earth-live-wallpaper/source
AutoName: EarthRot
Description: |-
- Live wallpaper showing photorealistic and daytime-synchronized images of Earth
- and other planets flying thru space.
+ Live wallpaper showing photorealistic and daytime-synchronized images of Earth
+ and other planets flying thru space.
Builds:
- versionName: '1.4'
diff --git a/metadata/com.seb.SLWPmaps.yml b/metadata/com.seb.SLWPmaps.yml
index dd6e82b50f..947c7bc6e0 100644
--- a/metadata/com.seb.SLWPmaps.yml
+++ b/metadata/com.seb.SLWPmaps.yml
@@ -7,8 +7,8 @@ SourceCode: https://code.google.com/p/earth-live-wallpaper/source
Name: 'Earth Live Wallpaper: Map Pack'
AutoName: Map Pack -- Earth Live Wallpaper
Description: |-
- If you find that you end up with a blank planet in https://f-droid.org/packages/com.seb.SLWP try
- installing this.
+ If you find that you end up with a blank planet in https://f-droid.org/packages/com.seb.SLWP try
+ installing this.
Builds:
- versionName: '1.0'
diff --git a/metadata/com.secuso.torchlight2.yml b/metadata/com.secuso.torchlight2.yml
index 4631ad4247..27b53abcf1 100644
--- a/metadata/com.secuso.torchlight2.yml
+++ b/metadata/com.secuso.torchlight2.yml
@@ -7,9 +7,9 @@ IssueTracker: https://github.com/SecUSo/privacy-friendly-torchlight/issues
AutoName: Torchlight
Description: |-
- Simple application to use the phones flash light as a torchlight. It belongs to
- the group of Privacy Friendly Apps, developed at the University of Darmstadt,
- Germany.
+ Simple application to use the phones flash light as a torchlight. It belongs to
+ the group of Privacy Friendly Apps, developed at the University of Darmstadt,
+ Germany.
RepoType: git
Repo: https://github.com/SecUSo/privacy-friendly-torchlight
diff --git a/metadata/com.selbie.wrek.yml b/metadata/com.selbie.wrek.yml
index 71a77f9637..8404e50666 100644
--- a/metadata/com.selbie.wrek.yml
+++ b/metadata/com.selbie.wrek.yml
@@ -8,10 +8,10 @@ IssueTracker: https://github.com/jselbie/wrekonline/issues
AutoName: WREK Online
Description: |-
- Listen to WREK Atlanta 91.1 FM, the entirely student managed, operated, and
- engineered radio station of Georgia Tech. The app supports background playback
- of both the live streams in addition to acrhived recordings from the past week
- of specialty shows.
+ Listen to WREK Atlanta 91.1 FM, the entirely student managed, operated, and
+ engineered radio station of Georgia Tech. The app supports background playback
+ of both the live streams in addition to acrhived recordings from the past week
+ of specialty shows.
RepoType: git
Repo: https://github.com/jselbie/wrekonline
diff --git a/metadata/com.sensirion.smartgadget.yml b/metadata/com.sensirion.smartgadget.yml
index c0fb0a6a83..2586e18c19 100644
--- a/metadata/com.sensirion.smartgadget.yml
+++ b/metadata/com.sensirion.smartgadget.yml
@@ -9,20 +9,20 @@ Changelog: https://github.com/Sensirion/SmartGadget-Android/releases
AutoName: Smart Gadget
Description: |-
- The Sensirion Smart Gadget app allows you to establish a BLE (Bluetooth Low
- Energy) connection to your Sensirion Smart Gadget. The app displays the current
- temperature and relative humidity values measured by the integrated sensors. Up
- to seven Smart Gadgets can be connected simultaneously.
+ The Sensirion Smart Gadget app allows you to establish a BLE (Bluetooth Low
+ Energy) connection to your Sensirion Smart Gadget. The app displays the current
+ temperature and relative humidity values measured by the integrated sensors. Up
+ to seven Smart Gadgets can be connected simultaneously.
- The Smart Gadget is open hardware and runs open source firmware.
+ The Smart Gadget is open hardware and runs open source firmware.
- Smart Gadget Hardware
- Smart Gadget Firmware
+ Smart Gadget Hardware
+ Smart Gadget Firmware
- Gadget from DigiKey
- Smart Gadget
- from Mouser
+ Gadget from DigiKey
+ Smart Gadget
+ from Mouser
RepoType: git
Repo: https://github.com/Sensirion/SmartGadget-Android
diff --git a/metadata/com.serwylo.msjviewer.yml b/metadata/com.serwylo.msjviewer.yml
index 7107955943..e9c7b85d67 100644
--- a/metadata/com.serwylo.msjviewer.yml
+++ b/metadata/com.serwylo.msjviewer.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on the MSJ website (custom built, non-free software).
+ NonFreeNet:
+ en-US: Depends on the MSJ website (custom built, non-free software).
Categories:
- Sports & Health
License: GPL-3.0-only
@@ -9,18 +9,18 @@ IssueTracker: https://github.com/pserwylo/msjviewer/issues
AutoName: Mobile MSJ
Description: |-
- This is an unofficial app for the St John Ambulance Victoria MSJ website, where
- first aid volunteers register their interest in attending events.
+ This is an unofficial app for the St John Ambulance Victoria MSJ website, where
+ first aid volunteers register their interest in attending events.
- It will only be useful to St John Ambulance Victoria members, who have access to
- the MSJ website.
+ It will only be useful to St John Ambulance Victoria members, who have access to
+ the MSJ website.
- The original website is not mobile friendly, and so this app provides an
- alternative way to view the site. It supports viewing upcoming events,
- submitting EOIs, and seeing the hours you've completed so far.
+ The original website is not mobile friendly, and so this app provides an
+ alternative way to view the site. It supports viewing upcoming events,
+ submitting EOIs, and seeing the hours you've completed so far.
- Anti Features: NonFreeNet - The MSJ website is custom built, non-free software
- specifically for St John Ambulance Australia, Victoria.
+ Anti Features: NonFreeNet - The MSJ website is custom built, non-free software
+ specifically for St John Ambulance Australia, Victoria.
RepoType: git
Repo: https://github.com/pserwylo/msjviewer
diff --git a/metadata/com.sevag.pitcha.yml b/metadata/com.sevag.pitcha.yml
index bfc7601bf4..a84cd53f77 100644
--- a/metadata/com.sevag.pitcha.yml
+++ b/metadata/com.sevag.pitcha.yml
@@ -5,10 +5,10 @@ SourceCode: https://github.com/sevagh/Pitcha
AutoName: Pitcha
Description: |-
- Note: This app is no longer maintained.
+ Note: This app is no longer maintained.
- Pitch detector using the McLeod Pitch Method, adapted from
- TarsosDSP.
+ Pitch detector using the McLeod Pitch Method, adapted from
+ TarsosDSP.
Builds:
- versionName: '1.0'
diff --git a/metadata/com.sevag.unrealtracker.yml b/metadata/com.sevag.unrealtracker.yml
index 253cfb6bce..bc81b776bd 100644
--- a/metadata/com.sevag.unrealtracker.yml
+++ b/metadata/com.sevag.unrealtracker.yml
@@ -5,9 +5,9 @@ SourceCode: https://github.com/sevagh/UnrealTracker
AutoName: Unreal Tracker
Description: |-
- Displays the latest blog headlines, marketplace listings and commits of Unreal
- Engine 4 and Unreal Tournament development. There are a few different themes and
- data is refreshed when the app is reopened.
+ Displays the latest blog headlines, marketplace listings and commits of Unreal
+ Engine 4 and Unreal Tournament development. There are a few different themes and
+ data is refreshed when the app is reopened.
Builds:
- versionName: '1.3'
diff --git a/metadata/com.sgr_b2.compass.yml b/metadata/com.sgr_b2.compass.yml
index 6f2c2e3714..d6b046c371 100644
--- a/metadata/com.sgr_b2.compass.yml
+++ b/metadata/com.sgr_b2.compass.yml
@@ -7,14 +7,14 @@ Changelog: https://bitbucket.org/alekseyt/compass/src/HEAD/CHANGELOG
AutoName: Community compass
Description: |-
- An outdoors application which can help you to find your way though the forest or
- desert, or whatever. It provides inter-device location exchange by SMS and can
- make distress call even if the device screen is broken by sending SMS with your
- location on your behalf.
+ An outdoors application which can help you to find your way though the forest or
+ desert, or whatever. It provides inter-device location exchange by SMS and can
+ make distress call even if the device screen is broken by sending SMS with your
+ location on your behalf.
- Due to pointer-navigation nature, it can also be used as either magnetic or GPS
- compass reading direction to north from your device magnetic sensors or from GPS
- chip.
+ Due to pointer-navigation nature, it can also be used as either magnetic or GPS
+ compass reading direction to north from your device magnetic sensors or from GPS
+ chip.
RepoType: git
Repo: https://bitbucket.org/alekseyt/compass.git
diff --git a/metadata/com.shabinder.spotiflyer.yml b/metadata/com.shabinder.spotiflyer.yml
index be1ee02a24..371621b00d 100644
--- a/metadata/com.shabinder.spotiflyer.yml
+++ b/metadata/com.shabinder.spotiflyer.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on non-libre services (Spotify, Youtube, Soundcloud etc).
+ NonFreeNet:
+ en-US: Depends on non-libre services (Spotify, Youtube, Soundcloud etc).
Categories:
- Multimedia
License: GPL-3.0-or-later
@@ -261,7 +261,7 @@ Builds:
- art
- spotiflyer-ios
prebuild: sed -i -e '/googleapis/d' -e '/jetbrains.space/d' ../build.gradle.kts
- ../buildSrc/build.gradle.kts
+ ../buildSrc/build.gradle.kts
build:
- export ANDROID_SDK_HOME=$$SDK$$
- export ANDROID_NDK_HOME=$$NDK$$
@@ -292,7 +292,7 @@ Builds:
- art
- spotiflyer-ios
prebuild: sed -i -e '/googleapis/d' -e '/jetbrains.space/d' ../build.gradle.kts
- ../buildSrc/build.gradle.kts
+ ../buildSrc/build.gradle.kts
build:
- export ANDROID_SDK_HOME=$$SDK$$
- export ANDROID_NDK_HOME=$$NDK$$
diff --git a/metadata/com.shadcat.secdroid.yml b/metadata/com.shadcat.secdroid.yml
index 8738d82ff2..4008b3adf9 100644
--- a/metadata/com.shadcat.secdroid.yml
+++ b/metadata/com.shadcat.secdroid.yml
@@ -5,21 +5,21 @@ SourceCode: https://github.com/x942/secdroid
AutoName: SecDroid
Description: |-
- Warning: This app cannot be uninstalled, changes cannot be reverted. Make
- a full backup first.
+ Warning: This app cannot be uninstalled, changes cannot be reverted. Make
+ a full backup first.
- SecDroid hardens the android kernel by disable certain binaries that have
- internet access or can be used as an attack vector and by securing the TCP Stack
- using Systctl. This helps prevent some MITM (Man-In-The-Middle) and Spoofing
- attacks. It may also prevent some DOS (Denial-Of-Service) Attacks.
+ SecDroid hardens the android kernel by disable certain binaries that have
+ internet access or can be used as an attack vector and by securing the TCP Stack
+ using Systctl. This helps prevent some MITM (Man-In-The-Middle) and Spoofing
+ attacks. It may also prevent some DOS (Denial-Of-Service) Attacks.
- Disabled services include SSH, SSHD, Telnet NC (net cat), and Ping, to keep
- others from gaining access to your device via a remote terminal. SecDroid also
- disables Package Manager so that no apps can be installed remotely to your
- device (you can still install them from Market or using APK files directly on
- the device itself). Lastly, it also allows you to disable ADBD (the ADB service
- running on the device that allows you to connect to it through command line from
- a remote computer) until the next reboot.
+ Disabled services include SSH, SSHD, Telnet NC (net cat), and Ping, to keep
+ others from gaining access to your device via a remote terminal. SecDroid also
+ disables Package Manager so that no apps can be installed remotely to your
+ device (you can still install them from Market or using APK files directly on
+ the device itself). Lastly, it also allows you to disable ADBD (the ADB service
+ running on the device that allows you to connect to it through command line from
+ a remote computer) until the next reboot.
RequiresRoot: true
diff --git a/metadata/com.shadow.blackhole.yml b/metadata/com.shadow.blackhole.yml
index da32a80bd9..e104753712 100644
--- a/metadata/com.shadow.blackhole.yml
+++ b/metadata/com.shadow.blackhole.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Connects to multiple non-free sites, e.g. Youtube, Spotify
+ NonFreeNet:
+ en-US: Connects to multiple non-free sites, e.g. Youtube, Spotify
Categories:
- Multimedia
License: GPL-3.0-only
diff --git a/metadata/com.shahul3d.indiasatelliteweather.yml b/metadata/com.shahul3d.indiasatelliteweather.yml
index f168ce0a64..f9dd04a216 100644
--- a/metadata/com.shahul3d.indiasatelliteweather.yml
+++ b/metadata/com.shahul3d.indiasatelliteweather.yml
@@ -9,16 +9,16 @@ IssueTracker: https://github.com/Shahul3D/IndiaSatelliteWeather/issues
AutoName: India Satellite Weather
Summary: Satellite weather maps
Description: |-
- "A picture is worth a thousand words". A complex weather data can be conveyed
- with a single image map.
+ "A picture is worth a thousand words". A complex weather data can be conveyed
+ with a single image map.
- By observing the cloud formations around your City, you can predict whether the
- day is going to be Hot or Rainy/Cloudy.
+ By observing the cloud formations around your City, you can predict whether the
+ day is going to be Hot or Rainy/Cloudy.
- The app fetches the weather data directly from the Official Indian Government
- webpage for "satellite Images & Products"
+ The app fetches the weather data directly from the Official Indian Government
+ webpage for "satellite Images & Products"
- A couple of proprietary libraries were removed.
+ A couple of proprietary libraries were removed.
RepoType: git
Repo: https://github.com/Shahul3D/IndiaSatelliteWeather.git
@@ -47,8 +47,8 @@ Builds:
- yes
MaintainerNotes: |-
- See https://github.com/Shahul3D/IndiaSatelliteWeather/issues/2
- and https://github.com/Shahul3D/IndiaSatelliteWeather/issues/3.
+ See https://github.com/Shahul3D/IndiaSatelliteWeather/issues/2
+ and https://github.com/Shahul3D/IndiaSatelliteWeather/issues/3.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.shapps.mintubeapp.yml b/metadata/com.shapps.mintubeapp.yml
index f7a5e6936b..c0b1e2835f 100644
--- a/metadata/com.shapps.mintubeapp.yml
+++ b/metadata/com.shapps.mintubeapp.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends entirely on YouTube.
+ NonFreeNet:
+ en-US: App depends entirely on YouTube.
Categories:
- Multimedia
License: MIT
@@ -12,24 +12,24 @@ IssueTracker: https://github.com/imshyam/mintube/issues
AutoName: MinTube
Summary: Play YouTube videos in a minimized, floating window
Description: |-
- Watch YouTube video with the ability to minimize and move the video around.
+ Watch YouTube video with the ability to minimize and move the video around.
- Features:
+ Features:
- * Play YouTube in a floating player that can be minimized and moved around the screen.
- * You can easily play a single YouTube video or an entire YouTube playlist just by a single click.
- * Share YouTube videos or playlists from youtube app to MinTube to play in background.
- * YouTube video and playlist links are also handled by the app.
+ * Play YouTube in a floating player that can be minimized and moved around the screen.
+ * You can easily play a single YouTube video or an entire YouTube playlist just by a single click.
+ * Share YouTube videos or playlists from youtube app to MinTube to play in background.
+ * YouTube video and playlist links are also handled by the app.
- * User can control most of the aspects of the app.
- * Video Playback Quality can be controlled.
- * A single video or playlist can be set on repeat.
- * View window size can be changed.
- * Search and watch your favorite videos.
- * Login to YouTube and access your data.
- * Control Video playback via notification.
- * Play single or multiple videos from your watch history (coming soon).
- * Choose between iframe web and YouTube android player (coming soon).
+ * User can control most of the aspects of the app.
+ * Video Playback Quality can be controlled.
+ * A single video or playlist can be set on repeat.
+ * View window size can be changed.
+ * Search and watch your favorite videos.
+ * Login to YouTube and access your data.
+ * Control Video playback via notification.
+ * Play single or multiple videos from your watch history (coming soon).
+ * Choose between iframe web and YouTube android player (coming soon).
RepoType: git
Repo: https://github.com/imshyam/mintube
@@ -47,8 +47,8 @@ Builds:
- sed -i -e '97,99d' AndroidManifest.xml
MaintainerNotes: |-
- The app fails to play any videos and looks abandoned, see
- https://github.com/imshyam/mintube/issues/39.
+ The app fails to play any videos and looks abandoned, see
+ https://github.com/imshyam/mintube/issues/39.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.shatteredpixel.shatteredpixeldungeon.yml b/metadata/com.shatteredpixel.shatteredpixeldungeon.yml
index de918c8628..809d182bed 100644
--- a/metadata/com.shatteredpixel.shatteredpixeldungeon.yml
+++ b/metadata/com.shatteredpixel.shatteredpixeldungeon.yml
@@ -9,25 +9,25 @@ Donate: https://www.patreon.com/ShatteredPixel
AutoName: Shattered Pixel Dungeon
Description: |-
- This is an unofficial release of Shattered Pixel Dungeon that is not maintained or supported by the developer. It will receive updates on a delay, it is not compatible with official updates, and F-Droid may falsely flag this release as having security vulnerabilities. The developer recommends that you download Shattered Pixel Dungeon from an official channel, such as its Github releases page: https://github.com/00-Evan/shattered-pixel-dungeon/releases
+ This is an unofficial release of Shattered Pixel Dungeon that is not maintained or supported by the developer. It will receive updates on a delay, it is not compatible with official updates, and F-Droid may falsely flag this release as having security vulnerabilities. The developer recommends that you download Shattered Pixel Dungeon from an official channel, such as its Github releases page: https://github.com/00-Evan/shattered-pixel-dungeon/releases
- Shattered Pixel Dungeon is a traditional roguelike dungeon crawler RPG that's simple to get into but hard to master! Every game is a unique challenge, with five different heroes, randomized levels and enemies, and hundreds of items to collect and use. ShatteredPD is also updated once every two or three months, so there's always something new.
+ Shattered Pixel Dungeon is a traditional roguelike dungeon crawler RPG that's simple to get into but hard to master! Every game is a unique challenge, with five different heroes, randomized levels and enemies, and hundreds of items to collect and use. ShatteredPD is also updated once every two or three months, so there's always something new.
- Choose Your Hero
+ Choose Your Hero
- Each of ShatteredPD's five playable heroes has their own unique mechanics and gameplay style. Cut down foes as the durable Warrior or deadly Duelist, fry your enemies as the arcane Mage, or use terrain to your advantage as the stealthy Rogue or the markswoman Huntress!
+ Each of ShatteredPD's five playable heroes has their own unique mechanics and gameplay style. Cut down foes as the durable Warrior or deadly Duelist, fry your enemies as the arcane Mage, or use terrain to your advantage as the stealthy Rogue or the markswoman Huntress!
- Explore the Dungeon
+ Explore the Dungeon
- ShatteredPD's dungeon is procedurally generated with random layouts, room types, items, traps, and enemies. In each game you'll find equipment and collect or craft consumable items to power you up or help you out in a pinch. There is a huge variety to what you might see from run to run and region to region.
+ ShatteredPD's dungeon is procedurally generated with random layouts, room types, items, traps, and enemies. In each game you'll find equipment and collect or craft consumable items to power you up or help you out in a pinch. There is a huge variety to what you might see from run to run and region to region.
- Succeed or Die Trying
+ Succeed or Die Trying
- The Dungeon is filled with enemies, traps, hazards, and bosses intent on ending your run! Battle hostile wildlife in the sewers and caves, mad thieves and guards in the prison, occult servants in the fallen dwarven city, and maybe something even worse further down...
+ The Dungeon is filled with enemies, traps, hazards, and bosses intent on ending your run! Battle hostile wildlife in the sewers and caves, mad thieves and guards in the prison, occult servants in the fallen dwarven city, and maybe something even worse further down...
- A Decade in the Making
+ A Decade in the Making
- ShatteredPD is based on the open source code of Pixel Dungeon by Watabou (first released in late 2012). It started in 2014 as a project to rebalance Pixel Dungeon but has steadily grown into its own game over the last 8 years! https://f-droid.org/packages/com.watabou.pixeldungeon
+ ShatteredPD is based on the open source code of Pixel Dungeon by Watabou (first released in late 2012). It started in 2014 as a project to rebalance Pixel Dungeon but has steadily grown into its own game over the last 8 years! https://f-droid.org/packages/com.watabou.pixeldungeon
RepoType: git
Repo: https://github.com/00-Evan/shattered-pixel-dungeon
@@ -871,7 +871,7 @@ Builds:
- desktop
- ios
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
scandelete:
- android/libs/*
@@ -889,7 +889,7 @@ Builds:
- desktop
- ios
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
scandelete:
- android/libs/*
@@ -907,7 +907,7 @@ Builds:
- desktop
- ios
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
scandelete:
- android/libs/*
@@ -925,7 +925,7 @@ Builds:
- desktop
- ios
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
scandelete:
- android/libs/*
@@ -943,7 +943,7 @@ Builds:
- desktop
- ios
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
scandelete:
- android/libs/*
@@ -961,7 +961,7 @@ Builds:
- desktop
- ios
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
scandelete:
- android/libs/*
@@ -979,7 +979,7 @@ Builds:
- desktop
- ios
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
scandelete:
- android/libs/*
@@ -997,7 +997,7 @@ Builds:
- desktop
- ios
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
scandelete:
- android/libs/*
@@ -1015,7 +1015,7 @@ Builds:
- desktop
- ios
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
scandelete:
- android/libs/*
@@ -1033,7 +1033,7 @@ Builds:
- desktop
- ios
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
scandelete:
- android/libs/*
@@ -1051,7 +1051,7 @@ Builds:
- desktop
- ios
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
scandelete:
- android/libs/*
diff --git a/metadata/com.shkmishra.lyrically.yml b/metadata/com.shkmishra.lyrically.yml
index b499ba70a5..be56a0c346 100644
--- a/metadata/com.shkmishra.lyrically.yml
+++ b/metadata/com.shkmishra.lyrically.yml
@@ -7,18 +7,18 @@ Changelog: https://github.com/shkcodes/Lyrically/releases
AutoName: Lyrically
Description: |-
- An everywhere lyrics app which can be used by simply swiping a part of your
- screen. See the lyrics without interrupting what you're doing.
+ An everywhere lyrics app which can be used by simply swiping a part of your
+ screen. See the lyrics without interrupting what you're doing.
- Supported Apps include:
+ Supported Apps include:
- * Google Play Music
- * Spotify
- * Phonograph
- * Shuttle
- * Poweramp
- * BlackPlayer
- * Rocket Player
+ * Google Play Music
+ * Spotify
+ * Phonograph
+ * Shuttle
+ * Poweramp
+ * BlackPlayer
+ * Rocket Player
RepoType: git
Repo: https://github.com/shkcodes/Lyrically
diff --git a/metadata/com.showmehills.yml b/metadata/com.showmehills.yml
index 7edaeeb057..bae6870493 100644
--- a/metadata/com.showmehills.yml
+++ b/metadata/com.showmehills.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- Tracking:
- en-US: Crash reports are sent without prior consent (opt-out).
- UpstreamNonFree: {}
+ Tracking:
+ en-US: Crash reports are sent without prior consent (opt-out).
+ UpstreamNonFree: {}
Categories:
- Navigation
License: GPL-3.0-only
@@ -11,18 +11,18 @@ IssueTracker: https://github.com/ShowMeHills/ShowMeHills/issues
AutoName: Show Me Places
Description: |-
- Augmented reality application which overlays the names of hills and mountains on
- a camera view. The supplied data for hills of the UK and Ireland is better than
- that for the rest of the world.
+ Augmented reality application which overlays the names of hills and mountains on
+ a camera view. The supplied data for hills of the UK and Ireland is better than
+ that for the rest of the world.
- N.B Although it is not necessary (since v0.30) to have Google Maps
- installed to install the app, attempting to view the map overlay mode if you
- don't have Google maps installed, will crash the app. Even if you have that
- installed the "birds eye", map overlay mode won't work because the only map
- source is Google Maps and there isn't an API key in the source code.
+ N.B Although it is not necessary (since v0.30) to have Google Maps
+ installed to install the app, attempting to view the map overlay mode if you
+ don't have Google maps installed, will crash the app. Even if you have that
+ installed the "birds eye", map overlay mode won't work because the only map
+ source is Google Maps and there isn't an API key in the source code.
- Anti-feature: Tracking. Crash reports are sent without interaction, but that can
- be disabled in the settings. Google Analytics was removed before building.
+ Anti-feature: Tracking. Crash reports are sent without interaction, but that can
+ be disabled in the settings. Google Analytics was removed before building.
RepoType: git
Repo: https://github.com/ShowMeHills/ShowMeHills.git
diff --git a/metadata/com.shurik.droidzebra.yml b/metadata/com.shurik.droidzebra.yml
index c4fbdf53d8..d2b8730fe6 100644
--- a/metadata/com.shurik.droidzebra.yml
+++ b/metadata/com.shurik.droidzebra.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/alkom/droidzebra/issues
AutoName: DroidZebra
Description: |-
- DroidZebra is advanced Reversi program based on Zebra Othello Engine written by
- Gunnar Andersson. Features:
+ DroidZebra is advanced Reversi program based on Zebra Othello Engine written by
+ Gunnar Andersson. Features:
- * difficulty levels from beginner (practice mode) to world-class play
- * opening book with more than 500,000 positions
- * unlimited undo
+ * difficulty levels from beginner (practice mode) to world-class play
+ * opening book with more than 500,000 positions
+ * unlimited undo
RepoType: git
Repo: https://github.com/alkom/droidzebra
diff --git a/metadata/com.sigmarelax.doitoscihub.yml b/metadata/com.sigmarelax.doitoscihub.yml
index 9e44325b83..8dc59b3186 100644
--- a/metadata/com.sigmarelax.doitoscihub.yml
+++ b/metadata/com.sigmarelax.doitoscihub.yml
@@ -6,12 +6,12 @@ IssueTracker: https://gitlab.com/sigmarelax/doi_to_scihub/issues
AutoName: DOI to SciHub
Description: |-
- Quickly download research from Sci-Hub. This app will allow you to open
- commonly used Document Object Identifier (DOI) links from your browser to
- retrieve articles from Sci-Hub mirrors.
+ Quickly download research from Sci-Hub. This app will allow you to open
+ commonly used Document Object Identifier (DOI) links from your browser to
+ retrieve articles from Sci-Hub mirrors.
- Note: This app is solely intended for assistance in accessing freely
- available research articles, not for circumventing paywalls or the law.
+ Note: This app is solely intended for assistance in accessing freely
+ available research articles, not for circumventing paywalls or the law.
RepoType: git
Repo: https://gitlab.com/sigmarelax/doi_to_scihub.git
diff --git a/metadata/com.sigseg.android.worldmap.yml b/metadata/com.sigseg.android.worldmap.yml
index c6490d3e74..9722bcd1b4 100644
--- a/metadata/com.sigseg.android.worldmap.yml
+++ b/metadata/com.sigseg.android.worldmap.yml
@@ -6,18 +6,18 @@ IssueTracker: https://github.com/johnnylambada/WorldMap/issues
AutoName: '@string/app_name'
Description: |-
- WorldMap is a simple Android app that displays
-
- a map of the world taken from Wikimedia and allows the user to scroll around on
- it. The map is licensed as PD-USGOV; PD-USGOV-CIA-WF - more info
- here)
+ WorldMap is a simple Android app that displays
+
+ a map of the world taken from Wikimedia and allows the user to scroll around on
+ it. The map is licensed as PD-USGOV; PD-USGOV-CIA-WF - more info
+ here)
- The map itself is quite large (6480x3888), so it's way too big to fit in memory
- all at once (over 48MB). The VM heap size Android supports is either 16 or 24
- megs, so we can't fit the whole thing in memory at once. To overcome this,
- WorldApp uses the BitmapRegionDecoder API (available as of Android 2.3.3) to
- decode just what it needs to display. The app can also serve as a viewer for
- arbitrary images opened via a (3rd-party) file manager.
+ The map itself is quite large (6480x3888), so it's way too big to fit in memory
+ all at once (over 48MB). The VM heap size Android supports is either 16 or 24
+ megs, so we can't fit the whole thing in memory at once. To overcome this,
+ WorldApp uses the BitmapRegionDecoder API (available as of Android 2.3.3) to
+ decode just what it needs to display. The app can also serve as a viewer for
+ arbitrary images opened via a (3rd-party) file manager.
RepoType: git
Repo: https://github.com/johnnylambada/WorldMap.git
diff --git a/metadata/com.silentlexx.instead.yml b/metadata/com.silentlexx.instead.yml
index e990ae43c3..e5ddd9415c 100644
--- a/metadata/com.silentlexx.instead.yml
+++ b/metadata/com.silentlexx.instead.yml
@@ -9,12 +9,12 @@ Changelog: https://github.com/instead-hub/instead/releases
Name: INSTEAD
AutoName: Instead
Description: |-
- STEAD is a Lua-based language for writing games that are the mix of visual
- novels, text quests and classical 90ss quests. In addition to STEAD games
- INSTEAD supports URQ quests and Space Rangers in-game quests.
+ STEAD is a Lua-based language for writing games that are the mix of visual
+ novels, text quests and classical 90ss quests. In addition to STEAD games
+ INSTEAD supports URQ quests and Space Rangers in-game quests.
- The package includes interpreter and interactive fiction manager, capable of
- downloading games in the chosen language.
+ The package includes interpreter and interactive fiction manager, capable of
+ downloading games in the chosen language.
RepoType: git
Repo: https://github.com/instead-hub/instead
@@ -39,9 +39,9 @@ Builds:
ndk: r12b
MaintainerNotes: |-
- project was moved to Github after being set to Static here (identified by
- commit message at old SF repo, followed up via Homepage) – so we might pick
- it up again (2020-10-30)
+ project was moved to Github after being set to Static here (identified by
+ commit message at old SF repo, followed up via Homepage) – so we might pick
+ it up again (2020-10-30)
AutoUpdateMode: None
UpdateCheckMode: Static
diff --git a/metadata/com.simonramstedt.yoke.yml b/metadata/com.simonramstedt.yoke.yml
index 9c5ec86eee..f8159e33ca 100644
--- a/metadata/com.simonramstedt.yoke.yml
+++ b/metadata/com.simonramstedt.yoke.yml
@@ -8,19 +8,19 @@ Changelog: https://github.com/rmst/yoke-android/releases
AutoName: Yoke
Description: |-
- Yoke connects to a Linux computer via network (Wifi / Bluetooth / USB). It
- will be recognized as a normal Joystick/Gamepad by Linux, so it can be used
- as a game controller.
+ Yoke connects to a Linux computer via network (Wifi / Bluetooth / USB). It
+ will be recognized as a normal Joystick/Gamepad by Linux, so it can be used
+ as a game controller.
- The Linux client can be installed from https://github.com/rmst/yoke
+ The Linux client can be installed from https://github.com/rmst/yoke
- Yoke currently supports 6 axes:
+ Yoke currently supports 6 axes:
- * Accelerometer X, Y
- * Left thumbstick X, Y
- * Right thumbstick X, Y
+ * Accelerometer X, Y
+ * Left thumbstick X, Y
+ * Right thumbstick X, Y
- Credits: Icon made by Freepik from www.flaticon.com
+ Credits: Icon made by Freepik from www.flaticon.com
RepoType: git
Repo: https://github.com/rmst/yoke-android.git
diff --git a/metadata/com.simpledecredwidget.yml b/metadata/com.simpledecredwidget.yml
index 8cd9351039..d9a5547501 100644
--- a/metadata/com.simpledecredwidget.yml
+++ b/metadata/com.simpledecredwidget.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/raedahgroup/simple-decred-widget/issues
AutoName: Simple Decred Widget
Description: |-
- A simple widget for viewing Decred exchange rate, as well as PoS Ticket price,
- mining difficulty, and more.
+ A simple widget for viewing Decred exchange rate, as well as PoS Ticket price,
+ mining difficulty, and more.
RepoType: git
Repo: https://github.com/raedahgroup/simple-decred-widget.git
diff --git a/metadata/com.simplemobiletools.calendar.yml b/metadata/com.simplemobiletools.calendar.yml
index 95000d0b37..d76341b9be 100644
--- a/metadata/com.simplemobiletools.calendar.yml
+++ b/metadata/com.simplemobiletools.calendar.yml
@@ -13,12 +13,12 @@ Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
AutoName: Calendar
Description: |-
- NOTE: Starting with version 6.0 this app is no longer developed and was
- replaced by https://f-droid.org/packages/com.simplemobiletools.calendar.pro. You are encouraged to
- uninstall this one and install the new one.
+ NOTE: Starting with version 6.0 this app is no longer developed and was
+ replaced by https://f-droid.org/packages/com.simplemobiletools.calendar.pro. You are encouraged to
+ uninstall this one and install the new one.
- To learn more about this change you can read
- here
+ To learn more about this change you can read
+ here
RepoType: git
Repo: https://github.com/SimpleMobileTools/Simple-Calendar
diff --git a/metadata/com.simplemobiletools.contacts.yml b/metadata/com.simplemobiletools.contacts.yml
index 2da348cccf..d5a01f829a 100644
--- a/metadata/com.simplemobiletools.contacts.yml
+++ b/metadata/com.simplemobiletools.contacts.yml
@@ -13,12 +13,12 @@ Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
AutoName: Contacts
Description: |-
- NOTE: Starting with version 6.0 this app is no longer developed and was
- replaced by https://f-droid.org/packages/com.simplemobiletools.contacts.pro. You are encouraged to
- uninstall this one and install the new one.
+ NOTE: Starting with version 6.0 this app is no longer developed and was
+ replaced by https://f-droid.org/packages/com.simplemobiletools.contacts.pro. You are encouraged to
+ uninstall this one and install the new one.
- To learn more about this change you can read
- here
+ To learn more about this change you can read
+ here
RepoType: git
Repo: https://github.com/SimpleMobileTools/Simple-Contacts
diff --git a/metadata/com.simplemobiletools.draw.yml b/metadata/com.simplemobiletools.draw.yml
index 4c1fea5b32..00eb471497 100644
--- a/metadata/com.simplemobiletools.draw.yml
+++ b/metadata/com.simplemobiletools.draw.yml
@@ -13,10 +13,10 @@ Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
AutoName: Draw
Description: |-
- NOTE: Starting with version 6.0 this app is no longer developed and was
- replaced by https://f-droid.org/packages/com.simplemobiletools.draw.pro. You are encouraged to uninstall
- this one and install the new one. To learn more about this change you can read
- here
+ NOTE: Starting with version 6.0 this app is no longer developed and was
+ replaced by https://f-droid.org/packages/com.simplemobiletools.draw.pro. You are encouraged to uninstall
+ this one and install the new one. To learn more about this change you can read
+ here
RepoType: git
Repo: https://github.com/SimpleMobileTools/Simple-Draw
diff --git a/metadata/com.simplemobiletools.filemanager.pro.yml b/metadata/com.simplemobiletools.filemanager.pro.yml
index 80167cdb71..931418c016 100644
--- a/metadata/com.simplemobiletools.filemanager.pro.yml
+++ b/metadata/com.simplemobiletools.filemanager.pro.yml
@@ -593,10 +593,10 @@ Builds:
- fdroid
MaintainerNotes: |-
- KnownVuln: com.github.tibbi:AndroidPdfViewer:da57ff410e noted at below link
- https://github.com/SimpleMobileTools/Simple-File-Manager/blob/$TAG/app/build.gradle
- https://github.com/SimpleMobileTools/Simple-File-Manager/issues/619
- https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
+ KnownVuln: com.github.tibbi:AndroidPdfViewer:da57ff410e noted at below link
+ https://github.com/SimpleMobileTools/Simple-File-Manager/blob/$TAG/app/build.gradle
+ https://github.com/SimpleMobileTools/Simple-File-Manager/issues/619
+ https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.simplemobiletools.filemanager.yml b/metadata/com.simplemobiletools.filemanager.yml
index befdf3110e..a3db73fed4 100644
--- a/metadata/com.simplemobiletools.filemanager.yml
+++ b/metadata/com.simplemobiletools.filemanager.yml
@@ -13,12 +13,12 @@ Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
AutoName: File Manager
Description: |-
- NOTE: Starting with version 6.0 this app is no longer developed and was
- replaced by https://f-droid.org/packages/com.simplemobiletools.filemanager.pro. You are encouraged to
- uninstall this one and install the new one.
+ NOTE: Starting with version 6.0 this app is no longer developed and was
+ replaced by https://f-droid.org/packages/com.simplemobiletools.filemanager.pro. You are encouraged to
+ uninstall this one and install the new one.
- To learn more about this change you can read
- here
+ To learn more about this change you can read
+ here
RepoType: git
Repo: https://github.com/SimpleMobileTools/Simple-File-Manager
@@ -52,7 +52,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: '1.5'
versionCode: 5
@@ -61,7 +61,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: '1.6'
versionCode: 6
@@ -70,7 +70,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: '1.7'
versionCode: 7
@@ -79,7 +79,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: '1.8'
versionCode: 8
@@ -88,7 +88,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: '1.9'
versionCode: 9
@@ -97,7 +97,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: '1.10'
versionCode: 10
@@ -106,7 +106,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: '1.11'
versionCode: 11
@@ -115,7 +115,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: '1.13'
versionCode: 13
@@ -124,7 +124,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: '1.15'
versionCode: 15
@@ -133,7 +133,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: '1.16'
versionCode: 16
@@ -142,7 +142,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: '1.17'
versionCode: 17
@@ -151,7 +151,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: '1.19'
versionCode: 19
@@ -160,7 +160,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: '1.20'
versionCode: 20
@@ -169,7 +169,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: '1.21'
versionCode: 21
@@ -178,7 +178,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: '1.22'
versionCode: 22
@@ -187,7 +187,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: '1.23'
versionCode: 23
@@ -196,7 +196,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: '1.24'
versionCode: 24
@@ -205,7 +205,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: '1.25'
versionCode: 25
@@ -214,7 +214,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: 2.0.0
versionCode: 26
@@ -223,7 +223,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: 2.0.1
versionCode: 27
@@ -232,7 +232,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: 2.1.0
versionCode: 28
@@ -241,7 +241,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: 2.2.0
versionCode: 30
@@ -250,7 +250,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: 2.2.1
versionCode: 31
@@ -259,7 +259,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: 2.2.2
versionCode: 32
@@ -268,7 +268,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: 2.3.1
versionCode: 34
@@ -277,7 +277,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: 2.4.0
versionCode: 35
@@ -286,7 +286,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: 2.5.0
versionCode: 36
@@ -295,7 +295,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
- versionName: 2.6.0
versionCode: 37
diff --git a/metadata/com.simplemobiletools.gallery.yml b/metadata/com.simplemobiletools.gallery.yml
index 55cf13a48b..cc9bb11eef 100644
--- a/metadata/com.simplemobiletools.gallery.yml
+++ b/metadata/com.simplemobiletools.gallery.yml
@@ -14,12 +14,12 @@ Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
AutoName: Gallery
Description: |-
- NOTE: Starting with version 6.0 this app is no longer developed and was
- replaced by https://f-droid.org/packages/com.simplemobiletools.gallery.pro. You are encouraged to
- uninstall this one and install the new one.
+ NOTE: Starting with version 6.0 this app is no longer developed and was
+ replaced by https://f-droid.org/packages/com.simplemobiletools.gallery.pro. You are encouraged to
+ uninstall this one and install the new one.
- To learn more about this change you can read
- here
+ To learn more about this change you can read
+ here
RepoType: git
Repo: https://github.com/SimpleMobileTools/Simple-Gallery
diff --git a/metadata/com.simplemobiletools.notes.yml b/metadata/com.simplemobiletools.notes.yml
index 2678ce2d47..a758a989d7 100644
--- a/metadata/com.simplemobiletools.notes.yml
+++ b/metadata/com.simplemobiletools.notes.yml
@@ -13,12 +13,12 @@ Litecoin: LYACbHTKaM9ZubKQGxJ4NRyVy1gHUuztRP
AutoName: Notes
Description: |-
- NOTE: Starting with version 6.0 this app is no longer developed and was
- replaced by https://f-droid.org/packages/com.simplemobiletools.notes.pro. You are encouraged to uninstall
- this one and install the new one.
+ NOTE: Starting with version 6.0 this app is no longer developed and was
+ replaced by https://f-droid.org/packages/com.simplemobiletools.notes.pro. You are encouraged to uninstall
+ this one and install the new one.
- To learn more about this change you can read
- here
+ To learn more about this change you can read
+ here
RepoType: git
Repo: https://github.com/SimpleMobileTools/Simple-Notes
diff --git a/metadata/com.simplytranslate.yml b/metadata/com.simplytranslate.yml
index 1ef909b3ae..53e9867607 100644
--- a/metadata/com.simplytranslate.yml
+++ b/metadata/com.simplytranslate.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on Google Translate.
+ NonFreeNet:
+ en-US: App depends on Google Translate.
Categories:
- Reading
- Science & Education
diff --git a/metadata/com.simplytranslate_mobile.yml b/metadata/com.simplytranslate_mobile.yml
index 3889c6cdf5..1ab8151d43 100644
--- a/metadata/com.simplytranslate_mobile.yml
+++ b/metadata/com.simplytranslate_mobile.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Google Translate and thus connects to it.
+ NonFreeNet:
+ en-US: Depends on Google Translate and thus connects to it.
Categories:
- Reading
- Science & Education
diff --git a/metadata/com.sinpo.xnfc.yml b/metadata/com.sinpo.xnfc.yml
index c1bb7e1fd5..c353a38e23 100644
--- a/metadata/com.sinpo.xnfc.yml
+++ b/metadata/com.sinpo.xnfc.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/sinpolib/nfcard/issues
AutoName: NFCard
Description: |-
- Read contactless ic cards using the NFC sensor. Supports a range of iso7816-3 /
- iso15693 / felicia compliant e-wallet / RFID cards, and can be extended to
- support many specific data protocol, e.g. pboc2.0 of China. NFCard can read
- information like balance of account, transaction log, etc. from these cards.
+ Read contactless ic cards using the NFC sensor. Supports a range of iso7816-3 /
+ iso15693 / felicia compliant e-wallet / RFID cards, and can be extended to
+ support many specific data protocol, e.g. pboc2.0 of China. NFCard can read
+ information like balance of account, transaction log, etc. from these cards.
RepoType: git
Repo: https://github.com/sinpolib/nfcard.git
diff --git a/metadata/com.sismics.reader.yml b/metadata/com.sismics.reader.yml
index be0a036fc7..a2fb014241 100644
--- a/metadata/com.sismics.reader.yml
+++ b/metadata/com.sismics.reader.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/sismics/reader/issues
AutoName: Sismics Reader
Description: |-
- Connect to your Sismics feed aggregator (in the same source code repo; it's also
- written in Java though prebuilts are available).
+ Connect to your Sismics feed aggregator (in the same source code repo; it's also
+ written in Java though prebuilts are available).
RepoType: git
Repo: https://github.com/sismics/reader.git
@@ -41,7 +41,7 @@ Builds:
-Dversion=r13 -Dpackaging=jar -Dfile=libs/android-support-v4r13.jar
MaintainerNotes: Tags are probably for the server, they definitely don't correspond
- to client releases.
+ to client releases.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.slash.batterychargelimit.yml b/metadata/com.slash.batterychargelimit.yml
index d762cb165c..f68a3af9f4 100644
--- a/metadata/com.slash.batterychargelimit.yml
+++ b/metadata/com.slash.batterychargelimit.yml
@@ -7,17 +7,17 @@ IssueTracker: https://github.com/sriharshaarangi/BatteryChargeLimit/issues
AutoName: Battery Charge Limit
Description: |-
- Change the limit up to which it should charge (default: 80). Check which control
- file suits best for your device,
-
- see Q/A for hints. In most cases, the pre-selected choice should be the best
- that's available for your device. The app only gets kicked in while you connect
- a charger (or USB), and automatically closes shortly after unplugging charger
- (or USB), i.e. it only runs in the background as long as it is plugged in, and
- won't affect your battery life. If your device is not charging even after
- disabling the limit (which shouldn't happen, just in case), uninstall the app
- and reboot the device (the changes made by the app don't survive a reboot). Your
- device should charge normally then.
+ Change the limit up to which it should charge (default: 80). Check which control
+ file suits best for your device,
+
+ see Q/A for hints. In most cases, the pre-selected choice should be the best
+ that's available for your device. The app only gets kicked in while you connect
+ a charger (or USB), and automatically closes shortly after unplugging charger
+ (or USB), i.e. it only runs in the background as long as it is plugged in, and
+ won't affect your battery life. If your device is not charging even after
+ disabling the limit (which shouldn't happen, just in case), uninstall the app
+ and reboot the device (the changes made by the app don't survive a reboot). Your
+ device should charge normally then.
RequiresRoot: true
diff --git a/metadata/com.sli.ohmcalc.yml b/metadata/com.sli.ohmcalc.yml
index 5b38dc7dcf..0d5768c823 100644
--- a/metadata/com.sli.ohmcalc.yml
+++ b/metadata/com.sli.ohmcalc.yml
@@ -5,8 +5,8 @@ SourceCode: https://github.com/sli/ohmcalc
AutoName: Ohm Calc
Description: |-
- Simple app that calculates total resistance of your coils and lets you apply
- Ohm's law to also find amp draw and power output.
+ Simple app that calculates total resistance of your coils and lets you apply
+ Ohm's law to also find amp draw and power output.
Builds:
- versionName: '0.1'
diff --git a/metadata/com.slothwerks.hearthstone.compendiumforhearthstone.yml b/metadata/com.slothwerks.hearthstone.compendiumforhearthstone.yml
index 2e10cf7a16..2c7fde3e15 100644
--- a/metadata/com.slothwerks.hearthstone.compendiumforhearthstone.yml
+++ b/metadata/com.slothwerks.hearthstone.compendiumforhearthstone.yml
@@ -7,8 +7,8 @@ Changelog: https://github.com/efarraro/deckerino/releases
AutoName: Deckerino
Description: |-
- Keep track of your decks, share decks easily with friends, and 'track' your deck
- during play.
+ Keep track of your decks, share decks easily with friends, and 'track' your deck
+ during play.
RepoType: git
Repo: https://github.com/efarraro/deckerino
diff --git a/metadata/com.smartpack.kernelmanager.yml b/metadata/com.smartpack.kernelmanager.yml
index 47aa2e4a9d..2657e0908b 100644
--- a/metadata/com.smartpack.kernelmanager.yml
+++ b/metadata/com.smartpack.kernelmanager.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Uses integrated update checker.
+ NonFreeNet:
+ en-US: Uses integrated update checker.
Categories:
- System
License: GPL-3.0-or-later
@@ -207,7 +207,7 @@ Builds:
- fdroid
MaintainerNotes: app seems to have internal auto-updater (hence NonFreeNet+NonFreeAdd
- until disabled)
+ until disabled)
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.smerty.ham.yml b/metadata/com.smerty.ham.yml
index 471f5f4238..703814571e 100644
--- a/metadata/com.smerty.ham.yml
+++ b/metadata/com.smerty.ham.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: The app connects to api.smerty.org and qrz.com.
+ NonFreeNet:
+ en-US: The app connects to api.smerty.org and qrz.com.
Categories:
- Science & Education
License: BSD-3-Clause
@@ -9,11 +9,11 @@ IssueTracker: https://github.com/Smerty/ham.android/issues
AutoName: Ham
Description: |-
- Solar / calculated band conditions, Maidenhead Grid Locator & Callsign lookups
- via QRZ.com XML subscription. If you have a non-premium (free) account on
- QRZ.com, you will only get the name and country of callsigns. We are looking at
- offering more callsign databases. Many free sources only contain US hams, which
- is of limited use for many users.
+ Solar / calculated band conditions, Maidenhead Grid Locator & Callsign lookups
+ via QRZ.com XML subscription. If you have a non-premium (free) account on
+ QRZ.com, you will only get the name and country of callsigns. We are looking at
+ offering more callsign databases. Many free sources only contain US hams, which
+ is of limited use for many users.
RepoType: git
Repo: https://github.com/Smerty/ham.android.git
diff --git a/metadata/com.smilla.greentooth.yml b/metadata/com.smilla.greentooth.yml
index c87c859653..a3f0edd3ef 100644
--- a/metadata/com.smilla.greentooth.yml
+++ b/metadata/com.smilla.greentooth.yml
@@ -10,13 +10,13 @@ IssueTracker: https://gitlab.com/nbergman/greentooth/issues
AutoName: Greentooth
Description: |-
- NOTE: App is no longer maintained.
+ NOTE: App is no longer maintained.
- Greentooth can help you save battery and mitigate the security risks
- of Bluetooth by automatically turning Bluetooth off when it is no longer needed.
- When the last Bluetooth device has disconnected Greentooth will wait for an adjustable
- amount of time in order to not disturb any connection/reconnection attempts and
- then deactivate Bluetooth.
+ Greentooth can help you save battery and mitigate the security risks
+ of Bluetooth by automatically turning Bluetooth off when it is no longer needed.
+ When the last Bluetooth device has disconnected Greentooth will wait for an adjustable
+ amount of time in order to not disturb any connection/reconnection attempts and
+ then deactivate Bluetooth.
RepoType: git
Repo: https://gitlab.com/nbergman/greentooth.git
diff --git a/metadata/com.smithdtyler.prettygoodmusicplayer.launchermode.yml b/metadata/com.smithdtyler.prettygoodmusicplayer.launchermode.yml
index e756e7288e..85c5f22882 100644
--- a/metadata/com.smithdtyler.prettygoodmusicplayer.launchermode.yml
+++ b/metadata/com.smithdtyler.prettygoodmusicplayer.launchermode.yml
@@ -6,26 +6,26 @@ IssueTracker: https://github.com/smithdtyler/prettygoodmusicplayer/issues
AutoName: Pretty Good Music Player Launcher Mode
Description: |-
- Based on https://f-droid.org/packages/com.smithdtyler.prettygoodmusicplayer, a music player that focuses
- on basics, rock solid music playing, this player can be set to act as launcher.
+ Based on https://f-droid.org/packages/com.smithdtyler.prettygoodmusicplayer, a music player that focuses
+ on basics, rock solid music playing, this player can be set to act as launcher.
- Tired of music players that take forever to start up because they're loading ads
- or trying to download stuff? Of music players that ignore Bluetooth controls, or
- stop responding after a few minutes? I was too, so I wrote this app!
+ Tired of music players that take forever to start up because they're loading ads
+ or trying to download stuff? Of music players that ignore Bluetooth controls, or
+ stop responding after a few minutes? I was too, so I wrote this app!
- Feature Details:
+ Feature Details:
- * Audiobook mode for resuming playback where you left off
- * Notification controls
- * The color theme and text size are now configurable!
- * This player protects against accidental pausing when your phone is jostled and the headphone cord shifts. I added this because it was annoying when my phone was in my pocket and would auto-pause because the headphone cable was bumped.
- * Plays .mp3, .m4p, .m4a, .aac, and many more types of audio files.
- * Accepts play, pause, previous, and next commands from Bluetooth headsets.
- * When you select 'All songs' for a given artist, the songs are ordered by album, not alphabetically.
- * Automatically pauses and resumes when another app (e.g. GPS) needs audio.
- * If another app needs audio for more than 30 seconds (e.g. a phone call), it does not automatically resume.
- * "Repeat All" is always on.
- * If you click "back" too quickly, it double checks that you want to leave before quitting.
+ * Audiobook mode for resuming playback where you left off
+ * Notification controls
+ * The color theme and text size are now configurable!
+ * This player protects against accidental pausing when your phone is jostled and the headphone cord shifts. I added this because it was annoying when my phone was in my pocket and would auto-pause because the headphone cable was bumped.
+ * Plays .mp3, .m4p, .m4a, .aac, and many more types of audio files.
+ * Accepts play, pause, previous, and next commands from Bluetooth headsets.
+ * When you select 'All songs' for a given artist, the songs are ordered by album, not alphabetically.
+ * Automatically pauses and resumes when another app (e.g. GPS) needs audio.
+ * If another app needs audio for more than 30 seconds (e.g. a phone call), it does not automatically resume.
+ * "Repeat All" is always on.
+ * If you click "back" too quickly, it double checks that you want to leave before quitting.
RepoType: git
Repo: https://github.com/smithdtyler/prettygoodmusicplayer
diff --git a/metadata/com.smorgasbork.hotdeath.yml b/metadata/com.smorgasbork.hotdeath.yml
index fff00a0a0f..b6cb7e379f 100644
--- a/metadata/com.smorgasbork.hotdeath.yml
+++ b/metadata/com.smorgasbork.hotdeath.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/jpriebe/hotdeath/issues
AutoName: Hot Death
Description: |-
- Hot Death is a variation of the classic card game, Uno, with all sorts of
- extra cards like the Quitter, Magic 5, Mystery Draw, and of course, the Hot
- Death card itself.
+ Hot Death is a variation of the classic card game, Uno, with all sorts of
+ extra cards like the Quitter, Magic 5, Mystery Draw, and of course, the Hot
+ Death card itself.
RepoType: git
Repo: https://github.com/jpriebe/hotdeath
diff --git a/metadata/com.sound.ampache.yml b/metadata/com.sound.ampache.yml
index 461c74db96..be876610af 100644
--- a/metadata/com.sound.ampache.yml
+++ b/metadata/com.sound.ampache.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/Dejvino/amdroid/issues
Name: Amdroid
Description: |-
- It allows you to listen to your media collection from anywhere your phone has
- signal. This is a fork of the official "amdroid-h" repo.
+ It allows you to listen to your media collection from anywhere your phone has
+ signal. This is a fork of the official "amdroid-h" repo.
RepoType: git
Repo: https://github.com/Dejvino/amdroid
@@ -20,7 +20,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/buildTypes/i\lintOptions { disable "MissingTranslation"
- }' -e '/compileSdkVersion/s/19/21/g' build.gradle
+ }' -e '/compileSdkVersion/s/19/21/g' build.gradle
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.sovworks.edslite.yml b/metadata/com.sovworks.edslite.yml
index 739f32ad35..b2b2272101 100644
--- a/metadata/com.sovworks.edslite.yml
+++ b/metadata/com.sovworks.edslite.yml
@@ -9,13 +9,13 @@ IssueTracker: https://github.com/sovworks/edslite/issues
Donate: https://sovworks.com/eds/donations.php
Description: |
- EDS allows you to store your files in an encrypted container.
+ EDS allows you to store your files in an encrypted container.
- * Supports VeraCrypt(R), TrueCrypt(R), LUKS, EncFs container formats.
- * Choose among different secure ciphers.
- * Encrypt/decrypt any kind of file.
- * All the standard file operations supported.
- * You can quickly open a folder (or file) inside a container from the Home screen using the shortcut widget.
+ * Supports VeraCrypt(R), TrueCrypt(R), LUKS, EncFs container formats.
+ * Choose among different secure ciphers.
+ * Encrypt/decrypt any kind of file.
+ * All the standard file operations supported.
+ * You can quickly open a folder (or file) inside a container from the Home screen using the shortcut widget.
RepoType: git
Repo: https://github.com/sovworks/edslite
diff --git a/metadata/com.soyblue.bluesound.yml b/metadata/com.soyblue.bluesound.yml
index 7811e4fb33..f0cda955b9 100644
--- a/metadata/com.soyblue.bluesound.yml
+++ b/metadata/com.soyblue.bluesound.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/soynerdito/BlueSound/issues
AutoName: Blue Mono Sound
Description: |-
- Redirect audio to Bluetooth headset. Some Bluetooth enabled cars enable only
- voice to go over Bluetooth, but you may want to stream audio music.
+ Redirect audio to Bluetooth headset. Some Bluetooth enabled cars enable only
+ voice to go over Bluetooth, but you may want to stream audio music.
RepoType: git
Repo: https://github.com/soynerdito/BlueSound
diff --git a/metadata/com.spazedog.mounts2sd.yml b/metadata/com.spazedog.mounts2sd.yml
index 6d489587f5..544dd4bddf 100644
--- a/metadata/com.spazedog.mounts2sd.yml
+++ b/metadata/com.spazedog.mounts2sd.yml
@@ -7,21 +7,21 @@ IssueTracker: https://github.com/SpazeDog/mounts2sd/issues
AutoName: Mounts2SD
Description: |-
- N.B 'Fix sqlite3 binary' was removed in this build.
+ N.B 'Fix sqlite3 binary' was removed in this build.
- Mounts2SD is a script for devices with low storage capabilities, but It can be
- used for a lot of things and is useful on almost any device, even those without
- external sdcard.
+ Mounts2SD is a script for devices with low storage capabilities, but It can be
+ used for a lot of things and is useful on almost any device, even those without
+ external sdcard.
- The script itself has grown to become a large storage and management script with
- features that control SWAP, ZRAM, mount optimization, storage thresholds,
- different external and internal MMC configurations, cache and more. The content
- management is able to move a lot more different content between /data and
- /sd-ext, including the new internal storage, which on newer devices, is placed
- in /data/media, and it also contains more than one option for storing system
- content on both /data and /sd-ext.
+ The script itself has grown to become a large storage and management script with
+ features that control SWAP, ZRAM, mount optimization, storage thresholds,
+ different external and internal MMC configurations, cache and more. The content
+ management is able to move a lot more different content between /data and
+ /sd-ext, including the new internal storage, which on newer devices, is placed
+ in /data/media, and it also contains more than one option for storing system
+ content on both /data and /sd-ext.
- Requires root.
+ Requires root.
RequiresRoot: true
diff --git a/metadata/com.spisoft.quicknote.yml b/metadata/com.spisoft.quicknote.yml
index 9f02ecd080..095d3f1278 100644
--- a/metadata/com.spisoft.quicknote.yml
+++ b/metadata/com.spisoft.quicknote.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- Tracking:
- en-US: Pings donation.carnet.live and qn.phie.ovh without consent.
+ Tracking:
+ en-US: Pings donation.carnet.live and qn.phie.ovh without consent.
Categories:
- Writing
License: GPL-3.0-only
diff --git a/metadata/com.sputnik.wispr.yml b/metadata/com.sputnik.wispr.yml
index 71f1583715..b9043f4e83 100644
--- a/metadata/com.sputnik.wispr.yml
+++ b/metadata/com.sputnik.wispr.yml
@@ -6,13 +6,13 @@ IssueTracker: https://github.com/jfisbein/androidwisprclient/issues
AutoName: FON Access
Description: |-
- The FON network is made up of routers that share their internet access with
- guests in return for access to other FON access points. This app authenticates
- with a username and password using WISPr and supports routers managed by FON and
- partners.
+ The FON network is made up of routers that share their internet access with
+ guests in return for access to other FON access points. This app authenticates
+ with a username and password using WISPr and supports routers managed by FON and
+ partners.
- This app has been abandoned by the author, a maintained fork is available from
- https://f-droid.org/packages/com.oakley.fon.
+ This app has been abandoned by the author, a maintained fork is available from
+ https://f-droid.org/packages/com.oakley.fon.
RepoType: git
Repo: https://github.com/jfisbein/androidwisprclient
diff --git a/metadata/com.spydiko.rotationmanager_foss.yml b/metadata/com.spydiko.rotationmanager_foss.yml
index e7707f2c42..a080023587 100644
--- a/metadata/com.spydiko.rotationmanager_foss.yml
+++ b/metadata/com.spydiko.rotationmanager_foss.yml
@@ -6,11 +6,11 @@ IssueTracker: https://github.com/AleixDev/AppSpecificOrientation_FOSS/issues
AutoName: Rotation Manager
Description: |-
- Choose which application you want to rotate and which one you don't want to
- rotate. It is a really simple app designed for the least possible power and RAM
- consumption.
+ Choose which application you want to rotate and which one you don't want to
+ rotate. It is a really simple app designed for the least possible power and RAM
+ consumption.
- This is fork of the original app with stripped non-free dependencies.
+ This is fork of the original app with stripped non-free dependencies.
RepoType: git
Repo: https://github.com/AleixDev/AppSpecificOrientation_FOSS
diff --git a/metadata/com.ssaurel.clocklw.yml b/metadata/com.ssaurel.clocklw.yml
index 29830c8375..df15d4fc20 100644
--- a/metadata/com.ssaurel.clocklw.yml
+++ b/metadata/com.ssaurel.clocklw.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/ssaurel/android-clock-livewallpaper/issues
AutoName: Clock Live Wallpaper
Description: |-
- This wallpaper shows a live/working clock. It is based on a tutorial session
- linked in the README.
+ This wallpaper shows a live/working clock. It is based on a tutorial session
+ linked in the README.
RepoType: git
Repo: https://github.com/ssaurel/android-clock-livewallpaper
diff --git a/metadata/com.standardnotes.yml b/metadata/com.standardnotes.yml
index 39280f162e..257d119b01 100644
--- a/metadata/com.standardnotes.yml
+++ b/metadata/com.standardnotes.yml
@@ -11,46 +11,46 @@ Donate: https://standardnotes.com/donate
AutoName: Standard Notes
Description: |-
- NOTE: Version 3.167.25 is the last one to be free or open-source.
+ NOTE: Version 3.167.25 is the last one to be free or open-source.
- Standard Notes is a secure and private notes app. It syncs your notes securely across all your devices, including your Android devices, Windows, iOS, Linux, and Web.
+ Standard Notes is a secure and private notes app. It syncs your notes securely across all your devices, including your Android devices, Windows, iOS, Linux, and Web.
- Private means your notes are end-to-end encrypted, so only you can read your notes. Even we can't read the contents of your notes.
+ Private means your notes are end-to-end encrypted, so only you can read your notes. Even we can't read the contents of your notes.
- Simple means it does one job and does it well. Standard Notes is a safe and lasting place for your life's work. Our focus is making it easy to write notes wherever you are and syncing them with encryption to all your devices.
+ Simple means it does one job and does it well. Standard Notes is a safe and lasting place for your life's work. Our focus is making it easy to write notes wherever you are and syncing them with encryption to all your devices.
- Our users love us for:
- * Personal Notes
- * Tasks & Todos
- * Passwords & Keys
- * Code & Technical Procedures
- * Private Journal
- * Meeting Notes
- * Cross-platform Scratchpad
- * Books, Recipes, & Movies
- * Health & Fitness Log
+ Our users love us for:
+ * Personal Notes
+ * Tasks & Todos
+ * Passwords & Keys
+ * Code & Technical Procedures
+ * Private Journal
+ * Meeting Notes
+ * Cross-platform Scratchpad
+ * Books, Recipes, & Movies
+ * Health & Fitness Log
- Standard Notes comes free with:
- * Seamless sync across all your devices, with easy to use applications on Android, Windows, Linux, iPhone, iPad, Mac, and web browsers.
- * Offline access, so you can access your downloaded notes even without a connection.
- * No limit on number of devices.
- * No limit on number of notes.
- * Passcode lock protection, along with fingerprint protection.
- * A tagging system to organize your notes (like #work, #ideas, #passwords, #crypto).
- * The ability to pin, lock, protect, and move notes to trash, which allows you to recover deleted notes until the trash is emptied.
+ Standard Notes comes free with:
+ * Seamless sync across all your devices, with easy to use applications on Android, Windows, Linux, iPhone, iPad, Mac, and web browsers.
+ * Offline access, so you can access your downloaded notes even without a connection.
+ * No limit on number of devices.
+ * No limit on number of notes.
+ * Passcode lock protection, along with fingerprint protection.
+ * A tagging system to organize your notes (like #work, #ideas, #passwords, #crypto).
+ * The ability to pin, lock, protect, and move notes to trash, which allows you to recover deleted notes until the trash is emptied.
- Standard Notes is completely open-source, which means when we say your notes are encrypted with industry-leading XChaCha-20 encryption, and that only you can read your notes, you don't have to take our word for it. Our code is open to the world to audit.
+ Standard Notes is completely open-source, which means when we say your notes are encrypted with industry-leading XChaCha-20 encryption, and that only you can read your notes, you don't have to take our word for it. Our code is open to the world to audit.
- We made Standard Notes simple because longevity is important to us. We want to make sure we're here, protecting your notes, for the next hundred years. You shouldn't have to find a new notes app every year.
+ We made Standard Notes simple because longevity is important to us. We want to make sure we're here, protecting your notes, for the next hundred years. You shouldn't have to find a new notes app every year.
- To sustain our development, we offer an optional paid program called Standard Notes Extended. Extended gives you access to powerful tools including:
- * Productivity editors (like Markdown, Code, Spreadsheets)
- * Beautiful themes (like Midnight, Focus, Solarized Dark)
- * Powerful cloud tools including daily backups of your encrypted data delivered to your email inbox every day, or backed up to your cloud provider (like Dropbox and Google Drive).
+ To sustain our development, we offer an optional paid program called Standard Notes Extended. Extended gives you access to powerful tools including:
+ * Productivity editors (like Markdown, Code, Spreadsheets)
+ * Beautiful themes (like Midnight, Focus, Solarized Dark)
+ * Powerful cloud tools including daily backups of your encrypted data delivered to your email inbox every day, or backed up to your cloud provider (like Dropbox and Google Drive).
- You can learn more about Extended at standardnotes.com/extended.
+ You can learn more about Extended at standardnotes.com/extended.
- We're always happy to talk, whether it be a question, thought, or issue. Please feel free to email us any time at help@standardnotes.com. When you take the time to send us a message, we'll be sure to do the same.
+ We're always happy to talk, whether it be a question, thought, or issue. Please feel free to email us any time at help@standardnotes.com. When you take the time to send us a message, we'll be sure to do the same.
RepoType: git
Repo: https://github.com/standardnotes/app.git
@@ -3590,7 +3590,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -3649,7 +3649,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -3712,7 +3712,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -3778,7 +3778,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -3844,7 +3844,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -3910,7 +3910,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -3976,7 +3976,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -4042,7 +4042,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -4108,7 +4108,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -4174,7 +4174,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -4240,7 +4240,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -4306,7 +4306,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -4372,7 +4372,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -4438,7 +4438,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -4503,7 +4503,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -4568,7 +4568,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -4633,7 +4633,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -4698,7 +4698,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -4763,7 +4763,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -4828,7 +4828,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -4893,7 +4893,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -4958,7 +4958,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -5023,7 +5023,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -5088,7 +5088,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -5153,7 +5153,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -5218,7 +5218,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -5283,7 +5283,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -5348,7 +5348,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -5413,7 +5413,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -5478,7 +5478,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -5543,7 +5543,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -5608,7 +5608,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -5673,7 +5673,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -5738,7 +5738,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -5803,7 +5803,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -5868,7 +5868,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -5933,7 +5933,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -5998,7 +5998,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -6063,7 +6063,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -6128,7 +6128,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -6193,7 +6193,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -6258,7 +6258,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -6323,7 +6323,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -6388,7 +6388,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -6453,7 +6453,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -6518,7 +6518,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -6583,7 +6583,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -6648,7 +6648,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -6713,7 +6713,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -6778,7 +6778,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -6843,7 +6843,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -6908,7 +6908,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -6973,7 +6973,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -7038,7 +7038,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -7103,7 +7103,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -7168,7 +7168,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -7233,7 +7233,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -7298,7 +7298,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -7363,7 +7363,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -7419,7 +7419,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -7475,7 +7475,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -7531,7 +7531,7 @@ Builds:
rm:
- packages/desktop
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -7582,8 +7582,8 @@ Builds:
- packages/desktop
- packages/mobile/ios
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
- build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
+ build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -7631,8 +7631,8 @@ Builds:
- packages/desktop
- packages/mobile/ios
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
- build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
+ build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -7680,8 +7680,8 @@ Builds:
- packages/desktop
- packages/mobile/ios
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
- build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
+ build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -7729,8 +7729,8 @@ Builds:
- packages/desktop
- packages/mobile/ios
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
- build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
+ build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -7778,8 +7778,8 @@ Builds:
- packages/desktop
- packages/mobile/ios
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
- build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
+ build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -7827,8 +7827,8 @@ Builds:
- packages/desktop
- packages/mobile/ios
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
- build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
+ build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -7876,8 +7876,8 @@ Builds:
- packages/desktop
- packages/mobile/ios
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
- build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
+ build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -7925,8 +7925,8 @@ Builds:
- packages/desktop
- packages/mobile/ios
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
- build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
+ build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -7974,8 +7974,8 @@ Builds:
- packages/desktop
- packages/mobile/ios
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
- build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
+ build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -8023,8 +8023,8 @@ Builds:
- packages/desktop
- packages/mobile/ios
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
- build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
+ build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -8072,8 +8072,8 @@ Builds:
- packages/desktop
- packages/mobile/ios
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
- build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
+ build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -8121,8 +8121,8 @@ Builds:
- packages/desktop
- packages/mobile/ios
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
- build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
+ build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -8170,8 +8170,8 @@ Builds:
- packages/desktop
- packages/mobile/ios
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
- build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
+ build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -8219,8 +8219,8 @@ Builds:
- packages/desktop
- packages/mobile/ios
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
- build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
+ build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -8268,8 +8268,8 @@ Builds:
- packages/desktop
- packages/mobile/ios
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
- build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
+ build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -8316,8 +8316,8 @@ Builds:
- packages/desktop
- packages/mobile/ios
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
- build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
+ build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -8364,8 +8364,8 @@ Builds:
- packages/desktop
- packages/mobile/ios
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
- build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
+ build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -8412,8 +8412,8 @@ Builds:
- packages/desktop
- packages/mobile/ios
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
- build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
+ build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
@@ -8460,8 +8460,8 @@ Builds:
- packages/desktop
- packages/mobile/ios
prebuild: sed -i -e '/detox/Id' -e 's/versionName appVersionName/versionName "$$VERSION$$"/'
- -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
- build.gradle
+ -e 's/versionCode appVersionCode/versionCode $$VERCODE$$/' -e '/universalApk/s/false/true/'
+ build.gradle
scanignore:
- packages/mobile/android/build.gradle
- packages/mobile/node_modules/hermes-engine
diff --git a/metadata/com.starry.myne.yml b/metadata/com.starry.myne.yml
index 186eede069..e504d9f6c7 100644
--- a/metadata/com.starry.myne.yml
+++ b/metadata/com.starry.myne.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App connects to gutenberg.org and gutendex.com.
+ NonFreeNet:
+ en-US: App connects to gutenberg.org and gutendex.com.
Categories:
- Reading
License: Apache-2.0
diff --git a/metadata/com.stonegate.tsacdop.yml b/metadata/com.stonegate.tsacdop.yml
index ec9c3d0212..ba77f7df20 100644
--- a/metadata/com.stonegate.tsacdop.yml
+++ b/metadata/com.stonegate.tsacdop.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on podcastindex.org and listennotes.com which are not libre.
+ NonFreeNet:
+ en-US: App depends on podcastindex.org and listennotes.com which are not libre.
Categories:
- Multimedia
License: GPL-3.0-or-later
diff --git a/metadata/com.stoptheballs.yml b/metadata/com.stoptheballs.yml
index 1bb11b9f0b..eccbaac960 100644
--- a/metadata/com.stoptheballs.yml
+++ b/metadata/com.stoptheballs.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- Ads:
- en-US: contains self-served ads
- NonFreeNet:
- en-US: connections to Google (Fonts) and Youtube caused by the ads
+ Ads:
+ en-US: contains self-served ads
+ NonFreeNet:
+ en-US: connections to Google (Fonts) and Youtube caused by the ads
Categories:
- Games
License: GPL-2.0-only
@@ -70,8 +70,8 @@ Builds:
- yes
MaintainerNotes: |-
- * Ads: contains self-served ads
- * NonFreeNet: connections to Google (Fonts) and Youtube caused by the ads
+ * Ads: contains self-served ads
+ * NonFreeNet: connections to Google (Fonts) and Youtube caused by the ads
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.stoutner.privacybrowser.standard.yml b/metadata/com.stoutner.privacybrowser.standard.yml
index 464663cddb..5c4b2c651e 100644
--- a/metadata/com.stoutner.privacybrowser.standard.yml
+++ b/metadata/com.stoutner.privacybrowser.standard.yml
@@ -548,9 +548,9 @@ Builds:
- standard
MaintainerNotes: |-
- Summary and Description are maintained by upstream using fastlane in
- the source repo:
- https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
+ Summary and Description are maintained by upstream using fastlane in
+ the source repo:
+ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.stripe1.xmouse.yml b/metadata/com.stripe1.xmouse.yml
index edc15cff14..31c6afda87 100644
--- a/metadata/com.stripe1.xmouse.yml
+++ b/metadata/com.stripe1.xmouse.yml
@@ -8,24 +8,24 @@ Bitcoin: 17DaqbcEEG3Hn5jBv3sRjPTUUCW1eBp1Wg
AutoName: XMouse
Description: |-
- Remotely control a Linux Box X11 display via SSH commands generated by your
- phone or tablet. Works well on the Raspberry Pi or any other Linux machine.
+ Remotely control a Linux Box X11 display via SSH commands generated by your
+ phone or tablet. Works well on the Raspberry Pi or any other Linux machine.
- Features
- * Authentication via password or private key (ssh-rsa only)
- * Keyboard and Mouse emulation
- * Mouse move, two finger scroll, two finger zoom in/out, one finger scroll on right edge, tap to click, short hold to initiate drag
- * Customizable keyboard functions and position, can save multiple layout profiles
- * Volume rocker on device mimics keyboard volume keys
- * Many other special keys, your functionality may vary
- * Send custom ssh commands
- * Tested on Ubuntu Linux, not Windows, not Mac
- * Minimal design
- * Free with no ads
+ Features
+ * Authentication via password or private key (ssh-rsa only)
+ * Keyboard and Mouse emulation
+ * Mouse move, two finger scroll, two finger zoom in/out, one finger scroll on right edge, tap to click, short hold to initiate drag
+ * Customizable keyboard functions and position, can save multiple layout profiles
+ * Volume rocker on device mimics keyboard volume keys
+ * Many other special keys, your functionality may vary
+ * Send custom ssh commands
+ * Tested on Ubuntu Linux, not Windows, not Mac
+ * Minimal design
+ * Free with no ads
- Required programs on Linux host machine
- * openssh-server
- * xdotool
+ Required programs on Linux host machine
+ * openssh-server
+ * xdotool
RepoType: git
Repo: https://github.com/bradand/XMouse
diff --git a/metadata/com.studio332.flickit.android.yml b/metadata/com.studio332.flickit.android.yml
index 52edb976ef..ee194cae59 100644
--- a/metadata/com.studio332.flickit.android.yml
+++ b/metadata/com.studio332.flickit.android.yml
@@ -7,15 +7,15 @@ IssueTracker: https://github.com/louffoster/FlickIt/issues
AutoName: flickit
Description: |-
- It combines aspects of shuffleboard, 9-ball and bumper pool into a unique new
- gameplay experience. Use your shooter puck to knock white targets into the holes
- for points. In 9-ball, the lowest numbered target must be hit first, but it
- doesn't matter which target is holed.
+ It combines aspects of shuffleboard, 9-ball and bumper pool into a unique new
+ gameplay experience. Use your shooter puck to knock white targets into the holes
+ for points. In 9-ball, the lowest numbered target must be hit first, but it
+ doesn't matter which target is holed.
- FlickIt! is easy to learn, yet difficult to master. Just drag your finger to
- aim, tap and hold to increase power, and release to shoot. Be careful you don't
- overpower and miss the shot! Challenge your friends to see who is the true
- FlickIt! master.
+ FlickIt! is easy to learn, yet difficult to master. Just drag your finger to
+ aim, tap and hold to increase power, and release to shoot. Be careful you don't
+ overpower and miss the shot! Challenge your friends to see who is the true
+ FlickIt! master.
RepoType: git
Repo: https://github.com/louffoster/FlickIt
diff --git a/metadata/com.studio332.flickit.yml b/metadata/com.studio332.flickit.yml
index 42dd53ebd9..dd8dc8c750 100644
--- a/metadata/com.studio332.flickit.yml
+++ b/metadata/com.studio332.flickit.yml
@@ -8,17 +8,17 @@ IssueTracker: https://github.com/louffoster/FlickIt/issues
Name: FlickIt! (obsolete)
AutoName: FlickIt!
Description: |-
- It combines aspects of shuffleboard, 9-ball and bumper pool into a unique new
- gameplay experience. Use your shooter puck to knock white targets into the holes
- for points. In 9-ball, the lowest numbered target must be hit first, but it
- doesn't matter which target is holed.
+ It combines aspects of shuffleboard, 9-ball and bumper pool into a unique new
+ gameplay experience. Use your shooter puck to knock white targets into the holes
+ for points. In 9-ball, the lowest numbered target must be hit first, but it
+ doesn't matter which target is holed.
- FlickIt! is easy to learn, yet difficult to master. Just drag your finger to
- aim, tap and hold to increase power, and release to shoot. Be careful you don't
- overpower and miss the shot! Challenge your friends to see who is the true
- FlickIt! master.
+ FlickIt! is easy to learn, yet difficult to master. Just drag your finger to
+ aim, tap and hold to increase power, and release to shoot. Be careful you don't
+ overpower and miss the shot! Challenge your friends to see who is the true
+ FlickIt! master.
- New versions are released as https://f-droid.org/packages/com.studio332.flickit.android.
+ New versions are released as https://f-droid.org/packages/com.studio332.flickit.android.
RepoType: git
Repo: https://github.com/louffoster/FlickIt.git
@@ -37,8 +37,8 @@ Builds:
- FlickIt-android/libs/armeabi-v7a/libgdx.so
MaintainerNotes: |-
- Source repo has been nuked and replaced with a new one.
- App got a new id com.studio332.flickit.android.
+ Source repo has been nuked and replaced with a new one.
+ App got a new id com.studio332.flickit.android.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.stwalkerster.android.apps.strobelight.yml b/metadata/com.stwalkerster.android.apps.strobelight.yml
index 55eae40f80..a7efdd0bb4 100644
--- a/metadata/com.stwalkerster.android.apps.strobelight.yml
+++ b/metadata/com.stwalkerster.android.apps.strobelight.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/stwalkerster/strobelight/issues
AutoName: Strobe Light
Description: |-
- A simple strobe light application which turns the camera flash light on and off
- based on configurable delays.
+ A simple strobe light application which turns the camera flash light on and off
+ based on configurable delays.
RepoType: git
Repo: https://github.com/stwalkerster/strobelight
diff --git a/metadata/com.stypox.mastercom_workbook.yml b/metadata/com.stypox.mastercom_workbook.yml
index 4b461b8734..fb500bdd4b 100644
--- a/metadata/com.stypox.mastercom_workbook.yml
+++ b/metadata/com.stypox.mastercom_workbook.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on the mastercompro.it website, which is not libre.
+ NonFreeNet:
+ en-US: Depends on the mastercompro.it website, which is not libre.
Categories:
- Internet
- Science & Education
diff --git a/metadata/com.styrkurapp.app.yml b/metadata/com.styrkurapp.app.yml
index 6421a6c2d0..905c466161 100644
--- a/metadata/com.styrkurapp.app.yml
+++ b/metadata/com.styrkurapp.app.yml
@@ -5,19 +5,19 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/https://github.co
AutoName: Styrkur
Description: |-
- Styrkur is an easy to use, yet powerful tool to track your workout. Set up your
- own workout plan or use one of our predefined.
+ Styrkur is an easy to use, yet powerful tool to track your workout. Set up your
+ own workout plan or use one of our predefined.
- There should not be a big step from writing your sets on a piece of paper to
- using an app. You will get a simple view of what you should do and how much you
- did the last time. With a built in timer you have full control over both your
- sets and your pauses.
+ There should not be a big step from writing your sets on a piece of paper to
+ using an app. You will get a simple view of what you should do and how much you
+ did the last time. With a built in timer you have full control over both your
+ sets and your pauses.
- You get simple ways of keeping track of your progress. Styrkur offers both an
- simple list of your past sessions with your comments, and graphical view of your
- progress.
+ You get simple ways of keeping track of your progress. Styrkur offers both an
+ simple list of your past sessions with your comments, and graphical view of your
+ progress.
- Track your measurements, weight and muscle gain with a simple and charts.
+ Track your measurements, weight and muscle gain with a simple and charts.
Builds:
- versionName: 1.1.5
diff --git a/metadata/com.sunyata.kindmind.yml b/metadata/com.sunyata.kindmind.yml
index d351129ce4..67fdd8a232 100644
--- a/metadata/com.sunyata.kindmind.yml
+++ b/metadata/com.sunyata.kindmind.yml
@@ -6,13 +6,13 @@ IssueTracker: https://gitlab.com/SunyataZero/kindmind/issues
AutoName: KindMind
Description: |-
- Mindfulness and self-compassion tracker which brings awareness to painful
- feelings and the unmet needs causing these feelings. It can also be customized
- to suggest kind actions that can be taken after the feelings and need have been
- identified, and these actions can optionally be connected to various media. The
- app contains a sorting algorithm which puts the most relevant list items
- highest, taking into account relationships between list items that the user has
- chosen together so that the sorting improves as the app is used.
+ Mindfulness and self-compassion tracker which brings awareness to painful
+ feelings and the unmet needs causing these feelings. It can also be customized
+ to suggest kind actions that can be taken after the feelings and need have been
+ identified, and these actions can optionally be connected to various media. The
+ app contains a sorting algorithm which puts the most relevant list items
+ highest, taking into account relationships between list items that the user has
+ chosen together so that the sorting improves as the app is used.
RepoType: git
Repo: https://gitlab.com/SunyataZero/kindmind.git
diff --git a/metadata/com.superproductivity.superproductivity.yml b/metadata/com.superproductivity.superproductivity.yml
index 65dd13efd8..1ea70810ca 100644
--- a/metadata/com.superproductivity.superproductivity.yml
+++ b/metadata/com.superproductivity.superproductivity.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on super-productivity.com, which is not libre.
+ NonFreeNet:
+ en-US: Depends on super-productivity.com, which is not libre.
Categories:
- Time
License: MIT
diff --git a/metadata/com.suyashsrijan.forcedoze.yml b/metadata/com.suyashsrijan.forcedoze.yml
index fa5e151424..b42581d766 100644
--- a/metadata/com.suyashsrijan.forcedoze.yml
+++ b/metadata/com.suyashsrijan.forcedoze.yml
@@ -6,24 +6,24 @@ IssueTracker: https://github.com/theblixguy/ForceDoze/issues
AutoName: ForceDoze
Description: |-
- ForceDoze allows you to forcefully enable Doze right after you turn off your
- screen, and on top of that, it also disables motion sensors so Doze stays active
- even if your device is not stationary while screen off. Doze will only deactivate
- periodically to execute maintenance jobs (like getting notifications, etc),
- otherwise it will remain active as long as your screen is off. This brings a lot
- more battery savings than standard Doze functionality, because even with screen
- off and Doze enabled, Doze is still periodically checking for movement, and
- disabling motion sensing improves battery life further.
+ ForceDoze allows you to forcefully enable Doze right after you turn off your
+ screen, and on top of that, it also disables motion sensors so Doze stays active
+ even if your device is not stationary while screen off. Doze will only deactivate
+ periodically to execute maintenance jobs (like getting notifications, etc),
+ otherwise it will remain active as long as your screen is off. This brings a lot
+ more battery savings than standard Doze functionality, because even with screen
+ off and Doze enabled, Doze is still periodically checking for movement, and
+ disabling motion sensing improves battery life further.
- Features
+ Features
- * Force Doze mode immediately after screen off or after a user specified delay
- * Add/remove apps or packages directly to system Doze whitelist
- * Disable motion sensors to prevent Doze from kicking in during movement
- * Tasker support to turn on/off ForceDoze and modify other features
- * Disable WiFi and mobile data completely during Doze
- * Enable Doze mode on devices where OEM has disabled it
- * No root mode so you can enjoy the core benefits without rooting your device
+ * Force Doze mode immediately after screen off or after a user specified delay
+ * Add/remove apps or packages directly to system Doze whitelist
+ * Disable motion sensors to prevent Doze from kicking in during movement
+ * Tasker support to turn on/off ForceDoze and modify other features
+ * Disable WiFi and mobile data completely during Doze
+ * Enable Doze mode on devices where OEM has disabled it
+ * No root mode so you can enjoy the core benefits without rooting your device
RepoType: git
Repo: https://github.com/theblixguy/ForceDoze
diff --git a/metadata/com.sweetiepiggy.everylocale.yml b/metadata/com.sweetiepiggy.everylocale.yml
index 1c76c50fb9..400a90f07c 100644
--- a/metadata/com.sweetiepiggy.everylocale.yml
+++ b/metadata/com.sweetiepiggy.everylocale.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/sweetiepiggy/Every-Locale/issues
AutoName: Every Locale
Description: |-
- Change the locale (language / country / variant) of your Android device.
- Supports auto-complete by human readable name or ISO code.
+ Change the locale (language / country / variant) of your Android device.
+ Supports auto-complete by human readable name or ISO code.
RepoType: git
Repo: https://github.com/sweetiepiggy/Every-Locale.git
diff --git a/metadata/com.swiss.tournament.yml b/metadata/com.swiss.tournament.yml
index 86b53a076c..ae9e68355c 100644
--- a/metadata/com.swiss.tournament.yml
+++ b/metadata/com.swiss.tournament.yml
@@ -5,18 +5,18 @@ SourceCode: https://github.com/JhilanAlkarawi/Swiss-Tournament
AutoName: Swiss Chess Tournament
Description: |-
- A Swiss system is common system to use when it is not feasible to play as many
- rounds as required in a round-robin tournament, the system is commonly used in
- chess, Go, bridge, eSports, Scrabble, squash.
+ A Swiss system is common system to use when it is not feasible to play as many
+ rounds as required in a round-robin tournament, the system is commonly used in
+ chess, Go, bridge, eSports, Scrabble, squash.
- Features:
+ Features:
- * archive tournaments
- * generate pairings and color assignments
- * break ties
- * handle Byes
- * one Bye for player per tournament
- * avoid rematch
+ * archive tournaments
+ * generate pairings and color assignments
+ * break ties
+ * handle Byes
+ * one Bye for player per tournament
+ * avoid rematch
Builds:
- versionName: '1.0'
@@ -35,7 +35,7 @@ Builds:
- mv libs src/main/java/
MaintainerNotes: Switch to UCM:RepoManifest when https://github.com/JhilanAlkarawi/Swiss-Tournament/issues/1
- is fixed.
+ is fixed.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.syncedsynapse.kore2.yml b/metadata/com.syncedsynapse.kore2.yml
index 2533387c05..615ca4bfa9 100644
--- a/metadata/com.syncedsynapse.kore2.yml
+++ b/metadata/com.syncedsynapse.kore2.yml
@@ -11,12 +11,12 @@ Name: Kore (old version)
AutoName: Kore
Summary: Remote control for Kodi (XBMC)
Description: |-
- Simple remote control for Kodi. In-app purchases (e.g. for
- themes) are broken, since they require proprietary play- services to be
- installed on the device and a special API key, which F-Droid cannot include.
+ Simple remote control for Kodi. In-app purchases (e.g. for
+ themes) are broken, since they require proprietary play- services to be
+ installed on the device and a special API key, which F-Droid cannot include.
- This app wont see any updates because upstream switched it's package id to
- https://f-droid.org/packages/org.xbmc.kore.
+ This app wont see any updates because upstream switched it's package id to
+ https://f-droid.org/packages/org.xbmc.kore.
RepoType: git
Repo: https://github.com/SyncedSynapse/Kore
diff --git a/metadata/com.tailscale.ipn.yml b/metadata/com.tailscale.ipn.yml
index e7b1c23912..6dc562633a 100644
--- a/metadata/com.tailscale.ipn.yml
+++ b/metadata/com.tailscale.ipn.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- Tracking:
- en-US: App sends debug logs to their own servers without consent.
+ Tracking:
+ en-US: App sends debug logs to their own servers without consent.
Categories:
- Connectivity
License: BSD-3-Clause
@@ -213,7 +213,7 @@ Builds:
gradle:
- fdroid
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- curl -Lso go.tar.gz https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
- echo "7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59 go.tar.gz"
@@ -231,7 +231,7 @@ Builds:
gradle:
- fdroid
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- curl -Lso go.tar.gz https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
- echo "7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59 go.tar.gz"
@@ -249,7 +249,7 @@ Builds:
gradle:
- fdroid
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- curl -Lso go.tar.gz https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
- echo "7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59 go.tar.gz"
@@ -267,7 +267,7 @@ Builds:
gradle:
- fdroid
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- curl -Lso go.tar.gz https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
- echo "7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59 go.tar.gz"
@@ -285,7 +285,7 @@ Builds:
gradle:
- fdroid
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- curl -Lso go.tar.gz https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
- echo "7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59 go.tar.gz"
@@ -303,7 +303,7 @@ Builds:
gradle:
- fdroid
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- curl -Lso go.tar.gz https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
- echo "7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59 go.tar.gz"
@@ -321,7 +321,7 @@ Builds:
gradle:
- fdroid
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- curl -Lso go.tar.gz https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
- echo "7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59 go.tar.gz"
@@ -339,7 +339,7 @@ Builds:
gradle:
- fdroid
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- curl -Lso go.tar.gz https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
- echo "7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59 go.tar.gz"
@@ -360,7 +360,7 @@ Builds:
gradle:
- fdroid
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- curl -Lso go.tar.gz https://golang.org/dl/go1.16.4.linux-amd64.tar.gz
- echo "7154e88f5a8047aad4b80ebace58a059e36e7e2e4eb3b383127a28c711b4ff59 go.tar.gz"
diff --git a/metadata/com.tananaev.calculator.yml b/metadata/com.tananaev.calculator.yml
index adef555d71..e4fe373817 100644
--- a/metadata/com.tananaev.calculator.yml
+++ b/metadata/com.tananaev.calculator.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/tananaev/calculator-notification/issues
AutoName: Calculator Notification
Description: |-
- How many times did you want to use calculator without suspending the app that you are currently using? Now it's possible with Calculator application in the notification area.
+ How many times did you want to use calculator without suspending the app that you are currently using? Now it's possible with Calculator application in the notification area.
- The app is very minimalistic, but it includes all the essential functionality, including copying and pasting data. Design was inspired by the official Android calendar application. On Android Nougat and later you can add settings tile for the Calculator, so you do not need to leave any app to launch the Calculator.
+ The app is very minimalistic, but it includes all the essential functionality, including copying and pasting data. Design was inspired by the official Android calendar application. On Android Nougat and later you can add settings tile for the Calculator, so you do not need to leave any app to launch the Calculator.
RepoType: git
Repo: https://github.com/tananaev/calculator-notification
diff --git a/metadata/com.tananaev.logcat.yml b/metadata/com.tananaev.logcat.yml
index 6832a497dc..af6a65b54d 100644
--- a/metadata/com.tananaev.logcat.yml
+++ b/metadata/com.tananaev.logcat.yml
@@ -9,27 +9,27 @@ IssueTracker: https://github.com/tananaev/rootless-logcat/issues
AutoName: Logcat
Description: |-
- Read Android logs without root access. The app uses remote debugging to connect
- to phone local ADB daemon. Configuring remote debugging on a phone can be
- challenging and requires some technical expertise. It has to be done once and
- after each device reboot.
+ Read Android logs without root access. The app uses remote debugging to connect
+ to phone local ADB daemon. Configuring remote debugging on a phone can be
+ challenging and requires some technical expertise. It has to be done once and
+ after each device reboot.
- Enable USB debugging first on your device. Navigate to Settings > About Phone
- and tap Build number seven times. Go back, access the Developer options menu and
- check USB debugging option.
+ Enable USB debugging first on your device. Navigate to Settings > About Phone
+ and tap Build number seven times. Go back, access the Developer options menu and
+ check USB debugging option.
- Next step is to enable remote debugging. You need to have Android SDK installed
- on your computer. Connect your phone via USB cable and run following adb
- command:
+ Next step is to enable remote debugging. You need to have Android SDK installed
+ on your computer. Connect your phone via USB cable and run following adb
+ command:
- adb tcpip 5555
+ adb tcpip 5555
- Disconnect USB cable before trying to use the app. Some phones have problems
- handling network ADB connection when they are connected via USB as well.
+ Disconnect USB cable before trying to use the app. Some phones have problems
+ handling network ADB connection when they are connected via USB as well.
- Sometimes establishing connection to ADB hangs and requires killing and
- restarting the app. It seems to be a problem with ADB daemon itself and not the
- app issue.
+ Sometimes establishing connection to ADB hangs and requires killing and
+ restarting the app. It seems to be a problem with ADB daemon itself and not the
+ app issue.
RepoType: git
Repo: https://github.com/tananaev/rootless-logcat
diff --git a/metadata/com.tananaev.passportreader.yml b/metadata/com.tananaev.passportreader.yml
index 9780a66768..c05f351cfd 100644
--- a/metadata/com.tananaev.passportreader.yml
+++ b/metadata/com.tananaev.passportreader.yml
@@ -9,16 +9,16 @@ IssueTracker: https://github.com/tananaev/passport-reader/issues
AutoName: e-Passport Reader
Description: |-
- Android app that uses the NFC chip to communicate with an electronic passport.
- It supports action, so third party apps can use it to retrieve passport data.
- Please visit website for more information.
- The app is completely open source, so anyone is welcome to validate that it
- doesn't collect any personal information. Data is kept only in memory and
- removed as soon as you close the app. Passport data is never uploaded to any
- remote server.
- App had been successfully tested with Russian passport. It might not work
- with some other passports. If it doesn't work, please create GitHub issue to
- help me fix the issue instead of leaving negative feedback.
+ Android app that uses the NFC chip to communicate with an electronic passport.
+ It supports action, so third party apps can use it to retrieve passport data.
+ Please visit website for more information.
+ The app is completely open source, so anyone is welcome to validate that it
+ doesn't collect any personal information. Data is kept only in memory and
+ removed as soon as you close the app. Passport data is never uploaded to any
+ remote server.
+ App had been successfully tested with Russian passport. It might not work
+ with some other passports. If it doesn't work, please create GitHub issue to
+ help me fix the issue instead of leaving negative feedback.
RepoType: git
Repo: https://github.com/tananaev/passport-reader
@@ -60,7 +60,7 @@ Builds:
ndk: r23b
MaintainerNotes: masterList is a bundle of x509 certificates the scanner otherwise
- blocks
+ blocks
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.tasomaniac.dashclock.hackerspace.floss.yml b/metadata/com.tasomaniac.dashclock.hackerspace.floss.yml
index 9a638e369d..5a50a28468 100644
--- a/metadata/com.tasomaniac.dashclock.hackerspace.floss.yml
+++ b/metadata/com.tasomaniac.dashclock.hackerspace.floss.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/tasomaniac/hackdash/issues
Name: HackDash
Description: |-
- Extension for Dashclock app from Roman Nurik that shows open status of various
- hackerspaces around the world using SpaceAPI
+ Extension for Dashclock app from Roman Nurik that shows open status of various
+ hackerspaces around the world using SpaceAPI
RepoType: git
Repo: https://github.com/tasomaniac/hackdash
diff --git a/metadata/com.tasomaniac.openwith.floss.yml b/metadata/com.tasomaniac.openwith.floss.yml
index ab33e33bcb..7134e7dc33 100644
--- a/metadata/com.tasomaniac.openwith.floss.yml
+++ b/metadata/com.tasomaniac.openwith.floss.yml
@@ -19,7 +19,7 @@ Builds:
gradle:
- floss
prebuild: sed -i -e '/fabric/d' -e '/play {/,+4d' -e '/play-services/,+3d' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: 1.2-floss
versionCode: 12007
@@ -28,7 +28,7 @@ Builds:
gradle:
- floss
prebuild: sed -i -e '/fabric/d' -e '/play {/,+4d' -e '/play-services/,+3d' build.gradle
- ../build.gradle
+ ../build.gradle
- versionName: 1.4-floss
versionCode: 14002
@@ -53,7 +53,7 @@ Builds:
gradle:
- floss
prebuild: sed -i -e '/playImplementation/,+2d' -e '/fabric/d' -e '/SimpleDateFormatConstant/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 1.9-floss
versionCode: 19000
@@ -62,7 +62,7 @@ Builds:
gradle:
- floss
prebuild: sed -i -e '/playImplementation/,+2d' -e '/fabric/d' -e '/SimpleDateFormatConstant/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 1.9-floss
versionCode: 19001
@@ -71,7 +71,7 @@ Builds:
gradle:
- floss
prebuild: sed -i -e '/playImplementation/,+2d' -e '/fabric/d' -e '/SimpleDateFormatConstant/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 2.0-floss
versionCode: 20000
@@ -80,7 +80,7 @@ Builds:
gradle:
- floss
prebuild: sed -i -e '/playImplementation/,+2d' -e '/fabric/d' -e '/SimpleDateFormatConstant/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 2.3-floss
versionCode: 20301
@@ -89,7 +89,7 @@ Builds:
gradle:
- floss
prebuild: sed -i -e '/playImplementation/,+2d' -e '/fabric/d' -e '/SimpleDateFormatConstant/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 2.5-floss
versionCode: 20503
@@ -98,7 +98,7 @@ Builds:
gradle:
- floss
prebuild: sed -i -e '/playImplementation/,+2d' -e '/fabric/d' -e '/SimpleDateFormatConstant/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 2.9-floss
versionCode: 20901
@@ -107,7 +107,7 @@ Builds:
gradle:
- floss
prebuild: sed -i -e '/if (isPlay) {/,/}/d' -e '/signingConfigs.release/d' build.gradle
- ../build.gradle
+ ../build.gradle
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.tastycactus.timesheet.yml b/metadata/com.tastycactus.timesheet.yml
index cdda7a6e5e..fecaf0fd9a 100644
--- a/metadata/com.tastycactus.timesheet.yml
+++ b/metadata/com.tastycactus.timesheet.yml
@@ -7,11 +7,11 @@ IssueTracker: https://github.com/ambrice/timesheet/issues
AutoName: Timesheet
Description: |-
- Timesheet is an application designed primarily for contractors and freelancers
- to track the time spent on different tasks.
+ Timesheet is an application designed primarily for contractors and freelancers
+ to track the time spent on different tasks.
- You can add billable tasks and unbillable tasks (such as "Lunch") and get a
- daily or weekly report of time spent on each.
+ You can add billable tasks and unbillable tasks (such as "Lunch") and get a
+ daily or weekly report of time spent on each.
RepoType: git
Repo: https://github.com/ambrice/timesheet.git
diff --git a/metadata/com.team242.robozzle.yml b/metadata/com.team242.robozzle.yml
index 787308ce57..c19ce35ed7 100644
--- a/metadata/com.team242.robozzle.yml
+++ b/metadata/com.team242.robozzle.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on the non-libre robozzle.com site.
- Tracking:
- en-US: Data is collected by robozzle.com.
+ NonFreeNet:
+ en-US: Depends on the non-libre robozzle.com site.
+ Tracking:
+ en-US: Data is collected by robozzle.com.
Categories:
- Development
- Games
diff --git a/metadata/com.teamdc.stephendiniz.autoaway.yml b/metadata/com.teamdc.stephendiniz.autoaway.yml
index 46821a779a..8cafa888ac 100644
--- a/metadata/com.teamdc.stephendiniz.autoaway.yml
+++ b/metadata/com.teamdc.stephendiniz.autoaway.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/DizzyThermal/Auto-Away/issues
AutoName: Auto-Away
Description: |-
- Customizable SMS text messaging and phone call auto-response system for your
- Android device.
+ Customizable SMS text messaging and phone call auto-response system for your
+ Android device.
- Auto-Away replies custom messages via SMS to people that message you. All
- auto-replies can be logged in the application for future viewing and can be
- cleared when no longer needed.
+ Auto-Away replies custom messages via SMS to people that message you. All
+ auto-replies can be logged in the application for future viewing and can be
+ cleared when no longer needed.
RepoType: git
Repo: https://github.com/DizzyThermal/Auto-Away
diff --git a/metadata/com.teleca.jamendo.yml b/metadata/com.teleca.jamendo.yml
index e45c56312b..8e644fad4d 100644
--- a/metadata/com.teleca.jamendo.yml
+++ b/metadata/com.teleca.jamendo.yml
@@ -7,15 +7,15 @@ IssueTracker: https://github.com/telecapoland/jamendo-android/issues
AutoName: Jamendo
Description: |-
- A music player tied to the jamendo.com site, a large resource of free-licensed
- music.
+ A music player tied to the jamendo.com site, a large resource of free-licensed
+ music.
- Discover, listen, download and share the works of independent artists from
- across the world. JAMENDO.COM offers the largest Creative Commons-licensed music
- catalog on the planet! It's all free, legal & unlimited!
+ Discover, listen, download and share the works of independent artists from
+ across the world. JAMENDO.COM offers the largest Creative Commons-licensed music
+ catalog on the planet! It's all free, legal & unlimited!
- The versions with "-legacy" appended are for Android 1.6 through to 2.2. Take
- care not to update automatically if you are using this one.
+ The versions with "-legacy" appended are for Android 1.6 through to 2.2. Take
+ care not to update automatically if you are using this one.
RepoType: git
Repo: https://github.com/telecapoland/jamendo-android.git
diff --git a/metadata/com.templaro.opsiz.aka.yml b/metadata/com.templaro.opsiz.aka.yml
index 2ec057d7d7..3777477f54 100644
--- a/metadata/com.templaro.opsiz.aka.yml
+++ b/metadata/com.templaro.opsiz.aka.yml
@@ -7,13 +7,13 @@ IssueTracker: https://github.com/sussman/androidomatic-keyer/issues
Name: Androidomatic Keyer
AutoName: AKA
Description: |-
- This project enables ham radio operators to use their android phones as memory
- keyers to send CW or Hellschreiber signals using any radio transmitter capable
- of putting out a carrier wave. The application presents a list of editable
- phrases, then plays the selected phrase as morse code (or Hellschriber) through
- the sound output. The audible tones produced may be used directly if a modulated
- signal is desired, but the sound can also be routed through an easy-to-build
- interface which converts this sound into on/off keying for the transmitter.
+ This project enables ham radio operators to use their android phones as memory
+ keyers to send CW or Hellschreiber signals using any radio transmitter capable
+ of putting out a carrier wave. The application presents a list of editable
+ phrases, then plays the selected phrase as morse code (or Hellschriber) through
+ the sound output. The audible tones produced may be used directly if a modulated
+ signal is desired, but the sound can also be routed through an easy-to-build
+ interface which converts this sound into on/off keying for the transmitter.
RepoType: git
Repo: https://github.com/sussman/androidomatic-keyer
diff --git a/metadata/com.tengu.sharetoclipboard.yml b/metadata/com.tengu.sharetoclipboard.yml
index 6a03470740..8445534e3e 100644
--- a/metadata/com.tengu.sharetoclipboard.yml
+++ b/metadata/com.tengu.sharetoclipboard.yml
@@ -21,7 +21,7 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/appcompat-v7/acompile "com.googlecode.ez-vcard:ez-vcard:0.9.6"'
- build.gradle
+ build.gradle
- versionName: 1.0.2
versionCode: 3
@@ -231,9 +231,9 @@ Builds:
- yes
MaintainerNotes: |-
- Summary and Description are maintained by upstream using fastlane in
- the source repo:
- https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
+ Summary and Description are maintained by upstream using fastlane in
+ the source repo:
+ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.termoneplus.yml b/metadata/com.termoneplus.yml
index 26cd4fe8a3..9dc962572e 100644
--- a/metadata/com.termoneplus.yml
+++ b/metadata/com.termoneplus.yml
@@ -6,14 +6,14 @@ IssueTracker: https://gitlab.com/termapps/termoneplus/issues
AutoName: Terminal Emulator
Description: |-
- "TermOne Plus" is a terminal emulator for communicating with the built-in
- Android shell. It emulates a reasonably large subset of Digital Equipment
- Corporation VT-100 terminal codes. Supported terminal types include vt100,
- screen (default), linux and xterm. As result console programs like "vi"
- (unix visual editor), "emacs", "mc" (Midnight Commander file manager), nano
- (Nano's ANOther editor) and other work smoothly.
+ "TermOne Plus" is a terminal emulator for communicating with the built-in
+ Android shell. It emulates a reasonably large subset of Digital Equipment
+ Corporation VT-100 terminal codes. Supported terminal types include vt100,
+ screen (default), linux and xterm. As result console programs like "vi"
+ (unix visual editor), "emacs", "mc" (Midnight Commander file manager), nano
+ (Nano's ANOther editor) and other work smoothly.
- This application is a clone of Jack Palevich's https://f-droid.org/packages/jackpal.androidterm.
+ This application is a clone of Jack Palevich's https://f-droid.org/packages/jackpal.androidterm.
RepoType: git
Repo: https://gitlab.com/termapps/termoneplus.git
diff --git a/metadata/com.termux.api.yml b/metadata/com.termux.api.yml
index 406af8194c..89baf47911 100644
--- a/metadata/com.termux.api.yml
+++ b/metadata/com.termux.api.yml
@@ -10,21 +10,21 @@ Bitcoin: 1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
AutoName: Termux:API
Description: |-
- Expose basic Android functionality like sending SMS or accessing GPS data to the
- https://f-droid.org/packages/com.termux app. This is an add-on which requires that the main Termux app is
- installed to use.
+ Expose basic Android functionality like sending SMS or accessing GPS data to the
+ https://f-droid.org/packages/com.termux app. This is an add-on which requires that the main Termux app is
+ installed to use.
- * Read and send sms messages from your terminal.
- * Access device GPS location sensor from scripts.
- * Pipe the result of commands into the device text-to-speech engine.
- * Vibrate the device when something interesting happens.
- * Access the system clipboard from shell scripts.
- * List contacts from the system contact list.
+ * Read and send sms messages from your terminal.
+ * Access device GPS location sensor from scripts.
+ * Pipe the result of commands into the device text-to-speech engine.
+ * Vibrate the device when something interesting happens.
+ * Access the system clipboard from shell scripts.
+ * List contacts from the system contact list.
- Besides installing this app an additional package is required to install inside
- Termux:
+ Besides installing this app an additional package is required to install inside
+ Termux:
- $ apt install termux-api
+ $ apt install termux-api
RepoType: git
Repo: https://github.com/termux/termux-api
diff --git a/metadata/com.termux.boot.yml b/metadata/com.termux.boot.yml
index b373b5d758..2fae8ff2cd 100644
--- a/metadata/com.termux.boot.yml
+++ b/metadata/com.termux.boot.yml
@@ -9,23 +9,23 @@ Bitcoin: 1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
AutoName: Termux:Boot
Description: |-
- This plugin for https://f-droid.org/packages/com.termux allows programs to be run at boot.
+ This plugin for https://f-droid.org/packages/com.termux allows programs to be run at boot.
- Instructions:
+ Instructions:
- * Start the Termux:Boot app once by clicking on its launcher icon.
- * This allow the app to be run at boot.
- * Create the ~/.termux/boot/ directory.
- * Put scripts you want to execute inside the ~/.termux/boot/ directory.
- * If there are multiple files, they will be executed in a sorted order.
+ * Start the Termux:Boot app once by clicking on its launcher icon.
+ * This allow the app to be run at boot.
+ * Create the ~/.termux/boot/ directory.
+ * Put scripts you want to execute inside the ~/.termux/boot/ directory.
+ * If there are multiple files, they will be executed in a sorted order.
- Note that you may want to run termux-wake-lock as first thing want to ensure
- that the device is prevented from sleeping.
+ Note that you may want to run termux-wake-lock as first thing want to ensure
+ that the device is prevented from sleeping.
- Example: To start an sshd server and prevent the device from sleeping at boot,
- create the a file ~/.termux/boot/start-sshd containing the line:
+ Example: To start an sshd server and prevent the device from sleeping at boot,
+ create the a file ~/.termux/boot/start-sshd containing the line:
- termux-wake-lock && sshd
+ termux-wake-lock && sshd
RepoType: git
Repo: https://github.com/termux/termux-boot
diff --git a/metadata/com.termux.nix.yml b/metadata/com.termux.nix.yml
index a962a2b937..94c418e82a 100644
--- a/metadata/com.termux.nix.yml
+++ b/metadata/com.termux.nix.yml
@@ -8,26 +8,26 @@ IssueTracker: https://github.com/t184256/nix-on-droid/issues
Name: Nix-on-Droid
AutoName: Nix
Description: |-
- Nix-on-Droid brings Nix package manager of NixOS fame
- to your mobile device.
- If you're not after its advanced features,
- you might still be interested in tapping into nixpkgs,
- a vast collection of precompiled software.
+ Nix-on-Droid brings Nix package manager of NixOS fame
+ to your mobile device.
+ If you're not after its advanced features,
+ you might still be interested in tapping into nixpkgs,
+ a vast collection of precompiled software.
- At first start the app will download Nix repackaged for Android,
- leaving you with a barebones system afterwards.
- If you are an experienced Nix user, you know what to do next.
- If you are in doubt, follow the on-screen instructions,
- to install more of the familiar Linux software
- and declaratively manage your environment.
+ At first start the app will download Nix repackaged for Android,
+ leaving you with a barebones system afterwards.
+ If you are an experienced Nix user, you know what to do next.
+ If you are in doubt, follow the on-screen instructions,
+ to install more of the familiar Linux software
+ and declaratively manage your environment.
- NOTE: this software is alpha-quality.
- Users that value
- stability and Android integration over
- features and package selection
- might better be served with Termux as of now.
+ NOTE: this software is alpha-quality.
+ Users that value
+ stability and Android integration over
+ features and package selection
+ might better be served with Termux as of now.
- Nix-on-Droid uses a fork of Termux application as a terminal emulator.
+ Nix-on-Droid uses a fork of Termux application as a terminal emulator.
RepoType: git
Repo: https://github.com/t184256/nix-on-droid-app
diff --git a/metadata/com.termux.styling.yml b/metadata/com.termux.styling.yml
index 777aec189c..7dc55b8c94 100644
--- a/metadata/com.termux.styling.yml
+++ b/metadata/com.termux.styling.yml
@@ -9,11 +9,11 @@ Bitcoin: 1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
AutoName: Termux:Styling
Description: |-
- This plugin for https://f-droid.org/packages/com.termux provides beautiful color schemes and
- powerline-ready fonts to customize the appearance of the terminal.
+ This plugin for https://f-droid.org/packages/com.termux provides beautiful color schemes and
+ powerline-ready fonts to customize the appearance of the terminal.
- Long-press anywhere on the Termux terminal and use the "Style" menu entry to use
- after installation.
+ Long-press anywhere on the Termux terminal and use the "Style" menu entry to use
+ after installation.
RepoType: git
Repo: https://github.com/termux/termux-styling
diff --git a/metadata/com.termux.tasker.yml b/metadata/com.termux.tasker.yml
index 2d88e38df9..285207386d 100644
--- a/metadata/com.termux.tasker.yml
+++ b/metadata/com.termux.tasker.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeDep:
- en-US: Depends on the non-free Tasker app being installed on your device.
+ NonFreeDep:
+ en-US: Depends on the non-free Tasker app being installed on your device.
Categories:
- Development
License: GPL-3.0-only
@@ -12,13 +12,13 @@ Bitcoin: 1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
AutoName: Termux:Tasker
Description: |-
- This plugin for https://f-droid.org/packages/com.termux provides a way to run Termux scripts from Tasker.
-
- - Create a new Tasker Action.
- - In the resulting Select Action Category dialog, select Plugin.
- - In the resulting Termux:Task dialog, select Termux:Task.
- - Edit the configuration to specify the executable in ~/.termux/tasker/ to execute, and if it should be executed in the background (the default) or in a new terminal session.
-
+ This plugin for https://f-droid.org/packages/com.termux provides a way to run Termux scripts from Tasker.
+
+ - Create a new Tasker Action.
+ - In the resulting Select Action Category dialog, select Plugin.
+ - In the resulting Termux:Task dialog, select Termux:Task.
+ - Edit the configuration to specify the executable in ~/.termux/tasker/ to execute, and if it should be executed in the background (the default) or in a new terminal session.
+
RepoType: git
Repo: https://github.com/termux/termux-tasker
diff --git a/metadata/com.termux.widget.yml b/metadata/com.termux.widget.yml
index d7ed0a0b07..3a9f38282c 100644
--- a/metadata/com.termux.widget.yml
+++ b/metadata/com.termux.widget.yml
@@ -9,9 +9,9 @@ Bitcoin: 1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
AutoName: Termux:Widget
Description: |-
- Add-on app which adds shortcuts to https://f-droid.org/packages/com.termux scripts and commands on the
- home screen. Scripts should be placed in the $HOME/.shortcuts/ folder to allow
- quick access to frequently used commands without typing.
+ Add-on app which adds shortcuts to https://f-droid.org/packages/com.termux scripts and commands on the
+ home screen. Scripts should be placed in the $HOME/.shortcuts/ folder to allow
+ quick access to frequently used commands without typing.
RepoType: git
Repo: https://github.com/termux/termux-widget
diff --git a/metadata/com.termux.window.yml b/metadata/com.termux.window.yml
index 478995a0e9..7c8258211a 100644
--- a/metadata/com.termux.window.yml
+++ b/metadata/com.termux.window.yml
@@ -9,11 +9,11 @@ Bitcoin: 1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
AutoName: Termux:Float
Description: |-
- This plugin for https://f-droid.org/packages/com.termux provides a floating terminal window which is
- shown above other apps.
+ This plugin for https://f-droid.org/packages/com.termux provides a floating terminal window which is
+ shown above other apps.
- Long-press on the floating window to move or resize it and tap on the
- notification to temporarily hide it.
+ Long-press on the floating window to move or resize it and tap on the
+ notification to temporarily hide it.
RepoType: git
Repo: https://github.com/termux/termux-float
diff --git a/metadata/com.termux.yml b/metadata/com.termux.yml
index 013ba949c5..6643b862b6 100644
--- a/metadata/com.termux.yml
+++ b/metadata/com.termux.yml
@@ -10,25 +10,25 @@ Bitcoin: 1BXS5qPhJzhr5iK5nmNDSmoLDfB6VmN5hv
AutoName: Termux
Description: |-
- Termux combines powerful terminal emulation with an extensive Linux package
- collection.
+ Termux combines powerful terminal emulation with an extensive Linux package
+ collection.
- * Enjoy the bash and zsh shells.
- * Edit files with nano and vim.
- * Access servers over ssh.
- * Compile code with gcc and clang.
- * Use the python console as a pocket calculator.
- * Check out projects with git and subversion.
- * Run text-based games with frotz.
+ * Enjoy the bash and zsh shells.
+ * Edit files with nano and vim.
+ * Access servers over ssh.
+ * Compile code with gcc and clang.
+ * Use the python console as a pocket calculator.
+ * Check out projects with git and subversion.
+ * Run text-based games with frotz.
- At first start a small base system is downloaded - desired packages can then be
- installed using the apt package manager known from the Debian and Ubuntu Linux
- distributions. Access the built-in help by long-pressing anywhere on the
- terminal and selecting the Help menu option to learn more.
+ At first start a small base system is downloaded - desired packages can then be
+ installed using the apt package manager known from the Debian and Ubuntu Linux
+ distributions. Access the built-in help by long-pressing anywhere on the
+ terminal and selecting the Help menu option to learn more.
- Read help online: https://wiki.termux.com/
+ Read help online: https://wiki.termux.com/
- Reddit Community: https://termux.com/community
+ Reddit Community: https://termux.com/community
RepoType: git
Repo: https://github.com/termux/termux-app
diff --git a/metadata/com.th.XenonWallpapers.yml b/metadata/com.th.XenonWallpapers.yml
index 613e110aaf..e4794f5c79 100644
--- a/metadata/com.th.XenonWallpapers.yml
+++ b/metadata/com.th.XenonWallpapers.yml
@@ -7,11 +7,11 @@ IssueTracker: https://github.com/TeamHorizon/android_packages_apps_XenonWallpape
AutoName: XenonHD Wallpapers
Description: |-
- Just the unbranded wallpapers from the XenonHD ROM static wallpapers. They're
- designed for HDPI screens i.e. (800x480px) but they'd be OK on higher resolution
- too (even though the app won't allow you to resize them).
+ Just the unbranded wallpapers from the XenonHD ROM static wallpapers. They're
+ designed for HDPI screens i.e. (800x480px) but they'd be OK on higher resolution
+ too (even though the app won't allow you to resize them).
- There is also an option to choose one of seven solid-ish colours.
+ There is also an option to choose one of seven solid-ish colours.
RepoType: git
Repo: https://github.com/TeamHorizon/android_packages_apps_XenonWallpapers
diff --git a/metadata/com.thehoick.evergreenwishlist.yml b/metadata/com.thehoick.evergreenwishlist.yml
index 5fedf1d0b1..4cbe1bc6df 100644
--- a/metadata/com.thehoick.evergreenwishlist.yml
+++ b/metadata/com.thehoick.evergreenwishlist.yml
@@ -7,14 +7,14 @@ SourceCode: https://github.com/asommer70/evergreen-wishlist
AutoName: Evergreen Wishlist
Description: |-
- Evergreen Wishlist allows you to lookup books on your Amazon Wish List at your
- local library. Well there is a catch or two. Your library needs to use the
- Evergreen ILS system for their catalog. The other catch is that at this time
- Evergreen Wishlist can only lookup the first (or most recent) fifteen books
- added to your list.
+ Evergreen Wishlist allows you to lookup books on your Amazon Wish List at your
+ local library. Well there is a catch or two. Your library needs to use the
+ Evergreen ILS system for their catalog. The other catch is that at this time
+ Evergreen Wishlist can only lookup the first (or most recent) fifteen books
+ added to your list.
- The 15 book limit is due to how Amazon's site works, and that may change in the
- future. Software usually gets better over time right?
+ The 15 book limit is due to how Amazon's site works, and that may change in the
+ future. Software usually gets better over time right?
Builds:
- versionName: 0.0.1
@@ -30,12 +30,12 @@ Builds:
- sed -i -e '/gradle.gradleVersion/,+16d' build.gradle
MaintainerNotes: |-
- Version code is from the manifest. 0 appended at the end and 8 added to it.
+ Version code is from the manifest. 0 appended at the end and 8 added to it.
- privateHelpers.extractIntFromManifest("versionCode") + "0"
- defaultConfig.versionCode += 8
+ privateHelpers.extractIntFromManifest("versionCode") + "0"
+ defaultConfig.versionCode += 8
- Set UCM to Tags once the next release is tagged properly.
+ Set UCM to Tags once the next release is tagged properly.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.theksmith.android.car_bus_interface.yml b/metadata/com.theksmith.android.car_bus_interface.yml
index 320b96b73a..914e311f1c 100644
--- a/metadata/com.theksmith.android.car_bus_interface.yml
+++ b/metadata/com.theksmith.android.car_bus_interface.yml
@@ -8,10 +8,10 @@ Changelog: https://github.com/theksmith/CarBusInterface/blob/HEAD/CHANGELOG.md
AutoName: Car Bus Interface
Description: |-
- Interface with a vehicle's communication bus via Bluetooth OBD2 dongle (ELM327
- compatible). It allows the Android device to respond to specific bus messages,
- such as those occurring when the user presses physical buttons inside the
- vehicle.
+ Interface with a vehicle's communication bus via Bluetooth OBD2 dongle (ELM327
+ compatible). It allows the Android device to respond to specific bus messages,
+ such as those occurring when the user presses physical buttons inside the
+ vehicle.
RepoType: git
Repo: https://github.com/theksmith/CarBusInterface
diff --git a/metadata/com.thermatk.android.xf.fakegapps.yml b/metadata/com.thermatk.android.xf.fakegapps.yml
index a3391afd05..a2151c690d 100644
--- a/metadata/com.thermatk.android.xf.fakegapps.yml
+++ b/metadata/com.thermatk.android.xf.fakegapps.yml
@@ -8,11 +8,11 @@ Liberapay: thermatk
AutoName: FakeGapps
Description: |-
- XPosed Module, get https://f-droid.org/packages/de.robv.android.xposed.installer.
+ XPosed Module, get https://f-droid.org/packages/de.robv.android.xposed.installer.
- This module has to be used in combinaton with µg GmsCore to enable Google Cloud Messaging (GCM), location services and more.
- Install latest GmsCore, FakeStore(or Blankstore) and this module, dial in your phone app *#*#CHECKIN#*#* to register GCM and start using your Gapps-free device as usual.
- For additional information visit the Github Source code page.
+ This module has to be used in combinaton with µg GmsCore to enable Google Cloud Messaging (GCM), location services and more.
+ Install latest GmsCore, FakeStore(or Blankstore) and this module, dial in your phone app *#*#CHECKIN#*#* to register GCM and start using your Gapps-free device as usual.
+ For additional information visit the Github Source code page.
RepoType: git
Repo: https://github.com/thermatk/FakeGApps.git
diff --git a/metadata/com.theworld.help.cbtandroid.yml b/metadata/com.theworld.help.cbtandroid.yml
index 8be52dcf2a..b5b0e4605b 100644
--- a/metadata/com.theworld.help.cbtandroid.yml
+++ b/metadata/com.theworld.help.cbtandroid.yml
@@ -9,15 +9,15 @@ Changelog: https://gitlab.com/copoer/CBTAndroid/-/releases
AutoName: CBTAndroid
Description: |-
- A simple implementation of a seven column thought journal.
+ A simple implementation of a seven column thought journal.
- What is CBT:
- CBT is a form of therapy that helps you restructure negative thoughts in order to improve your life
+ What is CBT:
+ CBT is a form of therapy that helps you restructure negative thoughts in order to improve your life
- How to use:
- When you find yourself feeling down, record the thoughts you are currently having. Then prove that those thoughts are wrong with facts. Finally come up with a new way of looking at the situation.
+ How to use:
+ When you find yourself feeling down, record the thoughts you are currently having. Then prove that those thoughts are wrong with facts. Finally come up with a new way of looking at the situation.
- Learn More
+ Learn More
RepoType: git
Repo: https://gitlab.com/copoer/CBTAndroid.git
diff --git a/metadata/com.thibaudperso.sonycamera.yml b/metadata/com.thibaudperso.sonycamera.yml
index a2032ec942..f91eb35576 100644
--- a/metadata/com.thibaudperso.sonycamera.yml
+++ b/metadata/com.thibaudperso.sonycamera.yml
@@ -7,39 +7,39 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LFFFQZD9UN
AutoName: TimeLapse
Description: |-
- Automatically take pictures with a certain time interval in Wi-Fi Mode for your
- Sony camera.
+ Automatically take pictures with a certain time interval in Wi-Fi Mode for your
+ Sony camera.
- Features:
+ Features:
- * Take pictures remotely
- * Choose the delay between pictures
- * Initial delay
- * Photo preview
- * Take pictures even when the screen is turned off
+ * Take pictures remotely
+ * Choose the delay between pictures
+ * Initial delay
+ * Photo preview
+ * Take pictures even when the screen is turned off
- Supported Devices:
+ Supported Devices:
- * A7 (α7)
- * DSC-HX400V
- * DSC-HX50V
- * DSC-HX60
- * DSC-HX90V
- * DSC-QX1
- * DSC-QX10
- * DSC-QX30
- * DSC-QX100
- * DSC-RX10
- * DSC-RX100M2 (known issue with short delays)
- * DSC-RX100M3
- * DSC-WX80
- * DSC-WX350
- * FDR-AX100
- * FDR-X1000V
- * ILCE-5100 (α5100)
- * ILCE-6000 (α6000)
- * NEX-5R
- * NEX-6
+ * A7 (α7)
+ * DSC-HX400V
+ * DSC-HX50V
+ * DSC-HX60
+ * DSC-HX90V
+ * DSC-QX1
+ * DSC-QX10
+ * DSC-QX30
+ * DSC-QX100
+ * DSC-RX10
+ * DSC-RX100M2 (known issue with short delays)
+ * DSC-RX100M3
+ * DSC-WX80
+ * DSC-WX350
+ * FDR-AX100
+ * FDR-X1000V
+ * ILCE-5100 (α5100)
+ * ILCE-6000 (α6000)
+ * NEX-5R
+ * NEX-6
RepoType: git
Repo: https://github.com/ThibaudM/timelapse-sony
diff --git a/metadata/com.thirtydegreesray.openhub.yml b/metadata/com.thirtydegreesray.openhub.yml
index 8064f8f2dc..a6a1d5c7af 100644
--- a/metadata/com.thirtydegreesray.openhub.yml
+++ b/metadata/com.thirtydegreesray.openhub.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Github.
+ NonFreeNet:
+ en-US: Depends on Github.
Categories:
- Internet
License: GPL-3.0-only
@@ -10,17 +10,17 @@ IssueTracker: https://github.com/ThirtyDegreesRay/OpenHub/issues
AutoName: OpenHub
Description: |-
- An open source GitHub Android client app, faster and concise.
+ An open source GitHub Android client app, faster and concise.
- Features:
+ Features:
- * Project use MVP+dagger2+retrofit framework,save Activity,Fragment,Presenter data when onSaveInstanceState;
- * On the basis of Retrofit2+RxJava,load cache first if cache available,then load from network,better user experience;
- * Support the theme switch,16 kinds of accent color switch,language switch;
- * Support the trending repositories view,every one hour,the server update data at a time;
- * Start immediately show the splash screen,no bad time;
- * Faster and cool syntax highlighting;
- * And more...
+ * Project use MVP+dagger2+retrofit framework,save Activity,Fragment,Presenter data when onSaveInstanceState;
+ * On the basis of Retrofit2+RxJava,load cache first if cache available,then load from network,better user experience;
+ * Support the theme switch,16 kinds of accent color switch,language switch;
+ * Support the trending repositories view,every one hour,the server update data at a time;
+ * Start immediately show the splash screen,no bad time;
+ * Faster and cool syntax highlighting;
+ * And more...
RepoType: git
Repo: https://github.com/ThirtyDegreesRay/OpenHub.git
diff --git a/metadata/com.threedlite.urforms.yml b/metadata/com.threedlite.urforms.yml
index ca2de65014..70a8772682 100644
--- a/metadata/com.threedlite.urforms.yml
+++ b/metadata/com.threedlite.urforms.yml
@@ -6,11 +6,11 @@ IssueTracker: https://github.com/threedliteguy/urforms/issues
AutoName: URforms Database
Description: |-
- * Create a custom database and data entry screens with dropdowns, date choosers, and validation.
- * Enter and store your custom data on device.
- * List and search functionality for your fields.
- * Stores data in local SQLite tables.
- * Backup/restore data and forms to .csv files on SD Card.
+ * Create a custom database and data entry screens with dropdowns, date choosers, and validation.
+ * Enter and store your custom data on device.
+ * List and search functionality for your fields.
+ * Stores data in local SQLite tables.
+ * Backup/restore data and forms to .csv files on SD Card.
RepoType: git
Repo: https://github.com/threedliteguy/urforms.git
diff --git a/metadata/com.threedlite.userhash.location.yml b/metadata/com.threedlite.userhash.location.yml
index 7393d7c8dc..53c94e695d 100644
--- a/metadata/com.threedlite.userhash.location.yml
+++ b/metadata/com.threedlite.userhash.location.yml
@@ -7,11 +7,11 @@ IssueTracker: https://github.com/threedliteguy/UhLocationReportingService/issues
Name: UserHash
AutoName: UserHash Location Reporting Service
Description: |-
- Requires a server piece (.war) to run on a server with a public IP. Source for
- server piece also included at source code page. Set up friends and family and
- view their location. Can also set a short status with your location.
- Automatically uses cell network location to save battery unless you specifically
- update GPS location or it is in the cache. Uses open street map data by default.
+ Requires a server piece (.war) to run on a server with a public IP. Source for
+ server piece also included at source code page. Set up friends and family and
+ view their location. Can also set a short status with your location.
+ Automatically uses cell network location to save battery unless you specifically
+ update GPS location or it is in the cache. Uses open street map data by default.
RepoType: git
Repo: https://github.com/threedliteguy/UhLocationReportingService.git
diff --git a/metadata/com.tht.k3pler.yml b/metadata/com.tht.k3pler.yml
index 29cc390ecc..5ce1783642 100644
--- a/metadata/com.tht.k3pler.yml
+++ b/metadata/com.tht.k3pler.yml
@@ -9,13 +9,13 @@ IssueTracker: https://github.com/orhun/k3pler/issues
AutoName: k3pler
Description: |-
- k3pler is a network connection blocker and packet analyzer built on top
- of local HTTP proxy. It offers a.o. the following features:
+ k3pler is a network connection blocker and packet analyzer built on top
+ of local HTTP proxy. It offers a.o. the following features:
- * Show network traffic in a list (HTTP Request/Response)
- * details about requests/responses
- * Blacklist connection after getting detailed information
- * Edit/Remove item at blacklist - clear blacklist
+ * Show network traffic in a list (HTTP Request/Response)
+ * details about requests/responses
+ * Blacklist connection after getting detailed information
+ * Edit/Remove item at blacklist - clear blacklist
RepoType: git
Repo: https://github.com/orhun/k3pler
diff --git a/metadata/com.tierep.notificationanalyser.yml b/metadata/com.tierep.notificationanalyser.yml
index 7293eb2774..d3bb73d059 100644
--- a/metadata/com.tierep.notificationanalyser.yml
+++ b/metadata/com.tierep.notificationanalyser.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/MPieter/Notification-Analyser/issues
AutoName: Notification Analyser
Description: |-
- Analyses your notification history. It shows the number of received
- notifications during the day and the distribution across each application. An
- overview per day, week or month is available.
+ Analyses your notification history. It shows the number of received
+ notifications during the day and the distribution across each application. An
+ overview per day, week or month is available.
RepoType: git
Repo: https://github.com/MPieter/Notification-Analyser
diff --git a/metadata/com.tinkerlog.android.pongtime.yml b/metadata/com.tinkerlog.android.pongtime.yml
index e37c6d13a6..b292d6d07a 100644
--- a/metadata/com.tinkerlog.android.pongtime.yml
+++ b/metadata/com.tinkerlog.android.pongtime.yml
@@ -7,9 +7,9 @@ IssueTracker: https://github.com/tinkerlog/PongTime/issues
AutoName: Pong Time
Description: |-
- Retro pong-styled clock app inspired by a similar implementation in the open
- source clock platform MONOCHRON. It displays a pong game which left/right player
- score tell the current time.
+ Retro pong-styled clock app inspired by a similar implementation in the open
+ source clock platform MONOCHRON. It displays a pong game which left/right player
+ score tell the current time.
RepoType: git
Repo: https://github.com/tinkerlog/PongTime.git
diff --git a/metadata/com.tjm.stripepaper.yml b/metadata/com.tjm.stripepaper.yml
index 75727b2d46..870acd727a 100644
--- a/metadata/com.tjm.stripepaper.yml
+++ b/metadata/com.tjm.stripepaper.yml
@@ -7,9 +7,9 @@ IssueTracker: https://github.com/tjmolinski/stripepaper/issues
AutoName: Stripepaper
Description: |-
- Get lost in these beautiful colored stripes. The stripes will slowly move over
- time to give you a unique experience when you look at your device. Select a
- theme and configure the settings to your likings and enjoy.
+ Get lost in these beautiful colored stripes. The stripes will slowly move over
+ time to give you a unique experience when you look at your device. Select a
+ theme and configure the settings to your likings and enjoy.
RepoType: git
Repo: https://github.com/tjmolinski/stripepaper
diff --git a/metadata/com.tkjelectronics.balanduino.yml b/metadata/com.tkjelectronics.balanduino.yml
index c4f125483c..e2e1c5c4fd 100644
--- a/metadata/com.tkjelectronics.balanduino.yml
+++ b/metadata/com.tkjelectronics.balanduino.yml
@@ -7,11 +7,11 @@ IssueTracker: https://github.com/TKJElectronics/BalanduinoAndroidApp/issues
AutoName: Balanduino
Description: |-
- For the
- Balanduino: a kit for a fully-FOSS, arduino-compatible, balancing robot.
+ For the
+ Balanduino: a kit for a fully-FOSS, arduino-compatible, balancing robot.
- There are two versions: one with usb OTG (for uploading firmware) and one
- without (for Android 2.2)
+ There are two versions: one with usb OTG (for uploading firmware) and one
+ without (for Android 2.2)
RepoType: git
Repo: https://github.com/TKJElectronics/BalanduinoAndroidApp.git
@@ -24,7 +24,7 @@ Builds:
gradle:
- basic
prebuild: sed -i "6,7d;45 i \\\tversionName = project.versionName + '-basic'"
- build.gradle
+ build.gradle
- versionName: 0.6.1-basic
versionCode: 1000061
@@ -59,9 +59,9 @@ Builds:
prebuild: sed -i "51i \\\tversionName = project.versionName + '-usb'" build.gradle
MaintainerNotes: |-
- Submodules contain jars.
+ Submodules contain jars.
- Can't use UCM since vercodes are dynamic.
+ Can't use UCM since vercodes are dynamic.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.tkton.wallet.yml b/metadata/com.tkton.wallet.yml
index a76c7fad7a..2b4ec4eb75 100644
--- a/metadata/com.tkton.wallet.yml
+++ b/metadata/com.tkton.wallet.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Github to update its blockchain config on each start.
+ NonFreeNet:
+ en-US: Depends on Github to update its blockchain config on each start.
Categories:
- Money
License: GPL-3.0-only
diff --git a/metadata/com.tmarki.comicmaker.yml b/metadata/com.tmarki.comicmaker.yml
index b5fc1e5de2..c223c0c5f8 100644
--- a/metadata/com.tmarki.comicmaker.yml
+++ b/metadata/com.tmarki.comicmaker.yml
@@ -9,17 +9,17 @@ IssueTracker: https://github.com/tmarki/android-rage-maker/issues
AutoName: Rage Maker
Description: |-
- See the README about usage.
+ See the README about usage.
- * Flexible number of panels (1-20)
- * Pan and zoom the comic canvas, as well as image elements
- * Undo and redo your moves
- * Different text styles and sizes
- * Save and share your creations
- * Use drafts to save comics in progress
- * Draw straight lines or free curves with different brush sizes and colors
- * Keyboard shortcuts
- * Over 200 built-in rage/meme faces
+ * Flexible number of panels (1-20)
+ * Pan and zoom the comic canvas, as well as image elements
+ * Undo and redo your moves
+ * Different text styles and sizes
+ * Save and share your creations
+ * Use drafts to save comics in progress
+ * Draw straight lines or free curves with different brush sizes and colors
+ * Keyboard shortcuts
+ * Over 200 built-in rage/meme faces
RepoType: git
Repo: https://github.com/tmarki/android-rage-maker
@@ -36,9 +36,9 @@ Builds:
- echo "android.library.reference.2=$$MobAdMob$$" >> project.properties
MaintainerNotes: |-
- Commits seem to have little connection to versions. Currently there is a 1.5.6
- on Google Play, no source code, and a 1.5.5 in git that materially changes
- nothing since 1.5.4.
+ Commits seem to have little connection to versions. Currently there is a 1.5.6
+ on Google Play, no source code, and a 1.5.5 in git that materially changes
+ nothing since 1.5.4.
AutoUpdateMode: None
UpdateCheckMode: Static
diff --git a/metadata/com.tmendes.dadosd.yml b/metadata/com.tmendes.dadosd.yml
index 8296e37ef8..d8cf52d23c 100644
--- a/metadata/com.tmendes.dadosd.yml
+++ b/metadata/com.tmendes.dadosd.yml
@@ -6,11 +6,11 @@ IssueTracker: https://gitlab.com/tmendes/DadosD/issues
AutoName: DadosD
Description: |-
- Este aplicativo foi desenvolvido para que você, desenvolvedor, possa gerar dados
- válidos durante os testes da ferramente que esta desenvolvendo.
+ Este aplicativo foi desenvolvido para que você, desenvolvedor, possa gerar dados
+ válidos durante os testes da ferramente que esta desenvolvendo.
- Pretendo implementar mais funcionalidades para esta ferramenta como um gerador
- de RG, nomes e CEPs para facilitar nosso dia ao testar nossas ferramentas.
+ Pretendo implementar mais funcionalidades para esta ferramenta como um gerador
+ de RG, nomes e CEPs para facilitar nosso dia ao testar nossas ferramentas.
RepoType: git
Repo: https://gitlab.com/tmendes/DadosD.git
diff --git a/metadata/com.tnibler.cryptocam.yml b/metadata/com.tnibler.cryptocam.yml
index 90fc75b5d4..99121989d0 100644
--- a/metadata/com.tnibler.cryptocam.yml
+++ b/metadata/com.tnibler.cryptocam.yml
@@ -23,7 +23,7 @@ Builds:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
build: ANDROID_SDK_HOME=$$SDK$$ ANDROID_SDK_ROOT=$$SDK$$ ANDROID_NDK_HOME=$$NDK$$
- ./complete_build.sh
+ ./complete_build.sh
ndk: r21d
- versionName: '1.1'
@@ -34,7 +34,7 @@ Builds:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
build: ANDROID_SDK_HOME=$$SDK$$ ANDROID_SDK_ROOT=$$SDK$$ ANDROID_NDK_HOME=$$NDK$$
- ./complete_build.sh
+ ./complete_build.sh
ndk: r21d
- versionName: 1.1.3
@@ -45,7 +45,7 @@ Builds:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
build: ANDROID_SDK_HOME=$$SDK$$ ANDROID_SDK_ROOT=$$SDK$$ ANDROID_NDK_HOME=$$NDK$$
- ./complete_build.sh
+ ./complete_build.sh
ndk: r21d
- versionName: 1.2.0
@@ -56,7 +56,7 @@ Builds:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
build: ANDROID_SDK_HOME=$$SDK$$ ANDROID_SDK_ROOT=$$SDK$$ ANDROID_NDK_HOME=$$NDK$$
- ./complete_build.sh
+ ./complete_build.sh
ndk: r21e
- versionName: 1.2.3
@@ -67,7 +67,7 @@ Builds:
- yes
output: app/build/outputs/apk/release/app-release-unsigned.apk
build: ANDROID_SDK_HOME=$$SDK$$ ANDROID_SDK_ROOT=$$SDK$$ ANDROID_NDK_HOME=$$NDK$$
- ./complete_build.sh
+ ./complete_build.sh
ndk: r21e
- versionName: 2.0.0
@@ -80,7 +80,7 @@ Builds:
gradle:
- yes
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;29.0.3'
- > /dev/null
+ > /dev/null
build:
- export GOPATH="$PWD/gopath"
- export PATH=$PATH:$GOPATH/bin
@@ -103,7 +103,7 @@ Builds:
gradle:
- yes
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;29.0.3'
- > /dev/null
+ > /dev/null
build:
- export GOPATH="$PWD/gopath"
- export PATH=$PATH:$GOPATH/bin
@@ -126,7 +126,7 @@ Builds:
gradle:
- yes
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;29.0.3'
- > /dev/null
+ > /dev/null
build:
- export GOPATH="$PWD/gopath"
- export PATH=$PATH:$GOPATH/bin
@@ -149,7 +149,7 @@ Builds:
gradle:
- yes
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;29.0.3'
- > /dev/null
+ > /dev/null
build:
- export GOPATH="$PWD/gopath"
- export PATH=$PATH:$GOPATH/bin
@@ -172,7 +172,7 @@ Builds:
gradle:
- yes
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;29.0.3'
- > /dev/null
+ > /dev/null
build:
- export GOPATH="$PWD/gopath"
- export PATH=$PATH:$GOPATH/bin
@@ -195,7 +195,7 @@ Builds:
gradle:
- yes
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;29.0.3'
- > /dev/null
+ > /dev/null
build:
- export GOPATH="$PWD/gopath"
- export PATH=$PATH:$GOPATH/bin
@@ -220,7 +220,7 @@ Builds:
gradle:
- yes
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;29.0.3'
- > /dev/null
+ > /dev/null
build:
- export GOPATH="$PWD/gopath"
- export PATH=$PATH:$GOPATH/bin
@@ -245,7 +245,7 @@ Builds:
gradle:
- yes
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;29.0.3'
- > /dev/null
+ > /dev/null
build:
- export GOPATH="$PWD/gopath"
- export PATH=$PATH:$GOPATH/bin
diff --git a/metadata/com.tobiaskuban.android.monthcalendarwidgetfoss.yml b/metadata/com.tobiaskuban.android.monthcalendarwidgetfoss.yml
index 695011a058..f1a3f366b6 100644
--- a/metadata/com.tobiaskuban.android.monthcalendarwidgetfoss.yml
+++ b/metadata/com.tobiaskuban.android.monthcalendarwidgetfoss.yml
@@ -6,11 +6,11 @@ IssueTracker: https://github.com/alterechtschreibung/MonthCalendarWidget2FOSS/is
AutoName: Month Calendar Widget
Description: |-
- A Month Calendar widget for Android 4.1+
+ A Month Calendar widget for Android 4.1+
- Month Calendar Widget is a simplistic, cute widget that delivers you a quick
- overview of the respective month and was written in a way to respect your
- privacy.
+ Month Calendar Widget is a simplistic, cute widget that delivers you a quick
+ overview of the respective month and was written in a way to respect your
+ privacy.
RepoType: git
Repo: https://github.com/alterechtschreibung/MonthCalendarWidget2FOSS.git
diff --git a/metadata/com.tobykurien.batteryfu.yml b/metadata/com.tobykurien.batteryfu.yml
index e160c18eb9..c9a26a2d03 100644
--- a/metadata/com.tobykurien.batteryfu.yml
+++ b/metadata/com.tobykurien.batteryfu.yml
@@ -7,11 +7,11 @@ Changelog: https://github.com/tobykurien/BatteryFu/releases
AutoName: BatteryFu
Description: |-
- Try to extend battery life by changing always-on mobile/wifi data to periodic
- sync (meaning it disables your mobile data and/or Wifi, then checks your
- accounts every X minutes).
+ Try to extend battery life by changing always-on mobile/wifi data to periodic
+ sync (meaning it disables your mobile data and/or Wifi, then checks your
+ accounts every X minutes).
- Requires Root on Android 5.0+
+ Requires Root on Android 5.0+
RepoType: git
Repo: https://github.com/tobykurien/BatteryFu.git
diff --git a/metadata/com.tobykurien.google_news.yml b/metadata/com.tobykurien.google_news.yml
index 245835bb70..56f30c20e9 100644
--- a/metadata/com.tobykurien.google_news.yml
+++ b/metadata/com.tobykurien.google_news.yml
@@ -8,15 +8,15 @@ Changelog: https://github.com/tobykurien/GoogleApps/releases
AutoName: GApps Browser
Description: |-
- This app started out as a way to view Google News on the author's phone but now
- encompasses Google+, Google Maps etc. The idea is to be able to access the
- Google web apps without having to log into Google on your browser, so that you
- can browse privately. It is a good way to access the Google webapps if you have
- an AOSP-based ROM and reject the proprietary GApps. Also the webapps are less
- bandwidth and battery-hungry than their native counterparts.
+ This app started out as a way to view Google News on the author's phone but now
+ encompasses Google+, Google Maps etc. The idea is to be able to access the
+ Google web apps without having to log into Google on your browser, so that you
+ can browse privately. It is a good way to access the Google webapps if you have
+ an AOSP-based ROM and reject the proprietary GApps. Also the webapps are less
+ bandwidth and battery-hungry than their native counterparts.
- Links to external sites (such as news articles, etc.) will be opened in a
- regular browser, thus keeping the Google authentication sandboxed in the app.
+ Links to external sites (such as news articles, etc.) will be opened in a
+ regular browser, thus keeping the Google authentication sandboxed in the app.
RepoType: git
Repo: https://github.com/tobykurien/GoogleApps.git
diff --git a/metadata/com.tobykurien.webapps.yml b/metadata/com.tobykurien.webapps.yml
index 6f91722b5d..9e21eda295 100644
--- a/metadata/com.tobykurien.webapps.yml
+++ b/metadata/com.tobykurien.webapps.yml
@@ -8,20 +8,20 @@ Changelog: https://github.com/tobykurien/WebApps/releases
AutoName: WebApps
Description: |-
- Provide a secure way to browse popular webapps by eliminating referrers, 3rd
- party requests, cookies, cross-site scripting, etc.
+ Provide a secure way to browse popular webapps by eliminating referrers, 3rd
+ party requests, cookies, cross-site scripting, etc.
- It accomplishes this by providing a sandbox for multiple webapps (like Google's
- apps, Facebook, Twitter, etc.). Each webapp will run in it's own sandbox, with
- 3rd party requests (images, scripts, iframes, etc.) blocked, and all external
- links opening in an external default web browser (which should have cookies,
- plugins, flash, etc. disabled).
+ It accomplishes this by providing a sandbox for multiple webapps (like Google's
+ apps, Facebook, Twitter, etc.). Each webapp will run in it's own sandbox, with
+ 3rd party requests (images, scripts, iframes, etc.) blocked, and all external
+ links opening in an external default web browser (which should have cookies,
+ plugins, flash, etc. disabled).
- By default, all HTTP requests are blocked (only HTTPS allowed). This improves
- security, especially on untrusted networks. The app can also handle HTTPS links
- and open them in their own sandbox.
+ By default, all HTTP requests are blocked (only HTTPS allowed). This improves
+ security, especially on untrusted networks. The app can also handle HTTPS links
+ and open them in their own sandbox.
- Based on https://f-droid.org/packages/com.tobykurien.google_news.
+ Based on https://f-droid.org/packages/com.tobykurien.google_news.
RepoType: git
Repo: https://github.com/tobykurien/webapps
@@ -75,7 +75,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
build:
- gradle prepareReleaseDependencies
- gradle assembleRelease
@@ -86,7 +86,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
build:
- gradle prepareReleaseDependencies
- gradle assembleRelease
@@ -97,7 +97,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
build:
- gradle prepareReleaseDependencies
- gradle assembleRelease
@@ -108,7 +108,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
build:
- gradle prepareReleaseDependencies
- gradle assembleRelease
@@ -119,7 +119,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
build:
- gradle prepareReleaseDependencies
- gradle assembleRelease
@@ -130,7 +130,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
build:
- gradle prepareReleaseDependencies
- gradle assembleRelease
@@ -141,7 +141,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
build:
- gradle prepareReleaseDependencies
- gradle assembleRelease
@@ -152,7 +152,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
build:
- gradle prepareReleaseDependencies
- gradle assembleRelease
diff --git a/metadata/com.tobykurien.webmediashare.yml b/metadata/com.tobykurien.webmediashare.yml
index 1195812dd9..f82c4baf21 100644
--- a/metadata/com.tobykurien.webmediashare.yml
+++ b/metadata/com.tobykurien.webmediashare.yml
@@ -9,14 +9,14 @@ Changelog: https://github.com/tobykurien/WebMediaShare/releases
AutoName: Web Media Share
Description: |
- WebMediaShare is an app to browse your favourite media websites (e.g. online
- streaming sites, online radio stations, etc.) so that you can:
+ WebMediaShare is an app to browse your favourite media websites (e.g. online
+ streaming sites, online radio stations, etc.) so that you can:
- * view the content without ads/popups/redirects/etc.
- * share music from a streaming site to a media player app like VLC, so that it continues playing even if the screen is off
- * send the media to your TV or Hifi (e.g. via the Kore app for Kodi, https://f-droid.org/packages/org.xbmc.kore). This works like Chromecast, but without the need for the Chromecast device, a Google account, Google Play Services, or special support for the site.
- * share the media URL to friends on chats or email
- * share the media to an app for downloading
+ * view the content without ads/popups/redirects/etc.
+ * share music from a streaming site to a media player app like VLC, so that it continues playing even if the screen is off
+ * send the media to your TV or Hifi (e.g. via the Kore app for Kodi, https://f-droid.org/packages/org.xbmc.kore). This works like Chromecast, but without the need for the Chromecast device, a Google account, Google Play Services, or special support for the site.
+ * share the media URL to friends on chats or email
+ * share the media to an app for downloading
RepoType: git
Repo: https://github.com/tobykurien/WebMediaShare.git
diff --git a/metadata/com.todobom.opennotescanner.yml b/metadata/com.todobom.opennotescanner.yml
index 5fbcb54478..faa64f6215 100644
--- a/metadata/com.todobom.opennotescanner.yml
+++ b/metadata/com.todobom.opennotescanner.yml
@@ -10,19 +10,19 @@ Bitcoin: 1H5tqKZoWdqkR54PGe9w67EzBnLXHBFmt9
AutoName: Open Note Scanner
Description: |-
- With Open Note Scanner you can capture documents, handwritten notes, arts,
- shopping receipts, etcetera. It will automatically adjust the image aspect,
- contrast and save it. It will allow browsing, view and share the scanned
- documents.
+ With Open Note Scanner you can capture documents, handwritten notes, arts,
+ shopping receipts, etcetera. It will automatically adjust the image aspect,
+ contrast and save it. It will allow browsing, view and share the scanned
+ documents.
- It also supports the automatic scan of preformatted pages with QR Code and
- action indicators. PDF file with the pages are available on the application
- website, in the releases section.
+ It also supports the automatic scan of preformatted pages with QR Code and
+ action indicators. PDF file with the pages are available on the application
+ website, in the releases section.
- In order to work, Open Note Scanner needs to have access to the OpenCV Manager
- application installed. If it could not find it, it will offer to download it
- from GitHub or Play Store. It is also possible to manualy install it from the
- OpenCV SDK for Android, available on https://opencv.org/
+ In order to work, Open Note Scanner needs to have access to the OpenCV Manager
+ application installed. If it could not find it, it will offer to download it
+ from GitHub or Play Store. It is also possible to manualy install it from the
+ OpenCV SDK for Android, available on https://opencv.org/
RepoType: git
Repo: https://github.com/allgood/OpenNoteScanner
diff --git a/metadata/com.tomaszmarzeion.notepad.yml b/metadata/com.tomaszmarzeion.notepad.yml
index 9544bde3b0..b5ec5d5030 100644
--- a/metadata/com.tomaszmarzeion.notepad.yml
+++ b/metadata/com.tomaszmarzeion.notepad.yml
@@ -6,15 +6,15 @@ IssueTracker: https://github.com/tmarzeion/drawable-notepad/issues
AutoName: Notepad
Description: |-
- Simpel note taking app that let's you draw on notes.
+ Simpel note taking app that let's you draw on notes.
- Features:
+ Features:
- * Text format panel
- * Drawing panel
- * Search notes
- * Speech to text function
- * Saving notes in SQLite database
+ * Text format panel
+ * Drawing panel
+ * Search notes
+ * Speech to text function
+ * Saving notes in SQLite database
RepoType: git
Repo: https://github.com/tmarzeion/drawable-notepad.git
diff --git a/metadata/com.tomatodev.timerdroid.yml b/metadata/com.tomatodev.timerdroid.yml
index c80a427371..a80f6fbb90 100644
--- a/metadata/com.tomatodev.timerdroid.yml
+++ b/metadata/com.tomatodev.timerdroid.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/hoffimar/timerdroid/issues
AutoName: TimerDroid
Description: |-
- Use multiple timers with additional features such as a widget,
- send-to-background, categories, etc.
+ Use multiple timers with additional features such as a widget,
+ send-to-background, categories, etc.
RepoType: git
Repo: https://github.com/hoffimar/timerdroid
diff --git a/metadata/com.tomer.alwayson.yml b/metadata/com.tomer.alwayson.yml
index c994c75ea3..42277b85d9 100644
--- a/metadata/com.tomer.alwayson.yml
+++ b/metadata/com.tomer.alwayson.yml
@@ -9,29 +9,29 @@ Donate: https://www.paypal.com/donate/?hosted_button_id=9M8LL9GJXELBN
AutoName: Always On AMOLED
Description: |-
- The idea is to provide users with information about, time, date, notifications
- and more and all without having to touch the phone. Just by looking at it.
+ The idea is to provide users with information about, time, date, notifications
+ and more and all without having to touch the phone. Just by looking at it.
- This is made possible thanks to AMOLED displays. Most of the screen stays black
- except for a few pixels.
+ This is made possible thanks to AMOLED displays. Most of the screen stays black
+ except for a few pixels.
- Features:
+ Features:
- * Always On Screen
- * Notifications: view notifications without touching your device
- * Automatic rules: preserve battery using predefined rules
- * Auto movement: avoid AMOLED burn-in
- * Auto night mode: dim the screen automatically in dark environment
- * Pocket mode: lock the device when you leave it in your pocket to save battery
- * Custom watch faces: Digital S7 style, Classic 24H, Analog S7 style, Analog Pebble style and more!
- * Always On Memo: write a reminder and make it show up on your screen all the time!
- * Double tap to wake + Swipe up to wake + Volume keys to wake + Back button to wake
- * Force orientation: set your preferred screen orientation
- * Customization: change the text color, text size, font, brightness and more
- * Greenify integration: start Greenify automatically when locking the screen to save battery
- * Force doze: activate doze when the screen is in the always on state
+ * Always On Screen
+ * Notifications: view notifications without touching your device
+ * Automatic rules: preserve battery using predefined rules
+ * Auto movement: avoid AMOLED burn-in
+ * Auto night mode: dim the screen automatically in dark environment
+ * Pocket mode: lock the device when you leave it in your pocket to save battery
+ * Custom watch faces: Digital S7 style, Classic 24H, Analog S7 style, Analog Pebble style and more!
+ * Always On Memo: write a reminder and make it show up on your screen all the time!
+ * Double tap to wake + Swipe up to wake + Volume keys to wake + Back button to wake
+ * Force orientation: set your preferred screen orientation
+ * Customization: change the text color, text size, font, brightness and more
+ * Greenify integration: start Greenify automatically when locking the screen to save battery
+ * Force doze: activate doze when the screen is in the always on state
- Before using please enable 'draw over apps' permission for this app.
+ Before using please enable 'draw over apps' permission for this app.
RepoType: git
Repo: https://github.com/rosenpin/AlwaysOnDisplayAmoled.git
diff --git a/metadata/com.tomer.dbz.widget.yml b/metadata/com.tomer.dbz.widget.yml
index 5714511b25..0de42df81d 100644
--- a/metadata/com.tomer.dbz.widget.yml
+++ b/metadata/com.tomer.dbz.widget.yml
@@ -9,8 +9,8 @@ Donate: https://www.paypal.com/donate/?hosted_button_id=9M8LL9GJXELBN
AutoName: DBZ Battery Widget
Description: |-
- Choose your favorite character from Dragon Ball Z/Dragon Ball Super and view
- your battery status, data and time in a meaningful way
+ Choose your favorite character from Dragon Ball Z/Dragon Ball Super and view
+ your battery status, data and time in a meaningful way
RepoType: git
Repo: https://github.com/rosenpin/DBZ-Battery-Widget.git
diff --git a/metadata/com.tomer.draw.yml b/metadata/com.tomer.draw.yml
index e24d630646..631c715abc 100644
--- a/metadata/com.tomer.draw.yml
+++ b/metadata/com.tomer.draw.yml
@@ -9,17 +9,17 @@ Donate: https://www.paypal.com/donate/?hosted_button_id=9M8LL9GJXELBN
AutoName: Quick Draw Everywhere
Description: |-
- Quickly draw anywhere on your screen using a floating bubble and a simple, yet
- powerful drawing canvas.
+ Quickly draw anywhere on your screen using a floating bubble and a simple, yet
+ powerful drawing canvas.
- The app will create a popup icon, clicking that icon will open a drawing area.
- Draw and sketch in the provided area, when you are done click the save button.
+ The app will create a popup icon, clicking that icon will open a drawing area.
+ Draw and sketch in the provided area, when you are done click the save button.
- Features:
+ Features:
- * Save and view images
- * Draw/erase
- * Undo button
+ * Save and view images
+ * Draw/erase
+ * Undo button
RepoType: git
Repo: https://github.com/rosenpin/QuickDrawEverywhere.git
diff --git a/metadata/com.tomer.poke.notifier.yml b/metadata/com.tomer.poke.notifier.yml
index 4d7e96dbb1..43902e2d3f 100644
--- a/metadata/com.tomer.poke.notifier.yml
+++ b/metadata/com.tomer.poke.notifier.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeDep:
- en-US: Requires the non-free Pokemon GO app to be installed on your device.
+ NonFreeDep:
+ en-US: Requires the non-free Pokemon GO app to be installed on your device.
Categories:
- Games
License: GPL-3.0-only
@@ -10,19 +10,19 @@ Changelog: https://github.com/rosenpin-deprecated/More-For-GO/releases
AutoName: More for GO
Description: |-
- Save battery and improve your Pokemon GO experience with many useful features!
+ Save battery and improve your Pokemon GO experience with many useful features!
- Features:
+ Features:
- * A customizable floating menu with helpful links
- * An overlay to hide the screen content and block touches to save battery life and make the game - pocket friendly
- * Dim the screen when you place your device in your pocket to save battery
- * Auto pocket mode using the proximity sensor
- * Activate the system built in battery saver when the game launches
- * Extreme battery saver - make your screen black/white to save battery
- * Keep the screen on while playing
- * Kill background processes when the game starts for better performance
- * Maximize the brightness when the game starts
+ * A customizable floating menu with helpful links
+ * An overlay to hide the screen content and block touches to save battery life and make the game - pocket friendly
+ * Dim the screen when you place your device in your pocket to save battery
+ * Auto pocket mode using the proximity sensor
+ * Activate the system built in battery saver when the game launches
+ * Extreme battery saver - make your screen black/white to save battery
+ * Keep the screen on while playing
+ * Kill background processes when the game starts for better performance
+ * Maximize the brightness when the game starts
RepoType: git
Repo: https://github.com/rosenpin/More-For-GO.git
diff --git a/metadata/com.tomer.screenshotsharer.yml b/metadata/com.tomer.screenshotsharer.yml
index dfa6eeb516..596eee6820 100644
--- a/metadata/com.tomer.screenshotsharer.yml
+++ b/metadata/com.tomer.screenshotsharer.yml
@@ -10,8 +10,8 @@ Donate: https://www.paypal.com/donate/?hosted_button_id=9M8LL9GJXELBN
AutoName: Screenshot sharer
Description: |-
- Long press the home button to share your screenshots. Quickest way to share
- screenshots.
+ Long press the home button to share your screenshots. Quickest way to share
+ screenshots.
RepoType: git
Repo: https://github.com/rosenpin/Screenshot-Sharer.git
diff --git a/metadata/com.topjohnwu.magisk.yml b/metadata/com.topjohnwu.magisk.yml
index 8a37ead823..943c76a904 100644
--- a/metadata/com.topjohnwu.magisk.yml
+++ b/metadata/com.topjohnwu.magisk.yml
@@ -9,12 +9,12 @@ Donate: https://paypal.me/magiskdonate
AutoName: Magisk
Description: |-
- Magisk is a suite of open source software for customizing Android, supporting devices higher than Android 5.0.
- Some highlight features:
- * MagiskSU: Provide root access for applications
- * Magisk Modules: Modify read-only partitions by installing modules
- * MagiskBoot: The most complete tool for unpacking and repacking Android boot images
- * Zygisk: Run code in every Android applications' processes
+ Magisk is a suite of open source software for customizing Android, supporting devices higher than Android 5.0.
+ Some highlight features:
+ * MagiskSU: Provide root access for applications
+ * Magisk Modules: Modify read-only partitions by installing modules
+ * MagiskBoot: The most complete tool for unpacking and repacking Android boot images
+ * Zygisk: Run code in every Android applications' processes
RequiresRoot: true
@@ -438,12 +438,12 @@ Builds:
- python3 ./build.py -rv app
MaintainerNotes: |-
- 22.1: https://github.com/topjohnwu/ndk-busybox/commit/31b2b5780bf9fe982e1f3d9df0bd4b1b44d6e394
- in submodule is removed for some unkonwn reasons. Re-add it to fix the multiple definition error.
+ 22.1: https://github.com/topjohnwu/ndk-busybox/commit/31b2b5780bf9fe982e1f3d9df0bd4b1b44d6e394
+ in submodule is removed for some unkonwn reasons. Re-add it to fix the multiple definition error.
- The stub apk is built as a standalone apk first. It goes into the archive directly. It's downloaded
- from f-droid.org later when building the corresponding main apk. The stub apk needs to be added
- first and the main apk should be built in the next build cycle.
+ The stub apk is built as a standalone apk first. It goes into the archive directly. It's downloaded
+ from f-droid.org later when building the corresponding main apk. The stub apk needs to be added
+ first and the main apk should be built in the next build cycle.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.tortel.syslog.yml b/metadata/com.tortel.syslog.yml
index f9de9b9155..01c3fc8bdc 100644
--- a/metadata/com.tortel.syslog.yml
+++ b/metadata/com.tortel.syslog.yml
@@ -7,33 +7,33 @@ Changelog: https://github.com/Tortel/SysLog/blob/HEAD/Changelog.md
AutoName: SysLog
Description: |-
- Records various log types and compresses them as a zip file.
- The logs are saved in the application's private cache directory
- named by the date and time.
+ Records various log types and compresses them as a zip file.
+ The logs are saved in the application's private cache directory
+ named by the date and time.
- You can access the zip files through the system document picker
- - Select the SysLog app to view collected log zips.
+ You can access the zip files through the system document picker
+ - Select the SysLog app to view collected log zips.
- Log types supported:
+ Log types supported:
- * Kernel logs (dmsg)
- * Last kernel log (last_kmsg, if device supports it)
- * Main log (Logcat)
- * Modem log
- * Event logs
- * SELinux audit logs
+ * Kernel logs (dmsg)
+ * Last kernel log (last_kmsg, if device supports it)
+ * Main log (Logcat)
+ * Modem log
+ * Event logs
+ * SELinux audit logs
- To enable access to some logs (Logcat and Radio) to SysLog, you
- will need to grant the READ_LOGS permision using a computer with
- ADB.
+ To enable access to some logs (Logcat and Radio) to SysLog, you
+ will need to grant the READ_LOGS permision using a computer with
+ ADB.
- From a command line with adb available, you can grant the READ_LOGS
- permission via the following command:
+ From a command line with adb available, you can grant the READ_LOGS
+ permission via the following command:
- adb shell pm grant com.tortel.syslog android.permission.READ_LOGS
+ adb shell pm grant com.tortel.syslog android.permission.READ_LOGS
- This command tells the phone's package manager to grant the
- READ_LOGS permission to SysLog.
+ This command tells the phone's package manager to grant the
+ READ_LOGS permission to SysLog.
RepoType: git
Repo: https://github.com/Tortel/SysLog.git
@@ -149,7 +149,7 @@ Builds:
- yes
MaintainerNotes: This is GPLv2+ as given in the sourcecode, root LICENSE file is just
- GPLv2/2+ license text.
+ GPLv2/2+ license text.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.tortuca.holoken.yml b/metadata/com.tortuca.holoken.yml
index ba82042864..3c5f9b7568 100644
--- a/metadata/com.tortuca.holoken.yml
+++ b/metadata/com.tortuca.holoken.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/tortuca/holoken-alpha/issues
AutoName: HoloKen
Description: |-
- Based on KenKen and forked from Mathdoku v1.9, now featuring a Holo-inspired
- design and more user-friendly functionalities.
+ Based on KenKen and forked from Mathdoku v1.9, now featuring a Holo-inspired
+ design and more user-friendly functionalities.
- Also known as Mathdoku or Kendoku, this KenKen game will test your mental
- arithmetic and challenge your mind. The goal is to fill in the entire grid with
- numbers while meeting the operation restrictions for each grid cage.
+ Also known as Mathdoku or Kendoku, this KenKen game will test your mental
+ arithmetic and challenge your mind. The goal is to fill in the entire grid with
+ numbers while meeting the operation restrictions for each grid cage.
RepoType: git
Repo: https://github.com/tortuca/holoken-alpha
diff --git a/metadata/com.totsp.bookworm.yml b/metadata/com.totsp.bookworm.yml
index 6e44a6ffdc..4c49e2cde3 100644
--- a/metadata/com.totsp.bookworm.yml
+++ b/metadata/com.totsp.bookworm.yml
@@ -6,11 +6,11 @@ IssueTracker: https://github.com/charlieCollins/and-bookworm/issues
AutoName: BookWorm
Description: |-
- BookWorm allows you to keep track of books you have read and those you intend to
- read. You can enter books by scanning them (if you have
- https://f-droid.org/packages/com.google.zxing.client.android installed), searching for them, or by direct
- form entry. You can rate and comment on each book. Once you have your book list,
- you can sort and filter it.
+ BookWorm allows you to keep track of books you have read and those you intend to
+ read. You can enter books by scanning them (if you have
+ https://f-droid.org/packages/com.google.zxing.client.android installed), searching for them, or by direct
+ form entry. You can rate and comment on each book. Once you have your book list,
+ you can sort and filter it.
RepoType: git
Repo: https://github.com/charlieCollins/and-bookworm
diff --git a/metadata/com.totsp.crossword.shortyz.yml b/metadata/com.totsp.crossword.shortyz.yml
index 801549f26a..f450279475 100644
--- a/metadata/com.totsp.crossword.shortyz.yml
+++ b/metadata/com.totsp.crossword.shortyz.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/kebernet/shortyz/issues
AutoName: Shortyz
Description: |-
- Crossword game that downloads puzzles from a variety of internet locations.
+ Crossword game that downloads puzzles from a variety of internet locations.
- Latest version with use of stubs for Google Play Services and removal of
- Crashlytics.
+ Latest version with use of stubs for Google Play Services and removal of
+ Crashlytics.
RepoType: git
Repo: https://github.com/kebernet/shortyz.git
@@ -93,13 +93,13 @@ Builds:
build.gradle
MaintainerNotes: |-
- Repository changed to new github URL.
- Versions before 4.4.0 unlikely to build again.
- Play Services replaced by stub respository yourealwaysbe/play-services-shortyz.
- Play Services Gmail replaced by stub repository yourealwaysbe/google-api-services-gmail-shortyz.
- These stubs disable feature using Play closed sourced libraries.
- Crashlytics and Fabric deleted from build.
- Use of materialpreference from jenzz's bintray account replaced by jitpack alternative.
+ Repository changed to new github URL.
+ Versions before 4.4.0 unlikely to build again.
+ Play Services replaced by stub respository yourealwaysbe/play-services-shortyz.
+ Play Services Gmail replaced by stub repository yourealwaysbe/google-api-services-gmail-shortyz.
+ These stubs disable feature using Play closed sourced libraries.
+ Crashlytics and Fabric deleted from build.
+ Use of materialpreference from jenzz's bintray account replaced by jitpack alternative.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.traffar.a24game.yml b/metadata/com.traffar.a24game.yml
index 0ba6e0d19e..54548e86f1 100644
--- a/metadata/com.traffar.a24game.yml
+++ b/metadata/com.traffar.a24game.yml
@@ -7,9 +7,9 @@ IssueTracker: https://bitbucket.org/przemekr/24-game/issues
AutoName: 24game
Description: |-
- Test Your arithmetic skills. Your goal is to connect four numbers with
- arithmetic operators ('+,-,*,/') to get 24 as a result. There are quite many
- combinations to try and a solution is not always obvious.
+ Test Your arithmetic skills. Your goal is to connect four numbers with
+ arithmetic operators ('+,-,*,/') to get 24 as a result. There are quite many
+ combinations to try and a solution is not always obvious.
RepoType: git
Repo: https://bitbucket.org/przemekr/24-game
diff --git a/metadata/com.traffar.game_of_life.yml b/metadata/com.traffar.game_of_life.yml
index 9526565264..415cc9118e 100644
--- a/metadata/com.traffar.game_of_life.yml
+++ b/metadata/com.traffar.game_of_life.yml
@@ -8,14 +8,14 @@ IssueTracker: https://bitbucket.org/przemekr/game_of_life_agg/issues
AutoName: Game of Life
Description: |-
- Implementation of Conway's
- Game of Life with a nice user interface.
+ Implementation of Conway's
+ Game of Life with a nice user interface.
- Features include:
+ Features include:
- * Easy to use, intuitive interface
- * Number of initial states to try out
- * Resize the universe and set the evolution speed
+ * Easy to use, intuitive interface
+ * Number of initial states to try out
+ * Resize the universe and set the evolution speed
RepoType: git
Repo: https://bitbucket.org/przemekr/game_of_life_agg.git
diff --git a/metadata/com.traffar.gomoku.yml b/metadata/com.traffar.gomoku.yml
index 48bba61be0..da92fad7de 100644
--- a/metadata/com.traffar.gomoku.yml
+++ b/metadata/com.traffar.gomoku.yml
@@ -7,14 +7,14 @@ IssueTracker: https://bitbucket.org/przemekr/gomoku/issues
AutoName: Gomoku
Description: |-
- Gomoku is a board strategy game. Two players place in turns black and white
- stones on 19x19 square plane. The one who manage to get five in a row first wins
- - Like tick-tack-toe on a bigger board.
+ Gomoku is a board strategy game. Two players place in turns black and white
+ stones on 19x19 square plane. The one who manage to get five in a row first wins
+ - Like tick-tack-toe on a bigger board.
- Play with a friend or against a computer player.
+ Play with a friend or against a computer player.
- More descriptions and exact rules in the page.
+ More descriptions and exact rules in the page.
RepoType: git
Repo: https://bitbucket.org/przemekr/gomoku
diff --git a/metadata/com.traffar.oware.yml b/metadata/com.traffar.oware.yml
index 1a788d42bf..da13a04be0 100644
--- a/metadata/com.traffar.oware.yml
+++ b/metadata/com.traffar.oware.yml
@@ -7,13 +7,13 @@ IssueTracker: https://bitbucket.org/przemekr/oware_agg/issues
AutoName: Oware
Description: |-
- Oware is a board strategy game of African origin. Among its many names are Ayò,
- Awalé, Wari, Ouri, Ouril or Uril.
+ Oware is a board strategy game of African origin. Among its many names are Ayò,
+ Awalé, Wari, Ouri, Ouril or Uril.
- Move Your seeds along the board and grab scores from the opponent pits. Check
- https://en.wikipedia.org/wiki/Oware for the game rules.
+ Move Your seeds along the board and grab scores from the opponent pits. Check
+ https://en.wikipedia.org/wiki/Oware for the game rules.
- Play with a friend or against a computer player.
+ Play with a friend or against a computer player.
RepoType: git
Repo: https://bitbucket.org/przemekr/oware_agg
diff --git a/metadata/com.traffar.pentago.yml b/metadata/com.traffar.pentago.yml
index b8198d5c71..31c15d0c70 100644
--- a/metadata/com.traffar.pentago.yml
+++ b/metadata/com.traffar.pentago.yml
@@ -7,15 +7,15 @@ IssueTracker: https://bitbucket.org/przemekr/pentago/issues
AutoName: Pentago
Description: |-
- Pentago is a board strategy game. Two players place in turns black and white
- stones on 6x6 square plane, then rotate one sub-squere. The one who manage to
- get five in a row first wins - Like tick-tack-toe, with a twist on a bigger
- board.
+ Pentago is a board strategy game. Two players place in turns black and white
+ stones on 6x6 square plane, then rotate one sub-squere. The one who manage to
+ get five in a row first wins - Like tick-tack-toe, with a twist on a bigger
+ board.
- Play with a friend or against a computer player.
+ Play with a friend or against a computer player.
- More descriptions and exact rules in the page.
+ More descriptions and exact rules in the page.
RepoType: git
Repo: https://bitbucket.org/przemekr/pentago
diff --git a/metadata/com.tserumula.dbcleanerforwhatsapp.yml b/metadata/com.tserumula.dbcleanerforwhatsapp.yml
index 3a24ea3bd1..24bc2cd059 100644
--- a/metadata/com.tserumula.dbcleanerforwhatsapp.yml
+++ b/metadata/com.tserumula.dbcleanerforwhatsapp.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeDep:
- en-US: Requires WhatsApp to be installed on the device.
+ NonFreeDep:
+ en-US: Requires WhatsApp to be installed on the device.
Categories:
- System
License: GPL-3.0-only
diff --git a/metadata/com.tttdevs.stncbookmarks.yml b/metadata/com.tttdevs.stncbookmarks.yml
index 0f27916115..0774bff937 100644
--- a/metadata/com.tttdevs.stncbookmarks.yml
+++ b/metadata/com.tttdevs.stncbookmarks.yml
@@ -7,15 +7,15 @@ IssueTracker: https://github.com/TTTDevs/NextCloudBookmarksAndroid/issues
AutoName: Save to Nextcloud Bookmarks
Description: |-
- Allows users of the Bookmarks NextCloud app to easily save links into their
- personal cloud.
+ Allows users of the Bookmarks NextCloud app to easily save links into their
+ personal cloud.
- Instructions
+ Instructions
- * Open the app, set the NextCloud server address and save.
- * From another app, like from a web browser, select Share and select NextCloud Bookmarks.
- * The first time you do this, you will be prompted to log in. Credentials will be saved within the app.
- * Fill in the fields you want and click save.
+ * Open the app, set the NextCloud server address and save.
+ * From another app, like from a web browser, select Share and select NextCloud Bookmarks.
+ * The first time you do this, you will be prompted to log in. Credentials will be saved within the app.
+ * Fill in the fields you want and click save.
RepoType: git
Repo: https://github.com/TTTDevs/NextCloudBookmarksAndroid
diff --git a/metadata/com.tum.yahtzee.yml b/metadata/com.tum.yahtzee.yml
index dde8d44b90..0fe245a435 100644
--- a/metadata/com.tum.yahtzee.yml
+++ b/metadata/com.tum.yahtzee.yml
@@ -5,8 +5,8 @@ SourceCode: https://github.com/MichaelE1000/yahtzee4android
AutoName: Yahtzee
Description: |-
- Play the dice game Yahtzee on your
- phone.
+ Play the dice game Yahtzee on your
+ phone.
Builds:
- versionName: '1.0'
diff --git a/metadata/com.tunes.viewer.yml b/metadata/com.tunes.viewer.yml
index 275201a779..77d607ce18 100644
--- a/metadata/com.tunes.viewer.yml
+++ b/metadata/com.tunes.viewer.yml
@@ -6,14 +6,14 @@ SourceCode: https://bitbucket-archive.softwareheritage.org/projects/lb/LBryan/tu
AutoName: TunesViewer
Description: |-
- A small, easy to use program to access iTunes-University media and podcasts
- (iTunesU).
+ A small, easy to use program to access iTunes-University media and podcasts
+ (iTunesU).
- * Direct searching, browsing, and downloading
- * Supports itunes-University login, to download students-and-staff-only media
- * Reveals the standard rss-podcast-feed of the itunes-podcasts, for use in any podcast software
- * Includes the option to set itself as default protocol handler, to go directly from the “loading itunes-U…” page to viewing with TunesViewer
- * This will NOT let you connect to iTunes store accounts or buy anything
+ * Direct searching, browsing, and downloading
+ * Supports itunes-University login, to download students-and-staff-only media
+ * Reveals the standard rss-podcast-feed of the itunes-podcasts, for use in any podcast software
+ * Includes the option to set itself as default protocol handler, to go directly from the “loading itunes-U…” page to viewing with TunesViewer
+ * This will NOT let you connect to iTunes store accounts or buy anything
Builds:
- versionName: '1.1'
diff --git a/metadata/com.tunjid.fingergestures.yml b/metadata/com.tunjid.fingergestures.yml
index ec518bdc86..1b21b792d0 100644
--- a/metadata/com.tunjid.fingergestures.yml
+++ b/metadata/com.tunjid.fingergestures.yml
@@ -9,63 +9,63 @@ IssueTracker: https://github.com/tunjid/digilux-android/issues
AutoName: DigiLux
Description: |-
- Please note: Devices with large circular fingerprint sensors are most
- likely to be supported, others cannot because of hardware limitations.
- You're more than welcome to try, but there are no guarantees you device
- will be supported; no Samsung support.
+ Please note: Devices with large circular fingerprint sensors are most
+ likely to be supported, others cannot because of hardware limitations.
+ You're more than welcome to try, but there are no guarantees you device
+ will be supported; no Samsung support.
- Enjoy your large screen, but find using the notification shade brightness
- widget one handed difficult or inaccessible? Always been upset that you
- have physical controls to manage your phone's volume, but not its
- brightness? Well, worry no more! This app lets you use your finger print
- sensor as dedicated brightness control hardware in addition to many other
- single handed use niceties.
+ Enjoy your large screen, but find using the notification shade brightness
+ widget one handed difficult or inaccessible? Always been upset that you
+ have physical controls to manage your phone's volume, but not its
+ brightness? Well, worry no more! This app lets you use your finger print
+ sensor as dedicated brightness control hardware in addition to many other
+ single handed use niceties.
- You've turned off the lights and crawled into bed completely knackered.
- Your phone goes off, your crush just texted you. You want to read it, but
- you also quite like seeing and don't want to sacrifice your eyes to the
- relationship gods for this person; at least not yet, maybe ever, who
- knows?! Life's a journey and all that. But! You've got this app installed!
- So You merely swipe your finger to the left and your eyes are no longer an
- Icarus drifting defiantly and foolishly into the sunlight of your phone's
- screen.
+ You've turned off the lights and crawled into bed completely knackered.
+ Your phone goes off, your crush just texted you. You want to read it, but
+ you also quite like seeing and don't want to sacrifice your eyes to the
+ relationship gods for this person; at least not yet, maybe ever, who
+ knows?! Life's a journey and all that. But! You've got this app installed!
+ So You merely swipe your finger to the left and your eyes are no longer an
+ Icarus drifting defiantly and foolishly into the sunlight of your phone's
+ screen.
- You read the message, you giggle, your eyes are saved and your can proceed
- to sleep. You don't text back immediately though, you close your eyes with
- a smirk: "Good things are worth waiting for". Right you are you beautiful
- person. Right you are.
+ You read the message, you giggle, your eyes are saved and your can proceed
+ to sleep. You don't text back immediately though, you close your eyes with
+ a smirk: "Good things are worth waiting for". Right you are you beautiful
+ person. Right you are.
- This app uses Accessibility services.
+ This app uses Accessibility services.
- This app enhances one handed phone usage of your device by providing the
- following:
+ This app enhances one handed phone usage of your device by providing the
+ following:
- Gestures and Brightness control:
+ Gestures and Brightness control:
- * Customize how much each swipe increases or reduces the brightness.
- * Position the slider closer to the top or bottom of your screen.
- * Change the color of the slider and it's background.
- * Choose whether you want the slider to show up or not.
- * The ability to map gestures to actions, keep the gestures you already use and love!
+ * Customize how much each swipe increases or reduces the brightness.
+ * Position the slider closer to the top or bottom of your screen.
+ * Change the color of the slider and it's background.
+ * Choose whether you want the slider to show up or not.
+ * The ability to map gestures to actions, keep the gestures you already use and love!
- Auto changing wallpapers:
+ Auto changing wallpapers:
- Android 8.1 added the feature where a light wallpaper gave a light
- notification shade, and a dark wallpaper a dark notification shade. The app
- now lets you choose wallpapers for either scenario and set the time for the
- app to automatically change over. A future update will let this
- automatically sync with sunrise and sunset at the user's location for pro
- users.
+ Android 8.1 added the feature where a light wallpaper gave a light
+ notification shade, and a dark wallpaper a dark notification shade. The app
+ now lets you choose wallpapers for either scenario and set the time for the
+ app to automatically change over. A future update will let this
+ automatically sync with sunrise and sunset at the user's location for pro
+ users.
- Auto rotation:
+ Auto rotation:
- Auto rotate apps only certain apps to landscape, all others will remain in
- potrait mode. (limited to 2 for free users)
+ Auto rotate apps only certain apps to landscape, all others will remain in
+ potrait mode. (limited to 2 for free users)
- Accessibility Pop up button:
+ Accessibility Pop up button:
- Run out of gestures? Use a pop up for those actions you still want, but
- would rather not use gestures for.
+ Run out of gestures? Use a pop up for those actions you still want, but
+ would rather not use gestures for.
RepoType: git
Repo: https://github.com/tunjid/digilux-android
diff --git a/metadata/com.turtleplayerv2.yml b/metadata/com.turtleplayerv2.yml
index 602e5a443d..d989ac2247 100644
--- a/metadata/com.turtleplayerv2.yml
+++ b/metadata/com.turtleplayerv2.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/eddturtle/TurtlePlayer/issues
AutoName: TurtlePlayer
Description: |-
- Simple media player geared toward audio playback. Supports album art and
- organization by tags.
+ Simple media player geared toward audio playback. Supports album art and
+ organization by tags.
RepoType: git
Repo: https://github.com/eddturtle/TurtlePlayer
diff --git a/metadata/com.tutpro.baresip.plus.yml b/metadata/com.tutpro.baresip.plus.yml
index bd823cf783..8ee08fb0e6 100644
--- a/metadata/com.tutpro.baresip.plus.yml
+++ b/metadata/com.tutpro.baresip.plus.yml
@@ -2416,7 +2416,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|..|'
- ../libbaresip-android.video/Makefile
+ ../libbaresip-android.video/Makefile
build:
- cd ../libbaresip-android.video
- make download-sources
@@ -2437,7 +2437,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|..|'
- ../libbaresip-android.video/Makefile
+ ../libbaresip-android.video/Makefile
build:
- cd ../libbaresip-android.video
- make download-sources
@@ -2445,7 +2445,7 @@ Builds:
ndk: r25c
MaintainerNotes: make download-sources checks out master branches of several libraries;
- this can cause build failures.
+ this can cause build failures.
AutoUpdateMode: Version
UpdateCheckMode: Tags v.*[0-9]$
diff --git a/metadata/com.tutpro.baresip.yml b/metadata/com.tutpro.baresip.yml
index ce27a3164c..a2d7d7ee4d 100644
--- a/metadata/com.tutpro.baresip.yml
+++ b/metadata/com.tutpro.baresip.yml
@@ -3439,7 +3439,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|..|'
- ../libbaresip-android/Makefile
+ ../libbaresip-android/Makefile
build:
- cd ../libbaresip-android
- make download-sources
@@ -3460,7 +3460,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's|/opt/Android/ndk/.*|$$NDK$$|' -e 's|/usr/src/baresip-studio|..|'
- ../libbaresip-android/Makefile
+ ../libbaresip-android/Makefile
build:
- cd ../libbaresip-android
- make download-sources
@@ -3468,7 +3468,7 @@ Builds:
ndk: r25c
MaintainerNotes: make download-sources checks out master branches of several libraries;
- this can cause build failures.
+ this can cause build failures.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]+$
diff --git a/metadata/com.twidere.twiderex.yml b/metadata/com.twidere.twiderex.yml
index a1be20e13c..89c928e6ea 100644
--- a/metadata/com.twidere.twiderex.yml
+++ b/metadata/com.twidere.twiderex.yml
@@ -12,22 +12,22 @@ Bitcoin: 3HGDdf9ptTPNaY7C53gREMUnUsUVUoqm8G
AutoName: Twidere X
Description: |-
- Next generation of Twidere for Android 5.0+. Still in early stage.
+ Next generation of Twidere for Android 5.0+. Still in early stage.
- Development is focussed on Twitter and that service is the only one officially
- supported.
+ Development is focussed on Twitter and that service is the only one officially
+ supported.
- Features
+ Features
-
- - Modern Material Design
- - Dark mode
- - Tweet with photos
- - Multiple accounts support
- - Free, open source, NO ads, forever!
-
+
+ - Modern Material Design
+ - Dark mode
+ - Tweet with photos
+ - Multiple accounts support
+ - Free, open source, NO ads, forever!
+
- You can donate via PayPal and Bitcoin here.
+ You can donate via PayPal and Bitcoin here.
RepoType: git
Repo: https://github.com/TwidereProject/TwidereX-Android
@@ -179,7 +179,7 @@ Builds:
- build-logic/build
MaintainerNotes: Force using a stable JetBrains Compose version to avoid using JetBrains'
- private repo. See https://github.com/TwidereProject/TwidereX-Android/issues/565.
+ private repo. See https://github.com/TwidereProject/TwidereX-Android/issues/565.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[\d.]+
diff --git a/metadata/com.twinone.locker.yml b/metadata/com.twinone.locker.yml
index 27bcc7ef75..b507d21150 100644
--- a/metadata/com.twinone.locker.yml
+++ b/metadata/com.twinone.locker.yml
@@ -7,8 +7,8 @@ SourceCode: https://github.com/twinone/AppLocker
AutoName: App Locker
Description: |-
- Prevent people from accessing your apps. You can lock any app installed on the
- device, and choose between pattern and password locks.
+ Prevent people from accessing your apps. You can lock any app installed on the
+ device, and choose between pattern and password locks.
Builds:
- versionName: 2.5.1
diff --git a/metadata/com.twistedplane.sealnote.yml b/metadata/com.twistedplane.sealnote.yml
index ed3cc2435c..920251c870 100644
--- a/metadata/com.twistedplane.sealnote.yml
+++ b/metadata/com.twistedplane.sealnote.yml
@@ -6,22 +6,22 @@ IssueTracker: https://github.com/vishesh/sealnote/issues
AutoName: SealNote
Description: |-
- Note: This app is no longer maintained.
+ Note: This app is no longer maintained.
- SealNote is simple, safe and easy to use notepad application that puts security
- first. Your notes are password protected using industry standard 256-bit AES
- encryption. Keep sensitive information always available without compromising
- security!
+ SealNote is simple, safe and easy to use notepad application that puts security
+ first. Your notes are password protected using industry standard 256-bit AES
+ encryption. Keep sensitive information always available without compromising
+ security!
- * Password protection (256-bit AES encryption)
- * Organize notes using colors codes and tags
- * Three different styles to list your notes and please your eyes
- * Password expires after configurable timeout
- * Protect content from screenshots, window switcher and other non-secure displays
- * Multi-column layout with number of columns optimized for your screen size
- * Simple and easy to use UI/UX
- * No ads ever!
- * Create encrypted data file for backup/restore
+ * Password protection (256-bit AES encryption)
+ * Organize notes using colors codes and tags
+ * Three different styles to list your notes and please your eyes
+ * Password expires after configurable timeout
+ * Protect content from screenshots, window switcher and other non-secure displays
+ * Multi-column layout with number of columns optimized for your screen size
+ * Simple and easy to use UI/UX
+ * No ads ever!
+ * Create encrypted data file for backup/restore
RepoType: git
Repo: https://github.com/vishesh/sealnote
diff --git a/metadata/com.twobuntu.twobuntu.yml b/metadata/com.twobuntu.twobuntu.yml
index a77284cb34..3c006ddf2e 100644
--- a/metadata/com.twobuntu.twobuntu.yml
+++ b/metadata/com.twobuntu.twobuntu.yml
@@ -8,7 +8,7 @@ IssueTracker: https://github.com/2buntu/2buntu-android-app/issues
AutoName: 2buntu
Summary: View 2buntu website
Description: Browse and read articles on the 2buntu
- website.
+ website.
RepoType: git
Repo: https://github.com/2buntu/2buntu-android-app
diff --git a/metadata/com.twsitedapps.homemanager.yml b/metadata/com.twsitedapps.homemanager.yml
index 85bbfc405e..0111635df8 100644
--- a/metadata/com.twsitedapps.homemanager.yml
+++ b/metadata/com.twsitedapps.homemanager.yml
@@ -8,14 +8,14 @@ IssueTracker: https://github.com/rmack/TwistedHomeManager/issues
AutoName: Twisted Home Manager
Description: |-
- Manage and switch between launchers, the apps that manage your homescreen.
+ Manage and switch between launchers, the apps that manage your homescreen.
- Available options include:
+ Available options include:
- * Switch between Home Apps (Launchers)
- * Clear Default Home app
- * Set Default Home app
- * Reference to 36 home apps on the market
+ * Switch between Home Apps (Launchers)
+ * Clear Default Home app
+ * Set Default Home app
+ * Reference to 36 home apps on the market
RepoType: git
Repo: https://github.com/rmack/TwistedHomeManager.git
diff --git a/metadata/com.uberspot.a2048.yml b/metadata/com.uberspot.a2048.yml
index ac26ad8316..814c7aaddf 100644
--- a/metadata/com.uberspot.a2048.yml
+++ b/metadata/com.uberspot.a2048.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/uberspot/2048-android/issues
AutoName: '2048'
Description: |-
- Port of the 2048 game by Gabriele Cirulli. It's playable without network
- connection.
+ Port of the 2048 game by Gabriele Cirulli. It's playable without network
+ connection.
RepoType: git
Repo: https://github.com/uberspot/2048-android.git
diff --git a/metadata/com.ultrafunk.network_info.yml b/metadata/com.ultrafunk.network_info.yml
index 076a795385..45f33cc93a 100644
--- a/metadata/com.ultrafunk.network_info.yml
+++ b/metadata/com.ultrafunk.network_info.yml
@@ -6,18 +6,18 @@ IssueTracker: https://github.com/ultrafunk/netinfo/issues
AutoName: NetInfo Widget
Description: |-
- Easy to use single or dual widget with a clean design that shows the current
- mobile data and/or WiFi connection details, with quick shortcuts to change the
- settings for each of them and easy access to turn any of them ON or OFF. On
- Android 5 (Lollipop) and newer versions the Mobile data ON / OFF toggle displays
- the Data usage screen because Google has removed the API used to turn mobile
- data on & off.
+ Easy to use single or dual widget with a clean design that shows the current
+ mobile data and/or WiFi connection details, with quick shortcuts to change the
+ settings for each of them and easy access to turn any of them ON or OFF. On
+ Android 5 (Lollipop) and newer versions the Mobile data ON / OFF toggle displays
+ the Data usage screen because Google has removed the API used to turn mobile
+ data on & off.
- For mobile data connections it displays the current network operator name,
- broadband access type (EDGE, LTE etc.) + generation (2G, 3G, 4G), roaming status
- and approximate data usage per hour / day / week since device boot. For Wi-Fi
- connections it displays the current network name (SSID), security type, link
- speed, IP address and frequency band (2.4 or 5 GHz).
+ For mobile data connections it displays the current network operator name,
+ broadband access type (EDGE, LTE etc.) + generation (2G, 3G, 4G), roaming status
+ and approximate data usage per hour / day / week since device boot. For Wi-Fi
+ connections it displays the current network name (SSID), security type, link
+ speed, IP address and frequency band (2.4 or 5 GHz).
RepoType: git
Repo: https://github.com/ultrafunk/netinfo
diff --git a/metadata/com.ultramegasoft.flavordex2.yml b/metadata/com.ultramegasoft.flavordex2.yml
index 7fcdd96ba3..bc962f988e 100644
--- a/metadata/com.ultramegasoft.flavordex2.yml
+++ b/metadata/com.ultramegasoft.flavordex2.yml
@@ -7,26 +7,26 @@ Changelog: https://github.com/ultramega/flavordex/blob/HEAD/CHANGELOG.md
AutoName: Flavordex
Description: |-
- NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
+ NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
- For those of you who like to try new things, Flavordex provides a convenient way to keep track of the things you taste. This is a highly customizable tasting journal designed for both tablets and phones. Never forget the things you’ve tried and may want to try again (or never again).
+ For those of you who like to try new things, Flavordex provides a convenient way to keep track of the things you taste. This is a highly customizable tasting journal designed for both tablets and phones. Never forget the things you’ve tried and may want to try again (or never again).
- Flavordex has categories preloaded for beer, wine, whiskey, and coffee. If none of those fit your needs you can add your own categories.
+ Flavordex has categories preloaded for beer, wine, whiskey, and coffee. If none of those fit your needs you can add your own categories.
- Features:
- * The Flavor Chart visually represents the flavor profile of an item as a radar graph
- * Record details about each product including the maker, price, tasting location, date, notes, and more
- * Attach photos to each entry from your camera or storage
- * Customize categories by adding custom fields and changing the flavor chart
- * Add your own custom categories for any type of product you want
- * Sort your entries by title, date, or rating
- * Filter your entries by title, maker, location, or date
- * Import and export entries as CSV files
+ Features:
+ * The Flavor Chart visually represents the flavor profile of an item as a radar graph
+ * Record details about each product including the maker, price, tasting location, date, notes, and more
+ * Attach photos to each entry from your camera or storage
+ * Customize categories by adding custom fields and changing the flavor chart
+ * Add your own custom categories for any type of product you want
+ * Sort your entries by title, date, or rating
+ * Filter your entries by title, maker, location, or date
+ * Import and export entries as CSV files
- For users of the original Flavordex journals, you can easily import all of your existing journal entries into this app using the import feature. Just make sure all of your journal apps are up to date.
+ For users of the original Flavordex journals, you can easily import all of your existing journal entries into this app using the import feature. Just make sure all of your journal apps are up to date.
- Licensed under The MIT License
- Source available at: https://github.com/ultramega/flavordex
+ Licensed under The MIT License
+ Source available at: https://github.com/ultramega/flavordex
RepoType: git
Repo: https://github.com/ultramega/flavordex.git
diff --git a/metadata/com.ultramegatech.ey.yml b/metadata/com.ultramegatech.ey.yml
index c0e84813e0..ef1f306003 100644
--- a/metadata/com.ultramegatech.ey.yml
+++ b/metadata/com.ultramegatech.ey.yml
@@ -7,20 +7,20 @@ Changelog: https://github.com/ultramega/elementary/blob/HEAD/CHANGELOG.md
AutoName: Elementary
Description: |-
- NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
+ NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
- Elementary is a simple Periodic Table and element reference application.
+ Elementary is a simple Periodic Table and element reference application.
- Features:
- * Zoomable Periodic Table of the Elements
- * Tap an element to view some basic details
- * Easy access to Wikipedia and a YouTube video on the element
- * Free with absolutely no ads!
+ Features:
+ * Zoomable Periodic Table of the Elements
+ * Tap an element to view some basic details
+ * Easy access to Wikipedia and a YouTube video on the element
+ * Free with absolutely no ads!
- Videos provided by Periodic Videos (http://www.periodicvideos.com/)
+ Videos provided by Periodic Videos (http://www.periodicvideos.com/)
- Licensed under The MIT License
- Source available at: https://github.com/ultramega/elementary
+ Licensed under The MIT License
+ Source available at: https://github.com/ultramega/elementary
RepoType: git
Repo: https://github.com/ultramega/elementary.git
diff --git a/metadata/com.umang.dashnotifier.yml b/metadata/com.umang.dashnotifier.yml
index 37c8c55ce5..a6722058df 100644
--- a/metadata/com.umang.dashnotifier.yml
+++ b/metadata/com.umang.dashnotifier.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/umanx/DashNotifier/issues
AutoName: DashNotifier
Description: |-
- An extension for https://f-droid.org/packages/net.nurik.roman.dashclock which allows the display of
- notifications from arbitrary apps on the lock screen.
+ An extension for https://f-droid.org/packages/net.nurik.roman.dashclock which allows the display of
+ notifications from arbitrary apps on the lock screen.
RepoType: git
Repo: https://github.com/umanx/DashNotifier
diff --git a/metadata/com.unciv.app.yml b/metadata/com.unciv.app.yml
index 7badda3beb..8851814b93 100644
--- a/metadata/com.unciv.app.yml
+++ b/metadata/com.unciv.app.yml
@@ -1826,7 +1826,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.16.13
versionCode: 622
@@ -1841,7 +1841,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.16.13-patch1
versionCode: 623
@@ -1856,7 +1856,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.16.14
versionCode: 624
@@ -1871,7 +1871,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.16.15
versionCode: 625
@@ -1886,7 +1886,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.16.15-patch1
versionCode: 626
@@ -1901,7 +1901,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.16.15-patch2
versionCode: 627
@@ -1916,7 +1916,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.17.0
versionCode: 628
@@ -1931,7 +1931,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.17.1
versionCode: 629
@@ -1946,7 +1946,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.17.2
versionCode: 631
@@ -1961,7 +1961,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.17.3
versionCode: 632
@@ -1976,7 +1976,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.17.4
versionCode: 633
@@ -1991,7 +1991,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.17.5
versionCode: 634
@@ -2006,7 +2006,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.17.6
versionCode: 635
@@ -2021,7 +2021,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.17.7
versionCode: 636
@@ -2036,7 +2036,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.17.8
versionCode: 637
@@ -2051,7 +2051,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.17.9
versionCode: 638
@@ -2066,7 +2066,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.17.10
versionCode: 639
@@ -2081,7 +2081,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.17.11
versionCode: 640
@@ -2096,7 +2096,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.17.12
versionCode: 641
@@ -2111,7 +2111,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.17.13
versionCode: 642
@@ -2126,7 +2126,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.17.14
versionCode: 643
@@ -2141,7 +2141,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.17.15
versionCode: 644
@@ -2156,7 +2156,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.1
versionCode: 645
@@ -2171,7 +2171,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.2
versionCode: 646
@@ -2186,7 +2186,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.3
versionCode: 647
@@ -2201,7 +2201,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.4
versionCode: 648
@@ -2216,7 +2216,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.5
versionCode: 649
@@ -2231,7 +2231,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.5-patch1
versionCode: 650
@@ -2246,7 +2246,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.6
versionCode: 651
@@ -2261,7 +2261,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.7
versionCode: 652
@@ -2276,7 +2276,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.8
versionCode: 654
@@ -2291,7 +2291,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.9
versionCode: 655
@@ -2306,7 +2306,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.9-patch1
versionCode: 656
@@ -2321,7 +2321,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.10
versionCode: 657
@@ -2336,7 +2336,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.10-patch1
versionCode: 658
@@ -2351,7 +2351,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.11-patch1
versionCode: 660
@@ -2366,7 +2366,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.12
versionCode: 661
@@ -2381,7 +2381,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.13
versionCode: 662
@@ -2396,7 +2396,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.14
versionCode: 663
@@ -2411,7 +2411,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.15
versionCode: 664
@@ -2426,7 +2426,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.16
versionCode: 665
@@ -2441,7 +2441,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.16-patch1
versionCode: 666
@@ -2456,7 +2456,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.17
versionCode: 667
@@ -2471,7 +2471,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.18
versionCode: 668
@@ -2486,7 +2486,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.18.19
versionCode: 669
@@ -2501,7 +2501,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.19.0
versionCode: 670
@@ -2516,7 +2516,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.19.1
versionCode: 671
@@ -2531,7 +2531,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.19.2
versionCode: 672
@@ -2546,7 +2546,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.19.3
versionCode: 673
@@ -2561,7 +2561,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
- versionName: 3.19.5
versionCode: 675
@@ -2576,7 +2576,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
- versionName: 3.19.6
versionCode: 676
@@ -2591,7 +2591,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
- versionName: 3.19.7
versionCode: 677
@@ -2606,7 +2606,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
- versionName: 3.19.8
versionCode: 678
@@ -2621,7 +2621,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
- versionName: 3.19.9
versionCode: 679
@@ -2636,7 +2636,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
- versionName: 3.19.10
versionCode: 680
@@ -2651,7 +2651,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
- versionName: 3.19.12
versionCode: 682
@@ -2666,7 +2666,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -2683,7 +2683,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -2700,7 +2700,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -2717,7 +2717,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -2734,7 +2734,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -2751,7 +2751,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -2768,7 +2768,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -2785,7 +2785,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -2802,7 +2802,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -2819,7 +2819,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -2836,7 +2836,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -2853,7 +2853,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -2870,7 +2870,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -2887,7 +2887,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -2904,7 +2904,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -2921,7 +2921,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -2938,7 +2938,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -2955,7 +2955,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -2972,7 +2972,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -2989,7 +2989,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3006,7 +3006,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3023,7 +3023,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3040,7 +3040,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3057,7 +3057,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3074,7 +3074,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3091,7 +3091,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3108,7 +3108,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3125,7 +3125,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3142,7 +3142,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3159,7 +3159,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3176,7 +3176,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3193,7 +3193,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3210,7 +3210,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3227,7 +3227,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3244,7 +3244,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3261,7 +3261,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3278,7 +3278,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3295,7 +3295,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3312,7 +3312,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3329,7 +3329,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3346,7 +3346,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3363,7 +3363,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3380,7 +3380,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3397,7 +3397,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3414,7 +3414,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3431,7 +3431,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3448,7 +3448,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3465,7 +3465,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3482,7 +3482,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3499,7 +3499,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3516,7 +3516,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3533,7 +3533,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3550,7 +3550,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3567,7 +3567,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3584,7 +3584,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3601,7 +3601,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.3' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3618,7 +3618,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;32.0.0' > /dev/null
+ 'platforms;android-30' 'build-tools;32.0.0' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3635,7 +3635,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
+ 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3652,7 +3652,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
+ 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3669,7 +3669,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
+ 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3686,7 +3686,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
+ 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3703,7 +3703,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
+ 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3720,7 +3720,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
+ 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3737,7 +3737,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
+ 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3754,7 +3754,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
+ 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -3771,7 +3771,7 @@ Builds:
rm:
- desktop
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
+ 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
scandelete:
- site/sitemap.xml.gz
@@ -5092,6 +5092,6 @@ Builds:
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: buildSrc/src/main/kotlin/BuildConfig.kt|appCodeNumber = (\d+)|.|appVersion
- = "(.*)"
+ = "(.*)"
CurrentVersion: 4.8.3
CurrentVersionCode: 911
diff --git a/metadata/com.unitstool.yml b/metadata/com.unitstool.yml
index d3f90d852f..c06d7adfe6 100644
--- a/metadata/com.unitstool.yml
+++ b/metadata/com.unitstool.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Currency converter relies on ecb.europa.eu
+ NonFreeNet:
+ en-US: Currency converter relies on ecb.europa.eu
Categories:
- Science & Education
License: GPL-3.0-only
diff --git a/metadata/com.unleashyouradventure.swaccess.yml b/metadata/com.unleashyouradventure.swaccess.yml
index ba997a89e3..7af8866e4c 100644
--- a/metadata/com.unleashyouradventure.swaccess.yml
+++ b/metadata/com.unleashyouradventure.swaccess.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/patrick-schweizer/smashwords-access-for-android
AutoName: Smashwords Access
Description: |-
- Unofficial app for smashwords.com, a purveyor of DRM-free and gratis ebooks.
- Enter your credentials to access purchased books.
+ Unofficial app for smashwords.com, a purveyor of DRM-free and gratis ebooks.
+ Enter your credentials to access purchased books.
- Books can be loaded directly from Cool reader, FBReader or Pageturner.
+ Books can be loaded directly from Cool reader, FBReader or Pageturner.
RepoType: git
Repo: https://github.com/patrick-schweizer/smashwords-access-for-android
diff --git a/metadata/com.unwind.networkmonitor.yml b/metadata/com.unwind.networkmonitor.yml
index 5432504764..ec6081c49f 100644
--- a/metadata/com.unwind.networkmonitor.yml
+++ b/metadata/com.unwind.networkmonitor.yml
@@ -7,9 +7,9 @@ IssueTracker: https://github.com/dmashuda/networkScanner/issues
AutoName: Network Scanner
Description: |-
- A network scanner that ses the new UI components Cardview and Recyclview. It
- displays the IP, hostname, and MAC address for all of the network devices on the
- network.
+ A network scanner that ses the new UI components Cardview and Recyclview. It
+ displays the IP, hostname, and MAC address for all of the network devices on the
+ network.
RepoType: git
Repo: https://github.com/dmashuda/networkScanner
diff --git a/metadata/com.unwrappedapps.android.wallpaper.creative.yml b/metadata/com.unwrappedapps.android.wallpaper.creative.yml
index e3914fe88b..081f2876dd 100644
--- a/metadata/com.unwrappedapps.android.wallpaper.creative.yml
+++ b/metadata/com.unwrappedapps.android.wallpaper.creative.yml
@@ -8,10 +8,10 @@ IssueTracker: https://github.com/dennis-sheil/GLWallpaperService/issues
AutoName: Truly Creative live wallpaper
Description: |-
- This is a port of some of the Really Slick Screensavers to Android. It uses the
- RSS-GLX version of the Really Slick Screensavers via the OpenGL to OpenGL ES
- translation shim that is in Xscreensaver. Uses Ben Gruver's version of Mark
- Guerra's GLWallpaperService.
+ This is a port of some of the Really Slick Screensavers to Android. It uses the
+ RSS-GLX version of the Really Slick Screensavers via the OpenGL to OpenGL ES
+ translation shim that is in Xscreensaver. Uses Ben Gruver's version of Mark
+ Guerra's GLWallpaperService.
RepoType: git
Repo: https://github.com/dennis-sheil/GLWallpaperService
diff --git a/metadata/com.upbad.apps.autonotify.yml b/metadata/com.upbad.apps.autonotify.yml
index 49ad0b7de3..5475b465f1 100644
--- a/metadata/com.upbad.apps.autonotify.yml
+++ b/metadata/com.upbad.apps.autonotify.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeDep:
- en-US: Requires Google Android Auto to be installed.
+ NonFreeDep:
+ en-US: Requires Google Android Auto to be installed.
Categories:
- System
License: MIT
diff --git a/metadata/com.uploadedlobster.PwdHash.yml b/metadata/com.uploadedlobster.PwdHash.yml
index 38c833f241..137ef355ed 100644
--- a/metadata/com.uploadedlobster.PwdHash.yml
+++ b/metadata/com.uploadedlobster.PwdHash.yml
@@ -9,9 +9,9 @@ Changelog: https://github.com/phw/Android-PwdHash/blob/HEAD/ChangeLog
AutoName: Password Hash
Description: |-
- Lightweight tool to generate website specific, theft-resistant passwords. Just
- use the "Share page" option in the Android browser or open Password Hash
- directly. Based upon and compatible with pwdhash.com.
+ Lightweight tool to generate website specific, theft-resistant passwords. Just
+ use the "Share page" option in the Android browser or open Password Hash
+ directly. Based upon and compatible with pwdhash.com.
RepoType: git
Repo: https://github.com/phw/Android-PwdHash.git
diff --git a/metadata/com.uraroji.garage.android.mp3recvoice.yml b/metadata/com.uraroji.garage.android.mp3recvoice.yml
index 124a56a9ee..cb09db006e 100644
--- a/metadata/com.uraroji.garage.android.mp3recvoice.yml
+++ b/metadata/com.uraroji.garage.android.mp3recvoice.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/yhirano/Mp3VoiceRecorderSampleForAndroid/issues
Name: Mp3 Voice Recorder
AutoName: MP3 Voice Recorder Sample
Description: |-
- Very basic MP3 voice recorder encoding at 8kHz/32kbps and recording to
- sdcard/mezzo.mp3. Could support x86 and MIPS, but not tested.
+ Very basic MP3 voice recorder encoding at 8kHz/32kbps and recording to
+ sdcard/mezzo.mp3. Could support x86 and MIPS, but not tested.
RepoType: git
Repo: https://github.com/yhirano/Mp3VoiceRecorderSampleForAndroid
diff --git a/metadata/com.urbandroid.dontkillmyapp.yml b/metadata/com.urbandroid.dontkillmyapp.yml
index 25bb9baaae..4e990a58c6 100644
--- a/metadata/com.urbandroid.dontkillmyapp.yml
+++ b/metadata/com.urbandroid.dontkillmyapp.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on dontkillmyapp.com, which is not libre.
+ NonFreeNet:
+ en-US: App depends on dontkillmyapp.com, which is not libre.
Categories:
- System
License: Apache-2.0
diff --git a/metadata/com.utyf.pmetro.yml b/metadata/com.utyf.pmetro.yml
index 211fbf8427..38d80d2194 100644
--- a/metadata/com.utyf.pmetro.yml
+++ b/metadata/com.utyf.pmetro.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/Utyff/pMetro/issues
AutoName: pMetro
Description: |-
- You can load ~200 metro maps of (mostly russian) cities available from the
- pMetro project. After that you can build shortest route and
- calculate trip time using subway and other city transports. There is additional
- information for stations and 2D schemas (double tap for show).
+ You can load ~200 metro maps of (mostly russian) cities available from the
+ pMetro project. After that you can build shortest route and
+ calculate trip time using subway and other city transports. There is additional
+ information for stations and 2D schemas (double tap for show).
RepoType: git
Repo: https://github.com/Utyff/pMetro
diff --git a/metadata/com.vackosar.searchbasedlauncher.yml b/metadata/com.vackosar.searchbasedlauncher.yml
index 736d447e8c..a479b2a80e 100644
--- a/metadata/com.vackosar.searchbasedlauncher.yml
+++ b/metadata/com.vackosar.searchbasedlauncher.yml
@@ -7,15 +7,15 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=vackosar%4
AutoName: Search Based Launcher
Description: |-
- * When the results narrow down to one app, it can be automaticaly started (Autostart button).
- * Add any activity of any app on your device to list of apps (e.g. Wifi settings, ...).
- * Hide any app from list of apps adding it to the hide list.
- * Rename any app however you like.
- * Icons of apps and wallpapers are not displayed, freeing up RAM.
- * The space character " " is mapped to the "any set of characters". (i.e. in terms of REGEX " " is replaced with "*." )
- * Advanced search using REGEX.
- * Includes basic widgets for Wifi, camera etc.
- * Works as a home-screen or normal app
+ * When the results narrow down to one app, it can be automaticaly started (Autostart button).
+ * Add any activity of any app on your device to list of apps (e.g. Wifi settings, ...).
+ * Hide any app from list of apps adding it to the hide list.
+ * Rename any app however you like.
+ * Icons of apps and wallpapers are not displayed, freeing up RAM.
+ * The space character " " is mapped to the "any set of characters". (i.e. in terms of REGEX " " is replaced with "*." )
+ * Advanced search using REGEX.
+ * Includes basic widgets for Wifi, camera etc.
+ * Works as a home-screen or normal app
RepoType: git
Repo: https://github.com/ideasfrombrain/search-based-launcher-v2.git
diff --git a/metadata/com.vadimfrolov.duorem.yml b/metadata/com.vadimfrolov.duorem.yml
index 00546565b6..fe0b0f2371 100644
--- a/metadata/com.vadimfrolov.duorem.yml
+++ b/metadata/com.vadimfrolov.duorem.yml
@@ -63,9 +63,9 @@ Builds:
prebuild: echo 'android { lintOptions { checkReleaseBuilds false } }' >> build.gradle
MaintainerNotes: |-
- Summary and Description are maintained by upstream using fastlane in
- the source repo:
- https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
+ Summary and Description are maintained by upstream using fastlane in
+ the source repo:
+ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
AutoUpdateMode: Version
UpdateCheckMode: Tags v.*\d$
diff --git a/metadata/com.valleytg.oasvn.android.yml b/metadata/com.valleytg.oasvn.android.yml
index cc8cf34335..0fba78430e 100644
--- a/metadata/com.valleytg.oasvn.android.yml
+++ b/metadata/com.valleytg.oasvn.android.yml
@@ -6,20 +6,20 @@ IssueTracker: http://www.valleytg.com:8090/secure/Dashboard.jspa
AutoName: OASVN Pro
Description: |-
- Works for http:// https:// and svn:// repositories. svn+ssh:// is experimental
- and has been added recently. Currently supports all of the following svn
- operations: Checkout (Head or specify revision), Update, Commit, Export (Head or
- specify revision), Cleanup, and Revert. Also allows you to view remote
- repository revisions (you specify the number of revisions to retrieve) and see
- commit comments, author, date/time and all files changed, added, deleted, etc.
+ Works for http:// https:// and svn:// repositories. svn+ssh:// is experimental
+ and has been added recently. Currently supports all of the following svn
+ operations: Checkout (Head or specify revision), Update, Commit, Export (Head or
+ specify revision), Cleanup, and Revert. Also allows you to view remote
+ repository revisions (you specify the number of revisions to retrieve) and see
+ commit comments, author, date/time and all files changed, added, deleted, etc.
- Working copies and exports of repositories are saved locally (all checked out
- files will go to your mountable storage: most of the time /mnt/sdcard/OASVN) so
- they could be edited on your device with an IDE such as Terminal IDE and then
- you can commit back to your repository.
+ Working copies and exports of repositories are saved locally (all checked out
+ files will go to your mountable storage: most of the time /mnt/sdcard/OASVN) so
+ they could be edited on your device with an IDE such as Terminal IDE and then
+ you can commit back to your repository.
- The most recent version adds svn export so you can make a local copy of your
- repository on your Android device without making a working svn copy.
+ The most recent version adds svn export so you can make a local copy of your
+ repository on your Android device without making a working svn copy.
Builds:
- versionName: 1.0.9
diff --git a/metadata/com.vanderbie.heart_rate_monitor.yml b/metadata/com.vanderbie.heart_rate_monitor.yml
index e26b5b634e..79c5d362a2 100644
--- a/metadata/com.vanderbie.heart_rate_monitor.yml
+++ b/metadata/com.vanderbie.heart_rate_monitor.yml
@@ -5,10 +5,10 @@ SourceCode: https://github.com/joeyvanderbie/android-heart-rate-monitor
AutoName: Heart rate
Description: |-
- Uses the camera and flash to determine the users heart rate in beats per minute.
- It can send captured data via UDP.
+ Uses the camera and flash to determine the users heart rate in beats per minute.
+ It can send captured data via UDP.
- A fork of https://f-droid.org/packages/com.jwetherell.heart_rate_monitor.
+ A fork of https://f-droid.org/packages/com.jwetherell.heart_rate_monitor.
RepoType: git
Repo: https://github.com/joeyvanderbie/android-heart-rate-monitor.git
diff --git a/metadata/com.veken0m.bitcoinium.yml b/metadata/com.veken0m.bitcoinium.yml
index 190d4fe390..980d1a1b28 100644
--- a/metadata/com.veken0m.bitcoinium.yml
+++ b/metadata/com.veken0m.bitcoinium.yml
@@ -9,13 +9,13 @@ Bitcoin: 1yjDmiukhB2i1XyVw5t7hpAK4WXo32d54
AutoName: Bitcoinium Prime
Description: |-
- * Compact widget
- * Monitor prices on various exchanges
- * Notifications and alarms
- * Graphs
+ * Compact widget
+ * Monitor prices on various exchanges
+ * Notifications and alarms
+ * Graphs
- Newer versions of the app are available elsewhere, but contain proprietary
- software.
+ Newer versions of the app are available elsewhere, but contain proprietary
+ software.
RepoType: git
Repo: https://github.com/veken0m/bitcoinium.git
diff --git a/metadata/com.velas.mobile_wallet.yml b/metadata/com.velas.mobile_wallet.yml
index 4720e31e31..a378c887b6 100644
--- a/metadata/com.velas.mobile_wallet.yml
+++ b/metadata/com.velas.mobile_wallet.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on api.velas.com to be able to work at all.
+ NonFreeNet:
+ en-US: App depends on api.velas.com to be able to work at all.
Categories:
- Money
License: MIT
diff --git a/metadata/com.veniosg.dir.yml b/metadata/com.veniosg.dir.yml
index 4741ad94bb..9774bd268f 100644
--- a/metadata/com.veniosg.dir.yml
+++ b/metadata/com.veniosg.dir.yml
@@ -8,14 +8,14 @@ IssueTracker: https://github.com/veniosg/Dir/issues
AutoName: Dir
Description: |-
- Dir is a simple, beautiful, free and open source file manager. Features:
+ Dir is a simple, beautiful, free and open source file manager. Features:
- * File explorer with all the essential management operations (copy, move, rename, etc).
- * Clean design with award winning animations.
- * Blazing fast — tiny size.
- * Themeable with battery friendly dark theme.
- * File and folder bookmarks and home screen shortcuts.
- * Free, open source and privacy minded: no data collection, no ads, no unnecessary permissions.
+ * File explorer with all the essential management operations (copy, move, rename, etc).
+ * Clean design with award winning animations.
+ * Blazing fast — tiny size.
+ * Themeable with battery friendly dark theme.
+ * File and folder bookmarks and home screen shortcuts.
+ * Free, open source and privacy minded: no data collection, no ads, no unnecessary permissions.
RepoType: git
Repo: https://github.com/veniosg/Dir
diff --git a/metadata/com.vgorcum.minedmonero.yml b/metadata/com.vgorcum.minedmonero.yml
index a3723744ee..8ec934d044 100644
--- a/metadata/com.vgorcum.minedmonero.yml
+++ b/metadata/com.vgorcum.minedmonero.yml
@@ -7,9 +7,9 @@ IssueTracker: https://gitlab.com/mvgorcum/minedmonero/issues
AutoName: minedmonero
Description: |-
- This app is written for monero miners participating in a supported pool. You can
- use it to track how much you've mined, how much has been paid out and how much
- is still due, both in XMR and a fiat currency of choice.
+ This app is written for monero miners participating in a supported pool. You can
+ use it to track how much you've mined, how much has been paid out and how much
+ is still due, both in XMR and a fiat currency of choice.
RepoType: git
Repo: https://gitlab.com/mvgorcum/minedmonero.git
diff --git a/metadata/com.viper.simplert.yml b/metadata/com.viper.simplert.yml
index 51bd12fa55..8c3ba18e87 100644
--- a/metadata/com.viper.simplert.yml
+++ b/metadata/com.viper.simplert.yml
@@ -6,15 +6,15 @@ IssueTracker: https://github.com/robinpaulson/SimpleRT/issues
AutoName: SimpleRT
Description: |-
- Allows you to share your computer's internet connection with your Android device
- via a USB cable.
+ Allows you to share your computer's internet connection with your Android device
+ via a USB cable.
- Features:
+ Features:
- * Multi-tether. You can connect several android devices into one virtual network!
- * DNS server specifying (custom or system one).
+ * Multi-tether. You can connect several android devices into one virtual network!
+ * DNS server specifying (custom or system one).
- Development is still in progress, bugs and errors can occur.
+ Development is still in progress, bugs and errors can occur.
RepoType: git
Repo: https://github.com/robinpaulson/SimpleRT.git
@@ -27,7 +27,7 @@ Builds:
gradle:
- yes
prebuild: sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck']
- = 'true'/" ../build.gradle
+ = 'true'/" ../build.gradle
- versionName: 1.1.1
versionCode: 2
@@ -36,7 +36,7 @@ Builds:
gradle:
- yes
prebuild: sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck']
- = 'true'/" ../build.gradle
+ = 'true'/" ../build.gradle
ndk: r14b
AutoUpdateMode: Version
diff --git a/metadata/com.vitorpamplona.amethyst.yml b/metadata/com.vitorpamplona.amethyst.yml
index 02216436f2..a3fc82b81d 100644
--- a/metadata/com.vitorpamplona.amethyst.yml
+++ b/metadata/com.vitorpamplona.amethyst.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: On first start, the app fetches its privacy policy from Github.
+ NonFreeNet:
+ en-US: On first start, the app fetches its privacy policy from Github.
Categories:
- Internet
License: MIT
@@ -429,7 +429,7 @@ Builds:
AllowedAPKSigningKeys: c2d0aa86bcb6b62090561a41bbe336e98b78c2d0210a498dc885f28e1348cf17
MaintainerNotes: see https://gitlab.com/fdroid/fdroiddata/-/issues/2973#note_1428295385
- on NonFreeNet
+ on NonFreeNet
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.vlath.beheexplorer.yml b/metadata/com.vlath.beheexplorer.yml
index 1ef2a8707b..c6a05c19f4 100644
--- a/metadata/com.vlath.beheexplorer.yml
+++ b/metadata/com.vlath.beheexplorer.yml
@@ -7,10 +7,10 @@ Changelog: https://github.com/VladThodo/behe-explorer/releases
AutoName: BeHe Pro
Description: |-
- Simple, small and minimalistic internet browser made for experimenting and
- learning. Anybody is welcome to participate to this project no matter if you are
- a developer, designer, translator, tester..or just a simple user reporting a bug
- :-).
+ Simple, small and minimalistic internet browser made for experimenting and
+ learning. Anybody is welcome to participate to this project no matter if you are
+ a developer, designer, translator, tester..or just a simple user reporting a bug
+ :-).
RepoType: git
Repo: https://github.com/VladThodo/behe-explorer
diff --git a/metadata/com.vlath.keyboard.yml b/metadata/com.vlath.keyboard.yml
index a28da4782c..bbc69313c4 100644
--- a/metadata/com.vlath.keyboard.yml
+++ b/metadata/com.vlath.keyboard.yml
@@ -7,14 +7,14 @@ Changelog: https://github.com/VladThodo/behe-keyboard/releases
AutoName: BeHe Keyboard
Description: |-
- With BeHe Keyboard you can enjoy programming and using special keys (such as
- CTRL and ALT) on your android device without forgetting the design. You can
- switch between keyboard faces with a simple press of a button, so it's easy to
- use BeHe Keyboard as your main keyboard. The app features three keyboard faces
- (QWERTY, so you can use it for regular typing, Arrow Keys, so you can use it in
- the terminal, and Programming for, well, programming). There are multiple themes
- for the app with more to be added in the future. You can also select which
- keyboard to display first.
+ With BeHe Keyboard you can enjoy programming and using special keys (such as
+ CTRL and ALT) on your android device without forgetting the design. You can
+ switch between keyboard faces with a simple press of a button, so it's easy to
+ use BeHe Keyboard as your main keyboard. The app features three keyboard faces
+ (QWERTY, so you can use it for regular typing, Arrow Keys, so you can use it in
+ the terminal, and Programming for, well, programming). There are multiple themes
+ for the app with more to be added in the future. You can also select which
+ keyboard to display first.
RepoType: git
Repo: https://github.com/VladThodo/behe-keyboard
diff --git a/metadata/com.vlille.checker.yml b/metadata/com.vlille.checker.yml
index ad45f8de46..5297049786 100644
--- a/metadata/com.vlille.checker.yml
+++ b/metadata/com.vlille.checker.yml
@@ -6,15 +6,15 @@ IssueTracker: https://github.com/ojacquemart/vlilleChecker/issues
AutoName: Vlille Checker
Description: |-
- Description below is in French, since the app is only of use to people living in
- France.
+ Description below is in French, since the app is only of use to people living in
+ France.
- Vlille Checker est dédié aux utilisateurs du V'Lille et de son service VLS
- (Vélos en Libre Service) à Lille. Au quotidien, l'application vous permet de
- gérer facilement vos stations favorites. Le but est de pouvoir "checker"
- facilement l'état des stations. Vlille Checker se veut efficace en proposant un
- contrôle en temps réel des stations. L'application offre également une recherche
- rapide et une localisation des stations les plus proches.
+ Vlille Checker est dédié aux utilisateurs du V'Lille et de son service VLS
+ (Vélos en Libre Service) à Lille. Au quotidien, l'application vous permet de
+ gérer facilement vos stations favorites. Le but est de pouvoir "checker"
+ facilement l'état des stations. Vlille Checker se veut efficace en proposant un
+ contrôle en temps réel des stations. L'application offre également une recherche
+ rapide et une localisation des stations les plus proches.
RepoType: git
Repo: https://github.com/ojacquemart/vlilleChecker.git
diff --git a/metadata/com.vocifery.daytripper.yml b/metadata/com.vocifery.daytripper.yml
index 8f82971d0e..f1937c506e 100644
--- a/metadata/com.vocifery.daytripper.yml
+++ b/metadata/com.vocifery.daytripper.yml
@@ -7,13 +7,13 @@ IssueTracker: https://github.com/datjandra/Daytripper/issues
AutoName: Daytripper
Summary: Chatbot that learns and provides map, video, and Web searches
Description: |-
- Daytripper is a personal assistant and chatbot that can learn new knowledge in
- addition to providing search services such as map, video, and Web searches. The
- app utilizes artificial intelligence and natural language processing based on
- Alicebot chatbot. In addition to general chatbot and utility features, you can
- teach the app new knowledge by telling it facts.
+ Daytripper is a personal assistant and chatbot that can learn new knowledge in
+ addition to providing search services such as map, video, and Web searches. The
+ app utilizes artificial intelligence and natural language processing based on
+ Alicebot chatbot. In addition to general chatbot and utility features, you can
+ teach the app new knowledge by telling it facts.
- This build is meant for testing purpose only.
+ This build is meant for testing purpose only.
RepoType: git
Repo: https://github.com/datjandra/Daytripper.git
@@ -38,9 +38,9 @@ Builds:
- app/src/main/java/net/reduls/sanmoku/dicdata/
MaintainerNotes: |-
- TODO: Generate scanignores from $$sanmoku$$/dicbuilder.
+ TODO: Generate scanignores from $$sanmoku$$/dicbuilder.
- Test current build, so publish to archive.
+ Test current build, so publish to archive.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.voidcode.diasporawebclient.yml b/metadata/com.voidcode.diasporawebclient.yml
index 6992661de7..1f31aecac5 100644
--- a/metadata/com.voidcode.diasporawebclient.yml
+++ b/metadata/com.voidcode.diasporawebclient.yml
@@ -6,13 +6,13 @@ IssueTracker: https://github.com/voidcode/Diaspora-Webclient/issues
AutoName: Diaspora Webclient
Description: |-
- Client for the Diaspora social network which gives you the opportunity to
+ Client for the Diaspora social network which gives you the opportunity to
- * Read your stream.
- * Share a message.
- * Find quickly a stream via tag searches.
- * Switch between pods(see settings).
- * Auto-translation of post(with Google or Microsoft Translator).
+ * Read your stream.
+ * Share a message.
+ * Find quickly a stream via tag searches.
+ * Switch between pods(see settings).
+ * Auto-translation of post(with Google or Microsoft Translator).
RepoType: git
Repo: https://github.com/voidcode/Diaspora-Webclient.git
diff --git a/metadata/com.volosyukivan.yml b/metadata/com.volosyukivan.yml
index dd3f2276c6..e13b670a04 100644
--- a/metadata/com.volosyukivan.yml
+++ b/metadata/com.volosyukivan.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/ivanvolosyuk/wifikeyboard/issues
AutoName: WiFiKeyboard
Description: |-
- Use your computer as a keyboard for your device, via a browser pointed to an
- address on the same LAN.
+ Use your computer as a keyboard for your device, via a browser pointed to an
+ address on the same LAN.
RepoType: git
Repo: https://github.com/ivanvolosyuk/wifikeyboard
diff --git a/metadata/com.vonglasow.michael.satstat.yml b/metadata/com.vonglasow.michael.satstat.yml
index 7c16afc688..df4cac0a9e 100644
--- a/metadata/com.vonglasow.michael.satstat.yml
+++ b/metadata/com.vonglasow.michael.satstat.yml
@@ -8,39 +8,39 @@ Changelog: https://gitlab.com/mvglasow/satstat/tags
AutoName: SatStat
Description: |-
- A diagnostic tool that displays data reported by sensors in the phone.
+ A diagnostic tool that displays data reported by sensors in the phone.
- GPS and other location providers:
+ GPS and other location providers:
- * Refresh AGPS data (if supported by phone) either manually, or when a new data connection is detected
- * Status notification whenever an app accesses GPS (configurable)
- * Location, speed, bearing and error
- * Satellites in view and satellites used
- * Signal-to-noise ration (SNR) for each satellite
- * Time to first fix and time of last fix
- * Map view for comparison of different location providers
+ * Refresh AGPS data (if supported by phone) either manually, or when a new data connection is detected
+ * Status notification whenever an app accesses GPS (configurable)
+ * Location, speed, bearing and error
+ * Satellites in view and satellites used
+ * Signal-to-noise ration (SNR) for each satellite
+ * Time to first fix and time of last fix
+ * Map view for comparison of different location providers
- Sensors (as supported by your phone):
+ Sensors (as supported by your phone):
- * Accelerometer (acceleration and gravity)
- * Rotation
- * Magnetic field
- * Orientation (azimuth, pitch and roll)
- * Ambient temperature
- * Pressure
- * Relative humidity
- * Ambient light
- * Proximity
+ * Accelerometer (acceleration and gravity)
+ * Rotation
+ * Magnetic field
+ * Orientation (azimuth, pitch and roll)
+ * Ambient temperature
+ * Pressure
+ * Relative humidity
+ * Ambient light
+ * Proximity
- Networks:
+ Networks:
- * GSM/CDMA/LTE cells in range with network type and signal strength
- * WiFi networks in range, with encryption type, channel and signal strength
+ * GSM/CDMA/LTE cells in range with network type and signal strength
+ * WiFi networks in range, with encryption type, channel and signal strength
- Known limitations:
+ Known limitations:
- * Some phones will report only the network cell with which they are currently registered. On such phones you will only see one cell under "GSM" or "CDMA". This is a limitation of the phone's radio firmware, and SatStat has no way of getting more information from the device.
- * Some devices ignore the command to refresh AGPS data. This is a limitation of the GPS driver (which varies from device to device and is usually proprietary). Starting with version 2.0, SatStat has a workaround in place for automatic AGPS updates.
+ * Some phones will report only the network cell with which they are currently registered. On such phones you will only see one cell under "GSM" or "CDMA". This is a limitation of the phone's radio firmware, and SatStat has no way of getting more information from the device.
+ * Some devices ignore the command to refresh AGPS data. This is a limitation of the GPS driver (which varies from device to device and is usually proprietary). Starting with version 2.0, SatStat has a workaround in place for automatic AGPS updates.
RepoType: git
Repo: https://gitlab.com/mvglasow/satstat.git
@@ -166,11 +166,11 @@ Builds:
- yes
MaintainerNotes: |-
- Build 2.0 switched to gradle because of the dependency on mapsforge, which fails on the build server
- if called in an ant or maven project (or when called multiple times). See
- https://gitlab.com/fdroid/fdroiddata/issues/58 for details.
+ Build 2.0 switched to gradle because of the dependency on mapsforge, which fails on the build server
+ if called in an ant or maven project (or when called multiple times). See
+ https://gitlab.com/fdroid/fdroiddata/issues/58 for details.
- As of build 3.4, upstream no longer supports ant.
+ As of build 3.4, upstream no longer supports ant.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/com.vsmartcard.acardemulator.yml b/metadata/com.vsmartcard.acardemulator.yml
index 1ca34554e0..8152abf4d9 100644
--- a/metadata/com.vsmartcard.acardemulator.yml
+++ b/metadata/com.vsmartcard.acardemulator.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/frankmorgner/vsmartcard/issues
AutoName: Smart Card Emulator
Description: |-
- The Android Smart Card Emulator allows the emulation of a contact-less smart
- card. The emulator uses Android's HCE to fetch process APDUs from a NFC reader.
+ The Android Smart Card Emulator allows the emulation of a contact-less smart
+ card. The emulator uses Android's HCE to fetch process APDUs from a NFC reader.
RepoType: git
Repo: https://github.com/frankmorgner/vsmartcard.git
diff --git a/metadata/com.vsmartcard.remotesmartcardreader.app.yml b/metadata/com.vsmartcard.remotesmartcardreader.app.yml
index 83337f0448..3ca99b92ba 100644
--- a/metadata/com.vsmartcard.remotesmartcardreader.app.yml
+++ b/metadata/com.vsmartcard.remotesmartcardreader.app.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/frankmorgner/vsmartcard/issues
AutoName: Smart Card Reader
Description: |-
- Allow a host computer to use the smartphone's NFC hardware as contact-less
- smartcard reader. On the host computer a special smart card driver, vpcd, must
- be installed. The app establishes a connection to vpcd over the network when a
- contact-less card is detected.
+ Allow a host computer to use the smartphone's NFC hardware as contact-less
+ smartcard reader. On the host computer a special smart card driver, vpcd, must
+ be installed. The app establishes a connection to vpcd over the network when a
+ contact-less card is detected.
RepoType: git
Repo: https://github.com/frankmorgner/vsmartcard.git
@@ -23,7 +23,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@com.android.support:appcompat-v7:+@com.android.support:appcompat-v7:20.+@g'
- build.gradle
+ build.gradle
- versionName: '1.1'
versionCode: 2
diff --git a/metadata/com.vuze.android.remote.yml b/metadata/com.vuze.android.remote.yml
index 95b6bd7662..895f3ea714 100644
--- a/metadata/com.vuze.android.remote.yml
+++ b/metadata/com.vuze.android.remote.yml
@@ -9,35 +9,35 @@ Bitcoin: 15j7vKgJbixQFZ6AvEFw2BhtA4KG7E14JZ
AutoName: Vuze Remote
Description: |-
- Vuze Remote™ allows you to control your Vuze® desktop client, Transmission
- torrent client, or the built-in Vuze client through your mobile device or
- Android TV.
+ Vuze Remote™ allows you to control your Vuze® desktop client, Transmission
+ torrent client, or the built-in Vuze client through your mobile device or
+ Android TV.
- Download the Vuze Remote application, scan in your Remote Pairing QR Code from
- your Vuze desktop client (or enter it manually), connect and go. Easy to set-up
- and effortless to use.
+ Download the Vuze Remote application, scan in your Remote Pairing QR Code from
+ your Vuze desktop client (or enter it manually), connect and go. Easy to set-up
+ and effortless to use.
- Features:
+ Features:
- * Search for torrents directly from your device & add to your desktop client
- * Manage torrent progress
- * Set download/upload speeds
- * Adjust torrent and file priorities
- * Select files and set queue options when adding torrent
- * Create login profiles to connect multiple remote computers
- * Simple, easy to use interface
- * Advanced login controls and supports Transmission bittorrent client
- * Phone, Tablet, and Television user interfaces
- * Option to torrent using your current device
- * Ad free experience
+ * Search for torrents directly from your device & add to your desktop client
+ * Manage torrent progress
+ * Set download/upload speeds
+ * Adjust torrent and file priorities
+ * Select files and set queue options when adding torrent
+ * Create login profiles to connect multiple remote computers
+ * Simple, easy to use interface
+ * Advanced login controls and supports Transmission bittorrent client
+ * Phone, Tablet, and Television user interfaces
+ * Option to torrent using your current device
+ * Ad free experience
- For a complete step-by-step guide read the
- Vuze Remote for Android guide. For
- additional help please visit the forum.
+ For a complete step-by-step guide read the
+ Vuze Remote for Android guide. For
+ additional help please visit the forum.
- Have a suggestion? Please use our
- Vuze Remote Voting service.
+ Have a suggestion? Please use our
+ Vuze Remote Voting service.
RepoType: git
Repo: https://github.com/vuze/vuze-remote-for-android
diff --git a/metadata/com.vwp.locdemo.yml b/metadata/com.vwp.locdemo.yml
index 4994acc06d..7f302bc02f 100644
--- a/metadata/com.vwp.locdemo.yml
+++ b/metadata/com.vwp.locdemo.yml
@@ -6,11 +6,11 @@ IssueTracker: https://sourceforge.net/p/libwlocate
AutoName: LocDemo
Description: |-
- Uses the libwlocate library to get the current geographic position, then
- downloads the related map tiles from the project and displays them within the main screen. The calculated
- geographic position is highlighted with a red circle. Its radius differs and
- depends on the quality of the returned location result.
+ Uses the libwlocate library to get the current geographic position, then
+ downloads the related map tiles from the project and displays them within the main screen. The calculated
+ geographic position is highlighted with a red circle. Its radius differs and
+ depends on the quality of the returned location result.
RepoType: srclib
Repo: libwlocate
diff --git a/metadata/com.vwp.owmap.yml b/metadata/com.vwp.owmap.yml
index 7b534c7695..35481329e0 100644
--- a/metadata/com.vwp.owmap.yml
+++ b/metadata/com.vwp.owmap.yml
@@ -7,10 +7,10 @@ IssueTracker: https://sourceforge.net/p/libwlocate
Name: OpenWLANMap
AutoName: OpenWLANMap@Android
Description: |-
- For use in location services when no GPS is available (similar like Google does
- but free and open and with an option to unsubscribe). OpenWLANMap@Android is an
- App that helps to collect WLANs and their positions and where user take part at
- a tracking contest.
+ For use in location services when no GPS is available (similar like Google does
+ but free and open and with an option to unsubscribe). OpenWLANMap@Android is an
+ App that helps to collect WLANs and their positions and where user take part at
+ a tracking contest.
RepoType: srclib
Repo: libwlocate
diff --git a/metadata/com.vwp.owmini.yml b/metadata/com.vwp.owmini.yml
index 7381918796..3d68ef7836 100644
--- a/metadata/com.vwp.owmini.yml
+++ b/metadata/com.vwp.owmini.yml
@@ -7,12 +7,12 @@ IssueTracker: https://sourceforge.net/p/libwlocate
Name: OpenWLANMini
AutoName: MiniOpenWLANMap@Android
Description: |-
- For use in location services when no GPS is available (similar like Google does
- but free and open and with an option to unsubscribe). OpenWLANMini@Android is an
- as small and slim as possible App that helps to collect WLANs and their
- positions and where users take part at a tracing contest. This App is limited to
- the minimal functionality that is required to do this job but does not come with
- additional features like a live map.
+ For use in location services when no GPS is available (similar like Google does
+ but free and open and with an option to unsubscribe). OpenWLANMini@Android is an
+ as small and slim as possible App that helps to collect WLANs and their
+ positions and where users take part at a tracing contest. This App is limited to
+ the minimal functionality that is required to do this job but does not come with
+ additional features like a live map.
RepoType: srclib
Repo: libwlocate
diff --git a/metadata/com.wabadaba.dziennik.yml b/metadata/com.wabadaba.dziennik.yml
index 8ab1e05a20..6a6ee08149 100644
--- a/metadata/com.wabadaba.dziennik.yml
+++ b/metadata/com.wabadaba.dziennik.yml
@@ -56,7 +56,7 @@ Builds:
- full
output: build/outputs/apk/full/release/app-full-release-unsigned.apk
prebuild: sed -i -e '/dl.bintray.com/d' -e '/kluent/d' -e '/Android Test/,+3d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
- versionName: 0.5.0-fdroid
versionCode: 9
@@ -67,7 +67,7 @@ Builds:
gradle:
- full
prebuild: sed -i -e '/dl.bintray.com/d' -e '/kluent/d' -e '/Android Test/,+3d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
- versionName: 0.5.1-fdroid
versionCode: 10
@@ -78,7 +78,7 @@ Builds:
gradle:
- full
prebuild: sed -i -e '/dl.bintray.com/d' -e '/kluent/d' -e '/Android Test/,+3d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.waifusims.wanicchou.yml b/metadata/com.waifusims.wanicchou.yml
index 448521ee27..e40ac531de 100644
--- a/metadata/com.waifusims.wanicchou.yml
+++ b/metadata/com.waifusims.wanicchou.yml
@@ -9,9 +9,9 @@ IssueTracker: https://github.com/Limegrass/Wanicchou/issues
AutoName: Wanicchou
Summary: Online Japanese-Japanese Dictionary with Anki support
Description: |-
- 和日帳 (わにっちょう)Wanicchou is a J-J Dictionary drawing definitions from
- Sanseido interfaced with the AnkiDroid API to
- quickly add words and their definitions.
+ 和日帳 (わにっちょう)Wanicchou is a J-J Dictionary drawing definitions from
+ Sanseido interfaced with the AnkiDroid API to
+ quickly add words and their definitions.
RepoType: git
Repo: https://github.com/Limegrass/Wanicchou.git
diff --git a/metadata/com.waist.line.yml b/metadata/com.waist.line.yml
index 813803aa06..a303f8e604 100644
--- a/metadata/com.waist.line.yml
+++ b/metadata/com.waist.line.yml
@@ -284,7 +284,7 @@ Builds:
srclibs:
- BarcodeScanner@0fc1fd2ff00683d2a2803ba6da63320bcb29fd2c
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- npm install
- cordova platform add android
@@ -310,7 +310,7 @@ Builds:
srclibs:
- BarcodeScanner@0fc1fd2ff00683d2a2803ba6da63320bcb29fd2c
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- npm install
- cordova platform add android
@@ -336,7 +336,7 @@ Builds:
srclibs:
- BarcodeScanner@0fc1fd2ff00683d2a2803ba6da63320bcb29fd2c
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- npm install
- cordova platform add android
@@ -362,7 +362,7 @@ Builds:
srclibs:
- BarcodeScanner@0fc1fd2ff00683d2a2803ba6da63320bcb29fd2c
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- npm install
- cordova platform add android
@@ -388,7 +388,7 @@ Builds:
srclibs:
- BarcodeScanner@0fc1fd2ff00683d2a2803ba6da63320bcb29fd2c
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- npm install
- cordova platform add android
@@ -414,7 +414,7 @@ Builds:
srclibs:
- BarcodeScanner@0fc1fd2ff00683d2a2803ba6da63320bcb29fd2c
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- npm install
- cordova platform add android
@@ -440,7 +440,7 @@ Builds:
srclibs:
- BarcodeScanner@0fc1fd2ff00683d2a2803ba6da63320bcb29fd2c
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- npm install
- cordova platform add android
@@ -466,7 +466,7 @@ Builds:
srclibs:
- BarcodeScanner@0fc1fd2ff00683d2a2803ba6da63320bcb29fd2c
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- npm install
- cordova platform add android
@@ -492,7 +492,7 @@ Builds:
srclibs:
- BarcodeScanner@0fc1fd2ff00683d2a2803ba6da63320bcb29fd2c
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- npm install
- cordova platform add android
@@ -518,7 +518,7 @@ Builds:
srclibs:
- BarcodeScanner@0fc1fd2ff00683d2a2803ba6da63320bcb29fd2c
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- npm install
- cordova platform add android
@@ -544,7 +544,7 @@ Builds:
srclibs:
- BarcodeScanner@0fc1fd2ff00683d2a2803ba6da63320bcb29fd2c
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- npm install
- cordova platform add android
diff --git a/metadata/com.wangdaye.mysplash.yml b/metadata/com.wangdaye.mysplash.yml
index be1afe00aa..fd34e9bfc4 100644
--- a/metadata/com.wangdaye.mysplash.yml
+++ b/metadata/com.wangdaye.mysplash.yml
@@ -11,20 +11,20 @@ Changelog: https://github.com/WangDaYeeeeee/Mysplash/releases
AutoName: Mysplash
Description: |-
- An Unsplash client
+ An Unsplash client
- Introduction
+ Introduction
- * A light Unsplash android client.
- * Powered by Unsplash.com
- * 100000+ photos.
- * Material design.
- * Support select photos as tags.
- * Support share photos and set as wallpaper.
- * Support download raw photo.
+ * A light Unsplash android client.
+ * Powered by Unsplash.com
+ * 100000+ photos.
+ * Material design.
+ * Support select photos as tags.
+ * Support share photos and set as wallpaper.
+ * Support download raw photo.
- By using this app you agree to the Unsplash photos
- license.
+ By using this app you agree to the Unsplash photos
+ license.
RepoType: git
Repo: https://github.com/WangDaYeeeeee/Mysplash
diff --git a/metadata/com.wanghaus.remembeer.yml b/metadata/com.wanghaus.remembeer.yml
index 8e9b090998..14782fd5e8 100644
--- a/metadata/com.wanghaus.remembeer.yml
+++ b/metadata/com.wanghaus.remembeer.yml
@@ -1,21 +1,21 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on non-free Beer Cloud online database.
+ NonFreeNet:
+ en-US: Depends on non-free Beer Cloud online database.
Categories:
- Writing
License: MIT
AutoName: Remembeer
Description: |-
- Remembeer lets you track and rate the beers you drink. No more trying to
- remember the name of that microbrew from last night, quickly check your log and
- see what you thought.
+ Remembeer lets you track and rate the beers you drink. No more trying to
+ remember the name of that microbrew from last night, quickly check your log and
+ see what you thought.
- Anti-feature: Network Services. The Beer Cloud - online database to which the
- app connects for info - is neither free-as-in-freedom nor open-source, but that
- behaviour can be disabled in the settings
+ Anti-feature: Network Services. The Beer Cloud - online database to which the
+ app connects for info - is neither free-as-in-freedom nor open-source, but that
+ behaviour can be disabled in the settings
- Status: Source repo vanished
+ Status: Source repo vanished
Builds:
- versionName: 1.2.2
diff --git a/metadata/com.wbrenna.gtfsoffline.yml b/metadata/com.wbrenna.gtfsoffline.yml
index 9f1a7b641a..3b31cad699 100644
--- a/metadata/com.wbrenna.gtfsoffline.yml
+++ b/metadata/com.wbrenna.gtfsoffline.yml
@@ -8,20 +8,20 @@ IssueTracker: https://github.com/wbrenna/GTFSOffline/issues
AutoName: GTFSOffline
Description: |-
- Based on GRTransit and substantially
- modified (supporting multiple transit agencies, with stripped-down privacy
- centric features), this transit app displays bus route and stop information, as
- well as bus times (both scheduled and actual expected times), for the Grand
- River Transit (GRT) system.
+ Based on GRTransit and substantially
+ modified (supporting multiple transit agencies, with stripped-down privacy
+ centric features), this transit app displays bus route and stop information, as
+ well as bus times (both scheduled and actual expected times), for the Grand
+ River Transit (GRT) system.
- Because of the standardization of the GTFS feed format, many transit initiatives
- across the country are releasing open routes in GTFS format. This app allows you
- to download a GTFS zip, process it, put it on your phone, and get access to the
- stops nearest you, even with multiple bus systems.
+ Because of the standardization of the GTFS feed format, many transit initiatives
+ across the country are releasing open routes in GTFS format. This app allows you
+ to download a GTFS zip, process it, put it on your phone, and get access to the
+ stops nearest you, even with multiple bus systems.
- YOU must download AND process the GTFS bus/rail schedules YOURSELF! Please refer
- to the README for
- instructions.
+ YOU must download AND process the GTFS bus/rail schedules YOURSELF! Please refer
+ to the README for
+ instructions.
RepoType: git
Repo: https://github.com/wbrenna/GTFSOffline
diff --git a/metadata/com.weatherlight.elloshare.yml b/metadata/com.weatherlight.elloshare.yml
index 52be982794..8c30c92f90 100644
--- a/metadata/com.weatherlight.elloshare.yml
+++ b/metadata/com.weatherlight.elloshare.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Ello itself is a non-free service.
+ NonFreeNet:
+ en-US: Ello itself is a non-free service.
Categories:
- Internet
License: GPL-2.0-or-later
@@ -9,9 +9,9 @@ IssueTracker: https://github.com/roadriverrail/elloshare/issues
AutoName: ElloShare
Description: |-
- Note: This app is discontinued.
+ Note: This app is discontinued.
- Share photos via Ello, a non-free social sharing plattform.
+ Share photos via Ello, a non-free social sharing plattform.
RepoType: git
Repo: https://github.com/roadriverrail/elloshare
@@ -97,8 +97,8 @@ Builds:
-e 's/httpclientandroidlib-1.2.0/httpclientandroidlib-1.2.1/g' build.gradle
MaintainerNotes: |-
- * Runs huge script file. Check it on every release! No AUM!
- * jsoup should now be used from gradle in upstream
+ * Runs huge script file. Check it on every release! No AUM!
+ * jsoup should now be used from gradle in upstream
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.weicheng.taipeiyoubikeoffline.yml b/metadata/com.weicheng.taipeiyoubikeoffline.yml
index 1eb07aa8f5..1b8af9089a 100644
--- a/metadata/com.weicheng.taipeiyoubikeoffline.yml
+++ b/metadata/com.weicheng.taipeiyoubikeoffline.yml
@@ -7,8 +7,8 @@ Donate: https://techwagon.blogspot.com/
AutoName: Taipei Youbike Offline
Description: |-
- Browse the bike stations in Taiwan's capital city on a Mapnik (OSM) map (which
- are bundled). The interface of the app is only in Chinese currently.
+ Browse the bike stations in Taiwan's capital city on a Mapnik (OSM) map (which
+ are bundled). The interface of the app is only in Chinese currently.
Builds:
- versionName: '1.0'
diff --git a/metadata/com.wentam.defcol.yml b/metadata/com.wentam.defcol.yml
index a60cec64f9..a811cd9c7e 100644
--- a/metadata/com.wentam.defcol.yml
+++ b/metadata/com.wentam.defcol.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/wentam/DefCol/issues
AutoName: DefCol
Description: |-
- Allows you to create palettes (color swatches/schemes) with the radial palette,
- and edit them with a color picker. The color picker will also scale to the size
- of your screen. You can also connect DefCol to your computer to make those
- palettes useful.
+ Allows you to create palettes (color swatches/schemes) with the radial palette,
+ and edit them with a color picker. The color picker will also scale to the size
+ of your screen. You can also connect DefCol to your computer to make those
+ palettes useful.
RepoType: git
Repo: https://github.com/wentam/DefCol.git
diff --git a/metadata/com.weskenyon.bookmarkos.yml b/metadata/com.weskenyon.bookmarkos.yml
index 203945b4fc..4b00ffc2f9 100644
--- a/metadata/com.weskenyon.bookmarkos.yml
+++ b/metadata/com.weskenyon.bookmarkos.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- NonFreeNet:
- en-US: Server-side part is not libre.
- Tracking: {}
+ NonFreeNet:
+ en-US: Server-side part is not libre.
+ Tracking: {}
Categories:
- Internet
License: GPL-3.0-only
@@ -11,10 +11,10 @@ IssueTracker: https://github.com/WKenya/bookmarkOS/issues
AutoName: BookmarkOS
Description: |-
- Note: This app is discontinued.
+ Note: This app is discontinued.
- This application will allow you to share urls directly from your Android
- browsers right into BookmarkOS.
+ This application will allow you to share urls directly from your Android
+ browsers right into BookmarkOS.
RepoType: git
Repo: https://github.com/WKenya/bookmarkOS.git
diff --git a/metadata/com.wikaba.ogapp.yml b/metadata/com.wikaba.ogapp.yml
index 3a9e0305c8..1f2b810e91 100644
--- a/metadata/com.wikaba.ogapp.yml
+++ b/metadata/com.wikaba.ogapp.yml
@@ -8,16 +8,16 @@ IssueTracker: https://github.com/afwang/ogame-android-app/issues
AutoName: Ogame on Android
Description: |-
- Playing Ogame on a mobile browser eats up a lot of memory, which makes
- performance on lower-end devices horrible. This ongoing project aims to provide
- a client for Ogame which would cut down on memory usage while playing the game.
+ Playing Ogame on a mobile browser eats up a lot of memory, which makes
+ performance on lower-end devices horrible. This ongoing project aims to provide
+ a client for Ogame which would cut down on memory usage while playing the game.
- At the current moment, this application can only view events from the overview
- screen. Not all mission types are properly identified, but all missions will
- show up on the screen.
+ At the current moment, this application can only view events from the overview
+ screen. Not all mission types are properly identified, but all missions will
+ show up on the screen.
- This application is a third-party application for Ogame. This application is
- NOT an official tool from Gameforge.
+ This application is a third-party application for Ogame. This application is
+ NOT an official tool from Gameforge.
RepoType: git
Repo: https://github.com/afwang/ogame-android-app
diff --git a/metadata/com.wikijourney.wikijourney.yml b/metadata/com.wikijourney.wikijourney.yml
index b7549bc454..cc361a46eb 100644
--- a/metadata/com.wikijourney.wikijourney.yml
+++ b/metadata/com.wikijourney.wikijourney.yml
@@ -8,18 +8,18 @@ IssueTracker: https://github.com/WikiJourney/wikijourney_app/issues
Name: WikiJourney (legacy)
AutoName: WikiJourney
Description: |-
- This app has been deprecated in favor of https://f-droid.org/packages/eu.wikijourney.wikijourney.
+ This app has been deprecated in favor of https://f-droid.org/packages/eu.wikijourney.wikijourney.
- WikiJourney is an app that allows tourists to
- visit a town with Wikipedia information. The app looks around the user for the
- points of interest, lists them, then creates a custom trail according to the
- user's likes and the time he has.
+ WikiJourney is an app that allows tourists to
+ visit a town with Wikipedia information. The app looks around the user for the
+ points of interest, lists them, then creates a custom trail according to the
+ user's likes and the time he has.
- Features:
+ Features:
- * Find POIs around me: the app locates you, and the automatically searches on English Wikipedia the available POIs.
- * Map display: once you have been located, the app displays your location with every POIs around you on a map. By tapping one of these points, a bubble displays more information, and links to the Wikipedia article.
- * List of POIs: a screen gathers every POIs found by the app, for a fast and easy interaction.
+ * Find POIs around me: the app locates you, and the automatically searches on English Wikipedia the available POIs.
+ * Map display: once you have been located, the app displays your location with every POIs around you on a map. By tapping one of these points, a bubble displays more information, and links to the Wikipedia article.
+ * List of POIs: a screen gathers every POIs found by the app, for a fast and easy interaction.
RepoType: git
Repo: https://github.com/WikiJourney/wikijourney_app
diff --git a/metadata/com.willhauck.linconnectclient.yml b/metadata/com.willhauck.linconnectclient.yml
index 544bb24dd7..ac69bb0410 100644
--- a/metadata/com.willhauck.linconnectclient.yml
+++ b/metadata/com.willhauck.linconnectclient.yml
@@ -6,15 +6,15 @@ IssueTracker: https://github.com/hauckwill/linconnect-client/issues
AutoName: LinConnect
Description: |-
- Install the server on the desktop: see the source code page.
+ Install the server on the desktop: see the source code page.
- * Extremely simple setup
- * Integrated with Linux desktop icon theme
- * Uses LibNotify and Python for compatibility
+ * Extremely simple setup
+ * Integrated with Linux desktop icon theme
+ * Uses LibNotify and Python for compatibility
- Encryption isn't yet supported.
+ Encryption isn't yet supported.
- Status: Alpha
+ Status: Alpha
Builds:
- versionName: '2.13'
diff --git a/metadata/com.windscribe.vpn.yml b/metadata/com.windscribe.vpn.yml
index 973cb77a22..5f69cb6cc2 100644
--- a/metadata/com.windscribe.vpn.yml
+++ b/metadata/com.windscribe.vpn.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App is bound to the Windscribe VPN service, which itself is not libre.
+ NonFreeNet:
+ en-US: App is bound to the Windscribe VPN service, which itself is not libre.
Categories:
- Connectivity
- Internet
diff --git a/metadata/com.wireguard.android.yml b/metadata/com.wireguard.android.yml
index 37752e5588..95d1103239 100644
--- a/metadata/com.wireguard.android.yml
+++ b/metadata/com.wireguard.android.yml
@@ -12,13 +12,13 @@ Bitcoin: 3Jsk6BuNkzW22RaCS1UaJy8w4bCwtVCkUF
AutoName: WireGuard
Description: |-
- WireGuard is a next generation secure network tunnel protocol. This application
- allows users to connect to WireGuard tunnels. More information may be found on
- the project webpage.
+ WireGuard is a next generation secure network tunnel protocol. This application
+ allows users to connect to WireGuard tunnels. More information may be found on
+ the project webpage.
- If your device has a custom kernel containing the WireGuard module, then the
- module will be used for superior battery life and performance. Otherwise a
- userspace version will work sufficiently on all other devices.
+ If your device has a custom kernel containing the WireGuard module, then the
+ module will be used for superior battery life and performance. Otherwise a
+ userspace version will work sufficiently on all other devices.
RepoType: git
Repo: https://git.zx2c4.com/wireguard-android/
diff --git a/metadata/com.wirelessalien.android.bhagavadgita.yml b/metadata/com.wirelessalien.android.bhagavadgita.yml
index 4afa700eb5..90dda8e026 100644
--- a/metadata/com.wirelessalien.android.bhagavadgita.yml
+++ b/metadata/com.wirelessalien.android.bhagavadgita.yml
@@ -30,7 +30,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/chapters.json' 'assets/translation.json' 'assets/verse.json'
+ 'assets/chapters.json' 'assets/translation.json' 'assets/verse.json'
- versionName: '3.0'
versionCode: 5
@@ -43,7 +43,7 @@ Builds:
rm:
- app/src/main/res/drawable/launcher_icon_light.xml
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/chapters.json' 'assets/translation.json' 'assets/verse.json'
+ 'assets/chapters.json' 'assets/translation.json' 'assets/verse.json'
AllowedAPKSigningKeys: eb000a2e30eec2a5473ff3949f3d9db125d1376314b9479613acb0d22589eb82
diff --git a/metadata/com.wmstein.transektcount.yml b/metadata/com.wmstein.transektcount.yml
index 9b965a30ad..0b73a11a8f 100644
--- a/metadata/com.wmstein.transektcount.yml
+++ b/metadata/com.wmstein.transektcount.yml
@@ -58,7 +58,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.14.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
- versionName: 2.0.1
versionCode: 201
diff --git a/metadata/com.woefe.shoppinglist.yml b/metadata/com.woefe.shoppinglist.yml
index bbb7124ed9..17c99186ed 100644
--- a/metadata/com.woefe.shoppinglist.yml
+++ b/metadata/com.woefe.shoppinglist.yml
@@ -8,10 +8,10 @@ IssueTracker: https://github.com/woefe/ShoppingList/issues
AutoName: Shopping List
Description: |-
- Manage your shopping lists and other types of lists. The lists are stored as
- simple text files and use a simple, human-readable syntax. This allows you to
- synchronize them with other devices by using applications such as
- Syncthing and Nextcloud.
+ Manage your shopping lists and other types of lists. The lists are stored as
+ simple text files and use a simple, human-readable syntax. This allows you to
+ synchronize them with other devices by using applications such as
+ Syncthing and Nextcloud.
RepoType: git
Repo: https://github.com/woefe/ShoppingList
diff --git a/metadata/com.wolas.awesomewallpaper.yml b/metadata/com.wolas.awesomewallpaper.yml
index 29949a04b3..f96b0a81ee 100644
--- a/metadata/com.wolas.awesomewallpaper.yml
+++ b/metadata/com.wolas.awesomewallpaper.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/vvolas/Awesome-Live-Wallpaper/issues
AutoName: AwesomeWallpaper
Description: |-
- Live wallpaper featuring a happy llama in a happy world with everything smiling
- as well as some other internet memes. See the
- preview video on YouTube.
+ Live wallpaper featuring a happy llama in a happy world with everything smiling
+ as well as some other internet memes. See the
+ preview video on YouTube.
RepoType: git
Repo: https://github.com/vvolas/Awesome-Live-Wallpaper
diff --git a/metadata/com.wordpress.sarfraznawaz.callerdetails.yml b/metadata/com.wordpress.sarfraznawaz.callerdetails.yml
index 0aa07d8bc4..1d9ace51e6 100644
--- a/metadata/com.wordpress.sarfraznawaz.callerdetails.yml
+++ b/metadata/com.wordpress.sarfraznawaz.callerdetails.yml
@@ -6,9 +6,9 @@ SourceCode: https://bitbucket.org/sarfraznawaz2005/android-app-callerdetails/src
AutoName: CallerDetails
Description: |-
- Show contact details saved against a contact such as organization, email,
- address, note, etc in a toast message whenever there is an incoming call. If you
- have not set these fields for a contact, toast will not be shown.
+ Show contact details saved against a contact such as organization, email,
+ address, note, etc in a toast message whenever there is an incoming call. If you
+ have not set these fields for a contact, toast will not be shown.
RepoType: git
Repo: https://bitbucket.org/sarfraznawaz2005/android-app-callerdetails.git
diff --git a/metadata/com.workingagenda.democracydroid.yml b/metadata/com.workingagenda.democracydroid.yml
index ecea0f293c..509ef88c91 100644
--- a/metadata/com.workingagenda.democracydroid.yml
+++ b/metadata/com.workingagenda.democracydroid.yml
@@ -10,20 +10,20 @@ Donate: https://www.democracynow.org/donate
AutoName: Democracy Droid
Description: |-
- Democracy Now! is an US-based national, daily, independent, award-winning news
- program hosted by journalists Amy Goodman and Juan Gonzalez. Pioneering the
- largest public media collaboration in the U.S.
+ Democracy Now! is an US-based national, daily, independent, award-winning news
+ program hosted by journalists Amy Goodman and Juan Gonzalez. Pioneering the
+ largest public media collaboration in the U.S.
- This application streams or downloads the independent media broadcast Democracy
- Now! The War and Peace Report. It supports streaming and downloading the audio
- and video broadcast - this includes watching and listening to individual
- stories, reading transcripts, and streaming the live stream.
+ This application streams or downloads the independent media broadcast Democracy
+ Now! The War and Peace Report. It supports streaming and downloading the audio
+ and video broadcast - this includes watching and listening to individual
+ stories, reading transcripts, and streaming the live stream.
- If you like the app, you are encouraged to donate to Democracy Now! at their
- website.
+ If you like the app, you are encouraged to donate to Democracy Now! at their
+ website.
- The app is not affiliated with the production of the show, merely the
- distribution.
+ The app is not affiliated with the production of the show, merely the
+ distribution.
RepoType: git
Repo: https://github.com/fenimore/DemocracyDroid
@@ -38,7 +38,7 @@ Builds:
rm:
- app/libs
prebuild: sed -i "s/files.\(.\)libs.jsoup-\(.*\).jar../\1org.jsoup:jsoup:\2\1/"
- build.gradle
+ build.gradle
- versionName: 2.8.8
versionCode: 22
@@ -49,7 +49,7 @@ Builds:
rm:
- app/libs
prebuild: sed -i "s/files.\(.\)libs.jsoup-\(.*\).jar../\1org.jsoup:jsoup:\2\1/"
- build.gradle
+ build.gradle
- versionName: 2.8.9
versionCode: 23
@@ -60,7 +60,7 @@ Builds:
rm:
- app/libs
prebuild: sed -i "s/files.\(.\)libs.jsoup-\(.*\).jar../\1org.jsoup:jsoup:\2\1/"
- build.gradle
+ build.gradle
- versionName: 2.9.2
versionCode: 24
@@ -71,7 +71,7 @@ Builds:
rm:
- app/libs
prebuild: sed -i "s/files.\(.\)libs.jsoup-\(.*\).jar../\1org.jsoup:jsoup:\2\1/"
- build.gradle
+ build.gradle
- versionName: 2.9.6
versionCode: 26
@@ -82,7 +82,7 @@ Builds:
rm:
- app/libs
prebuild: sed -i "s/files.\(.\)libs.jsoup-\(.*\).jar../\1org.jsoup:jsoup:\2\1/"
- build.gradle
+ build.gradle
- versionName: 2.9.7
versionCode: 27
@@ -93,7 +93,7 @@ Builds:
rm:
- app/libs
prebuild: sed -i "s/files.\(.\)libs.jsoup-\(.*\).jar../\1org.jsoup:jsoup:\2\1/"
- build.gradle
+ build.gradle
- versionName: 2.9.8
versionCode: 28
@@ -104,7 +104,7 @@ Builds:
rm:
- app/libs
prebuild: sed -i "s/files.\(.\)libs.jsoup-\(.*\).jar../\1org.jsoup:jsoup:\2\1/"
- build.gradle
+ build.gradle
- versionName: '3.0'
versionCode: 29
@@ -115,7 +115,7 @@ Builds:
rm:
- app/libs
prebuild: sed -i "s/files.\(.\)libs.jsoup-\(.*\).jar../\1org.jsoup:jsoup:\2\1/"
- build.gradle
+ build.gradle
- versionName: 3.1.1
versionCode: 30
diff --git a/metadata/com.workingagenda.devinettes.yml b/metadata/com.workingagenda.devinettes.yml
index 2dc27fd88f..9d6aa684c1 100644
--- a/metadata/com.workingagenda.devinettes.yml
+++ b/metadata/com.workingagenda.devinettes.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeAssets:
- en-US: riddles are licensed under CC-BY-NC-ND
+ NonFreeAssets:
+ en-US: riddles are licensed under CC-BY-NC-ND
Categories:
- Games
License: GPL-3.0-only
@@ -10,8 +10,8 @@ IssueTracker: https://github.com/fenimore/devinettes-android/issues
AutoName: Devinettes
Description: |-
- A collection of original English riddles in verse. Be warned: There are no hints
- and no keys under the mat The riddles are licensed under CC-BY-NC-ND.
+ A collection of original English riddles in verse. Be warned: There are no hints
+ and no keys under the mat The riddles are licensed under CC-BY-NC-ND.
RepoType: git
Repo: https://github.com/fenimore/devinettes-android
diff --git a/metadata/com.workingagenda.fissure.yml b/metadata/com.workingagenda.fissure.yml
index 9c46b6fcdc..a6193cff0c 100644
--- a/metadata/com.workingagenda.fissure.yml
+++ b/metadata/com.workingagenda.fissure.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/fenimore/fissure-android/issues
AutoName: Fissure
Description: |-
- A simple utility for creating and viewing GIF files from JPEGs on an Android
- device.
+ A simple utility for creating and viewing GIF files from JPEGs on an Android
+ device.
- Fissure loads and compresses JPEG pictures, and saves GIFs to the Picture
- folder on your phone. Still rough around the edges, don't expect a fully
- featured app!
+ Fissure loads and compresses JPEG pictures, and saves GIFs to the Picture
+ folder on your phone. Still rough around the edges, don't expect a fully
+ featured app!
RepoType: git
Repo: https://github.com/fenimore/fissure-android
@@ -45,7 +45,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@http://repo.commonsware.com.s3.amazonaws.com@https://s3.amazonaws.com/repo.commonsware.com@g'
- build.gradle
+ build.gradle
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.wownero.wownerujo.yml b/metadata/com.wownero.wownerujo.yml
index 9d81cc2f31..83df5696f7 100644
--- a/metadata/com.wownero.wownerujo.yml
+++ b/metadata/com.wownero.wownerujo.yml
@@ -7,15 +7,15 @@ IssueTracker: https://github.com/wownero/wownerujo//issues
AutoName: Wownerujo
Description: |-
- Wownero is a fork of the cryptocurrency Monero with primary alterations.
+ Wownero is a fork of the cryptocurrency Monero with primary alterations.
- Wownero's emission is capped and supply is finite.
+ Wownero's emission is capped and supply is finite.
- Wownero is a fairly launched coin with no premine.
+ Wownero is a fairly launched coin with no premine.
- It's not a fork of another blockchain. With its own genesis block there is no degradation of privacy caused by ring signatures using different participants for the same transaction outputs.
+ It's not a fork of another blockchain. With its own genesis block there is no degradation of privacy caused by ring signatures using different participants for the same transaction outputs.
- Unlike opposing forks.
+ Unlike opposing forks.
RepoType: git
Repo: https://github.com/wownero/wownerujo/
diff --git a/metadata/com.write.Quill.yml b/metadata/com.write.Quill.yml
index d5d3aea3eb..358704ffd1 100644
--- a/metadata/com.write.Quill.yml
+++ b/metadata/com.write.Quill.yml
@@ -6,21 +6,21 @@ SourceCode: https://code.google.com/p/android-quill/source
AutoName: Quill
Description: |-
- * Active pen (digitizer) support on ThinkPad Tablet, HTC Jetstream, and HTC Flyer, Galaxy Note
- * Very fast response to pen strokes
- * "Fountain pen" mode supports pen pressure data, more pressure = thicker line (requires active pen)
- * Pinch-to-zoom; Double-finger tap to zoom
- * Two-finger move gesture
- * Pen strokes are vector art, zoom does not pixelate your writing
- * "Pen only" mode (optional) disables touch input while writing
- * Android 3.x hardware accelerated graphics
- * PDF export (save to SD card, Evernote, Share)
- * PNG (raster image) export
- * Can backup/restore your data
- * Ruled/Quad background paper
- * Tagging for pages so you can group them together
- * Switch between multiple notebooks
- * Undo/redo
+ * Active pen (digitizer) support on ThinkPad Tablet, HTC Jetstream, and HTC Flyer, Galaxy Note
+ * Very fast response to pen strokes
+ * "Fountain pen" mode supports pen pressure data, more pressure = thicker line (requires active pen)
+ * Pinch-to-zoom; Double-finger tap to zoom
+ * Two-finger move gesture
+ * Pen strokes are vector art, zoom does not pixelate your writing
+ * "Pen only" mode (optional) disables touch input while writing
+ * Android 3.x hardware accelerated graphics
+ * PDF export (save to SD card, Evernote, Share)
+ * PNG (raster image) export
+ * Can backup/restore your data
+ * Ruled/Quad background paper
+ * Tagging for pages so you can group them together
+ * Switch between multiple notebooks
+ * Undo/redo
RepoType: hg
Repo: https://code.google.com/p/android-quill
diff --git a/metadata/com.wrmndfzzy.atomize.yml b/metadata/com.wrmndfzzy.atomize.yml
index a56a40be48..aaec049753 100644
--- a/metadata/com.wrmndfzzy.atomize.yml
+++ b/metadata/com.wrmndfzzy.atomize.yml
@@ -7,9 +7,9 @@ IssueTracker: https://github.com/wrmndfzzy/Atomize/issues
AutoName: Atomize
Description: |-
- Atomize can shrink the file size of an image significantly, often by as much as
- 70%, and maintains an image's transparency with little to no loss in quality.
- Atomize uses pngquant as its backend, and is fully opensource.
+ Atomize can shrink the file size of an image significantly, often by as much as
+ 70%, and maintains an image's transparency with little to no loss in quality.
+ Atomize uses pngquant as its backend, and is fully opensource.
RepoType: git
Repo: https://github.com/wrmndfzzy/Atomize.git
diff --git a/metadata/com.xabber.android.classic.yml b/metadata/com.xabber.android.classic.yml
index 26d02b8605..49accb618a 100644
--- a/metadata/com.xabber.android.classic.yml
+++ b/metadata/com.xabber.android.classic.yml
@@ -8,34 +8,34 @@ Changelog: https://github.com/redsolution/xabber-android/releases
AutoName: Xabber Classic
Description: |-
- Jabber (XMPP) client app with multiple accounts, privacy modes and a clean and
- simple interface.
+ Jabber (XMPP) client app with multiple accounts, privacy modes and a clean and
+ simple interface.
- This version is for old versions of Android, if you are running Ice Cream
- Sandwitch or later, consider installing https://f-droid.org/packages/com.xabber.androiddev instead.
+ This version is for old versions of Android, if you are running Ice Cream
+ Sandwitch or later, consider installing https://f-droid.org/packages/com.xabber.androiddev instead.
- Supported protocols:
+ Supported protocols:
- * RFC-3920: Core;
- * RFC-3921: Instant Messaging and Presence;
- * XEP-0030: Service Discovery;
- * XEP-0128: Service Discovery Extensions;
- * XEP-0115: Entity Capabilities;
- * XEP-0054: vcard-temp;
- * XEP-0153: vCard-Based Avatars;
- * XEP-0045: Multi-User Chat (incompletely);
- * XEP-0078: Non-SASL Authentication;
- * XEP-0138: Stream Compression;
- * XEP-0203: Delayed Delivery;
- * XEP-0091: Legacy Delayed Delivery;
- * XEP-0199: XMPP Ping;
- * XEP-0147: XMPP URI Scheme Query Components;
- * XEP-0085: Chat State Notifications;
- * XEP-0184: Message Delivery Receipts;
- * XEP-0155: Stanza Session Negotiation;
- * XEP-0059: Result Set Management;
- * XEP-0136: Message Archiving;
- * XEP-0224: Attention.
+ * RFC-3920: Core;
+ * RFC-3921: Instant Messaging and Presence;
+ * XEP-0030: Service Discovery;
+ * XEP-0128: Service Discovery Extensions;
+ * XEP-0115: Entity Capabilities;
+ * XEP-0054: vcard-temp;
+ * XEP-0153: vCard-Based Avatars;
+ * XEP-0045: Multi-User Chat (incompletely);
+ * XEP-0078: Non-SASL Authentication;
+ * XEP-0138: Stream Compression;
+ * XEP-0203: Delayed Delivery;
+ * XEP-0091: Legacy Delayed Delivery;
+ * XEP-0199: XMPP Ping;
+ * XEP-0147: XMPP URI Scheme Query Components;
+ * XEP-0085: Chat State Notifications;
+ * XEP-0184: Message Delivery Receipts;
+ * XEP-0155: Stanza Session Negotiation;
+ * XEP-0059: Result Set Management;
+ * XEP-0136: Message Archiving;
+ * XEP-0224: Attention.
RepoType: git
Repo: https://github.com/redsolution/xabber-android.git
diff --git a/metadata/com.xabber.android.yml b/metadata/com.xabber.android.yml
index b17416c43f..95986f140d 100644
--- a/metadata/com.xabber.android.yml
+++ b/metadata/com.xabber.android.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- Tracking:
- en-US: The app connects to xabber.com on every start even if "send errors
- and debug info" is disabled.
+ Tracking:
+ en-US: The app connects to xabber.com on every start even if "send errors and
+ debug info" is disabled.
Categories:
- Internet
License: GPL-3.0-only
@@ -15,72 +15,72 @@ Donate: https://www.xabber.com/crowdfunding/
Name: Xabber
Description: |-
- Open source Jabber (XMPP) client with multi-account support, clean interface. Free (as in freedom!) and ad-free, Xabber is the best and most popular Jabber client for Android. It is built to provide users with a simple, fast and secure messaging based on interoperable open standards. Xabber is also available for a browser, with an iOS version coming soon.
+ Open source Jabber (XMPP) client with multi-account support, clean interface. Free (as in freedom!) and ad-free, Xabber is the best and most popular Jabber client for Android. It is built to provide users with a simple, fast and secure messaging based on interoperable open standards. Xabber is also available for a browser, with an iOS version coming soon.
- Features
- * Modern material interface and great user experience
- * Device synchronization
- * Dynamic history loading
- * Multiple account support
- * Compatible with all standard XMPP servers
- * Sending Images and Files
- * End-to-end encryption to protect your privacy
- * Rich notification settings, including key phrases (with regular expressions, no less!)
- * Efficient power management
+ Features
+ * Modern material interface and great user experience
+ * Device synchronization
+ * Dynamic history loading
+ * Multiple account support
+ * Compatible with all standard XMPP servers
+ * Sending Images and Files
+ * End-to-end encryption to protect your privacy
+ * Rich notification settings, including key phrases (with regular expressions, no less!)
+ * Efficient power management
- With Xabber, you are free to customize the interface to a great extent, search and organize your contacts and even export your chats.
+ With Xabber, you are free to customize the interface to a great extent, search and organize your contacts and even export your chats.
- XMPP Features
+ XMPP Features
- Xabber supports many extensions to XMPP protocol, called XEPs (XMPP Extension Protocols):
- * RFC-3920: Core
- * RFC-3921: Instant Messaging and Presence
- * XEP-0012: Last Activity
- * XEP-0030: Service Discovery
- * XEP-0045: Multi-User Chat (partial)
- * XEP-0048: Bookmarks
- * XEP-0054: vcard-temp
- * XEP-0059: Result Set Management
- * XEP-0078: Non-SASL Authentication
- * XEP-0085: Chat State Notifications
- * XEP-0091: Legacy Delayed Delivery
- * XEP-0115: Entity Capabilities
- * XEP-0128: Service Discovery Extensions
- * XEP-0138: Stream Compression
- * XEP-0147: XMPP URI Scheme Query Components
- * XEP-0153: vCard-Based Avatars
- * XEP-0155: Stanza Session Negotiation
- * XEP-0184: Message Delivery Receipts
- * XEP-0191: Blocking Command
- * XEP-0198: Stream Management
- * XEP-0199: XMPP Ping
- * XEP-0203: Delayed Delivery
- * XEP-0221: Data Forms Media Element
- * XEP-0224: Attention
- * XEP-0237: Roster Versioning
- * XEP-0280: Message Carbons
- * XEP-0297: Stanza Forwarding
- * XEP-0313: Message Archive Management
- * XEP-0333: Chat Markers
- * XEP-0359: Unique and Stable Stanza IDs
- * XEP-0363: HTTP Upload
+ Xabber supports many extensions to XMPP protocol, called XEPs (XMPP Extension Protocols):
+ * RFC-3920: Core
+ * RFC-3921: Instant Messaging and Presence
+ * XEP-0012: Last Activity
+ * XEP-0030: Service Discovery
+ * XEP-0045: Multi-User Chat (partial)
+ * XEP-0048: Bookmarks
+ * XEP-0054: vcard-temp
+ * XEP-0059: Result Set Management
+ * XEP-0078: Non-SASL Authentication
+ * XEP-0085: Chat State Notifications
+ * XEP-0091: Legacy Delayed Delivery
+ * XEP-0115: Entity Capabilities
+ * XEP-0128: Service Discovery Extensions
+ * XEP-0138: Stream Compression
+ * XEP-0147: XMPP URI Scheme Query Components
+ * XEP-0153: vCard-Based Avatars
+ * XEP-0155: Stanza Session Negotiation
+ * XEP-0184: Message Delivery Receipts
+ * XEP-0191: Blocking Command
+ * XEP-0198: Stream Management
+ * XEP-0199: XMPP Ping
+ * XEP-0203: Delayed Delivery
+ * XEP-0221: Data Forms Media Element
+ * XEP-0224: Attention
+ * XEP-0237: Roster Versioning
+ * XEP-0280: Message Carbons
+ * XEP-0297: Stanza Forwarding
+ * XEP-0313: Message Archive Management
+ * XEP-0333: Chat Markers
+ * XEP-0359: Unique and Stable Stanza IDs
+ * XEP-0363: HTTP Upload
- Xabber is under active development and is regularly improved.
+ Xabber is under active development and is regularly improved.
- Support policy
+ Support policy
- Let's get the record straight: unless you are using our paid services, we don't owe you anything. The software is provided as is, with no warranty and no guarantee to work with all ill-configured servers/networks on every device with non-stock Android crippled by phone manufacturers.
+ Let's get the record straight: unless you are using our paid services, we don't owe you anything. The software is provided as is, with no warranty and no guarantee to work with all ill-configured servers/networks on every device with non-stock Android crippled by phone manufacturers.
- We do, however, have great sympathy for any decent person who requires support, and we do try to help. You just have to ask nicely. If you are rude, make demands, feel entitled to premium service or lecture us how to behave, we kindly ask you to uninstall our app and be gone for good.
+ We do, however, have great sympathy for any decent person who requires support, and we do try to help. You just have to ask nicely. If you are rude, make demands, feel entitled to premium service or lecture us how to behave, we kindly ask you to uninstall our app and be gone for good.
- Getting support
- * Read F.A.Q. on our website, you'll be amazed how many issues are already covered!
- * Email is the best way to get tech support. Be nice, and we'll do our best to provide you help. Please, describe your issue in detail. If possible, attach screenshots and debug logs that would help us understand what went wrong.
+ Getting support
+ * Read F.A.Q. on our website, you'll be amazed how many issues are already covered!
+ * Email is the best way to get tech support. Be nice, and we'll do our best to provide you help. Please, describe your issue in detail. If possible, attach screenshots and debug logs that would help us understand what went wrong.
- For more information visit xabber.com or follow @xabber_xmpp on Twitter.
+ For more information visit xabber.com or follow @xabber_xmpp on Twitter.
- Antifeatures:
- * Tracking - The app connects to xabber.com on every start even if "send errors and debug info" is disabled. More info here and in their Privacy policy.
+ Antifeatures:
+ * Tracking - The app connects to xabber.com on every start even if "send errors and debug info" is disabled. More info here and in their Privacy policy.
RepoType: git
Repo: https://github.com/redsolution/xabber-android.git
@@ -99,8 +99,8 @@ Builds:
- sed -i -e 's/4.1/5.1.1/' gradle/wrapper/gradle-wrapper.properties
MaintainerNotes: |-
- Upstream uses the (untrusted) igniterealtime Maven repository for Smack.
- Can't enable AUM yet, see: https://gitlab.com/fdroid/fdroidserver/issues/700
+ Upstream uses the (untrusted) igniterealtime Maven repository for Smack.
+ Can't enable AUM yet, see: https://gitlab.com/fdroid/fdroidserver/issues/700
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/com.xabber.androiddev.yml b/metadata/com.xabber.androiddev.yml
index 6a0b4539f5..5346a8e8a9 100644
--- a/metadata/com.xabber.androiddev.yml
+++ b/metadata/com.xabber.androiddev.yml
@@ -9,36 +9,36 @@ Changelog: https://github.com/redsolution/xabber-android/releases
Name: Xabber
AutoName: Xabber Development Version
Description: |-
- Note: This version is no longer supported, being replaced with https://f-droid.org/packages/com.xabber.android.
+ Note: This version is no longer supported, being replaced with https://f-droid.org/packages/com.xabber.android.
- Jabber (XMPP) client app with multiple accounts, privacy modes and a clean and
- simple interface. This version is tracking recent development builds, for legacy
- devices there is also https://f-droid.org/packages/com.xabber.android.classic.
+ Jabber (XMPP) client app with multiple accounts, privacy modes and a clean and
+ simple interface. This version is tracking recent development builds, for legacy
+ devices there is also https://f-droid.org/packages/com.xabber.android.classic.
- Supported protocols:
+ Supported protocols:
- * RFC-3920: Core;
- * RFC-3921: Instant Messaging and Presence;
- * XEP-0030: Service Discovery;
- * XEP-0128: Service Discovery Extensions;
- * XEP-0115: Entity Capabilities;
- * XEP-0054: vcard-temp;
- * XEP-0153: vCard-Based Avatars;
- * XEP-0045: Multi-User Chat (incompletely);
- * XEP-0078: Non-SASL Authentication;
- * XEP-0138: Stream Compression;
- * XEP-0203: Delayed Delivery;
- * XEP-0091: Legacy Delayed Delivery;
- * XEP-0199: XMPP Ping;
- * XEP-0147: XMPP URI Scheme Query Components;
- * XEP-0085: Chat State Notifications;
- * XEP-0184: Message Delivery Receipts;
- * XEP-0155: Stanza Session Negotiation;
- * XEP-0059: Result Set Management;
- * XEP-0136: Message Archiving;
- * XEP-0224: Attention.
- * XEP-0077: In-Band Registration
- * XEP-0280: Message Carbons
+ * RFC-3920: Core;
+ * RFC-3921: Instant Messaging and Presence;
+ * XEP-0030: Service Discovery;
+ * XEP-0128: Service Discovery Extensions;
+ * XEP-0115: Entity Capabilities;
+ * XEP-0054: vcard-temp;
+ * XEP-0153: vCard-Based Avatars;
+ * XEP-0045: Multi-User Chat (incompletely);
+ * XEP-0078: Non-SASL Authentication;
+ * XEP-0138: Stream Compression;
+ * XEP-0203: Delayed Delivery;
+ * XEP-0091: Legacy Delayed Delivery;
+ * XEP-0199: XMPP Ping;
+ * XEP-0147: XMPP URI Scheme Query Components;
+ * XEP-0085: Chat State Notifications;
+ * XEP-0184: Message Delivery Receipts;
+ * XEP-0155: Stanza Session Negotiation;
+ * XEP-0059: Result Set Management;
+ * XEP-0136: Message Archiving;
+ * XEP-0224: Attention.
+ * XEP-0077: In-Band Registration
+ * XEP-0280: Message Carbons
RepoType: git
Repo: https://github.com/redsolution/xabber-android.git
@@ -290,12 +290,12 @@ Builds:
build.gradle
MaintainerNotes: |-
- Upstream uses the (untrusted) igniterealtime Maven repository for Smack.
- While it does this, before adding an update, make sure
- smackCommitShortHash is the commit corresponding to the Smack snapshot
- used by upstream. To do this, cross reference xabber/build.gradle
- dependencies (version/date) with commits in igniterealtime's Smack
- github respository (may not be in master branch).
+ Upstream uses the (untrusted) igniterealtime Maven repository for Smack.
+ While it does this, before adding an update, make sure
+ smackCommitShortHash is the commit corresponding to the Smack snapshot
+ used by upstream. To do this, cross reference xabber/build.gradle
+ dependencies (version/date) with commits in igniterealtime's Smack
+ github respository (may not be in master branch).
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.xargsgrep.portknocker.yml b/metadata/com.xargsgrep.portknocker.yml
index 5f91f14414..4b1c61b9f1 100644
--- a/metadata/com.xargsgrep.portknocker.yml
+++ b/metadata/com.xargsgrep.portknocker.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/xargsgrep/PortKnocker/issues
AutoName: Port Knocker
Description: |-
- A basic port knocker client. Also includes a widget and the ability to choose an
- application to launch after knocking.
+ A basic port knocker client. Also includes a widget and the ability to choose an
+ application to launch after knocking.
RepoType: git
Repo: https://github.com/xargsgrep/PortKnocker.git
diff --git a/metadata/com.xatik.app.droiddraw.client.yml b/metadata/com.xatik.app.droiddraw.client.yml
index 2809dc830a..e48fa9e72a 100644
--- a/metadata/com.xatik.app.droiddraw.client.yml
+++ b/metadata/com.xatik.app.droiddraw.client.yml
@@ -6,15 +6,15 @@ IssueTracker: https://bitbucket.org/XatikGroup/droiddraw/issues
AutoName: Droid Draw
Description: |-
- Control a pen holding Android and create complex shapes using part of the LOGO
- programming language. Not sure what Turtle Graphics and LOGO programming is? The
- original Turtle Graphics allowed a user to enter commands which represented what
- would be drawn out out on a Cartesian plane. Droid Draw brings this same
- functionality to Android users.
+ Control a pen holding Android and create complex shapes using part of the LOGO
+ programming language. Not sure what Turtle Graphics and LOGO programming is? The
+ original Turtle Graphics allowed a user to enter commands which represented what
+ would be drawn out out on a Cartesian plane. Droid Draw brings this same
+ functionality to Android users.
- Not sure what to do? Make sure to check out the help section in the app or visit
- the website. There is information on how to use the app and what every command
- does.
+ Not sure what to do? Make sure to check out the help section in the app or visit
+ the website. There is information on how to use the app and what every command
+ does.
Builds:
- versionName: 1.0.0
@@ -24,7 +24,7 @@ Builds:
srclibs:
- ActionBarSherlock@6e3f2bb5
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
androidupdate:
- .
- ../TouchListView
diff --git a/metadata/com.xda.theme.cyanogenmod.yml b/metadata/com.xda.theme.cyanogenmod.yml
index 308d93cc78..826065d19a 100644
--- a/metadata/com.xda.theme.cyanogenmod.yml
+++ b/metadata/com.xda.theme.cyanogenmod.yml
@@ -5,8 +5,8 @@ SourceCode: https://github.com/enricocid/ChocoUI---XDA-Colors
AutoName: ChocoUI (XDA colors)
Description: |-
- Chocolate styled theme for Cyanogenmod. It's based on the former
- XDA colors.
+ Chocolate styled theme for Cyanogenmod. It's based on the former
+ XDA colors.
Builds:
- versionName: '4'
diff --git a/metadata/com.xenris.liquidwarsos.yml b/metadata/com.xenris.liquidwarsos.yml
index 24a16e2ce3..ed5555ae9d 100644
--- a/metadata/com.xenris.liquidwarsos.yml
+++ b/metadata/com.xenris.liquidwarsos.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/xenris/liquid-wars-android/issues
AutoName: Liquid Wars OS
Description: |-
- Liquid Wars is a complete rewrite and redesign of the original game
- Liquid War, but has been designed for the
- Android operating system.
+ Liquid Wars is a complete rewrite and redesign of the original game
+ Liquid War, but has been designed for the
+ Android operating system.
RepoType: git
Repo: https://github.com/xenris/liquid-wars-android.git
diff --git a/metadata/com.xlythe.calculator.material.yml b/metadata/com.xlythe.calculator.material.yml
index 65e9f0f433..a8d66b9d16 100644
--- a/metadata/com.xlythe.calculator.material.yml
+++ b/metadata/com.xlythe.calculator.material.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/Xlythe/android_packages_apps_Calculator/issues
AutoName: Calculator
Description: |-
- A simple calculator that tries to make graphing and matrix math as simple as
- adding or multiplying two numbers. Slide left and right to access more panels.
+ A simple calculator that tries to make graphing and matrix math as simple as
+ adding or multiplying two numbers. Slide left and right to access more panels.
- Continuation of https://f-droid.org/packages/com.android2.calculator3.
+ Continuation of https://f-droid.org/packages/com.android2.calculator3.
RepoType: git
Repo: https://github.com/Xlythe/android_packages_apps_Calculator.git
diff --git a/metadata/com.xlythe.minecraftclock.yml b/metadata/com.xlythe.minecraftclock.yml
index d0a6a2f5f6..9d4300aa9c 100644
--- a/metadata/com.xlythe.minecraftclock.yml
+++ b/metadata/com.xlythe.minecraftclock.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/Xlythe/MinecraftClock/issues
AutoName: Minecraft Clock
Description: |-
- A Minecraft widget for your lockscreen and home screen. The dial will rotate
- between day and night in real time.
+ A Minecraft widget for your lockscreen and home screen. The dial will rotate
+ between day and night in real time.
RepoType: git
Repo: https://github.com/Xlythe/MinecraftClock
diff --git a/metadata/com.xmission.trevin.android.todo.yml b/metadata/com.xmission.trevin.android.todo.yml
index 653ab18830..6a81dc84d0 100644
--- a/metadata/com.xmission.trevin.android.todo.yml
+++ b/metadata/com.xmission.trevin.android.todo.yml
@@ -7,8 +7,8 @@ IssueTracker: https://sourceforge.net/p/androidtodolist/tickets
AutoName: To Do
Description: |-
- Categorize and prioritize checklists, assign due dates and alarms, set highly
- configurable recurring tasks, and add detailed notes to items.
+ Categorize and prioritize checklists, assign due dates and alarms, set highly
+ configurable recurring tasks, and add detailed notes to items.
RepoType: git
Repo: https://git.code.sf.net/p/androidtodolist/code
@@ -20,9 +20,9 @@ Builds:
target: android-19
MaintainerNotes: |-
- Upstream's ant target android-7 is ridicolously old. They probably forgot to
- set a newer version somewhere, since this app is recent. Remove target= once
- they do.
+ Upstream's ant target android-7 is ridicolously old. They probably forgot to
+ set a newer version somewhere, since this app is recent. Remove target= once
+ they do.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/com.xperia64.timidityae.yml b/metadata/com.xperia64.timidityae.yml
index 8badd9c758..fb20d38f72 100644
--- a/metadata/com.xperia64.timidityae.yml
+++ b/metadata/com.xperia64.timidityae.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeAssets:
- en-US: Included soundfont 8Rock11e is not libre.
+ NonFreeAssets:
+ en-US: Included soundfont 8Rock11e is not libre.
Categories:
- Multimedia
License: GPL-2.0-only
@@ -9,24 +9,24 @@ IssueTracker: https://github.com/xperia64/timidity-ae/issues
AutoName: Timidity AE
Description: |-
- Multimedia player focused on playing MIDI files. Instead of built-in Android
- MIDI playing features, it uses Timidity++ engine and allows specifying
- soundfonts and options. Included soundfont 8Rock11e seems to have non-free
- license "Distribute freely. Don't disassemble."
+ Multimedia player focused on playing MIDI files. Instead of built-in Android
+ MIDI playing features, it uses Timidity++ engine and allows specifying
+ soundfonts and options. Included soundfont 8Rock11e seems to have non-free
+ license "Distribute freely. Don't disassemble."
- Features include:
+ Features include:
- * High quality MIDI file playback far superior to Android's built in Synth
- * Support for multiple user-set SoundFonts or patch sets
- * Multi-track mixer with support for per-track instrument and volume adjustment (only available for MIDI and MOD files)
- * Tempo, pitch, voice, and resampling controls
- * Create, save, and load custom instrument and volume configurations
- * Additional support for Amiga MOD files as well as the formats Android natively supports (mp3, ogg, flac, etc)
- * Export MIDI or MOD files to wav
- * Compressed .sfArk and .sfArk.exe SoundFont extraction
- * Notification with playback buttons (Honeycomb or later)
- * Folder and playlist based music organization
- * Dark and light themes
+ * High quality MIDI file playback far superior to Android's built in Synth
+ * Support for multiple user-set SoundFonts or patch sets
+ * Multi-track mixer with support for per-track instrument and volume adjustment (only available for MIDI and MOD files)
+ * Tempo, pitch, voice, and resampling controls
+ * Create, save, and load custom instrument and volume configurations
+ * Additional support for Amiga MOD files as well as the formats Android natively supports (mp3, ogg, flac, etc)
+ * Export MIDI or MOD files to wav
+ * Compressed .sfArk and .sfArk.exe SoundFont extraction
+ * Notification with playback buttons (Honeycomb or later)
+ * Folder and playlist based music organization
+ * Dark and light themes
RepoType: git
Repo: https://github.com/xperia64/timidity-ae
diff --git a/metadata/com.xrcbapp.yml b/metadata/com.xrcbapp.yml
index 8d525e5b64..2ab7f05736 100644
--- a/metadata/com.xrcbapp.yml
+++ b/metadata/com.xrcbapp.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: Tethered to the XRCB servers (you cannot change the instance).
- Tracking:
- en-US: Uses Matomo to track statistics (cannot be disabled).
+ NonFreeNet:
+ en-US: Tethered to the XRCB servers (you cannot change the instance).
+ Tracking:
+ en-US: Uses Matomo to track statistics (cannot be disabled).
Categories:
- Internet
License: GPL-3.0-only
diff --git a/metadata/com.yacgroup.yacguide.dev.yml b/metadata/com.yacgroup.yacguide.dev.yml
index f58b290ee2..4b29db8e86 100644
--- a/metadata/com.yacgroup.yacguide.dev.yml
+++ b/metadata/com.yacgroup.yacguide.dev.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App connects to kasserver.com.
+ NonFreeNet:
+ en-US: App connects to kasserver.com.
Categories:
- Sports & Health
License: GPL-3.0-only
diff --git a/metadata/com.yacgroup.yacguide.yml b/metadata/com.yacgroup.yacguide.yml
index d4838b9c8d..19b9cfec36 100644
--- a/metadata/com.yacgroup.yacguide.yml
+++ b/metadata/com.yacgroup.yacguide.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Database is loaded from a non-libre server
+ NonFreeNet:
+ en-US: Database is loaded from a non-libre server
Categories:
- Sports & Health
License: GPL-3.0-only
diff --git a/metadata/com.yakovlevegor.DroidRec.yml b/metadata/com.yakovlevegor.DroidRec.yml
index 521c4660f7..015c94c6d2 100644
--- a/metadata/com.yakovlevegor.DroidRec.yml
+++ b/metadata/com.yakovlevegor.DroidRec.yml
@@ -18,7 +18,7 @@ Builds:
commit: 078000b6ccf3579f259173bfd9ba816f89cae042
output: out-aligned.apk
prebuild: $$SDK$$/tools/bin/sdkmanager 'build-tools;32.0.0' 'platforms;android-32'
- > /dev/null
+ > /dev/null
build: ./build.bash $$SDK$$/platforms/android-32 $$SDK$$/build-tools/32.0.0
- versionName: '1.4'
diff --git a/metadata/com.yasfa.views.yml b/metadata/com.yasfa.views.yml
index c7f75f6579..85727f7ed0 100644
--- a/metadata/com.yasfa.views.yml
+++ b/metadata/com.yasfa.views.yml
@@ -7,9 +7,9 @@ IssueTracker: https://github.com/IanEH/YASFA1/issues
AutoName: YASFA
Description: |-
- Helps people who have lost the ability to speak: Flip through the screens with a
- single finger and select words/sentences to speak aloud. Right now, only English
- is supported.
+ Helps people who have lost the ability to speak: Flip through the screens with a
+ single finger and select words/sentences to speak aloud. Right now, only English
+ is supported.
RepoType: git
Repo: https://github.com/IanEH/YASFA1
diff --git a/metadata/com.yassirh.digitalocean.yml b/metadata/com.yassirh.digitalocean.yml
index ce8cae203a..ce49e790bd 100644
--- a/metadata/com.yassirh.digitalocean.yml
+++ b/metadata/com.yassirh.digitalocean.yml
@@ -6,15 +6,15 @@ IssueTracker: https://github.com/yassirh/digital-ocean-swimmer/issues
AutoName: DO Swimmer
Description: |-
- Manage DigitalOcean droplets (virtual private servers) from your device.
+ Manage DigitalOcean droplets (virtual private servers) from your device.
- Features:
+ Features:
- * Droplets: create, reboot, boot, shutdown, reset password, resize, take snapshots, enable/disable backups, rename and destroy
- * Domains: create, update and destroy
- * Domain records : create, update and destroy
- * SSH Keys: create, update and destroy
- * Multiple account support
+ * Droplets: create, reboot, boot, shutdown, reset password, resize, take snapshots, enable/disable backups, rename and destroy
+ * Domains: create, update and destroy
+ * Domain records : create, update and destroy
+ * SSH Keys: create, update and destroy
+ * Multiple account support
RepoType: git
Repo: https://github.com/yassirh/digital-ocean-swimmer
diff --git a/metadata/com.ymber.eleven.yml b/metadata/com.ymber.eleven.yml
index 04d33caa36..04633a44d1 100644
--- a/metadata/com.ymber.eleven.yml
+++ b/metadata/com.ymber.eleven.yml
@@ -11,9 +11,9 @@ Bitcoin: 12aDckQC6YHEn75zReQWxXFCivBBNXfRjM
AutoName: Eleven
Summary: Default LineageOS music player
Description: |-
- Music player with song, album, and artist sort and playlist support. Eleven is
- the default music player for LineageOS. This build is built from modified
- sources based on the Cyanogenmod 14.1 release of Eleven.
+ Music player with song, album, and artist sort and playlist support. Eleven is
+ the default music player for LineageOS. This build is built from modified
+ sources based on the Cyanogenmod 14.1 release of Eleven.
Builds:
- versionName: '1.0'
@@ -24,7 +24,7 @@ Builds:
- yes
MaintainerNotes: Built from https://github.com/dwi336/Eleven
- with modified build files and structure.
+ with modified build files and structure.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/com.yubico.yubiclip.yml b/metadata/com.yubico.yubiclip.yml
index f8c6d82670..12570fbf00 100644
--- a/metadata/com.yubico.yubiclip.yml
+++ b/metadata/com.yubico.yubiclip.yml
@@ -7,27 +7,27 @@ Changelog: https://github.com/Yubico/yubiclip-android/blob/HEAD/NEWS
AutoName: YubiClip
Description: |-
- Read a One-Time Password (OTP) from a YubiKey NEO over NFC, and copy it to the
- system clipboard.
+ Read a One-Time Password (OTP) from a YubiKey NEO over NFC, and copy it to the
+ system clipboard.
- Once installed the app does not need to be started. Just swiping the YubiKey NEO
- against the phones NFC reader will cause it to run, displaying a message to
- indicate that the OTP has been copied, all without leaving the currently running
- app.
+ Once installed the app does not need to be started. Just swiping the YubiKey NEO
+ against the phones NFC reader will cause it to run, displaying a message to
+ indicate that the OTP has been copied, all without leaving the currently running
+ app.
- Note that the default NDEF programming needs to be used. If you've reprogrammed
- the NDEF tag of your YubiKey NEO, you will need to change it back to the URL:
- https://my.yubico.com/neo/
+ Note that the default NDEF programming needs to be used. If you've reprogrammed
+ the NDEF tag of your YubiKey NEO, you will need to change it back to the URL:
+ https://my.yubico.com/neo/
- This can be done using the
- personalization
- tool.
+ This can be done using the
+ personalization
+ tool.
- When using a YubiKey NEO with a static password in scan code mode you will need
- to configure which keyboard layout to use in the YubiClip Settings. Currently
- only the US layout is supported. If you would like to see additional layout
- support, please consider contributing code via a pull request to
- our source code repositiory.
+ When using a YubiKey NEO with a static password in scan code mode you will need
+ to configure which keyboard layout to use in the YubiClip Settings. Currently
+ only the US layout is supported. If you would like to see additional layout
+ support, please consider contributing code via a pull request to
+ our source code repositiory.
RepoType: git
Repo: https://github.com/Yubico/yubiclip-android.git
diff --git a/metadata/com.yubico.yubioath.yml b/metadata/com.yubico.yubioath.yml
index 63864385f3..392224dc7b 100644
--- a/metadata/com.yubico.yubioath.yml
+++ b/metadata/com.yubico.yubioath.yml
@@ -10,10 +10,10 @@ Changelog: https://raw.githubusercontent.com/Yubico/yubioath-flutter/HEAD/NEWS
AutoName: Yubico Authenticator
Description: |-
- Store your unique credential on a hardware-backed security key and take it wherever
- you go from mobile to desktop. No more storing sensitive secrets on your mobile
- phone, leaving your account vulnerable to takeovers. With the Yubico Authenticator
- you can raise the bar for security.
+ Store your unique credential on a hardware-backed security key and take it wherever
+ you go from mobile to desktop. No more storing sensitive secrets on your mobile
+ phone, leaving your account vulnerable to takeovers. With the Yubico Authenticator
+ you can raise the bar for security.
RepoType: git
Repo: https://github.com/Yubico/yubioath-flutter.git
diff --git a/metadata/com.yubico.yubitotp.yml b/metadata/com.yubico.yubitotp.yml
index 19c5e4668f..598fae761d 100644
--- a/metadata/com.yubico.yubitotp.yml
+++ b/metadata/com.yubico.yubitotp.yml
@@ -6,16 +6,16 @@ IssueTracker: https://github.com/Yubico/yubitotp-android/issues
AutoName: YubiTOTP
Description: |-
- Generate One-Time Passwords (OTPs) using a YubiKey NEO hardware, connected using
- NFC. It generates codes that are compatible with Google two-step verification,
- and can be used with any other site that supports OATH TOTP.
+ Generate One-Time Passwords (OTPs) using a YubiKey NEO hardware, connected using
+ NFC. It generates codes that are compatible with Google two-step verification,
+ and can be used with any other site that supports OATH TOTP.
- There are two apps for YubiKey NEO and OATH: YubiTOTP and YubiOATH. They work
- differently, and both are supported, but to get the most features and best user
- experience we recommend use of YubiOATH. The YubiTOTP app works with all YubiKey
- NEOs, however it is more limited than the YubiOATH app. The YubiOATH app
- requires that the (free software) ykneo-oath applet has been loaded on to the
- YubiKey NEO. The YubiTOTP app is still maintained for backwards compatibility.
+ There are two apps for YubiKey NEO and OATH: YubiTOTP and YubiOATH. They work
+ differently, and both are supported, but to get the most features and best user
+ experience we recommend use of YubiOATH. The YubiTOTP app works with all YubiKey
+ NEOs, however it is more limited than the YubiOATH app. The YubiOATH app
+ requires that the (free software) ykneo-oath applet has been loaded on to the
+ YubiKey NEO. The YubiTOTP app is still maintained for backwards compatibility.
RepoType: git
Repo: https://github.com/Yubico/yubitotp-android.git
diff --git a/metadata/com.zachrattner.pockettalk.yml b/metadata/com.zachrattner.pockettalk.yml
index bdbdd54da3..a94fb5493a 100644
--- a/metadata/com.zachrattner.pockettalk.yml
+++ b/metadata/com.zachrattner.pockettalk.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/zachrattner/pockettalk/issues
AutoName: Pocket Talk
Description: |-
- You're driving down the highway when a text message comes in. Your phone's in
- your pocket, so what do you do? Risk your life as well as the lives of the
- others around you as you fish around in your pocket, or read the message with
- your thigh as your phone vibrates the contents of the message in International
- Morse Code? Be sure to turn vibration on though, as the default setting just
- reads texts out loud.
+ You're driving down the highway when a text message comes in. Your phone's in
+ your pocket, so what do you do? Risk your life as well as the lives of the
+ others around you as you fish around in your pocket, or read the message with
+ your thigh as your phone vibrates the contents of the message in International
+ Morse Code? Be sure to turn vibration on though, as the default setting just
+ reads texts out loud.
RepoType: git
Repo: https://github.com/zachrattner/pockettalk.git
diff --git a/metadata/com.zagayevskiy.pacman.yml b/metadata/com.zagayevskiy.pacman.yml
index 02261dd748..d8c72f7ab6 100644
--- a/metadata/com.zagayevskiy.pacman.yml
+++ b/metadata/com.zagayevskiy.pacman.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/zagayevskiy/Pacman/issues
AutoName: 'Pyroman: Jaws of Fire'
Description: |-
- A a Pac*-like game. Meet the old legend in the new form! Light your own fire,
- get into maze and don't let to extinguish you. Try the Jaws of Fire!
+ A a Pac*-like game. Meet the old legend in the new form! Light your own fire,
+ get into maze and don't let to extinguish you. Try the Jaws of Fire!
RepoType: git
Repo: https://github.com/zagayevskiy/Pacman.git
@@ -19,7 +19,7 @@ Builds:
prebuild: sed -i '8s/__/\/\//g' jni/log.h
target: android-15
build: $$NDK$$/ndk-build -i -k -I "$$NDK$$/platforms/android-9/arch-arm/usr/lib"
- -I "$$NDK$$/platforms/android-9/arch-arm/usr/include"
+ -I "$$NDK$$/platforms/android-9/arch-arm/usr/include"
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/com.zapta.apps.maniana.yml b/metadata/com.zapta.apps.maniana.yml
index 443c56ba01..fc08895b23 100644
--- a/metadata/com.zapta.apps.maniana.yml
+++ b/metadata/com.zapta.apps.maniana.yml
@@ -5,11 +5,11 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/https://maniana.g
AutoName: Maniana
Description: |-
- "An errand a day keeps the troubles away".
+ "An errand a day keeps the troubles away".
- A fun, and informal way to progress with your todo list. Maniana (man-ya-na)
- helps you to answer a simple question "which of my errands am I going to do
- today?". A perfect solution for every procrastinator!
+ A fun, and informal way to progress with your todo list. Maniana (man-ya-na)
+ helps you to answer a simple question "which of my errands am I going to do
+ today?". A perfect solution for every procrastinator!
Builds:
- versionName: 1.01.18
diff --git a/metadata/com.zaren.yml b/metadata/com.zaren.yml
index 501dee6ec1..77cf2c1528 100644
--- a/metadata/com.zaren.yml
+++ b/metadata/com.zaren.yml
@@ -8,11 +8,11 @@ IssueTracker: https://github.com/zaren678/Hdhomerun-signal-meter/issues
AutoName: Hdhomerun Signal Meter
Description: |-
- Discover, tune, and perform a channel scan on your Hdhomerun device — a sort of
- network attached TV tuner. The signal strengths and data rates will be displayed
- for the channel tuned to.
+ Discover, tune, and perform a channel scan on your Hdhomerun device — a sort of
+ network attached TV tuner. The signal strengths and data rates will be displayed
+ for the channel tuned to.
- The proprietary Google Admob binary was removed before building.
+ The proprietary Google Admob binary was removed before building.
RepoType: git
Repo: https://github.com/zaren678/Hdhomerun-signal-meter
diff --git a/metadata/com.zeapo.pwdstore.yml b/metadata/com.zeapo.pwdstore.yml
index b812c6ad73..55a6dc8ef1 100644
--- a/metadata/com.zeapo.pwdstore.yml
+++ b/metadata/com.zeapo.pwdstore.yml
@@ -11,21 +11,21 @@ Bitcoin: 1H1Z1NPTrR5Cej9bKV3Hu4f5WJZYtkbpox
AutoName: Password Store (legacy)
Description: |-
- Simple password manager that is compatible with pass: Passwords are stored in simple text files which are encrypted with
- OpenPGP.
+ Simple password manager that is compatible with pass: Passwords are stored in simple text files which are encrypted with
+ OpenPGP.
- Requires https://f-droid.org/packages/org.sufficientlysecure.keychain to encrypt and decrypt passwords.
+ Requires https://f-droid.org/packages/org.sufficientlysecure.keychain to encrypt and decrypt passwords.
- Features:
+ Features:
- * Clone an existing pass repository
- * Initialize a new pass repository
- * List the passwords
- * Handle the directories as categories
- * Decrypt the password files (first line is the password, the rest is extra data)
- * Add a new password to the current category (or no category if added at the root)
- * Pull and Push changes to the remote repository
- * Ability to change remote repository info
+ * Clone an existing pass repository
+ * Initialize a new pass repository
+ * List the passwords
+ * Handle the directories as categories
+ * Decrypt the password files (first line is the password, the rest is extra data)
+ * Add a new password to the current category (or no category if added at the root)
+ * Pull and Push changes to the remote repository
+ * Ability to change remote repository info
RepoType: git
Repo: https://github.com/android-password-store/Android-Password-Store
@@ -325,7 +325,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/sourceSets/icompileOptions {\nsourceCompatibility = JavaVersion.VERSION_1_7\ntargetCompatibility
- = JavaVersion.VERSION_1_7\n}\n' build.gradle
+ = JavaVersion.VERSION_1_7\n}\n' build.gradle
- versionName: 1.2.0.22
versionCode: 42
@@ -335,7 +335,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/sourceSets/icompileOptions {\nsourceCompatibility = JavaVersion.VERSION_1_7\ntargetCompatibility
- = JavaVersion.VERSION_1_7\n}\n' build.gradle
+ = JavaVersion.VERSION_1_7\n}\n' build.gradle
- versionName: 1.2.0.23
versionCode: 43
@@ -345,7 +345,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/sourceSets/icompileOptions {\nsourceCompatibility = JavaVersion.VERSION_1_7\ntargetCompatibility
- = JavaVersion.VERSION_1_7\n}\n' build.gradle
+ = JavaVersion.VERSION_1_7\n}\n' build.gradle
- versionName: 1.2.0.24
versionCode: 44
@@ -355,7 +355,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/sourceSets/icompileOptions {\nsourceCompatibility = JavaVersion.VERSION_1_7\ntargetCompatibility
- = JavaVersion.VERSION_1_7\n}\n' build.gradle
+ = JavaVersion.VERSION_1_7\n}\n' build.gradle
- versionName: 1.2.0.26
versionCode: 46
@@ -365,7 +365,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/sourceSets/icompileOptions {\nsourceCompatibility = JavaVersion.VERSION_1_7\ntargetCompatibility
- = JavaVersion.VERSION_1_7\n}\n' build.gradle
+ = JavaVersion.VERSION_1_7\n}\n' build.gradle
- versionName: 1.2.0.27
versionCode: 47
@@ -375,7 +375,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/sourceSets/icompileOptions {\nsourceCompatibility = JavaVersion.VERSION_1_7\ntargetCompatibility
- = JavaVersion.VERSION_1_7\n}\n' build.gradle
+ = JavaVersion.VERSION_1_7\n}\n' build.gradle
- versionName: 1.2.0.28
versionCode: 48
@@ -385,7 +385,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/sourceSets/icompileOptions {\nsourceCompatibility = JavaVersion.VERSION_1_7\ntargetCompatibility
- = JavaVersion.VERSION_1_7\n}\n' build.gradle
+ = JavaVersion.VERSION_1_7\n}\n' build.gradle
- versionName: 1.2.0.29
versionCode: 49
@@ -395,7 +395,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/sourceSets/icompileOptions {\nsourceCompatibility = JavaVersion.VERSION_1_7\ntargetCompatibility
- = JavaVersion.VERSION_1_7\n}\n' build.gradle
+ = JavaVersion.VERSION_1_7\n}\n' build.gradle
- versionName: 1.2.0.31
versionCode: 51
@@ -405,7 +405,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/sourceSets/icompileOptions {\nsourceCompatibility = JavaVersion.VERSION_1_7\ntargetCompatibility
- = JavaVersion.VERSION_1_7\n}\n' build.gradle
+ = JavaVersion.VERSION_1_7\n}\n' build.gradle
- versionName: 1.2.0.32
versionCode: 52
@@ -415,7 +415,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/sourceSets/icompileOptions {\nsourceCompatibility = JavaVersion.VERSION_1_7\ntargetCompatibility
- = JavaVersion.VERSION_1_7\n}\n' build.gradle
+ = JavaVersion.VERSION_1_7\n}\n' build.gradle
- versionName: 1.2.0.33
versionCode: 53
@@ -425,7 +425,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/sourceSets/icompileOptions {\nsourceCompatibility = JavaVersion.VERSION_1_7\ntargetCompatibility
- = JavaVersion.VERSION_1_7\n}\n' build.gradle
+ = JavaVersion.VERSION_1_7\n}\n' build.gradle
- versionName: 1.2.0.34
versionCode: 54
@@ -435,7 +435,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/sourceSets/icompileOptions {\nsourceCompatibility = JavaVersion.VERSION_1_7\ntargetCompatibility
- = JavaVersion.VERSION_1_7\n}\n' build.gradle
+ = JavaVersion.VERSION_1_7\n}\n' build.gradle
- versionName: 1.2.0.35
versionCode: 55
@@ -445,7 +445,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/sourceSets/icompileOptions {\nsourceCompatibility = JavaVersion.VERSION_1_7\ntargetCompatibility
- = JavaVersion.VERSION_1_7\n}\n' build.gradle
+ = JavaVersion.VERSION_1_7\n}\n' build.gradle
- versionName: 1.2.0.38
versionCode: 58
diff --git a/metadata/com.zegoggles.smssync.yml b/metadata/com.zegoggles.smssync.yml
index 68c8f98492..7ccd0d20a7 100644
--- a/metadata/com.zegoggles.smssync.yml
+++ b/metadata/com.zegoggles.smssync.yml
@@ -8,20 +8,20 @@ Changelog: https://github.com/jberkel/sms-backup-plus/blob/HEAD/CHANGES
AutoName: SMS Backup+
Description: |-
- Primarily designed for Gmail but also works on Google-free devices with a custom
- IMAP server.
+ Primarily designed for Gmail but also works on Google-free devices with a custom
+ IMAP server.
- Change authentication to "Plain text" in "Advanced Settings - Custom IMAP
- server", then change the server address, username and password accordingly.
- Check "Trust all certificates" if the server you are connecting to has a
- self-signed certificate.
+ Change authentication to "Plain text" in "Advanced Settings - Custom IMAP
+ server", then change the server address, username and password accordingly.
+ Check "Trust all certificates" if the server you are connecting to has a
+ self-signed certificate.
- SMS and call log data from the device are copied to a separate IMAP folder from
- where they can be restored at a later point.
+ SMS and call log data from the device are copied to a separate IMAP folder from
+ where they can be restored at a later point.
- See the source code page for more detailed instructions and FAQ.
+ See the source code page for more detailed instructions and FAQ.
- NonFreeDep: Requires Google Play Services
+ NonFreeDep: Requires Google Play Services
RepoType: git
Repo: https://github.com/jberkel/sms-backup-plus.git
diff --git a/metadata/com.zeusln.zeus.yml b/metadata/com.zeusln.zeus.yml
index e4d7967b02..b1528d16ee 100644
--- a/metadata/com.zeusln.zeus.yml
+++ b/metadata/com.zeusln.zeus.yml
@@ -10,21 +10,21 @@ Bitcoin: 3Lbz4vdt15Fsa4wVD3Yk8uGf6ugKKY4zSc
AutoName: Zeus
Description: |-
- [Note: The app is now developed under a new appID as Zeus]
+ [Note: The app is now developed under a new appID as Zeus]
- Zeus is a mobile Bitcoin app for Lightning Network Daemon (lnd) node operators
+ Zeus is a mobile Bitcoin app for Lightning Network Daemon (lnd) node operators
- Features:
+ Features:
- * Connect to your own lnd node
- * Send both on-chain and lightning transactions
- * Open or close your own channels
- * Create lightning invoices
- * Connect via lndconnect
- * Connect to a BTCPayServer node
- * Generate QRs for invoices or for peers to connect to your node
- * Supports both mainnet and testnet
- * Supports nodes connected to Tor
+ * Connect to your own lnd node
+ * Send both on-chain and lightning transactions
+ * Open or close your own channels
+ * Create lightning invoices
+ * Connect via lndconnect
+ * Connect to a BTCPayServer node
+ * Generate QRs for invoices or for peers to connect to your node
+ * Supports both mainnet and testnet
+ * Supports nodes connected to Tor
RepoType: git
Repo: https://github.com/ZeusLN/zeus.git
diff --git a/metadata/com.zionhuang.music.yml b/metadata/com.zionhuang.music.yml
index 277cb067fa..35d4ea6a20 100644
--- a/metadata/com.zionhuang.music.yml
+++ b/metadata/com.zionhuang.music.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on Youtube.
+ NonFreeNet:
+ en-US: App depends on Youtube.
Categories:
- Multimedia
License: GPL-3.0-only
diff --git a/metadata/com.zoffcc.applications.aagtl.yml b/metadata/com.zoffcc.applications.aagtl.yml
index 61cb7ef999..f37481c6f4 100644
--- a/metadata/com.zoffcc.applications.aagtl.yml
+++ b/metadata/com.zoffcc.applications.aagtl.yml
@@ -6,9 +6,9 @@ SourceCode: https://aagtl.zoffcc.com/aagtl_public1
AutoName: aagtl
Description: |-
- Loosely based on AGTL, a geocaching app for Maemo/Meego. This uses info from
- geocaching.com so you will need an account there. Works completely offline (if
- you download the cache details beforehand) and uses OpenStreetMap maps.
+ Loosely based on AGTL, a geocaching app for Maemo/Meego. This uses info from
+ geocaching.com so you will need an account there. Works completely offline (if
+ you download the cache details beforehand) and uses OpenStreetMap maps.
RepoType: git-svn
Repo: https://aagtl.zoffcc.com/aagtl_public1
diff --git a/metadata/com.zoffcc.applications.zanavi.yml b/metadata/com.zoffcc.applications.zanavi.yml
index f129cf0d49..81f52be16d 100644
--- a/metadata/com.zoffcc.applications.zanavi.yml
+++ b/metadata/com.zoffcc.applications.zanavi.yml
@@ -9,43 +9,43 @@ Bitcoin: 1ZANav18WY8ytM7bhnAEBS3bdrTohsD9p
Name: ZANavi
Description: |-
- Fork of https://f-droid.org/packages/org.navitproject.navit that drops support for other platforms and
- solely focuses on Android. It's designed to be "install and start using", so no
- fiddling with settings and xml files.
+ Fork of https://f-droid.org/packages/org.navitproject.navit that drops support for other platforms and
+ solely focuses on Android. It's designed to be "install and start using", so no
+ fiddling with settings and xml files.
- You can further improve the translations at
- Menu Translations
- and Translations.
+ You can further improve the translations at
+ Menu Translations
+ and Translations.
- Here are some screenshots:
+ Here are some screenshots:
- Screenshots
+ Screenshots
- Join us on [irc://irc.freenode.org/zanavi IRC].
+ Join us on [irc://irc.freenode.org/zanavi IRC].
- Features:
+ Features:
- * new drive-home widget (works only if the app is installed in phone, NOT sdcard)
- * index search
- * support to show GPX files
- * 3D mode
- * works offline (offline navigation)
- * world overview map
- * tunnels are visible on map
- * bridges visible on map
- * search offline OR online
- * spoken directions in many languages
- * uptodate OSM maps
- * select your language in the application
- * map preview on search results
- * aGPS
- * last destination list (bookmarks)
- * add waypoints
- * show waypoints on map
- * full world map download
- * free zoom level with pinch zoom
- * enter coordinates (lat,lon) manually
+ * new drive-home widget (works only if the app is installed in phone, NOT sdcard)
+ * index search
+ * support to show GPX files
+ * 3D mode
+ * works offline (offline navigation)
+ * world overview map
+ * tunnels are visible on map
+ * bridges visible on map
+ * search offline OR online
+ * spoken directions in many languages
+ * uptodate OSM maps
+ * select your language in the application
+ * map preview on search results
+ * aGPS
+ * last destination list (bookmarks)
+ * add waypoints
+ * show waypoints on map
+ * full world map download
+ * free zoom level with pinch zoom
+ * enter coordinates (lat,lon) manually
RepoType: git
Repo: https://github.com/zoff99/zanavi
diff --git a/metadata/com.zola.bmi.yml b/metadata/com.zola.bmi.yml
index 6d081b1549..f9fe05ba32 100644
--- a/metadata/com.zola.bmi.yml
+++ b/metadata/com.zola.bmi.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/zikalify/BMI_Calculator/issues
AutoName: BMI Calculator
Description: |-
- Calculate your Body Mass Index based on the weight and height you enter. Results
- are the same as the calculator provided by the UK's NHS.
+ Calculate your Body Mass Index based on the weight and height you enter. Results
+ are the same as the calculator provided by the UK's NHS.
RepoType: git
Repo: https://github.com/zikalify/BMI_Calculator.git
diff --git a/metadata/com.zorinos.zorin_connect.yml b/metadata/com.zorinos.zorin_connect.yml
index 2a5bdddb38..e2002e8ea7 100644
--- a/metadata/com.zorinos.zorin_connect.yml
+++ b/metadata/com.zorinos.zorin_connect.yml
@@ -7,17 +7,17 @@ IssueTracker: https://github.com/ZorinOS/zorin-connect-android/issues
AutoName: Zorin Connect
Description: |-
- Zorin Connect provides several features to integrate your phone and your computer:
+ Zorin Connect provides several features to integrate your phone and your computer:
- * Sync your phone notifications with your computer
- * Browse photos from your phone
- * Reply to SMS messages
- * Share files and links between devices
- * Use your phone as a remote control for your computer
+ * Sync your phone notifications with your computer
+ * Browse photos from your phone
+ * Reply to SMS messages
+ * Share files and links between devices
+ * Use your phone as a remote control for your computer
- The app seamlessly connects your computer and your mobile device over your local network, securely with RSA encryption.
+ The app seamlessly connects your computer and your mobile device over your local network, securely with RSA encryption.
- Please note you will need to have Zorin OS 15 installed and have enabled Zorin Connect on your computer for this app to work.
+ Please note you will need to have Zorin OS 15 installed and have enabled Zorin Connect on your computer for this app to work.
RepoType: git
Repo: https://github.com/ZorinOS/zorin-connect-android
diff --git a/metadata/com.zzzmode.appopsx.yml b/metadata/com.zzzmode.appopsx.yml
index e76e67fc23..f306a4f448 100644
--- a/metadata/com.zzzmode.appopsx.yml
+++ b/metadata/com.zzzmode.appopsx.yml
@@ -6,7 +6,7 @@ IssueTracker: https://github.com/8enet/AppOpsX/issues
Translation: https://crowdin.com/project/appopsx
Description: AppOpsX is a front-end application for the Android AppOpsService. It
- allows you to restrict app permissions.
+ allows you to restrict app permissions.
RequiresRoot: true
diff --git a/metadata/community.fairphone.checkup.yml b/metadata/community.fairphone.checkup.yml
index 8bda12e7b1..54b8a59445 100644
--- a/metadata/community.fairphone.checkup.yml
+++ b/metadata/community.fairphone.checkup.yml
@@ -7,18 +7,18 @@ IssueTracker: https://github.com/WeAreFairphone/FP2-Checkup/issues
AutoName: Fairphone Checkup
Description: |-
- This is a fork of the Fairphone 2 checkup app that has been modified in
- order to work on other devices as well.
+ This is a fork of the Fairphone 2 checkup app that has been modified in
+ order to work on other devices as well.
- It allows you to test various components of your phone:
- * Screen
- * Speakers
- * Microphones
- * Mobile connectivity
- * Wi-Fi
- * Vibration
+ It allows you to test various components of your phone:
+ * Screen
+ * Speakers
+ * Microphones
+ * Mobile connectivity
+ * Wi-Fi
+ * Vibration
- It can be useful when you need to diagnose an issue with your device.
+ It can be useful when you need to diagnose an issue with your device.
RepoType: git
Repo: https://github.com/WeAreFairphone/FP2-Checkup
diff --git a/metadata/community.fairphone.clock.yml b/metadata/community.fairphone.clock.yml
index 5c92b4535a..23e809ae09 100644
--- a/metadata/community.fairphone.clock.yml
+++ b/metadata/community.fairphone.clock.yml
@@ -17,7 +17,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/proguardFiles/d' -e '/minifyEnabled/s/true/false/' -e '/shrinkResources/s/true/false/'
- build.gradle
+ build.gradle
- versionName: 2.1.0
versionCode: 3
diff --git a/metadata/community.fairphone.mycontacts.yml b/metadata/community.fairphone.mycontacts.yml
index be51a40b6d..6758952ab1 100644
--- a/metadata/community.fairphone.mycontacts.yml
+++ b/metadata/community.fairphone.mycontacts.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/WeAreFairphone/android_packages_apps_MyContacts
AutoName: My Contacts
Description: |-
- Recent Contacts lets you see your recently and most called contacts in one
- overview, and it lets you make direct phone calls straight from the widget
- itself without launching the dialer app first. As with any widget, if you don't
- like using it, it can easily be removed.
+ Recent Contacts lets you see your recently and most called contacts in one
+ overview, and it lets you make direct phone calls straight from the widget
+ itself without launching the dialer app first. As with any widget, if you don't
+ like using it, it can easily be removed.
RepoType: git
Repo: https://github.com/WeAreFairphone/android_packages_apps_MyContactsWidget
diff --git a/metadata/community.peers.internetradio.yml b/metadata/community.peers.internetradio.yml
index 5e1beb966c..f0b4bef262 100644
--- a/metadata/community.peers.internetradio.yml
+++ b/metadata/community.peers.internetradio.yml
@@ -8,12 +8,12 @@ IssueTracker: https://notabug.org/zplus/InternetRadio/issues
AutoName: Internet Radio
Description: |
- This is a small app to search Internet radio stations, and listen to them.
+ This is a small app to search Internet radio stations, and listen to them.
- * Single-tap the notification to play/pause the stream
- * Remove the notification to stop the player
+ * Single-tap the notification to play/pause the stream
+ * Remove the notification to stop the player
- The list of radio stations is maintained by RadioBrowser, and the data is retrieved from DOKK.
+ The list of radio stations is maintained by RadioBrowser, and the data is retrieved from DOKK.
RepoType: git
Repo: https://notabug.org/zplus/InternetRadio.git
diff --git a/metadata/community.peers.license.yml b/metadata/community.peers.license.yml
index 1926aef4da..a801862fc2 100644
--- a/metadata/community.peers.license.yml
+++ b/metadata/community.peers.license.yml
@@ -7,13 +7,13 @@ IssueTracker: https://notabug.org/metadb-apps/License/issues
AutoName: License
Description: |-
- Search software licenses and read their full text version, as defined by
- SPDX. SPDX (Software Package Data Exchange) is a file format
- used to document information on the software licenses under which a given piece
- of computer software is distributed.
+ Search software licenses and read their full text version, as defined by
+ SPDX. SPDX (Software Package Data Exchange) is a file format
+ used to document information on the software licenses under which a given piece
+ of computer software is distributed.
- The data is retrieved from MetaDB, a public
- database of free/libre data.
+ The data is retrieved from MetaDB, a public
+ database of free/libre data.
RepoType: git
Repo: https://notabug.org/metadb-apps/License.git
diff --git a/metadata/cos.premy.mines.yml b/metadata/cos.premy.mines.yml
index fb637fc647..c073130898 100644
--- a/metadata/cos.premy.mines.yml
+++ b/metadata/cos.premy.mines.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/stastnypremysl/Mines3D/issues
AutoName: Mines3D
Description: |-
- Do you like challenges? Let's try one harder. The first task is to
- understand the rules of the game. The second one is to win it.
+ Do you like challenges? Let's try one harder. The first task is to
+ understand the rules of the game. The second one is to win it.
RepoType: git
Repo: https://github.com/stastnypremysl/Mines3D.git
diff --git a/metadata/covidsecure.uk.venuecheckin.yml b/metadata/covidsecure.uk.venuecheckin.yml
index 65876f75ad..6e538595c9 100644
--- a/metadata/covidsecure.uk.venuecheckin.yml
+++ b/metadata/covidsecure.uk.venuecheckin.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on a non-free NHS server.
+ NonFreeNet:
+ en-US: App depends on a non-free NHS server.
Categories:
- Sports & Health
License: GPL-3.0-or-later
diff --git a/metadata/cri.sanity.yml b/metadata/cri.sanity.yml
index 3b6e16decc..9a42363f48 100644
--- a/metadata/cri.sanity.yml
+++ b/metadata/cri.sanity.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/awaken/sanity/issues
AutoName: Sanity
Description: |-
- Feature-packed phone assistant, including audio recording, caller anouncement,
- call blocking and much more.
+ Feature-packed phone assistant, including audio recording, caller anouncement,
+ call blocking and much more.
RepoType: git
Repo: https://github.com/awaken/sanity.git
diff --git a/metadata/cx.hell.android.pdfview.yml b/metadata/cx.hell.android.pdfview.yml
index e9773c006f..d6198b2638 100644
--- a/metadata/cx.hell.android.pdfview.yml
+++ b/metadata/cx.hell.android.pdfview.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- KnownVuln:
- en-US: Uses an ancient version of the MuPDF library, which has known security
- issues.
+ KnownVuln:
+ en-US: Uses an ancient version of the MuPDF library, which has known security
+ issues.
Categories:
- Reading
License: GPL-3.0-only
@@ -12,16 +12,16 @@ Bitcoin: 1MLdh6uAPymWVJ4bmRde684uTcLJWwumkK
AutoName: APV PDF Viewer
Description: |-
- Native PDF viewer based on the MuPDF library
+ Native PDF viewer based on the MuPDF library
- Features:
+ Features:
- * Textual search support
- * Flexible key/button/gesture configuration
- * Different color schemes for comfortable reading
- * Optimizations for eInk
- * x86 support
- * Pinch to zoom
+ * Textual search support
+ * Flexible key/button/gesture configuration
+ * Different color schemes for comfortable reading
+ * Optimizations for eInk
+ * x86 support
+ * Pinch to zoom
RepoType: git
Repo: https://github.com/mpietrzak/apv
@@ -80,9 +80,9 @@ Builds:
ndk: r12b
MaintainerNotes: |-
- KnownVuln: Ancient MuPDF noted at below link
- https://github.com/mpietrzak/apv/tree/$COMMIT/pdfview/deps
- https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
+ KnownVuln: Ancient MuPDF noted at below link
+ https://github.com/mpietrzak/apv/tree/$COMMIT/pdfview/deps
+ https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/cx.ring.yml b/metadata/cx.ring.yml
index df66d08afb..bd559f1c3d 100644
--- a/metadata/cx.ring.yml
+++ b/metadata/cx.ring.yml
@@ -1235,7 +1235,7 @@ Builds:
- patches
- scripts
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;31.0.0'
+ 'platforms;android-31' 'build-tools;31.0.0'
build:
- cd ../..
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
@@ -1273,7 +1273,7 @@ Builds:
- patches
- scripts
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;31.0.0'
+ 'platforms;android-31' 'build-tools;31.0.0'
build:
- cd ../..
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
@@ -1318,7 +1318,7 @@ Builds:
- patches
- scripts
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;31.0.0' > /dev/null
+ 'platforms;android-31' 'build-tools;31.0.0' > /dev/null
build:
- cd ../..
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
@@ -1363,7 +1363,7 @@ Builds:
- patches
- scripts
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;31.0.0' > /dev/null
+ 'platforms;android-31' 'build-tools;31.0.0' > /dev/null
build:
- cd ../..
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
@@ -1408,7 +1408,7 @@ Builds:
- patches
- scripts
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;32.0.0' > /dev/null
+ 'platforms;android-31' 'build-tools;32.0.0' > /dev/null
build:
- cd ../..
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
@@ -1453,7 +1453,7 @@ Builds:
- patches
- scripts
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;31.0.0' > /dev/null
+ 'platforms;android-31' 'build-tools;31.0.0' > /dev/null
build:
- cd ../..
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
@@ -1498,7 +1498,7 @@ Builds:
- patches
- scripts
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;31.0.0' > /dev/null
+ 'platforms;android-31' 'build-tools;31.0.0' > /dev/null
build:
- cd ../..
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
@@ -1543,7 +1543,7 @@ Builds:
- patches
- scripts
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
+ 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
build:
- cd ../..
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
@@ -1588,7 +1588,7 @@ Builds:
- patches
- scripts
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
+ 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
build:
- cd ../..
- export ANDROID_NDK_ROOT="$ANDROID_NDK"
diff --git a/metadata/cxa.gridwallpaper.yml b/metadata/cxa.gridwallpaper.yml
index 1a3a2d33c3..aa84afeff2 100644
--- a/metadata/cxa.gridwallpaper.yml
+++ b/metadata/cxa.gridwallpaper.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/ghisguth/sunlight/issues
Name: Limitless grid
AutoName: Limitless Grid Live Wallpaper
Description: |-
- This is small live wallpaper inspired by 1K demo the mist of web". Website is in Russian.
+ This is small live wallpaper inspired by 1K demo the mist of web". Website is in Russian.
RepoType: git
Repo: https://github.com/ghisguth/sunlight.git
@@ -34,7 +34,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'ExtraTranslation' } }" >>
- build.gradle
+ build.gradle
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/cxa.lineswallpaper.yml b/metadata/cxa.lineswallpaper.yml
index 886eb3099c..77b36f74d9 100644
--- a/metadata/cxa.lineswallpaper.yml
+++ b/metadata/cxa.lineswallpaper.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/ghisguth/sunlight/issues
Name: Blurred Lines
AutoName: Blurred Lines Live Wallpaper
Description: |-
- This is small live wallpaper inspired by 1K demo the mist of web". Website is in Russian.
+ This is small live wallpaper inspired by 1K demo the mist of web". Website is in Russian.
RepoType: git
Repo: https://github.com/ghisguth/sunlight.git
@@ -38,7 +38,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'ExtraTranslation' } }" >>
- build.gradle
+ build.gradle
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/cz.antecky.netswitch.yml b/metadata/cz.antecky.netswitch.yml
index 969bcaa194..1dde0a5f56 100644
--- a/metadata/cz.antecky.netswitch.yml
+++ b/metadata/cz.antecky.netswitch.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/tantecky/android/issues
AutoName: NetSwitch
Description: |-
- A simple widget for WiFi/mobile data toggling. Requires root access in order to
- toggle mobile data.
+ A simple widget for WiFi/mobile data toggling. Requires root access in order to
+ toggle mobile data.
RequiresRoot: true
diff --git a/metadata/cz.dvratil.fbeventsync.yml b/metadata/cz.dvratil.fbeventsync.yml
index ce5381d50b..36d6a8e001 100644
--- a/metadata/cz.dvratil.fbeventsync.yml
+++ b/metadata/cz.dvratil.fbeventsync.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: Connects to Facebook.
- Tracking:
- en-US: You are required to log in to Facebook, so your activity is logged.
+ NonFreeNet:
+ en-US: Connects to Facebook.
+ Tracking:
+ en-US: You are required to log in to Facebook, so your activity is logged.
Categories:
- Time
License: GPL-3.0-or-later
@@ -11,20 +11,20 @@ IssueTracker: https://github.com/danvratil/FBEventSync/issues
AutoName: Event Sync for Facebook
Description: |-
- Event Sync for Facebook is an app that will sync your Facebook events to
- your calendar. It will create five new calendars:
+ Event Sync for Facebook is an app that will sync your Facebook events to
+ your calendar. It will create five new calendars:
- * Events I'm Attending - for events that you marked yourself that you are 'Going' on Facebook
- * Events I May Be Attending - for events that you marked yourself as 'Maybe' on Facebook
- * Events I Have Not Responded To - for events that you were invited to but did not respond yet
- * Events I Declined - for events that you marked yourself as 'Not Going' on Facebook
- * Friends' Birthdays - you no longer have an excuse to forget your friends' birthdays
+ * Events I'm Attending - for events that you marked yourself that you are 'Going' on Facebook
+ * Events I May Be Attending - for events that you marked yourself as 'Maybe' on Facebook
+ * Events I Have Not Responded To - for events that you were invited to but did not respond yet
+ * Events I Declined - for events that you marked yourself as 'Not Going' on Facebook
+ * Friends' Birthdays - you no longer have an excuse to forget your friends' birthdays
- You can configure reminders for events in each of those calendars
- independently. You can also configure how often the events should be synced.
+ You can configure reminders for events in each of those calendars
+ independently. You can also configure how often the events should be synced.
- AntiFeatures:
- * Tracking and NonFreeNet - You are required to log in to Facebook
+ AntiFeatures:
+ * Tracking and NonFreeNet - You are required to log in to Facebook
RepoType: git
Repo: https://github.com/danvratil/FBEventSync
diff --git a/metadata/cz.eutopia.snooperstopper.yml b/metadata/cz.eutopia.snooperstopper.yml
index 03dc950fd9..9015de0356 100644
--- a/metadata/cz.eutopia.snooperstopper.yml
+++ b/metadata/cz.eutopia.snooperstopper.yml
@@ -8,16 +8,16 @@ Changelog: https://github.com/xmikos/SnooperStopper/releases
AutoName: SnooperStopper
Description: |-
- Allows you to create a different encryption password for booting your device
- than unlocking your screen. This allows you to have a stronger device encryption
- password (which you only need to enter once after booting your device) and a
- simpler pattern/PIN/password for unlocking your screen.
+ Allows you to create a different encryption password for booting your device
+ than unlocking your screen. This allows you to have a stronger device encryption
+ password (which you only need to enter once after booting your device) and a
+ simpler pattern/PIN/password for unlocking your screen.
- If an attacker tries to guess your simple pattern/PIN/password, he has only few
- tries (default is 3) after which the device is rebooted and he needs to enter
- your strong device encryption password again.
+ If an attacker tries to guess your simple pattern/PIN/password, he has only few
+ tries (default is 3) after which the device is rebooted and he needs to enter
+ your strong device encryption password again.
- Root privileges required.
+ Root privileges required.
RequiresRoot: true
diff --git a/metadata/cz.harvie.northdog.yml b/metadata/cz.harvie.northdog.yml
index 277b36786a..c8c0896faa 100644
--- a/metadata/cz.harvie.northdog.yml
+++ b/metadata/cz.harvie.northdog.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/Harvie/NorthDog/issues
AutoName: NorthDog Audio Compass
Description: |-
- This will play 3D sound so that it will appear to come from north. Can be used
- by blind people and for various other reasons. Stereo headphones required.
+ This will play 3D sound so that it will appear to come from north. Can be used
+ by blind people and for various other reasons. Stereo headphones required.
RepoType: git
Repo: https://github.com/Harvie/NorthDog.git
diff --git a/metadata/cz.hejl.chesswalk.yml b/metadata/cz.hejl.chesswalk.yml
index 591ddcf443..7b4fc45b27 100644
--- a/metadata/cz.hejl.chesswalk.yml
+++ b/metadata/cz.hejl.chesswalk.yml
@@ -6,10 +6,10 @@ IssueTracker: https://gitlab.com/chesswalk/chesswalk/issues
AutoName: Chess Walk
Description: |-
- Play chess offline, or play online at FICS.
+ Play chess offline, or play online at FICS.
- Many new languages translated in 1.5.2. If you want to help with your language,
- please visit https://f-droid.org/wiki.
+ Many new languages translated in 1.5.2. If you want to help with your language,
+ please visit https://f-droid.org/wiki.
RepoType: git
Repo: https://gitlab.com/chesswalk/chesswalk.git
diff --git a/metadata/cz.hernik.kaku.yml b/metadata/cz.hernik.kaku.yml
index d0002bb56a..8aaebf912f 100644
--- a/metadata/cz.hernik.kaku.yml
+++ b/metadata/cz.hernik.kaku.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on the WaniKani service, which is not libre.
+ NonFreeNet:
+ en-US: Depends on the WaniKani service, which is not libre.
Categories:
- Science & Education
License: Apache-2.0
diff --git a/metadata/cz.hernikplays.opencanteen.yml b/metadata/cz.hernikplays.opencanteen.yml
index 2f37e08dd3..0d623514c8 100644
--- a/metadata/cz.hernikplays.opencanteen.yml
+++ b/metadata/cz.hernikplays.opencanteen.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on stravovani.sstebrno.cz which is not libre.
+ NonFreeNet:
+ en-US: Depends on stravovani.sstebrno.cz which is not libre.
Categories:
- Internet
- Science & Education
diff --git a/metadata/cz.jiriskorpil.amixerwebui.yml b/metadata/cz.jiriskorpil.amixerwebui.yml
index 9955021933..631f187a05 100644
--- a/metadata/cz.jiriskorpil.amixerwebui.yml
+++ b/metadata/cz.jiriskorpil.amixerwebui.yml
@@ -9,8 +9,8 @@ IssueTracker: https://github.com/JiriSko/amixer-webui-android/issues
AutoName: ALSA Mixer WebUI
Description: |-
- Allows to control ALSA volume on remote server using
- ALSA Mixer WebUI.
+ Allows to control ALSA volume on remote server using
+ ALSA Mixer WebUI.
RepoType: git
Repo: https://github.com/JiriSko/amixer-webui-android.git
diff --git a/metadata/cz.lastaapps.menza.yml b/metadata/cz.lastaapps.menza.yml
index 504142af8b..059b61768f 100644
--- a/metadata/cz.lastaapps.menza.yml
+++ b/metadata/cz.lastaapps.menza.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on the school’s website, which is proprietary.
+ NonFreeNet:
+ en-US: App depends on the school’s website, which is proprietary.
Categories:
- Science & Education
License: GPL-3.0-only
diff --git a/metadata/cz.martykan.forecastie.yml b/metadata/cz.martykan.forecastie.yml
index 490ee46964..0ec447e0aa 100644
--- a/metadata/cz.martykan.forecastie.yml
+++ b/metadata/cz.martykan.forecastie.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on OpenWeatherMap, which is not libre.
+ NonFreeNet:
+ en-US: Depends on OpenWeatherMap, which is not libre.
Categories:
- Internet
License: GPL-3.0-or-later
diff --git a/metadata/cz.martykan.webtube.yml b/metadata/cz.martykan.webtube.yml
index 4532175921..ec6b3b5842 100644
--- a/metadata/cz.martykan.webtube.yml
+++ b/metadata/cz.martykan.webtube.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Youtube.
+ NonFreeNet:
+ en-US: Depends on Youtube.
Categories:
- Internet
- Multimedia
@@ -11,8 +11,8 @@ Changelog: https://github.com/martykan/webTube/releases
AutoName: WebTube
Description: |-
- Lightweight YouTube frontend that's supposed to be used without the proprietary
- YouTube-API or any of Google's (proprietary) play-services.
+ Lightweight YouTube frontend that's supposed to be used without the proprietary
+ YouTube-API or any of Google's (proprietary) play-services.
RepoType: git
Repo: https://github.com/martykan/webTube
diff --git a/metadata/cz.nic.turris.yml b/metadata/cz.nic.turris.yml
index f80f0d99b5..0e13c534f3 100644
--- a/metadata/cz.nic.turris.yml
+++ b/metadata/cz.nic.turris.yml
@@ -6,8 +6,8 @@ SourceCode: https://gitlab.labs.nic.cz/turris/turris-android/
IssueTracker: https://forum.turris.cz/
Description: |-
- Monitor the status of free software/free hardware router - Turris Omnia
- developed by CZ.NIC.
+ Monitor the status of free software/free hardware router - Turris Omnia
+ developed by CZ.NIC.
RepoType: git
Repo: https://gitlab.labs.nic.cz/turris/turris-android.git
diff --git a/metadata/cz.romario.opensudoku.yml b/metadata/cz.romario.opensudoku.yml
index 3b18639a6e..1e8517b8fd 100644
--- a/metadata/cz.romario.opensudoku.yml
+++ b/metadata/cz.romario.opensudoku.yml
@@ -6,13 +6,13 @@ IssueTracker: https://github.com/romario333/opensudoku/issues
AutoName: OpenSudoku
Description: |-
- Note: The developer marked this project as "no longer being actively
- maintained" on 2016-04-06, so you should rather use it's succesor
- https://f-droid.org/packages/org.moire.opensudoku.
+ Note: The developer marked this project as "no longer being actively
+ maintained" on 2016-04-06, so you should rather use it's succesor
+ https://f-droid.org/packages/org.moire.opensudoku.
- OpenSudoku is a simple sudoku game. It's designed to be controlled both by
- finger and keyboard. It's preloaded with 90 puzzles in 3 difficulty levels. More
- puzzles can be downloaded from the web and it also allows you to enter your own.
+ OpenSudoku is a simple sudoku game. It's designed to be controlled both by
+ finger and keyboard. It's preloaded with 90 puzzles in 3 difficulty levels. More
+ puzzles can be downloaded from the web and it also allows you to enter your own.
RepoType: git
Repo: https://github.com/romario333/opensudoku
diff --git a/metadata/cz.vitSkalicky.klavesnice.yml b/metadata/cz.vitSkalicky.klavesnice.yml
index 403c86e5b1..4a380995c9 100644
--- a/metadata/cz.vitSkalicky.klavesnice.yml
+++ b/metadata/cz.vitSkalicky.klavesnice.yml
@@ -8,23 +8,23 @@ IssueTracker: https://github.com/vitSkalicky/klavesnice/issues
AutoName: Czech Diacritic Keyboard
Description: |-
- App is no longer maintained.
+ App is no longer maintained.
- This is modified AOSP keyboard, that features iPhone-like writing of
- diacritics. Caron an acute keys are added to the right of the keyboard
- for faster typing. The diacritic keys best fit Czech language, but are
- suitable for any language that uses them. Unfortunately auto-correction
- is broken and I am unable to fix (I tried. A lot).
+ This is modified AOSP keyboard, that features iPhone-like writing of
+ diacritics. Caron an acute keys are added to the right of the keyboard
+ for faster typing. The diacritic keys best fit Czech language, but are
+ suitable for any language that uses them. Unfortunately auto-correction
+ is broken and I am unable to fix (I tried. A lot).
- As a bonus I also added swipe control, that allows you to precisely
- navigate throughout the text.
+ As a bonus I also added swipe control, that allows you to precisely
+ navigate throughout the text.
- Main features:
+ Main features:
- * Caron and acute keys for faster typing
- * Suitable for any language, that uses diacritics (Czech, Slovak, ...)
- * Precise navigation in text by swiping across the keyboard
- * Material design
+ * Caron and acute keys for faster typing
+ * Suitable for any language, that uses diacritics (Czech, Slovak, ...)
+ * Precise navigation in text by swiping across the keyboard
+ * Material design
RepoType: git
Repo: https://github.com/vitSkalicky/klavesnice/
diff --git a/metadata/cz.yetanotherview.webcamviewer.app.yml b/metadata/cz.yetanotherview.webcamviewer.app.yml
index fbfed76c82..c5c9eee833 100644
--- a/metadata/cz.yetanotherview.webcamviewer.app.yml
+++ b/metadata/cz.yetanotherview.webcamviewer.app.yml
@@ -7,29 +7,29 @@ WebSite: http://www.yetanotherview.cz/wcv/en.html
AutoName: WebCams
Summary: View public webcams
Description: |-
- View webcams from all over the world. Contribute to the community database or
- create your own private collection on your device.
+ View webcams from all over the world. Contribute to the community database or
+ create your own private collection on your device.
- Features:
+ Features:
- * Importing webcams from community database
- * Adding your own webcams (Naming, Editing, Removal)
- * Fully administration of the categories
- * Saving and sharing pictures from webcams
- * Showing webcams on the map
- * Sorting function
- * "Keep screen on" function
- * Refresh and Auto Refresh function (whole list or only full screen view)
- * Ability to set preferred Zoom level
- * Import and export webcams list to external storage
- * View each webcam in full screen mode (pinch to zoom, move and double tap)
- * Intelligent images caching
- * Modern Material Design on all devices
- * The Lollipop "PullToRefresh" function
+ * Importing webcams from community database
+ * Adding your own webcams (Naming, Editing, Removal)
+ * Fully administration of the categories
+ * Saving and sharing pictures from webcams
+ * Showing webcams on the map
+ * Sorting function
+ * "Keep screen on" function
+ * Refresh and Auto Refresh function (whole list or only full screen view)
+ * Ability to set preferred Zoom level
+ * Import and export webcams list to external storage
+ * View each webcam in full screen mode (pinch to zoom, move and double tap)
+ * Intelligent images caching
+ * Modern Material Design on all devices
+ * The Lollipop "PullToRefresh" function
- Information
+ Information
- This app currently uses prebuilt binaries from the author.
+ This app currently uses prebuilt binaries from the author.
RepoType: git
@@ -217,9 +217,9 @@ Builds:
- x86
MaintainerNotes: |-
- We need to build libvlc from source, but currently that fails due to multiple
- gradle calls. Uses play-services now.
- Source code repo has been removed. App seems to be closed source now.
+ We need to build libvlc from source, but currently that fails due to multiple
+ gradle calls. Uses play-services now.
+ Source code repo has been removed. App seems to be closed source now.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/damo.three.ie.yml b/metadata/damo.three.ie.yml
index b7d288e91e..00412b1b6f 100644
--- a/metadata/damo.three.ie.yml
+++ b/metadata/damo.three.ie.yml
@@ -7,16 +7,16 @@ Changelog: https://github.com/DamienOReilly/PrepayCredit/releases
AutoName: Prepay Credit
Description: |-
- For prepay (3pay) customers of 3 Ireland: fetches and displays your My3 3pay
- usage information.
+ For prepay (3pay) customers of 3 Ireland: fetches and displays your My3 3pay
+ usage information.
- It can work when you are on 3's GSM network and also when on Wi-Fi.
+ It can work when you are on 3's GSM network and also when on Wi-Fi.
- The app requires your My3 login credentials; the app shows how to set up an
- account and provides a way for obtaining your SIM serial (ICCID) which is
- required to register.
+ The app requires your My3 login credentials; the app shows how to set up an
+ account and provides a way for obtaining your SIM serial (ICCID) which is
+ required to register.
- Neither the app nor its author is affiliated with Hutchison 3G Ireland.
+ Neither the app nor its author is affiliated with Hutchison 3G Ireland.
RepoType: git
Repo: https://github.com/DamienOReilly/PrepayCredit.git
diff --git a/metadata/daniel_32.flexiblewallpaper.yml b/metadata/daniel_32.flexiblewallpaper.yml
index 0f798873bc..56d301c164 100644
--- a/metadata/daniel_32.flexiblewallpaper.yml
+++ b/metadata/daniel_32.flexiblewallpaper.yml
@@ -6,20 +6,20 @@ IssueTracker: https://gitlab.com/danielmeek32/FlexibleWallpaper/issues
AutoName: Flexible Wallpaper
Description: |-
- Live wallpaper that allows you to use images with any aspect ratio as a
- wallpaper, instead of being limited to Android's wallpaper requirements. Images
- will scroll all the way from one end to another as you move between home
- screens. Images with a taller aspect ratio than your screen will scroll
- vertically.
+ Live wallpaper that allows you to use images with any aspect ratio as a
+ wallpaper, instead of being limited to Android's wallpaper requirements. Images
+ will scroll all the way from one end to another as you move between home
+ screens. Images with a taller aspect ratio than your screen will scroll
+ vertically.
- Notes
+ Notes
- Images are loaded at their original resolution, and large images may cause the
- app to run out of memory and crash. Consider reducing the size of large images.
+ Images are loaded at their original resolution, and large images may cause the
+ app to run out of memory and crash. Consider reducing the size of large images.
- Some launchers don't scroll the wallpaper all the way to the end when there are
- only a few screens. This is an issue with the launcher itself and there is
- nothing that I can do about it.
+ Some launchers don't scroll the wallpaper all the way to the end when there are
+ only a few screens. This is an issue with the launcher itself and there is
+ nothing that I can do about it.
RepoType: git
Repo: https://gitlab.com/danielmeek32/FlexibleWallpaper.git
diff --git a/metadata/danielmeek32.compass.yml b/metadata/danielmeek32.compass.yml
index 1b2254ea9d..c185afe119 100644
--- a/metadata/danielmeek32.compass.yml
+++ b/metadata/danielmeek32.compass.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeAssets:
- en-US: compass styles are licensed CC BY-NC-SA
+ NonFreeAssets:
+ en-US: compass styles are licensed CC BY-NC-SA
Categories:
- Navigation
License: GPL-3.0-only
diff --git a/metadata/dasher.android.yml b/metadata/dasher.android.yml
index 2281ad8de3..39cd0cc894 100644
--- a/metadata/dasher.android.yml
+++ b/metadata/dasher.android.yml
@@ -7,17 +7,17 @@ IssueTracker: https://github.com/acl33/AndroidDasher/issues
AutoName: Dasher
Description: |-
- Dasher is an information-efficient, text-entry interface, driven by a natural
- continuous steering of the cursor into boxes representing the letter you want to
- input.
+ Dasher is an information-efficient, text-entry interface, driven by a natural
+ continuous steering of the cursor into boxes representing the letter you want to
+ input.
- Dasher is especially useful for text-entry wherever a full-size keyboard cannot
- be used — for example,
+ Dasher is especially useful for text-entry wherever a full-size keyboard cannot
+ be used — for example,
- * when operating a computer one-handed, by joystick, touchscreen, trackball, or mouse;
- * when operating a computer with zero hands (i.e., by head-mouse or by eyetracker);
- * on a palmtop computer;
- * on a wearable computer.
+ * when operating a computer one-handed, by joystick, touchscreen, trackball, or mouse;
+ * when operating a computer with zero hands (i.e., by head-mouse or by eyetracker);
+ * on a palmtop computer;
+ * on a wearable computer.
RepoType: git
Repo: https://github.com/acl33/AndroidDasher.git
diff --git a/metadata/de.Cherubin7th.blackscreenpresentationremote.yml b/metadata/de.Cherubin7th.blackscreenpresentationremote.yml
index a588243ff1..83b3f62baa 100644
--- a/metadata/de.Cherubin7th.blackscreenpresentationremote.yml
+++ b/metadata/de.Cherubin7th.blackscreenpresentationremote.yml
@@ -9,20 +9,20 @@ Bitcoin: 18QSJmV6Liia7Cau65JnEj2JyxEUCGE2oz
AutoName: BlackSCREENremote
Description: |-
- This App can control programs on your computer, like presentations, either by
- using the screen or by using hardware keys. There is no need to have the screen
- on all the time, so the user can switch the screen off and still continue to use
- only the buttons.
+ This App can control programs on your computer, like presentations, either by
+ using the screen or by using hardware keys. There is no need to have the screen
+ on all the time, so the user can switch the screen off and still continue to use
+ only the buttons.
- The phone doesn't enter deep sleep, but since the screen is the biggest consumer
- it saves quite a lot of battery and allows for long periods of continuous usage.
+ The phone doesn't enter deep sleep, but since the screen is the biggest consumer
+ it saves quite a lot of battery and allows for long periods of continuous usage.
- This app works like most remote controls, just download the server on the
- computer and enter the ip address into the app. However, the server is a Java
- jar-file and so no installation is needed and usage is very simple.
+ This app works like most remote controls, just download the server on the
+ computer and enter the ip address into the app. However, the server is a Java
+ jar-file and so no installation is needed and usage is very simple.
- Anti-Feature: Uses a link with advertisement to the download of the server part.
- However, there is an optional direct link without advertisement.
+ Anti-Feature: Uses a link with advertisement to the download of the server part.
+ However, there is an optional direct link without advertisement.
RepoType: git
Repo: https://github.com/Cherubin7th/BlackSCREENpREsENtAtIONremote.git
diff --git a/metadata/de.antonarnold.android.xoverrideheadphonejackdetection.yml b/metadata/de.antonarnold.android.xoverrideheadphonejackdetection.yml
index 43aaca8e3e..9642cf437a 100644
--- a/metadata/de.antonarnold.android.xoverrideheadphonejackdetection.yml
+++ b/metadata/de.antonarnold.android.xoverrideheadphonejackdetection.yml
@@ -7,9 +7,9 @@ IssueTracker: https://github.com/anton-arnold/xoverrideheadphonejackdetection/is
AutoName: XOverrideHeadphoneJackDetection
Description: |
- This XPosed module allows you to manually override the headphone jack detection of an Android device.
+ This XPosed module allows you to manually override the headphone jack detection of an Android device.
- Most smartphones provide a headphone/headset jack that allows using a headset instead the internal speaker/microphone. To automatically select between these, a mechanical switch is added to detect a plugged in cable. If this switch breaks and replacing it is not realistic, your phone may become more or less unusable. With this module you are able to manually control the headphone detection state and continue using your phone.
+ Most smartphones provide a headphone/headset jack that allows using a headset instead the internal speaker/microphone. To automatically select between these, a mechanical switch is added to detect a plugged in cable. If this switch breaks and replacing it is not realistic, your phone may become more or less unusable. With this module you are able to manually control the headphone detection state and continue using your phone.
RepoType: git
Repo: https://github.com/anton-arnold/xoverrideheadphonejackdetection.git
diff --git a/metadata/de.antonfluegge.android.yubnubwidgetadfree.yml b/metadata/de.antonfluegge.android.yubnubwidgetadfree.yml
index 70f894468b..991ead1ecb 100644
--- a/metadata/de.antonfluegge.android.yubnubwidgetadfree.yml
+++ b/metadata/de.antonfluegge.android.yubnubwidgetadfree.yml
@@ -9,9 +9,9 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2WP
Name: YubNub Command Line
AutoName: YubNub Command Line AdFree
Description: |-
- Yubnub is a social command line for the web. By typing short commands into the
- widget you can search various websites, translate words and even fetch random
- quotes from the Simpsons!
+ Yubnub is a social command line for the web. By typing short commands into the
+ widget you can search various websites, translate words and even fetch random
+ quotes from the Simpsons!
RepoType: git
Repo: https://git.code.sf.net/p/yubnubapp/code
diff --git a/metadata/de.antonwolf.agendawidget.yml b/metadata/de.antonwolf.agendawidget.yml
index 26b7f338b0..6dcb280bb2 100644
--- a/metadata/de.antonwolf.agendawidget.yml
+++ b/metadata/de.antonwolf.agendawidget.yml
@@ -7,9 +7,9 @@ IssueTracker: https://github.com/antonwolf/antons-apps/issues
Name: Anton Widget
AutoName: Anton's Calendar Widget
Description: |-
- The agenda widget is formatted in a space-efficient way, displaying each event's
- location and calendar colour. Birthday events from Outlook and Facebook can be
- displayed separately.
+ The agenda widget is formatted in a space-efficient way, displaying each event's
+ location and calendar colour. Birthday events from Outlook and Facebook can be
+ displayed separately.
RepoType: git
Repo: https://github.com/antonwolf/antons-apps
diff --git a/metadata/de.arnefeil.bewegungsmelder.yml b/metadata/de.arnefeil.bewegungsmelder.yml
index 89da09003c..3c6fe5fddf 100644
--- a/metadata/de.arnefeil.bewegungsmelder.yml
+++ b/metadata/de.arnefeil.bewegungsmelder.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/arnef/bewegungsmelder-android/issues
AutoName: Bewegungsmelder
Description: |-
- Companion app for Bewegungsmelder, a website
- focusing on concerts and other events around Hamburg, Germany.
+ Companion app for Bewegungsmelder, a website
+ focusing on concerts and other events around Hamburg, Germany.
RepoType: git
Repo: https://github.com/arnef/bewegungsmelder-android
diff --git a/metadata/de.arnowelzel.android.periodical.yml b/metadata/de.arnowelzel.android.periodical.yml
index 0eafc383bd..96c4b57d9d 100644
--- a/metadata/de.arnowelzel.android.periodical.yml
+++ b/metadata/de.arnowelzel.android.periodical.yml
@@ -8,14 +8,14 @@ Changelog: http://arnowelzel.de/wiki/en/android/app/periodical
AutoName: Periodical
Description: |-
- This application calculates the days of fertility according to Knaus-Ogino. The
- data can be backed up on a memory card, if present.
+ This application calculates the days of fertility according to Knaus-Ogino. The
+ data can be backed up on a memory card, if present.
- WARNING: It is not recommended to use this calendar to avoid pregnancy! There
- are more accurate methods, like measuring the basal body temperature.
+ WARNING: It is not recommended to use this calendar to avoid pregnancy! There
+ are more accurate methods, like measuring the basal body temperature.
- If you have any further questions or want to help translating the app, please
- contact upstream.
+ If you have any further questions or want to help translating the app, please
+ contact upstream.
RepoType: git
Repo: https://github.com/arnowelzel/periodical.git
diff --git a/metadata/de.asmw.sudokunst.yml b/metadata/de.asmw.sudokunst.yml
index 8af8e9401d..a5f7597652 100644
--- a/metadata/de.asmw.sudokunst.yml
+++ b/metadata/de.asmw.sudokunst.yml
@@ -6,10 +6,10 @@ SourceCode: https://gitlab.com/asmw/sudokunst/-/tree/master
IssueTracker: https://gitlab.com/asmw/sudokunst/-/issues
Description: |-
- A sudoku game which allows the user to draw the letters into the fields
+ A sudoku game which allows the user to draw the letters into the fields
- * Uses tiny-dnn and the MNIST dataset for character recognition
- * the games are generated using QQwing
+ * Uses tiny-dnn and the MNIST dataset for character recognition
+ * the games are generated using QQwing
RepoType: git
Repo: https://gitlab.com/asmw/sudokunst.git
diff --git a/metadata/de.audioattack.openlink.yml b/metadata/de.audioattack.openlink.yml
index 0850e69148..151a08d956 100644
--- a/metadata/de.audioattack.openlink.yml
+++ b/metadata/de.audioattack.openlink.yml
@@ -9,25 +9,25 @@ Changelog: https://codeberg.org/marc.nause/easyopenlink/raw/branch/master/change
AutoName: Easy Open Link
Description: |-
- Easy Open Link makes it easy to open links from text documents via the share
- function of many apps. No more cumbersome copy and paste. Easy Open Link also
- allows you to open several links at the same time.
+ Easy Open Link makes it easy to open links from text documents via the share
+ function of many apps. No more cumbersome copy and paste. Easy Open Link also
+ allows you to open several links at the same time.
- * Roughly select the URL(s). It does not matter if the selection also contains additional text or white spaces.
- * Press the "share" symbol.
- * Select "open link"
+ * Roughly select the URL(s). It does not matter if the selection also contains additional text or white spaces.
+ * Press the "share" symbol.
+ * Select "open link"
- The share function has become a common feature in more recent versions of
- Android. This app requires Android 1.5 or newer, but is most useful with Android
- 4.0 or later.
+ The share function has become a common feature in more recent versions of
+ Android. This app requires Android 1.5 or newer, but is most useful with Android
+ 4.0 or later.
- The app does not add an icon to the launcher since this is not necessary. The
- complete functionality of the app is accessed via the "share" menu. Copyright
- information can be displayed via the "start" button of the F-Droid app.
+ The app does not add an icon to the launcher since this is not necessary. The
+ complete functionality of the app is accessed via the "share" menu. Copyright
+ information can be displayed via the "start" button of the F-Droid app.
- The permission RECEIVE_BOOT_COMPLETED is required to check if browser which
- supports opening links in incognito mode (Firefox 55+, Fennec 55+, Jelly) is
- installed.
+ The permission RECEIVE_BOOT_COMPLETED is required to check if browser which
+ supports opening links in incognito mode (Firefox 55+, Fennec 55+, Jelly) is
+ installed.
RepoType: git
Repo: https://codeberg.org/marc.nause/easyopenlink.git
diff --git a/metadata/de.audioattack.yacy31c3search.yml b/metadata/de.audioattack.yacy31c3search.yml
index 31ccaf7a0e..959e0203c6 100644
--- a/metadata/de.audioattack.yacy31c3search.yml
+++ b/metadata/de.audioattack.yacy31c3search.yml
@@ -8,9 +8,9 @@ IssueTracker: https://gitlab.com/marc.nause/31c3-search/issues
AutoName: 31c3 Search
Summary: Search a 31C3 related YaCy node
Description: |-
- Yacy is a decentralized, specialized, peer-to-peer search engine. This app
- defaults to use http://31c3.yacy.net/, a search node related to the 31C3
- congress.
+ Yacy is a decentralized, specialized, peer-to-peer search engine. This app
+ defaults to use http://31c3.yacy.net/, a search node related to the 31C3
+ congress.
RepoType: git
Repo: https://gitlab.com/marc.nause/31c3-search.git
diff --git a/metadata/de.audioattack.yacy32c3search.yml b/metadata/de.audioattack.yacy32c3search.yml
index a211927c14..7429c83bb9 100644
--- a/metadata/de.audioattack.yacy32c3search.yml
+++ b/metadata/de.audioattack.yacy32c3search.yml
@@ -7,9 +7,9 @@ IssueTracker: https://github.com/yacy/yacy_search_androidclient/issues
AutoName: 32c3 Search
Summary: Search a 32C3 related YaCy node
Description: |-
- Yacy is a decentralized, specialized, peer-to-peer search engine. This app
- defaults to use http://32c3.yacy.net/, a search node related to the 32C3
- congress.
+ Yacy is a decentralized, specialized, peer-to-peer search engine. This app
+ defaults to use http://32c3.yacy.net/, a search node related to the 32C3
+ congress.
RepoType: git
Repo: https://github.com/yacy/yacy_search_androidclient.git
diff --git a/metadata/de.azapps.mirakel.dashclock.yml b/metadata/de.azapps.mirakel.dashclock.yml
index 631b566f2a..856220c4cf 100644
--- a/metadata/de.azapps.mirakel.dashclock.yml
+++ b/metadata/de.azapps.mirakel.dashclock.yml
@@ -10,8 +10,8 @@ FlattrID: '2188714'
AutoName: Mirakel-Dashclock
Description: |-
- Extension for https://f-droid.org/packages/net.nurik.roman.dashclock that integrates with
- https://f-droid.org/packages/de.azapps.mirakelandroid.
+ Extension for https://f-droid.org/packages/net.nurik.roman.dashclock that integrates with
+ https://f-droid.org/packages/de.azapps.mirakelandroid.
RepoType: git
Repo: https://github.com/MirakelX/mirakel-android.git
@@ -54,8 +54,8 @@ Builds:
- helper/libs/*
MaintainerNotes: |-
- :helper provides joda-time:joda-time:2.4
- :model provides com.google.code.gson:gson:2.2.2
+ :helper provides joda-time:joda-time:2.4
+ :model provides com.google.code.gson:gson:2.2.2
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[0-9.]*-dashclock$
diff --git a/metadata/de.azapps.mirakelandroid.yml b/metadata/de.azapps.mirakelandroid.yml
index 334f2c68eb..ccdbc0b024 100644
--- a/metadata/de.azapps.mirakelandroid.yml
+++ b/metadata/de.azapps.mirakelandroid.yml
@@ -10,20 +10,20 @@ FlattrID: '2188714'
AutoName: Mirakel
Description: |-
- Mirakel is a simple but powerful tool for managing your TODO-lists. You can sync
- your lists with your own server! Features:
+ Mirakel is a simple but powerful tool for managing your TODO-lists. You can sync
+ your lists with your own server! Features:
- * Manage your tasks in lists
- * Simple, but powerful User Interface
- * Tablet-UI
- * Nice little widget
- * Sort your tasks in different ways
- * Fully configurable
- * Notifications & Reminders
- * Easy Backup and Import
- * Import your tasks from Astrid
- * Sync with Taskwarrior
- * Sync with CalDAV
+ * Manage your tasks in lists
+ * Simple, but powerful User Interface
+ * Tablet-UI
+ * Nice little widget
+ * Sort your tasks in different ways
+ * Fully configurable
+ * Notifications & Reminders
+ * Easy Backup and Import
+ * Import your tasks from Astrid
+ * Sync with Taskwarrior
+ * Sync with CalDAV
RepoType: git
Repo: https://github.com/MirakelX/mirakel-android.git
diff --git a/metadata/de.b0nk.fp1_epo_autoupdate.yml b/metadata/de.b0nk.fp1_epo_autoupdate.yml
index f1aeb07888..2593acc86b 100644
--- a/metadata/de.b0nk.fp1_epo_autoupdate.yml
+++ b/metadata/de.b0nk.fp1_epo_autoupdate.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Downloads and installs non-free binary/firmware provided by MediaTek.
+ NonFreeNet:
+ en-US: Downloads and installs non-free binary/firmware provided by MediaTek.
Categories:
- Navigation
- System
@@ -11,40 +11,40 @@ IssueTracker: https://gitlab.com/sn0b/fp1-epo-autoupdate/issues
AutoName: FP1-EPO-Autoupdate
Description: |-
- Automatically updates the EPO.DAT file on the Fairphone 1 within a given
- interval (defaults to 5 days). This fixes the 'EPO update failure' problem
- permanently, so no need to update it manually every 30 days. For information on
- why EPO.MD5 isn't fetched as well, see 'Background' below.
+ Automatically updates the EPO.DAT file on the Fairphone 1 within a given
+ interval (defaults to 5 days). This fixes the 'EPO update failure' problem
+ permanently, so no need to update it manually every 30 days. For information on
+ why EPO.MD5 isn't fetched as well, see 'Background' below.
- Usage:
+ Usage:
- * You need to have EPO enabled first (in System Settings or EngineeringMode).
- * Download and run the app, click on 'Enable' and allow permanent root access.
- * If an update is required, it will be downloaded now. This may take a minute
+ * You need to have EPO enabled first (in System Settings or EngineeringMode).
+ * Download and run the app, click on 'Enable' and allow permanent root access.
+ * If an update is required, it will be downloaded now. This may take a minute
- and you will see notifications while this happens.
+ and you will see notifications while this happens.
- * Wait for the status bar to become green and to display the current time.
- * Disable the original 'Auto download' to avoid problems (in System Settings or
+ * Wait for the status bar to become green and to display the current time.
+ * Disable the original 'Auto download' to avoid problems (in System Settings or
- EngineeringMode).
+ EngineeringMode).
- Tested with:
+ Tested with:
- * Fairphone FP1 with the 'Stock Android' and busybox
- * Alcatel Onetouch 997D with Android 4.1
+ * Fairphone FP1 with the 'Stock Android' and busybox
+ * Alcatel Onetouch 997D with Android 4.1
- Permissions: Needs root access in order to write the new EPO.DAT to /data/misc
- and to adjust permissions.
+ Permissions: Needs root access in order to write the new EPO.DAT to /data/misc
+ and to adjust permissions.
- Background: The built-in EPO updater of the Fairphone (or other Mediatek phones)
- downloads the two EPO.dat and the checksum from an FTP server from Mediatek.
- However, the checksum is often calculated wrong by Mediatek. Therefore, the
- check of the .DAT file fails and the 'EPO update failure' occurs. See
- XDA Developer.
+ Background: The built-in EPO updater of the Fairphone (or other Mediatek phones)
+ downloads the two EPO.dat and the checksum from an FTP server from Mediatek.
+ However, the checksum is often calculated wrong by Mediatek. Therefore, the
+ check of the .DAT file fails and the 'EPO update failure' occurs. See
+ XDA Developer.
- AntiFeature: Downloads and installs non-free binary/firmware provided by
- Mediatek.
+ AntiFeature: Downloads and installs non-free binary/firmware provided by
+ Mediatek.
RequiresRoot: true
diff --git a/metadata/de.badaix.snapcast.yml b/metadata/de.badaix.snapcast.yml
index bad30913ee..5c805f6c30 100644
--- a/metadata/de.badaix.snapcast.yml
+++ b/metadata/de.badaix.snapcast.yml
@@ -8,14 +8,14 @@ Changelog: https://github.com/badaix/snapcast/releases
AutoName: Snapcast
Description: |-
- Multi-room client-server audio player, where all clients are time synchronized
- with the server to play perfectly synced audio. It's not a standalone player,
- but an extension that turns your existing audio player into a Sonos-like
- multi-room solution. The server's audio input is a named pipe /tmp/snapfifo. All
- data that is fed into this file will be send to the connected clients. One of
- the most generic ways to use Snapcast is in conjunction with the music player
- daemon (MPD) or Mopidy, which can be configured to use a named pipe as audio
- output.
+ Multi-room client-server audio player, where all clients are time synchronized
+ with the server to play perfectly synced audio. It's not a standalone player,
+ but an extension that turns your existing audio player into a Sonos-like
+ multi-room solution. The server's audio input is a named pipe /tmp/snapfifo. All
+ data that is fed into this file will be send to the connected clients. One of
+ the most generic ways to use Snapcast is in conjunction with the music player
+ daemon (MPD) or Mopidy, which can be configured to use a named pipe as audio
+ output.
RepoType: git
Repo: https://github.com/badaix/snapdroid
diff --git a/metadata/de.bashtian.dashclocksunrise.yml b/metadata/de.bashtian.dashclocksunrise.yml
index c57494049f..9b96075b57 100644
--- a/metadata/de.bashtian.dashclocksunrise.yml
+++ b/metadata/de.bashtian.dashclocksunrise.yml
@@ -25,9 +25,9 @@ Builds:
prebuild: echo 'source.dir=src;$$SunriseSunset$$/src' >> project.properties
MaintainerNotes: |-
- Was disabled waiting for https://github.com/bashtian/dashclock-sunrise/issues/1
- to be fixed. However, there are free implementations available depending on your
- device and rom.
+ Was disabled waiting for https://github.com/bashtian/dashclock-sunrise/issues/1
+ to be fixed. However, there are free implementations available depending on your
+ device and rom.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/de.baumann.browser.yml b/metadata/de.baumann.browser.yml
index 50eac93b56..8a7372639c 100644
--- a/metadata/de.baumann.browser.yml
+++ b/metadata/de.baumann.browser.yml
@@ -104,7 +104,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: '3.1'
versionCode: 30
@@ -113,7 +113,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: '3.2'
versionCode: 31
@@ -122,7 +122,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: '3.4'
versionCode: 35
@@ -131,7 +131,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: '3.5'
versionCode: 36
@@ -140,7 +140,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: '3.6'
versionCode: 41
@@ -149,7 +149,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: '3.7'
versionCode: 42
@@ -158,7 +158,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 3.8.1
versionCode: 45
@@ -167,7 +167,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: '4.0'
versionCode: 50
@@ -176,7 +176,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: '4.1'
versionCode: 55
@@ -185,7 +185,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: '4.3'
versionCode: 58
@@ -194,7 +194,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: '4.4'
versionCode: 59
@@ -203,7 +203,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: '5.1'
versionCode: 68
diff --git a/metadata/de.baumann.diaspora.yml b/metadata/de.baumann.diaspora.yml
index 5b63e14f52..005ed924a7 100644
--- a/metadata/de.baumann.diaspora.yml
+++ b/metadata/de.baumann.diaspora.yml
@@ -9,16 +9,16 @@ Changelog: https://github.com/scoute-dich/Diaspora/blob/HEAD/CHANGELOG.md
AutoName: Diaspora
Summary: Client for the Diaspora social network
Description: |-
- Warning: This app has been discontinued in favor of
- https://f-droid.org/packages/com.github.dfa.diaspora_android.
+ Warning: This app has been discontinued in favor of
+ https://f-droid.org/packages/com.github.dfa.diaspora_android.
- Unofficial webview based client for the community-run, distributed social
- network "Diaspora". It's currently under development and should be used with
- that in mind. Please submit any bugs you might find.
+ Unofficial webview based client for the community-run, distributed social
+ network "Diaspora". It's currently under development and should be used with
+ that in mind. Please submit any bugs you might find.
- Based on https://f-droid.org/packages/ar.com.tristeslostrestigres.diasporanativewebapp.
+ Based on https://f-droid.org/packages/ar.com.tristeslostrestigres.diasporanativewebapp.
- Screenshots
+ Screenshots
RepoType: git
Repo: https://github.com/scoute-dich/Diaspora
diff --git a/metadata/de.baumann.hhsmoodle.yml b/metadata/de.baumann.hhsmoodle.yml
index 971397c6b4..75a91bfd8a 100644
--- a/metadata/de.baumann.hhsmoodle.yml
+++ b/metadata/de.baumann.hhsmoodle.yml
@@ -8,11 +8,11 @@ Changelog: https://github.com/scoute-dich/HHSMoodle/blob/HEAD/CHANGELOG.md
AutoName: FOSS Moodle
Description: |-
- NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
+ NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
- Interact with the Moodle instance of the Heinrich-Huebsch-Schule in Karlsruhe, Germany.
+ Interact with the Moodle instance of the Heinrich-Huebsch-Schule in Karlsruhe, Germany.
- Screenshots
+ Screenshots
RepoType: git
Repo: https://github.com/scoute-dich/HHSMoodle
diff --git a/metadata/de.baumann.pdfcreator.yml b/metadata/de.baumann.pdfcreator.yml
index 22243dcc7c..a56a72349d 100644
--- a/metadata/de.baumann.pdfcreator.yml
+++ b/metadata/de.baumann.pdfcreator.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- KnownVuln:
- en-US: Includes com.itextpdf:itextg:5.5.10 which has known security issues.
+ KnownVuln:
+ en-US: Includes com.itextpdf:itextg:5.5.10 which has known security issues.
Categories:
- Writing
License: GPL-3.0-or-later
@@ -10,15 +10,15 @@ Changelog: https://github.com/scoute-dich/PDFCreator/blob/HEAD/CHANGELOG.md
AutoName: PDF Creator
Description: |-
- Features:
+ Features:
- * create PDF-pages from text or pictures
- * add PDF-pages from text or pictures to existing PDFs
- * merge PDFs
- * protect PDFs with password
- * delete pages from existing PDFs
- * edit metadata from existing PDFs
- * convert PDFs to images
+ * create PDF-pages from text or pictures
+ * add PDF-pages from text or pictures to existing PDFs
+ * merge PDFs
+ * protect PDFs with password
+ * delete pages from existing PDFs
+ * edit metadata from existing PDFs
+ * convert PDFs to images
RepoType: git
Repo: https://github.com/scoute-dich/PDFCreator.git
@@ -178,10 +178,10 @@ Builds:
> gradle/wrapper/gradle-wrapper.properties
MaintainerNotes: |-
- KnownVuln: com.itextpdf:itextg:5.5.10 noted at below link
- https://github.com/scoute-dich/PDFCreator/blob/$TAG/app/build.gradle
- https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
- Repository archived
+ KnownVuln: com.itextpdf:itextg:5.5.10 noted at below link
+ https://github.com/scoute-dich/PDFCreator/blob/$TAG/app/build.gradle
+ https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
+ Repository archived
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/de.baumann.quitsmoking.yml b/metadata/de.baumann.quitsmoking.yml
index ea8e2db165..88cc9fba65 100644
--- a/metadata/de.baumann.quitsmoking.yml
+++ b/metadata/de.baumann.quitsmoking.yml
@@ -7,13 +7,13 @@ Changelog: https://github.com/scoute-dich/QuitSmoking/blob/HEAD/CHANGELOG.md
AutoName: Quit Smoking
Description: |-
- NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
+ NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
- Features:
+ Features:
- * Overview: statistics about when stopped smoking, days not smoked and saved cigarettes, money and time
- * Health: progress of benefits when you quit smoking (breathing, cancer, …)
- * Diary: here you can write whatever you want. Can be backed up on sdcard.
+ * Overview: statistics about when stopped smoking, days not smoked and saved cigarettes, money and time
+ * Health: progress of benefits when you quit smoking (breathing, cancer, …)
+ * Diary: here you can write whatever you want. Can be backed up on sdcard.
RepoType: git
Repo: https://github.com/scoute-dich/QuitSmoking.git
diff --git a/metadata/de.baumann.sieben.yml b/metadata/de.baumann.sieben.yml
index e9eaab6c53..87d6c8b60e 100644
--- a/metadata/de.baumann.sieben.yml
+++ b/metadata/de.baumann.sieben.yml
@@ -8,17 +8,17 @@ Changelog: https://github.com/scoute-dich/Sieben/blob/HEAD/CHANGELOG.md
Name: Sieben
AutoName: Seven
Description: |-
- Note: This app is unmaintained and won't receive updates.
+ Note: This app is unmaintained and won't receive updates.
- Companion app that helps you to perform the seven minutes workout. It's very
- basic:
+ Companion app that helps you to perform the seven minutes workout. It's very
+ basic:
- * you can perform the workout
- * pause and resume an exercice
- * jump to previous or next exercice
- * english and german
+ * you can perform the workout
+ * pause and resume an exercice
+ * jump to previous or next exercice
+ * english and german
- Screenshots
+ Screenshots
RepoType: git
Repo: https://github.com/scoute-dich/Sieben
@@ -38,7 +38,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation' } }" >>
- build.gradle
+ build.gradle
- versionName: 1.3.1.1
versionCode: 10
diff --git a/metadata/de.baumann.thema.yml b/metadata/de.baumann.thema.yml
index 582ae35bd6..6cdcf1073a 100644
--- a/metadata/de.baumann.thema.yml
+++ b/metadata/de.baumann.thema.yml
@@ -7,12 +7,12 @@ Changelog: https://github.com/scoute-dich/Blue-Minimal/blob/HEAD/CHANGELOG.md
AutoName: Blue Minimal
Description: |-
- A Material Design inspired theme for Lollipop aiming to provide a consistent and
- minimalistic look to your device. It is based on several other CM12 themes. A
- device running the Cyanogenmod 12 ROM or any other rom compatible with the CM12
- theme engine is needed to use the theme.
+ A Material Design inspired theme for Lollipop aiming to provide a consistent and
+ minimalistic look to your device. It is based on several other CM12 themes. A
+ device running the Cyanogenmod 12 ROM or any other rom compatible with the CM12
+ theme engine is needed to use the theme.
- Screenshots
+ Screenshots
Builds:
- versionName: '3.1'
diff --git a/metadata/de.baumann.weather.yml b/metadata/de.baumann.weather.yml
index f85d66f833..e1526a61b4 100644
--- a/metadata/de.baumann.weather.yml
+++ b/metadata/de.baumann.weather.yml
@@ -7,19 +7,19 @@ Changelog: https://github.com/scoute-dich/Weather/blob/HEAD/CHANGELOG.md
AutoName: FOSS Weather
Description: |-
- NOTE: This app is no longer maintained. Its repo has been archived.
+ NOTE: This app is no longer maintained. Its repo has been archived.
- Show weather information from wetterdienst.de, meteoblue.com and the DWD.
+ Show weather information from wetterdienst.de, meteoblue.com and the DWD.
- Features:
+ Features:
- * capture websites for offline use
- * share screenshot of whole webview
- * five predefined locations
- * search and save other locations as bookmarks
- * usefull weather informations (satelitt, rain radar, topic of the day, ...)
+ * capture websites for offline use
+ * share screenshot of whole webview
+ * five predefined locations
+ * search and save other locations as bookmarks
+ * usefull weather informations (satelitt, rain radar, topic of the day, ...)
- Screenshots
+ Screenshots
RepoType: git
Repo: https://github.com/scoute-dich/Weather
@@ -207,7 +207,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "/legacy/aimplementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02'"
- build.gradle
+ build.gradle
- versionName: 4.7.1
versionCode: 56
@@ -216,7 +216,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "/legacy/aimplementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02'"
- build.gradle
+ build.gradle
- versionName: 4.9.1
versionCode: 60
@@ -225,7 +225,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "/legacy/aimplementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02'"
- build.gradle
+ build.gradle
- versionName: 5.0.1
versionCode: 62
@@ -234,7 +234,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "/legacy/aimplementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02'"
- build.gradle
+ build.gradle
- versionName: '5.1'
versionCode: 63
@@ -243,7 +243,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "/legacy/aimplementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha02'"
- build.gradle
+ build.gradle
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/de.benibela.videlibri.yml b/metadata/de.benibela.videlibri.yml
index 643eaa0f87..bb4f468548 100644
--- a/metadata/de.benibela.videlibri.yml
+++ b/metadata/de.benibela.videlibri.yml
@@ -611,14 +611,13 @@ Builds:
- x86_64-linux-android-strip --strip-all android/libs/x86_64/liblclapp.so
ndk: r19c
-MaintainerNotes: |4-
+MaintainerNotes: |-
+ ACRA is used but only via the Dialog option, so it is opt-in. See
+ https://github.com/benibela/videlibri/issues/3#issuecomment-1198660908
- ACRA is used but only via the Dialog option, so it is opt-in. See
- https://github.com/benibela/videlibri/issues/3#issuecomment-1198660908
+ Use NDK 19 and Platform 21 to support Android 4 and 5.
- Use NDK 19 and Platform 21 to support Android 4 and 5.
-
- The git history is used to find the date of release and choose the appropiate versions of the dependencies.
+ The git history is used to find the date of release and choose the appropiate versions of the dependencies.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^VIDELIBRI
diff --git a/metadata/de.beowulf.wetter.yml b/metadata/de.beowulf.wetter.yml
index 8e87b03d15..54a79077e5 100644
--- a/metadata/de.beowulf.wetter.yml
+++ b/metadata/de.beowulf.wetter.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Uses OpenWeatherMap, which is not libre.
+ NonFreeNet:
+ en-US: Uses OpenWeatherMap, which is not libre.
Categories:
- Internet
License: EUPL-1.2
diff --git a/metadata/de.binary_kitchen.doorlock_app.yml b/metadata/de.binary_kitchen.doorlock_app.yml
index 0df13088c4..ecffeb8e81 100644
--- a/metadata/de.binary_kitchen.doorlock_app.yml
+++ b/metadata/de.binary_kitchen.doorlock_app.yml
@@ -9,16 +9,16 @@ Changelog: https://github.com/Binary-Kitchen/doorlock-app/releases
AutoName: Binary Kitchen Doorlock
Description: |
- "We are proud to present the next generation of the revolutionary way to unlock the door of the Binary Kitchen hackspace.
+ "We are proud to present the next generation of the revolutionary way to unlock the door of the Binary Kitchen hackspace.
- Some usage notes:
- * The app allows for automatic WiFi switching. If activated, newer Android versions (Oreo and upwards) require coarse grained location permissions. Otherwise SSID can not be read.
- * Settings screen won't disappear unless user provided username & password
- * The app contains a widget -- the space widget. It remotely shows if the space is open. A click on the button will update it.
- * Please file bug reports on https://github.com/Binary-Kitchen/doorlock-app
+ Some usage notes:
+ * The app allows for automatic WiFi switching. If activated, newer Android versions (Oreo and upwards) require coarse grained location permissions. Otherwise SSID can not be read.
+ * Settings screen won't disappear unless user provided username & password
+ * The app contains a widget -- the space widget. It remotely shows if the space is open. A click on the button will update it.
+ * Please file bug reports on https://github.com/Binary-Kitchen/doorlock-app
- Good quality... No fake! Contains 50 metric tons of finest software engineering.
- ."
+ Good quality... No fake! Contains 50 metric tons of finest software engineering.
+ ."
RepoType: git
Repo: https://github.com/binary-kitchen/doorlock-app
diff --git a/metadata/de.bitsharesmunich.smartcoinswallet.yml b/metadata/de.bitsharesmunich.smartcoinswallet.yml
index ef45c09792..cb74722055 100644
--- a/metadata/de.bitsharesmunich.smartcoinswallet.yml
+++ b/metadata/de.bitsharesmunich.smartcoinswallet.yml
@@ -7,38 +7,38 @@ IssueTracker: https://github.com/kenCode-de/smartcoins-wallet/issues
AutoName: Smartcoins Wallet
Description: |-
- NOTE: This app is no longer maintained (its repo has been archived).
+ NOTE: This app is no longer maintained (its repo has been archived).
- Cryptocurrency volatility is now a thing of the past. BitShares' Smartcoins are
- tokens that are market-pegged to individual fiat currencies like the Dollar,
- Euro, Yuan and assets like Businesses, Gold and Oil. Thousands of investors,
- savers, traders and employers now use Smartcoins to buy and sell goods and
- services globally.
+ Cryptocurrency volatility is now a thing of the past. BitShares' Smartcoins are
+ tokens that are market-pegged to individual fiat currencies like the Dollar,
+ Euro, Yuan and assets like Businesses, Gold and Oil. Thousands of investors,
+ savers, traders and employers now use Smartcoins to buy and sell goods and
+ services globally.
- Smartcoins Wallet now works at all BlockPay enabled merchants worldwide!
+ Smartcoins Wallet now works at all BlockPay enabled merchants worldwide!
- * Send and Receive Smartcoins (bitBTC, bitUSD, bitEUR, bitCNY, bitSILVER, etc)
- * Send and Receive User Issued Assets (UIAs) – (STEALTH, NIKKEI, COFFEE, FISTBUMP, etc)
- * Receive eReceipts automatically via merchant QR codes
- * Receive Loyalty Points (similar to Rewards Cards) from participating merchants
- * Overdraft Protection is included just in case (can pull from one of your backup assets)
- * Absolute Security; Graphene blockchain based, End-to-End Encryption, BrainKey, multi-signature account permissions, auto-encrypted Backups, auto-close and PIN verifications (if desired)
- * No Bluetooth, NFC, merchant wireless service or special hardware is required
- * Use QR Codes to Send funds locally (uses your phone's camera to scan their QR Code)
- * Use QR Codes to Receive funds locally (displays your QR Code so your friend can scan it)
- * Proven 100,000+ transactions per second which is more than Visa and Mastercard combined!
- * Register new, Import existing, Upgrade existing and Remove multiple accounts in wallet if desired
- * Equivalent fiat values can be shown under each coin or asset you own
- * WSS Hopping; Allows your wallet to quickly find the best node for optimum network connections
- * Supports a large Memo field with sending payments (for personal notes or notes to the recipient)
- * Share the Smartcoins Wallet app with friends and get rewards
- * Choose friendly account names; No more long cryptic addresses, account numbers, BIC/IBAN, Swift codes, etc
- * Easy export features allow one or more transactions to be exported to pdf or csv for accounting
- * Contacts can be organized by nickname labels. Notes and Avatars also supported!
- * Quickly and Easily share your payment address via email, chat, wireless, SMS, social media and telephone
- * Monitor all Balances and Transactions in real-time; UI/UX never needs a refresh
+ * Send and Receive Smartcoins (bitBTC, bitUSD, bitEUR, bitCNY, bitSILVER, etc)
+ * Send and Receive User Issued Assets (UIAs) – (STEALTH, NIKKEI, COFFEE, FISTBUMP, etc)
+ * Receive eReceipts automatically via merchant QR codes
+ * Receive Loyalty Points (similar to Rewards Cards) from participating merchants
+ * Overdraft Protection is included just in case (can pull from one of your backup assets)
+ * Absolute Security; Graphene blockchain based, End-to-End Encryption, BrainKey, multi-signature account permissions, auto-encrypted Backups, auto-close and PIN verifications (if desired)
+ * No Bluetooth, NFC, merchant wireless service or special hardware is required
+ * Use QR Codes to Send funds locally (uses your phone's camera to scan their QR Code)
+ * Use QR Codes to Receive funds locally (displays your QR Code so your friend can scan it)
+ * Proven 100,000+ transactions per second which is more than Visa and Mastercard combined!
+ * Register new, Import existing, Upgrade existing and Remove multiple accounts in wallet if desired
+ * Equivalent fiat values can be shown under each coin or asset you own
+ * WSS Hopping; Allows your wallet to quickly find the best node for optimum network connections
+ * Supports a large Memo field with sending payments (for personal notes or notes to the recipient)
+ * Share the Smartcoins Wallet app with friends and get rewards
+ * Choose friendly account names; No more long cryptic addresses, account numbers, BIC/IBAN, Swift codes, etc
+ * Easy export features allow one or more transactions to be exported to pdf or csv for accounting
+ * Contacts can be organized by nickname labels. Notes and Avatars also supported!
+ * Quickly and Easily share your payment address via email, chat, wireless, SMS, social media and telephone
+ * Monitor all Balances and Transactions in real-time; UI/UX never needs a refresh
- You can find more information here.
+ You can find more information here.
RepoType: git
Repo: https://github.com/kenCode-de/smartcoins-wallet.git
diff --git a/metadata/de.bitsharesmunich.wallet.yml b/metadata/de.bitsharesmunich.wallet.yml
index 8e5c54f545..a23c8ecd69 100644
--- a/metadata/de.bitsharesmunich.wallet.yml
+++ b/metadata/de.bitsharesmunich.wallet.yml
@@ -8,46 +8,46 @@ Changelog: https://github.com/kenCode-de/bitshares-wallet/releases
AutoName: BitShares Wallet
Description: |-
- NOTE: This app is no longer maintained (its repo was archived).
+ NOTE: This app is no longer maintained (its repo was archived).
- Cryptocurrency volatility is now a thing of the past. BitShares' Smartcoins are
- tokens that are market-pegged to individual fiat currencies like the Dollar,
- Euro, Yuan and assets like Businesses, Gold and Oil. Thousands of investors,
- savers, traders and employers now use Smartcoins to buy and sell goods and
- services globally.
+ Cryptocurrency volatility is now a thing of the past. BitShares' Smartcoins are
+ tokens that are market-pegged to individual fiat currencies like the Dollar,
+ Euro, Yuan and assets like Businesses, Gold and Oil. Thousands of investors,
+ savers, traders and employers now use Smartcoins to buy and sell goods and
+ services globally.
- No bank account? No problem. The unbanked and underbanked can now buy, sell and
- use Smartcoins locally with anyone, or utilize one of the many Exchanges who
- will convert your fiat into Smartcoins and back again if needed. CCEDK.com,
- Poloniex, Bittrex, BTC38 and Yunbi just to name a few.
+ No bank account? No problem. The unbanked and underbanked can now buy, sell and
+ use Smartcoins locally with anyone, or utilize one of the many Exchanges who
+ will convert your fiat into Smartcoins and back again if needed. CCEDK.com,
+ Poloniex, Bittrex, BTC38 and Yunbi just to name a few.
- BitShares itself is not a company, it's a Decentralized Autonomous Community
- (DAC) of friendly FinTech people of all ages wanting freemarket solutions to
- secure life, liberty and property for all. BitShares software uses the Delegated
- Proof Of Stake (DPOS) consensus protocol which cannot be blocked, taken down or
- centralized by asic or quantum computing hardware.
+ BitShares itself is not a company, it's a Decentralized Autonomous Community
+ (DAC) of friendly FinTech people of all ages wanting freemarket solutions to
+ secure life, liberty and property for all. BitShares software uses the Delegated
+ Proof Of Stake (DPOS) consensus protocol which cannot be blocked, taken down or
+ centralized by asic or quantum computing hardware.
- Send any amount.. anywhere.. for just a few cents.. and in only 3 seconds!
+ Send any amount.. anywhere.. for just a few cents.. and in only 3 seconds!
- * Works with all Smartcoin enabled Point Of Sale (POS) systems at merchants worldwide
- * Absolute Security; BitShares blockchain based, End-to-End Encryption, BrainKey, multi-signature account permissions, auto-encrypted Backups, auto-close, auto-timeout and PIN verifications
- * No Bluetooth, NFC, merchant wireless service or special hardware is required
- * Use QR Codes to Send locally (uses your phone's camera to scan their QR Code)
- * Use QR Codes to Receive locally (displays your QR Code so your friend can scan it)
- * Receive eReceipts automatically via merchant QR codes
- * 10,000+ transactions per second (TPS) which is more than Visa and Mastercard combined!
- * Send and Receive Smartcoins (bitUSD, bitEUR, bitCNY, bitBTC, bitSILVER, etc)
- * Send and Receive User Issued Assets (UIAs) - (OPENPOS, OBITS, OPENBTC, COFFEE, etc)
- * Supports a large Memo field with sending payments (for personal notes or notes to the recipient)
- * Share the BitShares Wallet app with friends and get rewards
- * Choose friendly account names; No more long cryptic addresses or numbers
- * Totally Open-Source Software (OSS) and verifiable on Github
- * Contacts can be organized by BitShares account address or nickname label. Notes and Avatars are supported too!
- * Quickly and Easily share your payment address via email, chat, wireless, social media and telephone
- * Monitor all Balances and Transactions in real-time; UI/UX never needs a refresh
- * Now in 22 languages!
+ * Works with all Smartcoin enabled Point Of Sale (POS) systems at merchants worldwide
+ * Absolute Security; BitShares blockchain based, End-to-End Encryption, BrainKey, multi-signature account permissions, auto-encrypted Backups, auto-close, auto-timeout and PIN verifications
+ * No Bluetooth, NFC, merchant wireless service or special hardware is required
+ * Use QR Codes to Send locally (uses your phone's camera to scan their QR Code)
+ * Use QR Codes to Receive locally (displays your QR Code so your friend can scan it)
+ * Receive eReceipts automatically via merchant QR codes
+ * 10,000+ transactions per second (TPS) which is more than Visa and Mastercard combined!
+ * Send and Receive Smartcoins (bitUSD, bitEUR, bitCNY, bitBTC, bitSILVER, etc)
+ * Send and Receive User Issued Assets (UIAs) - (OPENPOS, OBITS, OPENBTC, COFFEE, etc)
+ * Supports a large Memo field with sending payments (for personal notes or notes to the recipient)
+ * Share the BitShares Wallet app with friends and get rewards
+ * Choose friendly account names; No more long cryptic addresses or numbers
+ * Totally Open-Source Software (OSS) and verifiable on Github
+ * Contacts can be organized by BitShares account address or nickname label. Notes and Avatars are supported too!
+ * Quickly and Easily share your payment address via email, chat, wireless, social media and telephone
+ * Monitor all Balances and Transactions in real-time; UI/UX never needs a refresh
+ * Now in 22 languages!
- You can find more information here.
+ You can find more information here.
RepoType: git
Repo: https://github.com/kenCode-de/bitshares-wallet.git
@@ -65,7 +65,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/versionCode/s/+ \"0\"//g' -e '/defaultConfig.versionCode
- +=/d' build.gradle
+ +=/d' build.gradle
- versionName: 1.0.2
versionCode: 100028
diff --git a/metadata/de.bjusystems.vdrmanager.yml b/metadata/de.bjusystems.vdrmanager.yml
index c81d23d23b..c20d1483c4 100644
--- a/metadata/de.bjusystems.vdrmanager.yml
+++ b/metadata/de.bjusystems.vdrmanager.yml
@@ -7,24 +7,24 @@ IssueTracker: https://projects.vdr-developer.org/projects/vdr-manager/issues
AutoName: VDR-Manager
Description: |-
- If you have a VDR at home reachable over the internet and own a mobile phone
- running Android then you possibly find this program useful. Using it you can
- view the EPG and stream live TV to your device.
+ If you have a VDR at home reachable over the internet and own a mobile phone
+ running Android then you possibly find this program useful. Using it you can
+ view the EPG and stream live TV to your device.
- VDR-Manager has two parts:
+ VDR-Manager has two parts:
- * The Android application for the user interface
- * A VDR plugin to communicate with. Standard SVDRP is not used because this leads to much more traffic.
+ * The Android application for the user interface
+ * A VDR plugin to communicate with. Standard SVDRP is not used because this leads to much more traffic.
- Here the some features
+ Here the some features
- * list the EPG filtered by time or channel
- * show EPG details
- * search EPG for some simple text
- * list, modify, delete or (de)activate timers
- * create timers from EPG events
- * remote wakeup VDR host using HTTP requests
- * live tv
+ * list the EPG filtered by time or channel
+ * show EPG details
+ * search EPG for some simple text
+ * list, modify, delete or (de)activate timers
+ * create timers from EPG events
+ * remote wakeup VDR host using HTTP requests
+ * live tv
RepoType: git
Repo: https://projects.vdr-developer.org/git/vdr-manager.git
diff --git a/metadata/de.blau.android.yml b/metadata/de.blau.android.yml
index 482d0bb0c1..19e785d28d 100644
--- a/metadata/de.blau.android.yml
+++ b/metadata/de.blau.android.yml
@@ -8,29 +8,29 @@ Changelog: https://github.com/MarcusWolschon/osmeditor4android/releases
AutoName: Vespucci
Description: |-
- * Create and edit new Nodes and Ways
- * Move and rotate Ways
- * Append Nodes to existing Ways
- * Delete Nodes
- * Create, edit and delete Tags
- * Edit relations and create new turn restrictions
- * JOSM presets support
- * Download and Upload to OSM-Server
- * Saving and reading of JOSM format OSM data files
- * Highlight unnamed highways, and ways/nodes with todos or fixmes
- * Add, comment and close OSM Notes and Osmose bugs
- * Use a variety of background tile layers as reference
- * Show the users GPS-Track with accuracy
- * Upload to OSM and local saving of GPS tracks
- * Display the raw data
- * Display geo-referenced photographs
- .... and lots more.
+ * Create and edit new Nodes and Ways
+ * Move and rotate Ways
+ * Append Nodes to existing Ways
+ * Delete Nodes
+ * Create, edit and delete Tags
+ * Edit relations and create new turn restrictions
+ * JOSM presets support
+ * Download and Upload to OSM-Server
+ * Saving and reading of JOSM format OSM data files
+ * Highlight unnamed highways, and ways/nodes with todos or fixmes
+ * Add, comment and close OSM Notes and Osmose bugs
+ * Use a variety of background tile layers as reference
+ * Show the users GPS-Track with accuracy
+ * Upload to OSM and local saving of GPS tracks
+ * Display the raw data
+ * Display geo-referenced photographs
+ .... and lots more.
- Vespucci is not a map viewer or routing-application
+ Vespucci is not a map viewer or routing-application
- Help and instructions are available on device and on the
- Vespucci website.
+ Help and instructions are available on device and on the
+ Vespucci website.
RepoType: git
Repo: https://github.com/MarcusWolschon/osmeditor4android
@@ -177,8 +177,8 @@ Builds:
- libs/xmpcore*.jar
- libs/signpost*.jar
prebuild: sed -i -e '/support-v4/acompile "ch.acra:acra:4.5.0"\ncompile "com.adobe.xmp:xmpcore:5.1.2"\ncompile
- "oauth.signpost:signpost-core:1.2.1.2"\ncompile "oauth.signpost:signpost-commonshttp4:1.2.1.2"'
- -e '/versionCode/d' -e '/versionName/d' build.gradle
+ "oauth.signpost:signpost-core:1.2.1.2"\ncompile "oauth.signpost:signpost-commonshttp4:1.2.1.2"'
+ -e '/versionCode/d' -e '/versionName/d' build.gradle
antifeatures:
- NonFreeNet
@@ -192,8 +192,8 @@ Builds:
- libs/xmpcore*.jar
- libs/signpost*.jar
prebuild: sed -i -e '/support-v4/acompile "ch.acra:acra:4.5.0"\ncompile "com.adobe.xmp:xmpcore:5.1.2"\ncompile
- "oauth.signpost:signpost-core:1.2.1.2"\ncompile "oauth.signpost:signpost-commonshttp4:1.2.1.2"'
- -e '/versionCode/d' -e '/versionName/d' build.gradle
+ "oauth.signpost:signpost-core:1.2.1.2"\ncompile "oauth.signpost:signpost-commonshttp4:1.2.1.2"'
+ -e '/versionCode/d' -e '/versionName/d' build.gradle
antifeatures:
- NonFreeNet
@@ -942,7 +942,7 @@ Builds:
gradle:
- current
prebuild: sed -i -e '/bintray/d' -e '/ch.poole.gradle.markdow/d' -e '/markdownToHtml
- {/,+6d' -e '/preset-utils/d' build.gradle
+ {/,+6d' -e '/preset-utils/d' build.gradle
antifeatures:
- NonFreeNet
@@ -952,7 +952,7 @@ Builds:
gradle:
- current
prebuild: sed -i -e '/bintray/d' -e '/ch.poole.gradle.markdow/d' -e '/markdownToHtml
- {/,+6d' -e '/preset-utils/d' build.gradle
+ {/,+6d' -e '/preset-utils/d' build.gradle
antifeatures:
- NonFreeNet
@@ -962,7 +962,7 @@ Builds:
gradle:
- current
prebuild: sed -i -e '/bintray/d' -e '/ch.poole.gradle.markdow/d' -e '/markdownToHtml
- {/,+6d' -e '/preset-utils/d' build.gradle
+ {/,+6d' -e '/preset-utils/d' build.gradle
antifeatures:
- NonFreeNet
@@ -972,7 +972,7 @@ Builds:
gradle:
- current
prebuild: sed -i -e '/bintray/d' -e '/preset-utils/d' -e "/'ch.poole.gradle.markdow/d"
- -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
+ -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
scanignore:
- src/main/assets/synonyms/synonyms.so
scandelete:
@@ -986,7 +986,7 @@ Builds:
gradle:
- current
prebuild: sed -i -e '/bintray/d' -e '/preset-utils/d' -e "/'ch.poole.gradle.markdow/d"
- -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
+ -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
scanignore:
- src/main/assets/synonyms/synonyms.so
scandelete:
@@ -1000,7 +1000,7 @@ Builds:
gradle:
- current
prebuild: sed -i -e '/bintray/d' -e '/preset-utils/d' -e "/'ch.poole.gradle.markdow/d"
- -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
+ -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
scanignore:
- src/main/assets/synonyms/synonyms.so
scandelete:
@@ -1014,7 +1014,7 @@ Builds:
gradle:
- current
prebuild: sed -i -e '/bintray/d' -e '/preset-utils/d' -e "/'ch.poole.gradle.markdow/d"
- -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
+ -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
scanignore:
- src/main/assets/synonyms/synonyms.so
scandelete:
@@ -1028,7 +1028,7 @@ Builds:
gradle:
- current
prebuild: sed -i -e '/bintray/d' -e '/preset-utils/d' -e "/'ch.poole.gradle.markdow/d"
- -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
+ -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
scanignore:
- src/main/assets/synonyms/synonyms.so
scandelete:
@@ -1042,7 +1042,7 @@ Builds:
gradle:
- current
prebuild: sed -i -e '/bintray/d' -e '/preset-utils/d' -e "/'ch.poole.gradle.markdow/d"
- -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
+ -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
scanignore:
- src/main/assets/synonyms/synonyms.so
scandelete:
@@ -1056,7 +1056,7 @@ Builds:
gradle:
- current
prebuild: sed -i -e '/bintray/d' -e '/preset-utils/d' -e "/'ch.poole.gradle.markdow/d"
- -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
+ -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
scanignore:
- src/main/assets/synonyms/synonyms.so
scandelete:
@@ -1070,7 +1070,7 @@ Builds:
gradle:
- current
prebuild: sed -i -e '/bintray/d' -e '/preset-utils/d' -e "/'ch.poole.gradle.markdow/d"
- -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
+ -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
scanignore:
- src/main/assets/synonyms/synonyms.so
scandelete:
@@ -1084,7 +1084,7 @@ Builds:
gradle:
- current
prebuild: sed -i -e '/bintray/d' -e '/preset-utils/d' -e "/'ch.poole.gradle.markdow/d"
- -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
+ -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
scanignore:
- src/main/assets/synonyms/synonyms.so
scandelete:
@@ -1098,7 +1098,7 @@ Builds:
gradle:
- current
prebuild: sed -i -e '/bintray/d' -e '/preset-utils/d' -e "/'ch.poole.gradle.markdow/d"
- -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
+ -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
scanignore:
- src/main/assets/synonyms/synonyms.so
scandelete:
@@ -1112,7 +1112,7 @@ Builds:
gradle:
- current
prebuild: sed -i -e '/bintray/d' -e '/preset-utils/d' -e "/'ch.poole.gradle.markdow/d"
- -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
+ -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
scanignore:
- src/main/assets/synonyms/synonyms.so
scandelete:
@@ -1126,7 +1126,7 @@ Builds:
gradle:
- current
prebuild: sed -i -e '/bintray/d' -e '/preset-utils/d' -e "/'ch.poole.gradle.markdow/d"
- -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
+ -e '/markdownToHtml {/,+6d' -e '/markdownToHtmlRtl(/,+7d' build.gradle
scanignore:
- src/main/assets/synonyms/synonyms.so
scandelete:
diff --git a/metadata/de.blinkt.openvpn.yml b/metadata/de.blinkt.openvpn.yml
index a3ba754cf6..4c8dcaf769 100644
--- a/metadata/de.blinkt.openvpn.yml
+++ b/metadata/de.blinkt.openvpn.yml
@@ -8,8 +8,8 @@ Translation: https://crowdin.com/project/ics-openvpn
AutoName: OpenVPN for Android
Description: |-
- With the VPNService in Android 4.0+ it is possible to create a VPN that doesn't
- need root access.
+ With the VPNService in Android 4.0+ it is possible to create a VPN that doesn't
+ need root access.
RepoType: git
Repo: https://github.com/schwabe/ics-openvpn.git
@@ -92,7 +92,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/WITH_BREAKPAD=.*/WITH_BREAKPAD=0/' -e '/include google-breakpad/d'
- jni/Android.mk
+ jni/Android.mk
build: ./misc/build-native.sh
- versionName: 0.6.10
@@ -253,7 +253,7 @@ Builds:
gradle:
- normal
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
scandelete:
- main/breakpad
build: USE_BREAKPAD=0 ./misc/build-native.sh
@@ -267,7 +267,7 @@ Builds:
gradle:
- normal
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
scandelete:
- main/breakpad
build: USE_BREAKPAD=0 ./misc/build-native.sh
@@ -281,7 +281,7 @@ Builds:
gradle:
- normal
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' }}" >> build.gradle
+ 'ExtraTranslation' }}" >> build.gradle
scandelete:
- main/breakpad
build: USE_BREAKPAD=0 ./misc/build-native.sh
@@ -350,7 +350,7 @@ Builds:
- main/src/main/cpp/mbedtls/crypto/tests
- main/src/main/cpp/openvpn3/test/unittests
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r19c
- versionName: 0.7.17a
@@ -365,7 +365,7 @@ Builds:
- main/src/main/cpp/mbedtls/tests
- main/src/main/cpp/openvpn3/test/unittests
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r19c
- versionName: 0.7.18
@@ -380,7 +380,7 @@ Builds:
- main/src/main/cpp/mbedtls/tests
- main/src/main/cpp/openvpn3/test/unittests
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r19c
- versionName: 0.7.21
@@ -395,7 +395,7 @@ Builds:
- main/src/main/cpp/mbedtls/tests
- main/src/main/cpp/openvpn3/test/unittests
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r19c
- versionName: 0.7.22
@@ -410,7 +410,7 @@ Builds:
- main/src/main/cpp/mbedtls/tests
- main/src/main/cpp/openvpn3/test/unittests
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r19c
- versionName: 0.7.23
@@ -425,7 +425,7 @@ Builds:
- main/src/main/cpp/mbedtls/tests
- main/src/main/cpp/openvpn3/test/unittests
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r19c
- versionName: 0.7.24
@@ -442,7 +442,7 @@ Builds:
- main/src/main/cpp/lz4/tmpsparse
- main/src/main/cpp/lz4/tmp
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r19c
- versionName: 0.7.26
@@ -463,7 +463,7 @@ Builds:
- main/src/main/cpp/lz4/tmpsparse
- main/src/main/cpp/lz4/tmp
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r19c
- versionName: 0.7.27
@@ -484,7 +484,7 @@ Builds:
- main/src/main/cpp/lz4/tmpsparse
- main/src/main/cpp/lz4/tmp
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r19c
- versionName: 0.7.28
@@ -505,7 +505,7 @@ Builds:
- main/src/main/cpp/lz4/tmpsparse
- main/src/main/cpp/lz4/tmp
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r19c
- versionName: 0.7.29
@@ -526,7 +526,7 @@ Builds:
- main/src/main/cpp/lz4/tmpsparse
- main/src/main/cpp/lz4/tmp
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r19c
- versionName: 0.7.31
@@ -547,7 +547,7 @@ Builds:
- main/src/main/cpp/lz4/tmpsparse
- main/src/main/cpp/lz4/tmp
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r19c
- versionName: 0.7.32
@@ -568,7 +568,7 @@ Builds:
- main/src/main/cpp/lz4/tmpsparse
- main/src/main/cpp/lz4/tmp
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r19c
- versionName: 0.7.33
@@ -589,7 +589,7 @@ Builds:
- main/src/main/cpp/lz4/tmpsparse
- main/src/main/cpp/lz4/tmp
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r19c
- versionName: 0.7.34
@@ -610,7 +610,7 @@ Builds:
- main/src/main/cpp/lz4/tmpsparse
- main/src/main/cpp/lz4/tmp
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r19c
- versionName: 0.7.37
@@ -631,7 +631,7 @@ Builds:
- main/src/main/cpp/lz4/tmpsparse
- main/src/main/cpp/lz4/tmp
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r24
- versionName: 0.7.38
@@ -652,7 +652,7 @@ Builds:
- main/src/main/cpp/lz4/tmpsparse
- main/src/main/cpp/lz4/tmp
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r24
- versionName: 0.7.39
@@ -673,7 +673,7 @@ Builds:
- main/src/main/cpp/lz4/tmpsparse
- main/src/main/cpp/lz4/tmp
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r24
- versionName: 0.7.40
@@ -694,7 +694,7 @@ Builds:
- main/src/main/cpp/lz4/tmpsparse
- main/src/main/cpp/lz4/tmp
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r24
- versionName: 0.7.41
@@ -715,7 +715,7 @@ Builds:
- main/src/main/cpp/lz4/tmpsparse
- main/src/main/cpp/lz4/tmp
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r25b
- versionName: 0.7.42
@@ -735,7 +735,7 @@ Builds:
- main/src/main/cpp/lz4/tmpsparse
- main/src/main/cpp/lz4/tmp
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r25b
- versionName: 0.7.43
@@ -755,7 +755,7 @@ Builds:
- main/src/main/cpp/lz4/tmpsparse
- main/src/main/cpp/lz4/tmp
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r25b
- versionName: 0.7.46
@@ -777,7 +777,7 @@ Builds:
- main/src/main/cpp/mbedtls/tests
- main/src/main/cpp/openvpn3/test/unittests
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r25c
- versionName: 0.7.48
@@ -799,7 +799,7 @@ Builds:
- main/src/main/cpp/mbedtls/tests
- main/src/main/cpp/openvpn3/test/unittests
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r25c
- versionName: 0.7.49
@@ -821,7 +821,7 @@ Builds:
- main/src/main/cpp/mbedtls/tests
- main/src/main/cpp/openvpn3/test/unittests
prebuild: sed -i -e '/signingConfigs.getByName/d' -e 's/isEnable\ =\ true/isEnable\
- =\ false/' build.gradle.kts
+ =\ false/' build.gradle.kts
ndk: r25c
AutoUpdateMode: Version
diff --git a/metadata/de.blocklink.pigrid.yml b/metadata/de.blocklink.pigrid.yml
index 3ef8e4f7d0..22c11c08c7 100644
--- a/metadata/de.blocklink.pigrid.yml
+++ b/metadata/de.blocklink.pigrid.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App requires a PiGrid device, which contains proprietary software.
+ NonFreeNet:
+ en-US: App requires a PiGrid device, which contains proprietary software.
Categories:
- Connectivity
- Money
@@ -10,12 +10,12 @@ IssueTracker: https://github.com/blocklink-it/pigrid-companion-app/issues
AutoName: PiGrid Companion
Description: |-
- The PiGrid Companion app allows you to find and control your PiGrid device/s easily and comfortably via your Smartphone or Tablet.
+ The PiGrid Companion app allows you to find and control your PiGrid device/s easily and comfortably via your Smartphone or Tablet.
- PiGrid is a platform for Gridcoin currently running on Raspberry Pi. Gridcoin is a cryptocurrency that incentivizes the donation of computational power to scientific projects through BOINC. Find more information at pigrid.com and gridcoin.io.
+ PiGrid is a platform for Gridcoin currently running on Raspberry Pi. Gridcoin is a cryptocurrency that incentivizes the donation of computational power to scientific projects through BOINC. Find more information at pigrid.com and gridcoin.io.
- AntiFeatures:
- * NonFreeNet - This app requires a PiGrid device, which contains proprietary software.
+ AntiFeatures:
+ * NonFreeNet - This app requires a PiGrid device, which contains proprietary software.
RepoType: git
Repo: https://github.com/blocklink-it/pigrid-companion-app
diff --git a/metadata/de.boesling.hydromemo.yml b/metadata/de.boesling.hydromemo.yml
index cc3c6043a5..27e4f26455 100644
--- a/metadata/de.boesling.hydromemo.yml
+++ b/metadata/de.boesling.hydromemo.yml
@@ -8,9 +8,9 @@ Changelog: https://github.com/c7haki/HydroMemo/releases
AutoName: HydroMemo
Description: |-
- NOTE: This app is no longer maintained (its repo was archived).
+ NOTE: This app is no longer maintained (its repo was archived).
- HydroMemo tries to help you drink enough water.
+ HydroMemo tries to help you drink enough water.
RepoType: git
Repo: https://github.com/mboesling/HydroMemo.git
diff --git a/metadata/de.c3nav.droid.yml b/metadata/de.c3nav.droid.yml
index fe954c0398..c07f2f12fa 100644
--- a/metadata/de.c3nav.droid.yml
+++ b/metadata/de.c3nav.droid.yml
@@ -7,15 +7,15 @@ Changelog: https://github.com/c3nav/c3nav-android/releases
AutoName: c3nav
Description: |-
- This is the official Android app for c3nav, the map & indoor navigation software
- at the Chaos Communication Congress which you can find at c3nav.de.
+ This is the official Android app for c3nav, the map & indoor navigation software
+ at the Chaos Communication Congress which you can find at c3nav.de.
- With this app, you get to use c3nav with native Android features, including:
+ With this app, you get to use c3nav with native Android features, including:
- * Easier navigation
- * WiFi-based location
- * Sharing locations
- * Creating location shortcuts on your home screen
+ * Easier navigation
+ * WiFi-based location
+ * Sharing locations
+ * Creating location shortcuts on your home screen
RepoType: git
Repo: https://github.com/c3nav/c3nav-android/
@@ -99,7 +99,7 @@ Builds:
- yes
MaintainerNotes: UpdateCheckMode stays HTTP until first version with the current_version
- file is released.
+ file is released.
AutoUpdateMode: Version v%v
UpdateCheckMode: HTTP
diff --git a/metadata/de.chaosdorf.meteroid.yml b/metadata/de.chaosdorf.meteroid.yml
index 6c5c12526f..65ab423814 100644
--- a/metadata/de.chaosdorf.meteroid.yml
+++ b/metadata/de.chaosdorf.meteroid.yml
@@ -7,9 +7,9 @@ Changelog: https://github.com/chaosdorf/meteroid/releases
AutoName: meteroid
Description: |-
- Mete is a system to have donations prepaid.
- You can create an account and deposit money. Later you can use your account
- balance to buy drinks and snacks.
+ Mete is a system to have donations prepaid.
+ You can create an account and deposit money. Later you can use your account
+ balance to buy drinks and snacks.
RepoType: git
Repo: https://github.com/chaosdorf/meteroid.git
diff --git a/metadata/de.cketti.dashclock.k9.yml b/metadata/de.cketti.dashclock.k9.yml
index c98d6a482f..8fb4bc886c 100644
--- a/metadata/de.cketti.dashclock.k9.yml
+++ b/metadata/de.cketti.dashclock.k9.yml
@@ -6,13 +6,13 @@ IssueTracker: https://github.com/cketti/DashClock_K-9/issues
AutoName: K-9 Mail DashClock Extension
Description: |-
- NOTE: This app is no longer maintained (its repo was archived).
+ NOTE: This app is no longer maintained (its repo was archived).
- https://f-droid.org/packages/net.nurik.roman.dashclock extension that displays the number of unread
- emails from https://f-droid.org/packages/com.fsck.k9, from your choice of accounts.
+ https://f-droid.org/packages/net.nurik.roman.dashclock extension that displays the number of unread
+ emails from https://f-droid.org/packages/com.fsck.k9, from your choice of accounts.
- Marking messages as read in K-9 won't reliably update the unread count if you
- are using v4.201 of K-9 — current versions of K-9 should work fine.
+ Marking messages as read in K-9 won't reliably update the unread count if you
+ are using v4.201 of K-9 — current versions of K-9 should work fine.
RepoType: git
Repo: https://github.com/cketti/DashClock_K-9.git
diff --git a/metadata/de.clemensbartz.android.launcher.yml b/metadata/de.clemensbartz.android.launcher.yml
index a91ca99c65..a424017875 100644
--- a/metadata/de.clemensbartz.android.launcher.yml
+++ b/metadata/de.clemensbartz.android.launcher.yml
@@ -8,11 +8,11 @@ Changelog: https://github.com/clemensbartz/essential-launcher/releases
AutoName: Essential Launcher
Description: |-
- Essential Launcher is a very small launcher offering most basic functionality.
- It is easy on disk usage, memory and CPU usage.
+ Essential Launcher is a very small launcher offering most basic functionality.
+ It is easy on disk usage, memory and CPU usage.
- You can choose a widget, pin apps to the dock, or show all apps in the app
- drawer. It is accessibility ready and also has support for LTR and RTL texts.
+ You can choose a widget, pin apps to the dock, or show all apps in the app
+ drawer. It is accessibility ready and also has support for LTR and RTL texts.
RepoType: git
Repo: https://github.com/clemensbartz/essential-launcher.git
diff --git a/metadata/de.cloneapps.crypto_prices.yml b/metadata/de.cloneapps.crypto_prices.yml
index 8c230c94a9..8509ac3549 100644
--- a/metadata/de.cloneapps.crypto_prices.yml
+++ b/metadata/de.cloneapps.crypto_prices.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Price information is retrieved from non-libre sites.
+ NonFreeNet:
+ en-US: Price information is retrieved from non-libre sites.
Categories:
- Money
License: GPL-3.0-only
diff --git a/metadata/de.corona.tracing.yml b/metadata/de.corona.tracing.yml
index 76097ea556..f2fafcc852 100644
--- a/metadata/de.corona.tracing.yml
+++ b/metadata/de.corona.tracing.yml
@@ -412,35 +412,35 @@ Builds:
AllowedAPKSigningKeys: 38a2e5c7e977fc84f02157651010bb7c550f54448d78d4c2703aa68232efba42
MaintainerNotes: |-
- scanignored are some protobuf encoded config files, view them with:
- protoc --decode de.rki.coronawarnapp.server.protocols.internal.v2.ApplicationConfigurationAndroid \
- Server-Protocol-Buffer/src/main/proto/internal/v2/app_config_android.proto --proto_path \
- Server-Protocol-Buffer/src/main/proto/ < Corona-Warn-App/src/main/assets/default_app_config_android.bin
+ scanignored are some protobuf encoded config files, view them with:
+ protoc --decode de.rki.coronawarnapp.server.protocols.internal.v2.ApplicationConfigurationAndroid \
+ Server-Protocol-Buffer/src/main/proto/internal/v2/app_config_android.proto --proto_path \
+ Server-Protocol-Buffer/src/main/proto/ < Corona-Warn-App/src/main/assets/default_app_config_android.bin
- And the pdf template for the qr code print version
- protoc --decode de.rki.coronawarnapp.server.protocols.internal.pt.QRCodePosterTemplateAndroid \
- Server-Protocol-Buffer/src/main/proto/internal/pt/qr_code_poster_template.proto --proto_path \
- Server-Protocol-Buffer/src/main/proto/ < Corona-Warn-App/src/main/assets/default_qr_code_poster_template_android.bin
+ And the pdf template for the qr code print version
+ protoc --decode de.rki.coronawarnapp.server.protocols.internal.pt.QRCodePosterTemplateAndroid \
+ Server-Protocol-Buffer/src/main/proto/internal/pt/qr_code_poster_template.proto --proto_path \
+ Server-Protocol-Buffer/src/main/proto/ < Corona-Warn-App/src/main/assets/default_qr_code_poster_template_android.bin
- Additionally, there is a rather long protobuf file with some signatures (again, as default config).
- protoc --decode de.rki.coronawarnapp.server.protocols.internal.dgc.DscList \
- Server-Protocol-Buffer/src/main/proto/internal/dgc/dsc_list.proto \
- --proto_path Server-Protocol-Buffer/src/main/proto/ < \
- Corona-Warn-App/src/main/assets/default_dsc_list.bin > default_dsc_list.txt
+ Additionally, there is a rather long protobuf file with some signatures (again, as default config).
+ protoc --decode de.rki.coronawarnapp.server.protocols.internal.dgc.DscList \
+ Server-Protocol-Buffer/src/main/proto/internal/dgc/dsc_list.proto \
+ --proto_path Server-Protocol-Buffer/src/main/proto/ < \
+ Corona-Warn-App/src/main/assets/default_dsc_list.bin > default_dsc_list.txt
- CCL (Common Covid Logic) configuration file (CBOR encoded JSON):
- cat Corona-Warn-App/src/main/assets/ccl/ccl-configuration.bin | python -m cbor2.tool --pretty
+ CCL (Common Covid Logic) configuration file (CBOR encoded JSON):
+ cat Corona-Warn-App/src/main/assets/ccl/ccl-configuration.bin | python -m cbor2.tool --pretty
- Also microG isn't firebase, so we scanignore that as well.
+ Also microG isn't firebase, so we scanignore that as well.
- Also also, we need to scanignore the main build.gradle file because of
- https://gitlab.com/fdroid/fdroidserver/-/issues/1023
+ Also also, we need to scanignore the main build.gradle file because of
+ https://gitlab.com/fdroid/fdroidserver/-/issues/1023
- The library the scanner complaines about (kotlinx-coroutines-play-services) is free software and
- it just has a gradle dependency on a gms lib. We explicitly exclude this here, so it doesn't
- get pulled in as a dependency. Instead we use the microG Tasks implementation. See:
+ The library the scanner complaines about (kotlinx-coroutines-play-services) is free software and
+ it just has a gradle dependency on a gms lib. We explicitly exclude this here, so it doesn't
+ get pulled in as a dependency. Instead we use the microG Tasks implementation. See:
- https://codeberg.org/corona-contact-tracing-germany/cwa-android/src/branch/main/Corona-Warn-App/build.gradle#L324-L326
+ https://codeberg.org/corona-contact-tracing-germany/cwa-android/src/branch/main/Corona-Warn-App/build.gradle#L324-L326
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/de.cryptobitch.muelli.barcodegen.yml b/metadata/de.cryptobitch.muelli.barcodegen.yml
index f3b34ad8dd..db460299f2 100644
--- a/metadata/de.cryptobitch.muelli.barcodegen.yml
+++ b/metadata/de.cryptobitch.muelli.barcodegen.yml
@@ -7,15 +7,15 @@ IssueTracker: https://gitlab.com/muelli/barcodegen/issues
AutoName: Barcodegen
Description: |-
- You can generate any barcode that zbar supports. The list of supported barcodes
- include the popular 2D QR code, but also Aztec, and others. Popular 1D barcodes
- are EAN-13 or CODE128.
+ You can generate any barcode that zbar supports. The list of supported barcodes
+ include the popular 2D QR code, but also Aztec, and others. Popular 1D barcodes
+ are EAN-13 or CODE128.
- Features:
+ Features:
- * Generate random barcode when clicking on the image
- * Generate barcode from entered text
- * Select type of barcode to be generated
+ * Generate random barcode when clicking on the image
+ * Generate barcode from entered text
+ * Select type of barcode to be generated
RepoType: git
Repo: https://gitlab.com/muelli/barcodegen.git
diff --git a/metadata/de.cryptobitch.muelli.vouchercalc.yml b/metadata/de.cryptobitch.muelli.vouchercalc.yml
index 8a29fce580..2509dcdb03 100644
--- a/metadata/de.cryptobitch.muelli.vouchercalc.yml
+++ b/metadata/de.cryptobitch.muelli.vouchercalc.yml
@@ -7,16 +7,16 @@ IssueTracker: https://gitlab.com/muelli/vouchercalc/issues
AutoName: Voucher Calc
Description: |-
- If you receive vouchers (from, say, sodexo) which have a fixed value and you
- need to pay a certain amount, you may wonder how many vouchers you have to spend
- and how much tip you may be giving with an additional voucher.
+ If you receive vouchers (from, say, sodexo) which have a fixed value and you
+ need to pay a certain amount, you may wonder how many vouchers you have to spend
+ and how much tip you may be giving with an additional voucher.
- Features:
+ Features:
- * Enter price you need to pay
- * Select the maximum number of vouchers you carry
- * It shows how much you still have to pay
- * Or how much extra you'd give with an additional voucher
+ * Enter price you need to pay
+ * Select the maximum number of vouchers you carry
+ * It shows how much you still have to pay
+ * Or how much extra you'd give with an additional voucher
RepoType: git
Repo: https://gitlab.com/muelli/vouchercalc.git
diff --git a/metadata/de.csicar.mensaplan.yml b/metadata/de.csicar.mensaplan.yml
index bba22977b7..8f187291a3 100644
--- a/metadata/de.csicar.mensaplan.yml
+++ b/metadata/de.csicar.mensaplan.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Cantine plans are downloaded from non-libre sources.
+ NonFreeNet:
+ en-US: Cantine plans are downloaded from non-libre sources.
Categories:
- Sports & Health
License: GPL-2.0-only
@@ -9,17 +9,17 @@ IssueTracker: https://github.com/csicar/MensaPlan/issues
AutoName: MensaPlan
Description: |-
- MensaPlan versorgt Dich mit den Speiseplänen Deiner Kantine:
+ MensaPlan versorgt Dich mit den Speiseplänen Deiner Kantine:
- * Mensa Hochschule Pforzheim
- * Mensa am Adenauer Ring
- * Mensa Molkestraße
- * Mensa Erzbergerstraße
- * Mensa Schloss Gottesaue
- * Mensa I Holzgarten (Stuttgart)
+ * Mensa Hochschule Pforzheim
+ * Mensa am Adenauer Ring
+ * Mensa Molkestraße
+ * Mensa Erzbergerstraße
+ * Mensa Schloss Gottesaue
+ * Mensa I Holzgarten (Stuttgart)
- Neben der Auflistung der Gerichte und ihrer Preise ist es auch möglich,
- selbige auf Allergene zu filtern.
+ Neben der Auflistung der Gerichte und ihrer Preise ist es auch möglich,
+ selbige auf Allergene zu filtern.
RepoType: git
Repo: https://github.com/csicar/MensaPlan
diff --git a/metadata/de.cwde.freeshisen.yml b/metadata/de.cwde.freeshisen.yml
index 4eedce0091..2275038db2 100644
--- a/metadata/de.cwde.freeshisen.yml
+++ b/metadata/de.cwde.freeshisen.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/knilch0r/freeshisen/issues
AutoName: FreeShisen
Description: |-
- Shisen-Sho is a Japanese tile-based game which uses Mahjong tiles. The objective
- is to match similar tiles in pairs until every tile has been removed.
+ Shisen-Sho is a Japanese tile-based game which uses Mahjong tiles. The objective
+ is to match similar tiles in pairs until every tile has been removed.
RepoType: git
Repo: https://github.com/knilch0r/freeshisen
@@ -35,7 +35,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystoreProperties/d' -e '/buildToolsVersion/s/25.0.2/25.0.0/g'
- build.gradle
+ build.gradle
- versionName: 0.6.2
versionCode: 14
@@ -44,7 +44,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystoreProperties/d' -e '/buildToolsVersion/s/25.0.2/25.0.0/g'
- build.gradle
+ build.gradle
- versionName: 0.6.4
versionCode: 16
diff --git a/metadata/de.cweiske.headphoneindicator.yml b/metadata/de.cweiske.headphoneindicator.yml
index 333b04b0ec..7b2ae1c70d 100644
--- a/metadata/de.cweiske.headphoneindicator.yml
+++ b/metadata/de.cweiske.headphoneindicator.yml
@@ -9,13 +9,13 @@ IssueTracker: https://github.com/cweiske/headphoneindicator/issues
AutoName: Headphone indicator
Description: |-
- Shows a notification icon in the status bar when headphones are plugged into the
- phone.
+ Shows a notification icon in the status bar when headphones are plugged into the
+ phone.
- After installation, you have to start the application at least once. Then it
- will be running as a background service that shows the headset status icon
- whenever the headphones are plugged in. You can close the app, and the status
- icon will still work - even after rebooting your phone.
+ After installation, you have to start the application at least once. Then it
+ will be running as a background service that shows the headset status icon
+ whenever the headphones are plugged in. You can close the app, and the status
+ icon will still work - even after rebooting your phone.
RepoType: git
Repo: https://github.com/cweiske/headphoneindicator
diff --git a/metadata/de.cyberit.wasgeht.yml b/metadata/de.cyberit.wasgeht.yml
index b548c78907..230dee563b 100644
--- a/metadata/de.cyberit.wasgeht.yml
+++ b/metadata/de.cyberit.wasgeht.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- Ads: {}
- NonFreeNet:
- en-US: Depends on wasgehtapp.de.
+ Ads: {}
+ NonFreeNet:
+ en-US: Depends on wasgehtapp.de.
Categories:
- Sports & Health
- Time
diff --git a/metadata/de.danielweisser.android.ldapsync.yml b/metadata/de.danielweisser.android.ldapsync.yml
index da431135cb..0101a5b667 100644
--- a/metadata/de.danielweisser.android.ldapsync.yml
+++ b/metadata/de.danielweisser.android.ldapsync.yml
@@ -7,9 +7,9 @@ IssueTracker: https://github.com/weisserd/LDAP-Sync/issues
AutoName: LDAP Sync
Description: |-
- LDAP synchronization adapter for Android phones. It integrates seamlessly into
- the Android accounts and allows the synchronization of contacts stored in a LDAP
- or Active Directory server.
+ LDAP synchronization adapter for Android phones. It integrates seamlessly into
+ the Android accounts and allows the synchronization of contacts stored in a LDAP
+ or Active Directory server.
RepoType: git
Repo: https://github.com/weisserd/LDAP-Sync.git
diff --git a/metadata/de.danoeh.antennapod.yml b/metadata/de.danoeh.antennapod.yml
index 8940ca8889..6ed2b8981d 100644
--- a/metadata/de.danoeh.antennapod.yml
+++ b/metadata/de.danoeh.antennapod.yml
@@ -823,8 +823,8 @@ Builds:
ndk: r20
MaintainerNotes: |-
- Summary and Description have been moved to the new localizable text files:
- https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
+ Summary and Description have been moved to the new localizable text files:
+ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
AutoUpdateMode: Version
UpdateCheckMode: Tags .*[0-9]$
diff --git a/metadata/de.datlag.burningseries.yml b/metadata/de.datlag.burningseries.yml
index b6f904d384..3d94f040c4 100644
--- a/metadata/de.datlag.burningseries.yml
+++ b/metadata/de.datlag.burningseries.yml
@@ -11,13 +11,13 @@ Donate: https://github.com/sponsors/DATL4G/
AutoName: Burning-Series
Description: |-
- Note: This app is no longer developed, please switch to the new one: https://f-droid.org/packages/dev.datlag.burningseries
+ Note: This app is no longer developed, please switch to the new one: https://f-droid.org/packages/dev.datlag.burningseries
- Watch any series or videos on Burning Series easily with this app.
+ Watch any series or videos on Burning Series easily with this app.
- You can see the latest series and episodes, get an overview of all available series, save your favorites and start watching directly inside the app.
+ You can see the latest series and episodes, get an overview of all available series, save your favorites and start watching directly inside the app.
- This app is completely unofficial!
+ This app is completely unofficial!
RepoType: git
Repo: https://github.com/DATL4G/BurningSeries-Android.git
diff --git a/metadata/de.delusions.measure.yml b/metadata/de.delusions.measure.yml
index f7bea5c073..c1a8e833fd 100644
--- a/metadata/de.delusions.measure.yml
+++ b/metadata/de.delusions.measure.yml
@@ -9,11 +9,11 @@ Changelog: https://workreloaded.com/?page_id=405
AutoName: DroidWeight
Summary: Weight tracker
Description: |-
- Droid Weight is a simple, easy to use, weight tracking app that helps you keep a
- journal of your weight on your device. Besides weight, allows to track few other
- body parameters. Calculates BMI (Body Mass Index). Draws graphs of parameters
- across the time. Allows to enter a value just for current date/time (not what
- measured yesterday and forgot to add), but supports CSV import/export.
+ Droid Weight is a simple, easy to use, weight tracking app that helps you keep a
+ journal of your weight on your device. Besides weight, allows to track few other
+ body parameters. Calculates BMI (Body Mass Index). Draws graphs of parameters
+ across the time. Allows to enter a value just for current date/time (not what
+ measured yesterday and forgot to add), but supports CSV import/export.
RepoType: git
Repo: https://github.com/yashima/droidweight
diff --git a/metadata/de.delusionsoftware.congress_fahrplan.yml b/metadata/de.delusionsoftware.congress_fahrplan.yml
index 7a4a33db84..7d2e6c17e2 100644
--- a/metadata/de.delusionsoftware.congress_fahrplan.yml
+++ b/metadata/de.delusionsoftware.congress_fahrplan.yml
@@ -16,7 +16,7 @@ Builds:
srclibs:
- flutter@beta
prebuild: sed -i -e 's/android {/android { applicationVariants.all { variant ->
- variant.outputs.all { outputFileName = "app-release.apk"}}/' android/app/build.gradle
+ variant.outputs.all { outputFileName = "app-release.apk"}}/' android/app/build.gradle
build: $$flutter$$/bin/flutter build apk -v --suppress-analytics
AutoUpdateMode: None
diff --git a/metadata/de.democracydeutschland.app.yml b/metadata/de.democracydeutschland.app.yml
index 982687883f..f6ef52a7e6 100644
--- a/metadata/de.democracydeutschland.app.yml
+++ b/metadata/de.democracydeutschland.app.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App is tethered to api.democracy-app.de (cannot be configured)
+ NonFreeNet:
+ en-US: App is tethered to api.democracy-app.de (cannot be configured)
Categories:
- Science & Education
License: Apache-2.0
@@ -11,18 +11,18 @@ Changelog: https://github.com/demokratie-live/democracy-client/blob/HEAD/CHANGEL
AutoName: DEMOCRACY
Description: |-
- DEMOCRACY+ ist da!
+ DEMOCRACY+ ist da!
- WAHL-O-METER
- Du wolltest schon immer wissen, ob die Partei, die Du gewählt hast, auch während der Legislaturperiode noch auf Deiner politischen Linie liegt und wie stark Du mit dem Abstimmungsverhalten Deines Direktkandidaten übereinstimmst, dem Du Dein Vertrauen zugesprochen hast? Der Wahl-O-Meter macht's möglich, denn mit diesem Release enthält die App endlich auch den systematischen Vergleich des eigenen Abstimmungsverhaltens mit dem der Fraktionen bzw. dem jeweiligen Direktkandidaten.
+ WAHL-O-METER
+ Du wolltest schon immer wissen, ob die Partei, die Du gewählt hast, auch während der Legislaturperiode noch auf Deiner politischen Linie liegt und wie stark Du mit dem Abstimmungsverhalten Deines Direktkandidaten übereinstimmst, dem Du Dein Vertrauen zugesprochen hast? Der Wahl-O-Meter macht's möglich, denn mit diesem Release enthält die App endlich auch den systematischen Vergleich des eigenen Abstimmungsverhaltens mit dem der Fraktionen bzw. dem jeweiligen Direktkandidaten.
- WAHLKREISERGEBNISSE & ABGEORDNETENPROFILE
- Um den bürgerlobbyistischen Einfluss auf die Politik zu erhöhen, schlüsseln wir ab sofort das Community-Ergebnis zusätzlich nach Wahlkreisen auf. Hast du zuvor Deine Postleitzahl eingegeben, siehst Du ab sofort eine weitere Grafik, die Dich über das Abstimmungsergebnis der User in Deinem Wahlkreis informiert. Auf diese Weise möchten wir den Druck auf die Direktkandidaten erhöhen, sich regelmäßig mit den Meinungen ihrer Wähler zu beschäftigen und ihnen Rede und Antwort zu stehen. Dafür stehen in den Abgeordnetenprofilen In-App-Kontaktmöglichkeiten zur Verfügung.
+ WAHLKREISERGEBNISSE & ABGEORDNETENPROFILE
+ Um den bürgerlobbyistischen Einfluss auf die Politik zu erhöhen, schlüsseln wir ab sofort das Community-Ergebnis zusätzlich nach Wahlkreisen auf. Hast du zuvor Deine Postleitzahl eingegeben, siehst Du ab sofort eine weitere Grafik, die Dich über das Abstimmungsergebnis der User in Deinem Wahlkreis informiert. Auf diese Weise möchten wir den Druck auf die Direktkandidaten erhöhen, sich regelmäßig mit den Meinungen ihrer Wähler zu beschäftigen und ihnen Rede und Antwort zu stehen. Dafür stehen in den Abgeordnetenprofilen In-App-Kontaktmöglichkeiten zur Verfügung.
- NEUE INTERAKTIONEN
- Hast Du zu einem Vorgang Deine Stimme abgegeben, bieten wir Dir mit DEMOCRACY+ jetzt schnelle weitere Interaktionsmöglichkeiten an: Du kannst ab sofort mit einem Klick die Benachrichtigungen aktivieren und/oder das Gesetz teilen. Für Anträge in Vorbereitung haben wir diese Logik um das Upvoten erweitert.
+ NEUE INTERAKTIONEN
+ Hast Du zu einem Vorgang Deine Stimme abgegeben, bieten wir Dir mit DEMOCRACY+ jetzt schnelle weitere Interaktionsmöglichkeiten an: Du kannst ab sofort mit einem Klick die Benachrichtigungen aktivieren und/oder das Gesetz teilen. Für Anträge in Vorbereitung haben wir diese Logik um das Upvoten erweitert.
- Aber jetzt, sieh selbst, was DEMOCRACY+ für Dich bereithält!
+ Aber jetzt, sieh selbst, was DEMOCRACY+ für Dich bereithält!
RepoType: git
Repo: https://github.com/demokratie-live/democracy-client.git
@@ -101,15 +101,15 @@ Builds:
- node_modules/
MaintainerNotes: |-
- sed is used to:
- * Remove push notifications (see this issue)
- * Remove Play Services from Device Information (see this issue)
+ sed is used to:
+ * Remove push notifications (see this issue)
+ * Remove Play Services from Device Information (see this issue)
- scanignore is used to allow the "node_modules/react-native/android" local Maven repository.
+ scanignore is used to allow the "node_modules/react-native/android" local Maven repository.
- Tags are centralized in the democracy-development repository but version code is set manually so it wouldn't be enough to enable auto update anyway.
+ Tags are centralized in the democracy-development repository but version code is set manually so it wouldn't be enough to enable auto update anyway.
- NonFreeNet should be switched to TetheredNet; api.democracy-app.de is Apache-2.0
+ NonFreeNet should be switched to TetheredNet; api.democracy-app.de is Apache-2.0
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/de.devmil.muzei.bingimageofthedayartsource.yml b/metadata/de.devmil.muzei.bingimageofthedayartsource.yml
index f9d9de9122..d64aa39973 100644
--- a/metadata/de.devmil.muzei.bingimageofthedayartsource.yml
+++ b/metadata/de.devmil.muzei.bingimageofthedayartsource.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeAssets:
- en-US: Images downloaded are not always libre.
- NonFreeNet:
- en-US: Depends on Bing Images.
+ NonFreeAssets:
+ en-US: Images downloaded are not always libre.
+ NonFreeNet:
+ en-US: Depends on Bing Images.
Categories:
- Multimedia
- Theming
@@ -12,13 +12,13 @@ IssueTracker: https://github.com/devmil/muzei-bingimageoftheday/issues
AutoName: Muzei - Bing Image of the Day
Description: |-
- This Muzei art source retrieves the current Bing image of the day.
+ This Muzei art source retrieves the current Bing image of the day.
- Features:
+ Features:
- * Choose what orientation optimization you prefer (portrait or landscape)
- * Choose the Bing market to be used
- * Switch between the last 8 Bing images of the day without reloading them each time
+ * Choose what orientation optimization you prefer (portrait or landscape)
+ * Choose the Bing market to be used
+ * Switch between the last 8 Bing images of the day without reloading them each time
RepoType: git
Repo: https://github.com/devmil/muzei-bingimageoftheday.git
diff --git a/metadata/de.devmil.paperlaunch.yml b/metadata/de.devmil.paperlaunch.yml
index ecbaf209d6..81c43e6631 100644
--- a/metadata/de.devmil.paperlaunch.yml
+++ b/metadata/de.devmil.paperlaunch.yml
@@ -6,17 +6,17 @@ IssueTracker: https://github.com/devmil/PaperLaunch/issues
AutoName: PaperLaunch
Description: |-
- PaperLaunch is a side launcher. Tired of hopping back to your home screen to
- launch that one app while you are inside another one? Have you used a side
- launcher and
+ PaperLaunch is a side launcher. Tired of hopping back to your home screen to
+ launch that one app while you are inside another one? Have you used a side
+ launcher and
- * are frustrated because you have to do multiple gestures to launch the app?
- * activate it accidentally by touching the activation zone and immediately launch the app that happens to be on that spot?
- * do you miss the ability to define a folder structure in that launcher?
+ * are frustrated because you have to do multiple gestures to launch the app?
+ * activate it accidentally by touching the activation zone and immediately launch the app that happens to be on that spot?
+ * do you miss the ability to define a folder structure in that launcher?
- Then PaperLaunch is the perfect side launcher for you. Try it!
+ Then PaperLaunch is the perfect side launcher for you. Try it!
- PaperLaunch is open source! You can find it on GitHub.
+ PaperLaunch is open source! You can find it on GitHub.
RepoType: git
Repo: https://github.com/devmil/PaperLaunch.git
diff --git a/metadata/de.digisocken.anotherrss.yml b/metadata/de.digisocken.anotherrss.yml
index 4df33037ad..298d43e604 100644
--- a/metadata/de.digisocken.anotherrss.yml
+++ b/metadata/de.digisocken.anotherrss.yml
@@ -9,41 +9,41 @@ IssueTracker: https://github.com/no-go/AnotherRSS/issues
AutoName: Another RSS
Description: |-
- NOTE: This app is no longer maintained (its repo was archived).
+ NOTE: This app is no longer maintained (its repo was archived).
- AnotherRSS is a Atom/RSS feed reader. You can add many RSS feed urls. It
- is very similar to Vibora-Feed but without
- the "branding" or any limitations.
+ AnotherRSS is a Atom/RSS feed reader. You can add many RSS feed urls. It
+ is very similar to Vibora-Feed but without
+ the "branding" or any limitations.
- Features:
+ Features:
- * open feed link in your favourite browser
- * Search words in the feeds
- * nightmode
- * blacklist: ignore news, if they contains some keywords
- * open feed link via notification
- * long click: open in Browser, share with..., mark deleted, readed or favorite
- * landscape, short click: open feed in a Webview
- * automatic background update for news around 30 minutes, 1, 3 or 6 hours
- * support for many different versions of images in feeds
- * choose your own LED notification color and behavior
- * ONE new feed is ONE new notification
- * german or english interface
- * uses server response code (304 not modified) to reduce data transfer
- * auto-delete: deletes no favorite feeds after a configurable set of days
- * recheck every 75 sec, if you have no connection to a network
- * add many feed urls (seperated by space) in the preferences
+ * open feed link in your favourite browser
+ * Search words in the feeds
+ * nightmode
+ * blacklist: ignore news, if they contains some keywords
+ * open feed link via notification
+ * long click: open in Browser, share with..., mark deleted, readed or favorite
+ * landscape, short click: open feed in a Webview
+ * automatic background update for news around 30 minutes, 1, 3 or 6 hours
+ * support for many different versions of images in feeds
+ * choose your own LED notification color and behavior
+ * ONE new feed is ONE new notification
+ * german or english interface
+ * uses server response code (304 not modified) to reduce data transfer
+ * auto-delete: deletes no favorite feeds after a configurable set of days
+ * recheck every 75 sec, if you have no connection to a network
+ * add many feed urls (seperated by space) in the preferences
- Do not be afraid! The first refresh generates about 150 notifications, but the
- App options menu has a feature to remove all of them.
+ Do not be afraid! The first refresh generates about 150 notifications, but the
+ App options menu has a feature to remove all of them.
- Expunge and Ignore
+ Expunge and Ignore
- To reduce the cached informations, single feed news older than 5 days will be
- ignored. If you delete single feed news, then they will be destroyed in the
- caching system.
+ To reduce the cached informations, single feed news older than 5 days will be
+ ignored. If you delete single feed news, then they will be destroyed in the
+ caching system.
- Screenshots
+ Screenshots
RepoType: git
Repo: https://github.com/no-go/AnotherRSS
diff --git a/metadata/de.digisocken.openwort.yml b/metadata/de.digisocken.openwort.yml
index 6cc63f5425..7eafef9cc3 100644
--- a/metadata/de.digisocken.openwort.yml
+++ b/metadata/de.digisocken.openwort.yml
@@ -6,24 +6,24 @@ SourceCode: https://github.com/no-go/Wortschatz
AutoName: OpenWort
Description: |-
- NOTE: This app is no longer maintained (its repo was archived).
+ NOTE: This app is no longer maintained (its repo was archived).
- OpenWort ist ein kleiner, einfach bedienbarer Thesaurus der deutschen Sprache
- mit vielen Redewendungen und Synonymen. Als Datenquelle dient eine Text-Datei
- von OpenThesaurus (LGPL Lizenz), die in die App
- fest eingebaut ist. Eine Internetverbindung ist daher zur Benutzung nicht
- notwendig.
+ OpenWort ist ein kleiner, einfach bedienbarer Thesaurus der deutschen Sprache
+ mit vielen Redewendungen und Synonymen. Als Datenquelle dient eine Text-Datei
+ von OpenThesaurus (LGPL Lizenz), die in die App
+ fest eingebaut ist. Eine Internetverbindung ist daher zur Benutzung nicht
+ notwendig.
- Funktionen
+ Funktionen
- * arbeitet offline (maximaler Datenschutz)
- * kein Dateizugriff (maximaler Datenschutz)
- * der Quellcode der App ist auch für Anfänger verständlich
- * In Suchergebnissen werden Funde hervorgehoben
- * ein Tippen auf einen Eintrag kopiert ihn komplett in die Zwischenablage
+ * arbeitet offline (maximaler Datenschutz)
+ * kein Dateizugriff (maximaler Datenschutz)
+ * der Quellcode der App ist auch für Anfänger verständlich
+ * In Suchergebnissen werden Funde hervorgehoben
+ * ein Tippen auf einen Eintrag kopiert ihn komplett in die Zwischenablage
- Du kannst mit OpenWort die deutsche Sprache lernen oder knifflige Worte
- nachschlagen, die du sonst immer falsch geschrieben hast.
+ Du kannst mit OpenWort die deutsche Sprache lernen oder knifflige Worte
+ nachschlagen, die du sonst immer falsch geschrieben hast.
RepoType: git
Repo: https://github.com/no-go/Wortschatz
diff --git a/metadata/de.digisocken.reotwe.yml b/metadata/de.digisocken.reotwe.yml
index 7d99e2b67e..991f594a82 100644
--- a/metadata/de.digisocken.reotwe.yml
+++ b/metadata/de.digisocken.reotwe.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Twitter, which is proprietary.
+ NonFreeNet:
+ en-US: Depends on Twitter, which is proprietary.
Categories:
- Internet
License: Unlicense
@@ -10,34 +10,34 @@ SourceCode: https://github.com/no-go/ReoTwe
AutoName: ReoTwé
Description: |-
- Note: This app is no longer maintained, its repo was archived.
+ Note: This app is no longer maintained, its repo was archived.
- The App is a very low level twitter client. You have to generate your OWN
- Twitter API Key and Secret or THIS APP WILL NOT WORK.
+ The App is a very low level twitter client. You have to generate your OWN
+ Twitter API Key and Secret or THIS APP WILL NOT WORK.
- Features
+ Features
- * ad-free
- * fast and efficient
- * no write access permissions (maximal privacy)
- * small Welcome intro with hints about API Key and Secret
- * tap on the Tweet text to load the full imageful tweet view
- * night mode
- * switch images and videos on/off in preferences
- * search user and hashtags
- * twitter 280 messages (and a small picture function)
+ * ad-free
+ * fast and efficient
+ * no write access permissions (maximal privacy)
+ * small Welcome intro with hints about API Key and Secret
+ * tap on the Tweet text to load the full imageful tweet view
+ * night mode
+ * switch images and videos on/off in preferences
+ * search user and hashtags
+ * twitter 280 messages (and a small picture function)
- Twitter client like a feed reader
+ Twitter client like a feed reader
- * no private messages
- * no profile changes
- * no high resolution photo or images sending
- * no Tweet details, answering, comments
- * no voting
- * no stories
- * no likes
- * no retweets
- * no beep, blink or any other notification
+ * no private messages
+ * no profile changes
+ * no high resolution photo or images sending
+ * no Tweet details, answering, comments
+ * no voting
+ * no stories
+ * no likes
+ * no retweets
+ * no beep, blink or any other notification
RepoType: git
Repo: https://github.com/no-go/ReoTwe
diff --git a/metadata/de.digisocken.stop_o_moto.yml b/metadata/de.digisocken.stop_o_moto.yml
index 1d0de0e248..6bff2de308 100644
--- a/metadata/de.digisocken.stop_o_moto.yml
+++ b/metadata/de.digisocken.stop_o_moto.yml
@@ -7,9 +7,9 @@ IssueTracker: https://gitlab.com/deadlockz/caputhown/issues
AutoName: Stop-o-Moto
Description: |
- This simple app creates videos (MP4) and GIF files from several camera shots and stores them under Documents/de.digisocken.stop-o-moto/ on your device.
+ This simple app creates videos (MP4) and GIF files from several camera shots and stores them under Documents/de.digisocken.stop-o-moto/ on your device.
- Stop-o-Moto uses the open ffmpegAndroid lib to create compatible video files.
+ Stop-o-Moto uses the open ffmpegAndroid lib to create compatible video files.
RepoType: git
Repo: https://gitlab.com/deadlockz/caputhown.git
diff --git a/metadata/de.dotwee.micropinner.yml b/metadata/de.dotwee.micropinner.yml
index 23ae53b3ff..8138ea6f9c 100644
--- a/metadata/de.dotwee.micropinner.yml
+++ b/metadata/de.dotwee.micropinner.yml
@@ -7,10 +7,10 @@ Changelog: https://github.com/dotWee/MicroPinner/releases
AutoName: MicroPinner
Description: |-
- Lightweight dialog-only application, which lets you pin text to your statusbar.
- You can also customize the pins priority and visibility (Android 5.+ only).
+ Lightweight dialog-only application, which lets you pin text to your statusbar.
+ You can also customize the pins priority and visibility (Android 5.+ only).
- Might send crash reports.
+ Might send crash reports.
RepoType: git
Repo: https://github.com/dotWee/MicroPinner
diff --git a/metadata/de.drhoffmannsoft.pizza.yml b/metadata/de.drhoffmannsoft.pizza.yml
index 566a229eef..a977877763 100644
--- a/metadata/de.drhoffmannsoft.pizza.yml
+++ b/metadata/de.drhoffmannsoft.pizza.yml
@@ -7,9 +7,9 @@ IssueTracker: https://codeberg.org/kollo/PizzaCostCalculator/issues
AutoName: Pizza Cost
Description: |-
- Calculate which pizza is the best offer, based on diameter and price. Use
- gestures to adjust price and diameter of three pizzas (small, medium, large) to
- compare. The winner will change color (turn green).
+ Calculate which pizza is the best offer, based on diameter and price. Use
+ gestures to adjust price and diameter of three pizzas (small, medium, large) to
+ compare. The winner will change color (turn green).
RepoType: git
Repo: https://codeberg.org/kollo/PizzaCostCalculator.git
diff --git a/metadata/de.drhoffmannsoftware.calcvac.yml b/metadata/de.drhoffmannsoftware.calcvac.yml
index 9d1ad12c06..f0436dfa46 100644
--- a/metadata/de.drhoffmannsoftware.calcvac.yml
+++ b/metadata/de.drhoffmannsoftware.calcvac.yml
@@ -7,12 +7,12 @@ Changelog: https://codeberg.org/kollo/Calcvac-Android/src/branch/master/CHANGELO
AutoName: Calcvac
Description: |-
- The programs calcvac/vacline can calculate logitudinal one-dimensional
- pressure profiles in vacuum pipes. The pipes can consist of different
- sections of different shape and material. Outgasing of several different
- gas species can be simulated. Also it is possible to install vacuum pumps of
- different types. Also cryo effects (cold pipes and cryo pumps) are
- simulated. Finally the pipes can be linked together to form a network.
+ The programs calcvac/vacline can calculate logitudinal one-dimensional
+ pressure profiles in vacuum pipes. The pipes can consist of different
+ sections of different shape and material. Outgasing of several different
+ gas species can be simulated. Also it is possible to install vacuum pumps of
+ different types. Also cryo effects (cold pipes and cryo pumps) are
+ simulated. Finally the pipes can be linked together to form a network.
RepoType: git
Repo: https://codeberg.org/kollo/Calcvac-Android.git
diff --git a/metadata/de.drhoffmannsoftware.xearth.yml b/metadata/de.drhoffmannsoftware.xearth.yml
index cd2b705fb5..d72c20b308 100644
--- a/metadata/de.drhoffmannsoftware.xearth.yml
+++ b/metadata/de.drhoffmannsoftware.xearth.yml
@@ -9,10 +9,10 @@ Changelog: https://codeberg.org/kollo/xearth/blob/HEAD/CHANGELOG
AutoName: Xearth
Description: |-
- Sets the screen background to an image of the Earth, as seen from your favorite
- vantage point in space, correctly shaded for the current position of the Sun.
- By default, xearth updates the displayed image every five minutes. The time
- between updates and many more parameters can be changed using several options.
+ Sets the screen background to an image of the Earth, as seen from your favorite
+ vantage point in space, correctly shaded for the current position of the Sun.
+ By default, xearth updates the displayed image every five minutes. The time
+ between updates and many more parameters can be changed using several options.
RepoType: git
Repo: https://codeberg.org/kollo/xearth.git
diff --git a/metadata/de.duenndns.gmdice.yml b/metadata/de.duenndns.gmdice.yml
index 485fe3d83b..5e4fbece99 100644
--- a/metadata/de.duenndns.gmdice.yml
+++ b/metadata/de.duenndns.gmdice.yml
@@ -6,23 +6,23 @@ IssueTracker: https://github.com/ge0rg/gamemasterdice/issues
AutoName: DSA Dice
Description: |-
- A dice rolling application with a special focus on the 3D20 role playing game
- (RPG) system.
+ A dice rolling application with a special focus on the 3D20 role playing game
+ (RPG) system.
- Features:
+ Features:
- * four configurable dice buttons (long-press to configure)
- * backlog of recent dice rolls
- * remembers the most commonly used dice
+ * four configurable dice buttons (long-press to configure)
+ * backlog of recent dice rolls
+ * remembers the most commonly used dice
- Supported games:
+ Supported games:
- * Dungeons & Dragons (DnD)
- * Neuroshima
- * Monastyr
- * Star Wars RPG
- * Shadowrun
- * and further d20 and 3d20 titles
+ * Dungeons & Dragons (DnD)
+ * Neuroshima
+ * Monastyr
+ * Star Wars RPG
+ * Shadowrun
+ * and further d20 and 3d20 titles
RepoType: git
Repo: https://github.com/ge0rg/gamemasterdice.git
diff --git a/metadata/de.eidottermihi.raspicheck.yml b/metadata/de.eidottermihi.raspicheck.yml
index d65d64cbb0..ff8e61f0cc 100644
--- a/metadata/de.eidottermihi.raspicheck.yml
+++ b/metadata/de.eidottermihi.raspicheck.yml
@@ -8,16 +8,16 @@ Changelog: https://github.com/eidottermihi/rpicheck/releases
AutoName: RasPi Check
Description: |-
- Show the user the current system status of a running Raspberry Pi computer. To
- gather the information needed, RasPi Check uses a SSH connection.
+ Show the user the current system status of a running Raspberry Pi computer. To
+ gather the information needed, RasPi Check uses a SSH connection.
- RasPi Check shows you overclocking information (frequency, temperature, volts)
- and more system information (free memory, runtime, disk status). You can also
- restart or halt your Raspberry Pi ® and send custom commands! If you always want
- to keep an eye on your Pi there's also a widget for your homescreen.
+ RasPi Check shows you overclocking information (frequency, temperature, volts)
+ and more system information (free memory, runtime, disk status). You can also
+ restart or halt your Raspberry Pi ® and send custom commands! If you always want
+ to keep an eye on your Pi there's also a widget for your homescreen.
- All you need for the app to work are your SSH login credentials. You can either
- authentificate via password or via private/public key.
+ All you need for the app to work are your SSH login credentials. You can either
+ authentificate via password or via private/public key.
RepoType: git
Repo: https://github.com/eidottermihi/rpicheck
diff --git a/metadata/de.eknoes.inofficialgolem.yml b/metadata/de.eknoes.inofficialgolem.yml
index f227b64dc0..8d88c62d0c 100644
--- a/metadata/de.eknoes.inofficialgolem.yml
+++ b/metadata/de.eknoes.inofficialgolem.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Golem.de website.
+ NonFreeNet:
+ en-US: Depends on Golem.de website.
Categories:
- Reading
License: GPL-3.0-only
diff --git a/metadata/de.enaikoon.android.keypadmapper3.yml b/metadata/de.enaikoon.android.keypadmapper3.yml
index 18dda9776d..b9d3ac15c9 100644
--- a/metadata/de.enaikoon.android.keypadmapper3.yml
+++ b/metadata/de.enaikoon.android.keypadmapper3.yml
@@ -9,21 +9,21 @@ IssueTracker: https://github.com/msemm/Keypad-Mapper-3/issues
AutoName: Keypad-Mapper 3
Description: |-
- Keypad-Mapper 3 makes it easy for you to record the GPS coordinates of house
- numbers for adding them later to OpenStreetMap.
+ Keypad-Mapper 3 makes it easy for you to record the GPS coordinates of house
+ numbers for adding them later to OpenStreetMap.
- Features:
+ Features:
- * records house numbers
- * saves address data
- * takes GPS photos for entering in JOSM
- * indicates the GPS reception strength of GPS and GLONASS
- * exports the recorded information
+ * records house numbers
+ * saves address data
+ * takes GPS photos for entering in JOSM
+ * indicates the GPS reception strength of GPS and GLONASS
+ * exports the recorded information
- Note that although it's not mentioned anywhere except very deep in the help
- page, this application collects and uploads GSM cell data. See
- here for more
- information.
+ Note that although it's not mentioned anywhere except very deep in the help
+ page, this application collects and uploads GSM cell data. See
+ here for more
+ information.
RepoType: git
Repo: https://github.com/msemm/Keypad-Mapper-3.git
diff --git a/metadata/de.example.fahrraddiebstahl_berlin.yml b/metadata/de.example.fahrraddiebstahl_berlin.yml
index e5d13af0cc..7dad2f3083 100644
--- a/metadata/de.example.fahrraddiebstahl_berlin.yml
+++ b/metadata/de.example.fahrraddiebstahl_berlin.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on non-free servers (internetwache-polizei-berlin.de, terrestris.de)
+ NonFreeNet:
+ en-US: Depends on non-free servers (internetwache-polizei-berlin.de, terrestris.de)
Categories:
- Security
License: GPL-3.0-only
diff --git a/metadata/de.feisar.wordvalue.yml b/metadata/de.feisar.wordvalue.yml
index 2c242e9892..0332ed4ba6 100644
--- a/metadata/de.feisar.wordvalue.yml
+++ b/metadata/de.feisar.wordvalue.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/as4565683/WordValueCalculator/issues
AutoName: Word Value
Description: |-
- Word values are used e.g. in geocaching and riddles: Each letter/character is
- asigned a corresponding value (a=1,z=26,0=0,9=9) and the value of a word is the
- sum of these values.
+ Word values are used e.g. in geocaching and riddles: Each letter/character is
+ asigned a corresponding value (a=1,z=26,0=0,9=9) and the value of a word is the
+ sum of these values.
RepoType: git
Repo: https://github.com/as4565683/WordValueCalculator
diff --git a/metadata/de.fgerbig.spacepeng.yml b/metadata/de.fgerbig.spacepeng.yml
index 09f9823158..8245951a89 100644
--- a/metadata/de.fgerbig.spacepeng.yml
+++ b/metadata/de.fgerbig.spacepeng.yml
@@ -6,8 +6,8 @@ IssueTracker: https://gitlab.com/fgerbig/SpacePeng/issues
AutoName: SpacePeng!
Description: |-
- If you loved 'Space Invaders' or 'Phoenix' this game is for you. How many levels
- can you beat in one session?
+ If you loved 'Space Invaders' or 'Phoenix' this game is for you. How many levels
+ can you beat in one session?
RepoType: git
Repo: https://gitlab.com/fgerbig/SpacePeng.git
diff --git a/metadata/de.fmaul.android.cmis.yml b/metadata/de.fmaul.android.cmis.yml
index 3cf8afd581..168796d135 100644
--- a/metadata/de.fmaul.android.cmis.yml
+++ b/metadata/de.fmaul.android.cmis.yml
@@ -5,14 +5,14 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/https://android-c
AutoName: CMIS Browser
Description: |-
- Access content from repositories that support the CMIS protocol, like Alfresco
- or Nuxeo. CMIS = Content Management Interoperability Services.
+ Access content from repositories that support the CMIS protocol, like Alfresco
+ or Nuxeo. CMIS = Content Management Interoperability Services.
- * browsing the CMIS repository
- * viewing and sharing documents
- * title or fulltext search
- * Favorites
- * Multiple Repositories
+ * browsing the CMIS repository
+ * viewing and sharing documents
+ * title or fulltext search
+ * Favorites
+ * Multiple Repositories
Builds:
- versionName: 0.9.6
diff --git a/metadata/de.foodsharing.app.yml b/metadata/de.foodsharing.app.yml
index 4117e0c27d..e5af63d9b2 100644
--- a/metadata/de.foodsharing.app.yml
+++ b/metadata/de.foodsharing.app.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on the foodsharing.de website.
+ NonFreeNet:
+ en-US: App depends on the foodsharing.de website.
Categories:
- Science & Education
- Sports & Health
diff --git a/metadata/de.fragdenstaat.app.yml b/metadata/de.fragdenstaat.app.yml
index b96cf1d8df..8f85c3c14e 100644
--- a/metadata/de.fragdenstaat.app.yml
+++ b/metadata/de.fragdenstaat.app.yml
@@ -9,13 +9,13 @@ Changelog: https://github.com/jfilter/frag-den-staat-app/releases
AutoName: FragDenStaat
Description: |-
- NOTE: App is no longer maintained. If you want to help our or take over the development, please contact @jfilter [ https://github.com/jfilter ].
+ NOTE: App is no longer maintained. If you want to help our or take over the development, please contact @jfilter [ https://github.com/jfilter ].
- This app is for FragDenStaat.de, a platform to simplify the process of sending
- and managing FOI requests to German public bodies.
+ This app is for FragDenStaat.de, a platform to simplify the process of sending
+ and managing FOI requests to German public bodies.
- The app should include the basic functionalities of the website such as browsing
- through requests, searching, and creating new requests.
+ The app should include the basic functionalities of the website such as browsing
+ through requests, searching, and creating new requests.
RepoType: git
Repo: https://github.com/jfilter/frag-den-staat-app.git
@@ -160,8 +160,8 @@ Builds:
../../node_modules/react-native-background-fetch/android/libs/com/transistorsoft/tsbackgroundfetch/0.2.0/tsbackgroundfetch-0.2.0.jar
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
- local Maven repository which contains the prebuilt react-native library which
- we get from npm.
+ local Maven repository which contains the prebuilt react-native library which we
+ get from npm.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/de.freewarepoint.whohasmystuff.yml b/metadata/de.freewarepoint.whohasmystuff.yml
index 9b88c6aefd..0ae2bdf8ba 100644
--- a/metadata/de.freewarepoint.whohasmystuff.yml
+++ b/metadata/de.freewarepoint.whohasmystuff.yml
@@ -8,10 +8,10 @@ Changelog: https://gitlab.com/stovocor/whohasmystuff/raw/HEAD/changelog
AutoName: Who Has My Stuff?
Description: |-
- Did you ever search for a book, wondering who might have borrowed it from you?
- Do you often forget how much money people are owing you? Now you can keep track
- of your lent things with this very simple application. It lets you define a
- description, date and contact person from your address book for each object.
+ Did you ever search for a book, wondering who might have borrowed it from you?
+ Do you often forget how much money people are owing you? Now you can keep track
+ of your lent things with this very simple application. It lets you define a
+ description, date and contact person from your address book for each object.
RepoType: git
Repo: https://gitlab.com/stovocor/whohasmystuff.git
diff --git a/metadata/de.freifunk_karte.freifunk_karte.yml b/metadata/de.freifunk_karte.freifunk_karte.yml
index daf8b07f19..9c1fda0e51 100644
--- a/metadata/de.freifunk_karte.freifunk_karte.yml
+++ b/metadata/de.freifunk_karte.freifunk_karte.yml
@@ -8,12 +8,12 @@ IssueTracker: https://gitlab.com/TheRMaverick/Freifunk-Karte/issues
AutoName: Freifunk-Karte
Description: |-
- You need free WiFi on your road? This app is for you. It shows the Freifunk
- Nodes on a OpenStreetMap. Go to it and connect. That's it. No contract, no
- ads. Only free Internet for you.
+ You need free WiFi on your road? This app is for you. It shows the Freifunk
+ Nodes on a OpenStreetMap. Go to it and connect. That's it. No contract, no
+ ads. Only free Internet for you.
- The Data is provided from the offical Freifunk API and used the website
- freifunk-karte.de
+ The Data is provided from the offical Freifunk API and used the website
+ freifunk-karte.de
RepoType: git
Repo: https://gitlab.com/TheRMaverick/Freifunk-Karte.git
diff --git a/metadata/de.fzi.bettyrieckmann.quotingstars.yml b/metadata/de.fzi.bettyrieckmann.quotingstars.yml
index 7b1badd5fd..ea60fb7e43 100644
--- a/metadata/de.fzi.bettyrieckmann.quotingstars.yml
+++ b/metadata/de.fzi.bettyrieckmann.quotingstars.yml
@@ -14,7 +14,7 @@ Builds:
- yes
MaintainerNotes: |
- The git repo disappeared and is 404 Not Found.
+ The git repo disappeared and is 404 Not Found.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/de.geeksfactory.opacclient.yml b/metadata/de.geeksfactory.opacclient.yml
index f2bfbfe8cf..c26e98c51b 100644
--- a/metadata/de.geeksfactory.opacclient.yml
+++ b/metadata/de.geeksfactory.opacclient.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- Tracking:
- en-US: Sending analytics data via Sentry is active by default and cannot be
- disabled by those using the app.
+ Tracking:
+ en-US: Sending analytics data via Sentry is active by default and cannot be disabled
+ by those using the app.
Categories:
- Reading
License: MIT
@@ -11,30 +11,30 @@ IssueTracker: https://github.com/opacapp/opacclient/issues
AutoName: Web Opac
Description: |-
- This free and open source Android app enables convenient mobile access to
- catalogues and user accounts of more than 1,000 public and academic libraries,
- most of them currently in the German-speaking countries (Deutschland,
- Österreich, Schweiz), but also some in Australia, Canada, Italia, Nederland,
- Polska, United Kingdom, United States, Ελλάς and Россия.
+ This free and open source Android app enables convenient mobile access to
+ catalogues and user accounts of more than 1,000 public and academic libraries,
+ most of them currently in the German-speaking countries (Deutschland,
+ Österreich, Schweiz), but also some in Australia, Canada, Italia, Nederland,
+ Polska, United Kingdom, United States, Ελλάς and Россия.
- Features of the app:
+ Features of the app:
- * Search in the catalogue of your library
- * Watchlist for books
- * Search for ISBN with barcode scanner
+ * Search in the catalogue of your library
+ * Watchlist for books
+ * Search for ISBN with barcode scanner
- And in some libraries:
+ And in some libraries:
- * View of lent media (also with multiple accounts)
- * Prolonging of lent books and cancellation of reservations
- * Reservation of books
- * Notification when books need to be returned (no warranty)
- * View of information about the library (e.g. opening hours)
+ * View of lent media (also with multiple accounts)
+ * Prolonging of lent books and cancellation of reservations
+ * Reservation of books
+ * Notification when books need to be returned (no warranty)
+ * View of information about the library (e.g. opening hours)
- The list of supported libraries is available on
- our website.
+ The list of supported libraries is available on
+ our website.
- Tracking as it comes with Sentry which cannot be disabled by the user.
+ Tracking as it comes with Sentry which cannot be disabled by the user.
RepoType: git
Repo: https://github.com/raphaelm/opacclient.git
@@ -2818,9 +2818,9 @@ Builds:
- downloadJson
MaintainerNotes: |-
- Using commonsware maven dependencies adds READ_PHONE_STATE permission; building
- the source directly fixes this but might break more easily. Wait for next release
- to deploy.
+ Using commonsware maven dependencies adds READ_PHONE_STATE permission; building
+ the source directly fixes this but might break more easily. Wait for next release
+ to deploy.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/de.grobox.blitzmail.yml b/metadata/de.grobox.blitzmail.yml
index db3d8b1f84..d443d9fff7 100644
--- a/metadata/de.grobox.blitzmail.yml
+++ b/metadata/de.grobox.blitzmail.yml
@@ -10,18 +10,18 @@ Bitcoin: 12JaQp8zfqRb83JfSwVjH4rZWsZnWRPoyG
AutoName: BlitzMail
Description: |-
- BlitzMail is an Android app that allows you to set up your email account once
- and then use it to send emails or short notes to an address of your choice. This
- comes in handy when you need to send a lot of things via email, because you are
- in a low connectivity area (e.g. subway) and want to remember things to look at
- later.
+ BlitzMail is an Android app that allows you to set up your email account once
+ and then use it to send emails or short notes to an address of your choice. This
+ comes in handy when you need to send a lot of things via email, because you are
+ in a low connectivity area (e.g. subway) and want to remember things to look at
+ later.
- It also works when you are offline. BlitzMail then queues your emails and allows
- you to send them later when you have connectivity again.
+ It also works when you are offline. BlitzMail then queues your emails and allows
+ you to send them later when you have connectivity again.
- The SMTP password is stored encrypted with a built-in key and salted with your
- device ID. This is not fully secure, but should provide reasonable protection
- for your password.
+ The SMTP password is stored encrypted with a built-in key and salted with your
+ device ID. This is not fully secure, but should provide reasonable protection
+ for your password.
RepoType: git
Repo: https://github.com/grote/BlitzMail.git
diff --git a/metadata/de.hampager.dapnetmobile.yml b/metadata/de.hampager.dapnetmobile.yml
index bdc079adb5..a22fdde4f7 100644
--- a/metadata/de.hampager.dapnetmobile.yml
+++ b/metadata/de.hampager.dapnetmobile.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeAssets:
- en-US: images, assets, data, documentation etc licensed under CC BY-NC-SA
+ NonFreeAssets:
+ en-US: images, assets, data, documentation etc licensed under CC BY-NC-SA
Categories:
- Connectivity
License: Apache-2.0
@@ -11,9 +11,9 @@ Changelog: https://github.com/DecentralizedAmateurPagingNetwork/DAPNETApp/releas
AutoName: DAPNET
Description: |-
- Send and view calls via the DAPNET. The app provides an easy alternative to the
- DAPNET webinterface. Warning: Any user needs to have access to a running DAPNET
- core and is required to hold a valid amateur radio license.
+ Send and view calls via the DAPNET. The app provides an easy alternative to the
+ DAPNET webinterface. Warning: Any user needs to have access to a running DAPNET
+ core and is required to hold a valid amateur radio license.
RepoType: git
Repo: https://github.com/DecentralizedAmateurPagingNetwork/DAPNETApp
diff --git a/metadata/de.hfu.funfpunktnull.yml b/metadata/de.hfu.funfpunktnull.yml
index cd7c39c8a8..1caeb4dbd3 100644
--- a/metadata/de.hfu.funfpunktnull.yml
+++ b/metadata/de.hfu.funfpunktnull.yml
@@ -6,14 +6,14 @@ IssueTracker: https://github.com/crysxd/Studiportal-Checker/issues
AutoName: Studiportal
Description: |-
- Mit dieser App werdet ihr immer sofort informiert, wenn neue Noten ins
- Studiportal eingetragen werden. Die App überprüft in einem festen Interval, ob
- neue Noten verfügbar sind (natürlich alles einstellbar). Ihr müsst nur eueren
- HFU-Benutzername und Passwort eintragen.
+ Mit dieser App werdet ihr immer sofort informiert, wenn neue Noten ins
+ Studiportal eingetragen werden. Die App überprüft in einem festen Interval, ob
+ neue Noten verfügbar sind (natürlich alles einstellbar). Ihr müsst nur eueren
+ HFU-Benutzername und Passwort eintragen.
- Standardmäßig überprüft die App nur ob neue Noten vorhanden sind, wenn ihr mit
- einem WLAN-Netzwerk verbunden seid, das könnt ihr aber einfach umstellen wenn
- ihr wollt.
+ Standardmäßig überprüft die App nur ob neue Noten vorhanden sind, wenn ihr mit
+ einem WLAN-Netzwerk verbunden seid, das könnt ihr aber einfach umstellen wenn
+ ihr wollt.
RepoType: git
Repo: https://github.com/crysxd/Studiportal-Checker
diff --git a/metadata/de.hirtenstrasse.michael.lnkshortener.yml b/metadata/de.hirtenstrasse.michael.lnkshortener.yml
index 766da8152f..58fa0228d5 100644
--- a/metadata/de.hirtenstrasse.michael.lnkshortener.yml
+++ b/metadata/de.hirtenstrasse.michael.lnkshortener.yml
@@ -8,18 +8,18 @@ Changelog: https://github.com/michaelachmann/LnkShortener/blob/HEAD/CHANGELOG.md
AutoName: LnkShortener
Description: |-
- LnkShortener is working out of the box. Simply share a link via the share
- function of your browser or any other app with LnkShortener and it will
- instantaneously display a shortened URL. If you have a workin
- Polr installation enable the API and obtain an
- API-Key. Open the Settings in LnkShortener and enter the address of your Polr
- server (e.g. https://1n.pm) including the protocol (e.g. https://).
- Afterwards copy and paste the API-Key to the next field and you're ready to go
- with your own domain.
+ LnkShortener is working out of the box. Simply share a link via the share
+ function of your browser or any other app with LnkShortener and it will
+ instantaneously display a shortened URL. If you have a workin
+ Polr installation enable the API and obtain an
+ API-Key. Open the Settings in LnkShortener and enter the address of your Polr
+ server (e.g. https://1n.pm) including the protocol (e.g. https://).
+ Afterwards copy and paste the API-Key to the next field and you're ready to go
+ with your own domain.
- The App initially running with the 1n.pm URL shortening service.
- You can register an account for free and keep track of
- your links and use the analytics functionalities of Polr.
+ The App initially running with the 1n.pm URL shortening service.
+ You can register an account for free and keep track of
+ your links and use the analytics functionalities of Polr.
RepoType: git
Repo: https://github.com/michaelachmann/LnkShortener
diff --git a/metadata/de.hoffmannsgimmicks.yml b/metadata/de.hoffmannsgimmicks.yml
index 11cece7736..ddc18436dd 100644
--- a/metadata/de.hoffmannsgimmicks.yml
+++ b/metadata/de.hoffmannsgimmicks.yml
@@ -6,9 +6,9 @@ IssueTracker: https://codeberg.org/kollo/MeetingCostClock/issues
AutoName: Meeting-Cost-Clock
Description: |-
- Clock, which measures the time in a currency value (EURO or Dollar). It can
- show, how expensive a meeting will be taking into account the number of
- participants and a mean value of a price per person per hour.
+ Clock, which measures the time in a currency value (EURO or Dollar). It can
+ show, how expensive a meeting will be taking into account the number of
+ participants and a mean value of a price per person per hour.
RepoType: git
Repo: https://codeberg.org/kollo/MeetingCostClock.git
diff --git a/metadata/de.hoffmannsgimmickstaupunkt.yml b/metadata/de.hoffmannsgimmickstaupunkt.yml
index 03225eaa0e..39ea40bae2 100644
--- a/metadata/de.hoffmannsgimmickstaupunkt.yml
+++ b/metadata/de.hoffmannsgimmickstaupunkt.yml
@@ -6,15 +6,15 @@ IssueTracker: https://codeberg.org/kollo/Taupunkt/issues
AutoName: Dew Point
Description: |-
- Calculates the dew point based on temperature and relative humidity.
+ Calculates the dew point based on temperature and relative humidity.
- Tap the thermometers and simply adjust the values for relative air humidity and
- air temperature. The dew point and the absolute water content of the air are
- calculated automatically. The dew point tells you, at which temperature of e.g.
- surfaces, walls or window panes condensation starts. So: Walls which have a
- lower temperature than what the dew point tells you, get wet! Window panes get
- fogged. Make sure, that humidity is sufficient low and the walls are adequately
- warm.
+ Tap the thermometers and simply adjust the values for relative air humidity and
+ air temperature. The dew point and the absolute water content of the air are
+ calculated automatically. The dew point tells you, at which temperature of e.g.
+ surfaces, walls or window panes condensation starts. So: Walls which have a
+ lower temperature than what the dew point tells you, get wet! Window panes get
+ fogged. Make sure, that humidity is sufficient low and the walls are adequately
+ warm.
RepoType: git
Repo: https://codeberg.org/kollo/Taupunkt.git
diff --git a/metadata/de.homac.Mirrored.yml b/metadata/de.homac.Mirrored.yml
index 9498e4ec14..f375d36127 100644
--- a/metadata/de.homac.Mirrored.yml
+++ b/metadata/de.homac.Mirrored.yml
@@ -8,11 +8,11 @@ IssueTracker: https://gitlab.com/mirrored/mirrored/issues
AutoName: Mirrored
Summary: Read Spiegel Online
Description: |-
- Front end for reading the articles on Spiegel in an easy and comfortable way
- without the need to start a browser. Among other things, you can view headlines
- or browse different categories. The application also provides the possibility to
- store articles locally for reading them offline. Mirrored is no official
- application from "Spiegel Online".
+ Front end for reading the articles on Spiegel in an easy and comfortable way
+ without the need to start a browser. Among other things, you can view headlines
+ or browse different categories. The application also provides the possibility to
+ store articles locally for reading them offline. Mirrored is no official
+ application from "Spiegel Online".
RepoType: git
Repo: https://gitlab.com/mirrored/mirrored.git
diff --git a/metadata/de.hoppfoundation.klassenzimmer.yml b/metadata/de.hoppfoundation.klassenzimmer.yml
index c82d0f9f20..f7e5a3da08 100644
--- a/metadata/de.hoppfoundation.klassenzimmer.yml
+++ b/metadata/de.hoppfoundation.klassenzimmer.yml
@@ -5,8 +5,8 @@ WebSite: https://hopp-foundation.de
SourceCode: https://github.com/HoppFoundation/jitsi-meet
Description: |-
- Diese auf Jitsi basierende App stellt die Hopp Foundation ihren Kooperationsschulen in der Metropolregion Rhein Neckar zur Verfügung um virtuelle Klassenzimmer zu ermöglichen.
- Sie stellt eine Alternative zum Chrome Browser (oder Chromium) dar und hat einen geringeren Funktionsumfang. Sie können diese App nur nutzen, wenn Ihre Schule einen Account hat und Ihnen von Ihrer Schule die entsprechenden Einwahldaten zur Verfügung gestellt wurden.
+ Diese auf Jitsi basierende App stellt die Hopp Foundation ihren Kooperationsschulen in der Metropolregion Rhein Neckar zur Verfügung um virtuelle Klassenzimmer zu ermöglichen.
+ Sie stellt eine Alternative zum Chrome Browser (oder Chromium) dar und hat einen geringeren Funktionsumfang. Sie können diese App nur nutzen, wenn Ihre Schule einen Account hat und Ihnen von Ihrer Schule die entsprechenden Einwahldaten zur Verfügung gestellt wurden.
RepoType: git
Repo: https://github.com/HoppFoundation/jitsi-meet
@@ -75,11 +75,11 @@ Builds:
ndk: r21e
MaintainerNotes: |-
- 3 directories are currently (scan)ignored as they contain binaries which are currently deemed acceptable for inclusion
- - React Native
- - WebRTC
- - Hermes (JS engine, required by React Native)
- Copied from jitsi-meet (this is a rebranded version of the app)
+ 3 directories are currently (scan)ignored as they contain binaries which are currently deemed acceptable for inclusion
+ - React Native
+ - WebRTC
+ - Hermes (JS engine, required by React Native)
+ Copied from jitsi-meet (this is a rebranded version of the app)
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/de.hosenhasser.funktrainer.yml b/metadata/de.hosenhasser.funktrainer.yml
index 1bb01246d7..3a0435d24b 100644
--- a/metadata/de.hosenhasser.funktrainer.yml
+++ b/metadata/de.hosenhasser.funktrainer.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/meyerd/funktrainer/issues
AutoName: Funktrainer
Description: |-
- This app will ask you the official questions of the German ham radio exam. The
- questions are shuffled and preferably wrong answered questions will be asked.
+ This app will ask you the official questions of the German ham radio exam. The
+ questions are shuffled and preferably wrong answered questions will be asked.
RepoType: git
Repo: https://github.com/meyerd/funktrainer.git
@@ -54,8 +54,8 @@ Builds:
ndk: r16b
MaintainerNotes: |-
- Upstream builds separate APKs for all target architectures.
- We build an universal APK.
+ Upstream builds separate APKs for all target architectures.
+ We build an universal APK.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/de.hskl.contacts.yml b/metadata/de.hskl.contacts.yml
index f7f2a583e5..3d3068342a 100644
--- a/metadata/de.hskl.contacts.yml
+++ b/metadata/de.hskl.contacts.yml
@@ -7,24 +7,24 @@ IssueTracker: https://github.com/fraygeyst/Contactbook/issues
AutoName: Contact Book
Description: |-
- Contactbook is a simple alternative to the Google contacts app which
- won't share any information to others. It does use its own database, so
- everything is saved locally: nothing goes to any cloud, and other apps won't
- have access. Also for privacy reasons it just uses a minimal set of
- permissions: CALL_PHONE (so you can call your contacts), and CAMERA (to add
- contact photos and import contacts via QR codes).
+ Contactbook is a simple alternative to the Google contacts app which
+ won't share any information to others. It does use its own database, so
+ everything is saved locally: nothing goes to any cloud, and other apps won't
+ have access. Also for privacy reasons it just uses a minimal set of
+ permissions: CALL_PHONE (so you can call your contacts), and CAMERA (to add
+ contact photos and import contacts via QR codes).
- The app was made by Anatoli Schäfer and Marc Zintel and the project was
- given by Prof. Dr. Manh Tien Tran. The project was a part of the Master
- degrees of computer science at the Hochschule Kaiserslautern.
+ The app was made by Anatoli Schäfer and Marc Zintel and the project was
+ given by Prof. Dr. Manh Tien Tran. The project was a part of the Master
+ degrees of computer science at the Hochschule Kaiserslautern.
- Features:
+ Features:
- * Save contacts with name, numbers, emails and profilepics you can directly take
- * Own safe database. Other apps will not access to your contacts
- * QR-code scanner to import your contacs and share them to others
- * Share your own number to others on a safe way (QR-scan)
- * Simple and clear design
+ * Save contacts with name, numbers, emails and profilepics you can directly take
+ * Own safe database. Other apps will not access to your contacts
+ * QR-code scanner to import your contacs and share them to others
+ * Share your own number to others on a safe way (QR-scan)
+ * Simple and clear design
RepoType: git
Repo: https://github.com/fraygeyst/Contactbook
diff --git a/metadata/de.hu_berlin.eduroam.yml b/metadata/de.hu_berlin.eduroam.yml
index 0d13208919..1de7f02054 100644
--- a/metadata/de.hu_berlin.eduroam.yml
+++ b/metadata/de.hu_berlin.eduroam.yml
@@ -6,16 +6,16 @@ IssueTracker: https://github.com/hu-berlin-cms/hu-eduroam/issues
AutoName: HU Berlin Wi-Fi Installer
Description: |-
- With this app members of Humboldt University Berlin (everyone who has a
- Computer- and Media service (CMS) account) can create a WiFi profile for
- using eduroam (so without any manual WiFi configuration). This app only
- works for members of Humboldt University Berlin. If you are our guest
- please configure eduroam using the tools and manuals of your home
- institution.
+ With this app members of Humboldt University Berlin (everyone who has a
+ Computer- and Media service (CMS) account) can create a WiFi profile for
+ using eduroam (so without any manual WiFi configuration). This app only
+ works for members of Humboldt University Berlin. If you are our guest
+ please configure eduroam using the tools and manuals of your home
+ institution.
- NOTICE: If you are using Android 6.0 and configuring eduroam fails,
- you have to remove your existing wifi configurations ("eduroam" and
- "eduroam_5GHz") manually.
+ NOTICE: If you are using Android 6.0 and configuring eduroam fails,
+ you have to remove your existing wifi configurations ("eduroam" and
+ "eduroam_5GHz") manually.
RepoType: git
Repo: https://github.com/hu-berlin-cms/hu-eduroam
diff --git a/metadata/de.hu_berlin.informatik.spws2014.mapever.yml b/metadata/de.hu_berlin.informatik.spws2014.mapever.yml
index 70f0e22a96..227b718567 100644
--- a/metadata/de.hu_berlin.informatik.spws2014.mapever.yml
+++ b/metadata/de.hu_berlin.informatik.spws2014.mapever.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/diedricm/MapEver/issues
AutoName: MapEver
Description: |-
- MapEver allows you to easily navigate in small areas (e.g. zoos or parks) where
- specific online maps are not available. Using only the phone's GPS, you can
- navigate on a photographed map of your location to get around smoothly.
+ MapEver allows you to easily navigate in small areas (e.g. zoos or parks) where
+ specific online maps are not available. Using only the phone's GPS, you can
+ navigate on a photographed map of your location to get around smoothly.
RepoType: git
Repo: https://github.com/diedricm/MapEver.git
diff --git a/metadata/de.igloffstein.maik.aRevelation.yml b/metadata/de.igloffstein.maik.aRevelation.yml
index 6bb9c6b299..66a74a636a 100644
--- a/metadata/de.igloffstein.maik.aRevelation.yml
+++ b/metadata/de.igloffstein.maik.aRevelation.yml
@@ -7,21 +7,21 @@ Changelog: https://github.com/OldSparkyMI/aRevelation/releases
AutoName: aRevelation
Description: |-
- aRevelation is an Android password manager based on
- Revelation Password Manager file
- format. It stores all your accounts and passwords in a single, secure
- place, and gives you access to it through a user-friendly graphical
- interface on your smartphone.
+ aRevelation is an Android password manager based on
+ Revelation Password Manager file
+ format. It stores all your accounts and passwords in a single, secure
+ place, and gives you access to it through a user-friendly graphical
+ interface on your smartphone.
- Features:
+ Features:
- * very simple gui, easy to use
- * stores your information in a secured (encrypted) single file
- * passwords are categorizable in every file
- * fast, secure and powerful
+ * very simple gui, easy to use
+ * stores your information in a secured (encrypted) single file
+ * passwords are categorizable in every file
+ * fast, secure and powerful
- This is a fork of the no longer maintained
- https://f-droid.org/packages/com.github.marmalade.aRevelation.
+ This is a fork of the no longer maintained
+ https://f-droid.org/packages/com.github.marmalade.aRevelation.
RepoType: git
Repo: https://github.com/OldSparkyMI/aRevelation
diff --git a/metadata/de.j4velin.pedometer.yml b/metadata/de.j4velin.pedometer.yml
index 62531d6926..e8fbcac676 100644
--- a/metadata/de.j4velin.pedometer.yml
+++ b/metadata/de.j4velin.pedometer.yml
@@ -7,13 +7,13 @@ Donate: https://www.j4velin.de/donate.php
AutoName: Pedometer
Description: |-
- Lightweight pedometer using the hardware step-sensor for minimal battery
- consumption. This app is designed to be kept running all the time without having
- any impact on your battery life! It uses the hardware step detection sensor of
- the Nexus 5, which is already running even when not using any pedometer app.
- Therefore the app does not drain any additional battery. Unlike other pedometer
- apps, this app does not track your movement or your location so it doesn't need
- to turn on your GPS sensor (again: no impact on your battery).
+ Lightweight pedometer using the hardware step-sensor for minimal battery
+ consumption. This app is designed to be kept running all the time without having
+ any impact on your battery life! It uses the hardware step detection sensor of
+ the Nexus 5, which is already running even when not using any pedometer app.
+ Therefore the app does not drain any additional battery. Unlike other pedometer
+ apps, this app does not track your movement or your location so it doesn't need
+ to turn on your GPS sensor (again: no impact on your battery).
RepoType: git
Repo: https://github.com/j4velin/Pedometer
diff --git a/metadata/de.j4velin.systemappmover.yml b/metadata/de.j4velin.systemappmover.yml
index 3a2a71200f..1aab553dfc 100644
--- a/metadata/de.j4velin.systemappmover.yml
+++ b/metadata/de.j4velin.systemappmover.yml
@@ -6,18 +6,18 @@ IssueTracker: https://github.com/j4velin/SystemAppMover/issues
AutoName: /system/app mover
Description: |-
- This app moves apps from and to the /system/app folder, making them a system app
- or a user app. System apps can get more priviledges, so some apps get more
- functionality when installed as a system app.
+ This app moves apps from and to the /system/app folder, making them a system app
+ or a user app. System apps can get more priviledges, so some apps get more
+ functionality when installed as a system app.
- On the other hand, system apps can not be uninstalled. So this app can also be
- used to convert system apps to normal user apps by moving them from the
- /system/app directory to /data/app directory.
+ On the other hand, system apps can not be uninstalled. So this app can also be
+ used to convert system apps to normal user apps by moving them from the
+ /system/app directory to /data/app directory.
- WARNING: Uninstalling important system apps might result in a unusable device!
- Use this function at your own risk and only if you know what you're doing!
+ WARNING: Uninstalling important system apps might result in a unusable device!
+ Use this function at your own risk and only if you know what you're doing!
- This app requires a rooted device with BusyBox installed.
+ This app requires a rooted device with BusyBox installed.
RequiresRoot: true
@@ -75,9 +75,9 @@ Builds:
- rm -fR de.j4velin.systemappmover_170_src.tar.gz
MaintainerNotes: |-
- Upstream didn't carry over history when moving to github. Since GoogleCode
- is no more, we obtain RootTools-2.6 source form a previous build's source
- package... weird stuff, indeed.
+ Upstream didn't carry over history when moving to github. Since GoogleCode
+ is no more, we obtain RootTools-2.6 source form a previous build's source
+ package... weird stuff, indeed.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/de.j4velin.wifiAutoOff.yml b/metadata/de.j4velin.wifiAutoOff.yml
index 0f14ccc3cb..d75825a79a 100644
--- a/metadata/de.j4velin.wifiAutoOff.yml
+++ b/metadata/de.j4velin.wifiAutoOff.yml
@@ -7,22 +7,22 @@ Changelog: https://github.com/j4velin/WiFi-Automatic/releases
AutoName: WiFi Automatic
Description: |-
- This simple Android app can help you increase the standby time of your device;
- it automatically disables your WiFi radio when you don't need it and thereby
- lowers the battery consumption. It is designed to be used with WiFi-only tablets
- - these devices normally don't require a constant internet connection if you're
- not using them and turning WiFi off can save a lot of battery power.
+ This simple Android app can help you increase the standby time of your device;
+ it automatically disables your WiFi radio when you don't need it and thereby
+ lowers the battery consumption. It is designed to be used with WiFi-only tablets
+ - these devices normally don't require a constant internet connection if you're
+ not using them and turning WiFi off can save a lot of battery power.
- You can also specify to automatically turn on WiFi again, if you turn on your
- device. This way, you are always connected to your WiFi network when using the
- the tablet.
+ You can also specify to automatically turn on WiFi again, if you turn on your
+ device. This way, you are always connected to your WiFi network when using the
+ the tablet.
- This app has a similiar effect like setting the "WiFi sleep policy" in Android
- to "always", except that you can now exactly define the timeout between turning
- the screen off and actually turning off WiFi.
+ This app has a similiar effect like setting the "WiFi sleep policy" in Android
+ to "always", except that you can now exactly define the timeout between turning
+ the screen off and actually turning off WiFi.
- If your device has a cell radio, it might switch to 2G/3G which may consume more
- power than staying on WiFi.
+ If your device has a cell radio, it might switch to 2G/3G which may consume more
+ power than staying on WiFi.
RepoType: git
Repo: https://github.com/j4velin/WiFi-Automatic.git
diff --git a/metadata/de.jdsoft.law.yml b/metadata/de.jdsoft.law.yml
index 852528dff9..5dce3d2832 100644
--- a/metadata/de.jdsoft.law.yml
+++ b/metadata/de.jdsoft.law.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/jfreax/OpenLaw/issues
AutoName: OpenLaw
Description: |-
- Access more than 6000 German laws directly from your phone. This app is mostly
- for German-speaking people.
+ Access more than 6000 German laws directly from your phone. This app is mostly
+ for German-speaking people.
RepoType: git
Repo: https://github.com/jfreax/OpenLaw.git
@@ -22,8 +22,8 @@ Builds:
- rm -f extern/android-async-http/build.xml
- rm libs/support-v4-r7.jar
prebuild: count=1; for dir in extern/*/; do echo "android.library.reference.$count=$dir"
- >> project.properties; count=$(($count+1)); $$SDK$$/tools/android update project
- -p $dir; done
+ >> project.properties; count=$(($count+1)); $$SDK$$/tools/android update project
+ -p $dir; done
target: android-18
- versionName: '0.6'
diff --git a/metadata/de.jkliemann.parkendd.yml b/metadata/de.jkliemann.parkendd.yml
index 21118abd08..68e31eee19 100644
--- a/metadata/de.jkliemann.parkendd.yml
+++ b/metadata/de.jkliemann.parkendd.yml
@@ -10,14 +10,14 @@ Bitcoin: 1HBFDdz7dJeBE2c3zQmWnzeWCbHoZQ64dd
AutoName: ParkenDD
Description: |-
- Shows available parking slots in some European cities, currently including
- Aalborg, Aarhus, Dresden, Frankfurt a.M., Freiburg i.B., Hamburg, Ingolstadt and
- Zurich.
+ Shows available parking slots in some European cities, currently including
+ Aalborg, Aarhus, Dresden, Frankfurt a.M., Freiburg i.B., Hamburg, Ingolstadt and
+ Zurich.
- Other cities will be added over time.
+ Other cities will be added over time.
- Note that the homepage is only available in German at the moment. The app is
- translated into English and a few other languages. Further languages will come.
+ Note that the homepage is only available in German at the moment. The app is
+ translated into English and a few other languages. Further languages will come.
RepoType: git
Repo: https://github.com/jklmnn/ParkenDD
diff --git a/metadata/de.jugendhacker.xmppadmin.yml b/metadata/de.jugendhacker.xmppadmin.yml
index c2944f17b5..a2e8d70d69 100644
--- a/metadata/de.jugendhacker.xmppadmin.yml
+++ b/metadata/de.jugendhacker.xmppadmin.yml
@@ -9,10 +9,10 @@ IssueTracker: https://gitlab.com/jugendhacker/xmpp-admin/issues
AutoName: XMPP Admin
Description: |-
- Easy to use application to administrate XMPP Servers on the go.
+ Easy to use application to administrate XMPP Servers on the go.
- Currently the App only supports registration of new users but in future it wil get more features.
- Everything is realized over XMPP, so your Server only needs to support the needed AdHoc Commands.
+ Currently the App only supports registration of new users but in future it wil get more features.
+ Everything is realized over XMPP, so your Server only needs to support the needed AdHoc Commands.
RepoType: git
Repo: https://gitlab.com/jugendhacker/xmpp-admin.git
diff --git a/metadata/de.jurihock.voicesmith.yml b/metadata/de.jurihock.voicesmith.yml
index 991f022253..15f2b4dbc2 100644
--- a/metadata/de.jurihock.voicesmith.yml
+++ b/metadata/de.jurihock.voicesmith.yml
@@ -8,11 +8,11 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RDZ
AutoName: Voicesmith
Description: |-
- Voicesmith records an audio signal from the built-in microphone, processes it in
- some way and plays it back through the earphones in real-time. There are some of
- the classical Phase Vocoder effects available. Voicesmith can also be used to
- perform the Delayed Auditory Feedback (DAF) and Frequency-Shifted Auditory
- Feedback (FAF).
+ Voicesmith records an audio signal from the built-in microphone, processes it in
+ some way and plays it back through the earphones in real-time. There are some of
+ the classical Phase Vocoder effects available. Voicesmith can also be used to
+ perform the Delayed Auditory Feedback (DAF) and Frequency-Shifted Auditory
+ Feedback (FAF).
RepoType: git
Repo: https://github.com/jurihock/voicesmith.git
diff --git a/metadata/de.k3b.android.androFotoFinder.yml b/metadata/de.k3b.android.androFotoFinder.yml
index f24d171552..868a653d0f 100644
--- a/metadata/de.k3b.android.androFotoFinder.yml
+++ b/metadata/de.k3b.android.androFotoFinder.yml
@@ -240,7 +240,7 @@ Builds:
- versionName: 0.6.4.180314
versionCode: 36
disable: App may crash with Exception in the Settingsdialog. Will be fixed in
- ,37
+ ,37
commit: v0.6.4.180314
subdir: app
gradle:
diff --git a/metadata/de.k3b.android.calendar.ics.adapter.yml b/metadata/de.k3b.android.calendar.ics.adapter.yml
index 83a04f7814..41366efc3c 100644
--- a/metadata/de.k3b.android.calendar.ics.adapter.yml
+++ b/metadata/de.k3b.android.calendar.ics.adapter.yml
@@ -9,22 +9,22 @@ Changelog: https://github.com/k3b/CalendarIcsAdapter/wiki/History
Name: Calendar ICS adapter
AutoName: android.calendar.ics.adapter
Description: |-
- Use a filemanager (i.e. https://f-droid.org/packages/org.openintents.filemanager), emailclient (i.e.
- https://f-droid.org/packages/com.fsck.k9) or bluetooth to import or export android calendar entries via
- *.ics or *.ical files or attachments of type text/calendar.
+ Use a filemanager (i.e. https://f-droid.org/packages/org.openintents.filemanager), emailclient (i.e.
+ https://f-droid.org/packages/com.fsck.k9) or bluetooth to import or export android calendar entries via
+ *.ics or *.ical files or attachments of type text/calendar.
- The android.calendar.ics.adapter has no gui of its own. If you open an event
- from the android calendar you can choose between "view event" and "send event to
- ...". If you open an event from file/attachment you get a prepopulated "add to
- calender-form".
+ The android.calendar.ics.adapter has no gui of its own. If you open an event
+ from the android calendar you can choose between "view event" and "send event to
+ ...". If you open an event from file/attachment you get a prepopulated "add to
+ calender-form".
- android.calendar.ics.adapter is a fork of https://f-droid.org/packages/org.dgtale.icsimport that uses the
- ical4j library.
+ android.calendar.ics.adapter is a fork of https://f-droid.org/packages/org.dgtale.icsimport that uses the
+ ical4j library.
- Required Android Permissions:
+ Required Android Permissions:
- * READ_CALENDAR used to export events from calendar
- * WRITE_EXTERNAL_STORAGE used to store the created ics-file so that it can be attached to email or send via bluetooth.
+ * READ_CALENDAR used to export events from calendar
+ * WRITE_EXTERNAL_STORAGE used to store the created ics-file so that it can be attached to email or send via bluetooth.
RepoType: git
Repo: https://github.com/k3b/CalendarIcsAdapter.git
@@ -66,7 +66,7 @@ Builds:
- yes
MaintainerNotes: Tags are unreliable and change scheme. Keep UCM:RepoManifest for
- now.
+ now.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest/release-fdroid
diff --git a/metadata/de.k3b.android.contentproviderhelper.yml b/metadata/de.k3b.android.contentproviderhelper.yml
index a83cedc103..3261d3837d 100644
--- a/metadata/de.k3b.android.contentproviderhelper.yml
+++ b/metadata/de.k3b.android.contentproviderhelper.yml
@@ -10,18 +10,18 @@ Donate: https://donate.openstreetmap.org/
AutoName: Content Provider Helper
Description: |-
- This helper is a frontend to query installed content providers. Android's
- content providers are similar to database tables.: They have a name (aka
- "content:" uri), columns and they can be queried similar to SQL.
+ This helper is a frontend to query installed content providers. Android's
+ content providers are similar to database tables.: They have a name (aka
+ "content:" uri), columns and they can be queried similar to SQL.
- Android uses
- content-providers as API to manage global accessable data (i.e. images, address
- book, text messages, ...).
+ Android uses
+ content-providers as API to manage global accessable data (i.e. images, address
+ book, text messages, ...).
- Forked from jenzz-s
- ContentProviderHelper which is not maintained anymore.
+ Forked from jenzz-s
+ ContentProviderHelper which is not maintained anymore.
- App permissions are set generously to provide maximum compatibility.
+ App permissions are set generously to provide maximum compatibility.
RepoType: git
Repo: https://github.com/k3b/ContentProviderHelper.git
diff --git a/metadata/de.k3b.android.intentintercept.yml b/metadata/de.k3b.android.intentintercept.yml
index 0716f61724..471e2500c6 100644
--- a/metadata/de.k3b.android.intentintercept.yml
+++ b/metadata/de.k3b.android.intentintercept.yml
@@ -8,14 +8,14 @@ Donate: https://donate.openstreetmap.org/
AutoName: Intent Intercept
Description: |-
- This app attempts to intercept as many intents as possible in order to examine
- their contents. This helps when trying to develop an app that reacts to a
- particular intent.
+ This app attempts to intercept as many intents as possible in order to examine
+ their contents. This helps when trying to develop an app that reacts to a
+ particular intent.
- Some details of the intent can now be edited before resending it.
+ Some details of the intent can now be edited before resending it.
- This app is forked from https://github.com/intrications/intent-intercept
- version 2.2.4,224 which is not maintained any more.
+ This app is forked from https://github.com/intrications/intent-intercept
+ version 2.2.4,224 which is not maintained any more.
RepoType: git
Repo: https://github.com/k3b/intent-intercept.git
diff --git a/metadata/de.k4ever.k4android.yml b/metadata/de.k4ever.k4android.yml
index dc22a0f821..b832bf748d 100644
--- a/metadata/de.k4ever.k4android.yml
+++ b/metadata/de.k4ever.k4android.yml
@@ -8,8 +8,8 @@ Bitcoin: 1KiwFPGCunGXF53DBTBf32cNTPXq9FbX5H
AutoName: k4android
Description: |-
- k4android is an android client for the electronic private cash system k4ever
- available at https://gitlab.tubit.tu-berlin.de/freitagsrunde/k4ever.
+ k4android is an android client for the electronic private cash system k4ever
+ available at https://gitlab.tubit.tu-berlin.de/freitagsrunde/k4ever.
RepoType: git
Repo: https://gitlab.tubit.tu-berlin.de/freitagsrunde/k4ever-android-2.git
diff --git a/metadata/de.karbach.tac.yml b/metadata/de.karbach.tac.yml
index 9c653f1ff8..af9cfb87d1 100644
--- a/metadata/de.karbach.tac.yml
+++ b/metadata/de.karbach.tac.yml
@@ -6,27 +6,27 @@ IssueTracker: https://github.com/CarstenKarbach/MoTAC/issues
AutoName: MoTAC
Description: |-
- Play TAC on the go.
+ Play TAC on the go.
- MoTAC is a mobile board for the TAC board game. This app and your TAC cards
- is all you need to play TAC everywhere. Save and resume your game at any time.
- MoTAC is the best way for playing TAC while traveling.
+ MoTAC is a mobile board for the TAC board game. This app and your TAC cards
+ is all you need to play TAC everywhere. Save and resume your game at any time.
+ MoTAC is the best way for playing TAC while traveling.
- You can play with 1-4 players, because MoTAC allows any move possible on a real
- board. Counters are moved per drag-and-drop to any location on the board.
- However, basic rule checking is also included. Tap a counter for displaying all
- allowed moves, choose one to automatically make the move. MoTAC can only be
- played along with the TAC cards. It solely replaces board and marbles.
+ You can play with 1-4 players, because MoTAC allows any move possible on a real
+ board. Counters are moved per drag-and-drop to any location on the board.
+ However, basic rule checking is also included. Tap a counter for displaying all
+ allowed moves, choose one to automatically make the move. MoTAC can only be
+ played along with the TAC cards. It solely replaces board and marbles.
- * no network connection required
- * no advertisement
- * last 100 moves are stored
- * change the player colors
- * zoom the board on small displays
- * auto-saving of game status
- * animated card playing
- * especially suitable for tablets
- * export your game as image
+ * no network connection required
+ * no advertisement
+ * last 100 moves are stored
+ * change the player colors
+ * zoom the board on small displays
+ * auto-saving of game status
+ * animated card playing
+ * especially suitable for tablets
+ * export your game as image
RepoType: git
Repo: https://github.com/CarstenKarbach/MoTAC
diff --git a/metadata/de.kodejak.hashr.yml b/metadata/de.kodejak.hashr.yml
index 14baf656cc..03da657d3d 100644
--- a/metadata/de.kodejak.hashr.yml
+++ b/metadata/de.kodejak.hashr.yml
@@ -6,17 +6,17 @@ IssueTracker: https://github.com/kodejak/Hashr/issues
AutoName: Hashr
Description: |-
- NOTE: This app is no longer maintained.
+ NOTE: This app is no longer maintained.
- Generate checksums from texts or files, compare it to other checksums and show
- if they match or not. Following checksums are supported:
+ Generate checksums from texts or files, compare it to other checksums and show
+ if they match or not. Following checksums are supported:
- * MD5
- * SHA-1
- * SHA-256
+ * MD5
+ * SHA-1
+ * SHA-256
- Currently a file manager must be present at the device to choose files for
- generating checksums.
+ Currently a file manager must be present at the device to choose files for
+ generating checksums.
RepoType: git
Repo: https://github.com/kodejak/Hashr
diff --git a/metadata/de.koelle.christian.trickytripper.yml b/metadata/de.koelle.christian.trickytripper.yml
index 222601c450..964333b1d5 100644
--- a/metadata/de.koelle.christian.trickytripper.yml
+++ b/metadata/de.koelle.christian.trickytripper.yml
@@ -8,22 +8,22 @@ Changelog: https://github.com/koelleChristian/trickytripper/blob/HEAD/app/src/ma
AutoName: Tricky Tripper
Description: |-
- Especially for managing shared expenses.
+ Especially for managing shared expenses.
- Tricky Tripper is an offline-compatible utility for managing travel
- expenses. It is especially intended for holidays with shared expenses, e.g. you
- go on a trip with your friends and from time to time one companion pays for all
- travelers. In such a situation Tricky Tripper splits the costs among the
- companions as you want it. The application calculates all debts among the
- travelers and offers means to get even, during or after the trip.
+ Tricky Tripper is an offline-compatible utility for managing travel
+ expenses. It is especially intended for holidays with shared expenses, e.g. you
+ go on a trip with your friends and from time to time one companion pays for all
+ travelers. In such a situation Tricky Tripper splits the costs among the
+ companions as you want it. The application calculates all debts among the
+ travelers and offers means to get even, during or after the trip.
- Features:
+ Features:
- * Even or individual splitting of costs among travelers.
- * Debt protocol
- * Function to settle debts
- * It's offline-compatible.
- * Report export (Dropbox, Evernote, Mail, SDCard)
+ * Even or individual splitting of costs among travelers.
+ * Debt protocol
+ * Function to settle debts
+ * It's offline-compatible.
+ * Report export (Dropbox, Evernote, Mail, SDCard)
RepoType: git
Repo: https://github.com/koelleChristian/trickytripper.git
diff --git a/metadata/de.kromke.andreas.safmediascanner.yml b/metadata/de.kromke.andreas.safmediascanner.yml
index 331dfdd377..0619e106bc 100644
--- a/metadata/de.kromke.andreas.safmediascanner.yml
+++ b/metadata/de.kromke.andreas.safmediascanner.yml
@@ -88,7 +88,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.22.1'
+ 'cmake;3.22.1'
ndk: r25
AutoUpdateMode: Version
diff --git a/metadata/de.ktran.anno1404warenrechner.yml b/metadata/de.ktran.anno1404warenrechner.yml
index 0cda544f9c..96eebee896 100644
--- a/metadata/de.ktran.anno1404warenrechner.yml
+++ b/metadata/de.ktran.anno1404warenrechner.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeAssets:
- en-US: App uses assets and screenshots from the game ANNO 1404.
+ NonFreeAssets:
+ en-US: App uses assets and screenshots from the game ANNO 1404.
Categories:
- Games
License: MIT
@@ -9,8 +9,8 @@ IssueTracker: https://github.com/tran-khoa/ANNO1404-Warenrechner-App/issues
AutoName: ANNO 1404 - Calculator
Description: |-
- This app lets you manage your current population data and calculates the
- required amount of buildings to supply your population.
+ This app lets you manage your current population data and calculates the
+ required amount of buildings to supply your population.
RepoType: git
Repo: https://github.com/tran-khoa/ANNO1404-Warenrechner-App
diff --git a/metadata/de.kugihan.dictionaryformids.hmi_android.yml b/metadata/de.kugihan.dictionaryformids.hmi_android.yml
index 69226b4663..2b49b89144 100644
--- a/metadata/de.kugihan.dictionaryformids.hmi_android.yml
+++ b/metadata/de.kugihan.dictionaryformids.hmi_android.yml
@@ -65,8 +65,8 @@ Builds:
- sed -i "s;compile project(':DictionaryForMIDs_Core');;" build.gradle
MaintainerNotes: |-
- Summary and Description have been moved to the new localizable text files:
- https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
+ Summary and Description have been moved to the new localizable text files:
+ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/de.langerhans.wallet.yml b/metadata/de.langerhans.wallet.yml
index a594bead59..a137298c4f 100644
--- a/metadata/de.langerhans.wallet.yml
+++ b/metadata/de.langerhans.wallet.yml
@@ -9,7 +9,7 @@ Changelog: https://github.com/langerhans/dogecoin-wallet-new/releases
AutoName: Dogecoin Wallet [testnet]
Description: Dogecoin is a digital currency similar to Bitcoin.
- The app itself is based on https://f-droid.org/packages/de.schildbach.wallet.
+ The app itself is based on https://f-droid.org/packages/de.schildbach.wallet.
RepoType: git
Repo: https://github.com/langerhans/dogecoin-wallet-new.git
diff --git a/metadata/de.larcado.sesam.yml b/metadata/de.larcado.sesam.yml
index a160621d59..1144592341 100644
--- a/metadata/de.larcado.sesam.yml
+++ b/metadata/de.larcado.sesam.yml
@@ -8,7 +8,7 @@ Changelog: https://gitlab.com/larcado/sesam/blob/HEAD/CHANGELOG
AutoName: sesam
Description: A password manager app that does not store the passwords but only generates
- them based on a salted hash function (PBKDF2WithHmacSHA1).
+ them based on a salted hash function (PBKDF2WithHmacSHA1).
RepoType: git
Repo: https://gitlab.com/larcado/sesam.git
diff --git a/metadata/de.lihotzki.pixelflood.yml b/metadata/de.lihotzki.pixelflood.yml
index e31c1cabc4..d191f540cc 100644
--- a/metadata/de.lihotzki.pixelflood.yml
+++ b/metadata/de.lihotzki.pixelflood.yml
@@ -7,12 +7,12 @@ IssueTracker: https://github.com/lukaslihotzki/pixelflood/issues
AutoName: Pixelflut
Description: |-
- A fast, asynchronous implementation of Pixelflut.
+ A fast, asynchronous implementation of Pixelflut.
- Pixelflut is a text-based protocol. With its PX command, a single pixel can be
- set on a buffer.
+ Pixelflut is a text-based protocol. With its PX command, a single pixel can be
+ set on a buffer.
- This app opens the TCP server on port 1234 and displays the buffer full screen.
+ This app opens the TCP server on port 1234 and displays the buffer full screen.
RepoType: git
Repo: https://github.com/lukaslihotzki/pixelflood.git
diff --git a/metadata/de.lisas.alex.runuserinit.yml b/metadata/de.lisas.alex.runuserinit.yml
index 8b1b8dd8ef..425c0d0700 100644
--- a/metadata/de.lisas.alex.runuserinit.yml
+++ b/metadata/de.lisas.alex.runuserinit.yml
@@ -9,10 +9,10 @@ SourceCode: https://lisas.de/git/?p=runuserinit.git;a=tree
AutoName: Run Userinit
Description: |-
- Very simple Android app to allow running userinit scripts when the system
- completes booting. All it does is executing run-parts on the
- /data/local/userinit.d/ directory when the system boot has been completed. Can
- be used to run sshd automatically after boot.
+ Very simple Android app to allow running userinit scripts when the system
+ completes booting. All it does is executing run-parts on the
+ /data/local/userinit.d/ directory when the system boot has been completed. Can
+ be used to run sshd automatically after boot.
RequiresRoot: true
diff --git a/metadata/de.live.gdev.cherrymusic.yml b/metadata/de.live.gdev.cherrymusic.yml
index 9fa9e4e413..cd2e39982b 100644
--- a/metadata/de.live.gdev.cherrymusic.yml
+++ b/metadata/de.live.gdev.cherrymusic.yml
@@ -9,10 +9,10 @@ Changelog: https://github.com/gsantner/cherrymusic-android/blob/HEAD/CHANGELOG.m
AutoName: Cherry
Description: |-
- Wrapper for CherryMusic, a self-hosted streaming web-application. A lightweight
- alternative to Ampache, Google Play Music, Spotify,..
+ Wrapper for CherryMusic, a self-hosted streaming web-application. A lightweight
+ alternative to Ampache, Google Play Music, Spotify,..
- See http://www.fomori.org/cherrymusic/ for more information.
+ See http://www.fomori.org/cherrymusic/ for more information.
RepoType: git
Repo: https://github.com/gsantner/cherrymusic-android
diff --git a/metadata/de.live.gdev.timetracker.yml b/metadata/de.live.gdev.timetracker.yml
index 08a1aff56f..0c333dc5a0 100644
--- a/metadata/de.live.gdev.timetracker.yml
+++ b/metadata/de.live.gdev.timetracker.yml
@@ -9,14 +9,14 @@ Changelog: https://github.com/gsantner/kimai-android/blob/HEAD/CHANGELOG.md
AutoName: Kimai
Description: |-
- Client for the time managment software Kimai. This app
- makes mobile tracking and logging into your kimai existing installation easier.
- If you want to be auto logged in after application start check the appropiate
- box.
+ Client for the time managment software Kimai. This app
+ makes mobile tracking and logging into your kimai existing installation easier.
+ If you want to be auto logged in after application start check the appropiate
+ box.
- Normally you have to open your browser, go to favourites, click your kimai page,
- input data. Now you only have to do the last step every time you want to add
- entries.
+ Normally you have to open your browser, go to favourites, click your kimai page,
+ input data. Now you only have to do the last step every time you want to add
+ entries.
RepoType: git
Repo: https://github.com/gsantner/kimai-android.git
diff --git a/metadata/de.lsubel.amam.yml b/metadata/de.lsubel.amam.yml
index e750c5ffee..9085cb7bb3 100644
--- a/metadata/de.lsubel.amam.yml
+++ b/metadata/de.lsubel.amam.yml
@@ -10,13 +10,13 @@ Changelog: https://github.com/lsubel/amam-cordova/blob/HEAD/CHANGELOG.md
AutoName: Ask me anything meaningful
Description: |-
- At the end of the 19th century it was a popular game on social events to answer
- a questionnaire. They should help to learn about the interviewee and their
- character. The French author Marcel Proust (1871-1922) was one of the most
- famous people who answered it
- (Wikipedia). This
- application allows to get a randomized question from questionnaire, e.g. the
- Proust questionnaire, so you can discuss it with another person.
+ At the end of the 19th century it was a popular game on social events to answer
+ a questionnaire. They should help to learn about the interviewee and their
+ character. The French author Marcel Proust (1871-1922) was one of the most
+ famous people who answered it
+ (Wikipedia). This
+ application allows to get a randomized question from questionnaire, e.g. the
+ Proust questionnaire, so you can discuss it with another person.
RepoType: git
Repo: https://github.com/lsubel/amam-cordova.git
diff --git a/metadata/de.luhmer.owncloudnewsreader.yml b/metadata/de.luhmer.owncloudnewsreader.yml
index 9c52d0560a..f858c95466 100644
--- a/metadata/de.luhmer.owncloudnewsreader.yml
+++ b/metadata/de.luhmer.owncloudnewsreader.yml
@@ -181,8 +181,8 @@ Builds:
subdir: News-Android-App
submodules: true
init: sed -i -e '/ANDROID_BUILD_TOOLS_VERSION/d' -e '/ANDROID_BUILD_SDK_VERSION/abuildToolsVersion
- "21"' build.gradle ../ownCloud-Account-Importer/build.gradle ../MessageBar/build.gradle
- ../Changeloglib/ChangeLogLibrary/build.gradle
+ "21"' build.gradle ../ownCloud-Account-Importer/build.gradle ../MessageBar/build.gradle
+ ../Changeloglib/ChangeLogLibrary/build.gradle
gradle:
- yes
rm:
@@ -202,8 +202,8 @@ Builds:
subdir: News-Android-App
submodules: true
init: sed -i -e '/ANDROID_BUILD_TOOLS_VERSION/d' -e '/ANDROID_BUILD_SDK_VERSION/abuildToolsVersion
- "21"' build.gradle ../ownCloud-Account-Importer/build.gradle ../MessageBar/build.gradle
- ../Changeloglib/ChangeLogLibrary/build.gradle
+ "21"' build.gradle ../ownCloud-Account-Importer/build.gradle ../MessageBar/build.gradle
+ ../Changeloglib/ChangeLogLibrary/build.gradle
gradle:
- yes
rm:
@@ -365,7 +365,7 @@ Builds:
subdir: News-Android-App
submodules: true
init: sed -i -e '/ANDROID_BUILD_TOOLS_VERSION/d' -e '/ANDROID_BUILD_SDK_VERSION/abuildToolsVersion
- "24"' build.gradle ../ownCloud-Account-Importer/build.gradle ../Changeloglib/ChangeLogLibrary/build.gradle
+ "24"' build.gradle ../ownCloud-Account-Importer/build.gradle ../Changeloglib/ChangeLogLibrary/build.gradle
gradle:
- yes
@@ -375,7 +375,7 @@ Builds:
subdir: News-Android-App
submodules: true
init: sed -i -e '/ANDROID_BUILD_TOOLS_VERSION/d' -e '/ANDROID_BUILD_SDK_VERSION/abuildToolsVersion
- "24"' build.gradle ../ownCloud-Account-Importer/build.gradle ../Changeloglib/ChangeLogLibrary/build.gradle
+ "24"' build.gradle ../ownCloud-Account-Importer/build.gradle ../Changeloglib/ChangeLogLibrary/build.gradle
gradle:
- yes
@@ -385,7 +385,7 @@ Builds:
subdir: News-Android-App
submodules: true
init: sed -i -e '/ANDROID_BUILD_TOOLS_VERSION/d' -e '/ANDROID_BUILD_SDK_VERSION/abuildToolsVersion
- "24"' build.gradle ../ownCloud-Account-Importer/build.gradle ../Changeloglib/ChangeLogLibrary/build.gradle
+ "24"' build.gradle ../ownCloud-Account-Importer/build.gradle ../Changeloglib/ChangeLogLibrary/build.gradle
gradle:
- yes
diff --git a/metadata/de.mangelow.balance.yml b/metadata/de.mangelow.balance.yml
index 2346656069..5396679bc8 100644
--- a/metadata/de.mangelow.balance.yml
+++ b/metadata/de.mangelow.balance.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/scheich/Balance/issues
AutoName: Balance
Description: |-
- Widget that shows the message or value of a given ussd code. It is especially
- for prepaid users, who are able to check their balance via an dial (ussd) -
- code.
+ Widget that shows the message or value of a given ussd code. It is especially
+ for prepaid users, who are able to check their balance via an dial (ussd) -
+ code.
- This app actually only works for android smartphones with lesser then Android
- 4.2 (Jelly Bean). Check your version in settings -> about the phone.
+ This app actually only works for android smartphones with lesser then Android
+ 4.2 (Jelly Bean). Check your version in settings -> about the phone.
RepoType: git
Repo: https://github.com/scheich/Balance
diff --git a/metadata/de.mangelow.debdroid.yml b/metadata/de.mangelow.debdroid.yml
index b3addc342f..053a5bfef4 100644
--- a/metadata/de.mangelow.debdroid.yml
+++ b/metadata/de.mangelow.debdroid.yml
@@ -17,7 +17,7 @@ Builds:
srclibs:
- ActionBarSherlock@4.2.0
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
target: android-17
- versionName: '0.15'
@@ -26,7 +26,7 @@ Builds:
srclibs:
- ActionBarSherlock@4.2.0
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
target: android-17
AutoUpdateMode: None
diff --git a/metadata/de.mangelow.network.yml b/metadata/de.mangelow.network.yml
index ed0e7b6617..3c7e553926 100644
--- a/metadata/de.mangelow.network.yml
+++ b/metadata/de.mangelow.network.yml
@@ -6,13 +6,13 @@ IssueTracker: https://github.com/scheich/Network/issues
AutoName: Network
Description: |-
- Note: This app is no longer developed, https://f-droid.org/packages/pl.lebihan.network/ is a fork that continues development.
+ Note: This app is no longer developed, https://f-droid.org/packages/pl.lebihan.network/ is a fork that continues development.
- Simply a shortcut to the activity that you get when you type *#*#INFO#*#* in the
- dialer. It allows you to choose different radio modes and see general info. In
- particular you can choose WCDMA only, which could improve battery life if your
- phone is in a weak 3G area and tries to find a 2G signal all the time. The PRL
- choices only apply to operators that keep a PRL list.
+ Simply a shortcut to the activity that you get when you type *#*#INFO#*#* in the
+ dialer. It allows you to choose different radio modes and see general info. In
+ particular you can choose WCDMA only, which could improve battery life if your
+ phone is in a weak 3G area and tries to find a 2G signal all the time. The PRL
+ choices only apply to operators that keep a PRL list.
RepoType: git
Repo: https://github.com/scheich/Network.git
diff --git a/metadata/de.mangelow.slideitloud.yml b/metadata/de.mangelow.slideitloud.yml
index 4aeea231ea..21d5f57f70 100644
--- a/metadata/de.mangelow.slideitloud.yml
+++ b/metadata/de.mangelow.slideitloud.yml
@@ -6,14 +6,14 @@ IssueTracker: https://github.com/scheich/SlideItLoud/issues
AutoName: SlideItLoud
Description: |-
- Automatically turns on the loud speaker if the hardware keyboard is opened
- during a call and turns it off if its being closed. Optionally autoanswer and/or
- autohangup the same way.
+ Automatically turns on the loud speaker if the hardware keyboard is opened
+ during a call and turns it off if its being closed. Optionally autoanswer and/or
+ autohangup the same way.
- This app is only interesting for users with a slideable physical hardware
- keyboard.
+ This app is only interesting for users with a slideable physical hardware
+ keyboard.
- The app idea comes from the HTC Wings aka S730.
+ The app idea comes from the HTC Wings aka S730.
RepoType: git
Repo: https://github.com/scheich/SlideItLoud.git
diff --git a/metadata/de.mangelow.syncwifi.yml b/metadata/de.mangelow.syncwifi.yml
index 278cfff79a..5c246f3fc1 100644
--- a/metadata/de.mangelow.syncwifi.yml
+++ b/metadata/de.mangelow.syncwifi.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/scheich/SyncWifi/issues
AutoName: SyncWifi
Description: |-
- Automatically disable or enable the synchronisation of existing account
- authorities based on connection state, wifi or mobile connection. Good to sync
- only important authorities (e.g. emails, calendars, notes) on mobile data and
- other ones only on wifi connection.
+ Automatically disable or enable the synchronisation of existing account
+ authorities based on connection state, wifi or mobile connection. Good to sync
+ only important authorities (e.g. emails, calendars, notes) on mobile data and
+ other ones only on wifi connection.
RepoType: git
Repo: https://github.com/scheich/SyncWifi
diff --git a/metadata/de.mangelow.throughput.yml b/metadata/de.mangelow.throughput.yml
index ae8e011e7f..f5f4950af8 100644
--- a/metadata/de.mangelow.throughput.yml
+++ b/metadata/de.mangelow.throughput.yml
@@ -6,17 +6,17 @@ IssueTracker: https://github.com/scheich/Throughput/issues
AutoName: Throughput
Description: |-
- Android app to monitor the throughput of your network connections. You will get
- an persistent notification, which indicates network activity. Upload and
- Download activity also displayed as small icons, you will see without pulling
- the notification bar. Other optional informations are:
+ Android app to monitor the throughput of your network connections. You will get
+ an persistent notification, which indicates network activity. Upload and
+ Download activity also displayed as small icons, you will see without pulling
+ the notification bar. Other optional informations are:
- * Ticker message on network change
- * Public or local ipv4 address
- * Neighbor cell count
- * Signal strength
- * Wifi link speed
- * Showing names of the most actives app
+ * Ticker message on network change
+ * Public or local ipv4 address
+ * Neighbor cell count
+ * Signal strength
+ * Wifi link speed
+ * Showing names of the most actives app
RepoType: git
Repo: https://github.com/scheich/Throughput.git
diff --git a/metadata/de.markusfisch.android.shadereditor.yml b/metadata/de.markusfisch.android.shadereditor.yml
index 6880b88c73..42ca6e7229 100644
--- a/metadata/de.markusfisch.android.shadereditor.yml
+++ b/metadata/de.markusfisch.android.shadereditor.yml
@@ -8,23 +8,23 @@ Changelog: https://github.com/markusfisch/ShaderEditor/blob/HEAD/CHANGELOG.md
AutoName: Shader Editor
Description: |-
- Create and edit GLSL shaders on your Android phone or tablet and use them as
- live wallpaper.
+ Create and edit GLSL shaders on your Android phone or tablet and use them as
+ live wallpaper.
- Features:
+ Features:
- * Live preview in background or on an extra screen
- * Syntax highlighting
- * Error highlighting
- * FPS display
- * Use any shader as live wallpaper
- * Exposure of hardware sensors
- * Support for wallpaper offset
- * Exposure of battery level
- * Supports multiple touches
- * Previous rendered frame in backbuffer texture
- * Import and use arbitrary textures
- * Disables rendering when battery is low
+ * Live preview in background or on an extra screen
+ * Syntax highlighting
+ * Error highlighting
+ * FPS display
+ * Use any shader as live wallpaper
+ * Exposure of hardware sensors
+ * Support for wallpaper offset
+ * Exposure of battery level
+ * Supports multiple touches
+ * Previous rendered frame in backbuffer texture
+ * Import and use arbitrary textures
+ * Disables rendering when battery is low
RepoType: git
Repo: https://github.com/markusfisch/ShaderEditor.git
@@ -456,8 +456,8 @@ Builds:
- yes
MaintainerNotes: |-
- TouchThruDrawerlayout.java can be removed since its identical to the correctly
- named TouchThruDrawerLayout.java.
+ TouchThruDrawerlayout.java can be removed since its identical to the correctly
+ named TouchThruDrawerLayout.java.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/de.markusfisch.android.wavelines.yml b/metadata/de.markusfisch.android.wavelines.yml
index 3fee8abea6..cda4322e03 100644
--- a/metadata/de.markusfisch.android.wavelines.yml
+++ b/metadata/de.markusfisch.android.wavelines.yml
@@ -8,11 +8,11 @@ Changelog: https://github.com/markusfisch/WaveLinesWallpaper/blob/HEAD/CHANGELOG
AutoName: Wave Lines Wallpaper
Description: |-
- A simple, unobstrusive live wallpaper showing slowly moving wave lines. You can
- choose a color theme, build your own, change if the lines should grow and shrink
- or if they should have a uniform width. The lines may swing in harmony or each
- line independently. You may set the number of lines, the number of waves in a
- line and the maximum amplitude.
+ A simple, unobstrusive live wallpaper showing slowly moving wave lines. You can
+ choose a color theme, build your own, change if the lines should grow and shrink
+ or if they should have a uniform width. The lines may swing in harmony or each
+ line independently. You may set the number of lines, the number of waves in a
+ line and the maximum amplitude.
RepoType: git
Repo: https://github.com/markusfisch/WaveLinesWallpaper.git
diff --git a/metadata/de.mbutscher.wikiandpad.alphabeta.yml b/metadata/de.mbutscher.wikiandpad.alphabeta.yml
index f98c3bdf33..4cf5abfea5 100644
--- a/metadata/de.mbutscher.wikiandpad.alphabeta.yml
+++ b/metadata/de.mbutscher.wikiandpad.alphabeta.yml
@@ -8,17 +8,17 @@ IssueTracker: http://groups.yahoo.com/group/WikiAndPad
Name: WikiAndPad
AutoName: WikiAndPad alpha/beta
Description: |-
- WikidPad is a Wiki-like notebook for storing your thoughts, ideas, todo lists,
- contacts, or anything else you can think of to write down. It is also available
- for Windows (binary installer) and Linux and Mac OS (as Python source). You can
- clip snippets from a browser, syntax-highlight wiki words and search notes.
+ WikidPad is a Wiki-like notebook for storing your thoughts, ideas, todo lists,
+ contacts, or anything else you can think of to write down. It is also available
+ for Windows (binary installer) and Linux and Mac OS (as Python source). You can
+ clip snippets from a browser, syntax-highlight wiki words and search notes.
- This app is in the early stages of development so is considered alpha.
+ This app is in the early stages of development so is considered alpha.
- WikidAndPad uses text files indexed by a database stored on your sdcard, but it
- is currently not possible to create the database from within the app. First, you
- must create the database of the type Original Sqlite within WikidPad on the
- desktop and copy it to your sdcard.
+ WikidAndPad uses text files indexed by a database stored on your sdcard, but it
+ is currently not possible to create the database from within the app. First, you
+ must create the database of the type Original Sqlite within WikidPad on the
+ desktop and copy it to your sdcard.
RepoType: git-svn
Repo: http://svnandroid.wikidpad2.webfactional.com/trunk
diff --git a/metadata/de.measite.contactmerger.yml b/metadata/de.measite.contactmerger.yml
index 19678e2d13..6b809feef7 100644
--- a/metadata/de.measite.contactmerger.yml
+++ b/metadata/de.measite.contactmerger.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/rtreffer/ContactMerger/issues
AutoName: Contact Merger
Description: |-
- Index your contacts with lucene and provide a simple list of mergable contacts.
- The Service will run whenever the systems battery status is good, the data is
- old and/or the phone is plugged in.
+ Index your contacts with lucene and provide a simple list of mergable contacts.
+ The Service will run whenever the systems battery status is good, the data is
+ old and/or the phone is plugged in.
RepoType: git
Repo: https://github.com/rtreffer/ContactMerger
@@ -20,7 +20,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@com.android.support:support-v4:+@com.android.support:support-v4:20.+@g'
- build.gradle
+ build.gradle
- versionName: 1.1.3
versionCode: 8
@@ -28,7 +28,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@com.android.support:support-v4:+@com.android.support:support-v4:20.+@g'
- build.gradle
+ build.gradle
- versionName: 1.2.0
versionCode: 9
@@ -36,7 +36,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@com.android.support:support-v4:+@com.android.support:support-v4:20.+@g'
- build.gradle
+ build.gradle
- versionName: 1.2.2
versionCode: 10
@@ -44,7 +44,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@com.android.support:support-v4:+@com.android.support:support-v4:20.+@g'
- build.gradle
+ build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/de.meonwax.soundboard.yml b/metadata/de.meonwax.soundboard.yml
index 4fc2329666..bf8f75a0d1 100644
--- a/metadata/de.meonwax.soundboard.yml
+++ b/metadata/de.meonwax.soundboard.yml
@@ -9,11 +9,11 @@ Changelog: https://github.com/meonwax/soundboard/releases
AutoName: Soundboard
Description: |-
- Select a sound file from your storage directory and add it to the sounds list.
- It will be copied to the private application folder and can be played on touch.
+ Select a sound file from your storage directory and add it to the sounds list.
+ It will be copied to the private application folder and can be played on touch.
- You can delete the original file at any time. The sound sample will still be
- available in the application until you decide to delete it.
+ You can delete the original file at any time. The sound sample will still be
+ available in the application until you decide to delete it.
RepoType: git
Repo: https://github.com/meonwax/soundboard.git
diff --git a/metadata/de.micmun.android.deufeitage.yml b/metadata/de.micmun.android.deufeitage.yml
index 22e2dc03a7..c987fc3546 100644
--- a/metadata/de.micmun.android.deufeitage.yml
+++ b/metadata/de.micmun.android.deufeitage.yml
@@ -8,12 +8,12 @@ Changelog: https://codeberg.org/MicMun/deufeitage/src/branch/master/Changelog.md
AutoName: DeuFeiTage
Description: |-
- Find the date of a public holiday for this or another year.
+ Find the date of a public holiday for this or another year.
- * Choose a German state
- * Choose a year between this year-4 and this year+4
- * Every holiday can be touched to show a short description
- * The next coming holiday is marked in a different background color
+ * Choose a German state
+ * Choose a year between this year-4 and this year+4
+ * Every holiday can be touched to show a short description
+ * The next coming holiday is marked in a different background color
RepoType: git
Repo: https://codeberg.org/MicMun/deufeitage.git
diff --git a/metadata/de.mm20.launcher2.release.yml b/metadata/de.mm20.launcher2.release.yml
index 40c2f3d7c5..7989bcc008 100644
--- a/metadata/de.mm20.launcher2.release.yml
+++ b/metadata/de.mm20.launcher2.release.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: App uses a third party service for currency exchange rates
- UpstreamNonFree:
- en-US: Google drive integration depends on libraries with non-free dependencies.
+ NonFreeNet:
+ en-US: App uses a third party service for currency exchange rates
+ UpstreamNonFree:
+ en-US: Google drive integration depends on libraries with non-free dependencies.
Categories:
- System
- Theming
@@ -68,39 +68,39 @@ Builds:
output: app/app/build/outputs/apk/fdroid/release/app-fdroid-release-unsigned.apk
MaintainerNotes: |-
- Kvaesitso uses several external APIs for search providers.
- Several of them require signing up to obtain a developer API
- key: gdrive and onedrive search, openweathermap, HERE
- and Meteorologisk institutt. It's not possible for users
- to provide these keys as explained here:
- https://github.com/MM2-0/Kvaesitso/issues/227#issuecomment-1366826219
- Therefore, these features are disabled in F-Droid build.
+ Kvaesitso uses several external APIs for search providers.
+ Several of them require signing up to obtain a developer API
+ key: gdrive and onedrive search, openweathermap, HERE
+ and Meteorologisk institutt. It's not possible for users
+ to provide these keys as explained here:
+ https://github.com/MM2-0/Kvaesitso/issues/227#issuecomment-1366826219
+ Therefore, these features are disabled in F-Droid build.
- Kvaesitso uses a non-whitelisted microsoft maven repo for
- OneDrive integration. The libraries used are open source,
- but we still remove the respective code from the source,
- since onedrive integration is disabled anyway.
+ Kvaesitso uses a non-whitelisted microsoft maven repo for
+ OneDrive integration. The libraries used are open source,
+ but we still remove the respective code from the source,
+ since onedrive integration is disabled anyway.
- Older patches:
- * remove_ms-services.patch removes microsoft azure sdk maven
- repo and its usage (onedrive integration) across the project.
+ Older patches:
+ * remove_ms-services.patch removes microsoft azure sdk maven
+ repo and its usage (onedrive integration) across the project.
- * remove_gservices.patch removes gdrive integration, as one
- of dependencies it relies on contains known non-free classes,
- according to f-droid scanner.
+ * remove_gservices.patch removes gdrive integration, as one
+ of dependencies it relies on contains known non-free classes,
+ according to f-droid scanner.
- Patches:
- * remove_ms_g_2023012300.patch removes microsoft and google
- services from the source code, while patching of respective
- modules build.gradle.kts files is done with sed edits, since
- these files are changed often.
+ Patches:
+ * remove_ms_g_2023012300.patch removes microsoft and google
+ services from the source code, while patching of respective
+ modules build.gradle.kts files is done with sed edits, since
+ these files are changed often.
- Upstream provides an fdroid flavor, however there's no difference
- and it still needs to be patched.
+ Upstream provides an fdroid flavor, however there's no difference
+ and it still needs to be patched.
- For some reason, f-droid fails to pick up the correct gradle
- version (compilation fails with default gradle version)
- from distributionUrl if subdir is used.
+ For some reason, f-droid fails to pick up the correct gradle
+ version (compilation fails with default gradle version)
+ from distributionUrl if subdir is used.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/de.monocles.chat.yml b/metadata/de.monocles.chat.yml
index 895366b012..f14bd97c41 100644
--- a/metadata/de.monocles.chat.yml
+++ b/metadata/de.monocles.chat.yml
@@ -205,7 +205,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "armeabi-v7a"/' build.gradle
+ "armeabi-v7a"/' build.gradle
- versionName: 1.6.2
versionCode: 12902
@@ -213,7 +213,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "x86"/' build.gradle
+ "x86"/' build.gradle
- versionName: 1.6.2
versionCode: 12903
@@ -221,7 +221,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "x86_64"/' build.gradle
+ "x86_64"/' build.gradle
- versionName: 1.6.2
versionCode: 12904
@@ -229,7 +229,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "arm64-v8a"/' build.gradle
+ "arm64-v8a"/' build.gradle
- versionName: 1.6.3
versionCode: 13001
@@ -238,7 +238,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "armeabi-v7a"/' build.gradle
+ "armeabi-v7a"/' build.gradle
- versionName: 1.6.3
versionCode: 13002
@@ -247,7 +247,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "x86"/' build.gradle
+ "x86"/' build.gradle
- versionName: 1.6.3
versionCode: 13003
@@ -256,7 +256,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "x86_64"/' build.gradle
+ "x86_64"/' build.gradle
- versionName: 1.6.3
versionCode: 13004
@@ -265,7 +265,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "arm64-v8a"/' build.gradle
+ "arm64-v8a"/' build.gradle
- versionName: 1.6.4
versionCode: 13101
@@ -273,7 +273,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "armeabi-v7a"/' build.gradle
+ "armeabi-v7a"/' build.gradle
- versionName: 1.6.4
versionCode: 13102
@@ -281,7 +281,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "x86"/' build.gradle
+ "x86"/' build.gradle
- versionName: 1.6.4
versionCode: 13103
@@ -289,7 +289,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "x86_64"/' build.gradle
+ "x86_64"/' build.gradle
- versionName: 1.6.4
versionCode: 13104
@@ -297,7 +297,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "arm64-v8a"/' build.gradle
+ "arm64-v8a"/' build.gradle
- versionName: '1.7'
versionCode: 13201
@@ -305,7 +305,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "armeabi-v7a"/' build.gradle
+ "armeabi-v7a"/' build.gradle
- versionName: '1.7'
versionCode: 13202
@@ -313,7 +313,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "x86"/' build.gradle
+ "x86"/' build.gradle
- versionName: '1.7'
versionCode: 13203
@@ -321,7 +321,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "x86_64"/' build.gradle
+ "x86_64"/' build.gradle
- versionName: '1.7'
versionCode: 13204
@@ -329,7 +329,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "arm64-v8a"/' build.gradle
+ "arm64-v8a"/' build.gradle
- versionName: 1.7.1
versionCode: 13301
@@ -337,7 +337,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "armeabi-v7a"/' build.gradle
+ "armeabi-v7a"/' build.gradle
- versionName: 1.7.1
versionCode: 13302
@@ -345,7 +345,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "x86"/' build.gradle
+ "x86"/' build.gradle
- versionName: 1.7.1
versionCode: 13303
@@ -353,7 +353,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "x86_64"/' build.gradle
+ "x86_64"/' build.gradle
- versionName: 1.7.1
versionCode: 13304
@@ -361,7 +361,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "arm64-v8a"/' build.gradle
+ "arm64-v8a"/' build.gradle
- versionName: 1.7.2
versionCode: 13401
@@ -369,7 +369,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "armeabi-v7a"/' build.gradle
+ "armeabi-v7a"/' build.gradle
- versionName: 1.7.2
versionCode: 13402
@@ -377,7 +377,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "x86"/' build.gradle
+ "x86"/' build.gradle
- versionName: 1.7.2
versionCode: 13403
@@ -385,7 +385,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "x86_64"/' build.gradle
+ "x86_64"/' build.gradle
- versionName: 1.7.2
versionCode: 13404
@@ -393,7 +393,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "arm64-v8a"/' build.gradle
+ "arm64-v8a"/' build.gradle
- versionName: 1.7.3
versionCode: 13501
@@ -401,7 +401,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "armeabi-v7a"/' build.gradle
+ "armeabi-v7a"/' build.gradle
- versionName: 1.7.3
versionCode: 13502
@@ -409,7 +409,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "x86"/' build.gradle
+ "x86"/' build.gradle
- versionName: 1.7.3
versionCode: 13503
@@ -417,7 +417,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "x86_64"/' build.gradle
+ "x86_64"/' build.gradle
- versionName: 1.7.3
versionCode: 13504
@@ -425,7 +425,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/signingConfigs./d' -e '/grgit/d' -e 's/universalApk true/reset()\ninclude
- "arm64-v8a"/' build.gradle
+ "arm64-v8a"/' build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[\d.]+$
diff --git a/metadata/de.moroway.oc.yml b/metadata/de.moroway.oc.yml
index cf1f9397c6..dc2c56d503 100644
--- a/metadata/de.moroway.oc.yml
+++ b/metadata/de.moroway.oc.yml
@@ -151,7 +151,7 @@ Builds:
- npm install -g cordova
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- cordova platform add android
- cordova build android --release -- --packageType=apk
@@ -169,7 +169,7 @@ Builds:
- npm install -g cordova
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- cordova platform add android
- cordova build android --release -- --packageType=apk
@@ -187,7 +187,7 @@ Builds:
- npm install -g cordova
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- cordova platform add android
- cordova build android --release -- --packageType=apk
@@ -205,7 +205,7 @@ Builds:
- npm install -g cordova
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- cordova platform add android
- cordova build android --release -- --packageType=apk
@@ -223,7 +223,7 @@ Builds:
- npm install -g cordova
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- cordova platform add android
- cordova build android --release -- --packageType=apk
@@ -241,7 +241,7 @@ Builds:
- npm install -g cordova
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- cordova platform add android
- cordova build android --release -- --packageType=apk
@@ -259,7 +259,7 @@ Builds:
- npm install -g cordova
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- cordova platform add android
- cordova build android --release -- --packageType=apk
@@ -277,7 +277,7 @@ Builds:
- npm install -g cordova
output: platforms/android/app/build/outputs/apk/release/app-release-unsigned.apk
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- cordova platform add android
- cordova build android --release -- --packageType=apk
@@ -304,7 +304,7 @@ Builds:
scandelete:
- node_modules/cordova-android/framework/cordova-publish.gradle
build: JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 cordova build android --release
- -- --packageType=apk
+ -- --packageType=apk
- versionName: 8.1.0
versionCode: 80100
@@ -328,7 +328,7 @@ Builds:
scandelete:
- node_modules/cordova-android/framework/cordova-publish.gradle
build: JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64 cordova build android --release
- -- --packageType=apk
+ -- --packageType=apk
- versionName: 8.1.2
versionCode: 80102
diff --git a/metadata/de.naturalnet.mirwtfapp.yml b/metadata/de.naturalnet.mirwtfapp.yml
index fc099ac328..711599fcb4 100644
--- a/metadata/de.naturalnet.mirwtfapp.yml
+++ b/metadata/de.naturalnet.mirwtfapp.yml
@@ -10,10 +10,10 @@ Bitcoin: 1EAytSwn1u7tKTZ9sMDVCzDqe2nwVf4Pra
AutoName: WTF‽ (The MirOS Project)
Description: |-
- Offline version of the wtf acronyms database frontend as shipped with
- The MirOS Project. It uses the same database, which at
- the time of writing knew about more than 19000 expansions for over 13000
- acronyms.
+ Offline version of the wtf acronyms database frontend as shipped with
+ The MirOS Project. It uses the same database, which at
+ the time of writing knew about more than 19000 expansions for over 13000
+ acronyms.
RepoType: git
Repo: https://edugit.org/nik/MirWTFApp.git
@@ -62,7 +62,7 @@ Builds:
- yes
MaintainerNotes: License fsf approved as shown in https://directory.fsf.org/wiki/Category:License
- .
+ .
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/de.naturalnet.zahnarztgeraeusche.yml b/metadata/de.naturalnet.zahnarztgeraeusche.yml
index 4ba370909c..df727b6d48 100644
--- a/metadata/de.naturalnet.zahnarztgeraeusche.yml
+++ b/metadata/de.naturalnet.zahnarztgeraeusche.yml
@@ -19,7 +19,7 @@ Builds:
- yes
MaintainerNotes: License fsf approved as shown in https://directory.fsf.org/wiki/Category:License
- .
+ .
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/de.nellessen.usercontrolleddecryptionoperations.yml b/metadata/de.nellessen.usercontrolleddecryptionoperations.yml
index 688fde8143..817abf4f9b 100644
--- a/metadata/de.nellessen.usercontrolleddecryptionoperations.yml
+++ b/metadata/de.nellessen.usercontrolleddecryptionoperations.yml
@@ -9,12 +9,12 @@ IssueTracker: https://github.com/eriknellessen/user-controlled-decryption-operat
AutoName: User-controlled decryption operations
Description: |-
- This software enables you to transparently encrypt your Dropbox folder on your
- PC. It also lets you confirm the decryption operations on an Android smartphone,
- which is used as an NFC-enabled token. Additionally, it supports sharing files
- with other Dropbox users, while still encrypting the shared data. To really use
- the app, you also need to install the encrypting program on your PC. It can be
- found in the source code repository.
+ This software enables you to transparently encrypt your Dropbox folder on your
+ PC. It also lets you confirm the decryption operations on an Android smartphone,
+ which is used as an NFC-enabled token. Additionally, it supports sharing files
+ with other Dropbox users, while still encrypting the shared data. To really use
+ the app, you also need to install the encrypting program on your PC. It can be
+ found in the source code repository.
RepoType: git
Repo: https://github.com/eriknellessen/user-controlled-decryption-operations
diff --git a/metadata/de.neuwirthinformatik.alexander.mtuo.yml b/metadata/de.neuwirthinformatik.alexander.mtuo.yml
index 94a6f76c6e..9d09e02e1e 100644
--- a/metadata/de.neuwirthinformatik.alexander.mtuo.yml
+++ b/metadata/de.neuwirthinformatik.alexander.mtuo.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: The app connects to mobile-dev.tyrantonline.com.
+ NonFreeNet:
+ en-US: The app connects to mobile-dev.tyrantonline.com.
Categories:
- Games
License: MIT
diff --git a/metadata/de.nico.asura.yml b/metadata/de.nico.asura.yml
index a140d91496..99ab56fb52 100644
--- a/metadata/de.nico.asura.yml
+++ b/metadata/de.nico.asura.yml
@@ -10,13 +10,13 @@ Changelog: https://gitlab.com/asura/android/blob/HEAD/CHANGELOG.md
AutoName: Asura
Summary: Template for an app parsing a JSON file
Description: |-
- As of April 2018, this project is
- unmaintained.
+ As of April 2018, this project is
+ unmaintained.
- The goal of Asura is to make it easy to build an individual app which parses a
- JSON file and display it in a ListView, mainly just with configuring a single
- file. To get further information, take a look
- here.
+ The goal of Asura is to make it easy to build an individual app which parses a
+ JSON file and display it in a ListView, mainly just with configuring a single
+ file. To get further information, take a look
+ here.
RepoType: git
Repo: https://gitlab.com/asura/android.git
diff --git a/metadata/de.nico.gpt.yml b/metadata/de.nico.gpt.yml
index 556d8171d6..cede7b5a60 100644
--- a/metadata/de.nico.gpt.yml
+++ b/metadata/de.nico.gpt.yml
@@ -11,12 +11,12 @@ Name: Gameplay Timer
AutoName: GPT
Summary: Notification on Game Events
Description: |-
- As of April 2018, this app is unmaintained.
+ As of April 2018, this app is unmaintained.
- With Gameplay Timer you will never miss an event in your favourite game again
- because you will get instantly notified when something important happens.
+ With Gameplay Timer you will never miss an event in your favourite game again
+ because you will get instantly notified when something important happens.
- Current Games are for example League of Legends, Dota 2 or Starcraft 2.
+ Current Games are for example League of Legends, Dota 2 or Starcraft 2.
RepoType: git
Repo: https://gitlab.com/NicoAlt/gpt.git
diff --git a/metadata/de.nico.ha_manager.yml b/metadata/de.nico.ha_manager.yml
index 72f61e4b78..e8795603e4 100644
--- a/metadata/de.nico.ha_manager.yml
+++ b/metadata/de.nico.ha_manager.yml
@@ -10,11 +10,11 @@ Changelog: https://gitlab.com/hw-manager/android/blob/HEAD/CHANGELOG.md
AutoName: HW-Manager
Summary: Manage your homework
Description: |-
- As of April 2018, this app is
- unmaintained.
+ As of April 2018, this app is
+ unmaintained.
- Make your schoolday easier by keeping the overview over your homework. The
- project follows the "KISS" principle - Keep it simple, stupid.
+ Make your schoolday easier by keeping the overview over your homework. The
+ project follows the "KISS" principle - Keep it simple, stupid.
RepoType: git
Repo: https://gitlab.com/hw-manager/android.git
diff --git a/metadata/de.nodomain.tobihille.seniorlauncher.yml b/metadata/de.nodomain.tobihille.seniorlauncher.yml
index ffd94832a6..9c0926bb4e 100644
--- a/metadata/de.nodomain.tobihille.seniorlauncher.yml
+++ b/metadata/de.nodomain.tobihille.seniorlauncher.yml
@@ -7,22 +7,22 @@ Changelog: https://github.com/tobihille/SeniorLauncher/releases
AutoName: Senior Launcher
Description: |-
- What does this app do?
- * It registers as app launcher (that means it is called when the phone boots and the home button is pressed).
- * It lets the user decide if they want to call someone or want to watch images.
- * It reads the contact list and displays all contacts that have an image and a phone number (only the first number is used!).
- * Every contact is displayed as a large button with the contact's image on it.
- * On click either a call to the contact is initialized or the SMS app is opened to show images sent via MMS
- * In image-mode the gallery can be opened
- * Calling the ambulance is added on top of the list in the call-screen.
- * Language: English and German. (911 and 112 for calling the ambulance is translated of course)
+ What does this app do?
+ * It registers as app launcher (that means it is called when the phone boots and the home button is pressed).
+ * It lets the user decide if they want to call someone or want to watch images.
+ * It reads the contact list and displays all contacts that have an image and a phone number (only the first number is used!).
+ * Every contact is displayed as a large button with the contact's image on it.
+ * On click either a call to the contact is initialized or the SMS app is opened to show images sent via MMS
+ * In image-mode the gallery can be opened
+ * Calling the ambulance is added on top of the list in the call-screen.
+ * Language: English and German. (911 and 112 for calling the ambulance is translated of course)
- Why is MMS used for images?
- * Because it is available everywhere and every phone has an app installed that can use it
- * Because it is the only way (that I found out) to direct the user right to the newest images
+ Why is MMS used for images?
+ * Because it is available everywhere and every phone has an app installed that can use it
+ * Because it is the only way (that I found out) to direct the user right to the newest images
- I recommend the use of https://f-droid.org/packages/com.moez.QKSMS as a SMS/MMS app because it
- copies all images automatically to the gallery and because it's free.
+ I recommend the use of https://f-droid.org/packages/com.moez.QKSMS as a SMS/MMS app because it
+ copies all images automatically to the gallery and because it's free.
RepoType: git
Repo: https://github.com/tobihille/SeniorLauncher.git
diff --git a/metadata/de.nucleus.foss_warn.yml b/metadata/de.nucleus.foss_warn.yml
index 8783fb4e2c..5f72def611 100644
--- a/metadata/de.nucleus.foss_warn.yml
+++ b/metadata/de.nucleus.foss_warn.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on warnung.bund.de (DE) / AlertSwiss (CH)
+ NonFreeNet:
+ en-US: Depends on warnung.bund.de (DE) / AlertSwiss (CH)
Categories:
- Internet
- Sports & Health
diff --git a/metadata/de.onyxbits.droidentify.yml b/metadata/de.onyxbits.droidentify.yml
index 4325904a9a..03c3a64e29 100644
--- a/metadata/de.onyxbits.droidentify.yml
+++ b/metadata/de.onyxbits.droidentify.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/onyxbits/Droidentify/issues
AutoName: Droidentify
Description: |-
- Generate an HTML formated description of your device and transfer this report
- over to your desktop computer for further processing.
+ Generate an HTML formated description of your device and transfer this report
+ over to your desktop computer for further processing.
RepoType: git
Repo: https://github.com/onyxbits/Droidentify
diff --git a/metadata/de.onyxbits.drudgery.yml b/metadata/de.onyxbits.drudgery.yml
index ffd75bd715..0d22eca6aa 100644
--- a/metadata/de.onyxbits.drudgery.yml
+++ b/metadata/de.onyxbits.drudgery.yml
@@ -7,11 +7,11 @@ IssueTracker: https://github.com/onyxbits/Drudgery/issues
AutoName: Drudgery
Description: |-
- Drudge Quest is a simple memory game the objective of which is to to get through
- the day while trying to avoid running into your boss as you move from room to
- room along the 'Escher Hallway' of your company's office building.
+ Drudge Quest is a simple memory game the objective of which is to to get through
+ the day while trying to avoid running into your boss as you move from room to
+ room along the 'Escher Hallway' of your company's office building.
- The game is played via a homescreen or dashclock widget.
+ The game is played via a homescreen or dashclock widget.
RepoType: git
Repo: https://github.com/onyxbits/Drudgery.git
diff --git a/metadata/de.onyxbits.geobookmark.yml b/metadata/de.onyxbits.geobookmark.yml
index 18487b77f2..1dedc268dc 100644
--- a/metadata/de.onyxbits.geobookmark.yml
+++ b/metadata/de.onyxbits.geobookmark.yml
@@ -7,17 +7,17 @@ IssueTracker: https://github.com/onyxbits/geobookmark/issues
AutoName: Geo Bookmark
Description: |-
- A simple widget that will add a bookmark with your current time and geographical
- location to the homescreen. The interface is kept minimal to allow operation in
- situations that do not permit extensive interaction with the phone (e.g. while
- driving a car).
+ A simple widget that will add a bookmark with your current time and geographical
+ location to the homescreen. The interface is kept minimal to allow operation in
+ situations that do not permit extensive interaction with the phone (e.g. while
+ driving a car).
- Bookmarks are color coded. Blue icons represent exact locations, red icons mean
- that the widget could not get a GPS fix within 40 seconds and therefore recorded
- the last known GPS location.
+ Bookmarks are color coded. Blue icons represent exact locations, red icons mean
+ that the widget could not get a GPS fix within 40 seconds and therefore recorded
+ the last known GPS location.
- In order to view a bookmark, a suitable maps application needs to be installed
- (e.g. https://f-droid.org/packages/net.osmand.plus).
+ In order to view a bookmark, a suitable maps application needs to be installed
+ (e.g. https://f-droid.org/packages/net.osmand.plus).
RepoType: git
Repo: https://github.com/onyxbits/geobookmark.git
diff --git a/metadata/de.onyxbits.listmyapps.yml b/metadata/de.onyxbits.listmyapps.yml
index c79bbdde48..3c68460b18 100644
--- a/metadata/de.onyxbits.listmyapps.yml
+++ b/metadata/de.onyxbits.listmyapps.yml
@@ -7,15 +7,15 @@ IssueTracker: https://github.com/onyxbits/listmyaps/issues
AutoName: List My Apps
Description: |-
- Compiles a list of apps installed on the device, in a text format for easy
- sharing:
+ Compiles a list of apps installed on the device, in a text format for easy
+ sharing:
- * Plain text
- * HTML list (e.g. for blog comments)
- * BBCode list (used by many forums)
- * Markdown list (e.g. for Reddit)
- * Market URL (e.g. for direct sharing via barcode scanner app or importing in Raccoon: http://www.onyxbits.de/raccoon)
- * Any custom format, defined through the build-in template editor.
+ * Plain text
+ * HTML list (e.g. for blog comments)
+ * BBCode list (used by many forums)
+ * Markdown list (e.g. for Reddit)
+ * Market URL (e.g. for direct sharing via barcode scanner app or importing in Raccoon: http://www.onyxbits.de/raccoon)
+ * Any custom format, defined through the build-in template editor.
RepoType: git
Repo: https://github.com/onyxbits/listmyaps
diff --git a/metadata/de.onyxbits.photobookmark.yml b/metadata/de.onyxbits.photobookmark.yml
index 94ab575998..3c11913a9e 100644
--- a/metadata/de.onyxbits.photobookmark.yml
+++ b/metadata/de.onyxbits.photobookmark.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/onyxbits/photobookmark/issues
AutoName: Photo Bookmark
Description: |-
- Use the share menu of the gallery app to create a shortcut on the homescreen
- that links to the respective image.
+ Use the share menu of the gallery app to create a shortcut on the homescreen
+ that links to the respective image.
RepoType: git
Repo: https://github.com/onyxbits/photobookmark.git
diff --git a/metadata/de.onyxbits.pocketbandit.yml b/metadata/de.onyxbits.pocketbandit.yml
index 640e5101a3..a679a89b7c 100644
--- a/metadata/de.onyxbits.pocketbandit.yml
+++ b/metadata/de.onyxbits.pocketbandit.yml
@@ -7,11 +7,11 @@ IssueTracker: https://github.com/onyxbits/pocketbandit/issues
AutoName: Pocket Bandit
Description: |-
- A comic style slot machine game. The game is modelled after the classic, three
- reel, ten stops slot machines, made popular by Mills Novelty. Unlike its
- mechanical cousins, Pocket Bandit is not entirely luck based, but also offers
- elements of skill and strategy game play. Pull the lever to spin the reels and
- push it up to stop them spinning.
+ A comic style slot machine game. The game is modelled after the classic, three
+ reel, ten stops slot machines, made popular by Mills Novelty. Unlike its
+ mechanical cousins, Pocket Bandit is not entirely luck based, but also offers
+ elements of skill and strategy game play. Pull the lever to spin the reels and
+ push it up to stop them spinning.
RepoType: git
Repo: https://github.com/onyxbits/pocketbandit.git
diff --git a/metadata/de.onyxbits.remotekeyboard.yml b/metadata/de.onyxbits.remotekeyboard.yml
index c9935c75a7..dbcf17b7eb 100644
--- a/metadata/de.onyxbits.remotekeyboard.yml
+++ b/metadata/de.onyxbits.remotekeyboard.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/onyxbits/remotekeyboard/issues
AutoName: Remote Keyboard
Description: |-
- The app connects your desktop computer's keyboard via wlan (can be forwarded
- over USB via ADB) to your android device so that you can control it comfortably.
- You can not only type, but also copy and paste text between the machines in both
- directions.
+ The app connects your desktop computer's keyboard via wlan (can be forwarded
+ over USB via ADB) to your android device so that you can control it comfortably.
+ You can not only type, but also copy and paste text between the machines in both
+ directions.
RepoType: git
Repo: https://github.com/onyxbits/remotekeyboard
diff --git a/metadata/de.onyxbits.sensorreadout.yml b/metadata/de.onyxbits.sensorreadout.yml
index 69211bbab4..3fbb7a59a6 100644
--- a/metadata/de.onyxbits.sensorreadout.yml
+++ b/metadata/de.onyxbits.sensorreadout.yml
@@ -7,13 +7,13 @@ IssueTracker: https://github.com/onyxbits/sensorreadout/issues
AutoName: Sensor Readout
Description: |-
- Provides low level access to the devices sensors. Readout is presented in a
- graph for easy side by side comparison with other devices.
+ Provides low level access to the devices sensors. Readout is presented in a
+ graph for easy side by side comparison with other devices.
- Usage:
+ Usage:
- * Touch desired sensor on the list screen in order to start the readout. Long touch the sensor to show it's details. Use "Back" to close the details dialog again.
- * On readout view, touching the graph will stop the sensor from being read out. After stopping, the graph can be scrolled and or panned by a drag or pinch gesture. To restart the readout, return to the main sensor list and select the sensor again.
+ * Touch desired sensor on the list screen in order to start the readout. Long touch the sensor to show it's details. Use "Back" to close the details dialog again.
+ * On readout view, touching the graph will stop the sensor from being read out. After stopping, the graph can be scrolled and or panned by a drag or pinch gesture. To restart the readout, return to the main sensor list and select the sensor again.
RepoType: git
Repo: https://github.com/onyxbits/sensorreadout.git
diff --git a/metadata/de.onyxbits.textfiction.yml b/metadata/de.onyxbits.textfiction.yml
index 0f5e244e6f..40c448cd39 100644
--- a/metadata/de.onyxbits.textfiction.yml
+++ b/metadata/de.onyxbits.textfiction.yml
@@ -7,12 +7,12 @@ IssueTracker: https://github.com/onyxbits/TextFiction/issues
AutoName: Text Fiction
Description: |-
- ZPlet based Z-Machine interpreter for playing text-only adventures games. The
- interface is like an SMS app and there's a list of buttons for common actions as
- well as the ability to select text from the page to be an action.
+ ZPlet based Z-Machine interpreter for playing text-only adventures games. The
+ interface is like an SMS app and there's a list of buttons for common actions as
+ well as the ability to select text from the page to be an action.
- Supports games in Z3, Z5, Z8 format and games can be download in the app.
- Savegames are kept on the sdcard.
+ Supports games in Z3, Z5, Z8 format and games can be download in the app.
+ Savegames are kept on the sdcard.
RepoType: git
Repo: https://github.com/onyxbits/TextFiction
diff --git a/metadata/de.perflyst.batterycalibration.yml b/metadata/de.perflyst.batterycalibration.yml
index 0bb81dfa46..dbc569d477 100644
--- a/metadata/de.perflyst.batterycalibration.yml
+++ b/metadata/de.perflyst.batterycalibration.yml
@@ -7,14 +7,14 @@ Changelog: https://github.com/Perflyst/BatteryCalibration/releases
AutoName: BatteryCalibration
Description: |-
- This is a simple open source battery calibration app which needs super user
- rights.
+ This is a simple open source battery calibration app which needs super user
+ rights.
- How does it calibrate your battery? The app resets your fuel gauge and the
- batterystats.bin file.
+ How does it calibrate your battery? The app resets your fuel gauge and the
+ batterystats.bin file.
- Why is superuser required? To reset the fuel gauge it has to write into a
- /sys/class/ file. This is not possible without superuser permission.
+ Why is superuser required? To reset the fuel gauge it has to write into a
+ /sys/class/ file. This is not possible without superuser permission.
RequiresRoot: true
diff --git a/metadata/de.perflyst.untis.yml b/metadata/de.perflyst.untis.yml
index a43ee26c50..4c9f891efa 100644
--- a/metadata/de.perflyst.untis.yml
+++ b/metadata/de.perflyst.untis.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Untis service itself is proprietary.
+ NonFreeNet:
+ en-US: Untis service itself is proprietary.
Categories:
- Internet
License: GPL-3.0-or-later
@@ -10,22 +10,22 @@ Changelog: https://github.com/Perflyst/OpenUntis/releases
AutoName: OpenUntis
Description: |-
- Note: The app is no longer developed, superseded by https://f-droid.org/packages/com.sapuseven.untis/
+ Note: The app is no longer developed, superseded by https://f-droid.org/packages/com.sapuseven.untis/
- An alternative FLOSS Android client for the Untis timetable system.
+ An alternative FLOSS Android client for the Untis timetable system.
- Untis is a proprietary timetable software. More information about Untis can be
- found at https://untis.at. To use Untis, your school must provide it. Your
- school must also give you an account with which you can access your current
- timetable. Why use this app when there is an official one? The official app is
- also proprietary and includes libraries from google and other tracking software.
- OpenUntis offers you exactly the same features and even more. Free choice of
- themes and dark mode are of course also included.
+ Untis is a proprietary timetable software. More information about Untis can be
+ found at https://untis.at. To use Untis, your school must provide it. Your
+ school must also give you an account with which you can access your current
+ timetable. Why use this app when there is an official one? The official app is
+ also proprietary and includes libraries from google and other tracking software.
+ OpenUntis offers you exactly the same features and even more. Free choice of
+ themes and dark mode are of course also included.
- OpenUntis is a fork of BetterUntis, we removed proprietary libraries and some
- unnecessary requests to other non-free networks.
+ OpenUntis is a fork of BetterUntis, we removed proprietary libraries and some
+ unnecessary requests to other non-free networks.
- WebUntis is a non-free network.
+ WebUntis is a non-free network.
RepoType: git
Repo: https://github.com/Perflyst/OpenUntis.git
@@ -59,7 +59,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation' } }" >>
- build.gradle
+ build.gradle
- versionName: 2.2.0
versionCode: 16
@@ -68,7 +68,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation' } }" >>
- build.gradle
+ build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/de.ph1b.audiobook.yml b/metadata/de.ph1b.audiobook.yml
index 2468e87c0e..e0a55ca0f1 100644
--- a/metadata/de.ph1b.audiobook.yml
+++ b/metadata/de.ph1b.audiobook.yml
@@ -10,12 +10,12 @@ Changelog: https://github.com/PaulWoitaschek/Voice/releases
AutoName: Voice
Description: |-
- Audiobook player with the following basic features:
+ Audiobook player with the following basic features:
- * Remembers last position
- * Easy, intuitive interface
- * Sleep-timer
- * Easily jump to a position
+ * Remembers last position
+ * Easy, intuitive interface
+ * Sleep-timer
+ * Easily jump to a position
RepoType: git
Repo: https://github.com/PaulWoitaschek/Voice.git
@@ -282,7 +282,7 @@ Builds:
- yes
forceversion: true
prebuild: sed -i -e '/applicationVariants.all/i/*' -e '/dependencies {/i*/\n\n}\n'
- build.gradle
+ build.gradle
- versionName: 2.4.0.1
versionCode: 73
@@ -292,7 +292,7 @@ Builds:
- yes
forceversion: true
prebuild: sed -i -e '/applicationVariants.all/i/*' -e '/dependencies {/i*/\n\n}\n'
- build.gradle
+ build.gradle
- versionName: 2.4.1
versionCode: 74
@@ -302,7 +302,7 @@ Builds:
- yes
forceversion: true
prebuild: sed -i -e '/applicationVariants.all/i/*' -e '/dependencies {/i*/\n\n}\n'
- build.gradle
+ build.gradle
- versionName: 2.4.2
versionCode: 76
@@ -312,7 +312,7 @@ Builds:
- yes
forceversion: true
prebuild: sed -i -e '/applicationVariants.all/i/*' -e '/dependencies {/i*/\n\n}\n'
- build.gradle
+ build.gradle
- versionName: 2.4.3
versionCode: 83
@@ -322,7 +322,7 @@ Builds:
- yes
forceversion: true
prebuild: sed -i -e '/applicationVariants.all/i/*' -e '/dependencies {/i*/\n\n}\n'
- build.gradle
+ build.gradle
- versionName: 2.4.3.2
versionCode: 85
@@ -332,7 +332,7 @@ Builds:
- yes
forceversion: true
prebuild: sed -i -e '/applicationVariants.all/i/*' -e '/dependencies {/i*/\n\n}\n'
- build.gradle
+ build.gradle
- versionName: 2.4.4
versionCode: 86
@@ -342,7 +342,7 @@ Builds:
- yes
forceversion: true
prebuild: sed -i -e '/applicationVariants.all/i/*' -e '/dependencies {/i*/\n\n}\n'
- build.gradle
+ build.gradle
- versionName: 2.4.4.1
versionCode: 87
@@ -352,7 +352,7 @@ Builds:
- yes
forceversion: true
prebuild: sed -i -e '/applicationVariants.all/i/*' -e '/dependencies {/i*/\n\n}\n'
- build.gradle
+ build.gradle
- versionName: 2.4.2.2
versionCode: 89
@@ -518,7 +518,7 @@ Builds:
gradle:
- opensource
prebuild: sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/maven.google.com/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
- versionName: 3.3.3.4
versionCode: 192
@@ -527,7 +527,7 @@ Builds:
gradle:
- opensource
prebuild: sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/maven.google.com/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
- versionName: 3.3.3.5
versionCode: 193
@@ -536,7 +536,7 @@ Builds:
gradle:
- opensource
prebuild: sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/maven.google.com/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
- versionName: 3.3.3.6
versionCode: 194
@@ -545,7 +545,7 @@ Builds:
gradle:
- opensource
prebuild: sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/maven.google.com/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
- versionName: 3.3.3.6.2
versionCode: 196
@@ -554,7 +554,7 @@ Builds:
gradle:
- opensource
prebuild: sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/maven.google.com/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
- versionName: 3.3.4
versionCode: 197
@@ -563,7 +563,7 @@ Builds:
gradle:
- opensource
prebuild: sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/maven.google.com/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
- versionName: 3.3.5
versionCode: 198
@@ -572,7 +572,7 @@ Builds:
gradle:
- opensource
prebuild: sed -i -e '/fabric/d' -e '/crashlytics/,+2d' -e '/maven.google.com/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
- versionName: 3.3.6.2
versionCode: 201
diff --git a/metadata/de.phoenixstudios.pc_dimmer.yml b/metadata/de.phoenixstudios.pc_dimmer.yml
index 1b1684f353..afc3454739 100644
--- a/metadata/de.phoenixstudios.pc_dimmer.yml
+++ b/metadata/de.phoenixstudios.pc_dimmer.yml
@@ -7,16 +7,16 @@ IssueTracker: https://github.com/xn--nding-jua/PC_DIMMER_Android/issues
AutoName: PC_DIMMER
Description: |-
- Control some parts of PCDIMMER instances, a software
- for managing up to 16 DMX-Universes.
+ Control some parts of PCDIMMER instances, a software
+ for managing up to 16 DMX-Universes.
- * control panel
- * scenes
- * single devices or groups (Dimmer/Strobe/Shutter, RGB+A+W, PanTilt and Iris)
- * node control
- * channel overview and single channels
+ * control panel
+ * scenes
+ * single devices or groups (Dimmer/Strobe/Shutter, RGB+A+W, PanTilt and Iris)
+ * node control
+ * channel overview and single channels
- Screenshots
+ Screenshots
RepoType: git
Repo: https://github.com/xn--nding-jua/PC_DIMMER_Android
diff --git a/metadata/de.php_tech.piggybudget.yml b/metadata/de.php_tech.piggybudget.yml
index 6a92c9e555..7654fa1a25 100644
--- a/metadata/de.php_tech.piggybudget.yml
+++ b/metadata/de.php_tech.piggybudget.yml
@@ -8,18 +8,18 @@ Donate: https://paypal.me/PhilippMiddendorf
AutoName: piggybudget
Description: |-
- piggybudget is a very simple app to track your expenses. In short bullet
- points:
+ piggybudget is a very simple app to track your expenses. In short bullet
+ points:
- * It's a tiny app that I wrote for myself to keep track of my expenses.
- * There's two buttons
- 1. You received some money (you got paid, somebody owed you some, …)
- 2. You spent money
- * You can select one of 13 categories when receiving money
- * You can specify a daily or monthly amount – your “pocket money”. This will be added to your account automatically.
- * You can select a currency. Euro is the default currency.
- * There are statistics about how you spend your money.
- * There's a history for viewing your expenses one by one.
+ * It's a tiny app that I wrote for myself to keep track of my expenses.
+ * There's two buttons
+ 1. You received some money (you got paid, somebody owed you some, …)
+ 2. You spent money
+ * You can select one of 13 categories when receiving money
+ * You can specify a daily or monthly amount – your “pocket money”. This will be added to your account automatically.
+ * You can select a currency. Euro is the default currency.
+ * There are statistics about how you spend your money.
+ * There's a history for viewing your expenses one by one.
RepoType: git
Repo: https://github.com/pmiddend/piggybudget
diff --git a/metadata/de.phrogg.bg2banglejs.yml b/metadata/de.phrogg.bg2banglejs.yml
index 5913df6fcd..84ef8e83d9 100644
--- a/metadata/de.phrogg.bg2banglejs.yml
+++ b/metadata/de.phrogg.bg2banglejs.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- NonFreeDep:
- en-US: requires xDrip, which is mostly Free Software but contains proprietary
- components
+ NonFreeDep:
+ en-US: requires xDrip, which is mostly Free Software but contains proprietary
+ components
Categories:
- Connectivity
- System
diff --git a/metadata/de.pinyto.exalteddicer.yml b/metadata/de.pinyto.exalteddicer.yml
index b26dd570bd..da6ee5101a 100644
--- a/metadata/de.pinyto.exalteddicer.yml
+++ b/metadata/de.pinyto.exalteddicer.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/Yonjuni/ExaltedDicer/issues
AutoName: Exalted Dicer
Description: |-
- Pool and damage dicing app for the pen and paper RPG
- Exalted. It can roll a pool of maximum 42
- dices with 10 sides each. The user can decide between damage and pool mode. It
- counts successes and displays those or a botch.
+ Pool and damage dicing app for the pen and paper RPG
+ Exalted. It can roll a pool of maximum 42
+ dices with 10 sides each. The user can decide between damage and pool mode. It
+ counts successes and displays those or a botch.
RepoType: git
Repo: https://github.com/Yonjuni/ExaltedDicer.git
diff --git a/metadata/de.pixart.messenger.yml b/metadata/de.pixart.messenger.yml
index 57b3880bc7..ea032a4cec 100644
--- a/metadata/de.pixart.messenger.yml
+++ b/metadata/de.pixart.messenger.yml
@@ -147,7 +147,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/libwebrtc/d' -e "/AppIntro:5.1.0/aimplementation 'org.webrtc:google-webrtc:1.0.+'"
- build.gradle
+ build.gradle
- versionName: 2.4.1
versionCode: 302
@@ -155,7 +155,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/libwebrtc/d' -e "/AppIntro:5.1.0/aimplementation 'org.webrtc:google-webrtc:1.0.+'"
- build.gradle
+ build.gradle
- versionName: 2.5.2
versionCode: 306
@@ -163,7 +163,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/libwebrtc/d' -e "/AppIntro:/aimplementation 'org.webrtc:google-webrtc:1.0.+'"
- build.gradle
+ build.gradle
- versionName: 3.0.1
versionCode: 314
@@ -171,7 +171,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/libwebrtc/d' -e "/AppIntro:/aimplementation 'org.webrtc:google-webrtc:1.0.30039'"
- build.gradle
+ build.gradle
- versionName: 3.0.2
versionCode: 316
@@ -179,7 +179,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/libwebrtc/d' -e "/AppIntro:/aimplementation 'org.webrtc:google-webrtc:1.0.30039'"
- build.gradle
+ build.gradle
- versionName: 3.0.3
versionCode: 318
@@ -187,7 +187,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/libwebrtc/d' -e "/AppIntro:/aimplementation 'org.webrtc:google-webrtc:1.0.30039'"
- build.gradle
+ build.gradle
- versionName: 3.0.4
versionCode: 321
@@ -195,7 +195,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/libwebrtc/d' -e "/AppIntro:/aimplementation 'org.webrtc:google-webrtc:1.0.30039'"
- build.gradle
+ build.gradle
- versionName: 3.0.5
versionCode: 323
@@ -203,7 +203,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/libwebrtc/d' -e "/AppIntro:/aimplementation 'org.webrtc:google-webrtc:1.0.30039'"
- build.gradle
+ build.gradle
- versionName: 3.0.6
versionCode: 324
@@ -211,7 +211,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/libwebrtc/d' -e "/AppIntro:/aimplementation 'org.webrtc:google-webrtc:1.0.30039'"
- build.gradle
+ build.gradle
- versionName: 3.0.7
versionCode: 325
@@ -219,7 +219,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/libwebrtc/d' -e "/AppIntro:/aimplementation 'org.webrtc:google-webrtc:1.0.30039'"
- build.gradle
+ build.gradle
- versionName: 3.0.8
versionCode: 326
@@ -227,7 +227,7 @@ Builds:
gradle:
- git
prebuild: sed -i -e '/libwebrtc/d' -e "/AppIntro:/aimplementation 'org.webrtc:google-webrtc:1.0.30039'"
- build.gradle
+ build.gradle
- versionName: 3.1.4
versionCode: 344
diff --git a/metadata/de.qspool.clementineremote.yml b/metadata/de.qspool.clementineremote.yml
index 2331a6e779..6a51cc472e 100644
--- a/metadata/de.qspool.clementineremote.yml
+++ b/metadata/de.qspool.clementineremote.yml
@@ -8,17 +8,17 @@ Changelog: https://raw.githubusercontent.com/clementine-player/Android-Remote/HE
AutoName: Clementine Remote
Description: |-
- You need Clementine 1.3 (quite
- recent) for this to work and to enable the remote Control in Clementine settings
- first.
+ You need Clementine 1.3 (quite
+ recent) for this to work and to enable the remote Control in Clementine settings
+ first.
- Control the music player "Clementine" - access your playlists, browse the
- library, download files, change the volume via hardware buttons, read the lyrics
- while listening to your favourite song, enjoy the cover art and more.
+ Control the music player "Clementine" - access your playlists, browse the
+ library, download files, change the volume via hardware buttons, read the lyrics
+ while listening to your favourite song, enjoy the cover art and more.
- If you receive a call or want to make one, you don't have pause the current
- track, Clementine Remote lowers the volume for you. It also has many more
- features, for example exchange of music and playlists with a computer.
+ If you receive a call or want to make one, you don't have pause the current
+ track, Clementine Remote lowers the volume for you. It also has many more
+ features, for example exchange of music and playlists with a computer.
RepoType: git
Repo: https://github.com/clementine-player/Android-Remote
@@ -93,11 +93,11 @@ Builds:
prebuild: sed -i '/if (signingConfigs\.release\.keyAlias != null) {/,/}/d' build.gradle
MaintainerNotes: |-
- Upstream tags it's releases, but ver and vercode are generated within gradle,
- which our updatechecks do not support.
+ Upstream tags it's releases, but ver and vercode are generated within gradle,
+ which our updatechecks do not support.
- We also need to strip output manipulations and we do it in a unsafe way. We
- should provide a better solution!
+ We also need to strip output manipulations and we do it in a unsafe way. We
+ should provide a better solution!
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/de.quaddyservices.dynamicnightlight.yml b/metadata/de.quaddyservices.dynamicnightlight.yml
index afe21a76bc..7c23eda9f4 100644
--- a/metadata/de.quaddyservices.dynamicnightlight.yml
+++ b/metadata/de.quaddyservices.dynamicnightlight.yml
@@ -6,14 +6,14 @@ IssueTracker: https://github.com/quaddy-services/DynamicNightLight/issues
AutoName: Dynamic Night Light
Description: |-
- Adjustable brightness clock display with illuminated bars. Numbers move around
- to prevent a screen burn-in. Smoth animations. Clock shows in each direction.
- Maximal display brightness is 50% (can be changed via options - open via long
- touch).
+ Adjustable brightness clock display with illuminated bars. Numbers move around
+ to prevent a screen burn-in. Smoth animations. Clock shows in each direction.
+ Maximal display brightness is 50% (can be changed via options - open via long
+ touch).
- Connect to power supply to keep display on the whole night. Without power
- connected the display timouts after default time (can be set via option to keep
- phone display on even when on battery).
+ Connect to power supply to keep display on the whole night. Without power
+ connected the display timouts after default time (can be set via option to keep
+ phone display on even when on battery).
RepoType: git
Repo: https://github.com/quaddy-services/DynamicNightLight
diff --git a/metadata/de.r4md4c.gamedealz.yml b/metadata/de.r4md4c.gamedealz.yml
index 1252fa3f5d..50b172958d 100644
--- a/metadata/de.r4md4c.gamedealz.yml
+++ b/metadata/de.r4md4c.gamedealz.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: IsThereAnyDeal.com itself is not libre.
+ NonFreeNet:
+ en-US: IsThereAnyDeal.com itself is not libre.
Categories:
- Internet
License: GPL-3.0-or-later
@@ -9,22 +9,22 @@ IssueTracker: https://github.com/R4md4c/GameDealz/issues
AutoName: GameDealz
Description: |-
- GameDealz is a non-official client for the game price comparison website IsThereAnyDeal.com.
+ GameDealz is a non-official client for the game price comparison website IsThereAnyDeal.com.
- Features:
+ Features:
- * List current on going deals according to shops and regions.
- * Compare prices and historical lows across different shops.
- * Supports searching for games.
- * Retrieves from Steam API information such as screenshots and game information.
- * Add games to your Watchlist and get notified when there prices reach the specified threshold.
+ * List current on going deals according to shops and regions.
+ * Compare prices and historical lows across different shops.
+ * Supports searching for games.
+ * Retrieves from Steam API information such as screenshots and game information.
+ * Add games to your Watchlist and get notified when there prices reach the specified threshold.
- Limitations:
+ Limitations:
- * Only images for games that are sold on Steam can be displayed, images for shop exclusive games (such as Origin) are not.
- * Images for packages and bundles on Steam are not displayed due to limitations from their APIs not exposing such information.
+ * Only images for games that are sold on Steam can be displayed, images for shop exclusive games (such as Origin) are not.
+ * Images for packages and bundles on Steam are not displayed due to limitations from their APIs not exposing such information.
- .
+ .
RepoType: git
Repo: https://github.com/R4md4c/GameDealz
diff --git a/metadata/de.rampro.activitydiary.yml b/metadata/de.rampro.activitydiary.yml
index b3bba0f6d2..898b30ac7d 100644
--- a/metadata/de.rampro.activitydiary.yml
+++ b/metadata/de.rampro.activitydiary.yml
@@ -9,17 +9,17 @@ Liberapay: ActivityDiary
AutoName: Activity Diary
Description: |-
- Activity Diary allows to record a diary for your activities. You can attach
- notes and pictures to the activies and by that record details like the kind of
- vegetables you seeded while gardening. The diary view provides an overview of
- what you did and when.
+ Activity Diary allows to record a diary for your activities. You can attach
+ notes and pictures to the activies and by that record details like the kind of
+ vegetables you seeded while gardening. The diary view provides an overview of
+ what you did and when.
- The functions to categorize activites and get a reminder for recurrent actions
- are planned.
+ The functions to categorize activites and get a reminder for recurrent actions
+ are planned.
- This App is still under development but already usable. Please contribute to the
- github project and submit bug reports,
- feature requests and pull requests!
+ This App is still under development but already usable. Please contribute to the
+ github project and submit bug reports,
+ feature requests and pull requests!
RepoType: git
Repo: https://github.com/ramack/ActivityDiary
diff --git a/metadata/de.reimardoeffinger.quickdic.yml b/metadata/de.reimardoeffinger.quickdic.yml
index acda4b2ced..b15eb3cb8a 100644
--- a/metadata/de.reimardoeffinger.quickdic.yml
+++ b/metadata/de.reimardoeffinger.quickdic.yml
@@ -8,11 +8,11 @@ Changelog: https://github.com/rdoeffinger/Dictionary/releases
AutoName: QuickDic
Description: |-
- Resurrection of https://f-droid.org/packages/com.hughes.android.dictionary to a new maintainer. Uses data
- from Wiktionary and Beolingus to generate dictionary files that can be used
- offline. These can be downloaded from within the app. These can also be
- generated automatically, though documentation for the process is currently
- missing.
+ Resurrection of https://f-droid.org/packages/com.hughes.android.dictionary to a new maintainer. Uses data
+ from Wiktionary and Beolingus to generate dictionary files that can be used
+ offline. These can be downloaded from within the app. These can also be
+ generated automatically, though documentation for the process is currently
+ missing.
RepoType: git
Repo: https://github.com/rdoeffinger/Dictionary.git
diff --git a/metadata/de.repat.mosf.yml b/metadata/de.repat.mosf.yml
index 398f4f0d9f..912165217c 100644
--- a/metadata/de.repat.mosf.yml
+++ b/metadata/de.repat.mosf.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/repat/mosf/issues
AutoName: Flashlight
Description: |-
- Minimalistic approach to flashlights on Android. It consists of only one switch
- to turn the camera LED on and off.
+ Minimalistic approach to flashlights on Android. It consists of only one switch
+ to turn the camera LED on and off.
RepoType: git
Repo: https://github.com/repat/mosf
diff --git a/metadata/de.retujo.bierverkostung.yml b/metadata/de.retujo.bierverkostung.yml
index f949225188..2528530a9e 100644
--- a/metadata/de.retujo.bierverkostung.yml
+++ b/metadata/de.retujo.bierverkostung.yml
@@ -7,18 +7,18 @@ Changelog: https://bitbucket.org/jufickel/bierverkostung/src/dev/CHANGELOG.md
AutoName: Bierverkostung
Description: |-
- Developed by a beer sommelier, this app allows for managing your personal beer
- tastings. Its functionality comprises the addition, changing and, if necessary,
- the deletion of
+ Developed by a beer sommelier, this app allows for managing your personal beer
+ tastings. Its functionality comprises the addition, changing and, if necessary,
+ the deletion of
- * beers,
- * breweries,
- * beer styles and of course
- * tastings.
+ * beers,
+ * breweries,
+ * beer styles and of course
+ * tastings.
- Besides the database can be exported and imported as a whole This makes it
- possible to easily migrate the application to another phone. All data resides
- locally on the phone. An internet connection is thus not required.
+ Besides the database can be exported and imported as a whole This makes it
+ possible to easily migrate the application to another phone. All data resides
+ locally on the phone. An internet connection is thus not required.
RepoType: git
Repo: https://bitbucket.org/jufickel/bierverkostung.git
diff --git a/metadata/de.robv.android.xposed.installer.yml b/metadata/de.robv.android.xposed.installer.yml
index e4016e9f0c..8adea20506 100644
--- a/metadata/de.robv.android.xposed.installer.yml
+++ b/metadata/de.robv.android.xposed.installer.yml
@@ -9,11 +9,11 @@ Bitcoin: 1uAEzZrfJt96UHYQheUUC8gSp2TJdwdw3
AutoName: Xposed Installer
Description: |-
- Official installer for the Xposed framework. Busybox binaries are removed from
- the build - you need busybox available on your device. You can install the
- latest busybox from https://f-droid.org/packages/ru.meefik.busybox
+ Official installer for the Xposed framework. Busybox binaries are removed from
+ the build - you need busybox available on your device. You can install the
+ latest busybox from https://f-droid.org/packages/ru.meefik.busybox
- Requires root: Xposed requires root.
+ Requires root: Xposed requires root.
RequiresRoot: true
@@ -26,7 +26,7 @@ Builds:
commit: 3.1.5
subdir: app
init: sed -i -e 's/AssetUtil.BUSYBOX_FILE.getAbsolutePath() + " " + command/command/g'
- -e '/extractBusybox/d' src/main/java/de/robv/android/xposed/installer/util/RootUtil.java
+ -e '/extractBusybox/d' src/main/java/de/robv/android/xposed/installer/util/RootUtil.java
patch:
- get_rid_of_AndroidHiddenAPI_jar.patch
gradle:
@@ -37,7 +37,7 @@ Builds:
- app/src/main/assets
MaintainerNotes: 'Includes AndroidHiddenAPI.jar see: https://github.com/rovo89/XposedInstaller/issues/386
- --> now patched out.'
+ --> now patched out.'
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/de.salomax.currencies.yml b/metadata/de.salomax.currencies.yml
index 068dc48e9e..3591d76177 100644
--- a/metadata/de.salomax.currencies.yml
+++ b/metadata/de.salomax.currencies.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on non-libre currency exchange APIs.
+ NonFreeNet:
+ en-US: App depends on non-libre currency exchange APIs.
Categories:
- Money
License: GPL-3.0-or-later
diff --git a/metadata/de.salomax.muzei.thevergewallpapers.yml b/metadata/de.salomax.muzei.thevergewallpapers.yml
index 744c1a5ab4..0b240cfd5e 100644
--- a/metadata/de.salomax.muzei.thevergewallpapers.yml
+++ b/metadata/de.salomax.muzei.thevergewallpapers.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App retrieves wallpapers from theverge.com, which is not libre.
+ NonFreeNet:
+ en-US: App retrieves wallpapers from theverge.com, which is not libre.
Categories:
- Multimedia
- Theming
diff --git a/metadata/de.schildbach.oeffi.yml b/metadata/de.schildbach.oeffi.yml
index 2975563827..f293e5018a 100644
--- a/metadata/de.schildbach.oeffi.yml
+++ b/metadata/de.schildbach.oeffi.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- NonFreeNet:
- en-US: Some data sources for public transport are not libre.
- de: Einige Datenquellen für den ÖPNV sind nicht libre.
+ NonFreeNet:
+ en-US: Some data sources for public transport are not libre.
+ de: Einige Datenquellen für den ÖPNV sind nicht libre.
Categories:
- Navigation
License: GPL-3.0-only
@@ -27,7 +27,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
- versionName: 10.0.2-aosp
versionCode: 612
@@ -37,7 +37,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
- versionName: 10.0.3-aosp
versionCode: 613
@@ -47,7 +47,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
- versionName: 10.1.4-aosp
versionCode: 618
@@ -57,7 +57,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
- versionName: 10.3.4-aosp
versionCode: 626
@@ -67,7 +67,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
- versionName: 10.3.6-aosp
versionCode: 628
@@ -77,7 +77,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
- versionName: 10.4.2-aosp
versionCode: 634
@@ -87,7 +87,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
- versionName: 10.4.5-aosp
versionCode: 637
@@ -97,7 +97,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
- versionName: 10.4.7-aosp
versionCode: 639
@@ -107,7 +107,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
- versionName: 10.4.11-aosp
versionCode: 643
@@ -117,7 +117,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
- versionName: 10.5.1-aosp
versionCode: 645
@@ -127,7 +127,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
- versionName: 10.5.3-aosp
versionCode: 647
@@ -137,7 +137,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
- versionName: 10.5.5-aosp
versionCode: 649
@@ -147,7 +147,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
- versionName: 10.5.6-aosp
versionCode: 650
@@ -157,7 +157,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
- versionName: 10.5.9-aosp
versionCode: 653
@@ -167,7 +167,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
- versionName: 10.6-aosp
versionCode: 654
diff --git a/metadata/de.schildbach.wallet.yml b/metadata/de.schildbach.wallet.yml
index 2ea9650f51..35818e23f9 100644
--- a/metadata/de.schildbach.wallet.yml
+++ b/metadata/de.schildbach.wallet.yml
@@ -10,30 +10,30 @@ Bitcoin: bc1qedxd9jssgw2fferdmjyyh6fm8jax75q7drfnd4
AutoName: Bitcoin Wallet
Description: |-
- Have your Bitcoins always with you, in your pocket! You pay by quickly scanning
- a QR code. As a merchant, you receive payments reliably and instantly. Bitcoin
- Wallet is the first mobile Bitcoin app, and arguably also the most secure!
+ Have your Bitcoins always with you, in your pocket! You pay by quickly scanning
+ a QR code. As a merchant, you receive payments reliably and instantly. Bitcoin
+ Wallet is the first mobile Bitcoin app, and arguably also the most secure!
- * No registration, web service or cloud needed! This wallet is de-centralized and peer to peer.
- * Display of Bitcoin amount in BTC, mBTC and µBTC.
- * Conversion to and from national currencies.
- * Sending and receiving of Bitcoin via NFC, QR codes or Bitcoin URLs.
- * Address book for regularly used Bitcoin addresses.
- * When you're offline, you can still pay via Bluetooth.
- * System notification for received coins.
- * Sweeping of paper wallets (e.g. those used for cold storage).
- * App widget for Bitcoin balance.
+ * No registration, web service or cloud needed! This wallet is de-centralized and peer to peer.
+ * Display of Bitcoin amount in BTC, mBTC and µBTC.
+ * Conversion to and from national currencies.
+ * Sending and receiving of Bitcoin via NFC, QR codes or Bitcoin URLs.
+ * Address book for regularly used Bitcoin addresses.
+ * When you're offline, you can still pay via Bluetooth.
+ * System notification for received coins.
+ * Sweeping of paper wallets (e.g. those used for cold storage).
+ * App widget for Bitcoin balance.
- See the
- README for more details. Use this at your own risk and be wary that if you
- don't make a backup of the private keys you will no longer be able to access the
- Bitcoins contained in the wallet, should the data of the app be lost.
+ See the
+ README for more details. Use this at your own risk and be wary that if you
+ don't make a backup of the private keys you will no longer be able to access the
+ Bitcoins contained in the wallet, should the data of the app be lost.
- There's a separate version of this application that uses a test version of the
- Bitcoin network: https://f-droid.org/packages/de.schildbach.wallet_test.
+ There's a separate version of this application that uses a test version of the
+ Bitcoin network: https://f-droid.org/packages/de.schildbach.wallet_test.
- All translations are managed via the
- Transifex project.
+ All translations are managed via the
+ Transifex project.
RepoType: git
Repo: https://github.com/bitcoin-wallet/bitcoin-wallet.git
@@ -492,7 +492,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.1
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
build: mvn clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
- versionName: '4.38'
@@ -504,7 +504,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.1
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
build: mvn clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
- versionName: '4.39'
@@ -516,7 +516,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.2
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
build: mvn clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
- versionName: '4.40'
@@ -528,7 +528,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.2
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
build: mvn clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
- versionName: '4.41'
@@ -540,7 +540,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.2
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
build: mvn clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
@@ -554,7 +554,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
scandelete:
@@ -570,7 +570,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
scandelete:
@@ -586,7 +586,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.4
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
scandelete:
@@ -602,7 +602,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.4
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
scandelete:
@@ -618,7 +618,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.5
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
scandelete:
@@ -634,7 +634,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.5
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
scandelete:
@@ -650,7 +650,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.6
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
scandelete:
@@ -666,7 +666,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.6
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
scandelete:
@@ -682,7 +682,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.6
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
scandelete:
@@ -698,7 +698,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.1
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
scandelete:
@@ -714,7 +714,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.2
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
scandelete:
@@ -730,7 +730,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.2
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
scandelete:
@@ -746,7 +746,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
scandelete:
@@ -762,7 +762,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
scandelete:
@@ -778,7 +778,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
scandelete:
@@ -794,7 +794,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
scandelete:
@@ -810,7 +810,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
scandelete:
@@ -826,7 +826,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
build: mvn clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
@@ -840,7 +840,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
build: mvn clean install -DskipTests -f $$BitcoinJWallet$$/pom.xml
@@ -1124,7 +1124,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1135,7 +1135,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1146,7 +1146,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1157,7 +1157,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1194,7 +1194,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1205,7 +1205,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1216,7 +1216,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1227,7 +1227,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1238,7 +1238,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1249,7 +1249,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1260,7 +1260,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1271,7 +1271,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1282,7 +1282,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1293,7 +1293,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1304,7 +1304,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1315,7 +1315,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1326,7 +1326,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1338,7 +1338,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1350,7 +1350,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1362,7 +1362,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1374,7 +1374,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1386,7 +1386,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1398,7 +1398,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1410,7 +1410,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1422,7 +1422,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1434,7 +1434,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1446,7 +1446,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17c
@@ -1458,7 +1458,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17c
@@ -1470,7 +1470,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1481,7 +1481,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1492,7 +1492,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1511,7 +1511,7 @@ Builds:
gradle:
- prod
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1529,7 +1529,7 @@ Builds:
gradle:
- prod
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1547,7 +1547,7 @@ Builds:
gradle:
- prod
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1565,7 +1565,7 @@ Builds:
gradle:
- prod
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1583,7 +1583,7 @@ Builds:
gradle:
- prod
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1601,7 +1601,7 @@ Builds:
gradle:
- prod
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1619,7 +1619,7 @@ Builds:
gradle:
- prod
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1637,7 +1637,7 @@ Builds:
gradle:
- prod
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1655,7 +1655,7 @@ Builds:
gradle:
- prod
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1903,9 +1903,9 @@ Builds:
- prod
MaintainerNotes: |-
- When adding new versions, the build recipe must follow the reference build at
- https://github.com/bitcoin-wallet/bitcoin-wallet/blob/main/build.Containerfile
- as closely as possible. Otherwise, reproducibility will likely break at some point.
+ When adding new versions, the build recipe must follow the reference build at
+ https://github.com/bitcoin-wallet/bitcoin-wallet/blob/main/build.Containerfile
+ as closely as possible. Otherwise, reproducibility will likely break at some point.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/de.schildbach.wallet_test.yml b/metadata/de.schildbach.wallet_test.yml
index ecc76c47e4..3049bbe507 100644
--- a/metadata/de.schildbach.wallet_test.yml
+++ b/metadata/de.schildbach.wallet_test.yml
@@ -10,9 +10,9 @@ Bitcoin: bc1qglkj2svuu3xsktup5xla8u2wjzlu8mfzk6509r
AutoName: Bitcoin Wallet [testnet3]
Description: |-
- A Bitcoin wallet, allowing you to store, send and receive Bitcoins on your
- device, both via QR codes and NFC. This is a test version of
- https://f-droid.org/packages/de.schildbach.wallet that uses the test Bitcoin network, not the real one.
+ A Bitcoin wallet, allowing you to store, send and receive Bitcoins on your
+ device, both via QR codes and NFC. This is a test version of
+ https://f-droid.org/packages/de.schildbach.wallet that uses the test Bitcoin network, not the real one.
RepoType: git
Repo: https://github.com/bitcoin-wallet/bitcoin-wallet.git
@@ -465,7 +465,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.1
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
build: mvn clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml
- versionName: 4.38-test
@@ -477,7 +477,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.1
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
build: mvn clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml
- versionName: 4.39-test
@@ -489,7 +489,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.2
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
build: mvn clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml
- versionName: 4.40-test
@@ -501,7 +501,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.2
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
build: mvn clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml
- versionName: 4.41-test
@@ -513,7 +513,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.2
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
build: mvn clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml
@@ -527,7 +527,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -542,7 +542,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -557,7 +557,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.4
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -572,7 +572,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.4
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -587,7 +587,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.5
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -602,7 +602,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.5
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -617,7 +617,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.6
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -632,7 +632,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.6
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -647,7 +647,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.13.6
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -662,7 +662,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.1
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -677,7 +677,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.2
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -692,7 +692,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.2
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -707,7 +707,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -722,7 +722,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -737,7 +737,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -752,7 +752,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -767,7 +767,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -782,7 +782,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -797,7 +797,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/assets/ssl-keystore
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -812,7 +812,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
build: mvn clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml
@@ -826,7 +826,7 @@ Builds:
srclibs:
- BitcoinJWallet@v0.14.3
prebuild: sed -i -e '/examples/d' -e '/tools/d' -e '/wallettemplate/d'
- $$BitcoinJWallet$$/pom.xml
+ $$BitcoinJWallet$$/pom.xml
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
build: mvn clean install -Denforcer.skip=true -DskipTests -f $$BitcoinJWallet$$/pom.xml
@@ -1126,7 +1126,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1137,7 +1137,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1148,7 +1148,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1159,7 +1159,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1170,7 +1170,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1181,7 +1181,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1218,7 +1218,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1229,7 +1229,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1240,7 +1240,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1251,7 +1251,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1262,7 +1262,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1273,7 +1273,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1284,7 +1284,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1295,7 +1295,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1306,7 +1306,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1317,7 +1317,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1328,7 +1328,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1339,7 +1339,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"2.10\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1350,7 +1350,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scanignore:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1361,7 +1361,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1373,7 +1373,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1385,7 +1385,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1397,7 +1397,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1409,7 +1409,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1421,7 +1421,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1433,7 +1433,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1445,7 +1445,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1457,7 +1457,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1469,7 +1469,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17b
@@ -1481,7 +1481,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17c
@@ -1493,7 +1493,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
ndk: r17c
@@ -1505,7 +1505,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1516,7 +1516,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1527,7 +1527,7 @@ Builds:
gradle:
- yes
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1546,7 +1546,7 @@ Builds:
gradle:
- dev
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1564,7 +1564,7 @@ Builds:
gradle:
- dev
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1582,7 +1582,7 @@ Builds:
gradle:
- dev
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1600,7 +1600,7 @@ Builds:
gradle:
- dev
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1618,7 +1618,7 @@ Builds:
gradle:
- dev
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1636,7 +1636,7 @@ Builds:
gradle:
- dev
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1654,7 +1654,7 @@ Builds:
gradle:
- dev
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1672,7 +1672,7 @@ Builds:
gradle:
- dev
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1690,7 +1690,7 @@ Builds:
gradle:
- dev
prebuild: "echo 'task wrapper(type: Wrapper) { gradleVersion = \"4.4.1\" }' >>\
- \ ../build.gradle"
+ \ ../build.gradle"
scandelete:
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
@@ -1938,9 +1938,9 @@ Builds:
- dev
MaintainerNotes: |-
- When adding new versions, the build recipe must follow the reference build at
- https://github.com/bitcoin-wallet/bitcoin-wallet/blob/main/build.Containerfile
- as closely as possible. Otherwise, reproducibility will likely break at some point.
+ When adding new versions, the build recipe must follow the reference build at
+ https://github.com/bitcoin-wallet/bitcoin-wallet/blob/main/build.Containerfile
+ as closely as possible. Otherwise, reproducibility will likely break at some point.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/de.sensebox.blockly.yml b/metadata/de.sensebox.blockly.yml
index deacf2d94b..53595af324 100644
--- a/metadata/de.sensebox.blockly.yml
+++ b/metadata/de.sensebox.blockly.yml
@@ -9,8 +9,8 @@ IssueTracker: https://github.com/sensebox/blockly-app/issues
AutoName: Blockly for senseBox
Description: Blockly for senseBox is a visual programming editor for the senseBox:edu
- on mobile. It is based on Google's Blockly and Carlos Pereira Atencio's Ardublockly.
- Compiled code is uploaded directly onto the MCU via WiFi.
+ on mobile. It is based on Google's Blockly and Carlos Pereira Atencio's Ardublockly.
+ Compiled code is uploaded directly onto the MCU via WiFi.
RepoType: git
Repo: https://github.com/sensebox/blockly-app
diff --git a/metadata/de.serverfrog.pw.android.yml b/metadata/de.serverfrog.pw.android.yml
index fceebca565..3d51528445 100644
--- a/metadata/de.serverfrog.pw.android.yml
+++ b/metadata/de.serverfrog.pw.android.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/Serverfrog/FrogPw/issues
AutoName: Frog Password Generator
Description: |-
- A password generator which will generate the same password only when the
- masterpasword, the webseite and the servicetype match.
+ A password generator which will generate the same password only when the
+ masterpasword, the webseite and the servicetype match.
RepoType: git
Repo: https://github.com/Serverfrog/FrogPw.git
@@ -20,16 +20,16 @@ Builds:
subdir: FrogPw-Android
maven: yes@..
prebuild: sed -i -e 's@package@none@g' -e 's@3.8.2@3.7.0@g'
- pom.xml
+ pom.xml
MaintainerNotes: |-
- Need to figure out a better way to disable signing than to run that sed command.
+ Need to figure out a better way to disable signing than to run that sed command.
- Version mismatch: Version Code from the APK seems to ber versionCode + 1
+ Version mismatch: Version Code from the APK seems to ber versionCode + 1
- Use UCM:Tags once the tags have valid Android maven projects - the tag 0.1.1 is not yet buildable.
+ Use UCM:Tags once the tags have valid Android maven projects - the tag 0.1.1 is not yet buildable.
- Remove second sed command when build server uses mvn-3.1.1+.
+ Remove second sed command when build server uses mvn-3.1.1+.
AutoUpdateMode: None
UpdateCheckMode: Static
diff --git a/metadata/de.shandschuh.slightbackup.yml b/metadata/de.shandschuh.slightbackup.yml
index 28d30e3384..59a2a7be52 100644
--- a/metadata/de.shandschuh.slightbackup.yml
+++ b/metadata/de.shandschuh.slightbackup.yml
@@ -5,19 +5,19 @@ SourceCode: https://github.com/handschuh/Slight-backup
AutoName: Slight backup
Description: |-
- This small program allows you to backup and restore specific data:
+ This small program allows you to backup and restore specific data:
- * SMS (only if the standard application is used)
- * Call-logs (no voicemails)
- * Settings (experimental)
- * Bookmarks (only stock browser; no folders are supported)
- * Playlists
- * User dictionaries
+ * SMS (only if the standard application is used)
+ * Call-logs (no voicemails)
+ * Settings (experimental)
+ * Bookmarks (only stock browser; no folders are supported)
+ * Playlists
+ * User dictionaries
- There is experimental support for Contacts, performed via the internal vcs
- capabilities.
+ There is experimental support for Contacts, performed via the internal vcs
+ capabilities.
- The backups are stored unencrypted in an editable location on the SD card.
+ The backups are stored unencrypted in an editable location on the SD card.
RepoType: git
Repo: https://github.com/handschuh/Slight-backup.git
diff --git a/metadata/de.shandschuh.sparserss.yml b/metadata/de.shandschuh.sparserss.yml
index 95f7674221..7dff19564a 100644
--- a/metadata/de.shandschuh.sparserss.yml
+++ b/metadata/de.shandschuh.sparserss.yml
@@ -5,10 +5,10 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/https://sparserss
AutoName: Sparse rss
Description: |-
- A simple and lightweight feed/rss/atom reader with automatic background update
- and notifications. Automatically discovers feeds given just a site URL. Provides
- OPML import and export. Basic support for podcasts. No issue tracker; send feed
- problems via the address in the about screen.
+ A simple and lightweight feed/rss/atom reader with automatic background update
+ and notifications. Automatically discovers feeds given just a site URL. Provides
+ OPML import and export. Basic support for podcasts. No issue tracker; send feed
+ problems via the address in the about screen.
Builds:
- versionName: '1.4'
diff --git a/metadata/de.sigfood.yml b/metadata/de.sigfood.yml
index 2759c46263..6d070e3f94 100644
--- a/metadata/de.sigfood.yml
+++ b/metadata/de.sigfood.yml
@@ -8,12 +8,12 @@ IssueTracker: https://github.com/cody82/sigfood/issues
AutoName: Sigfood
Description: |-
- Get the current menus served at the university canteen of southern Erlangen.
+ Get the current menus served at the university canteen of southern Erlangen.
- * Up-to-date menu
- * Pictures
- * Comments
- * Ratings
+ * Up-to-date menu
+ * Pictures
+ * Comments
+ * Ratings
RepoType: git
Repo: https://github.com/cody82/sigfood
@@ -28,10 +28,10 @@ Builds:
prebuild: echo 'android{ lintOptions{ disable "ResourceType" }}' >> build.gradle
MaintainerNotes: |-
- Upstream issues at..
- - https://github.com/cody82/sigfood/issues/11
- - https://github.com/cody82/sigfood/issues/12
- - https://github.com/cody82/sigfood/issues/9
+ Upstream issues at..
+ - https://github.com/cody82/sigfood/issues/11
+ - https://github.com/cody82/sigfood/issues/12
+ - https://github.com/cody82/sigfood/issues/9
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/de.simplestatswidget.yml b/metadata/de.simplestatswidget.yml
index 7447a5aea7..37372a449e 100644
--- a/metadata/de.simplestatswidget.yml
+++ b/metadata/de.simplestatswidget.yml
@@ -7,9 +7,9 @@ Changelog: https://github.com/Chessmasterrr/SimpleStatsWidget/releases
AutoName: SimpleStatsWidget
Description: |-
- Displays simple count statistics on sms and calls as widget. It shows your
- outgoing sms and outgoing call minutes per month in an widget on your home
- screen or lock screen.
+ Displays simple count statistics on sms and calls as widget. It shows your
+ outgoing sms and outgoing call minutes per month in an widget on your home
+ screen or lock screen.
RepoType: git
Repo: https://github.com/Chessmasterrr/SimpleStatsWidget.git
diff --git a/metadata/de.skubware.opentraining.yml b/metadata/de.skubware.opentraining.yml
index 4d60675c28..f58702a35b 100644
--- a/metadata/de.skubware.opentraining.yml
+++ b/metadata/de.skubware.opentraining.yml
@@ -6,15 +6,15 @@ IssueTracker: https://github.com/chaosbastler/opentraining/issues
AutoName: Open Training
Description: |-
- Create a fitness plan by targeting specific muscles and selecting from the list.
+ Create a fitness plan by targeting specific muscles and selecting from the list.
- When you've created a set you can export a spreadsheet to html for printing.
- Some of the exercise names are in German but that shouldn't affect the app
- usage.
+ When you've created a set you can export a spreadsheet to html for printing.
+ Some of the exercise names are in German but that shouldn't affect the app
+ usage.
- * more than 90 exercises, over 180 images
- * target specific muscles and search for exercises
- * export your fitness plan to html or save your training progress with the app
+ * more than 90 exercises, over 180 images
+ * target specific muscles and search for exercises
+ * export your fitness plan to html or save your training progress with the app
RepoType: git
Repo: https://github.com/chaosbastler/opentraining.git
@@ -24,7 +24,7 @@ Builds:
versionCode: 5
commit: v0.2.2
prebuild: wget http://repo1.maven.org/maven2/junit/junit/4.10/junit-4.10.jar -P
- libs/
+ libs/
target: android-16
- versionName: 0.2.3
diff --git a/metadata/de.smasi.tickmate.yml b/metadata/de.smasi.tickmate.yml
index 7d73cdc021..8a6826771a 100644
--- a/metadata/de.smasi.tickmate.yml
+++ b/metadata/de.smasi.tickmate.yml
@@ -8,12 +8,12 @@ Bitcoin: 18tub3juj26zyGwdpmGDLgtLEpfFf2Nvhu
AutoName: Tickmate
Description: |-
- Tickmate is basically a one bit journal. For each day, you can specify whether
- something occurred or not. The occurrences can be arbitrary things, like
- flossing your teeth or having a drink. You are able to quantify your habits and
- the accumulated data can be displayed for the past weeks or months to track
- changes over time. This way, it may help you to get over your old habits or
- embody new ones.
+ Tickmate is basically a one bit journal. For each day, you can specify whether
+ something occurred or not. The occurrences can be arbitrary things, like
+ flossing your teeth or having a drink. You are able to quantify your habits and
+ the accumulated data can be displayed for the past weeks or months to track
+ changes over time. This way, it may help you to get over your old habits or
+ embody new ones.
RepoType: git
Repo: https://github.com/lordi/tickmate.git
@@ -111,7 +111,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 1.4.4
versionCode: 40
@@ -120,7 +120,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 1.4.5
versionCode: 41
@@ -129,7 +129,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 1.4.6
versionCode: 42
@@ -138,7 +138,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 1.4.8
versionCode: 43
@@ -147,7 +147,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 1.4.9
versionCode: 44
@@ -156,7 +156,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 1.4.10
versionCode: 45
@@ -165,7 +165,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 1.4.11
versionCode: 46
@@ -174,7 +174,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 1.4.12
versionCode: 47
@@ -183,7 +183,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 1.4.13
versionCode: 48
@@ -192,7 +192,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/de.sorunome.unifiednlp.trains.yml b/metadata/de.sorunome.unifiednlp.trains.yml
index e59e99c8ec..eb9481fb3b 100644
--- a/metadata/de.sorunome.unifiednlp.trains.yml
+++ b/metadata/de.sorunome.unifiednlp.trains.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on the trains wifi to provide its location data.
+ NonFreeNet:
+ en-US: Depends on the trains wifi to provide its location data.
Categories:
- Navigation
License: GPL-3.0-only
@@ -25,7 +25,7 @@ Builds:
srclibs:
- earth-gravitational-model@v1.0.0
prebuild: sed -i -e '/git {/,+4d' -e '/google/amavenLocal()' -e "/implementation/aimplementation
- 'com.barbeaudev:earth-gravitational-model:1.0.0'" build.gradle
+ 'com.barbeaudev:earth-gravitational-model:1.0.0'" build.gradle
build:
- pushd $$earth-gravitational-model$$
- gradle build
@@ -40,7 +40,7 @@ Builds:
srclibs:
- earth-gravitational-model@v1.0.0
prebuild: sed -i -e '/git {/,+4d' -e '/google/amavenLocal()' -e "/implementation/aimplementation
- 'com.barbeaudev:earth-gravitational-model:1.0.0'" build.gradle
+ 'com.barbeaudev:earth-gravitational-model:1.0.0'" build.gradle
build:
- pushd $$earth-gravitational-model$$
- gradle build
@@ -55,7 +55,7 @@ Builds:
srclibs:
- earth-gravitational-model@v1.0.0
prebuild: sed -i -e '/git {/,+4d' -e '/google/amavenLocal()' -e "/implementation/aimplementation
- 'com.barbeaudev:earth-gravitational-model:1.0.0'" build.gradle
+ 'com.barbeaudev:earth-gravitational-model:1.0.0'" build.gradle
build:
- pushd $$earth-gravitational-model$$
- gradle build
diff --git a/metadata/de.spiritcroc.darkcroc.substratum.yml b/metadata/de.spiritcroc.darkcroc.substratum.yml
index d5dc60533c..02c50e4fbe 100644
--- a/metadata/de.spiritcroc.darkcroc.substratum.yml
+++ b/metadata/de.spiritcroc.darkcroc.substratum.yml
@@ -7,15 +7,15 @@ Changelog: https://github.com/SpiritCroc/DarkCroc-Android-theme/releases
AutoName: DarkCroc Theme
Description: |-
- IMPORTANT: You need the Substratum theming platform working on your
- device! Read the inbuilt information before reporting any issues!
+ IMPORTANT: You need the Substratum theming platform working on your
+ device! Read the inbuilt information before reporting any issues!
- Theme for Substratum, originally based on the default AOSP dark material
- colors; then extended to provide more variants to allow configuration
- according to the user's taste.
+ Theme for Substratum, originally based on the default AOSP dark material
+ colors; then extended to provide more variants to allow configuration
+ according to the user's taste.
- This is the successor theme of https://f-droid.org/packages/de.spiritcroc.defaultdarktheme_oms series
- for newer Android versions, starting with Android 9.
+ This is the successor theme of https://f-droid.org/packages/de.spiritcroc.defaultdarktheme_oms series
+ for newer Android versions, starting with Android 9.
RepoType: git
Repo: https://github.com/SpiritCroc/DarkCroc-Android-theme
diff --git a/metadata/de.spiritcroc.defaultdarktheme_oms.yml b/metadata/de.spiritcroc.defaultdarktheme_oms.yml
index a4c503ca72..bc97affa96 100644
--- a/metadata/de.spiritcroc.defaultdarktheme_oms.yml
+++ b/metadata/de.spiritcroc.defaultdarktheme_oms.yml
@@ -7,46 +7,46 @@ Changelog: https://github.com/SpiritCroc/DefaultDarkTheme-oms/releases
AutoName: Default Dark Theme
Description: |-
- IMPORTANT: You need the Substratum theming platform working on your
- device! Read the inbuilt information before reporting any issues!
+ IMPORTANT: You need the Substratum theming platform working on your
+ device! Read the inbuilt information before reporting any issues!
- Theme for Substratum, originally based on the default AOSP dark material
- colors; then extended to provide more variants to allow configuration
- according to the users taste.
+ Theme for Substratum, originally based on the default AOSP dark material
+ colors; then extended to provide more variants to allow configuration
+ according to the users taste.
- Available accent colors (separately selectable for settings and system):
- Default teal; amber, blue, blue light, cyan, green (3 variants), lime,
- orange, pink, purple, red, white, yellow.
- (If you want another one, contact me with the color code)
+ Available accent colors (separately selectable for settings and system):
+ Default teal; amber, blue, blue light, cyan, green (3 variants), lime,
+ orange, pink, purple, red, white, yellow.
+ (If you want another one, contact me with the color code)
- Available background colors:
- Dark, darker, black.
+ Available background colors:
+ Dark, darker, black.
- Available notification colors:
- Light, dark, black.
+ Available notification colors:
+ Light, dark, black.
- Semi-transparent variants also available for dark and black.
+ Semi-transparent variants also available for dark and black.
- Available quicksettings + volume slider colors:
- Dark, darker, black; each either solid or transparent.
+ Available quicksettings + volume slider colors:
+ Dark, darker, black; each either solid or transparent.
- For Android 9+ see the successor https://f-droid.org/packages/de.spiritcroc.darkcroc.substratum.
+ For Android 9+ see the successor https://f-droid.org/packages/de.spiritcroc.darkcroc.substratum.
- Themed parts:
- * Framework
- * SystemUI
- * Settings
- * PackageInstaller
- * DocumentsUI
- * CM Settings
- * AICP Extras
- * AOSP Calculator
- * AOSP Contacts
- * AOSP Dialer
- * AOSP Email
- * AOSP Messenger
- * Substratum
- * Rview
+ Themed parts:
+ * Framework
+ * SystemUI
+ * Settings
+ * PackageInstaller
+ * DocumentsUI
+ * CM Settings
+ * AICP Extras
+ * AOSP Calculator
+ * AOSP Contacts
+ * AOSP Dialer
+ * AOSP Email
+ * AOSP Messenger
+ * Substratum
+ * Rview
RepoType: git
Repo: https://github.com/SpiritCroc/DefaultDarkTheme-oms
diff --git a/metadata/de.srlabs.gsmmap.yml b/metadata/de.srlabs.gsmmap.yml
index f961e8c5af..9637c7d935 100644
--- a/metadata/de.srlabs.gsmmap.yml
+++ b/metadata/de.srlabs.gsmmap.yml
@@ -6,10 +6,10 @@ SourceCode: https://opensource.srlabs.de/projects/mobile-network-assessment-tool
AutoName: GSMmap
Description: |-
- The GSM Security Map at gsmmap.org compares the protection capabilities of
- mobile networks. This app collects data and adds it to GSM Map. This application
- currently only works on Samsung S2 and S3 devices and requires root priviliges
- during the mobile network data capture.
+ The GSM Security Map at gsmmap.org compares the protection capabilities of
+ mobile networks. This app collects data and adds it to GSM Map. This application
+ currently only works on Samsung S2 and S3 devices and requires root priviliges
+ during the mobile network data capture.
RequiresRoot: true
diff --git a/metadata/de.srlabs.snoopsnitch.yml b/metadata/de.srlabs.snoopsnitch.yml
index 3c908ed749..eb63df7f04 100644
--- a/metadata/de.srlabs.snoopsnitch.yml
+++ b/metadata/de.srlabs.snoopsnitch.yml
@@ -12,24 +12,24 @@ Changelog: https://opensource.srlabs.de/projects/snoopsnitch#Version-history
AutoName: SnoopSnitch
Description: |-
- Collects and analyzes mobile radio data to make you aware of your mobile network
- security and to warn you about threats like fake base stations (IMSI catchers),
- user tracking and over-the-air updates. With SnoopSnitch you can use the data
- collected in the GSM Security Map at https://gsmmap.org and contribute your own
- data to GSM Map.
+ Collects and analyzes mobile radio data to make you aware of your mobile network
+ security and to warn you about threats like fake base stations (IMSI catchers),
+ user tracking and over-the-air updates. With SnoopSnitch you can use the data
+ collected in the GSM Security Map at https://gsmmap.org and contribute your own
+ data to GSM Map.
- Requirements:
+ Requirements:
- * Qualcomm-based Android phone (see device list)
- * Stock Android ROM, version 4.1 or later
- * Note: Custom Android ROMs like CyanogenMod may or may not work, depending on the availability of a Qualcomm DIAG kernel driver (DIAG_CHAR).
- * Root privileges on phone
+ * Qualcomm-based Android phone (see device list)
+ * Stock Android ROM, version 4.1 or later
+ * Note: Custom Android ROMs like CyanogenMod may or may not work, depending on the availability of a Qualcomm DIAG kernel driver (DIAG_CHAR).
+ * Root privileges on phone
- Incompatible Devices:
+ Incompatible Devices:
- * Samsung Galaxy S2 & S3
- * Nexus 5 with stock Android
- * Huawei Ascend Y300
+ * Samsung Galaxy S2 & S3
+ * Nexus 5 with stock Android
+ * Huawei Ascend Y300
RequiresRoot: true
diff --git a/metadata/de.stefan_oltmann.kaesekaestchen.yml b/metadata/de.stefan_oltmann.kaesekaestchen.yml
index 697de18038..ca88975a70 100644
--- a/metadata/de.stefan_oltmann.kaesekaestchen.yml
+++ b/metadata/de.stefan_oltmann.kaesekaestchen.yml
@@ -7,11 +7,11 @@ IssueTracker: https://github.com/StefanOltmann/Kaesekaestchen/issues
Name: Dots'n'Boxes
AutoName: Käsekästchen
Description: |-
- Players take turns joining two horizontally or vertically adjacent dots by a
- line. A player that completes the fourth side of a square (a box) colors that
- box and must play again. When all boxes have been colored, the game ends and the
- player who has colored more boxes wins. You are playing against the computer.
- The computer is red; you are blue.
+ Players take turns joining two horizontally or vertically adjacent dots by a
+ line. A player that completes the fourth side of a square (a box) colors that
+ box and must play again. When all boxes have been colored, the game ends and the
+ player who has colored more boxes wins. You are playing against the computer.
+ The computer is red; you are blue.
RepoType: git
Repo: https://github.com/StefanOltmann/Kaesekaestchen
diff --git a/metadata/de.stephanlindauer.criticalmaps.yml b/metadata/de.stephanlindauer.criticalmaps.yml
index c40cf10ac6..81269fa075 100644
--- a/metadata/de.stephanlindauer.criticalmaps.yml
+++ b/metadata/de.stephanlindauer.criticalmaps.yml
@@ -10,12 +10,12 @@ Translation: https://www.transifex.com/criticalmaps/criticalmaps/
AutoName: Critical Maps
Description: |-
- This app tracks your location and shares it via a map
- with all other participants of the critical mass bicycle protest. You can use
- the chat to communicate with all other participants.
+ This app tracks your location and shares it via a map
+ with all other participants of the critical mass bicycle protest. You can use
+ the chat to communicate with all other participants.
- Location sharing and chat relies on criticalmaps.net.
- Location tracking is always active while using the app.
+ Location sharing and chat relies on criticalmaps.net.
+ Location tracking is always active while using the app.
RepoType: git
Repo: https://github.com/CriticalMaps/criticalmaps-android
@@ -286,9 +286,9 @@ Builds:
prebuild: sed -i -e 's/maven { .*bintray.com.* }/jcenter()/' ../build.gradle
MaintainerNotes: |-
- Upstream prefers custom Maven repos to JCenter due to security concerns, see
- https://gitlab.com/fdroid/fdroiddata/issues/1627. We can't afford the luxury
- of blacklisting JCenter, so continue using it.
+ Upstream prefers custom Maven repos to JCenter due to security concerns, see
+ https://gitlab.com/fdroid/fdroiddata/issues/1627. We can't afford the luxury
+ of blacklisting JCenter, so continue using it.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/de.szalkowski.activitylauncher.yml b/metadata/de.szalkowski.activitylauncher.yml
index 6f8ca7de38..38dc1092b7 100644
--- a/metadata/de.szalkowski.activitylauncher.yml
+++ b/metadata/de.szalkowski.activitylauncher.yml
@@ -9,8 +9,8 @@ Translation: https://crowdin.com/project/ActivityLauncher
AutoName: Activity Launcher
Description: |-
- Create shortcuts for any installed app and even hidden activities to launch them
- with ease.
+ Create shortcuts for any installed app and even hidden activities to launch them
+ with ease.
RepoType: git
Repo: https://github.com/butzist/ActivityLauncher.git
diff --git a/metadata/de.t_dankworth.secscanqr.yml b/metadata/de.t_dankworth.secscanqr.yml
index 17eb430b86..ec7b00f263 100644
--- a/metadata/de.t_dankworth.secscanqr.yml
+++ b/metadata/de.t_dankworth.secscanqr.yml
@@ -8,16 +8,16 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=A98
AutoName: SecScanQR
Description: |-
- Scan QR codes and share them right away with friends or copy them to the
- clipboard for further processing. Furthermore, with SecScanQR you can generate
- QR codes and all these features without a big amount of permission.
+ Scan QR codes and share them right away with friends or copy them to the
+ clipboard for further processing. Furthermore, with SecScanQR you can generate
+ QR codes and all these features without a big amount of permission.
- Features:
+ Features:
- * Scan QR-Codes, Barcodes and many more formats
- * Scanned QR-Codes can be shared with friends and do a web search with the information from the QR-Code
- * Generate QR-Codes, Barcodes and many more formats
- * History
+ * Scan QR-Codes, Barcodes and many more formats
+ * Scanned QR-Codes can be shared with friends and do a web search with the information from the QR-Code
+ * Generate QR-Codes, Barcodes and many more formats
+ * History
RepoType: git
Repo: https://github.com/Fr4gorSoftware/SecScanQR
diff --git a/metadata/de.tap.easy_xkcd.yml b/metadata/de.tap.easy_xkcd.yml
index 8e91d4b6a0..d0564165bb 100644
--- a/metadata/de.tap.easy_xkcd.yml
+++ b/metadata/de.tap.easy_xkcd.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: xkcd website itself uses a not entirely libre license (CC BY-NC).
+ NonFreeNet:
+ en-US: xkcd website itself uses a not entirely libre license (CC BY-NC).
Categories:
- Reading
License: Apache-2.0
@@ -316,7 +316,7 @@ Builds:
commit: release_2.9
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -328,7 +328,7 @@ Builds:
commit: release_3.0
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -340,7 +340,7 @@ Builds:
commit: release_3.1
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -352,7 +352,7 @@ Builds:
commit: release_3.2.1
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -364,7 +364,7 @@ Builds:
commit: release_3.3
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -376,7 +376,7 @@ Builds:
commit: release_3.3.2
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -388,7 +388,7 @@ Builds:
commit: release_3.3.3
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -400,7 +400,7 @@ Builds:
commit: release_3.3.4
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -412,7 +412,7 @@ Builds:
commit: release_3.3.7
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -424,7 +424,7 @@ Builds:
commit: release_3.3.8
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -436,7 +436,7 @@ Builds:
commit: release_3.3.9
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -448,7 +448,7 @@ Builds:
commit: release_3.4.1
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -460,7 +460,7 @@ Builds:
commit: release_3.5.1
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -472,7 +472,7 @@ Builds:
commit: release_3.5.2
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -484,7 +484,7 @@ Builds:
commit: release_3.5.4
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -496,7 +496,7 @@ Builds:
commit: release_3.5.5
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -508,7 +508,7 @@ Builds:
commit: release_3.6
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -520,7 +520,7 @@ Builds:
commit: release_3.6.1
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -532,7 +532,7 @@ Builds:
commit: release_3.7
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -544,7 +544,7 @@ Builds:
commit: release_3.8
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -556,7 +556,7 @@ Builds:
commit: release_3.8.1
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -568,7 +568,7 @@ Builds:
commit: release_3.8.2
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -580,7 +580,7 @@ Builds:
commit: release_3.8.3
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -592,7 +592,7 @@ Builds:
commit: release_3.8.4
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -604,7 +604,7 @@ Builds:
commit: release_3.9
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -616,7 +616,7 @@ Builds:
commit: release_3.9.1
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -628,7 +628,7 @@ Builds:
commit: release_3.9.2
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -640,7 +640,7 @@ Builds:
commit: release_4.0.1
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -652,7 +652,7 @@ Builds:
commit: release_4.0.2
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -664,7 +664,7 @@ Builds:
commit: release_4.0.4
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -676,7 +676,7 @@ Builds:
commit: release_4.0.5
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -688,7 +688,7 @@ Builds:
commit: release_4.0.6
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -700,7 +700,7 @@ Builds:
commit: release_4.0.7
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/fileTree/d'
- build.gradle
+ build.gradle
gradle:
- yes
srclibs:
@@ -712,7 +712,7 @@ Builds:
commit: release_4.1
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/com.nbsp/d'
- -e '/fileTree/d' build.gradle
+ -e '/fileTree/d' build.gradle
gradle:
- yes
srclibs:
@@ -732,7 +732,7 @@ Builds:
commit: release_4.1.1
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/com.nbsp/d'
- -e '/fileTree/d' build.gradle
+ -e '/fileTree/d' build.gradle
gradle:
- yes
srclibs:
@@ -752,7 +752,7 @@ Builds:
commit: release_4.2
subdir: app
init: sed -i -e '/maven {/,+2d' -e '/com.commonsware.cwac:wakeful/d' -e '/com.nbsp/d'
- -e '/fileTree/d' build.gradle
+ -e '/fileTree/d' build.gradle
gradle:
- yes
srclibs:
@@ -772,10 +772,10 @@ Builds:
commit: release_4.3.1
subdir: app
init: sed -i -e '/jcenter/,+9d' -e '/mavenCentral/ajcenter()\nmaven { url "https://jitpack.io/"
- }\nmaven { url "https://s3.amazonaws.com/repo.commonsware.com" }\n' -e '/fileTree/d'
- -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ }\nmaven { url "https://s3.amazonaws.com/repo.commonsware.com" }\n' -e '/fileTree/d'
+ -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
gradle:
- yes
prebuild: sed -i -e '/DatabaseManager/d' src/main/java/de/tap/easy_xkcd/fragments/ComicBrowserFragment.java
@@ -785,10 +785,10 @@ Builds:
commit: release_5.0
subdir: app
init: sed -i -e '/jcenter/,+9d' -e '/mavenCentral/ajcenter()\nmaven { url "https://jitpack.io/"
- }\nmaven { url "https://s3.amazonaws.com/repo.commonsware.com" }\n' -e '/fileTree/d'
- -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ }\nmaven { url "https://s3.amazonaws.com/repo.commonsware.com" }\n' -e '/fileTree/d'
+ -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
gradle:
- yes
@@ -797,10 +797,10 @@ Builds:
commit: release_5.0.1
subdir: app
init: sed -i -e '/jcenter/,+9d' -e '/mavenCentral/ajcenter()\nmaven { url "https://jitpack.io/"
- }\nmaven { url "https://s3.amazonaws.com/repo.commonsware.com" }\n' -e '/fileTree/d'
- -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ }\nmaven { url "https://s3.amazonaws.com/repo.commonsware.com" }\n' -e '/fileTree/d'
+ -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
gradle:
- yes
@@ -809,10 +809,10 @@ Builds:
commit: release_5.0.2
subdir: app
init: sed -i -e '/jcenter/,+9d' -e '/mavenCentral/ajcenter()\nmaven { url "https://jitpack.io/"
- }\nmaven { url "https://s3.amazonaws.com/repo.commonsware.com" }\n' -e '/fileTree/d'
- -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ }\nmaven { url "https://s3.amazonaws.com/repo.commonsware.com" }\n' -e '/fileTree/d'
+ -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
gradle:
- yes
@@ -821,10 +821,10 @@ Builds:
commit: release_5.0.3
subdir: app
init: sed -i -e '/jcenter/,+9d' -e '/mavenCentral/ajcenter()\nmaven { url "https://jitpack.io/"
- }\nmaven { url "https://s3.amazonaws.com/repo.commonsware.com" }\n' -e '/fileTree/d'
- -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ }\nmaven { url "https://s3.amazonaws.com/repo.commonsware.com" }\n' -e '/fileTree/d'
+ -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
gradle:
- yes
@@ -833,10 +833,10 @@ Builds:
commit: release_5.0.4
subdir: app
init: sed -i -e '/jcenter/,+9d' -e '/mavenCentral/ajcenter()\nmaven { url "https://jitpack.io/"
- }\nmaven { url "https://s3.amazonaws.com/repo.commonsware.com" }\n' -e '/fileTree/d'
- -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ }\nmaven { url "https://s3.amazonaws.com/repo.commonsware.com" }\n' -e '/fileTree/d'
+ -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
gradle:
- yes
@@ -845,372 +845,372 @@ Builds:
commit: release_5.1.1
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 5.1.2
versionCode: 122
commit: release_5.1.2
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 5.1.3
versionCode: 123
commit: release_5.1.3
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 5.1.4
versionCode: 124
commit: release_5.1.4
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 5.1.5
versionCode: 125
commit: release_5.1.5
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: '5.2'
versionCode: 126
commit: release_5.2
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 5.2.1
versionCode: 127
commit: release_5.2.1
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 5.2.2
versionCode: 128
commit: release_5.2.2
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: '5.3'
versionCode: 129
commit: release_5.3
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 5.3.1
versionCode: 130
commit: release_5.3.1
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 5.3.2
versionCode: 131
commit: release_5.3.2
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 5.3.3
versionCode: 132
commit: release_5.3.3
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 5.3.4
versionCode: 133
commit: release_5.3.4
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 5.3.5
versionCode: 134
commit: release_5.3.5
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 5.3.6
versionCode: 135
commit: release_5.3.6
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 5.3.7
versionCode: 136
commit: release_5.3.7
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 5.3.9
versionCode: 138
commit: release_5.3.9
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 6.0.1
versionCode: 140
commit: release_6.0.1
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 6.0.2
versionCode: 141
commit: release_6.0.2
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 6.0.4
versionCode: 143
commit: release_6.0.4
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 6.1.1
versionCode: 145
commit: release_6.1.1
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 6.1.2
versionCode: 146
commit: release_6.1.2
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: '7.3'
versionCode: 157
commit: release_7.3
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 7.3.1
versionCode: 158
commit: release_7.3.1
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 7.3.2
versionCode: 159
commit: release_7.3.2
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 7.3.3
versionCode: 160
commit: release_7.3.3
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 7.3.4
versionCode: 161
commit: release_7.3.4
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 7.3.5
versionCode: 162
commit: release_7.3.5
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 7.3.6
versionCode: 163
commit: release_7.3.6
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 7.3.7
versionCode: 164
commit: release_7.3.7
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 7.3.9
versionCode: 166
commit: release_7.3.9
subdir: app
init: sed -i -e '/lukaville/iurl "https://jitpack.io"' -e '/lukaville/,/dasar/d'
- build.gradle
+ build.gradle
gradle:
- yes
prebuild: sed -i -e 's/uz.shift:colorpicker:0.5@aar/com.github.DASAR:ShiftColorPicker:v0.5@aar/g'
- -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
- build.gradle
+ -e 's/com.nbsp:library:1.03/com.github.nbsp-team:MaterialFilePicker:fc275cba7b/g'
+ build.gradle
- versionName: 8.0.4
versionCode: 185
diff --git a/metadata/de.taz.android.app.free.yml b/metadata/de.taz.android.app.free.yml
index 5261e1bb36..5fe5921239 100644
--- a/metadata/de.taz.android.app.free.yml
+++ b/metadata/de.taz.android.app.free.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on dl.taz.de website.
- Tracking:
- en-US: App sends tracking data to sentry.taz.de
+ NonFreeNet:
+ en-US: App depends on dl.taz.de website.
+ Tracking:
+ en-US: App sends tracking data to sentry.taz.de
Categories:
- Multimedia
- Reading
diff --git a/metadata/de.thecode.android.tazreader.yml b/metadata/de.thecode.android.tazreader.yml
index 5f7e8c2939..2360f0f399 100644
--- a/metadata/de.thecode.android.tazreader.yml
+++ b/metadata/de.thecode.android.tazreader.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on taz.de, which is not libre.
+ NonFreeNet:
+ en-US: App depends on taz.de, which is not libre.
Categories:
- Internet
- Reading
@@ -90,7 +90,7 @@ Builds:
srclibs:
- MuPDF@1.10-114-g9d96d035
prebuild: echo -e '\n' 'org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError
- -Dfile.encoding=UTF-8' >> ../gradle.properties
+ -Dfile.encoding=UTF-8' >> ../gradle.properties
build:
- find $$MuPDF$$ -type f -name \*.[ch] | xargs perl -i -pe 's/com.artifex.mupdf(?!demo)/$&demo/g'
- perl -i -pe 's,^/\* (#define TOFU(?:_CJK)?) .*,$1,' $$MuPDF$$/include/mupdf/fitz/config.h
diff --git a/metadata/de.thecode.lmd.yml b/metadata/de.thecode.lmd.yml
index 58ec33829b..78be30c357 100644
--- a/metadata/de.thecode.lmd.yml
+++ b/metadata/de.thecode.lmd.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Le Monde itself is not libre.
+ NonFreeNet:
+ en-US: Le Monde itself is not libre.
Categories:
- Internet
- Reading
diff --git a/metadata/de.thefeiter.liedgutverzeichnis.yml b/metadata/de.thefeiter.liedgutverzeichnis.yml
index ff34f6e47a..4a3544f87a 100644
--- a/metadata/de.thefeiter.liedgutverzeichnis.yml
+++ b/metadata/de.thefeiter.liedgutverzeichnis.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on liederbot.marvinfeiter.de website.
+ NonFreeNet:
+ en-US: Depends on liederbot.marvinfeiter.de website.
Categories:
- Multimedia
License: GPL-3.0-only
diff --git a/metadata/de.tobiasbielefeld.brickgames.yml b/metadata/de.tobiasbielefeld.brickgames.yml
index fd068a1489..00e6b89cfd 100644
--- a/metadata/de.tobiasbielefeld.brickgames.yml
+++ b/metadata/de.tobiasbielefeld.brickgames.yml
@@ -9,12 +9,12 @@ Changelog: https://github.com/TobiasBielefeld/Simple-Brick-Games/releases
AutoName: Simple Brick Games
Description: |-
- This game imitates the good old low cost "9999 in 1" handhelds
+ This game imitates the good old low cost "9999 in 1" handhelds
- * 14 different mini games
- * customizable background, buttons and textures
- * highscores for each game
- * changeable speed and level for each game
+ * 14 different mini games
+ * customizable background, buttons and textures
+ * highscores for each game
+ * changeable speed and level for each game
RepoType: git
Repo: https://github.com/TobiasBielefeld/Simple-Brick-Games
diff --git a/metadata/de.tobiasbielefeld.searchbar.yml b/metadata/de.tobiasbielefeld.searchbar.yml
index ba5d7b9e9e..5d67ad0994 100644
--- a/metadata/de.tobiasbielefeld.searchbar.yml
+++ b/metadata/de.tobiasbielefeld.searchbar.yml
@@ -10,14 +10,14 @@ Changelog: https://github.com/TobiasBielefeld/Simple-Search/releases
AutoName: Simple Search
Description: |-
- A very basic app designed for people who want to use a search widget with their
- preferred search engine.
+ A very basic app designed for people who want to use a search widget with their
+ preferred search engine.
- This app contains a search bar to type in a search query, which will be opened
- in the Internet browser. A widget for the home screen will simply start the app.
+ This app contains a search bar to type in a search query, which will be opened
+ in the Internet browser. A widget for the home screen will simply start the app.
- You can change the search engine in the settings (Default is DuckDuckGo) or type
- in a custom search string. The app also saves the search queries as a history.
+ You can change the search engine in the settings (Default is DuckDuckGo) or type
+ in a custom search string. The app also saves the search queries as a history.
RepoType: git
Repo: https://github.com/TobiasBielefeld/Simple-Search.git
diff --git a/metadata/de.tui.itlogger.yml b/metadata/de.tui.itlogger.yml
index ef0cbf5e84..40d556f0e4 100644
--- a/metadata/de.tui.itlogger.yml
+++ b/metadata/de.tui.itlogger.yml
@@ -6,12 +6,12 @@ SourceCode: https://sourceforge.net/p/itlogger/code
AutoName: iTLogger
Description: |-
- Log and evaluate data from your smartphone and OBD (onboard diagnostics).
- iTLogger is the result of a software project at Ilmenau University of Technology
- in 2012. Its aim was to create an app and corresponding desktop program (in the
- same code repository), so that people could track their journey on forest roads
- and later evaluate the data on their desktop. With the logged data you can
- evaluate the quality of forest roads.
+ Log and evaluate data from your smartphone and OBD (onboard diagnostics).
+ iTLogger is the result of a software project at Ilmenau University of Technology
+ in 2012. Its aim was to create an app and corresponding desktop program (in the
+ same code repository), so that people could track their journey on forest roads
+ and later evaluate the data on their desktop. With the logged data you can
+ evaluate the quality of forest roads.
RepoType: git-svn
Repo: https://svn.code.sf.net/p/itlogger/code/
diff --git a/metadata/de.tum.in.tumcampus.yml b/metadata/de.tum.in.tumcampus.yml
index 34d8f1fd48..4c6ed79c10 100644
--- a/metadata/de.tum.in.tumcampus.yml
+++ b/metadata/de.tum.in.tumcampus.yml
@@ -8,23 +8,23 @@ IssueTracker: https://github.com/TCA-Team/TumCampusApp/issues
AutoName: Campus
Summary: Information about TU München
Description: |-
- The Technical University of Munich is one of the biggest in Germany. This app
- displays:
+ The Technical University of Munich is one of the biggest in Germany. This app
+ displays:
- * Events
- * Messages
- * Lecture times
- * MVV schedule
- * Opening times
- * Campus maps
- * Important links
- * RSS-feeds
- * Automatic muting of the phone during lectures
- * Access to TUMonline
+ * Events
+ * Messages
+ * Lecture times
+ * MVV schedule
+ * Opening times
+ * Campus maps
+ * Important links
+ * RSS-feeds
+ * Automatic muting of the phone during lectures
+ * Access to TUMonline
- This app uses binary jar files that have been verified to match their upstream
- versions. Bugsense has been removed for F-droid distribution. Status: Active
- Development.
+ This app uses binary jar files that have been verified to match their upstream
+ versions. Bugsense has been removed for F-droid distribution. Status: Active
+ Development.
RepoType: git
Repo: https://github.com/TCA-Team/TumCampusApp.git
diff --git a/metadata/de.tutao.tutanota.yml b/metadata/de.tutao.tutanota.yml
index ee975aec0c..83c047d587 100644
--- a/metadata/de.tutao.tutanota.yml
+++ b/metadata/de.tutao.tutanota.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App is tethered to the Tutanota eMail service.
+ NonFreeNet:
+ en-US: App is tethered to the Tutanota eMail service.
Categories:
- Internet
License: GPL-3.0-or-later
diff --git a/metadata/de.ub0r.android.callmeter.yml b/metadata/de.ub0r.android.callmeter.yml
index 3a609893e6..a436360346 100644
--- a/metadata/de.ub0r.android.callmeter.yml
+++ b/metadata/de.ub0r.android.callmeter.yml
@@ -10,16 +10,16 @@ Changelog: https://github.com/felixb/callmeter/blob/HEAD/CHANGELOG.md
AutoName: Call Meter 3G
Summary: Call and data logs
Description: |-
- This app sums up your call, text and data logs. Different billing modes and
- periods are taken into account in the summation.
+ This app sums up your call, text and data logs. Different billing modes and
+ periods are taken into account in the summation.
- See this page for rulesets.
- Changelogs and FAQ are on the website wiki.
+ See this page for rulesets.
+ Changelogs and FAQ are on the website wiki.
- The non-Free Google Admob in the source code was replaced with an open-source
- library that does nothing.
+ The non-Free Google Admob in the source code was replaced with an open-source
+ library that does nothing.
- Newer versions of this app are non-free due to the use of play-services.
+ Newer versions of this app are non-free due to the use of play-services.
RepoType: git
Repo: https://github.com/felixb/callmeter.git
diff --git a/metadata/de.ub0r.android.clipboardbeam.yml b/metadata/de.ub0r.android.clipboardbeam.yml
index 023d3534bb..43e80dc5a2 100644
--- a/metadata/de.ub0r.android.clipboardbeam.yml
+++ b/metadata/de.ub0r.android.clipboardbeam.yml
@@ -6,13 +6,13 @@ IssueTracker: https://github.com/felixb/clipboard-beam/issues
AutoName: Clipboard Beam
Description: |-
- If you have two devices with NFC and Beam (latter is standard with Android 4.1),
- you can share the contents of the device clipboard just by touching the devices
- together.
+ If you have two devices with NFC and Beam (latter is standard with Android 4.1),
+ you can share the contents of the device clipboard just by touching the devices
+ together.
- If you don't have NFC you can make QR codes with
- https://f-droid.org/packages/com.google.zxing.client.android which can be read by another Android gadget
- with a camera.
+ If you don't have NFC you can make QR codes with
+ https://f-droid.org/packages/com.google.zxing.client.android which can be read by another Android gadget
+ with a camera.
RepoType: git
Repo: https://github.com/felixb/clipboard-beam.git
diff --git a/metadata/de.ub0r.android.portaltimer.yml b/metadata/de.ub0r.android.portaltimer.yml
index e08f0a47c7..6c58bfe8f7 100644
--- a/metadata/de.ub0r.android.portaltimer.yml
+++ b/metadata/de.ub0r.android.portaltimer.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/felixb/portal-timer/issues
AutoName: Portal Timer
Description: |-
- Sits in your notification tray and times your ingress portal hack cool down
- periods. For example, as of this writing, you can only hack a portal once every
- five minutes. This app keeps track of how long of a cool-down time still
- remains.
+ Sits in your notification tray and times your ingress portal hack cool down
+ periods. For example, as of this writing, you can only hack a portal once every
+ five minutes. This app keeps track of how long of a cool-down time still
+ remains.
RepoType: git
Repo: https://github.com/felixb/portal-timer
diff --git a/metadata/de.ub0r.android.smsdroid.yml b/metadata/de.ub0r.android.smsdroid.yml
index c2ddb51780..f7ac984183 100644
--- a/metadata/de.ub0r.android.smsdroid.yml
+++ b/metadata/de.ub0r.android.smsdroid.yml
@@ -10,12 +10,12 @@ Changelog: https://github.com/felixb/smsdroid/blob/HEAD/CHANGELOG.md
AutoName: SMSdroid
Summary: Send and receive SMS messages
Description: |-
- SMSdroid lets you read text messages and send messages with any other messaging
- app. If you love https://f-droid.org/packages/de.ub0r.android.websms to send free messages, you'll
- probably love SMSdroid too.
+ SMSdroid lets you read text messages and send messages with any other messaging
+ app. If you love https://f-droid.org/packages/de.ub0r.android.websms to send free messages, you'll
+ probably love SMSdroid too.
- The proprietary 'admob' binary in the source code has been replaced with a FOSS
- library that does nothing.
+ The proprietary 'admob' binary in the source code has been replaced with a FOSS
+ library that does nothing.
RepoType: git
Repo: https://github.com/felixb/smsdroid.git
diff --git a/metadata/de.ub0r.android.websms.connector.smspilotru.yml b/metadata/de.ub0r.android.websms.connector.smspilotru.yml
index 29e1706fb6..68f6f78345 100644
--- a/metadata/de.ub0r.android.websms.connector.smspilotru.yml
+++ b/metadata/de.ub0r.android.websms.connector.smspilotru.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/felixb/websms-connector-smspilot-ru/issues
AutoName: 'WebSMS Connector: smspilot.ru'
Summary: WebSMS addon
Description: |-
- WebSMSDroid let's you send SMS even if you have a WiFi only device via the web.
- This build uses SMSPilot.ru as backend.
+ WebSMSDroid let's you send SMS even if you have a WiFi only device via the web.
+ This build uses SMSPilot.ru as backend.
RepoType: git
Repo: https://github.com/felixb/websms-connector-smspilot-ru.git
diff --git a/metadata/de.ub0r.android.websms.yml b/metadata/de.ub0r.android.websms.yml
index 81b4dacb6a..ef860067b1 100644
--- a/metadata/de.ub0r.android.websms.yml
+++ b/metadata/de.ub0r.android.websms.yml
@@ -9,20 +9,20 @@ Changelog: https://github.com/felixb/websms/blob/HEAD/CHANGELOG.md
AutoName: WebSMS
Summary: Send texts via the WWW
Description: |-
- WebSMS lets you send free and cheap TXT via different webservices.
+ WebSMS lets you send free and cheap TXT via different webservices.
- You will need at least one WebSMS Connector (plugin/extension) to connect this
- app to the webservice of your choice. We have a couple in the repo but there is
- source code for many on the author's source code page and apks are available on
- the website.
+ You will need at least one WebSMS Connector (plugin/extension) to connect this
+ app to the webservice of your choice. We have a couple in the repo but there is
+ source code for many on the author's source code page and apks are available on
+ the website.
- Pricing depends on the webservice provider connected with the connector. The
- “SMS” Connector shipped with the app itself sends messages via standard GSM
- method and is billed by your operator. It is installed for backup reasons and
- deactivated by default.
+ Pricing depends on the webservice provider connected with the connector. The
+ “SMS” Connector shipped with the app itself sends messages via standard GSM
+ method and is billed by your operator. It is installed for backup reasons and
+ deactivated by default.
- The proprietary 'admob' binary in the source code has been replaced with a FOSS
- library that does nothing.
+ The proprietary 'admob' binary in the source code has been replaced with a FOSS
+ library that does nothing.
RepoType: git
Repo: https://github.com/felixb/websms.git
diff --git a/metadata/de.uni_potsdam.hpi.openmensa.yml b/metadata/de.uni_potsdam.hpi.openmensa.yml
index 1271772db5..400f9311be 100644
--- a/metadata/de.uni_potsdam.hpi.openmensa.yml
+++ b/metadata/de.uni_potsdam.hpi.openmensa.yml
@@ -141,7 +141,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "\norg.gradle.jvmargs=-Xms2048m -Xmx2048m -XX:MaxPermSize=2048m"
- >> gradle.properties
+ >> gradle.properties
- versionName: 1.1.0
versionCode: 30
@@ -149,7 +149,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "\norg.gradle.jvmargs=-Xms2048m -Xmx2048m -XX:MaxPermSize=2048m"
- >> gradle.properties
+ >> gradle.properties
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/de.uwepost.android.deltacam.yml b/metadata/de.uwepost.android.deltacam.yml
index cbe2cc70f9..d90998c7a7 100644
--- a/metadata/de.uwepost.android.deltacam.yml
+++ b/metadata/de.uwepost.android.deltacam.yml
@@ -7,14 +7,14 @@ IssueTracker: https://github.com/upost/DeltaCamera/issues
AutoName: DeltaCamera
Description: DeltaCamera uses the camera to record movement (thus *Delta*) and visualize
- it in one picture. For example running ants leave dark lines on a light surface,
- or driving cars make light lines on a dark surface. Make sure not to move the
- camera during recording. You can share images with other apps, adjust sensitivity
- and switch between light-on-dark and dark-on-light mode. You can create some amazing
- pictures for example with light painting. This is NOT just a long time exposure!
- The app uses the first captured frame as "background" and then records differences
- (deltas), either negative (dark on light) or positive (light on dark) to add them
- up. See homepage for some examples.
+ it in one picture. For example running ants leave dark lines on a light surface,
+ or driving cars make light lines on a dark surface. Make sure not to move the camera
+ during recording. You can share images with other apps, adjust sensitivity and switch
+ between light-on-dark and dark-on-light mode. You can create some amazing pictures
+ for example with light painting. This is NOT just a long time exposure! The app
+ uses the first captured frame as "background" and then records differences (deltas),
+ either negative (dark on light) or positive (light on dark) to add them up. See
+ homepage for some examples.
RepoType: git
Repo: https://github.com/upost/DeltaCamera
diff --git a/metadata/de.vibora.viborafeed.yml b/metadata/de.vibora.viborafeed.yml
index 9a17139d39..5ecb1dce62 100644
--- a/metadata/de.vibora.viborafeed.yml
+++ b/metadata/de.vibora.viborafeed.yml
@@ -8,56 +8,56 @@ FlattrID: '5194982'
AutoName: Single-Feed
Description: |-
- NOTE: This app is no longer maintained (its repo was archived).
+ NOTE: This app is no longer maintained (its repo was archived).
- ViboraFeed is the Vibora Feed Reader of the https://vibora.de open source blog
- homepage. You can add one additional RSS Url.
+ ViboraFeed is the Vibora Feed Reader of the https://vibora.de open source blog
+ homepage. You can add one additional RSS Url.
- Features:
+ Features:
- * open feed link via notification
- * long click: open in Browser, share with..., mark deleted, readed or favorite
- * landscape, short click: open feed in a Webview
- * search for news around 30 minutes, 1, 3 or 6 hours
- * support for some different versions of images in feeds
- * nice notification sound
- * choose your own LED notification color and behavior
- * ONE new feed is ONE new notification
- * german or english interface
- * uses server response code (304 not modified) to reduce data transfer
- * open feed link in your favourite browser
- * Search words in the feeds
- * nightmode
- * blacklist: ignore news, if they contains some keywords
- * auto-delete: deletes no favorite feeds after a configurable set of days
- * In-App-Notifications: only one head-up window is shown
- * recheck every 75 sec, if you have no connection to a network
+ * open feed link via notification
+ * long click: open in Browser, share with..., mark deleted, readed or favorite
+ * landscape, short click: open feed in a Webview
+ * search for news around 30 minutes, 1, 3 or 6 hours
+ * support for some different versions of images in feeds
+ * nice notification sound
+ * choose your own LED notification color and behavior
+ * ONE new feed is ONE new notification
+ * german or english interface
+ * uses server response code (304 not modified) to reduce data transfer
+ * open feed link in your favourite browser
+ * Search words in the feeds
+ * nightmode
+ * blacklist: ignore news, if they contains some keywords
+ * auto-delete: deletes no favorite feeds after a configurable set of days
+ * In-App-Notifications: only one head-up window is shown
+ * recheck every 75 sec, if you have no connection to a network
- Do not be afraid! The first refresh generates about 40 notifications, but the
- App options menu has a feature to remove all of them.
+ Do not be afraid! The first refresh generates about 40 notifications, but the
+ App options menu has a feature to remove all of them.
- Tested and works well with:
+ Tested and works well with:
- * TAZ
- * Tagesschau
- * Deutschlandfunk
- * Westdeutsche Zeitung
- * t-online News
- * yahoo news
- * BBC
- * Heise Security
+ * TAZ
+ * Tagesschau
+ * Deutschlandfunk
+ * Westdeutsche Zeitung
+ * t-online News
+ * yahoo news
+ * BBC
+ * Heise Security
- App successfuly tested on Android 4.1.1, 5 and 6
+ App successfuly tested on Android 4.1.1, 5 and 6
- Expunge and Ignore
+ Expunge and Ignore
- To reduce the cached informations, single feed news older than 3 days will be
- ignored. If you delete single feed news, then they will be destroyed in the
- caching system. Because our website Vibora.de (Die Schlange
- durch die OpenSource Welt) publishes over a period of 2 weeks and more, this
- time is set to 90 days.
+ To reduce the cached informations, single feed news older than 3 days will be
+ ignored. If you delete single feed news, then they will be destroyed in the
+ caching system. Because our website Vibora.de (Die Schlange
+ durch die OpenSource Welt) publishes over a period of 2 weeks and more, this
+ time is set to 90 days.
- Screenshots and More
+ Screenshots and More
RepoType: git
Repo: https://github.com/no-go/ViboraFeed
diff --git a/metadata/de.we.acaldav.yml b/metadata/de.we.acaldav.yml
index 8114172124..38e80ac6c5 100644
--- a/metadata/de.we.acaldav.yml
+++ b/metadata/de.we.acaldav.yml
@@ -7,9 +7,9 @@ Changelog: https://gitlab.com/ennswi/AndroidCaldavSyncAdapater/tags
AutoName: aCalDAV
Description: |-
- Synchronise your calendar from a CalDAV calendar server like Baïkal or ownCloud.
- Fully integrated and transparent in Android account management. It's based on
- https://f-droid.org/packages/org.gege.caldavsyncadapter.
+ Synchronise your calendar from a CalDAV calendar server like Baïkal or ownCloud.
+ Fully integrated and transparent in Android account management. It's based on
+ https://f-droid.org/packages/org.gege.caldavsyncadapter.
RepoType: git
Repo: https://gitlab.com/ennswi/AndroidCaldavSyncAdapater.git
diff --git a/metadata/de.westnordost.streetcomplete.yml b/metadata/de.westnordost.streetcomplete.yml
index 5ef442d052..1cdf57fc85 100644
--- a/metadata/de.westnordost.streetcomplete.yml
+++ b/metadata/de.westnordost.streetcomplete.yml
@@ -536,7 +536,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '26.0'
versionCode: 2603
@@ -545,7 +545,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '26.1'
versionCode: 2604
@@ -554,7 +554,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '26.2'
versionCode: 2605
@@ -563,7 +563,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '27.0'
versionCode: 2703
@@ -572,7 +572,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '27.1'
versionCode: 2704
@@ -581,7 +581,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '27.2'
versionCode: 2705
@@ -590,7 +590,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '28.0'
versionCode: 2802
@@ -599,7 +599,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '28.1'
versionCode: 2803
@@ -608,7 +608,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '29.0'
versionCode: 2901
@@ -617,7 +617,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '29.1'
versionCode: 2902
@@ -626,7 +626,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '30.0'
versionCode: 3001
@@ -635,7 +635,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '30.1'
versionCode: 3002
@@ -644,7 +644,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '31.0'
versionCode: 3101
@@ -653,7 +653,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '31.1'
versionCode: 3102
@@ -662,7 +662,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '31.2'
versionCode: 3103
@@ -671,7 +671,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '31.3'
versionCode: 3104
@@ -680,7 +680,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '32.0'
versionCode: 3203
@@ -689,7 +689,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '32.1'
versionCode: 3204
@@ -698,7 +698,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '32.2'
versionCode: 3205
@@ -707,7 +707,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '33.0'
versionCode: 3301
@@ -716,7 +716,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '33.1'
versionCode: 3302
@@ -725,7 +725,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '33.2'
versionCode: 3303
@@ -734,7 +734,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '34.0'
versionCode: 3401
@@ -743,7 +743,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '34.1'
versionCode: 3402
@@ -752,7 +752,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '34.2'
versionCode: 3403
@@ -761,7 +761,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '35.0'
versionCode: 3501
@@ -770,7 +770,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '35.2'
versionCode: 3503
@@ -779,7 +779,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '36.0'
versionCode: 3602
@@ -788,7 +788,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '36.1'
versionCode: 3603
@@ -797,7 +797,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '37.0'
versionCode: 3701
@@ -806,7 +806,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '37.1'
versionCode: 3702
@@ -815,7 +815,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '37.2'
versionCode: 3703
@@ -824,7 +824,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '38.0'
versionCode: 3801
@@ -833,7 +833,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '38.1'
versionCode: 3802
@@ -842,7 +842,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '38.2'
versionCode: 3803
@@ -851,7 +851,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '39.1'
versionCode: 3902
@@ -864,7 +864,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '40.0'
versionCode: 4001
@@ -877,7 +877,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '40.1'
versionCode: 4002
@@ -890,7 +890,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '40.2'
versionCode: 4003
@@ -903,7 +903,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile.*{/,/}/d; /keystorePropertiesFile/d'
- build.gradle.kts
+ build.gradle.kts
- versionName: '46.1'
versionCode: 4602
diff --git a/metadata/de.wikilab.android.friendica01.yml b/metadata/de.wikilab.android.friendica01.yml
index 48d8578c30..45785883cb 100644
--- a/metadata/de.wikilab.android.friendica01.yml
+++ b/metadata/de.wikilab.android.friendica01.yml
@@ -7,14 +7,14 @@ IssueTracker: https://github.com/max-weller/friendica-for-android/issues
AutoName: Friendica
Description: |-
- The app started as a simple image uploader providing an entry in the
- "Share"/"Send" menu of Android apps (e.g. the gallery app) to send photos to
- your Friendica account.
+ The app started as a simple image uploader providing an entry in the
+ "Share"/"Send" menu of Android apps (e.g. the gallery app) to send photos to
+ your Friendica account.
- Now it's being extended towards a full interface for Friendica, including
- timeline display and the ability to view and post on you and your friends'
- profile walls. You need to have a Friendica account. To get one, choose a site
- from the Friendica directory. It's free!
+ Now it's being extended towards a full interface for Friendica, including
+ timeline display and the ability to view and post on you and your friends'
+ profile walls. You need to have a Friendica account. To get one, choose a site
+ from the Friendica directory. It's free!
RepoType: git
Repo: https://github.com/max-weller/friendica-for-android.git
diff --git a/metadata/de.wikilab.android.ldapsync.yml b/metadata/de.wikilab.android.ldapsync.yml
index 8487cb3002..d45f2d1adc 100644
--- a/metadata/de.wikilab.android.ldapsync.yml
+++ b/metadata/de.wikilab.android.ldapsync.yml
@@ -10,9 +10,9 @@ Changelog: https://github.com/luelista/LDAP-Sync/releases
AutoName: LDAP Sync
Description: |-
- LDAP synchronization adapter for Android phones. It integrates seamlessly into
- the Android accounts and allows the synchronization of contacts stored in a LDAP
- or Active Directory server.
+ LDAP synchronization adapter for Android phones. It integrates seamlessly into
+ the Android accounts and allows the synchronization of contacts stored in a LDAP
+ or Active Directory server.
RepoType: git
Repo: https://github.com/luelista/LDAP-Sync.git
diff --git a/metadata/de.yaacc.yml b/metadata/de.yaacc.yml
index c730febc0d..b587a45a36 100644
--- a/metadata/de.yaacc.yml
+++ b/metadata/de.yaacc.yml
@@ -11,20 +11,20 @@ Litecoin: LiPnCoN2yfXFYEEQjzbWDLNuKq5qoQbP6t
Name: Yaacc
AutoName: YAACC
Description: |-
- The App allows you to play media from UPNP/DLNA devices in your network on
- your android device or any capable UPNP/DLNA device in your network.
- It is also possible to start an UPNP/DLNA server on your device in order to
- play media from your device on any UPNP/DLNA renderer in your network.
+ The App allows you to play media from UPNP/DLNA devices in your network on
+ your android device or any capable UPNP/DLNA device in your network.
+ It is also possible to start an UPNP/DLNA server on your device in order to
+ play media from your device on any UPNP/DLNA renderer in your network.
- Features:
+ Features:
- * UPNP/DLNA Server
- * UPNP/DLNA Client
- * UPNP/DLNA Controller
- * Control multiple media receivers
- * Multiple Receivers
- * Allow download files to the device
- * Implemented parts of UPnP Version 3 at once (sending synchronization information to the renderer)
+ * UPNP/DLNA Server
+ * UPNP/DLNA Client
+ * UPNP/DLNA Controller
+ * Control multiple media receivers
+ * Multiple Receivers
+ * Allow download files to the device
+ * Implemented parts of UPnP Version 3 at once (sending synchronization information to the renderer)
RepoType: git
Repo: https://github.com/tobexyz/yaacc-code
diff --git a/metadata/de.yazo_games.mensaguthaben.yml b/metadata/de.yazo_games.mensaguthaben.yml
index 08419d7fc1..b4b5dce294 100644
--- a/metadata/de.yazo_games.mensaguthaben.yml
+++ b/metadata/de.yazo_games.mensaguthaben.yml
@@ -9,9 +9,9 @@ IssueTracker: https://github.com/jakobwenzel/MensaGuthaben/issues
AutoName: Mensa-Guthaben
Description: |-
- Read your current balance cards manufactured by Intercard and Magnacarta via
- NFC. The App has been successfully tested on cards used at various universities
- in Germany.
+ Read your current balance cards manufactured by Intercard and Magnacarta via
+ NFC. The App has been successfully tested on cards used at various universities
+ in Germany.
RepoType: git
Repo: https://github.com/jakobwenzel/MensaGuthaben
diff --git a/metadata/de.zieren.rot13.yml b/metadata/de.zieren.rot13.yml
index d88d741414..e660575424 100644
--- a/metadata/de.zieren.rot13.yml
+++ b/metadata/de.zieren.rot13.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/zieren/rot13translator/issues
AutoName: ROT13 Translator
Description: |-
- Encode/decode text using the simple ROT13 substitution cipher. ROT13 is a means
- of hiding text from a casual glance, comparable to a magazine printing the
- solution to a quiz upside down.
+ Encode/decode text using the simple ROT13 substitution cipher. ROT13 is a means
+ of hiding text from a casual glance, comparable to a magazine printing the
+ solution to a quiz upside down.
RepoType: git
Repo: https://github.com/zieren/rot13translator
@@ -20,10 +20,10 @@ Builds:
target: android-18
MaintainerNotes: |-
- Upstream is using target=Google Inc.:Google APIs:18, so we have to force
- android-18.
+ Upstream is using target=Google Inc.:Google APIs:18, so we have to force
+ android-18.
- License is stated in the project summary.
+ License is stated in the project summary.
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/deckers.thibault.aves.libre.yml b/metadata/deckers.thibault.aves.libre.yml
index 883c4e2c93..aae5e23857 100644
--- a/metadata/deckers.thibault.aves.libre.yml
+++ b/metadata/deckers.thibault.aves.libre.yml
@@ -34,7 +34,7 @@ Builds:
scandelete:
- .flutter/dev/integration_tests
build: ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
- --target-platform="android-arm"
+ --target-platform="android-arm"
- versionName: 1.7.7
versionCode: 8702
@@ -53,7 +53,7 @@ Builds:
scandelete:
- .flutter/dev/integration_tests
build: ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
- --target-platform="android-arm64"
+ --target-platform="android-arm64"
- versionName: 1.7.7
versionCode: 8704
@@ -72,7 +72,7 @@ Builds:
scandelete:
- .flutter/dev/integration_tests
build: ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
- --target-platform="android-x64"
+ --target-platform="android-x64"
- versionName: 1.7.8
versionCode: 8801
@@ -91,7 +91,7 @@ Builds:
scandelete:
- .flutter/dev/integration_tests
build: ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
- --target-platform="android-arm"
+ --target-platform="android-arm"
- versionName: 1.7.8
versionCode: 8802
@@ -110,7 +110,7 @@ Builds:
scandelete:
- .flutter/dev/integration_tests
build: ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
- --target-platform="android-arm64"
+ --target-platform="android-arm64"
- versionName: 1.7.8
versionCode: 8804
@@ -129,7 +129,7 @@ Builds:
scandelete:
- .flutter/dev/integration_tests
build: ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
- --target-platform="android-x64"
+ --target-platform="android-x64"
- versionName: 1.7.9
versionCode: 8901
@@ -148,7 +148,7 @@ Builds:
scandelete:
- .flutter/dev/integration_tests
build: ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
- --target-platform="android-arm"
+ --target-platform="android-arm"
- versionName: 1.7.9
versionCode: 8902
@@ -167,7 +167,7 @@ Builds:
scandelete:
- .flutter/dev/integration_tests
build: ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
- --target-platform="android-arm64"
+ --target-platform="android-arm64"
- versionName: 1.7.9
versionCode: 8904
@@ -186,7 +186,7 @@ Builds:
scandelete:
- .flutter/dev/integration_tests
build: ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
- --target-platform="android-x64"
+ --target-platform="android-x64"
- versionName: 1.7.10
versionCode: 9001
@@ -205,7 +205,7 @@ Builds:
scandelete:
- .flutter/dev/integration_tests
build: ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
- --target-platform="android-arm"
+ --target-platform="android-arm"
- versionName: 1.7.10
versionCode: 9002
@@ -224,7 +224,7 @@ Builds:
scandelete:
- .flutter/dev/integration_tests
build: ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
- --target-platform="android-arm64"
+ --target-platform="android-arm64"
- versionName: 1.7.10
versionCode: 9004
@@ -243,7 +243,7 @@ Builds:
scandelete:
- .flutter/dev/integration_tests
build: ./flutterw build apk -t lib/main_libre.dart --flavor libre --split-per-abi
- --target-platform="android-x64"
+ --target-platform="android-x64"
- versionName: 1.8.1
versionCode: 9201
@@ -984,7 +984,7 @@ Builds:
--target-platform="android-x64"
MaintainerNotes: scanignore is used to skip lint false positives triggered by Google/Huawei
- repos and dependencies used by other flavors.
+ repos and dependencies used by other flavors.
AutoUpdateMode: Version
UpdateCheckMode: Tags v[\d.]+
diff --git a/metadata/deep.ryd.rydplayer.yml b/metadata/deep.ryd.rydplayer.yml
index ece75634f1..cf7bad5514 100644
--- a/metadata/deep.ryd.rydplayer.yml
+++ b/metadata/deep.ryd.rydplayer.yml
@@ -10,27 +10,27 @@ Donate: https://www.buymeacoffee.com/deepgaurav
AutoName: MusicPiped
Description: |-
- MusicPiped is a full-featured music player that streams from YouTube
- instead of playing local files.
+ MusicPiped is a full-featured music player that streams from YouTube
+ instead of playing local files.
- You can stream any music available on YouTube for free.
+ You can stream any music available on YouTube for free.
- At core this app uses NewPipeExtractor to get streams from YouTube hence
- can play almost any YouTube stream.
+ At core this app uses NewPipeExtractor to get streams from YouTube hence
+ can play almost any YouTube stream.
- Features an inbuilt search over YouTube, an adjustable playing queue,
- custom playlists and more. No song is stored on your device, they're
- directly streamed from Google servers, hence saving disk space.
+ Features an inbuilt search over YouTube, an adjustable playing queue,
+ custom playlists and more. No song is stored on your device, they're
+ directly streamed from Google servers, hence saving disk space.
- It does not stream video and only fetches audio files, thus eliminating
- heavy data usage of videos.
+ It does not stream video and only fetches audio files, thus eliminating
+ heavy data usage of videos.
- It's a fully featured music player so you can enjoy background playback
- with notification controls, and you don't need to keep screen on and
- focused to listen to your music.
+ It's a fully featured music player so you can enjoy background playback
+ with notification controls, and you don't need to keep screen on and
+ focused to listen to your music.
- It does not track you, there is no tracking system at all, you don't even
- need Google APIs to use the app.
+ It does not track you, there is no tracking system at all, you don't even
+ need Google APIs to use the app.
RepoType: git
Repo: https://github.com/deep-gaurav/MusicPiped
diff --git a/metadata/design.codeux.authpass.fdroid.yml b/metadata/design.codeux.authpass.fdroid.yml
index 30ebd993a7..c779a76490 100644
--- a/metadata/design.codeux.authpass.fdroid.yml
+++ b/metadata/design.codeux.authpass.fdroid.yml
@@ -11,11 +11,11 @@ Bitcoin: 3NcBacCmJbYWpwxj6rWzpM7sx48etMrPtc
AutoName: AuthPass Password Manager
Description: |-
- Easily and securely keep track of all your Passwords!
+ Easily and securely keep track of all your Passwords!
- AuthPass is a stand alone password manager with support
- for the popular Keepass (kdbx) format. Store your passwords,
- share across all your devices and easily find them whenever you need to login.
+ AuthPass is a stand alone password manager with support
+ for the popular Keepass (kdbx) format. Store your passwords,
+ share across all your devices and easily find them whenever you need to login.
RepoType: git
Repo: https://github.com/authpass/authpass
@@ -542,7 +542,7 @@ Builds:
- deps/kdbx.dart/libargon2*
- authpass/_tools/blackbox.go.linux
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.10.2.4988404' > /dev/null
+ 'cmake;3.10.2.4988404' > /dev/null
build:
- mkdir tmp
- DEPS=./tmp _tools/install_flutter.sh
@@ -566,7 +566,7 @@ Builds:
- deps/kdbx.dart/libargon2*
- authpass/_tools/blackbox.go.linux
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.10.2.4988404' > /dev/null
+ 'cmake;3.10.2.4988404' > /dev/null
build:
- mkdir tmp
- DEPS=./tmp _tools/install_flutter.sh
diff --git a/metadata/dev.cyberme0w.openbike.yml b/metadata/dev.cyberme0w.openbike.yml
index ccaba2966f..09d21f80dd 100644
--- a/metadata/dev.cyberme0w.openbike.yml
+++ b/metadata/dev.cyberme0w.openbike.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on api.nextbike.net server
+ NonFreeNet:
+ en-US: Depends on api.nextbike.net server
Categories:
- Navigation
License: GPL-3.0-only
diff --git a/metadata/dev.datlag.burningseries.yml b/metadata/dev.datlag.burningseries.yml
index d980571000..c61bfa51b9 100644
--- a/metadata/dev.datlag.burningseries.yml
+++ b/metadata/dev.datlag.burningseries.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Data is pulled from several non-libre web services.
+ NonFreeNet:
+ en-US: Data is pulled from several non-libre web services.
Categories:
- Multimedia
License: GPL-3.0-only
diff --git a/metadata/dev.drsoran.moloko.yml b/metadata/dev.drsoran.moloko.yml
index 1dbda33371..4d77e44c04 100644
--- a/metadata/dev.drsoran.moloko.yml
+++ b/metadata/dev.drsoran.moloko.yml
@@ -6,20 +6,20 @@ SourceCode: https://code.google.com/p/moloko/source
AutoName: Moloko
Description: |-
- The goal of the app is to support nearly all features provided by the
- rememberthemilk.com web application. Moloko accesses all tasks via a local
- database. Network connection is only necessary for background synchronization.
- Currently it supports German, English and French language.
+ The goal of the app is to support nearly all features provided by the
+ rememberthemilk.com web application. Moloko accesses all tasks via a local
+ database. Network connection is only necessary for background synchronization.
+ Currently it supports German, English and French language.
- rememberthemilk.com is a website that helps you manage todo lists. The app sets
- up an account provider and you can choose read access or read/write access to
- your account, but you will need an account on the website first.
+ rememberthemilk.com is a website that helps you manage todo lists. The app sets
+ up an account provider and you can choose read access or read/write access to
+ your account, but you will need an account on the website first.
- Support for HTTP and HTTPS access of RTM including proxy settings and
- compression to save data volume. RTM smart search syntax operators: also used
- for smart lists. See the wiki on the website for more.
+ Support for HTTP and HTTPS access of RTM including proxy settings and
+ compression to save data volume. RTM smart search syntax operators: also used
+ for smart lists. See the wiki on the website for more.
- Status: BETA
+ Status: BETA
Builds:
- versionName: 0.16.3b
@@ -33,7 +33,7 @@ Builds:
versionCode: 94208
commit: '714'
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1lib/ActionBarSherlock@'
- project.properties
+ project.properties
androidupdate:
- .
- lib/ActionBarSherlock
@@ -43,7 +43,7 @@ Builds:
versionCode: 94209
commit: '717'
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1lib/ActionBarSherlock@'
- project.properties
+ project.properties
androidupdate:
- .
- lib/ActionBarSherlock
@@ -53,7 +53,7 @@ Builds:
versionCode: 94210
commit: '728'
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1lib/ActionBarSherlock@'
- project.properties
+ project.properties
androidupdate:
- .
- lib/ActionBarSherlock
diff --git a/metadata/dev.jtsalva.cloudmare.yml b/metadata/dev.jtsalva.cloudmare.yml
index e45ac11a9d..048cd75a2d 100644
--- a/metadata/dev.jtsalva.cloudmare.yml
+++ b/metadata/dev.jtsalva.cloudmare.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Cloudflare.
+ NonFreeNet:
+ en-US: Depends on Cloudflare.
Categories:
- Development
- Internet
@@ -11,21 +11,21 @@ IssueTracker: https://github.com/jtsalva/cloudmare/issues
AutoName: CloudMare // Activity titles
Description: |-
- NOTE: App repo is archived by dev. No longer maintained.
+ NOTE: App repo is archived by dev. No longer maintained.
- The only Android app supporting API Tokens, the safer alternative to a Global API Key.
+ The only Android app supporting API Tokens, the safer alternative to a Global API Key.
- * Dark and Light theme
- * Toggle 'Under Attack Mode' and 'Development Mode'
- * Search & Manage DNS records
- * View Analytics
- * Toggle Page Rules
- * Manage SSL Settings
- * Manage Caching Controls
- * Manage Network Settings
- * Supports both API Tokens and Email + API Key
+ * Dark and Light theme
+ * Toggle 'Under Attack Mode' and 'Development Mode'
+ * Search & Manage DNS records
+ * View Analytics
+ * Toggle Page Rules
+ * Manage SSL Settings
+ * Manage Caching Controls
+ * Manage Network Settings
+ * Supports both API Tokens and Email + API Key
- Unofficial and not endorsed by Cloudflare. Data travels only from your device to Cloudflare's official API; no data is recorded or sent elsewhere by CloudMare.
+ Unofficial and not endorsed by Cloudflare. Data travels only from your device to Cloudflare's official API; no data is recorded or sent elsewhere by CloudMare.
RepoType: git
Repo: https://github.com/jtsalva/cloudmare
diff --git a/metadata/dev.leonlatsch.photok.yml b/metadata/dev.leonlatsch.photok.yml
index a650dedc12..45ef0aacd4 100644
--- a/metadata/dev.leonlatsch.photok.yml
+++ b/metadata/dev.leonlatsch.photok.yml
@@ -10,31 +10,31 @@ Changelog: https://github.com/leonlatsch/Photok/releases
AutoName: Photok
Description: |-
- NOTE: This app is no longer developed, only maintanance.
+ NOTE: This app is no longer developed, only maintanance.
- Encrypt your photos on your device and keep them safe from others.
+ Encrypt your photos on your device and keep them safe from others.
- Photok is a free Photo-Safe. It stores your photos & videos encrypted on your device and hides them from others.
- It uses technologies like, AES-256 encryption standard or bcrypt, to keep your photos secure.
- Photok is completely free, open source, and runs no ads.
+ Photok is a free Photo-Safe. It stores your photos & videos encrypted on your device and hides them from others.
+ It uses technologies like, AES-256 encryption standard or bcrypt, to keep your photos secure.
+ Photok is completely free, open source, and runs no ads.
- Features
- * import photos and videosfrom your gallery
- * fully functional in app gallery
- * export photos back to your gallery
- * change your password
- * create and Restore backups
- * share to Photok
- * hide app icon
- * recovery menu
+ Features
+ * import photos and videosfrom your gallery
+ * fully functional in app gallery
+ * export photos back to your gallery
+ * change your password
+ * create and Restore backups
+ * share to Photok
+ * hide app icon
+ * recovery menu
- Benefits
- * hide your sensitive photos from others
- * protect your photos from data theft
+ Benefits
+ * hide your sensitive photos from others
+ * protect your photos from data theft
- Photok on GitHub: https://github.com/leonlatsch/Photok
+ Photok on GitHub: https://github.com/leonlatsch/Photok
- Icons made by Google, Freepik and ultimatearm from www.flaticon.com
+ Icons made by Google, Freepik and ultimatearm from www.flaticon.com
RepoType: git
Repo: https://github.com/leonlatsch/Photok
diff --git a/metadata/dev.marchello.sharik.yml b/metadata/dev.marchello.sharik.yml
index 45cd120654..a87aa19c08 100644
--- a/metadata/dev.marchello.sharik.yml
+++ b/metadata/dev.marchello.sharik.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: loads fronts from Google
- Tracking:
- en-US: reports e.g. device details to ackee.mark.vin (opt-out)
+ NonFreeNet:
+ en-US: loads fronts from Google
+ Tracking:
+ en-US: reports e.g. device details to ackee.mark.vin (opt-out)
Categories:
- Connectivity
License: MIT
@@ -25,7 +25,7 @@ Builds:
srclibs:
- flutter@1.22.5
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
diff --git a/metadata/dev.msfjarvis.aps.yml b/metadata/dev.msfjarvis.aps.yml
index 380026b02f..a4a98a3320 100644
--- a/metadata/dev.msfjarvis.aps.yml
+++ b/metadata/dev.msfjarvis.aps.yml
@@ -127,11 +127,11 @@ Builds:
- autofill-parser/src/main/assets/publicsuffixes
MaintainerNotes: |-
- The file at `autofill-parser/src/main/assets/publicsuffixes` is a version
- of the [Public Suffix List](https://publicsuffix.org/) that has been
- sorted and stripped of all comments. It is identified as a binary files
- because it contains two 4-byte length fields, one right at the beginning,
- but is otherwise plaintext.
+ The file at `autofill-parser/src/main/assets/publicsuffixes` is a version
+ of the [Public Suffix List](https://publicsuffix.org/) that has been
+ sorted and stripped of all comments. It is identified as a binary files
+ because it contains two 4-byte length fields, one right at the beginning,
+ but is otherwise plaintext.
AutoUpdateMode: Version
UpdateCheckMode: Tags v[0-9]+\.[0-9]+\.[0-9]+
diff --git a/metadata/dev.obfusk.jiten.yml b/metadata/dev.obfusk.jiten.yml
index c29dbafc77..096e848ddf 100644
--- a/metadata/dev.obfusk.jiten.yml
+++ b/metadata/dev.obfusk.jiten.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- NonFreeAssets:
- en-US: the pitch accent database and example sentences & audio are licensed
- for non-commercial use only
+ NonFreeAssets:
+ en-US: the pitch accent database and example sentences & audio are licensed for
+ non-commercial use only
Categories:
- Science & Education
License: AGPL-3.0-or-later
@@ -197,9 +197,9 @@ Builds:
ndk: r22b
MaintainerNotes: We're excluding some *.xml.gz files from the scan process because
- they are only compressed to prevent the source repository from becoming unnecessarily
- large and to avoid going over the maximum individual file size of common git hosting
- services.
+ they are only compressed to prevent the source repository from becoming unnecessarily
+ large and to avoid going over the maximum individual file size of common git hosting
+ services.
AutoUpdateMode: None
UpdateCheckMode: Static
diff --git a/metadata/dev.pesic.rpncalc.yml b/metadata/dev.pesic.rpncalc.yml
index 7fa1427adb..b62971305d 100644
--- a/metadata/dev.pesic.rpncalc.yml
+++ b/metadata/dev.pesic.rpncalc.yml
@@ -19,7 +19,7 @@ Builds:
srclibs:
- flutter@1.22.4
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
@@ -33,7 +33,7 @@ Builds:
srclibs:
- flutter@1.22.4
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
diff --git a/metadata/dev.ukanth.ufirewall.yml b/metadata/dev.ukanth.ufirewall.yml
index 945b8c93bd..d426b44552 100644
--- a/metadata/dev.ukanth.ufirewall.yml
+++ b/metadata/dev.ukanth.ufirewall.yml
@@ -15,19 +15,19 @@ Donate: https://github.com/ukanth/afwall/wiki#making-donations
AutoName: AFWall+
Description: |-
- Firewall (iptables frontend), based on DroidWall which is no longer being
- developed. A paid "donate"-version with more features it advertised within the
- app.
+ Firewall (iptables frontend), based on DroidWall which is no longer being
+ developed. A paid "donate"-version with more features it advertised within the
+ app.
- * Import/Export Rules to external storage
- * Search Applications
- * Multiple profiles with custom names
- * Highlights system applications with custom color
- * Notify on new installations
- * VPN Support
- * Device Admin support to protect against being uninstalled
+ * Import/Export Rules to external storage
+ * Search Applications
+ * Multiple profiles with custom names
+ * Highlights system applications with custom color
+ * Notify on new installations
+ * VPN Support
+ * Device Admin support to protect against being uninstalled
- Requires root: Yes. iptables must run as root.
+ Requires root: Yes. iptables must run as root.
RequiresRoot: true
diff --git a/metadata/development.parkenulm.yml b/metadata/development.parkenulm.yml
index 5b14afb519..9ddf7b1d52 100644
--- a/metadata/development.parkenulm.yml
+++ b/metadata/development.parkenulm.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on the city’s parking server.
- de: Benötigt den „Park-Server“ der Stadt Ulm.
+ NonFreeNet:
+ en-US: Depends on the city’s parking server.
+ de: Benötigt den „Park-Server“ der Stadt Ulm.
Categories:
- Navigation
License: GPL-3.0-only
diff --git a/metadata/dk.andsen.asqlitemanager.yml b/metadata/dk.andsen.asqlitemanager.yml
index eeb349cdd2..5a6c6612d7 100644
--- a/metadata/dk.andsen.asqlitemanager.yml
+++ b/metadata/dk.andsen.asqlitemanager.yml
@@ -8,12 +8,12 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=matin.ands
AutoName: aSQLiteManager
Description: |-
- Front end allowing management of SQLite databases. These are very commonly used
- by apps to store settings in the /data directory, but you would need root access
- to move them to a location that this app can edit them from. If you try to enter
- that directory with this app's file manager it suggests you install aShell to do
- it directly, but we don't have that in the repo as the source code is not yet
- available.
+ Front end allowing management of SQLite databases. These are very commonly used
+ by apps to store settings in the /data directory, but you would need root access
+ to move them to a location that this app can edit them from. If you try to enter
+ that directory with this app's file manager it suggests you install aShell to do
+ it directly, but we don't have that in the repo as the source code is not yet
+ available.
RepoType: git-svn
Repo: https://svn.code.sf.net/p/asqlitemanager/code/aSQLiteManager
diff --git a/metadata/dk.jens.backup.yml b/metadata/dk.jens.backup.yml
index 946c570899..c75b1bc85f 100644
--- a/metadata/dk.jens.backup.yml
+++ b/metadata/dk.jens.backup.yml
@@ -8,20 +8,20 @@ Changelog: https://github.com/jensstein/oandbackup/blob/HEAD/changelog.md
AutoName: oandbackup
Description: |-
- Make backups of selected apps on your device and restore from those backups.
- oandbackup enables you to save app data to a user-accessible location. Both
- backup / restore of single apps and of multiple apps are supported.
+ Make backups of selected apps on your device and restore from those backups.
+ oandbackup enables you to save app data to a user-accessible location. Both
+ backup / restore of single apps and of multiple apps are supported.
- Requires a working busybox installation at the moment (often pre-installed on
- custom roms).
+ Requires a working busybox installation at the moment (often pre-installed on
+ custom roms).
- Status: Beta
+ Status: Beta
- Requires root: Yes. Copies files from /data/data, /data/app and /system/app.
+ Requires root: Yes. Copies files from /data/data, /data/app and /system/app.
- (If you don't have root but have Android 4+ you can use the command-line program
- adb from the Android SDK platform tools
- to make backups via a desktop computer)
+ (If you don't have root but have Android 4+ you can use the command-line program
+ adb from the Android SDK platform tools
+ to make backups via a desktop computer)
RequiresRoot: true
diff --git a/metadata/dk.kjeldsen.carwingsflutter.yml b/metadata/dk.kjeldsen.carwingsflutter.yml
index 272085a137..cb71d4fd53 100644
--- a/metadata/dk.kjeldsen.carwingsflutter.yml
+++ b/metadata/dk.kjeldsen.carwingsflutter.yml
@@ -9,15 +9,15 @@ IssueTracker: https://gitlab.com/tobiaswkjeldsen/carwingsflutter/issues
AutoName: My Leaf
Description: |-
- My Leaf is a simple and fast alternative to the official NissanConnect EV
- app from Nissan.
+ My Leaf is a simple and fast alternative to the official NissanConnect EV
+ app from Nissan.
- You can ask your vehicle for the latest data, see current battery and
- charging statuses, see current climate control state, start or stop climate
- control remotely, remotely start charging, and retrieve the last known
- location of the vehicle.
+ You can ask your vehicle for the latest data, see current battery and
+ charging statuses, see current climate control state, start or stop climate
+ control remotely, remotely start charging, and retrieve the last known
+ location of the vehicle.
- Note: The app depends on Nissan’s CarWings service, which is not libre.
+ Note: The app depends on Nissan’s CarWings service, which is not libre.
RepoType: git
Repo: https://gitlab.com/tobiaswkjeldsen/carwingsflutter.git
diff --git a/metadata/dk.nindroid.rss.yml b/metadata/dk.nindroid.rss.yml
index dfd942ee56..46ccf292d5 100644
--- a/metadata/dk.nindroid.rss.yml
+++ b/metadata/dk.nindroid.rss.yml
@@ -6,9 +6,9 @@ SourceCode: https://code.google.com/p/floatingimage/source
AutoName: Floating Image
Description: |-
- Streams images from various image hosting websites or RSS feeds as well as from
- the device and displays them in a continuous stream of floating images across
- the display. Works as a live wallpaper too.
+ Streams images from various image hosting websites or RSS feeds as well as from
+ the device and displays them in a continuous stream of floating images across
+ the display. Works as a live wallpaper too.
Builds:
- versionName: 3.4.23
diff --git a/metadata/dmusiolik.pijaret.yml b/metadata/dmusiolik.pijaret.yml
index a4daa119e0..5051cdece9 100644
--- a/metadata/dmusiolik.pijaret.yml
+++ b/metadata/dmusiolik.pijaret.yml
@@ -9,15 +9,15 @@ Changelog: https://github.com/MrFlyingToasterman/Pijaret/releases
AutoName: Pijaret
Description: |-
- Pijaret is just another rotation encryption tool.
+ Pijaret is just another rotation encryption tool.
- WARNING: THIS IS A TOYCRYPTER! DO NOT USE FOR SERIOUS PURPOSE!
+ WARNING: THIS IS A TOYCRYPTER! DO NOT USE FOR SERIOUS PURPOSE!
- The main purpose is to create a small encryption tool to make services like
- Whatsapp or Telegram a >bit< more secure. The system is easy to understand. You
- share a numeric key with your partner in real life and en/de-crypt some
- important messages with it. (In case you don't go outside you can just tormail
- your chat partner or stuff).
+ The main purpose is to create a small encryption tool to make services like
+ Whatsapp or Telegram a >bit< more secure. The system is easy to understand. You
+ share a numeric key with your partner in real life and en/de-crypt some
+ important messages with it. (In case you don't go outside you can just tormail
+ your chat partner or stuff).
RepoType: git
Repo: https://github.com/MrFlyingToasterman/Pijaret
diff --git a/metadata/dnsfilter.android.yml b/metadata/dnsfilter.android.yml
index d74a62ba74..75a128f87e 100644
--- a/metadata/dnsfilter.android.yml
+++ b/metadata/dnsfilter.android.yml
@@ -8,18 +8,18 @@ Changelog: https://github.com/IngoZenz/personaldnsfilter/releases
AutoName: personalDNSfilter
Description: |-
- personalDNSfilter is a DNS filter proxy written in Java. It hooks into
- the domain name (DNS) resolution and returns the loopback address for
- filtered hosts.
+ personalDNSfilter is a DNS filter proxy written in Java. It hooks into
+ the domain name (DNS) resolution and returns the loopback address for
+ filtered hosts.
- It can be used for filtering ads and other unwished hosts based on a host
- list – thus it is a good AdBlock alternative. On Android 4.2 and newer it
- can be used as effective ad, malware and tracking server filter without
- root access!
+ It can be used for filtering ads and other unwished hosts based on a host
+ list – thus it is a good AdBlock alternative. On Android 4.2 and newer it
+ can be used as effective ad, malware and tracking server filter without
+ root access!
- It works with any upstream DNS server - filtering is completely local - no
- phoning home or such things! You can run it locally on your device or
- centrally as DNS server in your network.
+ It works with any upstream DNS server - filtering is completely local - no
+ phoning home or such things! You can run it locally on your device or
+ centrally as DNS server in your network.
RepoType: git
Repo: https://github.com/IngoZenz/personaldnsfilter
diff --git a/metadata/douzifly.list.yml b/metadata/douzifly.list.yml
index fac4b0bb36..0780c49726 100644
--- a/metadata/douzifly.list.yml
+++ b/metadata/douzifly.list.yml
@@ -8,10 +8,10 @@ Changelog: https://github.com/douzifly/clear-todolist/blob/HEAD/NEWS.md
AutoName: Clear List
Description: |-
- Helps people to quickly capture what's on their mind and get a reminder later at
- the right time. Included are two clear and beautiful material designed themes to
- make use experience better. No remote server is used, data is kept on your
- device.
+ Helps people to quickly capture what's on their mind and get a reminder later at
+ the right time. Included are two clear and beautiful material designed themes to
+ make use experience better. No remote server is used, data is kept on your
+ device.
RepoType: git
Repo: https://github.com/douzifly/clear-todolist
diff --git a/metadata/dudeofx.eval.yml b/metadata/dudeofx.eval.yml
index 3863e2579b..857e481e18 100644
--- a/metadata/dudeofx.eval.yml
+++ b/metadata/dudeofx.eval.yml
@@ -7,18 +7,18 @@ IssueTracker: https://sourceforge.net/p/mathexpressionevaluator/discussion
AutoName: Expression Evaluator
Description: |-
- The program takes in mathematical expressions and evaluates them. Its a little
- bit more useful then a common calculator in that it handles variables. The look
- and feel is more towards a programming language. Simplified version of MathCad
- or Linux octave.
+ The program takes in mathematical expressions and evaluates them. Its a little
+ bit more useful then a common calculator in that it handles variables. The look
+ and feel is more towards a programming language. Simplified version of MathCad
+ or Linux octave.
- Example input:
+ Example input:
- apple = 12, orange = 7 (apple/2 + orange)*10
+ apple = 12, orange = 7 (apple/2 + orange)*10
- Example output:
+ Example output:
- 130.0
+ 130.0
RepoType: git
Repo: https://git.code.sf.net/p/mathexpressionevaluator/code
diff --git a/metadata/dulleh.akhyou.fdroid.yml b/metadata/dulleh.akhyou.fdroid.yml
index 16fb48a2a9..1a34d01ea3 100644
--- a/metadata/dulleh.akhyou.fdroid.yml
+++ b/metadata/dulleh.akhyou.fdroid.yml
@@ -9,10 +9,10 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/https://github.co
AutoName: Akhyou!
Summary: Stream and download anime
Description: |-
- Akhyou! lets you stream or download anime from a variety of streaming sites
- using your media player of choice.
+ Akhyou! lets you stream or download anime from a variety of streaming sites
+ using your media player of choice.
- This app doesn't work anymore.
+ This app doesn't work anymore.
Builds:
- versionName: 2.0.6
diff --git a/metadata/dummydomain.yetanothercallblocker.yml b/metadata/dummydomain.yetanothercallblocker.yml
index 7be55460e8..ea3c7f1ff8 100644
--- a/metadata/dummydomain.yetanothercallblocker.yml
+++ b/metadata/dummydomain.yetanothercallblocker.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on a non-libre source for its data.
+ NonFreeNet:
+ en-US: Depends on a non-libre source for its data.
Categories:
- Phone & SMS
License: AGPL-3.0-only
diff --git a/metadata/edu.berkeley.boinc.yml b/metadata/edu.berkeley.boinc.yml
index 698e8971d4..2d3f0b8fac 100644
--- a/metadata/edu.berkeley.boinc.yml
+++ b/metadata/edu.berkeley.boinc.yml
@@ -10,16 +10,16 @@ Translation: https://www.transifex.com/boinc/boinc/dashboard/
AutoName: BOINC
Description: |-
- Use your phone or tablet to study diseases, predict global warming, or
- discover pulsars! BOINC harnesses the unused computing power of your Android
- device and runs jobs for scientific research projects. You can choose from
- projects in several areas of science, including Yoyo@Home, World Community
- Grid, PrimeGrid, Enigma@Home, OProject@Home, theSkyNet POGS, Asteroids@Home,
- and Einstein@Home.
+ Use your phone or tablet to study diseases, predict global warming, or
+ discover pulsars! BOINC harnesses the unused computing power of your Android
+ device and runs jobs for scientific research projects. You can choose from
+ projects in several areas of science, including Yoyo@Home, World Community
+ Grid, PrimeGrid, Enigma@Home, OProject@Home, theSkyNet POGS, Asteroids@Home,
+ and Einstein@Home.
- BOINC computes only when your device is plugged in and charged, so it won't
- run down your battery. It transfers data over WiFi, so it won't use up your
- cell phone plan's data limit.
+ BOINC computes only when your device is plugged in and charged, so it won't
+ run down your battery. It transfers data over WiFi, so it won't use up your
+ cell phone plan's data limit.
RepoType: git
Repo: https://github.com/BOINC/boinc
diff --git a/metadata/edu.cmu.cylab.starslinger.demo.yml b/metadata/edu.cmu.cylab.starslinger.demo.yml
index 8a2a30fa95..e746cf1d5e 100644
--- a/metadata/edu.cmu.cylab.starslinger.demo.yml
+++ b/metadata/edu.cmu.cylab.starslinger.demo.yml
@@ -9,10 +9,10 @@ Changelog: https://github.com/SafeSlingerProject/SafeSlinger-Android/releases
AutoName: SafeSlinger Exchange for Security Developers
Description: |-
- Developer demo 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.
+ Developer demo 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
diff --git a/metadata/edu.cmu.pocketsphinx.demo.yml b/metadata/edu.cmu.pocketsphinx.demo.yml
index 24c420b14c..0a64c1536c 100644
--- a/metadata/edu.cmu.pocketsphinx.demo.yml
+++ b/metadata/edu.cmu.pocketsphinx.demo.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/cmusphinx/pocketsphinx-android-demo/issues
AutoName: PocketSphinx Demo
Description: |-
- Demo project for a speech recognition system developed at the Carnegie Melon
- University.
+ Demo project for a speech recognition system developed at the Carnegie Melon
+ University.
RepoType: git
Repo: https://github.com/cmusphinx/pocketsphinx-android-demo
@@ -39,9 +39,9 @@ Builds:
- libs
MaintainerNotes: |-
- * build is creepy, but is upstream's recommendation.
- * demo project does not update versioncode
- * binary speech recognition files at assets/sync/models/
+ * build is creepy, but is upstream's recommendation.
+ * demo project does not update versioncode
+ * binary speech recognition files at assets/sync/models/
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/edu.harvard.android.mmskeeper.yml b/metadata/edu.harvard.android.mmskeeper.yml
index 77deebe565..6853c68e33 100644
--- a/metadata/edu.harvard.android.mmskeeper.yml
+++ b/metadata/edu.harvard.android.mmskeeper.yml
@@ -6,18 +6,18 @@ IssueTracker: https://github.com/bencebeky/MMSKeeper/issues
AutoName: MMSKeeper
Description: |-
- This app modifies the TYPE field of the current APN (Access Point Name) to allow
- or disallow data traffic, while still being able to send and receive multimedia
- messages (MMS). The desired TYPE values are customizable. Data still needs to be
- enabled for MMS.
+ This app modifies the TYPE field of the current APN (Access Point Name) to allow
+ or disallow data traffic, while still being able to send and receive multimedia
+ messages (MMS). The desired TYPE values are customizable. Data still needs to be
+ enabled for MMS.
- The only reason to use this app is to save on data traffic, e.g. if you have a
- plan with limited data.
+ The only reason to use this app is to save on data traffic, e.g. if you have a
+ plan with limited data.
- This app also provides a widget for easy toggle of data.
+ This app also provides a widget for easy toggle of data.
- This app needs to be a system app on Android 4.0 and higher, because the
- permission WRITE_APN_SETTINGS is only granted for system apps.
+ This app needs to be a system app on Android 4.0 and higher, because the
+ permission WRITE_APN_SETTINGS is only granted for system apps.
RepoType: git
Repo: https://github.com/bencebeky/MMSKeeper.git
diff --git a/metadata/edu.killerud.kitchentimer.yml b/metadata/edu.killerud.kitchentimer.yml
index c809d78bcc..7d6540e930 100644
--- a/metadata/edu.killerud.kitchentimer.yml
+++ b/metadata/edu.killerud.kitchentimer.yml
@@ -6,11 +6,11 @@ IssueTracker: https://github.com/wkillerud/hiofenigma-android/issues
AutoName: OpenTimer
Description: |-
- A countdown timer app where you can start as many timers as you need. Add or
- remove timers using the buttons, and just touch the timer to start it.
+ A countdown timer app where you can start as many timers as you need. Add or
+ remove timers using the buttons, and just touch the timer to start it.
- When the timer is done OpenTimer will wake up your phone if it is unlocked,
- sound an alarm, and vibrate until you turn the alarm off.
+ When the timer is done OpenTimer will wake up your phone if it is unlocked,
+ sound an alarm, and vibrate until you turn the alarm off.
RepoType: git
Repo: https://github.com/wkillerud/hiofenigma-android.git
diff --git a/metadata/edu.nyu.cs.omnidroid.app.yml b/metadata/edu.nyu.cs.omnidroid.app.yml
index d689cf7efe..9bafd9a9b0 100644
--- a/metadata/edu.nyu.cs.omnidroid.app.yml
+++ b/metadata/edu.nyu.cs.omnidroid.app.yml
@@ -6,14 +6,14 @@ WebSite: https://code.google.com/archive/p/omnidroid/
AutoName: Omnidroid
Summary: Automated Event Handler
Description: |-
- Note: This abandoned app is kept for historical reasons, so you should
- rather use its successor https://f-droid.org/packages/libretasks.app.
+ Note: This abandoned app is kept for historical reasons, so you should
+ rather use its successor https://f-droid.org/packages/libretasks.app.
- Omnidroid is an automated event/action manager that allows users to automate
- system functionality based on incoming application intents. It also provides a
- general plug-in framework that allows any compatible application events to
- trigger any other applications actions. An intuitive user interface allows the
- user to control what events cause what actions to occur.
+ Omnidroid is an automated event/action manager that allows users to automate
+ system functionality based on incoming application intents. It also provides a
+ general plug-in framework that allows any compatible application events to
+ trigger any other applications actions. An intuitive user interface allows the
+ user to control what events cause what actions to occur.
Builds:
- versionName: 0.2.1
diff --git a/metadata/edu.rit.csh.devin.yml b/metadata/edu.rit.csh.devin.yml
index 9315503b3a..c879671ad5 100644
--- a/metadata/edu.rit.csh.devin.yml
+++ b/metadata/edu.rit.csh.devin.yml
@@ -11,10 +11,10 @@ Donate: https://www.rit.edu/giving/ComputerScienceHouse
AutoName: Flask
Description: |-
- Flask lets you drop items from the vending machines on floor at Computer Science House!
+ Flask lets you drop items from the vending machines on floor at Computer Science House!
- Flask can be used to check item availability / stock, prices, and of course make
- purchases from the comfort of your smartphone.
+ Flask can be used to check item availability / stock, prices, and of course make
+ purchases from the comfort of your smartphone.
RepoType: git
Repo: https://github.com/ComputerScienceHouse/devin.git
diff --git a/metadata/edu.rit.poe.atomix.yml b/metadata/edu.rit.poe.atomix.yml
index 7b35424106..a74d2da551 100644
--- a/metadata/edu.rit.poe.atomix.yml
+++ b/metadata/edu.rit.poe.atomix.yml
@@ -5,8 +5,8 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/https://droid-ato
AutoName: DroidAtomix
Description: |-
- This is a puzzle game to build molecules from individual atoms. Atoms can move
- left, right, up or down, and will continue to slide until they hit any obstacle.
+ This is a puzzle game to build molecules from individual atoms. Atoms can move
+ left, right, up or down, and will continue to slide until they hit any obstacle.
Builds:
- versionName: 1.0.1
diff --git a/metadata/edu.sfsu.cs.orange.ocr.yml b/metadata/edu.sfsu.cs.orange.ocr.yml
index 6a0fe8ab4b..aafd88aa68 100644
--- a/metadata/edu.sfsu.cs.orange.ocr.yml
+++ b/metadata/edu.sfsu.cs.orange.ocr.yml
@@ -6,22 +6,22 @@ IssueTracker: https://github.com/rmtheis/android-ocr/issues
AutoName: OCR Test
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- N.B. The direct translation function won't work as it requires API keys which
- are not in the source. It is possible to long-press the result to copy it, so
- that it can be pasted into a browser or a dictionary.
+ N.B. The direct translation function won't work as it requires API keys which
+ are not in the source. It is possible to long-press the result to copy it, so
+ that it can be pasted into a browser or a dictionary.
- Experimental app for optical character recognition (OCR). Runs the Tesseract OCR
- engine on your device to find text in images captured by the device camera,
- without uploading your images to a server. It is suitable for recognizing
- individual words or short phrases of text.
+ Experimental app for optical character recognition (OCR). Runs the Tesseract OCR
+ engine on your device to find text in images captured by the device camera,
+ without uploading your images to a server. It is suitable for recognizing
+ individual words or short phrases of text.
- The default single-shot capture runs OCR on a snapshot image that's captured
- when you click the shutter button, like a regular photo. When the "continuous
- preview" checkbox is checked, the app shows a dynamic, real-time display of what
- the device is recognizing right beside the camera viewfinder. The continuous
- preview mode works best on a fast device.
+ The default single-shot capture runs OCR on a snapshot image that's captured
+ when you click the shutter button, like a regular photo. When the "continuous
+ preview" checkbox is checked, the app shows a dynamic, real-time display of what
+ the device is recognizing right beside the camera viewfinder. The continuous
+ preview mode works best on a fast device.
RepoType: git
Repo: https://github.com/rmtheis/android-ocr.git
@@ -47,7 +47,7 @@ Builds:
build: $$NDK$$/ndk-build -C $$TessTwo$$
MaintainerNotes: RepoManifest always a version ahead, since upstream bumps versions
- just after each release.
+ just after each release.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/ee.smkv.calc.loan.yml b/metadata/ee.smkv.calc.loan.yml
index e140203fab..7e72688598 100644
--- a/metadata/ee.smkv.calc.loan.yml
+++ b/metadata/ee.smkv.calc.loan.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/smkv/android-simple-loan-calculator/issues
AutoName: Simple Loan Calculator
Description: |-
- Calculate annuity, differentiated and fixed payments. Calculation:the monthly
- payment, the amount of interest paid, the total cost of credit, amortization
- schedule and a comparison of all these indices between different loans.
+ Calculate annuity, differentiated and fixed payments. Calculation:the monthly
+ payment, the amount of interest paid, the total cost of credit, amortization
+ schedule and a comparison of all these indices between different loans.
RepoType: git
Repo: https://github.com/smkv/android-simple-loan-calculator.git
diff --git a/metadata/email.schaal.ocreader.yml b/metadata/email.schaal.ocreader.yml
index ed6e10f0d5..a4c28a7292 100644
--- a/metadata/email.schaal.ocreader.yml
+++ b/metadata/email.schaal.ocreader.yml
@@ -11,11 +11,11 @@ Changelog: https://github.com/schaal/ocreader/blob/HEAD/CHANGELOG.md
AutoName: OCReader
Description: |-
- OCReader is a feed reader for Nextcloud
- News, just login with your ownCloud/Nextcloud credentials and you can start
- reading your feeds.
+ OCReader is a feed reader for Nextcloud
+ News, just login with your ownCloud/Nextcloud credentials and you can start
+ reading your feeds.
- It features a simple but colorful interface.
+ It features a simple but colorful interface.
RepoType: git
Repo: https://github.com/schaal/ocreader
diff --git a/metadata/es.cesar.quitesleep.yml b/metadata/es.cesar.quitesleep.yml
index dcdf49110d..528f8511d7 100644
--- a/metadata/es.cesar.quitesleep.yml
+++ b/metadata/es.cesar.quitesleep.yml
@@ -6,16 +6,16 @@ IssueTracker: https://github.com/cesarvaliente/quitesleep/issues
AutoName: QuiteSleep
Description: |-
- QuiteSleep is an application for Android 2.0+ which manages your incoming calls
- when you're busy, sleeping, or doing anything between two time slots in any day
- of the week. QuiteSleep can block a list of callers or even other different
- incoming calls and send an SMS or e-mail with a predefined text to notify you're
- busy, sleeping, etc.
+ QuiteSleep is an application for Android 2.0+ which manages your incoming calls
+ when you're busy, sleeping, or doing anything between two time slots in any day
+ of the week. QuiteSleep can block a list of callers or even other different
+ incoming calls and send an SMS or e-mail with a predefined text to notify you're
+ busy, sleeping, etc.
- Four different ways to allow who can call you:
+ Four different ways to allow who can call you:
- 1) block all; 2) block only blocked contacts; 3) block unknown 4) block unknown
- and blocked contacts
+ 1) block all; 2) block only blocked contacts; 3) block unknown 4) block unknown
+ and blocked contacts
RepoType: git
Repo: https://github.com/cesarvaliente/quitesleep
diff --git a/metadata/es.eoinrul.ecwt.yml b/metadata/es.eoinrul.ecwt.yml
index d3ef5d7f85..2722767643 100644
--- a/metadata/es.eoinrul.ecwt.yml
+++ b/metadata/es.eoinrul.ecwt.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/eoineoineoin/ecwt/issues
AutoName: MorseTrainer
Description: |-
- Use the Koch method to learn morse code. Each session, the app will play
- random morse code characters, and score you based on how accurately you
- transcribe them. The first lesson starts with only two letters, with each
- new lesson adding an extra character.
+ Use the Koch method to learn morse code. Each session, the app will play
+ random morse code characters, and score you based on how accurately you
+ transcribe them. The first lesson starts with only two letters, with each
+ new lesson adding an extra character.
RepoType: git
Repo: https://github.com/eoineoineoin/ecwt
diff --git a/metadata/es.esy.CosyDVR.yml b/metadata/es.esy.CosyDVR.yml
index c8aee83dab..bdee412187 100644
--- a/metadata/es.esy.CosyDVR.yml
+++ b/metadata/es.esy.CosyDVR.yml
@@ -10,26 +10,26 @@ Changelog: https://github.com/sergstetsuk/CosyDVR/blob/HEAD/CHANGELOG.md
AutoName: CosyDVR
Description: |-
- DVR software kit designed for in-car use:
+ DVR software kit designed for in-car use:
- * Works in background as a service
- * Works even when the keyboard is locked
- * Autostart recording after program launch
- * Autoremove old files
- * FLASH button for night recordings (if device supports)
- * GPS data is recorded into subtitle files *.srt
- * Separate *.gpx file for upload to the OpenStreetMap.org
- * GPS data is shown on the screen
- * Night mode for better video under low light condition
- * Different focus modes (infinity, auto, continuous video, macro)
- * Zoooming in/out with gestures
- * Refocus on screen tap
- * Exit function is protected with long click to avoid accedental click
- * Configurable options (video size, bitrate, maxtemp and minfree space, fragment time etc.)
- * Notification area clickable icon for bringing app to front
+ * Works in background as a service
+ * Works even when the keyboard is locked
+ * Autostart recording after program launch
+ * Autoremove old files
+ * FLASH button for night recordings (if device supports)
+ * GPS data is recorded into subtitle files *.srt
+ * Separate *.gpx file for upload to the OpenStreetMap.org
+ * GPS data is shown on the screen
+ * Night mode for better video under low light condition
+ * Different focus modes (infinity, auto, continuous video, macro)
+ * Zoooming in/out with gestures
+ * Refocus on screen tap
+ * Exit function is protected with long click to avoid accedental click
+ * Configurable options (video size, bitrate, maxtemp and minfree space, fragment time etc.)
+ * Notification area clickable icon for bringing app to front
- This software might not work with all devices. Old versions are available at
- https://f-droid.org/packages/com.example.CosyDVR.
+ This software might not work with all devices. Old versions are available at
+ https://f-droid.org/packages/com.example.CosyDVR.
RepoType: git
Repo: https://github.com/sergstetsuk/CosyDVR.git
diff --git a/metadata/es.usc.citius.servando.calendula.yml b/metadata/es.usc.citius.servando.calendula.yml
index ea8b0a5528..26eb50d9d7 100644
--- a/metadata/es.usc.citius.servando.calendula.yml
+++ b/metadata/es.usc.citius.servando.calendula.yml
@@ -11,9 +11,9 @@ Changelog: https://github.com/citiususc/calendula/releases
AutoName: Calendula
Description: |-
- Manage your medical prescriptions through a simple and intuitive interface.
- Users can easily define their own daily routines (wake up, lunch, dinner, ...)
- and then link medication intakes to them.
+ Manage your medical prescriptions through a simple and intuitive interface.
+ Users can easily define their own daily routines (wake up, lunch, dinner, ...)
+ and then link medication intakes to them.
RepoType: git
Repo: https://github.com/citiususc/calendula
diff --git a/metadata/et.nWifiManager.yml b/metadata/et.nWifiManager.yml
index d92d428767..66dacc29c4 100644
--- a/metadata/et.nWifiManager.yml
+++ b/metadata/et.nWifiManager.yml
@@ -9,17 +9,17 @@ IssueTracker: https://github.com/ET-CS/EZ-Wifi-Notification/issues
AutoName: EZ Wifi Notification
Description: |-
- View information about connected networks and be notified of changes.
+ View information about connected networks and be notified of changes.
- Key features:
+ Key features:
- * Notification of connectivity changes: Wi-Fi, Mobile, Flight mode (with or without Wi-Fi), No connectivity, and experimental Wi-MAX.
- * Easy, simple and useful
- * Set vibration and/or sound Notification
- * Show IP address and/or BSSID
- * Control events to be notified of (wifi, mobile, none)
- * Changeable notification action (goto: Preferences, Wireless and network, Wi-Fi Settings)
- * etc.
+ * Notification of connectivity changes: Wi-Fi, Mobile, Flight mode (with or without Wi-Fi), No connectivity, and experimental Wi-MAX.
+ * Easy, simple and useful
+ * Set vibration and/or sound Notification
+ * Show IP address and/or BSSID
+ * Control events to be notified of (wifi, mobile, none)
+ * Changeable notification action (goto: Preferences, Wireless and network, Wi-Fi Settings)
+ * etc.
RepoType: git
Repo: https://github.com/ET-CS/EZ-Wifi-Notification
diff --git a/metadata/eu.bauerj.paperless_app.yml b/metadata/eu.bauerj.paperless_app.yml
index c79f07e499..29c3b84af2 100644
--- a/metadata/eu.bauerj.paperless_app.yml
+++ b/metadata/eu.bauerj.paperless_app.yml
@@ -20,7 +20,7 @@ Builds:
srclibs:
- flutter@1.17.3
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -34,7 +34,7 @@ Builds:
srclibs:
- flutter@1.22.5
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -48,7 +48,7 @@ Builds:
srclibs:
- flutter@1.25.0-8.1.pre
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
diff --git a/metadata/eu.depau.etchdroid.yml b/metadata/eu.depau.etchdroid.yml
index ca56f130d6..5006829b46 100644
--- a/metadata/eu.depau.etchdroid.yml
+++ b/metadata/eu.depau.etchdroid.yml
@@ -13,20 +13,20 @@ Donate: https://etchdroid.depau.eu/donate/
AutoName: EtchDroid
Description: |-
- EtchDroid is an open-source application that helps you write images to USB drives.
- You can use it to make a bootable GNU/Linux USB drive when your laptop is dead
- and you're in the middle of nowhere.
+ EtchDroid is an open-source application that helps you write images to USB drives.
+ You can use it to make a bootable GNU/Linux USB drive when your laptop is dead
+ and you're in the middle of nowhere.
- Features:
- * Supports raw disk images and most GNU/Linux distributions ISOs
- * Supports most DMG disk images (beta)
- * No root - everything is done within the bounds of the Android API
- * Free as in freedom
+ Features:
+ * Supports raw disk images and most GNU/Linux distributions ISOs
+ * Supports most DMG disk images (beta)
+ * No root - everything is done within the bounds of the Android API
+ * Free as in freedom
- Planned features:
- * Write common GNU/Linux distro in streaming from the Internet without storing it on the device
- * Support for Windows installation ISO (will likely require root)
- * Support for Unetbootin-style image flashing
+ Planned features:
+ * Write common GNU/Linux distro in streaming from the Internet without storing it on the device
+ * Support for Windows installation ISO (will likely require root)
+ * Support for Unetbootin-style image flashing
RepoType: git
Repo: https://github.com/Depau/EtchDroid.git
@@ -94,7 +94,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.6113669/21.3.6528147/' ../ci-scripts/setup_sdk.sh
- ../dmg2img/build.gradle
+ ../dmg2img/build.gradle
ndk: r21d
- versionName: 1.5.1
diff --git a/metadata/eu.devunit.fb_client.yml b/metadata/eu.devunit.fb_client.yml
index 4730d5f166..21c0fb67ea 100644
--- a/metadata/eu.devunit.fb_client.yml
+++ b/metadata/eu.devunit.fb_client.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/sebastianrakel/fb-client-android/issues
AutoName: fb-client
Description: |-
- NOTE: This app is currently unmaintained.
+ NOTE: This app is currently unmaintained.
- fb-client is the mobile companion for https://paste.xinu.at which allows the
- user to easily upload or download files.
+ fb-client is the mobile companion for https://paste.xinu.at which allows the
+ user to easily upload or download files.
RepoType: git
Repo: https://github.com/sebastianrakel/fb-client-android
diff --git a/metadata/eu.domob.anacam.yml b/metadata/eu.domob.anacam.yml
index d44b1a32db..9dd699a3c2 100644
--- a/metadata/eu.domob.anacam.yml
+++ b/metadata/eu.domob.anacam.yml
@@ -10,11 +10,11 @@ Litecoin: LdomobRPBM6BA5jzHocC4ri3uoxSV3XAwK
AutoName: AnaCam
Description: |-
- With this app, you can easily take 3D stereoscopic "anaglyph" pictures with your
- device's camera. Simply take two shots at slightly different locations, and
- watch the result with red-cyan (or others) glasses! AnaCam includes a live
- preview, so that you can find the best position for the second picture before
- you take it.
+ With this app, you can easily take 3D stereoscopic "anaglyph" pictures with your
+ device's camera. Simply take two shots at slightly different locations, and
+ watch the result with red-cyan (or others) glasses! AnaCam includes a live
+ preview, so that you can find the best position for the second picture before
+ you take it.
RepoType: git-svn
Repo: https://svn.code.sf.net/p/anacam/code/trunk
diff --git a/metadata/eu.domob.angulo.yml b/metadata/eu.domob.angulo.yml
index 6a422e20d7..da8439f62a 100644
--- a/metadata/eu.domob.angulo.yml
+++ b/metadata/eu.domob.angulo.yml
@@ -10,14 +10,14 @@ Litecoin: LdomobRPBM6BA5jzHocC4ri3uoxSV3XAwK
AutoName: Angulo
Description: |-
- Angulo allows to measure angles by pointing the device, using the internal
- acceleration (gravity) and magnetic sensors. The interface is very simple and
- easy-to-use. It can also be used as a water-level and to measure inclines of
- streets or hills.
+ Angulo allows to measure angles by pointing the device, using the internal
+ acceleration (gravity) and magnetic sensors. The interface is very simple and
+ easy-to-use. It can also be used as a water-level and to measure inclines of
+ streets or hills.
- A second activity, Tri-Angulo, can use the data provided by angle sensors to
- measure distances to points targetted in the device camera. This is useful, for
- instance, to get quick estimates of sizes of a room or for other applications.
+ A second activity, Tri-Angulo, can use the data provided by angle sensors to
+ measure distances to points targetted in the device camera. This is useful, for
+ instance, to get quick estimates of sizes of a room or for other applications.
RepoType: git-svn
Repo: https://svn.code.sf.net/p/angulo/code/;trunk=trunk;tags=tags
diff --git a/metadata/eu.domob.bjtrainer.yml b/metadata/eu.domob.bjtrainer.yml
index 3088fc41ca..dfc08c5a03 100644
--- a/metadata/eu.domob.bjtrainer.yml
+++ b/metadata/eu.domob.bjtrainer.yml
@@ -10,9 +10,9 @@ Litecoin: LdomobRPBM6BA5jzHocC4ri3uoxSV3XAwK
AutoName: BlackJack Trainer
Description: |-
- This app helps you in learning to play BlackJack well, by simulating the game
- for you and also telling you about sub-optimal decisions made. It even includes
- a mode to systematically train all possible initial situations.
+ This app helps you in learning to play BlackJack well, by simulating the game
+ for you and also telling you about sub-optimal decisions made. It even includes
+ a mode to systematically train all possible initial situations.
RepoType: git-svn
Repo: https://svn.code.sf.net/p/bjtrainer/code/trunk
diff --git a/metadata/eu.domob.shopt.yml b/metadata/eu.domob.shopt.yml
index 9a92728953..e8293e9f40 100644
--- a/metadata/eu.domob.shopt.yml
+++ b/metadata/eu.domob.shopt.yml
@@ -10,10 +10,10 @@ Litecoin: LdomobRPBM6BA5jzHocC4ri3uoxSV3XAwK
AutoName: Shopt
Description: |-
- Keep lists for items to buy at different shops you visit frequently. For each
- item, you can enter which shop(s) it can be bought at and how much it costs at
- each of them. Tracking this information is useful to do price comparisons and
- plan your shopping optimally.
+ Keep lists for items to buy at different shops you visit frequently. For each
+ item, you can enter which shop(s) it can be bought at and how much it costs at
+ each of them. Tracking this information is useful to do price comparisons and
+ plan your shopping optimally.
RepoType: git
Repo: https://gitlab.com/shopt/shopt.git
diff --git a/metadata/eu.droogers.smsmatrix.yml b/metadata/eu.droogers.smsmatrix.yml
index edfbf87927..3d7f9e9f6d 100644
--- a/metadata/eu.droogers.smsmatrix.yml
+++ b/metadata/eu.droogers.smsmatrix.yml
@@ -7,16 +7,16 @@ Changelog: https://github.com/tijder/SmsMatrix/releases
AutoName: SmsMatrix
Description: |-
- This app bridges all sms messages to matrix. For every (new) text
- conversation contact the bot will open a private 1:1 room and sends the
- incoming messages to that room. Any messages sent in that room by the
- matrix user will then be sent to the contact via SMS.
+ This app bridges all sms messages to matrix. For every (new) text
+ conversation contact the bot will open a private 1:1 room and sends the
+ incoming messages to that room. Any messages sent in that room by the
+ matrix user will then be sent to the contact via SMS.
- As currently there is no end-to-end encryption implemented in this app, for
- privacy reasons it is preferable to use it with your own Matrix server.
- Your data-in-transit however will always be safe as they are encrypted
- using https over matrix -- provided the Matrix server is configured
- properly.
+ As currently there is no end-to-end encryption implemented in this app, for
+ privacy reasons it is preferable to use it with your own Matrix server.
+ Your data-in-transit however will always be safe as they are encrypted
+ using https over matrix -- provided the Matrix server is configured
+ properly.
RepoType: git
Repo: https://github.com/tijder/SmsMatrix
diff --git a/metadata/eu.e43.impeller.yml b/metadata/eu.e43.impeller.yml
index 5bb951b518..581aa4f776 100644
--- a/metadata/eu.e43.impeller.yml
+++ b/metadata/eu.e43.impeller.yml
@@ -7,10 +7,10 @@ IssueTracker: https://e43oss.atlassian.net/browse/IMP
AutoName: Impeller
Description: |-
- A client for pump.io, a stream server for distributed social
- networking and microblogging. Register a free
- account at a participating website and follow some
- people, before using the app.
+ A client for pump.io, a stream server for distributed social
+ networking and microblogging. Register a free
+ account at a participating website and follow some
+ people, before using the app.
RepoType: git
Repo: https://github.com/oshepherd/Impeller.git
@@ -271,8 +271,8 @@ Builds:
- yes
MaintainerNotes: |-
- Although in auto mode, builds for 0.8.0 and 0.8.1 were skipped because source
- code was not pushed to the upstream repo.
+ Although in auto mode, builds for 0.8.0 and 0.8.1 were skipped because source
+ code was not pushed to the upstream repo.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/eu.faircode.finegeotag.yml b/metadata/eu.faircode.finegeotag.yml
index c9401b0e89..e8130f7ef4 100644
--- a/metadata/eu.faircode.finegeotag.yml
+++ b/metadata/eu.faircode.finegeotag.yml
@@ -7,17 +7,17 @@ IssueTracker: https://github.com/M66B/FineGeotag/issues
AutoName: FineGeotag
Description: |-
- Note: This app is no longer maintained.
+ Note: This app is no longer maintained.
- Automatically geotag photos with a real-time location right after they are
- taken. The camera application mostly uses the last known location, which could
- be old and miles away from your current position. FineGeotag will try to acquire
- an accurate location in real-time and update the Exif location tags of the
- photos taken. FineGeotag will try to use the GPS and/or the network location,
- depending on which location providers are enabled in the Android settings.
- Optionally a popup will be shown with a thumbnail of the photo and the reverse
- geocoded address. Don't forget to disable geotagging of your camera application
- to prevent interference.
+ Automatically geotag photos with a real-time location right after they are
+ taken. The camera application mostly uses the last known location, which could
+ be old and miles away from your current position. FineGeotag will try to acquire
+ an accurate location in real-time and update the Exif location tags of the
+ photos taken. FineGeotag will try to use the GPS and/or the network location,
+ depending on which location providers are enabled in the Android settings.
+ Optionally a popup will be shown with a thumbnail of the photo and the reverse
+ geocoded address. Don't forget to disable geotagging of your camera application
+ to prevent interference.
RepoType: git
Repo: https://github.com/M66B/FineGeotag
diff --git a/metadata/eu.faircode.netguard.yml b/metadata/eu.faircode.netguard.yml
index 3837999622..5a55d7ba18 100644
--- a/metadata/eu.faircode.netguard.yml
+++ b/metadata/eu.faircode.netguard.yml
@@ -13,61 +13,61 @@ Bitcoin: bc1q8rpjevzq698adgnjduu2jtls9hh4hknd7psc2s
AutoName: NetGuard
Description: |-
- NetGuard provides simple and advanced ways to block access to the internet - no
- root required.
+ NetGuard provides simple and advanced ways to block access to the internet - no
+ root required.
- Applications and addresses can individually be allowed or denied access to your
- Wi-Fi and/or mobile connection.
+ Applications and addresses can individually be allowed or denied access to your
+ Wi-Fi and/or mobile connection.
- Blocking access to the internet can help:
+ Blocking access to the internet can help:
- * reduce your data usage
- * save your battery
- * increase your privacy
+ * reduce your data usage
+ * save your battery
+ * increase your privacy
- NetGuard is the first free and open source no-root firewall for Android.
+ NetGuard is the first free and open source no-root firewall for Android.
- Features
+ Features
- * Simple to use
- * No root required
- * 100% open source
- * No calling home
- * No tracking or analytics
- * Actively developed and supported
- * Android 5.1 and later supported
- * IPv4/IPv6 TCP/UDP supported
- * Tethering supported
- * Optionally allow when screen on
- * Optionally block when roaming
- * Optionally block system applications
- * Optionally forward ports, also to external addresses
- * Optionally notify when an application accesses the internet
- * Optionally record network usage per application per address
- * Optionally block ads using a hosts file
- * Material design theme with light and dark theme
+ * Simple to use
+ * No root required
+ * 100% open source
+ * No calling home
+ * No tracking or analytics
+ * Actively developed and supported
+ * Android 5.1 and later supported
+ * IPv4/IPv6 TCP/UDP supported
+ * Tethering supported
+ * Optionally allow when screen on
+ * Optionally block when roaming
+ * Optionally block system applications
+ * Optionally forward ports, also to external addresses
+ * Optionally notify when an application accesses the internet
+ * Optionally record network usage per application per address
+ * Optionally block ads using a hosts file
+ * Material design theme with light and dark theme
- PRO features:
+ PRO features:
- * Log all outgoing traffic; search and filter access attempts; export PCAP files to analyze traffic
- * Allow/block individual addresses per application
- * New application notifications; configure NetGuard directly from the notification
- * Display network speed graph in a status bar notification
- * Select from five additional themes in both light and dark version
+ * Log all outgoing traffic; search and filter access attempts; export PCAP files to analyze traffic
+ * Allow/block individual addresses per application
+ * New application notifications; configure NetGuard directly from the notification
+ * Display network speed graph in a status bar notification
+ * Select from five additional themes in both light and dark version
- There is no other no-root firewall offering all these features.
+ There is no other no-root firewall offering all these features.
- If you have a question or problem, you can send an e-mail to
- marcel+netguard@faircode.eu
+ If you have a question or problem, you can send an e-mail to
+ marcel+netguard@faircode.eu
- If you like to help people less fluent in English, you can help translate
- NetGuard in your language on Crowdin
+ If you like to help people less fluent in English, you can help translate
+ NetGuard in your language on Crowdin
- All required permissions are described
- here
+ All required permissions are described
+ here
- Get answers to frequently asked questions
- here
+ Get answers to frequently asked questions
+ here
RepoType: git
Repo: https://github.com/M66B/NetGuard
@@ -80,7 +80,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/,+2d' -e '/def setOutputFile/i/*' -e
- '/dependencies {/i*/' build.gradle
+ '/dependencies {/i*/' build.gradle
- versionName: '0.12'
versionCode: 12
@@ -89,7 +89,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/,+2d' -e '/def setOutputFile/i/*' -e
- '/dependencies {/i*/' build.gradle
+ '/dependencies {/i*/' build.gradle
- versionName: '0.13'
versionCode: 13
@@ -98,7 +98,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/,+2d' -e '/def setOutputFile/i/*' -e
- '/dependencies {/i*/' build.gradle
+ '/dependencies {/i*/' build.gradle
- versionName: '0.14'
versionCode: 14
@@ -107,7 +107,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/,+2d' -e '/def setOutputFile/i/*' -e
- '/dependencies {/i*/' build.gradle
+ '/dependencies {/i*/' build.gradle
- versionName: '0.16'
versionCode: 16
@@ -116,7 +116,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/,+2d' -e '/def setOutputFile/i/*' -e
- '/dependencies {/i*/' build.gradle
+ '/dependencies {/i*/' build.gradle
- versionName: '0.17'
versionCode: 17
@@ -125,7 +125,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/,+2d' -e '/def setOutputFile/i/*' -e
- '/dependencies {/i*/' build.gradle
+ '/dependencies {/i*/' build.gradle
- versionName: '0.18'
versionCode: 18
@@ -134,7 +134,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/,+2d' -e '/def setOutputFile/i/*' -e
- '/dependencies {/i*/' build.gradle
+ '/dependencies {/i*/' build.gradle
- versionName: '0.19'
versionCode: 19
@@ -143,7 +143,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/,+2d' -e '/def setOutputFile/i/*' -e
- '/dependencies {/i*/' build.gradle
+ '/dependencies {/i*/' build.gradle
- versionName: '0.21'
versionCode: 21
@@ -152,7 +152,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/,+2d' -e '/def setOutputFile/i/*' -e
- '/dependencies {/i*/' build.gradle
+ '/dependencies {/i*/' build.gradle
- versionName: '0.24'
versionCode: 24
@@ -161,7 +161,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/,+2d' -e '/def setOutputFile/i/*' -e
- '/dependencies {/i*/' build.gradle
+ '/dependencies {/i*/' build.gradle
- versionName: '0.28'
versionCode: 28
@@ -170,7 +170,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/,+2d' -e '/def setOutputFile/i/*' -e
- '/dependencies {/i*/' build.gradle
+ '/dependencies {/i*/' build.gradle
- versionName: '0.29'
versionCode: 29
@@ -179,7 +179,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/,+2d' -e '/def setOutputFile/i/*' -e
- '/dependencies {/i*/' build.gradle
+ '/dependencies {/i*/' build.gradle
- versionName: '0.33'
versionCode: 33
@@ -188,7 +188,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/,+2d' -e '/def setOutputFile/i/*' -e
- '/dependencies {/i*/' build.gradle
+ '/dependencies {/i*/' build.gradle
- versionName: '0.34'
versionCode: 34
@@ -197,7 +197,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/,+2d' -e '/def setOutputFile/i/*' -e
- '/dependencies {/i*/' build.gradle
+ '/dependencies {/i*/' build.gradle
- versionName: '0.35'
versionCode: 35
@@ -206,7 +206,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/,+2d' -e '/def setOutputFile/i/*' -e
- '/dependencies {/i*/' build.gradle
+ '/dependencies {/i*/' build.gradle
- versionName: '0.37'
versionCode: 37
@@ -215,7 +215,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/,+2d' -e '/def setOutputFile/i/*' -e
- '/dependencies {/i*/' build.gradle
+ '/dependencies {/i*/' build.gradle
- versionName: '0.62'
versionCode: 2015122301
diff --git a/metadata/eu.faircode.xlua.yml b/metadata/eu.faircode.xlua.yml
index ed1d32fe20..da24838129 100644
--- a/metadata/eu.faircode.xlua.yml
+++ b/metadata/eu.faircode.xlua.yml
@@ -14,70 +14,70 @@ Bitcoin: 1GePXhRPgLhwQmBwRHhX1nSCgvfnCY97Gg
AutoName: XPrivacyLua
Description: |-
- NOTE: App repo is archived by dev. No longer maintained.
+ NOTE: App repo is archived by dev. No longer maintained.
- XPosed Module, get https://f-droid.org/packages/de.robv.android.xposed.installer.
+ XPosed Module, get https://f-droid.org/packages/de.robv.android.xposed.installer.
- Really simple to use privacy manager for Android 6.0 Marshmallow and later
- (successor of XPrivacy).
+ Really simple to use privacy manager for Android 6.0 Marshmallow and later
+ (successor of XPrivacy).
- Revoking Android permissions from apps often let apps crash or malfunction.
- XPrivacyLua solves this by feeding apps fake data instead of real data.
+ Revoking Android permissions from apps often let apps crash or malfunction.
+ XPrivacyLua solves this by feeding apps fake data instead of real data.
- Features:
+ Features:
- * Simple to use
- * Manage any user or system app
- * Extensible (only with proprietary "Pro Companion App")
- * Multi-user support
- * Free and open source
+ * Simple to use
+ * Manage any user or system app
+ * Extensible (only with proprietary "Pro Companion App")
+ * Multi-user support
+ * Free and open source
- Restrictions:
+ Restrictions:
- * Determine activity (fake unknown activity)
- * Get applications (hide installed apps and widgets)
- * Get calendars (hide calendars)
- * Get call log (hide call log)
- * Get contacts (hide contacts with the pro option to allow (non) starred contacts, hide blocked numbers)
- * Get location (fake location, hide NMEA messages)
- * Get messages (hide MMS, SMS, SIM, voicemail)
- * Get sensors (hide all available sensors)
- * Read account name (fake name, mostly e-mail address)
- * Read clipboard (fake paste)
- * Read identifiers (fake build serial number, Android ID, advertising ID, GSF ID)
- * Read notifications (fake status bar notifications)
- * Read network data (hide cell info, Wi-Fi networks, fake Wi-Fi network name)
- * Read sync data (hide sync data)
- * Read telephony data (fake IMEI, MEI, SIM serial number, voicemail number, etc)
- * Record audio (prevent recording)
- * Record video (prevent recording)
- * Send messages (prevent sending MMS, SMS, data)
- * Use analytics (Fabric/Crashlytics, Facebook app events, Firebase Analytics, Google Analytic, Mixpanel, Segment)
- * Use camera (fake camera not available and/or hide cameras)
- * Use tracking (fake user agent for WebView only, Build properties, network/SIM country/operator)
+ * Determine activity (fake unknown activity)
+ * Get applications (hide installed apps and widgets)
+ * Get calendars (hide calendars)
+ * Get call log (hide call log)
+ * Get contacts (hide contacts with the pro option to allow (non) starred contacts, hide blocked numbers)
+ * Get location (fake location, hide NMEA messages)
+ * Get messages (hide MMS, SMS, SIM, voicemail)
+ * Get sensors (hide all available sensors)
+ * Read account name (fake name, mostly e-mail address)
+ * Read clipboard (fake paste)
+ * Read identifiers (fake build serial number, Android ID, advertising ID, GSF ID)
+ * Read notifications (fake status bar notifications)
+ * Read network data (hide cell info, Wi-Fi networks, fake Wi-Fi network name)
+ * Read sync data (hide sync data)
+ * Read telephony data (fake IMEI, MEI, SIM serial number, voicemail number, etc)
+ * Record audio (prevent recording)
+ * Record video (prevent recording)
+ * Send messages (prevent sending MMS, SMS, data)
+ * Use analytics (Fabric/Crashlytics, Facebook app events, Firebase Analytics, Google Analytic, Mixpanel, Segment)
+ * Use camera (fake camera not available and/or hide cameras)
+ * Use tracking (fake user agent for WebView only, Build properties, network/SIM country/operator)
- The tracking restrictions will work only if the code of the target app was not
- obfuscated. The other restrictions will work always.
+ The tracking restrictions will work only if the code of the target app was not
+ obfuscated. The other restrictions will work always.
- Hide or fake?
+ Hide or fake?
- * Hide: return empty list
- * Fake: return empty or fake value
+ * Hide: return empty list
+ * Fake: return empty or fake value
- When using the proprietary "Pro Companion App" it is possible to add custom restriction definitions
- See this FAQ for details.
+ When using the proprietary "Pro Companion App" it is possible to add custom restriction definitions
+ See this FAQ for details.
- Notes:
+ Notes:
- * Some apps will start the camera app to take pictures. This cannot be restricted and there is no need for this, because only you can take pictures in this scenario, not the app.
- * Some apps will use OpenSL ES for Android to record audio, an example is WhatsApp. Xposed cannot hook into native code, so this cannot be prevented.
- * The get applications restriction will not restrict getting information about individual apps for stability and performance reasons.
- * The telephony data restriction will result in apps seeing a fake IMEI. However, this doesn't change the IMEI address of your device.
+ * Some apps will start the camera app to take pictures. This cannot be restricted and there is no need for this, because only you can take pictures in this scenario, not the app.
+ * Some apps will use OpenSL ES for Android to record audio, an example is WhatsApp. Xposed cannot hook into native code, so this cannot be prevented.
+ * The get applications restriction will not restrict getting information about individual apps for stability and performance reasons.
+ * The telephony data restriction will result in apps seeing a fake IMEI. However, this doesn't change the IMEI address of your device.
- Compatibility:
+ Compatibility:
- XPrivacyLua is supported on Android 6.0 Marshmallow and later. For Android 4.0.3
- KitKat to Android 5.1.1 Lollipop you can use XPrivacy.
+ XPrivacyLua is supported on Android 6.0 Marshmallow and later. For Android 4.0.3
+ KitKat to Android 5.1.1 Lollipop you can use XPrivacy.
RequiresRoot: true
diff --git a/metadata/eu.flatworld.android.slider.yml b/metadata/eu.flatworld.android.slider.yml
index c82218aff2..c5fd742a15 100644
--- a/metadata/eu.flatworld.android.slider.yml
+++ b/metadata/eu.flatworld.android.slider.yml
@@ -11,15 +11,15 @@ IssueTracker: https://github.com/marcopar/SliderSynth/issues
AutoName: SliderSynth
Description: |-
- Slide your finger to change pitch:
+ Slide your finger to change pitch:
- * up to 4 configurable "keyboards"
- * 5 waveforms (sine, triangle, square, sawtooth, reverse sawtooth)
- * attack, release and volume for each keyboard
- * selectable octave range for each keyboard
+ * up to 4 configurable "keyboards"
+ * 5 waveforms (sine, triangle, square, sawtooth, reverse sawtooth)
+ * attack, release and volume for each keyboard
+ * selectable octave range for each keyboard
- If you experience stuttering, reduce the sample rate in the settings. Google
- Analytics was removed before building.
+ If you experience stuttering, reduce the sample rate in the settings. Google
+ Analytics was removed before building.
RepoType: git
Repo: https://github.com/marcopar/SliderSynth
diff --git a/metadata/eu.halaser.beamctrl.yml b/metadata/eu.halaser.beamctrl.yml
index cf8ede944c..8f53357011 100644
--- a/metadata/eu.halaser.beamctrl.yml
+++ b/metadata/eu.halaser.beamctrl.yml
@@ -6,22 +6,22 @@ SourceCode: https://sourceforge.net/p/oapc/code/ci/master/tree/AndroidBeamContro
AutoName: BeamControl for Smart Interface
Description: |-
- This application makes use of the Smart Factory (Industry 4.0) interface of
- BeamConstruct laser marking software, RepliSLS3D SLS/SLM/3D printing
- software and of any other software solution which provides a compatible
- interface. It can be used to watch the production/building state of one
- application or of several machine within a complete production line.
+ This application makes use of the Smart Factory (Industry 4.0) interface of
+ BeamConstruct laser marking software, RepliSLS3D SLS/SLM/3D printing
+ software and of any other software solution which provides a compatible
+ interface. It can be used to watch the production/building state of one
+ application or of several machine within a complete production line.
- The application can be configured to connect to an nearly unlimited number
- of software instances. Then it watches their current production state and
- notifies the user as soon as something changes or when an event occurs,
- that requires manual interaction. Thus one operator can control a complete
- production line easily.
+ The application can be configured to connect to an nearly unlimited number
+ of software instances. Then it watches their current production state and
+ notifies the user as soon as something changes or when an event occurs,
+ that requires manual interaction. Thus one operator can control a complete
+ production line easily.
- This application also acts as demonstration for the Smart Factory (Industry
- 4.0) interface which also can be used to integrate these applications in an
- automated production line. The sources of this application are available
- for free and can be used to implement own Smart Factory solutions.
+ This application also acts as demonstration for the Smart Factory (Industry
+ 4.0) interface which also can be used to integrate these applications in an
+ automated production line. The sources of this application are available
+ for free and can be used to implement own Smart Factory solutions.
RepoType: git
Repo: https://git.code.sf.net/p/oapc/code
diff --git a/metadata/eu.hydrologis.geopaparazzi.yml b/metadata/eu.hydrologis.geopaparazzi.yml
index ed7871e827..51ec33b441 100644
--- a/metadata/eu.hydrologis.geopaparazzi.yml
+++ b/metadata/eu.hydrologis.geopaparazzi.yml
@@ -8,15 +8,15 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=84U4N2DVQ7
AutoName: Geopaparazzi
Description: |-
- Geopaparazzi is a tool developed to do fast qualitative technical and scientific
- surveys. Its strength is its direct connection to the BeeGIS GIS, that can be
- used to further process the collected data. Even if the main aim is in the field
- of surveying, it contains tools that can be of great use also to tourists that
- want to keep a geo-diary.
+ Geopaparazzi is a tool developed to do fast qualitative technical and scientific
+ surveys. Its strength is its direct connection to the BeeGIS GIS, that can be
+ used to further process the collected data. Even if the main aim is in the field
+ of surveying, it contains tools that can be of great use also to tourists that
+ want to keep a geo-diary.
- There is a lot of info on the wiki if you need help getting the most out of it.
- It uses OSM maps by default and the current location can be opened in
- https://f-droid.org/packages/org.mixare. Unfortunately, the suggested compass app is not free software.
+ There is a lot of info on the wiki if you need help getting the most out of it.
+ It uses OSM maps by default and the current location can be opened in
+ https://f-droid.org/packages/org.mixare. Unfortunately, the suggested compass app is not free software.
RepoType: git
Repo: https://github.com/geopaparazzi/geopaparazzi
diff --git a/metadata/eu.kanade.tachiyomi.yml b/metadata/eu.kanade.tachiyomi.yml
index 17d97047da..f0f58679df 100644
--- a/metadata/eu.kanade.tachiyomi.yml
+++ b/metadata/eu.kanade.tachiyomi.yml
@@ -11,18 +11,18 @@ Changelog: https://github.com/tachiyomiorg/tachiyomi/releases
AutoName: Tachiyomi
Description: |-
- Tachiyomi is a free and open source manga reader for Android.
+ Tachiyomi is a free and open source manga reader for Android.
- Features include:
+ Features include:
- * Online reading from sources such as MangaDex, MangaSee, Mangakakalot, and more
- * Local reading of downloaded manga
- * A configurable reader with multiple viewers, reading directions and other settings.
- * MyAnimeList, AniList, Kitsu, Shikimori, and Bangumi support
- * Categories to organize your library
- * Light and dark themes
- * Schedule updating your library for new chapters
- * Create backups locally to read offline or to your desired cloud service
+ * Online reading from sources such as MangaDex, MangaSee, Mangakakalot, and more
+ * Local reading of downloaded manga
+ * A configurable reader with multiple viewers, reading directions and other settings.
+ * MyAnimeList, AniList, Kitsu, Shikimori, and Bangumi support
+ * Categories to organize your library
+ * Light and dark themes
+ * Schedule updating your library for new chapters
+ * Create backups locally to read offline or to your desired cloud service
RepoType: git
Repo: https://github.com/tachiyomiorg/tachiyomi.git
@@ -1034,8 +1034,8 @@ Builds:
ndk: r22b
MaintainerNotes: Offers both SFW and NSFW addons, but clearly marks NSFW addons as
- 18+. So we don't need to mark it NSFW because the app already does that for such
- content itself.
+ 18+. So we don't need to mark it NSFW because the app already does that for such
+ content itself.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/eu.lavarde.pmtd.yml b/metadata/eu.lavarde.pmtd.yml
index c497c0712a..1ce055e466 100644
--- a/metadata/eu.lavarde.pmtd.yml
+++ b/metadata/eu.lavarde.pmtd.yml
@@ -8,29 +8,29 @@ Changelog: https://github.com/ericzolf/pmtd/blob/HEAD/doc/CHANGELOG
AutoName: PlusMinusTimesDivide
Description: |-
- A program to train children's mathematical skills in the four calculation
- methods: addition, subtraction, multiplication and division.
+ A program to train children's mathematical skills in the four calculation
+ methods: addition, subtraction, multiplication and division.
- The preferences allow to adapt the difficulty to any pupil's level, from basic
- primary (elementary) school to secondary and beyond. Possible changes include:
+ The preferences allow to adapt the difficulty to any pupil's level, from basic
+ primary (elementary) school to secondary and beyond. Possible changes include:
- * maximum of operands or result,
- * integer or decimal (with up to four decimal places) operations,
- * with or without carry over,
- * multiplication and addition tables training,
- * number of authorized tries,
- * and some few others...
+ * maximum of operands or result,
+ * integer or decimal (with up to four decimal places) operations,
+ * with or without carry over,
+ * multiplication and addition tables training,
+ * number of authorized tries,
+ * and some few others...
- The program also gives hints when the given answer is wrong (send your tips to
- the author, if you have some more!). For advanced users, there is a timer -- but
- it is shut-off by default, as to not stress sensible children.
+ The program also gives hints when the given answer is wrong (send your tips to
+ the author, if you have some more!). For advanced users, there is a timer -- but
+ it is shut-off by default, as to not stress sensible children.
- The challenge mode (reachable from the menu in the first dialog) allows children
- to play against themselves and others with predefined challenges and a
- high-scores list.
+ The challenge mode (reachable from the menu in the first dialog) allows children
+ to play against themselves and others with predefined challenges and a
+ high-scores list.
- Finally, the language of the app can be set differently (English, French,
- German, Italian, Spanish) from the system default.
+ Finally, the language of the app can be set differently (English, French,
+ German, Italian, Spanish) from the system default.
RepoType: git
Repo: https://github.com/ericzolf/pmtd.git
diff --git a/metadata/eu.lighthouselabs.obd.reader.yml b/metadata/eu.lighthouselabs.obd.reader.yml
index a6b8eb4d65..e6538d81e6 100644
--- a/metadata/eu.lighthouselabs.obd.reader.yml
+++ b/metadata/eu.lighthouselabs.obd.reader.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/pires/android-obd-reader/issues
Name: Android OBD-II Reader
Summary: Car diagnostics
Description: |-
- OBD II reader, designed to connect to a bluetooth Elm327 OBD reader.
+ OBD II reader, designed to connect to a bluetooth Elm327 OBD reader.
- This app is no longer maintained, please check https://f-droid.org/packages/com.github.pires.obd.reader
- for updated versions.
+ This app is no longer maintained, please check https://f-droid.org/packages/com.github.pires.obd.reader
+ for updated versions.
RepoType: git
Repo: https://github.com/pires/android-obd-reader.git
diff --git a/metadata/eu.mrogalski.saidit.yml b/metadata/eu.mrogalski.saidit.yml
index 06aca8fe00..2511f3d5de 100644
--- a/metadata/eu.mrogalski.saidit.yml
+++ b/metadata/eu.mrogalski.saidit.yml
@@ -9,13 +9,13 @@ IssueTracker: https://github.com/mafik/echo/issues
AutoName: Echo
Description: |-
- Continuously record audio for retrieval at a later time. Unless saved,
- recordings are deleted on a rolling basis.
+ Continuously record audio for retrieval at a later time. Unless saved,
+ recordings are deleted on a rolling basis.
- * record harassment and bullying (even when you didn't anticipated them)
- * save important pieces of information (phone numbers / passwords / instructions)
- * record cute/funny moments
- * prove that someone said (or didn't say) something
+ * record harassment and bullying (even when you didn't anticipated them)
+ * save important pieces of information (phone numbers / passwords / instructions)
+ * record cute/funny moments
+ * prove that someone said (or didn't say) something
RepoType: git
Repo: https://github.com/mafik/echo
diff --git a/metadata/eu.polarclock.yml b/metadata/eu.polarclock.yml
index fdcdcd69c3..90f3cdd877 100644
--- a/metadata/eu.polarclock.yml
+++ b/metadata/eu.polarclock.yml
@@ -7,8 +7,8 @@ Changelog: https://github.com/beriain/PolarClock/releases
AutoName: Polar Clock
Description: |-
- A polar clock, inspired by the one made
- by pixelmaker:
+ A polar clock, inspired by the one made
+ by pixelmaker:
RepoType: git
Repo: https://github.com/beriain/PolarClock
diff --git a/metadata/eu.pretix.pretixdroid.yml b/metadata/eu.pretix.pretixdroid.yml
index 294bfd5915..adc95ade65 100644
--- a/metadata/eu.pretix.pretixdroid.yml
+++ b/metadata/eu.pretix.pretixdroid.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- Tracking:
- en-US: Uses Sentry for Analytics without a possibility to disable it.
+ Tracking:
+ en-US: Uses Sentry for Analytics without a possibility to disable it.
Categories:
- Multimedia
License: GPL-3.0-only
@@ -12,19 +12,19 @@ IssueTracker: https://github.com/pretix/pretixdroid/issues
AutoName: pretixdroid
Description: |-
- pretix is an Open Source online ticket shop available at https://pretix.eu/about/en/
- If you organize your conference with pretix, you can use this application to scan the tickets at the entrance.
- This project is stable and tested in production.
+ pretix is an Open Source online ticket shop available at https://pretix.eu/about/en/
+ If you organize your conference with pretix, you can use this application to scan the tickets at the entrance.
+ This project is stable and tested in production.
- Features:
+ Features:
- * Connecting the app to a pretix installation for a specific event
- * Scanning and validating tickets simultaneously on multiple devices
- * Toggling autofocus and flashlight
- * Manually search for a ticket code or an attendee name
- * Support for usage without an internet connection
+ * Connecting the app to a pretix installation for a specific event
+ * Scanning and validating tickets simultaneously on multiple devices
+ * Toggling autofocus and flashlight
+ * Manually search for a ticket code or an attendee name
+ * Support for usage without an internet connection
- Tracking due to Sentry which cannot be disabled by the user.
+ Tracking due to Sentry which cannot be disabled by the user.
RepoType: git
Repo: https://github.com/pretix/pretixdroid
diff --git a/metadata/eu.pretix.pretixprint.yml b/metadata/eu.pretix.pretixprint.yml
index fadaa4ee4c..f1f4ae88a0 100644
--- a/metadata/eu.pretix.pretixprint.yml
+++ b/metadata/eu.pretix.pretixprint.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- Tracking:
- en-US: Sentry is used and cannot be disabled by the user.
+ Tracking:
+ en-US: Sentry is used and cannot be disabled by the user.
Categories:
- Multimedia
License: GPL-3.0-only
@@ -12,8 +12,8 @@ IssueTracker: https://github.com/pretix/pretixprint-android/issues
AutoName: pretixPRINT
Description: |-
- Android app that drives the printers used by other pretix applications. This contains all print logic, but no application logic. It is called by other applications using system broadcasts.
- Tracking due to Sentry which cannot be disabled by the user.
+ Android app that drives the printers used by other pretix applications. This contains all print logic, but no application logic. It is called by other applications using system broadcasts.
+ Tracking due to Sentry which cannot be disabled by the user.
RepoType: git
Repo: https://github.com/pretix/pretixprint-android
diff --git a/metadata/eu.pretix.pretixscan.droid.yml b/metadata/eu.pretix.pretixscan.droid.yml
index 575b78e14b..92b322bb05 100644
--- a/metadata/eu.pretix.pretixscan.droid.yml
+++ b/metadata/eu.pretix.pretixscan.droid.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- Tracking:
- en-US: App uses Sentry for analytics, which cannot be disabled by the user.
+ Tracking:
+ en-US: App uses Sentry for analytics, which cannot be disabled by the user.
Categories:
- Multimedia
License: Apache-2.0
@@ -12,13 +12,13 @@ IssueTracker: https://github.com/pretix/pretixscan-android/issues
AutoName: pretixSCAN
Description: |-
- pretix is an Open Source online ticket shop available at https://pretix.eu/about/en/
+ pretix is an Open Source online ticket shop available at https://pretix.eu/about/en/
- If you organize your conference with pretix, you can use this application to scan the tickets at the entrance.
+ If you organize your conference with pretix, you can use this application to scan the tickets at the entrance.
- This app is free software licensed under the Apache license. The source code can be found at: https://github.com/pretix/pretixscan-android
+ This app is free software licensed under the Apache license. The source code can be found at: https://github.com/pretix/pretixscan-android
- Tracking due to Sentry which cannot be disabled by the user.
+ Tracking due to Sentry which cannot be disabled by the user.
RepoType: git
Repo: https://github.com/pretix/pretixscan-android.git
diff --git a/metadata/eu.prismsw.lampshade.yml b/metadata/eu.prismsw.lampshade.yml
index 7255b7f5e3..15c6025f3b 100644
--- a/metadata/eu.prismsw.lampshade.yml
+++ b/metadata/eu.prismsw.lampshade.yml
@@ -6,11 +6,11 @@ IssueTracker: https://github.com/prismsw/Lampshade/issues
AutoName: Lampshade
Description: |-
- tvtropes.org is a wiki catalogue of the tricks of the trade for writing fiction.
- Features include: formatting suitable for mobile devices; holo theme (light and
- dark) and a beautiful ICS look; save articles for later reading; extensive use
- of the action bar; spoiler functionality; search for articles; and more nifty
- little things
+ tvtropes.org is a wiki catalogue of the tricks of the trade for writing fiction.
+ Features include: formatting suitable for mobile devices; holo theme (light and
+ dark) and a beautiful ICS look; save articles for later reading; extensive use
+ of the action bar; spoiler functionality; search for articles; and more nifty
+ little things
RepoType: git
Repo: https://github.com/prismsw/Lampshade.git
@@ -23,7 +23,7 @@ Builds:
srclibs:
- ActionBarSherlock@6e3f2bb5
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
- versionName: 1.3.3
versionCode: 133
diff --git a/metadata/eu.quelltext.mundraub.yml b/metadata/eu.quelltext.mundraub.yml
index efa83cfe0a..e85dc4ba4d 100644
--- a/metadata/eu.quelltext.mundraub.yml
+++ b/metadata/eu.quelltext.mundraub.yml
@@ -435,7 +435,7 @@ Builds:
rm:
- app/libs
prebuild: sed -i -e "s|files('libs/commons-lang3-3.7.jar')|'org.apache.commons:commons-lang3:3.7'|"
- build.gradle
+ build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/eu.ryuu.screeps.yml b/metadata/eu.ryuu.screeps.yml
index fc1c5f144e..f7c3a0ff3a 100644
--- a/metadata/eu.ryuu.screeps.yml
+++ b/metadata/eu.ryuu.screeps.yml
@@ -25,10 +25,10 @@ Builds:
- npm run build:android
MaintainerNotes: |-
- This is a web app, written in JS, built from source.
- Summary and Description are maintained by upstream using fastlane in
- the source repo:
- https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
+ This is a web app, written in JS, built from source.
+ Summary and Description are maintained by upstream using fastlane in
+ the source repo:
+ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/eu.siacs.conversations.legacy.yml b/metadata/eu.siacs.conversations.legacy.yml
index 3706562a4a..85a22f5fe7 100644
--- a/metadata/eu.siacs.conversations.legacy.yml
+++ b/metadata/eu.siacs.conversations.legacy.yml
@@ -13,20 +13,20 @@ Bitcoin: 1AeqNAcg85APAZj9BZfAjdFCC5zesqXp2B
AutoName: Conversations Legacy
Description: |-
- This special release of Conversations remains on the 1.23.x branch and will
- provide the same user experience as it was prior to version 2.0.0
+ This special release of Conversations remains on the 1.23.x branch and will
+ provide the same user experience as it was prior to version 2.0.0
- If you are new to this application you should check out the regular releases
- called https://f-droid.org/packages/eu.siacs.conversations
+ If you are new to this application you should check out the regular releases
+ called https://f-droid.org/packages/eu.siacs.conversations
- Conversations Legacy is only suited for a small audience that can not live
- without the features that have been removed in version 2.0.0 most notably:
+ Conversations Legacy is only suited for a small audience that can not live
+ without the features that have been removed in version 2.0.0 most notably:
- * OTR
- * Customizable Resources
- * Swipe gesture to open the conversations overview.
+ * OTR
+ * Customizable Resources
+ * Swipe gesture to open the conversations overview.
- Everyone else is strongly recommended to use Conversations instead.
+ Everyone else is strongly recommended to use Conversations instead.
RepoType: git
Repo: https://github.com/siacs/Conversations
diff --git a/metadata/eu.siacs.conversations.voicerecorder.yml b/metadata/eu.siacs.conversations.voicerecorder.yml
index bccec87d3b..fb2138dfc3 100644
--- a/metadata/eu.siacs.conversations.voicerecorder.yml
+++ b/metadata/eu.siacs.conversations.voicerecorder.yml
@@ -9,11 +9,11 @@ Bitcoin: 1AeqNAcg85APAZj9BZfAjdFCC5zesqXp2B
AutoName: Voice Recorder Plugin
Description: |-
- Note: As of Conversations 2.2.0 this functionality is integrated in the main app
+ Note: As of Conversations 2.2.0 this functionality is integrated in the main app
- This simple voice recorder can be used to send voice messages from within
- Conversations, an XMPP client. It is more straightforward than using Android's
- built-in or the vendor's voice recording UIs.
+ This simple voice recorder can be used to send voice messages from within
+ Conversations, an XMPP client. It is more straightforward than using Android's
+ built-in or the vendor's voice recording UIs.
Builds:
- versionName: 0.1-beta2
@@ -29,9 +29,9 @@ Builds:
- yes
MaintainerNotes: |-
- Donation options copied from the main Conversations app. It is code by the author of
- Conversations and was only "outsourced" to keep permissions needed for the main app
- minimalistic.
+ Donation options copied from the main Conversations app. It is code by the author of
+ Conversations and was only "outsourced" to keep permissions needed for the main app
+ minimalistic.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/eu.siacs.conversations.yml b/metadata/eu.siacs.conversations.yml
index af4520b349..6535706132 100644
--- a/metadata/eu.siacs.conversations.yml
+++ b/metadata/eu.siacs.conversations.yml
@@ -732,7 +732,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.8.1
versionCode: 112
@@ -740,7 +740,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.8.2
versionCode: 113
@@ -748,7 +748,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.8.3
versionCode: 114
@@ -756,7 +756,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.8.4
versionCode: 115
@@ -764,7 +764,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.9.0
versionCode: 119
@@ -772,7 +772,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.9.1
versionCode: 120
@@ -780,7 +780,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.9.2
versionCode: 121
@@ -788,7 +788,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.9.3
versionCode: 122
@@ -796,7 +796,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.9.4
versionCode: 123
@@ -804,7 +804,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationVariants/i/*' -e '/lintOptions {/i*/' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.10.0
versionCode: 127
@@ -1008,7 +1008,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.14.1
versionCode: 172
@@ -1016,7 +1016,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.14.2
versionCode: 173
@@ -1024,7 +1024,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.14.3
versionCode: 174
@@ -1032,7 +1032,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.14.4
versionCode: 175
@@ -1040,7 +1040,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.14.5
versionCode: 176
@@ -1048,7 +1048,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.14.6
versionCode: 179
@@ -1056,7 +1056,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.14.7
versionCode: 180
@@ -1064,7 +1064,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.14.8
versionCode: 181
@@ -1072,7 +1072,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.14.9
versionCode: 182
@@ -1080,7 +1080,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.15.0
versionCode: 186
@@ -1088,7 +1088,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.15.1
versionCode: 187
@@ -1096,7 +1096,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.15.2
versionCode: 188
@@ -1104,7 +1104,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.15.3
versionCode: 189
@@ -1112,7 +1112,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.15.4
versionCode: 192
@@ -1120,7 +1120,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.15.5
versionCode: 193
@@ -1128,7 +1128,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.16.0
versionCode: 196
@@ -1136,7 +1136,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.16.1
versionCode: 197
@@ -1144,7 +1144,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.16.2
versionCode: 199
@@ -1152,7 +1152,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.17.0
versionCode: 202
@@ -1160,7 +1160,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.17.1
versionCode: 205
@@ -1168,7 +1168,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.18.0
versionCode: 208
@@ -1176,7 +1176,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.18.2
versionCode: 211
@@ -1184,7 +1184,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.18.3
versionCode: 212
@@ -1192,7 +1192,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.18.4
versionCode: 214
@@ -1200,7 +1200,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.18.5
versionCode: 217
@@ -1208,7 +1208,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.19.0
versionCode: 222
@@ -1216,7 +1216,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.19.3
versionCode: 225
@@ -1224,7 +1224,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.19.4
versionCode: 227
@@ -1232,7 +1232,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.19.5
versionCode: 228
@@ -1240,7 +1240,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.20.0
versionCode: 233
@@ -1248,7 +1248,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.20.1
versionCode: 234
@@ -1256,7 +1256,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.21.0
versionCode: 236
@@ -1264,7 +1264,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' build.gradle
+ {/,+2d' build.gradle
- versionName: 1.22.0
versionCode: 239
@@ -1272,8 +1272,8 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' -e "s/mavenCentral()/mavenCentral()\n maven { url 'https:\/\/maven.google.com'
- }/" build.gradle
+ {/,+2d' -e "s/mavenCentral()/mavenCentral()\n maven { url 'https:\/\/maven.google.com'
+ }/" build.gradle
- versionName: 1.22.1
versionCode: 240
@@ -1292,8 +1292,8 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' -e "s/mavenCentral()/mavenCentral()\n maven { url 'https:\/\/maven.google.com'
- }/" build.gradle
+ {/,+2d' -e "s/mavenCentral()/mavenCentral()\n maven { url 'https:\/\/maven.google.com'
+ }/" build.gradle
- versionName: 1.23.1
versionCode: 245
@@ -1301,8 +1301,8 @@ Builds:
gradle:
- free
prebuild: sed -i -e '/playstoreCompile/d' -e '/play-services-gcm/d' -e '/maven
- {/,+2d' -e "s/mavenCentral()/mavenCentral()\n maven { url 'https:\/\/maven.google.com'
- }/" build.gradle
+ {/,+2d' -e "s/mavenCentral()/mavenCentral()\n maven { url 'https:\/\/maven.google.com'
+ }/" build.gradle
- versionName: 1.23.2
versionCode: 246
@@ -1506,7 +1506,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.3.7+fcr
versionCode: 303
@@ -1514,7 +1514,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.3.8+fcr
versionCode: 305
@@ -1522,7 +1522,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.3.9+fcr
versionCode: 307
@@ -1530,7 +1530,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.3.10+fcr
versionCode: 309
@@ -1538,7 +1538,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.3.11+fcr
versionCode: 314
@@ -1566,7 +1566,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.4.1+fcr
versionCode: 321
@@ -1574,7 +1574,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.4.2+fcr
versionCode: 322
@@ -1582,7 +1582,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.4.3+fcr
versionCode: 323
@@ -1590,7 +1590,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.0+fcr
versionCode: 326
@@ -1598,7 +1598,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.1+fcr
versionCode: 327
@@ -1606,7 +1606,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.2+fcr
versionCode: 329
@@ -1614,7 +1614,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.3+fcr
versionCode: 330
@@ -1622,7 +1622,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.4+fcr
versionCode: 333
@@ -1630,7 +1630,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.5+fcr
versionCode: 334
@@ -1638,7 +1638,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.6+fcr
versionCode: 336
@@ -1646,7 +1646,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.7+fcr
versionCode: 337
@@ -1654,7 +1654,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.8+fcr
versionCode: 338
@@ -1662,7 +1662,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.11+fcr
versionCode: 341
@@ -1670,7 +1670,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.12+fcr
versionCode: 346
@@ -1678,7 +1678,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.6.0+fcr
versionCode: 349
@@ -1686,7 +1686,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.6.1+fcr
versionCode: 351
@@ -1694,7 +1694,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.6.2+fcr
versionCode: 353
@@ -1702,7 +1702,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.6.3+fcr
versionCode: 360
@@ -1710,7 +1710,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.6.4+fcr
versionCode: 362
@@ -1718,7 +1718,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.7.0+fcr
versionCode: 364
@@ -1726,7 +1726,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.7.1+fcr
versionCode: 367
@@ -1734,7 +1734,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.8.1+fcr
versionCode: 381
@@ -1742,8 +1742,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/aabortOnError\
- false' -e '/libwebrtc/d' -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.+'"
- -e '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ false' -e '/libwebrtc/d' -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.+'"
+ -e '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
- versionName: 2.8.2+fcr
versionCode: 382
@@ -1751,8 +1751,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/aabortOnError\
- false' -e '/libwebrtc/d' -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.+'"
- -e '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ false' -e '/libwebrtc/d' -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.+'"
+ -e '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
- versionName: 2.8.3+fcr
versionCode: 383
@@ -1760,8 +1760,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/aabortOnError\
- false' -e '/libwebrtc/d' -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.+'"
- -e '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ false' -e '/libwebrtc/d' -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.+'"
+ -e '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
- versionName: 2.8.4+fcr
versionCode: 387
@@ -1769,8 +1769,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21b
- versionName: 2.8.5+fcr
@@ -1779,8 +1779,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21b
- versionName: 2.8.6+fcr
@@ -1789,8 +1789,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21b
- versionName: 2.8.7+fcr
@@ -1799,8 +1799,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.8.8+fcr
@@ -1809,8 +1809,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.8.9+fcr
@@ -1819,8 +1819,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.8.10+fcr
@@ -1829,8 +1829,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.9.0+fcr
@@ -1839,8 +1839,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.9.1+fcr
@@ -1849,8 +1849,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.9.2+fcr
@@ -1859,8 +1859,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.9.3+fcr
@@ -1869,8 +1869,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.9.4+fcr
@@ -1879,8 +1879,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.9.5+fcr
@@ -1889,8 +1889,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.9.6+fcr
@@ -1899,8 +1899,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.9.7+fcr
@@ -1909,8 +1909,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
ndk: r21d
- versionName: 2.9.8+fcr
@@ -1919,8 +1919,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
ndk: r21e
- versionName: 2.9.9+fcr
@@ -1929,8 +1929,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
ndk: r21e
- versionName: 2.9.10+fcr
@@ -1939,8 +1939,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
ndk: r21e
- versionName: 2.9.11+fcr
@@ -1949,8 +1949,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
ndk: r21e
- versionName: 2.9.12+fcr
@@ -1959,8 +1959,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
ndk: r21e
- versionName: 2.9.13+fcr
@@ -1969,8 +1969,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
ndk: r21e
- versionName: 2.10.0+fcr
@@ -1983,8 +1983,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
ndk: r21e
- versionName: 2.10.1+fcr
@@ -1997,8 +1997,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
ndk: r21e
- versionName: 2.10.2+fcr
@@ -2011,8 +2011,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21e
- versionName: 2.10.2.1+fcr
@@ -2025,8 +2025,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21e
- versionName: 2.10.9+free
@@ -2039,7 +2039,7 @@ Builds:
gradle:
- conversationsFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21e
- versionName: 2.10.10+free
@@ -2052,7 +2052,7 @@ Builds:
gradle:
- conversationsFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21e
- versionName: 2.11.0+free
@@ -2061,7 +2061,7 @@ Builds:
gradle:
- conversationsFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
- versionName: 2.11.1+free
versionCode: 42042
@@ -2069,7 +2069,7 @@ Builds:
gradle:
- conversationsFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
- versionName: 2.11.2+free
versionCode: 4204301
@@ -2078,7 +2078,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.11.2+free
versionCode: 4204302
@@ -2087,7 +2087,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.11.2+free
versionCode: 4204303
@@ -2096,7 +2096,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.11.2+free
versionCode: 4204304
@@ -2105,7 +2105,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.11.3+free
versionCode: 4204401
@@ -2114,7 +2114,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.11.3+free
versionCode: 4204402
@@ -2123,7 +2123,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.11.3+free
versionCode: 4204403
@@ -2132,7 +2132,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.11.3+free
versionCode: 4204404
@@ -2141,7 +2141,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.0+free
versionCode: 4204601
@@ -2150,7 +2150,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.0+free
versionCode: 4204602
@@ -2159,7 +2159,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.0+free
versionCode: 4204603
@@ -2168,7 +2168,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.0+free
versionCode: 4204604
@@ -2177,7 +2177,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.1+free
versionCode: 4204701
@@ -2186,7 +2186,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.1+free
versionCode: 4204702
@@ -2195,7 +2195,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.1+free
versionCode: 4204703
@@ -2204,7 +2204,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.1+free
versionCode: 4204704
@@ -2213,7 +2213,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.2+free
versionCode: 4205001
@@ -2222,7 +2222,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.2+free
versionCode: 4205002
@@ -2231,7 +2231,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.2+free
versionCode: 4205003
@@ -2240,7 +2240,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.2+free
versionCode: 4205004
@@ -2249,7 +2249,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.3+free
versionCode: 4205501
@@ -2259,7 +2259,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.3+free
versionCode: 4205502
@@ -2269,7 +2269,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.3+free
versionCode: 4205503
@@ -2279,7 +2279,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.3+free
versionCode: 4205504
@@ -2289,7 +2289,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.4+free
versionCode: 4205601
@@ -2298,7 +2298,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.4+free
versionCode: 4205602
@@ -2307,7 +2307,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.4+free
versionCode: 4205603
@@ -2316,7 +2316,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.4+free
versionCode: 4205604
@@ -2325,7 +2325,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.6+free
versionCode: 4206001
@@ -2334,7 +2334,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.6+free
versionCode: 4206002
@@ -2343,7 +2343,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.6+free
versionCode: 4206003
@@ -2352,7 +2352,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.6+free
versionCode: 4206004
@@ -2361,7 +2361,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.8+free
versionCode: 4206201
@@ -2370,7 +2370,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.8+free
versionCode: 4206202
@@ -2379,7 +2379,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.8+free
versionCode: 4206203
@@ -2388,7 +2388,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.8+free
versionCode: 4206204
@@ -2397,7 +2397,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.9+free
versionCode: 4206501
@@ -2406,7 +2406,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.9+free
versionCode: 4206502
@@ -2415,7 +2415,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.9+free
versionCode: 4206503
@@ -2424,7 +2424,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.9+free
versionCode: 4206504
@@ -2433,7 +2433,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Conversations-*-conversations-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
AutoUpdateMode: Version ++free %v
UpdateCheckMode: Tags
diff --git a/metadata/eu.siebeck.sipswitch.yml b/metadata/eu.siebeck.sipswitch.yml
index cdb823513a..c887007d9f 100644
--- a/metadata/eu.siebeck.sipswitch.yml
+++ b/metadata/eu.siebeck.sipswitch.yml
@@ -8,12 +8,12 @@ IssueTracker: https://github.com/robert7k/sipswitch/issues
AutoName: SIP Switch
Description: |-
- Android 2.3 (Gingerbread) and newer has a built in SIP/VoIP client. The widget
- has two buttons: The left one gives you a shortcut to the SIP settings i.e. to
- enable incoming calls. The second one allows you to select how calls should be
- routed primarily: you can select whether all calls should be made via SIP by
- default; only Internet calls via SIP (Airplane mode), or if you want to be asked
- before each call.
+ Android 2.3 (Gingerbread) and newer has a built in SIP/VoIP client. The widget
+ has two buttons: The left one gives you a shortcut to the SIP settings i.e. to
+ enable incoming calls. The second one allows you to select how calls should be
+ routed primarily: you can select whether all calls should be made via SIP by
+ default; only Internet calls via SIP (Airplane mode), or if you want to be asked
+ before each call.
RepoType: git
Repo: https://github.com/robert7k/sipswitch.git
@@ -44,7 +44,7 @@ Builds:
- yes
MaintainerNotes: Usage of the jar is fine since it comes directly from upstream's
- repo.
+ repo.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/eu.sum7.conversations.yml b/metadata/eu.sum7.conversations.yml
index 01da470c87..7fde64d611 100644
--- a/metadata/eu.sum7.conversations.yml
+++ b/metadata/eu.sum7.conversations.yml
@@ -19,7 +19,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.1
versionCode: 327
@@ -27,7 +27,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' -e '/versionNameSuffix/d' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' -e '/versionNameSuffix/d' build.gradle
- versionName: 2.5.2
versionCode: 329
@@ -616,8 +616,8 @@ Builds:
ndk: r21e
MaintainerNotes: |-
- We rename package on fork to work more smoothly (sharing button) - https://github.com/kriztan/Pix-Art-Messenger/issues/160,
- but without in git repository to make it easier for update to upstream (see .gitlab-ci.yml).
+ We rename package on fork to work more smoothly (sharing button) - https://github.com/kriztan/Pix-Art-Messenger/issues/160,
+ but without in git repository to make it easier for update to upstream (see .gitlab-ci.yml).
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/eu.uwot.fabio.altcoinprices.yml b/metadata/eu.uwot.fabio.altcoinprices.yml
index 40cb44bc7d..c3b2d1169d 100644
--- a/metadata/eu.uwot.fabio.altcoinprices.yml
+++ b/metadata/eu.uwot.fabio.altcoinprices.yml
@@ -9,8 +9,8 @@ Bitcoin: 353x3kNMUaAt3i79kQTf3KCJWRAVXSRGpW
AutoName: Altcoin Prices
Description: |-
- Cryptocurrencies portfolio tracker, monitor prices in real time and much more.
- Data are retrieved directly using exchange's API for maximum privacy.
+ Cryptocurrencies portfolio tracker, monitor prices in real time and much more.
+ Data are retrieved directly using exchange's API for maximum privacy.
RepoType: git
Repo: https://gitlab.com/cfabio/AltcoinPrices.git
diff --git a/metadata/eu.veldsoft.brainstonz.yml b/metadata/eu.veldsoft.brainstonz.yml
index 65becff844..5b416989fe 100644
--- a/metadata/eu.veldsoft.brainstonz.yml
+++ b/metadata/eu.veldsoft.brainstonz.yml
@@ -9,54 +9,54 @@ Changelog: https://github.com/VelbazhdSoftwareLLC/BrainstonzForAndroid/releases
AutoName: Brainstonz for Android
Description: |
- Object of the Game
+ Object of the Game
- Be the first player to fill a row, column, or diagonal with 4 stones.
+ Be the first player to fill a row, column, or diagonal with 4 stones.
- Setting Up the Game
- First select the options on the right-hand side of the screen. Below
- is an explanation of the controls:
+ Setting Up the Game
+ First select the options on the right-hand side of the screen. Below
+ is an explanation of the controls:
- Type
+ Type
- Select the type of player. A player can be a human or a computer. You
- can play against a friend or the computer. You can even watch the
- computer play itself!
+ Select the type of player. A player can be a human or a computer. You
+ can play against a friend or the computer. You can even watch the
+ computer play itself!
- Skill
+ Skill
- If this player's type is "Computer," this option sets the skill level
- of the computer's Artificial Intelligence. (Don't be disappointed if
- you cannot beat the computer at the hardest setting—it's impossible!)
+ If this player's type is "Computer," this option sets the skill level
+ of the computer's Artificial Intelligence. (Don't be disappointed if
+ you cannot beat the computer at the hardest setting—it's impossible!)
- How to Play
+ How to Play
- Black is the first player to take a turn.
+ Black is the first player to take a turn.
- The very first turn consists of only one move. Player 1 (black) gets
- to place a stone anywhere on the board.
+ The very first turn consists of only one move. Player 1 (black) gets
+ to place a stone anywhere on the board.
- For the next turn, Player 2 (white) gets to place 2 stones on the
- board. If Player 2 completes a pair of symbols, he/she can remove
- Player 1's stone from the board.
+ For the next turn, Player 2 (white) gets to place 2 stones on the
+ board. If Player 2 completes a pair of symbols, he/she can remove
+ Player 1's stone from the board.
- All subsequent turns are like Player 2's first turn and follow this
- pattern:
+ All subsequent turns are like Player 2's first turn and follow this
+ pattern:
- The current player places a stone on the board.
+ The current player places a stone on the board.
- If the symbol on the board position just played matches a symbol
- under any of the current player's other stones, he/she must
- immediately remove a stone from the other player.
+ If the symbol on the board position just played matches a symbol
+ under any of the current player's other stones, he/she must
+ immediately remove a stone from the other player.
- The current player places a second stone on the board.
- If the current player completes a second pair of symbols, he/she
- removes another stone from the other player.
+ The current player places a second stone on the board.
+ If the current player completes a second pair of symbols, he/she
+ removes another stone from the other player.
- The game ends when either:
+ The game ends when either:
- A player completes an entire row, column, or diagonal with 4 stones.
- It is impossible for the current player to move (a tie).
+ A player completes an entire row, column, or diagonal with 4 stones.
+ It is impossible for the current player to move (a tie).
RepoType: git
Repo: https://github.com/VelbazhdSoftwareLLC/BrainstonzForAndroid.git
diff --git a/metadata/eu.veldsoft.colors.overflow.yml b/metadata/eu.veldsoft.colors.overflow.yml
index dd5046e0cb..a4fbfc2d62 100644
--- a/metadata/eu.veldsoft.colors.overflow.yml
+++ b/metadata/eu.veldsoft.colors.overflow.yml
@@ -8,26 +8,26 @@ IssueTracker: https://github.com/VelbazhdSoftwareLLC/ColorsOverflow/issues
AutoName: Colors Overflow
Description: |-
- It is a strategic game on a board divided in 8 x 8 cells. Each cell may contain
- a piece of size one, two or three. Initially each player has three pieces in
- size two. The players take turns to select one of their own pieces to be
- increased one in size. If a size three piece is selected, it will "overflow",
- which means that it will be split into four small pieces, which are then
- distributed to the neighbor cells (left, right,up, down). If a neighbor is also
- a size three piece, it will also "overflow". Thus you can get rather long chain
- reactions.
+ It is a strategic game on a board divided in 8 x 8 cells. Each cell may contain
+ a piece of size one, two or three. Initially each player has three pieces in
+ size two. The players take turns to select one of their own pieces to be
+ increased one in size. If a size three piece is selected, it will "overflow",
+ which means that it will be split into four small pieces, which are then
+ distributed to the neighbor cells (left, right,up, down). If a neighbor is also
+ a size three piece, it will also "overflow". Thus you can get rather long chain
+ reactions.
- The opponents pieces can only be taken by "overflowing" your own pieces into
- them. If one of your pieces is distributed to a cell occupied by one of the
- opponent's pieces, that piece changes color and is increased by one in size.
- That way you can win an entire chain of the opponent's pieces in one move, if
- you play wisely. Pieces that falls off the edge of the board are lost. Don't
- worry too much about this though, the game is not about having many pieces, just
- about having ALL the pieces ;-)
+ The opponents pieces can only be taken by "overflowing" your own pieces into
+ them. If one of your pieces is distributed to a cell occupied by one of the
+ opponent's pieces, that piece changes color and is increased by one in size.
+ That way you can win an entire chain of the opponent's pieces in one move, if
+ you play wisely. Pieces that falls off the edge of the board are lost. Don't
+ worry too much about this though, the game is not about having many pieces, just
+ about having ALL the pieces ;-)
- The winner in the game is the player who captures all the pieces on the board.
- Although the rules are very simple, the game is not easy to play at all. There
- are a lot of tips and tricks to learn.
+ The winner in the game is the player who captures all the pieces on the board.
+ Although the rules are very simple, the game is not easy to play at all. There
+ are a lot of tips and tricks to learn.
RepoType: git
Repo: https://github.com/VelbazhdSoftwareLLC/ColorsOverflow
diff --git a/metadata/eu.veldsoft.complica4.yml b/metadata/eu.veldsoft.complica4.yml
index c9b3303fbc..05a2bac13f 100644
--- a/metadata/eu.veldsoft.complica4.yml
+++ b/metadata/eu.veldsoft.complica4.yml
@@ -8,13 +8,13 @@ IssueTracker: https://github.com/VelbazhdSoftwareLLC/Complica4/issues
AutoName: Complica4
Description: |-
- Complica4 is a modified version for four players of the game Complica,
- which is similar to the game Connect Four. In Complica (not like in Connect
- Four), when a piece is placed, it does not remain there for the entire game.
- Another piece may be used to slide the entire row over. Winner is first person
- to have 4 pieces in a row. The mechanic of the sliding rows means that each
- player can possibly have 4 in a row at the same time, causing the game to
- continue until this situation can be broken up.
+ Complica4 is a modified version for four players of the game Complica,
+ which is similar to the game Connect Four. In Complica (not like in Connect
+ Four), when a piece is placed, it does not remain there for the entire game.
+ Another piece may be used to slide the entire row over. Winner is first person
+ to have 4 pieces in a row. The mechanic of the sliding rows means that each
+ player can possibly have 4 in a row at the same time, causing the game to
+ continue until this situation can be broken up.
RepoType: git
Repo: https://github.com/VelbazhdSoftwareLLC/Complica4
diff --git a/metadata/eu.veldsoft.dice.overflow.yml b/metadata/eu.veldsoft.dice.overflow.yml
index 1e6de28a96..16781e9a52 100644
--- a/metadata/eu.veldsoft.dice.overflow.yml
+++ b/metadata/eu.veldsoft.dice.overflow.yml
@@ -8,14 +8,14 @@ IssueTracker: https://github.com/VelbazhdSoftwareLLC/DiceOverflow/issues
AutoName: Dice Overflow
Description: |
- Dice Overflow is a simple board logical game developed as master
- thesis in New Bulgarian University.
+ Dice Overflow is a simple board logical game developed as master
+ thesis in New Bulgarian University.
- The game is mix between dice and ColorOverflow game. The goal of
- the game is to conquer all cells on the board. The game starts with
- two dice for each opponent. By clicking any of the own dice it will
- rise and eventually it will overflow. The overflowing is the key
- for territory occupation.
+ The game is mix between dice and ColorOverflow game. The goal of
+ the game is to conquer all cells on the board. The game starts with
+ two dice for each opponent. By clicking any of the own dice it will
+ rise and eventually it will overflow. The overflowing is the key
+ for territory occupation.
RepoType: git
Repo: https://github.com/VelbazhdSoftwareLLC/DiceOverflow
diff --git a/metadata/eu.veldsoft.fish.rings.yml b/metadata/eu.veldsoft.fish.rings.yml
index b5283bee70..ff76a59370 100644
--- a/metadata/eu.veldsoft.fish.rings.yml
+++ b/metadata/eu.veldsoft.fish.rings.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/VelbazhdSoftwareLLC/FishRingsForAndroid/issues
AutoName: Fish Rings for Android
Description: |-
- The puzzle consist of three rings, which can be rotated in both directions. The
- goal of the puzzle is to solve it as it was in the initial stage.
+ The puzzle consist of three rings, which can be rotated in both directions. The
+ goal of the puzzle is to solve it as it was in the initial stage.
RepoType: git
Repo: https://github.com/VelbazhdSoftwareLLC/FishRingsForAndroid
diff --git a/metadata/eu.veldsoft.free.klondike.yml b/metadata/eu.veldsoft.free.klondike.yml
index ea6ec419f7..6659e673d7 100644
--- a/metadata/eu.veldsoft.free.klondike.yml
+++ b/metadata/eu.veldsoft.free.klondike.yml
@@ -10,27 +10,27 @@ Donate: https://www.paypal.com/cgi-bin/webscr?item_name=Donation+to+Four+Row+Sol
AutoName: Free Klondike
Description: |
- Similarities to FreeCell:
+ Similarities to FreeCell:
- * The cards in the columns are always visible;
- * There are four individual cells at the top;
+ * The cards in the columns are always visible;
+ * There are four individual cells at the top;
- Similarities to Klondike Solitaire:
+ Similarities to Klondike 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 Klondike 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 Klondike Solitaire;
- Features unique to this game:
+ 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 Klondike Solitaire and FreeCell, respectively;
+ * 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 Klondike Solitaire and FreeCell, respectively;
RepoType: git
Repo: https://github.com/VelbazhdSoftwareLLC/FreeKlondike.git
diff --git a/metadata/eu.veldsoft.house.of.cards.yml b/metadata/eu.veldsoft.house.of.cards.yml
index 71ba84f26b..e1253dfa6e 100644
--- a/metadata/eu.veldsoft.house.of.cards.yml
+++ b/metadata/eu.veldsoft.house.of.cards.yml
@@ -6,32 +6,32 @@ IssueTracker: https://github.com/VelbazhdSoftwareLLC/HouseOfCards/issues
AutoName: House of Cards
Description: |-
- The game starts with a standard deck of 52 cards. There are also four
- Houses each “coloured” by one of the four suits. You put one by one
- the random cards, that the dealer randomly deals from the deck, to one
- of the different Houses (it is of no importance the cards to be of the
- same suit with the House), trying to achieve a total of 31 in the house.
- The total is calculated adding the cards (Ace counts for 11, Kings,
- Queens, Jacks for 10 and the rest as they are, i.e. the 8 of Spades
- counts for 8). Every time you manage to achieve a 31 in one of the
- houses you get a bonus regarding the House in which you achieved that
- (10 for Spades, 20 for Clubs, 30 for Diamonds, 40 for Hearts) and the
- House becomes empty (total = 0). If in one of the Houses the total will
- exceed 31 then this House is closed and you cannot use it any more adding
- cards to it. In order to win you should add all 52 cards in the Houses
- and only then your score counts in the hall of fame. You lose if all the
- four Houses will be closed.
+ The game starts with a standard deck of 52 cards. There are also four
+ Houses each “coloured” by one of the four suits. You put one by one
+ the random cards, that the dealer randomly deals from the deck, to one
+ of the different Houses (it is of no importance the cards to be of the
+ same suit with the House), trying to achieve a total of 31 in the house.
+ The total is calculated adding the cards (Ace counts for 11, Kings,
+ Queens, Jacks for 10 and the rest as they are, i.e. the 8 of Spades
+ counts for 8). Every time you manage to achieve a 31 in one of the
+ houses you get a bonus regarding the House in which you achieved that
+ (10 for Spades, 20 for Clubs, 30 for Diamonds, 40 for Hearts) and the
+ House becomes empty (total = 0). If in one of the Houses the total will
+ exceed 31 then this House is closed and you cannot use it any more adding
+ cards to it. In order to win you should add all 52 cards in the Houses
+ and only then your score counts in the hall of fame. You lose if all the
+ four Houses will be closed.
- If the number of cards in a House will be six (6) and the total is less
- than 31, it counts as a 31, the player gets 50 points and the House
- becomes empty.
+ If the number of cards in a House will be six (6) and the total is less
+ than 31, it counts as a 31, the player gets 50 points and the House
+ becomes empty.
- This rule adds 4 Jokers to the deck (each with a different suit). If
- you add it to the House “coloured” with the same suit (e.g. the Heart
- special card to the Heart House) then it is like having 31 no matter
- what was the total there and the player gets 100 points, but if you
- add it to a House “coloured” with another suit (e.g. the Heart card
- to the Diamond House) you lose immediately.
+ This rule adds 4 Jokers to the deck (each with a different suit). If
+ you add it to the House “coloured” with the same suit (e.g. the Heart
+ special card to the Heart House) then it is like having 31 no matter
+ what was the total there and the player gets 100 points, but if you
+ add it to a House “coloured” with another suit (e.g. the Heart card
+ to the Diamond House) you lose immediately.
RepoType: git
Repo: https://github.com/VelbazhdSoftwareLLC/HouseOfCards
diff --git a/metadata/eu.veldsoft.hungarian.rings.yml b/metadata/eu.veldsoft.hungarian.rings.yml
index c657bc04e7..24e5a2eed4 100644
--- a/metadata/eu.veldsoft.hungarian.rings.yml
+++ b/metadata/eu.veldsoft.hungarian.rings.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/VelbazhdSoftwareLLC/HungarianRingsForAndroid/is
AutoName: Hungarian Rings for Android
Description: |-
- This puzzle consists of two intersecting rings made up of a number of coloured
- balls. The rings of balls intersect at two places, so they share two of the
- balls. Each ring of balls can be turned, so the balls can be mixed.
+ This puzzle consists of two intersecting rings made up of a number of coloured
+ balls. The rings of balls intersect at two places, so they share two of the
+ balls. Each ring of balls can be turned, so the balls can be mixed.
RepoType: git
Repo: https://github.com/VelbazhdSoftwareLLC/HungarianRingsForAndroid
diff --git a/metadata/eu.veldsoft.ithaka.board.game.yml b/metadata/eu.veldsoft.ithaka.board.game.yml
index 651afe0add..1b3e45d073 100644
--- a/metadata/eu.veldsoft.ithaka.board.game.yml
+++ b/metadata/eu.veldsoft.ithaka.board.game.yml
@@ -8,19 +8,19 @@ IssueTracker: https://github.com/VelbazhdSoftwareLLC/IthakaBoardGame/issues
AutoName: Ithaka Board Game
Description: |-
- Ithaka is played on a four by four square grid with three pieces in each of
- four colors. The pieces are initially arranged so that the three pieces of each
- color occupy a corner space and the two adjacent edge spaces.
+ Ithaka is played on a four by four square grid with three pieces in each of
+ four colors. The pieces are initially arranged so that the three pieces of each
+ color occupy a corner space and the two adjacent edge spaces.
- All of the pieces are shared by both players. Each player, in turn, moves one
- piece any number of spaces in a straight orthogonal or diagonal line over as
- many empty spaces as is desired, with the following restrictions:
+ All of the pieces are shared by both players. Each player, in turn, moves one
+ piece any number of spaces in a straight orthogonal or diagonal line over as
+ many empty spaces as is desired, with the following restrictions:
- * The piece moved must not be the same piece moved on your opponent's most recent turn;
- * The piece moved must begin next to a piece of the same color;
+ * The piece moved must not be the same piece moved on your opponent's most recent turn;
+ * The piece moved must begin next to a piece of the same color;
- Win either by getting three pieces of one color in a row or by leaving your
- opponent with no available moves.
+ Win either by getting three pieces of one color in a row or by leaving your
+ opponent with no available moves.
RepoType: git
Repo: https://github.com/VelbazhdSoftwareLLC/IthakaBoardGame
diff --git a/metadata/eu.veldsoft.kechi.yml b/metadata/eu.veldsoft.kechi.yml
index f125fb2b20..44457fd31a 100644
--- a/metadata/eu.veldsoft.kechi.yml
+++ b/metadata/eu.veldsoft.kechi.yml
@@ -9,12 +9,12 @@ IssueTracker: https://github.com/VelbazhdSoftwareLLC/Kechi/issues
AutoName: Kechi
Description: |
- Have you ever watched one of those adventure movies where
- people are fighting on a rickety rope bridge? As they move,
- more and more of the bridge breaks and falls beneath them...
- Well, in those scenes, I found the inspiration for a board
- game! Players take turns moving and attacking each other on
- a more and more dangerous board!
+ Have you ever watched one of those adventure movies where
+ people are fighting on a rickety rope bridge? As they move,
+ more and more of the bridge breaks and falls beneath them...
+ Well, in those scenes, I found the inspiration for a board
+ game! Players take turns moving and attacking each other on
+ a more and more dangerous board!
RepoType: git
Repo: https://github.com/VelbazhdSoftwareLLC/Kechi.git
diff --git a/metadata/eu.veldsoft.politrics.yml b/metadata/eu.veldsoft.politrics.yml
index 38609c31fa..14ec5160da 100644
--- a/metadata/eu.veldsoft.politrics.yml
+++ b/metadata/eu.veldsoft.politrics.yml
@@ -8,21 +8,21 @@ IssueTracker: https://github.com/VelbazhdSoftwareLLC/Politrics/issues
AutoName: Politrics
Description: |-
- Politrics is a board game similar to Chess. The game was invented by Wilfrid
- Hartnagel. Android application was created by Todor Balabanov.
+ Politrics is a board game similar to Chess. The game was invented by Wilfrid
+ Hartnagel. Android application was created by Todor Balabanov.
- Depending on where the first figure is placed there can be more than 23000
- opening moves, hence it is most unlikely that a game will ever be played twice.
- Players develop their own tactics to win boards and strategies to win the game.
+ Depending on where the first figure is placed there can be more than 23000
+ opening moves, hence it is most unlikely that a game will ever be played twice.
+ Players develop their own tactics to win boards and strategies to win the game.
- There are 3 ways to win a board:
-
- - by creating a line of 5 figures that cannot be beaten.
- - by beating your opponent's President.
- - by reducing the amount of your opponent's figures. When you don't have enough figures left to create a line of five you have lost.
-
- The maximum score of a board is 100 points. You need 100 points to win the game.
- You may win the game by winning several boards or one only.
+ There are 3 ways to win a board:
+
+ - by creating a line of 5 figures that cannot be beaten.
+ - by beating your opponent's President.
+ - by reducing the amount of your opponent's figures. When you don't have enough figures left to create a line of five you have lost.
+
+ The maximum score of a board is 100 points. You need 100 points to win the game.
+ You may win the game by winning several boards or one only.
RepoType: git
Repo: https://github.com/VelbazhdSoftwareLLC/Politrics
diff --git a/metadata/eu.veldsoft.scribe4.yml b/metadata/eu.veldsoft.scribe4.yml
index b8aeffb1e9..476ca3e321 100644
--- a/metadata/eu.veldsoft.scribe4.yml
+++ b/metadata/eu.veldsoft.scribe4.yml
@@ -8,16 +8,16 @@ IssueTracker: https://github.com/VelbazhdSoftwareLLC/Scribe4/issues
AutoName: Scribe4
Description: |-
- The board, a 9x9 super grid of 3x3 mini grids, is simple enough to be drawn by
- hand. There are two major components of play: a mapping mechanism and a system
- of glyphs, or patterns of orthogonally adjacent squares. The mapping mechanism
- works as follows. Your last move points to the mini grid in which your next move
- must be made. For example, if your last move was in the upper left corner of a
- mini grid, then your next move must be made somewhere in the upper left mini
- grid. The glyph system works as follows. There are 19 named glyphs of various
- sizes from 1 to 9 orthogonally adjacent squares. Glyphs that you form during
- play are worth points. The majority of points scored in a mini grid wins the
- mini grid. The winner of the majority of mini grids wins the game.
+ The board, a 9x9 super grid of 3x3 mini grids, is simple enough to be drawn by
+ hand. There are two major components of play: a mapping mechanism and a system
+ of glyphs, or patterns of orthogonally adjacent squares. The mapping mechanism
+ works as follows. Your last move points to the mini grid in which your next move
+ must be made. For example, if your last move was in the upper left corner of a
+ mini grid, then your next move must be made somewhere in the upper left mini
+ grid. The glyph system works as follows. There are 19 named glyphs of various
+ sizes from 1 to 9 orthogonally adjacent squares. Glyphs that you form during
+ play are worth points. The majority of points scored in a mini grid wins the
+ mini grid. The winner of the majority of mini grids wins the game.
RepoType: git
Repo: https://github.com/VelbazhdSoftwareLLC/Scribe4
diff --git a/metadata/eu.veldsoft.svarka.odds.calculator.yml b/metadata/eu.veldsoft.svarka.odds.calculator.yml
index cc60e1150c..f72a657c12 100644
--- a/metadata/eu.veldsoft.svarka.odds.calculator.yml
+++ b/metadata/eu.veldsoft.svarka.odds.calculator.yml
@@ -10,13 +10,13 @@ IssueTracker: https://github.com/VelbazhdSoftwareLLC/SvarkaOddsCalculator/issues
AutoName: Svarka Odds Calculator
Description: |-
- Calculator based on Monte-Carlo simulation for the popular Bulgarian card game
- called Svarka.
+ Calculator based on Monte-Carlo simulation for the popular Bulgarian card game
+ called Svarka.
- In order to calculate your chances first select the number of players in
- the game and after that point the cards in your hand. The Calculate button
- will start the Monte-Carlo simulation. After certain amount of time you
- will get calculated chances for win, lose or tie.
+ In order to calculate your chances first select the number of players in
+ the game and after that point the cards in your hand. The Calculate button
+ will start the Monte-Carlo simulation. After certain amount of time you
+ will get calculated chances for win, lose or tie.
RepoType: git
Repo: https://github.com/VelbazhdSoftwareLLC/SvarkaOddsCalculator
diff --git a/metadata/eu.veldsoft.tri.peaks.yml b/metadata/eu.veldsoft.tri.peaks.yml
index 4b1b204821..72f1af4d2e 100644
--- a/metadata/eu.veldsoft.tri.peaks.yml
+++ b/metadata/eu.veldsoft.tri.peaks.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/VelbazhdSoftwareLLC/TriPeaksSolitaireForAndroid
AutoName: Tri Peaks Solitaire for Android
Description: |
- TriPeaks Solitaire for Android is a card game in which you remove
- cards that are adjacent (by value) to the current card. Implementation
- was done by Valera Trubachev, Christian d'Heureuse and Todor Balabanov.
+ TriPeaks Solitaire for Android is a card game in which you remove
+ cards that are adjacent (by value) to the current card. Implementation
+ was done by Valera Trubachev, Christian d'Heureuse and Todor Balabanov.
RepoType: git
Repo: https://github.com/VelbazhdSoftwareLLC/TriPeaksSolitaireForAndroid.git
diff --git a/metadata/eu.veldsoft.tuty.fruty.slot.yml b/metadata/eu.veldsoft.tuty.fruty.slot.yml
index d01f4c285a..b8e88645bc 100644
--- a/metadata/eu.veldsoft.tuty.fruty.slot.yml
+++ b/metadata/eu.veldsoft.tuty.fruty.slot.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/VelbazhdSoftwareLLC/tuty-fruty-slot-for-android
AutoName: Tuty Fruty Slot for Android
Description: |-
- This is a playing for fun slot machine game (no gambling). It has five reels,
- three rows and set of betting lines.
+ This is a playing for fun slot machine game (no gambling). It has five reels,
+ three rows and set of betting lines.
RepoType: git
Repo: https://github.com/VelbazhdSoftwareLLC/tuty-fruty-slot-for-android
diff --git a/metadata/eu.veldsoft.vitosha.blackjack.yml b/metadata/eu.veldsoft.vitosha.blackjack.yml
index 4bc5f1c403..a702eaef57 100644
--- a/metadata/eu.veldsoft.vitosha.blackjack.yml
+++ b/metadata/eu.veldsoft.vitosha.blackjack.yml
@@ -8,13 +8,13 @@ IssueTracker: https://github.com/VelbazhdSoftwareLLC/vitosha-blackjack/issues
AutoName: Vitosha Blackjack
Description: |-
- Blackjack, also known as twenty-one, is the most widely played casino
- banking game in the world.
+ Blackjack, also known as twenty-one, is the most widely played casino
+ banking game in the world.
- The usage is very simple. Load credit, do bet and make your choice
- (hit/double/stand).
+ The usage is very simple. Load credit, do bet and make your choice
+ (hit/double/stand).
- Have fun!
+ Have fun!
RepoType: git
Repo: https://github.com/VelbazhdSoftwareLLC/vitosha-blackjack.git
diff --git a/metadata/eu.veldsoft.vitosha.poker.odds.yml b/metadata/eu.veldsoft.vitosha.poker.odds.yml
index 60faf77bcb..f4acb6ec07 100644
--- a/metadata/eu.veldsoft.vitosha.poker.odds.yml
+++ b/metadata/eu.veldsoft.vitosha.poker.odds.yml
@@ -6,19 +6,19 @@ IssueTracker: https://github.com/VelbazhdSoftwareLLC/android-vitosha-poker-odds/
AutoName: VitoshaPokerOdds
Description: |
- Vitosha Poker Odds is a Monte Carlo based Texas Holdem calculator.
+ Vitosha Poker Odds is a Monte Carlo based Texas Holdem calculator.
- Texas Holdem is the most popular poker game. In its nature it is
- a skill based gambling game. Playing strategy consists of two
- components - hand strength and risk taking. The risk taking
- component should be handled by the player itself, but hand
- strength can be calculated with electronic device. The analytical
- calculation of the hand strength is possible, but sometimes it is
- too complicated. In such cases Monte-Carlo based calculators are
- very useful. The calculator plays many games with the given hand
- and it calculates the chances to win. Because it is a statistical
- tool it is not 100% reliable. It should be used wisely and
- carefully.
+ Texas Holdem is the most popular poker game. In its nature it is
+ a skill based gambling game. Playing strategy consists of two
+ components - hand strength and risk taking. The risk taking
+ component should be handled by the player itself, but hand
+ strength can be calculated with electronic device. The analytical
+ calculation of the hand strength is possible, but sometimes it is
+ too complicated. In such cases Monte-Carlo based calculators are
+ very useful. The calculator plays many games with the given hand
+ and it calculates the chances to win. Because it is a statistical
+ tool it is not 100% reliable. It should be used wisely and
+ carefully.
RepoType: git
Repo: https://github.com/VelbazhdSoftwareLLC/android-vitosha-poker-odds.git
diff --git a/metadata/eu.veldsoft.vitoshadm.yml b/metadata/eu.veldsoft.vitoshadm.yml
index 096bf0d75d..945515fe76 100644
--- a/metadata/eu.veldsoft.vitoshadm.yml
+++ b/metadata/eu.veldsoft.vitoshadm.yml
@@ -8,10 +8,10 @@ IssueTracker: https://github.com/VelbazhdSoftwareLLC/VitoshaDM/issues
AutoName: VitoshaDM
Description: |-
- It is really simple decision maker toy. It uses random numbers. It is better
- than flipping a coin, because it has more options. The usage is very simple. You
- need to have a specific question in mind, for which it is difficult for you to
- take a solution. After that, just hit the roll button and observe the result.
+ It is really simple decision maker toy. It uses random numbers. It is better
+ than flipping a coin, because it has more options. The usage is very simple. You
+ need to have a specific question in mind, for which it is difficult for you to
+ take a solution. After that, just hit the roll button and observe the result.
RepoType: git
Repo: https://github.com/VelbazhdSoftwareLLC/VitoshaDM.git
diff --git a/metadata/eu.vranckaert.worktime.yml b/metadata/eu.vranckaert.worktime.yml
index f77e772807..11ae5fa893 100644
--- a/metadata/eu.vranckaert.worktime.yml
+++ b/metadata/eu.vranckaert.worktime.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- UpstreamNonFree:
- en-US: F-Droid builds removed Google Analytics.
+ UpstreamNonFree:
+ en-US: F-Droid builds removed Google Analytics.
Categories:
- Time
License: Apache-2.0
@@ -9,19 +9,19 @@ SourceCode: https://code.google.com/p/worktime/source
AutoName: WorkTime
Description: |-
- Worktime is for workers that need to keep track of their jobs; whether you are
- working on different projects for different clients or just one project for one
- company. You can generate reports based by filtering your time registrations by
- date (pre-defined date ranges or a custom date range) and by project and task.
+ Worktime is for workers that need to keep track of their jobs; whether you are
+ working on different projects for different clients or just one project for one
+ company. You can generate reports based by filtering your time registrations by
+ date (pre-defined date ranges or a custom date range) and by project and task.
- * Widget to start/stop a time registration
- * Notifications
- * Backup to SD-card
- * Detailed reports for your list of time registrations
- * Export those details to the CSV format
- * Split time registrations
+ * Widget to start/stop a time registration
+ * Notifications
+ * Backup to SD-card
+ * Detailed reports for your list of time registrations
+ * Export those details to the CSV format
+ * Split time registrations
- This app is now closed-source. No further builds will be available.
+ This app is now closed-source. No further builds will be available.
Builds:
- versionName: 1.1.13.4
diff --git a/metadata/eu.wikijourney.wikijourney.yml b/metadata/eu.wikijourney.wikijourney.yml
index adc1396e5c..4d647c186a 100644
--- a/metadata/eu.wikijourney.wikijourney.yml
+++ b/metadata/eu.wikijourney.wikijourney.yml
@@ -10,19 +10,19 @@ Changelog: https://github.com/WikiJourney/wikijourney_app/releases
AutoName: WikiJourney
Description: |-
- This app has been archived, as it is quite unusable. More details here.
- Rediscover tourism with WikiJourney!
+ This app has been archived, as it is quite unusable. More details here.
+ Rediscover tourism with WikiJourney!
- WikiJourney is an app that allows tourists to
- visit a town with Wikipedia information. The app looks around the user for the
- points of interest, lists them, then creates a custom trail according to the
- user's likes and the time he has.
+ WikiJourney is an app that allows tourists to
+ visit a town with Wikipedia information. The app looks around the user for the
+ points of interest, lists them, then creates a custom trail according to the
+ user's likes and the time he has.
- Features:
+ Features:
- * Find POIs around me: the app locates you, and the automatically searches on English Wikipedia the available POIs.
- * Map display: once you have been located, the app displays your location with every POIs around you on a map. By tapping one of these points, a bubble displays more information, and links to the Wikipedia article.
- * List of POIs: a screen gathers every POIs found by the app, for a fast and easy interaction.
+ * Find POIs around me: the app locates you, and the automatically searches on English Wikipedia the available POIs.
+ * Map display: once you have been located, the app displays your location with every POIs around you on a map. By tapping one of these points, a bubble displays more information, and links to the Wikipedia article.
+ * List of POIs: a screen gathers every POIs found by the app, for a fast and easy interaction.
RepoType: git
Repo: https://github.com/WikiJourney/wikijourney_app
diff --git a/metadata/eu.woju.android.packages.hud.yml b/metadata/eu.woju.android.packages.hud.yml
index e266734c6e..4d9ea60a7a 100644
--- a/metadata/eu.woju.android.packages.hud.yml
+++ b/metadata/eu.woju.android.packages.hud.yml
@@ -7,16 +7,16 @@ Changelog: https://github.com/woju/hud/blob/HEAD/CHANGELOG.md
AutoName: HUD
Description: |-
- This app converts your Android phone into a simple, clear HUD for your car
- displaying momentary velocity as measured by your GPS. Lodge it between the
- windshield and the dashboard. Usable mainly during the night.
+ This app converts your Android phone into a simple, clear HUD for your car
+ displaying momentary velocity as measured by your GPS. Lodge it between the
+ windshield and the dashboard. Usable mainly during the night.
- Occasionaly you may see these alerts:
+ Occasionaly you may see these alerts:
- * OFF - location access is turned off
- * NFX - no fix (yet)
- * NAV - not available (GPS engine status)
- * LAG - GPS speed did not update since at least 2500 ms
+ * OFF - location access is turned off
+ * NFX - no fix (yet)
+ * NAV - not available (GPS engine status)
+ * LAG - GPS speed did not update since at least 2500 ms
RepoType: git
Repo: https://github.com/woju/hud.git
diff --git a/metadata/eun.initialvolume.yml b/metadata/eun.initialvolume.yml
index af1318ed91..606df15d36 100644
--- a/metadata/eun.initialvolume.yml
+++ b/metadata/eun.initialvolume.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/Eun/InitialVolume/issues
AutoName: InitialVolume
Description: |-
- Set an individual volume for the different sound channels of your device right
- after boot.
+ Set an individual volume for the different sound channels of your device right
+ after boot.
RepoType: git
Repo: https://github.com/Eun/InitialVolume.git
diff --git a/metadata/exa.lnx.a.yml b/metadata/exa.lnx.a.yml
index bdc6049a92..27b0d02446 100644
--- a/metadata/exa.lnx.a.yml
+++ b/metadata/exa.lnx.a.yml
@@ -8,35 +8,35 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=E2N
AutoName: AnLinux
Description: |-
- This application will allow you to run Linux on Android, by using
- https://f-droid.org/packages/com.termux and PRoot technology, you can even run SSH and Xfce4 Desktop
- Environment!!!
+ This application will allow you to run Linux on Android, by using
+ https://f-droid.org/packages/com.termux and PRoot technology, you can even run SSH and Xfce4 Desktop
+ Environment!!!
- Features:
+ Features:
- * NO ROOT ACCESS REQUIRED!!!
- * Lots of Linux distros supported:
+ * NO ROOT ACCESS REQUIRED!!!
+ * Lots of Linux distros supported:
- 1. Ubuntu
- 2. Debian
- 3. Kali
- 4. Parrot Security OS
- 5. Fedora
- 6. CentOS
- 7. openSUSE Leap
- 8. openSUSE Tumberweed
- 9. Arch Linux
- 10. Black Arch
+ 1. Ubuntu
+ 2. Debian
+ 3. Kali
+ 4. Parrot Security OS
+ 5. Fedora
+ 6. CentOS
+ 7. openSUSE Leap
+ 8. openSUSE Tumberweed
+ 9. Arch Linux
+ 10. Black Arch
- * Xfce4, Mate, LXQt, LXDE Desktop Environment Supported
- * Install multiple distros without conflict
- * Provide uninstallation script to fully uninstall distro
+ * Xfce4, Mate, LXQt, LXDE Desktop Environment Supported
+ * Install multiple distros without conflict
+ * Provide uninstallation script to fully uninstall distro
- Note:
+ Note:
- * This app requires https://f-droid.org/packages/com.termux to work, please install it
- * About device requirements: Android Version: At least Android Lollipop; Architecture: armv7, arm64, x86, x86_64
- * For any suggestion or issue, please open an issue on Github.
+ * This app requires https://f-droid.org/packages/com.termux to work, please install it
+ * About device requirements: Android Version: At least Android Lollipop; Architecture: armv7, arm64, x86, x86_64
+ * For any suggestion or issue, please open an issue on Github.
RepoType: git
Repo: https://github.com/EXALAB/AnLinux-Adfree
diff --git a/metadata/felixwiemuth.lincal.yml b/metadata/felixwiemuth.lincal.yml
index 7e74f9808c..e2f3cafa25 100644
--- a/metadata/felixwiemuth.lincal.yml
+++ b/metadata/felixwiemuth.lincal.yml
@@ -7,11 +7,11 @@ Translation: https://github.com/felixwiemuth/LinCal#how-to-translate-the-app
AutoName: LinCal
Description: |-
- "LinCal" is short for "Link Calendar" and allows to show links or small messages
- at predefined points in time, in the form of notifications. If the message is a
- link, it can be opened by clicking the notification. Calendars are created as a
- text file using a simple format and can then be loaded into the app. Use it as
- Advent calendar or just to make someone happy!
+ "LinCal" is short for "Link Calendar" and allows to show links or small messages
+ at predefined points in time, in the form of notifications. If the message is a
+ link, it can be opened by clicking the notification. Calendars are created as a
+ text file using a simple format and can then be loaded into the app. Use it as
+ Advent calendar or just to make someone happy!
RepoType: git
Repo: https://github.com/felixwiemuth/LinCal
diff --git a/metadata/fi.bitrite.android.ws.yml b/metadata/fi.bitrite.android.ws.yml
index 20888b3bb8..99ba50fa01 100644
--- a/metadata/fi.bitrite.android.ws.yml
+++ b/metadata/fi.bitrite.android.ws.yml
@@ -11,25 +11,25 @@ Changelog: https://github.com/warmshowers/wsandroid/releases
Name: WarmShowers
AutoName: Warmshowers
Description: |-
- The Warm Showers Community is a free worldwide hospitality exchange for
- touring cyclists. People who are willing to host touring cyclists sign up
- and provide their contact information, and may occasionally have someone
- stay with them and share great stories and a drink. All members agree to
- host others either now or in the future, but for some members hosting may
- be in years or even decades in their future.
+ The Warm Showers Community is a free worldwide hospitality exchange for
+ touring cyclists. People who are willing to host touring cyclists sign up
+ and provide their contact information, and may occasionally have someone
+ stay with them and share great stories and a drink. All members agree to
+ host others either now or in the future, but for some members hosting may
+ be in years or even decades in their future.
- Members of Warmshowers.org can use this app to find hosts using both map and
- textual search interfaces. Hosts can be contacted directly through the app.
- Host information can also be downloaded and stored for offline usage.
- For more information on Warm Showers please
- see the website.
+ Members of Warmshowers.org can use this app to find hosts using both map and
+ textual search interfaces. Hosts can be contacted directly through the app.
+ Host information can also be downloaded and stored for offline usage.
+ For more information on Warm Showers please
+ see the website.
- You must create an account on the site before being able to use this
- application! Visit https://www.warmshowers.org/user/register to sign up.
+ You must create an account on the site before being able to use this
+ application! Visit https://www.warmshowers.org/user/register to sign up.
- We love to hear your experiences and suggestions, even problems! Contact us
- on GitHub. Please mention what
- version, what device and the specific issue you're having.
+ We love to hear your experiences and suggestions, even problems! Contact us
+ on GitHub. Please mention what
+ version, what device and the specific issue you're having.
RepoType: git
Repo: https://github.com/warmshowers/wsandroid
@@ -50,7 +50,7 @@ Builds:
- floss
MaintainerNotes: |
- Recent versions now require an API key that we don't have: https://github.com/warmshowers/wsandroid/issues/274#issuecomment-657133782
+ Recent versions now require an API key that we don't have: https://github.com/warmshowers/wsandroid/issues/274#issuecomment-657133782
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/fi.harism.wallpaper.flier.yml b/metadata/fi.harism.wallpaper.flier.yml
index 4f6cd1464b..a89396fd32 100644
--- a/metadata/fi.harism.wallpaper.flier.yml
+++ b/metadata/fi.harism.wallpaper.flier.yml
@@ -5,9 +5,9 @@ SourceCode: https://github.com/harism/android_wallpaper_flier
AutoName: Flier
Description: |-
- Cartoonish live OpenGL ES 2.0 wallpaper, that should work well on slower phones.
- In preferences you can choose to use more dense render buffer (more pixels -->
- more processor hungry).
+ Cartoonish live OpenGL ES 2.0 wallpaper, that should work well on slower phones.
+ In preferences you can choose to use more dense render buffer (more pixels -->
+ more processor hungry).
RepoType: git
Repo: https://github.com/harism/android_wallpaper_flier.git
diff --git a/metadata/fi.kroon.vadret.yml b/metadata/fi.kroon.vadret.yml
index c09b873af4..fa2e6ae907 100644
--- a/metadata/fi.kroon.vadret.yml
+++ b/metadata/fi.kroon.vadret.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Weather service is libre, but you cannot change the server.
+ NonFreeNet:
+ en-US: Weather service is libre, but you cannot change the server.
Categories:
- Internet
License: Apache-2.0
@@ -14,16 +14,16 @@ Changelog: https://github.com/vadret/android/blob/HEAD/app/src/main/res/raw/chan
AutoName: Vädret
Description: |-
- Vädret means weather in Swedish and it is an open source weather app with
- open data from SMHI Open Data Meteorological Analysis licensed under CC-BY.
+ Vädret means weather in Swedish and it is an open source weather app with
+ open data from SMHI Open Data Meteorological Analysis licensed under CC-BY.
- Features:
+ Features:
- * Location by GPS
- * Location by Nominatim (by-name)
- * Currently issued weather warnings
- * Radar imagery
- * 10 day weather forecast
+ * Location by GPS
+ * Location by Nominatim (by-name)
+ * Currently issued weather warnings
+ * Radar imagery
+ * 10 day weather forecast
RepoType: git
Repo: https://github.com/vadret/android
@@ -36,7 +36,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/signingConfigs/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.1.5
versionCode: 6
@@ -45,7 +45,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/signingConfigs/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.1.6
versionCode: 7
@@ -54,7 +54,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/signingConfigs/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.1.7
versionCode: 8
@@ -63,7 +63,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/signingConfigs/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.1.8
versionCode: 9
@@ -72,7 +72,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/signingConfigs/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 1.0.0
versionCode: 13
@@ -81,7 +81,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/signingConfigs/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 1.1.0
versionCode: 15
@@ -90,7 +90,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/signingConfigs/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 1.2.1
versionCode: 17
@@ -99,7 +99,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/signingConfigs/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 1.2.2
versionCode: 18
@@ -108,7 +108,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/signingConfigs/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 1.2.3
versionCode: 19
@@ -117,7 +117,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/signingConfigs/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 1.2.4
versionCode: 20
@@ -126,7 +126,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/signingConfigs/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 1.2.6
versionCode: 22
@@ -135,7 +135,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/signingConfigs/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 1.2.7
versionCode: 23
@@ -144,7 +144,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/signingConfigs/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 1.2.8
versionCode: 24
@@ -153,7 +153,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/signingConfigs/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 1.2.9
versionCode: 25
@@ -162,7 +162,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/signingConfigs/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 2.0.0
versionCode: 27
diff --git a/metadata/fi.testbed2.yml b/metadata/fi.testbed2.yml
index 8bf007f6fd..3590202a44 100644
--- a/metadata/fi.testbed2.yml
+++ b/metadata/fi.testbed2.yml
@@ -12,13 +12,13 @@ Changelog: https://github.com/mvestola/helsinki-testbed2-android/blob/HEAD/CHANG
AutoName: Helsinki Testbed Viewer 2.0
Description: |-
- With the application, you can, for example, view the real-time rain radar or
- current wind speed and direction. The maps cover the Southern Finland.
+ With the application, you can, for example, view the real-time rain radar or
+ current wind speed and direction. The maps cover the Southern Finland.
- The data is copyright the Helsinki Testbed Project and
- the app has nothing to do with that project: it's only a client.
+ The data is copyright the Helsinki Testbed Project and
+ the app has nothing to do with that project: it's only a client.
- A proprietary ad library was removed.
+ A proprietary ad library was removed.
RepoType: git
Repo: https://github.com/mvestola/helsinki-testbed2-android.git
diff --git a/metadata/flunzmas.seasoncalendar.yml b/metadata/flunzmas.seasoncalendar.yml
index f529fd2481..081918d2a0 100644
--- a/metadata/flunzmas.seasoncalendar.yml
+++ b/metadata/flunzmas.seasoncalendar.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeAssets:
- en-US: food availability data partly stems from lebensmittellexikon.de
+ NonFreeAssets:
+ en-US: food availability data partly stems from lebensmittellexikon.de
Categories:
- Science & Education
License: GPL-3.0-only
diff --git a/metadata/fly.speedmeter.grub.yml b/metadata/fly.speedmeter.grub.yml
index bd91eba851..048a08a32e 100644
--- a/metadata/fly.speedmeter.grub.yml
+++ b/metadata/fly.speedmeter.grub.yml
@@ -9,14 +9,14 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SP3
AutoName: Speedmeter
Description: |-
- Display some useful information about a route:
+ Display some useful information about a route:
- * Actual speed
- * Time elapsed
- * M or KM traveled
- * Max speed
+ * Actual speed
+ * Time elapsed
+ * M or KM traveled
+ * Max speed
- Older versions are available as https://f-droid.org/packages/isn.fly.speedmeter.
+ Older versions are available as https://f-droid.org/packages/isn.fly.speedmeter.
RepoType: git
Repo: https://github.com/flyingrub/SpeedMeter.git
diff --git a/metadata/fm.a2d.sf.yml b/metadata/fm.a2d.sf.yml
index d7790d8813..aaf62d934d 100644
--- a/metadata/fm.a2d.sf.yml
+++ b/metadata/fm.a2d.sf.yml
@@ -7,8 +7,8 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=mikereidis
AutoName: SpiritF
Description: |-
- When your devices supports FM radio, you can plug in your headphones to use them
- as an antenna and tune in to your favorite radio station with this app.
+ When your devices supports FM radio, you can plug in your headphones to use them
+ as an antenna and tune in to your favorite radio station with this app.
RequiresRoot: true
@@ -115,8 +115,8 @@ Builds:
- mv libs/armeabi/s2d libs/armeabi/libs2d.so
MaintainerNotes: |-
- * See build_spirit2_free script for build instructions.
- * VC75: See https://github.com/mikereidis/spirit2_free/issues/1 for missing includes.
+ * See build_spirit2_free script for build instructions.
+ * VC75: See https://github.com/mikereidis/spirit2_free/issues/1 for missing includes.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/fm.helio.yml b/metadata/fm.helio.yml
index 75f95c03ec..d98290101c 100644
--- a/metadata/fm.helio.yml
+++ b/metadata/fm.helio.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App connects to api.helio.fm
+ NonFreeNet:
+ en-US: App connects to api.helio.fm
Categories:
- Multimedia
- Writing
@@ -15,20 +15,20 @@ OpenCollective: helio-workstation
AutoName: Helio
Description: |-
- Most of the DAW interfaces often seem overcomplicated,
- and they only tend to get more and more bloated over time.
- Many of them are commercial, proprietary-licensed and almost none
- of them support all major operating systems at the same time.
+ Most of the DAW interfaces often seem overcomplicated,
+ and they only tend to get more and more bloated over time.
+ Many of them are commercial, proprietary-licensed and almost none
+ of them support all major operating systems at the same time.
- Helio is an attempt to rethink a music sequencer to create a
- tool that feels right.
+ Helio is an attempt to rethink a music sequencer to create a
+ tool that feels right.
- It aims to be a modern music creation software,
- featuring linear-based/pattern-based sequencer with clean UI,
- integrated version control for synchronizing project between
- devices, microtonal temperaments support, small portable builds
- and more; mainly targeted at hobbyist composers, game developers
- and indie artists.
+ It aims to be a modern music creation software,
+ featuring linear-based/pattern-based sequencer with clean UI,
+ integrated version control for synchronizing project between
+ devices, microtonal temperaments support, small portable builds
+ and more; mainly targeted at hobbyist composers, game developers
+ and indie artists.
RepoType: git
Repo: https://github.com/helio-fm/helio-workstation.git
diff --git a/metadata/fm.libre.droid.yml b/metadata/fm.libre.droid.yml
index 4301fe3ece..b27c44eb8b 100644
--- a/metadata/fm.libre.droid.yml
+++ b/metadata/fm.libre.droid.yml
@@ -6,13 +6,13 @@ SourceCode: https://github.com/foocorp/gnu-fm
AutoName: Libre Droid
Description: |-
- A streaming radio player client for Libre.fm.
+ A streaming radio player client for Libre.fm.
- Note: You must sign up for a free account at www.libre.fm to be able to
- use this application.
+ Note: You must sign up for a free account at www.libre.fm to be able to
+ use this application.
- Listen to free music released under creative commons licenses from Libre.fm. You
- can legally download, remix and share any music you hear from this service.
+ Listen to free music released under creative commons licenses from Libre.fm. You
+ can legally download, remix and share any music you hear from this service.
RepoType: git
Repo: https://github.com/foocorp/gnu-fm
diff --git a/metadata/foehnix.widget.yml b/metadata/foehnix.widget.yml
index d75f7a2c7e..7abbe843e4 100644
--- a/metadata/foehnix.widget.yml
+++ b/metadata/foehnix.widget.yml
@@ -8,11 +8,11 @@ Changelog: https://github.com/dzmanto/foehnix/releases
AutoName: Föhnix
Description: |-
- * Assessment of Foehn conditions for pilots.
- * Intended for paraglider and for hangglider pilots.
- * Displays pressure differences + relevant wind gusts.
- * Updates every 15 minutes or on request.
- * Share functionality via text message, emails.
+ * Assessment of Foehn conditions for pilots.
+ * Intended for paraglider and for hangglider pilots.
+ * Displays pressure differences + relevant wind gusts.
+ * Updates every 15 minutes or on request.
+ * Share functionality via text message, emails.
RepoType: git
Repo: https://github.com/dzmanto/foehnix.git
diff --git a/metadata/foundation.e.blisslauncher.yml b/metadata/foundation.e.blisslauncher.yml
index 3dbedb79c7..e6eb5517d6 100644
--- a/metadata/foundation.e.blisslauncher.yml
+++ b/metadata/foundation.e.blisslauncher.yml
@@ -6,8 +6,8 @@ SourceCode: https://gitlab.e.foundation/e/os/BlissLauncher
IssueTracker: https://gitlab.e.foundation/e/management/issues
Description: |-
- BlissLauncher is the default launcher of the /e/ Android-based OS.
- It allows users to easily create and browse group of apps and it displays notification badges on app icons.
+ BlissLauncher is the default launcher of the /e/ Android-based OS.
+ It allows users to easily create and browse group of apps and it displays notification badges on app icons.
RepoType: git
Repo: https://gitlab.e.foundation/e/os/BlissLauncher.git
diff --git a/metadata/fr.ac_versailles.dane.xiaexpress.yml b/metadata/fr.ac_versailles.dane.xiaexpress.yml
index 8e26c32fe6..6f77fd0ce4 100644
--- a/metadata/fr.ac_versailles.dane.xiaexpress.yml
+++ b/metadata/fr.ac_versailles.dane.xiaexpress.yml
@@ -10,20 +10,20 @@ Changelog: https://github.com/gbarre/xiaExpressAndroid/releases
AutoName: Xia Express
Description: |-
- With Xia Express app, you can create interactive images by croping zoomable
- details. You can add commentaries to those details. This application is a lite
- version of Xia on desktop.
+ With Xia Express app, you can create interactive images by croping zoomable
+ details. You can add commentaries to those details. This application is a lite
+ version of Xia on desktop.
- Use Xia Express to :
+ Use Xia Express to :
- * Create interactive images
- * Create original presentations
- * Show images in a playful way by zooming on details
- * Associate images, videos, sounds and commentaries
- * Create a library of interactive images.
+ * Create interactive images
+ * Create original presentations
+ * Show images in a playful way by zooming on details
+ * Associate images, videos, sounds and commentaries
+ * Create a library of interactive images.
- This educational app was designed to be easily mastered. It is for teachers and
- students.
+ This educational app was designed to be easily mastered. It is for teachers and
+ students.
RepoType: git
Repo: https://github.com/gbarre/xiaExpressAndroid.git
diff --git a/metadata/fr.asterope.yml b/metadata/fr.asterope.yml
index f21864868d..4ac5af0469 100644
--- a/metadata/fr.asterope.yml
+++ b/metadata/fr.asterope.yml
@@ -7,9 +7,9 @@ SourceCode: https://sourceforge.net/p/androidrun/code
Name: AndroidRun
AutoName: AndroidRun v0.02
Description: |-
- Suitable for running/biking, it calculates distance, instant speed and average
- speed. It also logs all these data (plus location information) in a CSV file
- that can easily be imported, e.g. in LibreOffice, for offline analysis.
+ Suitable for running/biking, it calculates distance, instant speed and average
+ speed. It also logs all these data (plus location information) in a CSV file
+ that can easily be imported, e.g. in LibreOffice, for offline analysis.
RepoType: git
Repo: https://git.code.sf.net/p/androidrun/code
diff --git a/metadata/fr.bellev.stdatmosphere.yml b/metadata/fr.bellev.stdatmosphere.yml
index 2350c22786..8285a93eac 100644
--- a/metadata/fr.bellev.stdatmosphere.yml
+++ b/metadata/fr.bellev.stdatmosphere.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/mathbellev/StdAtmosphere/issues
AutoName: Std Atmosphere
Description: |-
- A small tool for aeronautical engineering, providing a model of the standard
- atmosphere: that is to say the temperature and pressure as a function of
- altitude. Given a Mach number, you also get the true air speed and conventional
- air speed.
+ A small tool for aeronautical engineering, providing a model of the standard
+ atmosphere: that is to say the temperature and pressure as a function of
+ altitude. Given a Mach number, you also get the true air speed and conventional
+ air speed.
RepoType: git
Repo: https://github.com/mathbellev/StdAtmosphere.git
diff --git a/metadata/fr.bepo.clavierexterne.yml b/metadata/fr.bepo.clavierexterne.yml
index 1734e05c85..d5bf69a335 100644
--- a/metadata/fr.bepo.clavierexterne.yml
+++ b/metadata/fr.bepo.clavierexterne.yml
@@ -9,31 +9,31 @@ IssueTracker: https://github.com/anisse/bepo-android/issues
AutoName: Bépo clavier externe
Description: |
- Bépo clavier externe est une application qui ajoute le support du bépo pour les claviers externes USB ou bluetooth.
+ Bépo clavier externe est une application qui ajoute le support du bépo pour les claviers externes USB ou bluetooth.
- L'application est compatible à partir d'Android 4.1, pour claviers externes (USB ou bluetooth) uniquement.
+ L'application est compatible à partir d'Android 4.1, pour claviers externes (USB ou bluetooth) uniquement.
- Certaines surcouches Android modifient le support des claviers externes. C'est les cas sur ces appareils non compatibles :
+ Certaines surcouches Android modifient le support des claviers externes. C'est les cas sur ces appareils non compatibles :
- Samsung Galaxy Note 10.1 (Android 4.4.2)
- Asus Fonepad 7 (Android 4.4.2)
- Asus MeMo Pad 7 ME572C
+ Samsung Galaxy Note 10.1 (Android 4.4.2)
+ Asus Fonepad 7 (Android 4.4.2)
+ Asus MeMo Pad 7 ME572C
- L'application a été testée avec succès sur ces appareils :
+ L'application a été testée avec succès sur ces appareils :
- Nexus 7 2012 (Android 4.4.4)
- Nexus 5 (Android 6.0.1)
- Nexus 6P (Android 6.0.1)
- Nexus 9 (Android 6.0.1)
+ Nexus 7 2012 (Android 4.4.4)
+ Nexus 5 (Android 6.0.1)
+ Nexus 6P (Android 6.0.1)
+ Nexus 9 (Android 6.0.1)
- Utilisation :
+ Utilisation :
- 1. Paramètres → Langue et saisie.
- 2. Brancher le clavier externe.
- 3. Cliquer sur le clavier externe qui devrait avoir été détecté.
- 4. Cliquer sur « Configurer les disposition clavier ».
- 5. Descendre jusqu'à « Français », ajouter Bépo et valider.
- 6. Choisir la disposition Bépo.
+ 1. Paramètres → Langue et saisie.
+ 2. Brancher le clavier externe.
+ 3. Cliquer sur le clavier externe qui devrait avoir été détecté.
+ 4. Cliquer sur « Configurer les disposition clavier ».
+ 5. Descendre jusqu'à « Français », ajouter Bépo et valider.
+ 6. Choisir la disposition Bépo.
RepoType: git
Repo: https://github.com/anisse/bepo-android
diff --git a/metadata/fr.byped.bwarearea.yml b/metadata/fr.byped.bwarearea.yml
index 4e7f71d835..56e461a07a 100644
--- a/metadata/fr.byped.bwarearea.yml
+++ b/metadata/fr.byped.bwarearea.yml
@@ -7,17 +7,17 @@ Changelog: https://github.com/X-Ryl669/BwareArea/releases
AutoName: BwareArea
Description: |-
- How frustrating it is to have a offline navigation software to find out you
- can't be alerted approaching some point of interest / dangerous area ?
+ How frustrating it is to have a offline navigation software to find out you
+ can't be alerted approaching some point of interest / dangerous area ?
- This application just solves this. You'll import a POI list and it'll start an
- always-on-top widget displaying the closest POI and alerting you if you don't
- follow the POI requirements. All the parameters are configurable; minimal
- distance to warn, allowed over-speed, whether to automatically start when your
- car's Bluetooth is connected, or to log your track.
+ This application just solves this. You'll import a POI list and it'll start an
+ always-on-top widget displaying the closest POI and alerting you if you don't
+ follow the POI requirements. All the parameters are configurable; minimal
+ distance to warn, allowed over-speed, whether to automatically start when your
+ car's Bluetooth is connected, or to log your track.
- Depending on your country's law, you can also limit to range alert (instead of
- exact position alert).
+ Depending on your country's law, you can also limit to range alert (instead of
+ exact position alert).
RepoType: git
Repo: https://github.com/X-Ryl669/BwareArea
diff --git a/metadata/fr.cap_rel.fr.sagc_plongee.fr.nitroxCalc.yml b/metadata/fr.cap_rel.fr.sagc_plongee.fr.nitroxCalc.yml
index 184779eb6e..e97aa37ef5 100644
--- a/metadata/fr.cap_rel.fr.sagc_plongee.fr.nitroxCalc.yml
+++ b/metadata/fr.cap_rel.fr.sagc_plongee.fr.nitroxCalc.yml
@@ -9,8 +9,8 @@ IssueTracker: https://framagit.org/erics/nitroxCalc/issues
AutoName: nitroxCalc
Description: |-
- Compute nitrox parameters for Enriched Air Nitrox diving (this app is only in
- french for the moment but will be translated as soon as possible).
+ Compute nitrox parameters for Enriched Air Nitrox diving (this app is only in
+ french for the moment but will be translated as soon as possible).
RepoType: git
Repo: https://framagit.org/erics/nitroxCalc.git
@@ -25,7 +25,7 @@ Builds:
prebuild: echo "android { lintOptions { checkReleaseBuilds false } }" >> build.gradle
MaintainerNotes: ' UpdateCheckMode disabled because checkupdates sets it to an old
- version'
+ version'
AutoUpdateMode: Version release-%v
UpdateCheckMode: None
diff --git a/metadata/fr.free.nrw.commons.yml b/metadata/fr.free.nrw.commons.yml
index daaf350c3e..e9752973af 100644
--- a/metadata/fr.free.nrw.commons.yml
+++ b/metadata/fr.free.nrw.commons.yml
@@ -11,23 +11,23 @@ Changelog: https://github.com/commons-app/apps-android-commons/blob/HEAD/CHANGEL
AutoName: Commons
Description: |-
- Images you upload via the app are added to Wikimedia Commons, a repository of
- freely-licensed media used to illustrate Wikipedia and its sister projects. By
- uploading your photos, you can help further the goal of spreading free knowledge
- around the world.
+ Images you upload via the app are added to Wikimedia Commons, a repository of
+ freely-licensed media used to illustrate Wikipedia and its sister projects. By
+ uploading your photos, you can help further the goal of spreading free knowledge
+ around the world.
- The Wikimedia Commons app is created and maintained by grantees and volunteers
- of the Wikimedia community to allow the Wikimedia community to contribute
- content to Wikimedia Commons. Wikimedia Commons, along with the other Wikimedia
- projects, is hosted by the Wikimedia Foundation.
+ The Wikimedia Commons app is created and maintained by grantees and volunteers
+ of the Wikimedia community to allow the Wikimedia community to contribute
+ content to Wikimedia Commons. Wikimedia Commons, along with the other Wikimedia
+ projects, is hosted by the Wikimedia Foundation.
- Features:
+ Features:
- * Upload photos to Commons directly from your smartphone
- * Categorize your photos to make them easier for other people to find
- * Categories are automatically suggested based on photo location data and title
- * View nearby missing images - this helps Wikipedia to have images for all articles, and you will discover beautiful places close to you
- * View all the contributions you have made to Commons in one gallery
+ * Upload photos to Commons directly from your smartphone
+ * Categorize your photos to make them easier for other people to find
+ * Categories are automatically suggested based on photo location data and title
+ * View nearby missing images - this helps Wikipedia to have images for all articles, and you will discover beautiful places close to you
+ * View all the contributions you have made to Commons in one gallery
RepoType: git
Repo: https://github.com/commons-app/apps-android-commons.git
diff --git a/metadata/fr.gouv.android.stopcovid.yml b/metadata/fr.gouv.android.stopcovid.yml
index 1b39aa80f7..7cf1a2ea59 100644
--- a/metadata/fr.gouv.android.stopcovid.yml
+++ b/metadata/fr.gouv.android.stopcovid.yml
@@ -1,9 +1,9 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on a proprietary backend made by IN Groupe.
- Tracking:
- en-US: App uses a custom analytics backend, and there is centralized contact
- tracing as made by the ROBERT protocol.
+ NonFreeNet:
+ en-US: App depends on a proprietary backend made by IN Groupe.
+ Tracking:
+ en-US: App uses a custom analytics backend, and there is centralized contact tracing
+ as made by the ROBERT protocol.
Categories:
- Sports & Health
License: MPL-2.0
@@ -17,11 +17,11 @@ Changelog: https://gitlab.inria.fr/stopcovid19/stopcovid-android/-/commits/maste
Name: TousAntiCovid
AutoName: AntiCovid
Description: |-
- Using TousAntiCovid helps to protect your loved ones, yourself and everybody else by alerting you if you have been close to a user who tests positive.
+ Using TousAntiCovid helps to protect your loved ones, yourself and everybody else by alerting you if you have been close to a user who tests positive.
- The TousAntiCovid application is designed for use in France.
+ The TousAntiCovid application is designed for use in France.
- Let's protect our loved ones, ourselves and everybody else.
+ Let's protect our loved ones, ourselves and everybody else.
RepoType: git
Repo: https://gitlab.inria.fr/stopcovid19/stopcovid-android.git
@@ -235,7 +235,7 @@ Builds:
- coreui/src/main/res/font/marianne_*.otf
- coreui/src/main/res/font/marianne.xml
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
- ../coreui/src/main/res/values/styles.xml
+ ../coreui/src/main/res/values/styles.xml
- versionName: 3.2.0
versionCode: 276
@@ -248,7 +248,7 @@ Builds:
- coreui/src/main/res/font/marianne_*.otf
- coreui/src/main/res/font/marianne.xml
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
- ../coreui/src/main/res/values/styles.xml
+ ../coreui/src/main/res/values/styles.xml
- versionName: 3.3.0
versionCode: 292
@@ -261,7 +261,7 @@ Builds:
- coreui/src/main/res/font/marianne_*.otf
- coreui/src/main/res/font/marianne.xml
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
- ../coreui/src/main/res/values/styles.xml
+ ../coreui/src/main/res/values/styles.xml
- versionName: 3.3.4
versionCode: 298
@@ -274,7 +274,7 @@ Builds:
- coreui/src/main/res/font/marianne_*.otf
- coreui/src/main/res/font/marianne.xml
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
- ../coreui/src/main/res/values/styles.xml
+ ../coreui/src/main/res/values/styles.xml
- versionName: 3.3.5
versionCode: 304
@@ -287,7 +287,7 @@ Builds:
- coreui/src/main/res/font/marianne_*.otf
- coreui/src/main/res/font/marianne.xml
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
- ../coreui/src/main/res/values/styles.xml
+ ../coreui/src/main/res/values/styles.xml
- versionName: 3.4.0
versionCode: 310
@@ -300,7 +300,7 @@ Builds:
- coreui/src/main/res/font/marianne_*.otf
- coreui/src/main/res/font/marianne.xml
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
- ../coreui/src/main/res/values/styles.xml
+ ../coreui/src/main/res/values/styles.xml
- versionName: 3.5.0
versionCode: 316
@@ -313,7 +313,7 @@ Builds:
- coreui/src/main/res/font/marianne_*.otf
- coreui/src/main/res/font/marianne.xml
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
- ../coreui/src/main/res/values/styles.xml
+ ../coreui/src/main/res/values/styles.xml
- versionName: 3.5.2
versionCode: 322
@@ -326,7 +326,7 @@ Builds:
- coreui/src/main/res/font/marianne_*.otf
- coreui/src/main/res/font/marianne.xml
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
- ../coreui/src/main/res/values/styles.xml
+ ../coreui/src/main/res/values/styles.xml
- versionName: 3.6.1
versionCode: 326
@@ -343,7 +343,7 @@ Builds:
- coreui/src/main/res/font/marianne_*.otf
- coreui/src/main/res/font/marianne.xml
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
- ../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
+ ../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
- versionName: 3.7.0
versionCode: 328
@@ -360,7 +360,7 @@ Builds:
- coreui/src/main/res/font/marianne_*.otf
- coreui/src/main/res/font/marianne.xml
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
- ../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
+ ../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
- versionName: 3.7.1
versionCode: 330
@@ -377,7 +377,7 @@ Builds:
- coreui/src/main/res/font/marianne_*.otf
- coreui/src/main/res/font/marianne.xml
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
- ../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
+ ../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
- versionName: 3.7.2
versionCode: 332
@@ -394,7 +394,7 @@ Builds:
- coreui/src/main/res/font/marianne_*.otf
- coreui/src/main/res/font/marianne.xml
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
- ../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
+ ../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
- versionName: 3.7.3
versionCode: 334
@@ -411,7 +411,7 @@ Builds:
- coreui/src/main/res/font/marianne_*.otf
- coreui/src/main/res/font/marianne.xml
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
- ../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
+ ../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
- versionName: 3.7.4
versionCode: 344
@@ -428,7 +428,7 @@ Builds:
- coreui/src/main/res/font/marianne_*.otf
- coreui/src/main/res/font/marianne.xml
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
- ../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
+ ../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
- versionName: 3.8.5
versionCode: 400
@@ -445,7 +445,7 @@ Builds:
- coreui/src/main/res/font/marianne_*.otf
- coreui/src/main/res/font/marianne.xml
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
- ../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
+ ../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
- versionName: 3.8.6
versionCode: 406
@@ -462,7 +462,7 @@ Builds:
- coreui/src/main/res/font/marianne_*.otf
- coreui/src/main/res/font/marianne.xml
prebuild: sed -i -e '/fontFamily.*marianne/d' ../coreui/src/main/res/values/styles_text.xml
- ../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
+ ../coreui/src/main/res/values/styles.xml ../stopcovid/src/main/res/layout/dcc_widget_no_fav_widget.xml
- versionName: 4.0.2
versionCode: 432
@@ -918,9 +918,9 @@ Builds:
- stopcovid/src/main/assets/infos/key-figures-map.pb.gz
MaintainerNotes: |-
- * Tracking – uses custom Analytics
- * NonFreeNet – uses proprietary backend server
- * see https://gitlab.com/fdroid/fdroiddata/-/merge_requests/9345
+ * Tracking – uses custom Analytics
+ * NonFreeNet – uses proprietary backend server
+ * see https://gitlab.com/fdroid/fdroiddata/-/merge_requests/9345
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/fr.guillaumevillena.opendnsupdater.yml b/metadata/fr.guillaumevillena.opendnsupdater.yml
index 268183e0f6..655cdbb3a9 100644
--- a/metadata/fr.guillaumevillena.opendnsupdater.yml
+++ b/metadata/fr.guillaumevillena.opendnsupdater.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: OpenDNS itself is not libre.
+ NonFreeNet:
+ en-US: OpenDNS itself is not libre.
Categories:
- Internet
- Security
diff --git a/metadata/fr.herverenault.directdictaphone.yml b/metadata/fr.herverenault.directdictaphone.yml
index af7b53460b..403bfe7d2b 100644
--- a/metadata/fr.herverenault.directdictaphone.yml
+++ b/metadata/fr.herverenault.directdictaphone.yml
@@ -5,23 +5,23 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/https://github.co
AutoName: Direct Dictaphone
Description: |-
- Record short (~45 seconds) audio notes.
+ Record short (~45 seconds) audio notes.
- Want to record a thought? Just launch this app and talk. No need to click any
- other button. It tries to detect when you stop talking (provided you're not in
- an a noisy environment or far from the phone) and it records up to 45 seconds by
- default so it won't fill your memory card.
+ Want to record a thought? Just launch this app and talk. No need to click any
+ other button. It tries to detect when you stop talking (provided you're not in
+ an a noisy environment or far from the phone) and it records up to 45 seconds by
+ default so it won't fill your memory card.
- Want to record another one? Touch the red dot, or launch it again from the phone
- lockscreen.
+ Want to record another one? Touch the red dot, or launch it again from the phone
+ lockscreen.
- This app is for recording short notes, such as "Remember to buy milk". If you
- want to record a long speech, don't use this app, but rather use VirtualRecorder
- for example.
+ This app is for recording short notes, such as "Remember to buy milk". If you
+ want to record a long speech, don't use this app, but rather use VirtualRecorder
+ for example.
- No network connection needed: notes are stored on the SD card. You can listen to
- notes later: press the "Menu" key in Android 2, or click on "Listen" in Android
- 4 action bar. Then click on a note.
+ No network connection needed: notes are stored on the SD card. You can listen to
+ notes later: press the "Menu" key in Android 2, or click on "Listen" in Android
+ 4 action bar. Then click on a note.
Builds:
- versionName: '1.8'
diff --git a/metadata/fr.herverenault.selfhostedgpstracker.yml b/metadata/fr.herverenault.selfhostedgpstracker.yml
index 6b65dcb111..a757d6353c 100644
--- a/metadata/fr.herverenault.selfhostedgpstracker.yml
+++ b/metadata/fr.herverenault.selfhostedgpstracker.yml
@@ -6,8 +6,8 @@ SourceCode: https://github.com/herverenault/Self-Hosted-GPS-Tracker
AutoName: Self-Hosted GPS Tracker
Summary: Track your device
Description: |-
- Sends your GPS coordinates to your server. It's your data, do what you want with
- it. Server part is available in the source repository aswell.
+ Sends your GPS coordinates to your server. It's your data, do what you want with
+ it. Server part is available in the source repository aswell.
Builds:
- versionName: 1.1.3
@@ -59,8 +59,8 @@ Builds:
target: android-17
MaintainerNotes: |-
- The app needs server part, but author deleted both app and server source code
- repositories.
+ The app needs server part, but author deleted both app and server source code
+ repositories.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/fr.hnit.babyname.yml b/metadata/fr.hnit.babyname.yml
index 894d1f6def..15129afc61 100644
--- a/metadata/fr.hnit.babyname.yml
+++ b/metadata/fr.hnit.babyname.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/mdecorde/BABYNAME/issues
AutoName: BabyName
Description: |-
- Uses a lexicon of +10000 names organized by genre and origin to help you to
- evaluate which name you prefer.
+ Uses a lexicon of +10000 names organized by genre and origin to help you to
+ evaluate which name you prefer.
RepoType: git
Repo: https://github.com/mdecorde/BABYNAME.git
diff --git a/metadata/fr.hnit.riverferry.yml b/metadata/fr.hnit.riverferry.yml
index f125adc99b..411228d257 100644
--- a/metadata/fr.hnit.riverferry.yml
+++ b/metadata/fr.hnit.riverferry.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/mdecorde/BAC76/issues
AutoName: RiverFerry
Description: |-
- Show the next riverferry departure time. The app is set for the RiverFerry (BAC
- in french) of the Seine-Maritime department of France. The departure times and
- stations can be customized with a simple CSV file.
+ Show the next riverferry departure time. The app is set for the RiverFerry (BAC
+ in french) of the Seine-Maritime department of France. The departure times and
+ stations can be customized with a simple CSV file.
RepoType: git
Repo: https://github.com/mdecorde/BAC76.git
diff --git a/metadata/fr.keuse.rightsalert.yml b/metadata/fr.keuse.rightsalert.yml
index d0f7d1bc7b..1f0146fd49 100644
--- a/metadata/fr.keuse.rightsalert.yml
+++ b/metadata/fr.keuse.rightsalert.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/kyriog/rights-alert/issues
AutoName: Rights alert
Description: |-
- Identifies and reports on applications which use a lot of permissions. Each
- permission is allocated a number of points, and if the sum of points exceed a
- score, the application is considered as dangerous.
+ Identifies and reports on applications which use a lot of permissions. Each
+ permission is allocated a number of points, and if the sum of points exceed a
+ score, the application is considered as dangerous.
RepoType: git
Repo: https://github.com/kyriog/rights-alert.git
diff --git a/metadata/fr.kwiatkowski.ApkTrack.yml b/metadata/fr.kwiatkowski.ApkTrack.yml
index 1ab30212db..4a0e2cb1ef 100644
--- a/metadata/fr.kwiatkowski.ApkTrack.yml
+++ b/metadata/fr.kwiatkowski.ApkTrack.yml
@@ -11,13 +11,13 @@ Bitcoin: 19wFVDUWhrjRe3rPCsokhcf1w9Stj3Sr6K
AutoName: ApkTrack
Description: |-
- Periodically checks if your installed apps can be updated.
+ Periodically checks if your installed apps can be updated.
- It was created for users who don't use the Google Play Store, but still need to
- know when new APKs are available for their apps. ApkTrack performs simple
- website scraping to grab the latest versions of packages present on the device.
- ApkTrack can query F-Droid, PlayStore, Xposed, plus many other sources of APKs
- via the ApkTrack Proxy.
+ It was created for users who don't use the Google Play Store, but still need to
+ know when new APKs are available for their apps. ApkTrack performs simple
+ website scraping to grab the latest versions of packages present on the device.
+ ApkTrack can query F-Droid, PlayStore, Xposed, plus many other sources of APKs
+ via the ApkTrack Proxy.
RepoType: git
Repo: https://github.com/JusticeRage/ApkTrack
@@ -125,8 +125,8 @@ Builds:
- yes
MaintainerNotes: |-
- Building 2.1.1b/c/d without a loaded ~/.gradle cache results in a broken apk.
- See https://github.com/JusticeRage/ApkTrack/issues/106#issuecomment-328630411 for details.
+ Building 2.1.1b/c/d without a loaded ~/.gradle cache results in a broken apk.
+ See https://github.com/JusticeRage/ApkTrack/issues/106#issuecomment-328630411 for details.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^([0-9]\.)?[0-9]\.[0-9].?$
diff --git a/metadata/fr.librinfo.evecontrol2.yml b/metadata/fr.librinfo.evecontrol2.yml
index b7d87c48e8..3c51e56222 100644
--- a/metadata/fr.librinfo.evecontrol2.yml
+++ b/metadata/fr.librinfo.evecontrol2.yml
@@ -6,20 +6,20 @@ SourceCode: https://github.com/e-venement/eve-control
AutoName: Eve-control
Description: |-
- Eve-control allows you to control your e-venement tickets from an android
- device.Version 2 features persistent control history log, sound control, public
- mode, redondant controls management.
+ Eve-control allows you to control your e-venement tickets from an android
+ device.Version 2 features persistent control history log, sound control, public
+ mode, redondant controls management.
- When the app is launched, the user is prompted to enter the host name of his
- e-venement instance as well as his login credentials wich will be stored for
- future authentifications.
+ When the app is launched, the user is prompted to enter the host name of his
+ e-venement instance as well as his login credentials wich will be stored for
+ future authentifications.
- Once the form submitted, the app will connect to the instance's server and
- display the access control page (tck.php/ticket/control), and tickets can be
- controlled directly from there.
+ Once the form submitted, the app will connect to the instance's server and
+ display the access control page (tck.php/ticket/control), and tickets can be
+ controlled directly from there.
- During use, the app will automatically re-authenticate the user on server
- periodically to keep the session alive as long as needed.
+ During use, the app will automatically re-authenticate the user on server
+ periodically to keep the session alive as long as needed.
Builds:
- versionName: 2.0.0
diff --git a/metadata/fr.ludo1520.whatexp.yml b/metadata/fr.ludo1520.whatexp.yml
index dda0ca399d..804f010cd7 100644
--- a/metadata/fr.ludo1520.whatexp.yml
+++ b/metadata/fr.ludo1520.whatexp.yml
@@ -5,17 +5,17 @@ SourceCode: https://gitorious.org/whatexp/whatexp
AutoName: WhatExp
Description: |-
- Scientific calculator for complex math expressions with support for graph
- drawing.
+ Scientific calculator for complex math expressions with support for graph
+ drawing.
- In the first tab, user can write math expressions and get the results. A list of
- previous expressions is available and they can be retrieved, edited,
- supressed...
+ In the first tab, user can write math expressions and get the results. A list of
+ previous expressions is available and they can be retrieved, edited,
+ supressed...
- The second tab shows graphs of functions that are selected in the first tab.
+ The second tab shows graphs of functions that are selected in the first tab.
- The last tab shows a list of physic constants that can be send to letters used
- in math expressions.
+ The last tab shows a list of physic constants that can be send to letters used
+ in math expressions.
Builds:
- versionName: '1.4'
diff --git a/metadata/fr.miximum.napply.yml b/metadata/fr.miximum.napply.yml
index 90c7ad9509..fecf3c9d54 100644
--- a/metadata/fr.miximum.napply.yml
+++ b/metadata/fr.miximum.napply.yml
@@ -6,11 +6,11 @@ IssueTracker: https://github.com/thibault/Napply/issues
AutoName: Napply
Description: |-
- Wanna take a quick nap? In one tap, setup your alarm, and activate the silent
- mode. Have a good rest!
+ Wanna take a quick nap? In one tap, setup your alarm, and activate the silent
+ mode. Have a good rest!
- The alarm rings, but you want to sleep a few more minutes? You don't event have
- to open your eyes! Just face your phone down to activate the "Snooze" feature.
+ The alarm rings, but you want to sleep a few more minutes? You don't event have
+ to open your eyes! Just face your phone down to activate the "Snooze" feature.
RepoType: git
Repo: https://github.com/thibault/Napply.git
diff --git a/metadata/fr.mobdev.blooddonation.yml b/metadata/fr.mobdev.blooddonation.yml
index fcde0418ca..14e803e442 100644
--- a/metadata/fr.mobdev.blooddonation.yml
+++ b/metadata/fr.mobdev.blooddonation.yml
@@ -13,16 +13,16 @@ Liberapay: Schoumi
AutoName: Don du Sang
Description: |-
- Blood Donation is an independant initiative. It allows user to manage donation
- to the French Establishment of Blood (EFS) in an easy way.
+ Blood Donation is an independant initiative. It allows user to manage donation
+ to the French Establishment of Blood (EFS) in an easy way.
- It allows you to:
+ It allows you to:
- * View donation center around you or a preregistered place
- * Be notified of next donation campaign
- * Add a donation campaign date to your agenda and to ask for direction to the place
- * Track your previous donation
- * Call Post-Donation Call Center near you in case you had to
+ * View donation center around you or a preregistered place
+ * Be notified of next donation campaign
+ * Add a donation campaign date to your agenda and to ask for direction to the place
+ * Track your previous donation
+ * Call Post-Donation Call Center near you in case you had to
RepoType: git
Repo: https://git.mob-dev.fr/Schoumi/BloodDonation.git
diff --git a/metadata/fr.mobdev.goblim.yml b/metadata/fr.mobdev.goblim.yml
index ce30cdd9cd..b419609761 100644
--- a/metadata/fr.mobdev.goblim.yml
+++ b/metadata/fr.mobdev.goblim.yml
@@ -11,18 +11,18 @@ Liberapay: Schoumi
AutoName: Goblim
Description: |-
- Let's you share your photos on the Lut.im server of your choice. Use your own
- server to regain control of your privacy!
+ Let's you share your photos on the Lut.im server of your choice. Use your own
+ server to regain control of your privacy!
- * Multiple configurable hosting URLs -- Use your own server!
- * Copy the sharing URL to clipboard or share it to another application
- * Keep track of your storage lifetime
- * HTTP & HTTPS support
- * Share history with thumbnails, share control.
- * Encryption of images on the server
+ * Multiple configurable hosting URLs -- Use your own server!
+ * Copy the sharing URL to clipboard or share it to another application
+ * Keep track of your storage lifetime
+ * HTTP & HTTPS support
+ * Share history with thumbnails, share control.
+ * Encryption of images on the server
- For additional information on the client and server part, visite the
- project page.
+ For additional information on the client and server part, visite the
+ project page.
RepoType: git
Repo: https://git.mob-dev.fr/Schoumi/Goblim.git
diff --git a/metadata/fr.nicopico.dashclock.birthday.yml b/metadata/fr.nicopico.dashclock.birthday.yml
index 215eddc2f1..540c6b3973 100644
--- a/metadata/fr.nicopico.dashclock.birthday.yml
+++ b/metadata/fr.nicopico.dashclock.birthday.yml
@@ -9,11 +9,11 @@ IssueTracker: https://github.com/nicopico-dev/dashclock-birthday/issues
AutoName: DashClock Birthday Extension
Description: |-
- https://f-droid.org/packages/net.nurik.roman.dashclock extension that displays the next birthday from
- your contacts.
+ https://f-droid.org/packages/net.nurik.roman.dashclock extension that displays the next birthday from
+ your contacts.
- Note that this extension does not read your calendar events, only the birthday
- dates set in the Contacts / People application.
+ Note that this extension does not read your calendar events, only the birthday
+ dates set in the Contacts / People application.
RepoType: git
Repo: https://github.com/nicopico-dev/dashclock-birthday
diff --git a/metadata/fr.nocle.passegares.yml b/metadata/fr.nocle.passegares.yml
index b8b951e0f6..3e0accc539 100644
--- a/metadata/fr.nocle.passegares.yml
+++ b/metadata/fr.nocle.passegares.yml
@@ -10,20 +10,20 @@ IssueTracker: https://framagit.org/JonathanMM/passegares/issues
AutoName: PasseGares
Description: |-
- PasseGares est une nouvelle forme pour découvrir de nouveaux horizons
- ferroviaires de façon ludique. Voyager de gare en gare afin de remplir votre
- visa de tampons. Le but ultime ? Visiter toutes les gares du monde !
+ PasseGares est une nouvelle forme pour découvrir de nouveaux horizons
+ ferroviaires de façon ludique. Voyager de gare en gare afin de remplir votre
+ visa de tampons. Le but ultime ? Visiter toutes les gares du monde !
- Contient actuellement l'ensemble des transports d'Île-de-France, ainsi que Lille
- Métropôle, Reims, Besançon, Dijon, Montpellier, Toulouse, Le Mans, Nantes et
- Angers, ainsi que toutes les gares de France métropolitaine continentale. Vous
- voulez avoir l'application pour votre agglomération ? Envoyez nous votre demande
- par e-mail et elle fera peut-être partie des mises à jour ;)
+ Contient actuellement l'ensemble des transports d'Île-de-France, ainsi que Lille
+ Métropôle, Reims, Besançon, Dijon, Montpellier, Toulouse, Le Mans, Nantes et
+ Angers, ainsi que toutes les gares de France métropolitaine continentale. Vous
+ voulez avoir l'application pour votre agglomération ? Envoyez nous votre demande
+ par e-mail et elle fera peut-être partie des mises à jour ;)
- L'application est amie de votre vie privée, aucune information sur les gares
- tamponnées ne sort de votre appareil :)
+ L'application est amie de votre vie privée, aucune information sur les gares
+ tamponnées ne sort de votre appareil :)
- Le logo de l'application a été fait avec des icônes de fontawesome.io
+ Le logo de l'application a été fait avec des icônes de fontawesome.io
RepoType: git
Repo: https://framagit.org/JonathanMM/passegares.git
diff --git a/metadata/fr.pssoftware.scoretarot.yml b/metadata/fr.pssoftware.scoretarot.yml
index c78f335869..a5bf15c0a0 100644
--- a/metadata/fr.pssoftware.scoretarot.yml
+++ b/metadata/fr.pssoftware.scoretarot.yml
@@ -38,9 +38,9 @@ Builds:
- sed -i -e '/achartengine/d' build.gradle
MaintainerNotes: |-
- * Repo URL was git://git.tuxfamily.org/gitroot/scoretarot/git.git
- * calling that via HTTP says No repositories found
- * build says it gets nothing there
+ * Repo URL was git://git.tuxfamily.org/gitroot/scoretarot/git.git
+ * calling that via HTTP says No repositories found
+ * build says it gets nothing there
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/fr.renzo.wikipoff.yml b/metadata/fr.renzo.wikipoff.yml
index 34cf09e0db..0772444cdf 100644
--- a/metadata/fr.renzo.wikipoff.yml
+++ b/metadata/fr.renzo.wikipoff.yml
@@ -10,8 +10,8 @@ Litecoin: LYAaCu2SuPA36QDZrjvYCK8HcVHXxYVmfu
AutoName: WikipOff
Description: |-
- A simple Wikipedia offline reader. Compressed databases can be downloaded from
- within the app.
+ A simple Wikipedia offline reader. Compressed databases can be downloaded from
+ within the app.
RepoType: git
Repo: https://github.com/conchyliculture/wikipoff
diff --git a/metadata/fr.rhaz.ipfs.sweet.yml b/metadata/fr.rhaz.ipfs.sweet.yml
index f9fbe44f5d..99775257f4 100644
--- a/metadata/fr.rhaz.ipfs.sweet.yml
+++ b/metadata/fr.rhaz.ipfs.sweet.yml
@@ -8,21 +8,21 @@ IssueTracker: https://github.com/RHazDev/Sweet-IPFS/issues
Changelog: https://github.com/RHazDev/Sweet-IPFS/releases
Description: |-
- Sweet IPFS is forked from https://f-droid.org/packages/org.ligi.ipfsdroid, which was
- experimental. This app is currently in beta stage, not all features are
- implemented, but the most important is. Feel free to test it and review it.
- If you find a bug or have problems with this app, you can contact me with
- the email provided on the GitHub page.
+ Sweet IPFS is forked from https://f-droid.org/packages/org.ligi.ipfsdroid, which was
+ experimental. This app is currently in beta stage, not all features are
+ implemented, but the most important is. Feel free to test it and review it.
+ If you find a bug or have problems with this app, you can contact me with
+ the email provided on the GitHub page.
- Sweet IPFS targets end-users and developers in order to make IPFS (and
- decentralization) an everyday standard. Its main goal is to be used as a
- file sharing app. For that, it provides a file chooser, QR codes, and a
- browser. To go even faster, you can upload a file or a text directly from
- any app by simply sharing it and choosing Sweet IPFS.
+ Sweet IPFS targets end-users and developers in order to make IPFS (and
+ decentralization) an everyday standard. Its main goal is to be used as a
+ file sharing app. For that, it provides a file chooser, QR codes, and a
+ browser. To go even faster, you can upload a file or a text directly from
+ any app by simply sharing it and choosing Sweet IPFS.
- At the current point, battery and network usage depends a lot on your phone
- and your Android version, and may be high. I am working on this in order to
- provide the best experience and an everyday usage.
+ At the current point, battery and network usage depends a lot on your phone
+ and your Android version, and may be high. I am working on this in order to
+ provide the best experience and an everyday usage.
RepoType: git
Repo: https://github.com/RHazDev/Sweet-IPFS
diff --git a/metadata/fr.s13d.photobackup.yml b/metadata/fr.s13d.photobackup.yml
index e4035598b0..a256874cf5 100644
--- a/metadata/fr.s13d.photobackup.yml
+++ b/metadata/fr.s13d.photobackup.yml
@@ -10,12 +10,12 @@ Changelog: https://github.com/PhotoBackup/client-android/blob/HEAD/CHANGELOG.md
AutoName: PhotoBackup
Description: |-
- Always running silently in background, this service sends photos to the
- associated server as soon as you take them. An upload journal allows you to see
- the status of each photo in your device. It does not backup videos.
+ Always running silently in background, this service sends photos to the
+ associated server as soon as you take them. An upload journal allows you to see
+ the status of each photo in your device. It does not backup videos.
- A server implementation is also
- available.
+ A server implementation is also
+ available.
RepoType: git
Repo: https://github.com/PhotoBackup/client-android
diff --git a/metadata/fr.simon.marquis.preferencesmanager.yml b/metadata/fr.simon.marquis.preferencesmanager.yml
index 737eb3cbe6..0a8fee1cd3 100644
--- a/metadata/fr.simon.marquis.preferencesmanager.yml
+++ b/metadata/fr.simon.marquis.preferencesmanager.yml
@@ -9,16 +9,16 @@ IssueTracker: https://github.com/SimonMarquis/Android-PreferencesManager/issues
AutoName: Preferences Manager
Description: |-
- Android provides several options for developers to save application data. The
- most frequent solution is the Shared Preferences framework. It's a simple way to
- store private primitive data in key-value pairs. Unfortunately, this method is
- not very secure... It consists in a simple XML file stored in the private
- folder, specific to the app. But in the case of a rooted device, theses files
- can be read, edited and even deleted.
+ Android provides several options for developers to save application data. The
+ most frequent solution is the Shared Preferences framework. It's a simple way to
+ store private primitive data in key-value pairs. Unfortunately, this method is
+ not very secure... It consists in a simple XML file stored in the private
+ folder, specific to the app. But in the case of a rooted device, theses files
+ can be read, edited and even deleted.
- Preferences Manager allows you to edit these preferences in a simple and easy
- way. You can for instance increase your highscores, modify your progression, or
- just debug your application preferences.
+ Preferences Manager allows you to edit these preferences in a simple and easy
+ way. You can for instance increase your highscores, modify your progression, or
+ just debug your application preferences.
RequiresRoot: true
diff --git a/metadata/fr.simon.marquis.secretcodes.yml b/metadata/fr.simon.marquis.secretcodes.yml
index f5fa9f24b0..2c74aa8647 100644
--- a/metadata/fr.simon.marquis.secretcodes.yml
+++ b/metadata/fr.simon.marquis.secretcodes.yml
@@ -9,17 +9,17 @@ IssueTracker: https://github.com/SimonMarquis/Android-SecretCodes/issues
AutoName: Secret Codes
Description: |-
- Secret Codes is an application that allows you to scan the secret codes
- available on your device through the dialer app.
+ Secret Codes is an application that allows you to scan the secret codes
+ available on your device through the dialer app.
- The application will scan through all available secret codes on your device.
- Then you will be able to executes these secret codes and discover hidden
- functionalities.
+ The application will scan through all available secret codes on your device.
+ Then you will be able to executes these secret codes and discover hidden
+ functionalities.
- In Android a secret code is defined by this pattern: *#*#code#*#*.
+ In Android a secret code is defined by this pattern: *#*#code#*#*.
- There are multiple ways to execute a secret code; The simplest is to directly
- write the secret code through the dialer application of your device.
+ There are multiple ways to execute a secret code; The simplest is to directly
+ write the secret code through the dialer application of your device.
RepoType: git
Repo: https://github.com/SimonMarquis/Android-SecretCodes.git
diff --git a/metadata/fr.strasweb.asso.yml b/metadata/fr.strasweb.asso.yml
index 5c87d8dca1..04880286ac 100644
--- a/metadata/fr.strasweb.asso.yml
+++ b/metadata/fr.strasweb.asso.yml
@@ -5,9 +5,9 @@ SourceCode: https://svn.strasweb.fr/strasweb/API%20Animafac/phonegap
AutoName: ChacunSonAsso
Description: |-
- This app allows students wishing to volunteer to find an association that suits
- them. It allows you to search for associations in the Animafac directory, by
- theme, department and name.
+ This app allows students wishing to volunteer to find an association that suits
+ them. It allows you to search for associations in the Animafac directory, by
+ theme, department and name.
Builds:
- versionName: 1.0.1
diff --git a/metadata/fr.strasweb.browserquest.yml b/metadata/fr.strasweb.browserquest.yml
index a635d22ec9..84dc9bc500 100644
--- a/metadata/fr.strasweb.browserquest.yml
+++ b/metadata/fr.strasweb.browserquest.yml
@@ -5,13 +5,13 @@ SourceCode: https://svn.strasweb.fr/listing.php?repname=Pierre+Rudloff&path=%2Fb
AutoName: BrowserQuest
Description: |-
- This is a PhoneGap port of BrowserQuest, the
- HTML5 MMORPG (multiplayer online role-playing game) that Little Workshop created
- for Mozilla. It is an old-school action-RPG in which you explore a medieval land
- with your friends.
+ This is a PhoneGap port of BrowserQuest, the
+ HTML5 MMORPG (multiplayer online role-playing game) that Little Workshop created
+ for Mozilla. It is an old-school action-RPG in which you explore a medieval land
+ with your friends.
- This is an early version and there are some problems with using the onscreen
- keyboard to speak to others. Content is licensed as CC-BY-SA.
+ This is an early version and there are some problems with using the onscreen
+ keyboard to speak to others. Content is licensed as CC-BY-SA.
Builds:
- versionName: 1.0.1
diff --git a/metadata/fr.strasweb.campus.yml b/metadata/fr.strasweb.campus.yml
index 49416fb52c..93aadbbd6c 100644
--- a/metadata/fr.strasweb.campus.yml
+++ b/metadata/fr.strasweb.campus.yml
@@ -6,8 +6,8 @@ SourceCode: https://svn.strasweb.fr/listing.php?repname=StrasWeb&path=%2Fopendat
AutoName: Trouve ton campus
Description: |-
- HTML5 app that helps students in Strasbourg (France) find the best way to get to
- their campus.
+ HTML5 app that helps students in Strasbourg (France) find the best way to get to
+ their campus.
Builds:
- versionName: 1.0.1
diff --git a/metadata/fr.syncarnet.yml b/metadata/fr.syncarnet.yml
index cb076f3f00..ec77c920d6 100644
--- a/metadata/fr.syncarnet.yml
+++ b/metadata/fr.syncarnet.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/npmiller/syncarnet/issues
AutoName: SynCarnet
Description: |-
- SynCarnet lets you synchronize your TODO list between multiple devices using
- bluetooth or a common wifi connection.
+ SynCarnet lets you synchronize your TODO list between multiple devices using
+ bluetooth or a common wifi connection.
RepoType: git
Repo: https://github.com/npmiller/syncarnet
diff --git a/metadata/fr.tvbarthel.apps.cameracolorpicker.yml b/metadata/fr.tvbarthel.apps.cameracolorpicker.yml
index d4a3e483b0..68798f6882 100644
--- a/metadata/fr.tvbarthel.apps.cameracolorpicker.yml
+++ b/metadata/fr.tvbarthel.apps.cameracolorpicker.yml
@@ -8,8 +8,8 @@ Changelog: https://github.com/tvbarthel/CameraColorPicker/releases
AutoName: Camera Color Picker
Description: |-
- Camera Color Picker lets you capture, in real time, the colors around you using
- the camera of your device.
+ Camera Color Picker lets you capture, in real time, the colors around you using
+ the camera of your device.
RepoType: git
Repo: https://github.com/tvbarthel/CameraColorPicker
diff --git a/metadata/fr.tvbarthel.apps.simplethermometer.yml b/metadata/fr.tvbarthel.apps.simplethermometer.yml
index d30ca2e2dd..c5b110e757 100644
--- a/metadata/fr.tvbarthel.apps.simplethermometer.yml
+++ b/metadata/fr.tvbarthel.apps.simplethermometer.yml
@@ -12,10 +12,10 @@ Changelog: https://github.com/tvbarthel/SimpleThermometerProject/releases
AutoName: SimpleThermometer
Description: |-
- Fetches the temperature based on your location and displays it in a color of
- your choosing.
+ Fetches the temperature based on your location and displays it in a color of
+ your choosing.
- AntiFeature: Billing library required. Uses OpenWeatherMap for data.
+ AntiFeature: Billing library required. Uses OpenWeatherMap for data.
RepoType: git
Repo: https://github.com/tvbarthel/SimpleThermometerProject
diff --git a/metadata/fr.tvbarthel.apps.simpleweatherforcast.yml b/metadata/fr.tvbarthel.apps.simpleweatherforcast.yml
index f1b9acbcb1..9f98b1677a 100644
--- a/metadata/fr.tvbarthel.apps.simpleweatherforcast.yml
+++ b/metadata/fr.tvbarthel.apps.simpleweatherforcast.yml
@@ -12,11 +12,11 @@ Changelog: https://github.com/tvbarthel/SimpleWeatherForecast/releases
AutoName: SimpleWeatherForecast
Description: |-
- Gives you a 14-day forecast based on your current location. This
- application is extremely light, fast, free and without any ads. It doesn't
- collect any personal information.
+ Gives you a 14-day forecast based on your current location. This
+ application is extremely light, fast, free and without any ads. It doesn't
+ collect any personal information.
- AntiFeature: Billing library required. Gets data from OpenWeatherMap.
+ AntiFeature: Billing library required. Gets data from OpenWeatherMap.
RepoType: git
Repo: https://github.com/tvbarthel/SimpleWeatherForecast
diff --git a/metadata/fr.unix_experience.owncloud_sms.yml b/metadata/fr.unix_experience.owncloud_sms.yml
index 48bc665381..19092d1d53 100644
--- a/metadata/fr.unix_experience.owncloud_sms.yml
+++ b/metadata/fr.unix_experience.owncloud_sms.yml
@@ -8,16 +8,16 @@ Translation: https://www.transifex.com/nextcloud/nextcloud/android-sms/
AutoName: Nextcloud SMS
Description: |-
- App to synchronize your SMS messages on a remote Nextcloud instance and let you
- read your messages from it.
+ App to synchronize your SMS messages on a remote Nextcloud instance and let you
+ read your messages from it.
- Sending SMS from a Nextcloud instance will be coming in a future release.
+ Sending SMS from a Nextcloud instance will be coming in a future release.
- Application is fully compatible from Android 4.0 to 10
+ Application is fully compatible from Android 4.0 to 10
- Note: This app needs a Nextcloud installation running the
- ocsms
- app.
+ Note: This app needs a Nextcloud installation running the
+ ocsms
+ app.
RepoType: git
Repo: https://github.com/nerzhul/ncsms-android.git
@@ -209,7 +209,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/owncloudAndroidLibrary/d' -e '/^dependencies {/acompile
- "com.github.owncloud:android-library:oc-android-library-0.9.10"' build.gradle
+ "com.github.owncloud:android-library:oc-android-library-0.9.10"' build.gradle
- versionName: 0.21.2
versionCode: 37
@@ -217,8 +217,8 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/owncloudAndroidLibrary/d' -e '/^dependencies {/acompile
- "com.github.owncloud:android-library:39e3ddaa07b0943b034b34a84a33b4dc4c7475d0"'
- build.gradle
+ "com.github.owncloud:android-library:39e3ddaa07b0943b034b34a84a33b4dc4c7475d0"'
+ build.gradle
- versionName: 0.22.1
versionCode: 40
@@ -226,8 +226,8 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/owncloudAndroidLibrary/d' -e '/^dependencies {/acompile
- "com.github.owncloud:android-library:39e3ddaa07b0943b034b34a84a33b4dc4c7475d0"'
- -e '/gradle/s/2.2.1/2.1.3/g' build.gradle
+ "com.github.owncloud:android-library:39e3ddaa07b0943b034b34a84a33b4dc4c7475d0"'
+ -e '/gradle/s/2.2.1/2.1.3/g' build.gradle
- versionName: 0.22.2
versionCode: 41
@@ -235,8 +235,8 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/owncloudAndroidLibrary/d' -e '/^dependencies {/acompile
- "com.github.owncloud:android-library:39e3ddaa07b0943b034b34a84a33b4dc4c7475d0"'
- -e '/gradle/s/2.2.2/2.1.3/g' build.gradle
+ "com.github.owncloud:android-library:39e3ddaa07b0943b034b34a84a33b4dc4c7475d0"'
+ -e '/gradle/s/2.2.2/2.1.3/g' build.gradle
- versionName: 0.23.0
versionCode: 42
@@ -244,8 +244,8 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/owncloudAndroidLibrary/d' -e '/^dependencies {/acompile
- "com.github.owncloud:android-library:39e3ddaa07b0943b034b34a84a33b4dc4c7475d0"'
- -e '/mavenCentral/ajcenter()' build.gradle
+ "com.github.owncloud:android-library:39e3ddaa07b0943b034b34a84a33b4dc4c7475d0"'
+ -e '/mavenCentral/ajcenter()' build.gradle
- versionName: 0.23.2
versionCode: 43
@@ -253,8 +253,8 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/owncloudAndroidLibrary/d' -e '/^dependencies {/acompile
- "com.github.owncloud:android-library:39e3ddaa07b0943b034b34a84a33b4dc4c7475d0"'
- -e '/mavenCentral/ajcenter()' build.gradle
+ "com.github.owncloud:android-library:39e3ddaa07b0943b034b34a84a33b4dc4c7475d0"'
+ -e '/mavenCentral/ajcenter()' build.gradle
- versionName: 0.24.0
versionCode: 44
diff --git a/metadata/fr.witchdoctors.c4ffein.oosfirmwareextractor.yml b/metadata/fr.witchdoctors.c4ffein.oosfirmwareextractor.yml
index 32328c9d50..1adc6cc483 100644
--- a/metadata/fr.witchdoctors.c4ffein.oosfirmwareextractor.yml
+++ b/metadata/fr.witchdoctors.c4ffein.oosfirmwareextractor.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/c4ffein/OOS-firmware-updater/issues
AutoName: OOS Firmware Extractor
Description: |
- Extract firmware from an OxygenOS ROM to a custom flashable firmwareupdater.zip
- You can select a ROM file, unzip it, check extracted files and modified updater-script, then create a flashable firmware update at sdcard/firmwareupdater.zip
+ Extract firmware from an OxygenOS ROM to a custom flashable firmwareupdater.zip
+ You can select a ROM file, unzip it, check extracted files and modified updater-script, then create a flashable firmware update at sdcard/firmwareupdater.zip
RepoType: git
Repo: https://github.com/c4ffein/OOS-firmware-updater.git
diff --git a/metadata/fr.xgouchet.texteditor.yml b/metadata/fr.xgouchet.texteditor.yml
index 2a88615612..ecc564d827 100644
--- a/metadata/fr.xgouchet.texteditor.yml
+++ b/metadata/fr.xgouchet.texteditor.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/xgouchet/Ted/issues
AutoName: Ted
Description: |-
- Ted is a lightweight text editor, meant as a Notepad application, and not meant
- to edit big files. You can create new text file, open existing files and of
- course save them. You can also display line numbers and open recent files. You
- can also search for text inside the opened file.
+ Ted is a lightweight text editor, meant as a Notepad application, and not meant
+ to edit big files. You can create new text file, open existing files and of
+ course save them. You can also display line numbers and open recent files. You
+ can also search for text inside the opened file.
RepoType: git
Repo: https://github.com/xgouchet/Ted.git
diff --git a/metadata/fr.xplod.focal.yml b/metadata/fr.xplod.focal.yml
index 1941e0cd19..267549a974 100644
--- a/metadata/fr.xplod.focal.yml
+++ b/metadata/fr.xplod.focal.yml
@@ -6,22 +6,22 @@ IssueTracker: https://github.com/xplodwild/android_packages_apps_Focal/issues
AutoName: Focal
Description: |-
- Fully featured camera app supporting as many devices as possiblee, including
- device-specific features on some devices.
+ Fully featured camera app supporting as many devices as possiblee, including
+ device-specific features on some devices.
- Features:
+ Features:
- * A photo and video mode, supporting many features (burst mode, timer mode, scene mode, shutter speed on Sony devices, ...)
- * A panorama mode, currently semi-broken
- * A PicSphere mode, open-source replacement of Google's PhotoSphere, to do 360° sphere shots
- * A review drawer, by sliding from the top of the screen (in portrait). It shows your latest pictures.
+ * A photo and video mode, supporting many features (burst mode, timer mode, scene mode, shutter speed on Sony devices, ...)
+ * A panorama mode, currently semi-broken
+ * A PicSphere mode, open-source replacement of Google's PhotoSphere, to do 360° sphere shots
+ * A review drawer, by sliding from the top of the screen (in portrait). It shows your latest pictures.
- In photo mode, you also have access to a few tools, such as automatic picture
- enhancement (auto-awesome), or a rule of thirds overlay. On some devices,
- settings such as Color adjustment, HDR and a manual light measure point are also
- available. Double tapping the screen will put your in quick shot mode, where
- tapping the screen anywhere will take a picture. In video mode, high-framerate
- video is also possible.
+ In photo mode, you also have access to a few tools, such as automatic picture
+ enhancement (auto-awesome), or a rule of thirds overlay. On some devices,
+ settings such as Color adjustment, HDR and a manual light measure point are also
+ available. Double tapping the screen will put your in quick shot mode, where
+ tapping the screen anywhere will take a picture. In video mode, high-framerate
+ video is also possible.
RepoType: git
Repo: https://github.com/xplodwild/android_packages_apps_Focal.git
diff --git a/metadata/fr.xtof54.dragonGoApp.yml b/metadata/fr.xtof54.dragonGoApp.yml
index 79ccd72b52..93e85deeed 100644
--- a/metadata/fr.xtof54.dragonGoApp.yml
+++ b/metadata/fr.xtof54.dragonGoApp.yml
@@ -7,16 +7,16 @@ IssueTracker: https://github.com/cerisara/DragonGoApp/issues
AutoName: DragonGoApp
Description: |-
- Open-source android App to play the game of go on the DGS server.
+ Open-source android App to play the game of go on the DGS server.
- DragonGoApp features:
+ DragonGoApp features:
- * Minimize bandwidth usage: this is especially useful when you have a limited quota of 3G data connection
- * Full-featured SGF editor/player based on the open-source eidogo code. Also shows game information and game comments
- * Support dual servers/credentials (DGS and develDGS)
- * Play moves, pass, resign, send/receive messages, attach a comment to a move
- * Invite/accept/refuse challenges, challenge in 19x19 ladder
- * Follow reviews of professional games from IGS, which are included in the app
+ * Minimize bandwidth usage: this is especially useful when you have a limited quota of 3G data connection
+ * Full-featured SGF editor/player based on the open-source eidogo code. Also shows game information and game comments
+ * Support dual servers/credentials (DGS and develDGS)
+ * Play moves, pass, resign, send/receive messages, attach a comment to a move
+ * Invite/accept/refuse challenges, challenge in 19x19 ladder
+ * Follow reviews of professional games from IGS, which are included in the app
RepoType: git
Repo: https://github.com/cerisara/DragonGoApp
diff --git a/metadata/fr.xtof54.mousetodon.yml b/metadata/fr.xtof54.mousetodon.yml
index d686898b09..4f9ef030a5 100644
--- a/metadata/fr.xtof54.mousetodon.yml
+++ b/metadata/fr.xtof54.mousetodon.yml
@@ -7,16 +7,16 @@ IssueTracker: https://github.com/cerisara/mousetodon/issues
AutoName: MouseApp
Description: |-
- Mastodon client that supports multiple instances and language detection.
+ Mastodon client that supports multiple instances and language detection.
- It is still in development phase. You may use it for basic interactions
- (reading, replying, tooting, boosting...) with any mastodon instance, but:
+ It is still in development phase. You may use it for basic interactions
+ (reading, replying, tooting, boosting...) with any mastodon instance, but:
- * Its GUI is not as nice and user-friendly than other apps;
- * A few standard features are still missing: following, reblog...
+ * Its GUI is not as nice and user-friendly than other apps;
+ * A few standard features are still missing: following, reblog...
- On the other hand, it offers nice features that other apps do not have, e.g.,
- fast switching betwee multiple instances and language filtering of toots.
+ On the other hand, it offers nice features that other apps do not have, e.g.,
+ fast switching betwee multiple instances and language filtering of toots.
RepoType: git
Repo: https://github.com/cerisara/mousetodon
diff --git a/metadata/fr.xtof54.scrabble.yml b/metadata/fr.xtof54.scrabble.yml
index 37a309c572..086ed8d769 100644
--- a/metadata/fr.xtof54.scrabble.yml
+++ b/metadata/fr.xtof54.scrabble.yml
@@ -5,10 +5,10 @@ SourceCode: https://github.com/cerisara/Scrabble
AutoName: scrabble
Description: |-
- Scrabble en Francais pour jouer seul.
+ Scrabble en Francais pour jouer seul.
- * Inclut un dictionnaire des mots autorises
- * Inclut 20 tirages presets pour essayer de faire le meilleur score et se comparer à d'autres
+ * Inclut un dictionnaire des mots autorises
+ * Inclut 20 tirages presets pour essayer de faire le meilleur score et se comparer à d'autres
RepoType: git
Repo: https://github.com/cerisara/Scrabble
diff --git a/metadata/fr.ybo.transportsbordeaux.yml b/metadata/fr.ybo.transportsbordeaux.yml
index 426092cb0e..95d539b056 100644
--- a/metadata/fr.ybo.transportsbordeaux.yml
+++ b/metadata/fr.ybo.transportsbordeaux.yml
@@ -8,28 +8,28 @@ IssueTracker: https://github.com/ybonnel/TransportsRennes/issues
AutoName: Transports Bordeaux
Description: |-
- Transports Bordeaux provides quick access to information about public
- transportation of the city of Bordeaux, France and its sprawl.
+ Transports Bordeaux provides quick access to information about public
+ transportation of the city of Bordeaux, France and its sprawl.
- Un accès rapide aux données des transports de Bordeaux dans votre poche:
+ Un accès rapide aux données des transports de Bordeaux dans votre poche:
- * Horaires de Bus et de Tram avec géo-localisation,
- * Arrêts de Bus à proximité,
- * Widgets pour permettre l'accès rapide aux horaires.
- * Vélos disponibles dans les stations VCUB.
- * Stations VCUB à proximité.
- * Gestion des arrêts de Bus favoris.
- * Gestion des stations de Velo favorites.
- * Disponibilité des parkings.
- * Perturbations et compte Twitter @tbc.
+ * Horaires de Bus et de Tram avec géo-localisation,
+ * Arrêts de Bus à proximité,
+ * Widgets pour permettre l'accès rapide aux horaires.
+ * Vélos disponibles dans les stations VCUB.
+ * Stations VCUB à proximité.
+ * Gestion des arrêts de Bus favoris.
+ * Gestion des stations de Velo favorites.
+ * Disponibilité des parkings.
+ * Perturbations et compte Twitter @tbc.
- Si vous déplacez l'application sur la SD CARD, le widget ne sera plus accessible
- (problème Android).
+ Si vous déplacez l'application sur la SD CARD, le widget ne sera plus accessible
+ (problème Android).
- Les cartes Google n'existent pas dans cettes versions ci; pourtant on peut voir
- la position d'une situation avec une appli cartographique comme
- https://f-droid.org/packages/com.robert.maps ou https://f-droid.org/packages/net.osmand.plus. Une dépendance vers de la code
- publicitaire a été supprimé.
+ Les cartes Google n'existent pas dans cettes versions ci; pourtant on peut voir
+ la position d'une situation avec une appli cartographique comme
+ https://f-droid.org/packages/com.robert.maps ou https://f-droid.org/packages/net.osmand.plus. Une dépendance vers de la code
+ publicitaire a été supprimé.
RepoType: srclib
Repo: TransportsRennes
@@ -554,9 +554,9 @@ Builds:
prebuild: cp -R $$MobAdMob$$/src/com/ src/
MaintainerNotes: |-
- Replace jar files! (see fr.ybo.transportsrennes)
+ Replace jar files! (see fr.ybo.transportsrennes)
- pushd $$OpenTripPlaner$$ && mvn install && popd
+ pushd $$OpenTripPlaner$$ && mvn install && popd
AutoUpdateMode: None
UpdateCheckMode: Tags ^TB_noGoogleMap
diff --git a/metadata/fr.ybo.transportsrennes.yml b/metadata/fr.ybo.transportsrennes.yml
index 6f77d28298..7c61792e00 100644
--- a/metadata/fr.ybo.transportsrennes.yml
+++ b/metadata/fr.ybo.transportsrennes.yml
@@ -8,24 +8,24 @@ IssueTracker: https://github.com/ybonnel/TransportsRennes/issues
AutoName: Transports Rennes
Description: |-
- Transports Rennes provides quick access to information about public
- transportation of the city of Rennes, France and its sprawl. Information comes
- from the open data initiative by Keolis Rennes, the company running Rennes'
- public transportation system.
+ Transports Rennes provides quick access to information about public
+ transportation of the city of Rennes, France and its sprawl. Information comes
+ from the open data initiative by Keolis Rennes, the company running Rennes'
+ public transportation system.
- Features:
+ Features:
- * Bus and metro schedule (widget available for even faster access)
- * Bus/metro itinerary computation
- * Nearby bus stops and “LE vélo STAR” bikesharing stations
- * Number of available bikes in “LE vélo STAR” stations
- * Favorite bus stops, metro and bikesharing stations management
- * Available parking space in park-and-ride facilities
- * Disruption of service alerts and Twitter stream (@starbusmetro)
+ * Bus and metro schedule (widget available for even faster access)
+ * Bus/metro itinerary computation
+ * Nearby bus stops and “LE vélo STAR” bikesharing stations
+ * Number of available bikes in “LE vélo STAR” stations
+ * Favorite bus stops, metro and bikesharing stations management
+ * Available parking space in park-and-ride facilities
+ * Disruption of service alerts and Twitter stream (@starbusmetro)
- Google Maps are disabled in these builds. You can see the location of a
- situation with a cartographic app such as https://f-droid.org/packages/com.robert.maps or
- https://f-droid.org/packages/net.osmand.plus though. Proprietary libraries have been removed.
+ Google Maps are disabled in these builds. You can see the location of a
+ situation with a cartographic app such as https://f-droid.org/packages/com.robert.maps or
+ https://f-droid.org/packages/net.osmand.plus though. Proprietary libraries have been removed.
RepoType: srclib
Repo: TransportsRennes
diff --git a/metadata/free.rm.netcfgwidget.yml b/metadata/free.rm.netcfgwidget.yml
index 5c485c993b..0f8cfc863d 100644
--- a/metadata/free.rm.netcfgwidget.yml
+++ b/metadata/free.rm.netcfgwidget.yml
@@ -7,8 +7,8 @@ Changelog: https://github.com/ram-on/NetcfgWidget/releases
AutoName: Netcfg Widget
Description: |-
- An Android widget that displays IP addresses of all active network interfaces.
- This widget acts an interface to Android's netcfg command.
+ An Android widget that displays IP addresses of all active network interfaces.
+ This widget acts an interface to Android's netcfg command.
RepoType: git
Repo: https://github.com/ram-on/NetcfgWidget.git
diff --git a/metadata/free.rm.skytube.legacy.oss.yml b/metadata/free.rm.skytube.legacy.oss.yml
index 7e37f99180..6419356f78 100644
--- a/metadata/free.rm.skytube.legacy.oss.yml
+++ b/metadata/free.rm.skytube.legacy.oss.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Youtube.
+ NonFreeNet:
+ en-US: Depends on Youtube.
Categories:
- Internet
- Multimedia
diff --git a/metadata/free.rm.skytube.oss.yml b/metadata/free.rm.skytube.oss.yml
index a18b9bed48..39cb7f5d14 100644
--- a/metadata/free.rm.skytube.oss.yml
+++ b/metadata/free.rm.skytube.oss.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on Youtube.
+ NonFreeNet:
+ en-US: App depends on Youtube.
Categories:
- Internet
- Multimedia
diff --git a/metadata/free.yhc.feeder.yml b/metadata/free.yhc.feeder.yml
index de7058f5cf..4ccb53aef6 100644
--- a/metadata/free.yhc.feeder.yml
+++ b/metadata/free.yhc.feeder.yml
@@ -23,7 +23,7 @@ Builds:
- android/android-support-v4.jar
MaintainerNotes: Original license is BSD-2-Clause-FreeBSD, which was deprecated by
- FreeBSD itself
+ FreeBSD itself
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/free.yhc.netmbuddy.yml b/metadata/free.yhc.netmbuddy.yml
index 9860f14c85..ef8bbd027c 100644
--- a/metadata/free.yhc.netmbuddy.yml
+++ b/metadata/free.yhc.netmbuddy.yml
@@ -7,9 +7,9 @@ IssueTracker: https://github.com/yhcting/netmbuddy/issues
AutoName: NetMBuddy
Description: |-
- This basically a Youtube viewer but it's presented like a regular music player,
- allowing you to manage queues and playlists easily and play and pause audio in
- the background.
+ This basically a Youtube viewer but it's presented like a regular music player,
+ allowing you to manage queues and playlists easily and play and pause audio in
+ the background.
RepoType: git
Repo: https://github.com/yhcting/netmbuddy.git
@@ -39,9 +39,9 @@ Builds:
forcevercode: true
MaintainerNotes: |-
- Upstream does not publish complete gradle build files, so we try to compensate. Also,
- upstream decided to force-push to the repo, so 1.2.13 doesnt exist anymore. 1.2.14 (32)
- is actually 1.2.12 (30) by upstream...
+ Upstream does not publish complete gradle build files, so we try to compensate. Also,
+ upstream decided to force-push to the repo, so 1.2.13 doesnt exist anymore. 1.2.14 (32)
+ is actually 1.2.12 (30) by upstream...
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/freemap.opentrail.yml b/metadata/freemap.opentrail.yml
index ef17694d43..2191d8dc66 100644
--- a/metadata/freemap.opentrail.yml
+++ b/metadata/freemap.opentrail.yml
@@ -10,21 +10,21 @@ Changelog: https://gitlab.com/nickw1/opentrail/tags
AutoName: OpenTrail
Description: |-
- OpenStreetMap-based Android app for UK walkers and other countryside users,
- highlighting rights of way and showing contours from OS OpenData. Allows
- both online and offline use. In addition to navigation, walkers may share
- and download footpath issues (blockages, directions etc) and walking
- routes.
+ OpenStreetMap-based Android app for UK walkers and other countryside users,
+ highlighting rights of way and showing contours from OS OpenData. Allows
+ both online and offline use. In addition to navigation, walkers may share
+ and download footpath issues (blockages, directions etc) and walking
+ routes.
- Antifeatures:
- * NonFreeNet: The map data is OpenStreetMap-derived but it is downloaded
- from the Freemap server. OpenTrail does not currently send any personal
- information (such as your Google login) to the Freemap server. All data sent
- is completely anonymous. Location tracking (GPS) is used to find your
- location and to download nearby points of interest from the server. Server
- requests (to find all points of interest close to a given GPS location) are
- logged using standard server (Apache) logging; however they are not
- associated with a username or name.
+ Antifeatures:
+ * NonFreeNet: The map data is OpenStreetMap-derived but it is downloaded
+ from the Freemap server. OpenTrail does not currently send any personal
+ information (such as your Google login) to the Freemap server. All data sent
+ is completely anonymous. Location tracking (GPS) is used to find your
+ location and to download nearby points of interest from the server. Server
+ requests (to find all points of interest close to a given GPS location) are
+ logged using standard server (Apache) logging; however they are not
+ associated with a username or name.
RepoType: git
Repo: https://gitlab.com/nickw1/opentrail.git
@@ -43,7 +43,7 @@ Builds:
- JCoord@328e75a8d44d9f6a13205994d3b9d3fd50f68867
- javaproj@b2167fa5aa64dce82867f7d96ac1462a4212c9df
prebuild: echo -e "\nproject(':andromaps').projectDir = new File('./app/$$andromaps$$/app/')"
- >> ../settings.gradle
+ >> ../settings.gradle
build:
- pushd $$freemaplib$$
- mvn install
diff --git a/metadata/friimaind.piholedroid.yml b/metadata/friimaind.piholedroid.yml
index 977bc1c1af..66c7f99f50 100644
--- a/metadata/friimaind.piholedroid.yml
+++ b/metadata/friimaind.piholedroid.yml
@@ -6,7 +6,7 @@ IssueTracker: https://github.com/friimaind/pi-hole-droid/issues
AutoName: Pi-hole Droid
Description: Pi-hole Droid makes use of Pi-hole API to obtain all the data. The credentials
- is locally stored on your device through localStorage.
+ is locally stored on your device through localStorage.
RepoType: git
Repo: https://github.com/friimaind/pi-hole-droid
diff --git a/metadata/ga.testapp.testapp.yml b/metadata/ga.testapp.testapp.yml
index ea9b9168a3..b5e3d9aa52 100644
--- a/metadata/ga.testapp.testapp.yml
+++ b/metadata/ga.testapp.testapp.yml
@@ -19,7 +19,7 @@ Builds:
srclibs:
- flutter@v1.10.14
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
@@ -32,7 +32,7 @@ Builds:
srclibs:
- flutter@v1.10.14
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
@@ -45,7 +45,7 @@ Builds:
srclibs:
- flutter@v1.12.13+hotfix.7
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
@@ -58,7 +58,7 @@ Builds:
srclibs:
- flutter@v1.12.13+hotfix.7
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
@@ -71,7 +71,7 @@ Builds:
srclibs:
- flutter@1.17.0-dev.0.0
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
@@ -84,7 +84,7 @@ Builds:
srclibs:
- flutter@1.17.3
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
@@ -97,7 +97,7 @@ Builds:
srclibs:
- flutter@1.22.6
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
scanignore:
- assets/messages/network-error
build:
diff --git a/metadata/geddit.buzl.uk.yml b/metadata/geddit.buzl.uk.yml
index f38c9909ea..d55bf7000e 100644
--- a/metadata/geddit.buzl.uk.yml
+++ b/metadata/geddit.buzl.uk.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on Reddit.
+ NonFreeNet:
+ en-US: App depends on Reddit.
Categories:
- Internet
- Multimedia
diff --git a/metadata/genius.mohammad.floating.stickies.yml b/metadata/genius.mohammad.floating.stickies.yml
index c6417a2635..c4ef17470b 100644
--- a/metadata/genius.mohammad.floating.stickies.yml
+++ b/metadata/genius.mohammad.floating.stickies.yml
@@ -5,12 +5,12 @@ SourceCode: https://github.com/MohammadAdib/FloatingStickies
AutoName: Floating Stickies
Description: |-
- * Dock to the side & resize
- * Copy/Paste/Share
- * Smooth fun animations & colors
- * Save the state of the stickies
- * Simple & Clean look
- * Stickies are auto-saved
+ * Dock to the side & resize
+ * Copy/Paste/Share
+ * Smooth fun animations & colors
+ * Save the state of the stickies
+ * Simple & Clean look
+ * Stickies are auto-saved
Builds:
- versionName: '27.0'
diff --git a/metadata/gg.mw.passera.yml b/metadata/gg.mw.passera.yml
index 5bcfde7bd3..622631e6cd 100644
--- a/metadata/gg.mw.passera.yml
+++ b/metadata/gg.mw.passera.yml
@@ -7,17 +7,17 @@ IssueTracker: https://github.com/mwgg/passera/issues
AutoName: Passera
Description: |-
- Simple tool that allows users to have strong unique passwords for each website,
- without the need to store them either locally or with an online service.
+ Simple tool that allows users to have strong unique passwords for each website,
+ without the need to store them either locally or with an online service.
- Passera turns any entered text into a strong password up to 64 characters long
- and copies it to clipboard. Figure out a decent system for yourself that will
- allow unique passphases for every website, such as combining website name/url
- with a phrase that you would not forget. To login, fire up Passera and enter the
- password you chose and your real password will be copied to clipboard.
+ Passera turns any entered text into a strong password up to 64 characters long
+ and copies it to clipboard. Figure out a decent system for yourself that will
+ allow unique passphases for every website, such as combining website name/url
+ with a phrase that you would not forget. To login, fire up Passera and enter the
+ password you chose and your real password will be copied to clipboard.
- Note: This project has been marked discontinued on 2018-03-13, and its
- Github repo has been archived (made read-only).
+ Note: This project has been marked discontinued on 2018-03-13, and its
+ Github repo has been archived (made read-only).
RepoType: git
Repo: https://github.com/mwgg/passera
diff --git a/metadata/gh.cloneconf.apkpurer.yml b/metadata/gh.cloneconf.apkpurer.yml
index 2226b35695..26e34fff97 100644
--- a/metadata/gh.cloneconf.apkpurer.yml
+++ b/metadata/gh.cloneconf.apkpurer.yml
@@ -72,7 +72,7 @@ Builds:
- yes
MaintainerNotes: Developer overwrote upstream repo with a single broken "Endgame"
- commit.
+ commit.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/gh.cloneconf.ardicter.yml b/metadata/gh.cloneconf.ardicter.yml
index 3c95f3aa52..84737568df 100644
--- a/metadata/gh.cloneconf.ardicter.yml
+++ b/metadata/gh.cloneconf.ardicter.yml
@@ -50,7 +50,7 @@ Builds:
- yes
MaintainerNotes: Developer overwrote upstream repo with a single broken "Endgame"
- commit.
+ commit.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/gh.cloneconf.nedium.yml b/metadata/gh.cloneconf.nedium.yml
index 18ac713b1a..8194b37186 100644
--- a/metadata/gh.cloneconf.nedium.yml
+++ b/metadata/gh.cloneconf.nedium.yml
@@ -97,7 +97,7 @@ Builds:
- $$flutter$$/bin/flutter build apk --release
MaintainerNotes: Developer overwrote upstream repo with a single broken "Endgame"
- commit.
+ commit.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/gingergan.com.tournament.yml b/metadata/gingergan.com.tournament.yml
index c68215cb64..cd0a127ce7 100644
--- a/metadata/gingergan.com.tournament.yml
+++ b/metadata/gingergan.com.tournament.yml
@@ -6,20 +6,20 @@ SourceCode: https://github.com/JhilanAlkarawi/Swiss-Tournament
AutoName: Swiss Chess Tournament
Summary: Manage tournaments
Description: |-
- A Swiss system is common system to use when it is not feasible to play as many
- rounds as required in a round-robin tournament, the system is commonly used in
- chess, Go, bridge, eSports, Scrabble, squash.
+ A Swiss system is common system to use when it is not feasible to play as many
+ rounds as required in a round-robin tournament, the system is commonly used in
+ chess, Go, bridge, eSports, Scrabble, squash.
- Features:
+ Features:
- * archive tournaments
- * generate pairings and color assignments
- * break ties
- * handle Byes
- * one Bye for player per tournament
- * avoid rematch
+ * archive tournaments
+ * generate pairings and color assignments
+ * break ties
+ * handle Byes
+ * one Bye for player per tournament
+ * avoid rematch
- This app has been superseded by https://f-droid.org/packages/com.swiss.tournament.
+ This app has been superseded by https://f-droid.org/packages/com.swiss.tournament.
Builds:
- versionName: '1.0'
@@ -38,7 +38,7 @@ Builds:
- mv libs src/main/java/
MaintainerNotes: Switch to UCM:RepoManifest when https://github.com/JhilanAlkarawi/Swiss-Tournament/issues/1
- is fixed.
+ is fixed.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/giraffine.dimmer.yml b/metadata/giraffine.dimmer.yml
index 28725b3c0e..1cc7a66390 100644
--- a/metadata/giraffine.dimmer.yml
+++ b/metadata/giraffine.dimmer.yml
@@ -6,21 +6,21 @@ IssueTracker: https://github.com/giraffine/Android-Project/issues
AutoName: Dimmer
Description: |-
- Lower the brightness beyond the limit through a filter.
+ Lower the brightness beyond the limit through a filter.
- Protect your eyes in dark environment.
+ Protect your eyes in dark environment.
- Lower screen light.
+ Lower screen light.
- Simple, Intuitive, Useful.
+ Simple, Intuitive, Useful.
- Features:
+ Features:
- * Quickly control in notification.
- * Automatically dim and brighten as environment.
- * One click icon to switch dim and bright.
- * Auto launch at the specific time.
- * Support color filter.
+ * Quickly control in notification.
+ * Automatically dim and brighten as environment.
+ * One click icon to switch dim and bright.
+ * Auto launch at the specific time.
+ * Support color filter.
RepoType: git
Repo: https://github.com/giraffine/Android-Project
diff --git a/metadata/git.rrgb.kinolog.yml b/metadata/git.rrgb.kinolog.yml
index aa5c860c9a..ba2fd45722 100644
--- a/metadata/git.rrgb.kinolog.yml
+++ b/metadata/git.rrgb.kinolog.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: The app depends on themoviedb.org.
+ NonFreeNet:
+ en-US: The app depends on themoviedb.org.
Categories:
- Multimedia
- Writing
@@ -11,8 +11,8 @@ IssueTracker: https://gitlab.com/rrgb/kinolog/issues
AutoName: Kinolog
Description: |-
- Search for films with tmdb.org API. Save them to
- your local database. Add review and rating to watched films.
+ Search for films with tmdb.org API. Save them to
+ your local database. Add review and rating to watched films.
RepoType: git
Repo: https://gitlab.com/rrgb/kinolog.git
diff --git a/metadata/github.daneren2005.dsub.yml b/metadata/github.daneren2005.dsub.yml
index 14a0eecf20..eadb9e57ba 100644
--- a/metadata/github.daneren2005.dsub.yml
+++ b/metadata/github.daneren2005.dsub.yml
@@ -8,29 +8,29 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=5GUMY7ZLZR
AutoName: DSub
Description: |-
- Connect to your Subsonic server and listen to your music wherever you go. Songs
- are cached for playback to save on your mobile bandwidth and to make them
- available when you have no connection at all.
+ Connect to your Subsonic server and listen to your music wherever you go. Songs
+ are cached for playback to save on your mobile bandwidth and to make them
+ available when you have no connection at all.
- * Lockscreen controls (ICS+)
- * Gapless Playback (JB+)
- * Notification prev/pause/next buttons
- * Quick add/remove songs to playlist
- * Pause playback when other apps request audio focus (navigation, etc)
- * Option to gather logs and send them via email for newer versions of Android
- * Drag and drop songs to rearrange your playlist on the Now Playing tab
- * User defined Cache Size, Network Timeout, and Buffer Length
+ * Lockscreen controls (ICS+)
+ * Gapless Playback (JB+)
+ * Notification prev/pause/next buttons
+ * Quick add/remove songs to playlist
+ * Pause playback when other apps request audio focus (navigation, etc)
+ * Option to gather logs and send them via email for newer versions of Android
+ * Drag and drop songs to rearrange your playlist on the Now Playing tab
+ * User defined Cache Size, Network Timeout, and Buffer Length
- Subsonic is a cross-platform FOSS media server that's capable of indexing very
- large media collections. The server can transcode if necessary so that the app
- can play files that your device may not normally support.
+ Subsonic is a cross-platform FOSS media server that's capable of indexing very
+ large media collections. The server can transcode if necessary so that the app
+ can play files that your device may not normally support.
- The app is set up to access a demo server on the internet for trying it out. In
- order to use this app with your own Subsonic server beyond a trial period, a key
- must be obtained by making a donation. (A key isn't required to use the
- Supersonic variant.)
+ The app is set up to access a demo server on the internet for trying it out. In
+ order to use this app with your own Subsonic server beyond a trial period, a key
+ must be obtained by making a donation. (A key isn't required to use the
+ Supersonic variant.)
- Recent versions of this app depend on the non-free Google Play Services library.
+ Recent versions of this app depend on the non-free Google Play Services library.
RepoType: git
Repo: https://github.com/daneren2005/Subsonic.git
@@ -234,12 +234,12 @@ Builds:
- mv $$kryo$$/target/kryo-2.21.1.jar libs
MaintainerNotes: |-
- DSub 5.4.1 has a vulnerability: https://www.cvedetails.com/cve/CVE-2018-1000664/
+ DSub 5.4.1 has a vulnerability: https://www.cvedetails.com/cve/CVE-2018-1000664/
- Check whether it's fixed before adding a new version. If not, add a KnownVuln
- antifeature.
+ Check whether it's fixed before adding a new version. If not, add a KnownVuln
+ antifeature.
- kryo-2.21 is available in MavenCentral but includes some dependencies causing conflict.
+ kryo-2.21 is available in MavenCentral but includes some dependencies causing conflict.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/github.vatsal.easyweatherdemo.yml b/metadata/github.vatsal.easyweatherdemo.yml
index 0842f6cb2c..4d594d36f7 100644
--- a/metadata/github.vatsal.easyweatherdemo.yml
+++ b/metadata/github.vatsal.easyweatherdemo.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: OpenWeatherMap itself is not libre.
+ NonFreeNet:
+ en-US: OpenWeatherMap itself is not libre.
Categories:
- Internet
License: Apache-2.0
diff --git a/metadata/github.yaa110.memento.yml b/metadata/github.yaa110.memento.yml
index 8a879c1d72..5a54d2d78e 100644
--- a/metadata/github.yaa110.memento.yml
+++ b/metadata/github.yaa110.memento.yml
@@ -7,15 +7,15 @@ Changelog: https://github.com/yaa110/Memento/releases
AutoName: Memento
Description: |-
- Simple note taking supporting colorized categories, rich text input and
- pictures.
+ Simple note taking supporting colorized categories, rich text input and
+ pictures.
- Features:
+ Features:
- * Create categories with different theme colors
- * Take simple notes and make text bold or italicized
- * Take drawing notes
- * Backup and restore notes
+ * Create categories with different theme colors
+ * Take simple notes and make text bold or italicized
+ * Take drawing notes
+ * Backup and restore notes
RepoType: git
Repo: https://github.com/yaa110/Memento
diff --git a/metadata/github.yaa110.piclice.yml b/metadata/github.yaa110.piclice.yml
index 2b717a9056..7f9284ee86 100644
--- a/metadata/github.yaa110.piclice.yml
+++ b/metadata/github.yaa110.piclice.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/yaa110/Piclice/issues
AutoName: Piclice
Description: |-
- Practical tool which helps users to slice and share their pictures.
+ Practical tool which helps users to slice and share their pictures.
- * Displaying all pictures of system Gallery
- * Slicing and resizing pictures
- * Sharing all slices at once
- * Concurrent optimization
+ * Displaying all pictures of system Gallery
+ * Slicing and resizing pictures
+ * Sharing all slices at once
+ * Concurrent optimization
RepoType: git
Repo: https://github.com/yaa110/Piclice
diff --git a/metadata/godau.fynn.bandcampdirect.yml b/metadata/godau.fynn.bandcampdirect.yml
index 8bba50deb0..2702488ae2 100644
--- a/metadata/godau.fynn.bandcampdirect.yml
+++ b/metadata/godau.fynn.bandcampdirect.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Bandcamp itself is not libre.
+ NonFreeNet:
+ en-US: Bandcamp itself is not libre.
Categories:
- Internet
- Multimedia
diff --git a/metadata/gov.anzong.androidnga.yml b/metadata/gov.anzong.androidnga.yml
index e8e801abac..6d09422271 100644
--- a/metadata/gov.anzong.androidnga.yml
+++ b/metadata/gov.anzong.androidnga.yml
@@ -12,23 +12,23 @@ IssueTracker: https://github.com/Justwen/NGA-CLIENT-VER-OPEN-SOURCE/issues
AutoName: NGA客户端开源版
Description: |-
- An FOSS client for National Gay Alliance forum.
+ An FOSS client for National Gay Alliance forum.
- This APP is based on the open source with GNU GPL v2 license published by grpubr@gmail.com
- at https://code.google.com/p/ngacnphone/, and as they said they stoped update their
- project at the revision of 580, we start to take over the project, we fork the
- project to github
- and still use GNU GPL v2 as our code license, you can see the README.md file on
- our github site that shows this APP in Google Play is completely compile with our
- codes. This APP use the open APIs of the forum "Nation Geography of Azeroth" which
- are opened to everyone as the thread said http://bbs.ngacn.cc/read.php?tid=6406100,
- users just need to login as they did on the PC site, and the APIs use cookie to
- authorization users, if the user login with our APP, they should have the rights
- to get all data from the APIs. and those APIs also used in many different places
- such as the forum's PC and mobile site, other developers' APPs and so on. We state
- we have not violated the legitimate rights of the forum "Nation Geography of Azeroth",
- our APP is free and does not contain advertising, our code is based on a open source
- project and is also opend in github.
+ This APP is based on the open source with GNU GPL v2 license published by grpubr@gmail.com
+ at https://code.google.com/p/ngacnphone/, and as they said they stoped update their
+ project at the revision of 580, we start to take over the project, we fork the
+ project to github
+ and still use GNU GPL v2 as our code license, you can see the README.md file on
+ our github site that shows this APP in Google Play is completely compile with our
+ codes. This APP use the open APIs of the forum "Nation Geography of Azeroth" which
+ are opened to everyone as the thread said http://bbs.ngacn.cc/read.php?tid=6406100,
+ users just need to login as they did on the PC site, and the APIs use cookie to
+ authorization users, if the user login with our APP, they should have the rights
+ to get all data from the APIs. and those APIs also used in many different places
+ such as the forum's PC and mobile site, other developers' APPs and so on. We state
+ we have not violated the legitimate rights of the forum "Nation Geography of Azeroth",
+ our APP is free and does not contain advertising, our code is based on a open source
+ project and is also opend in github.
RepoType: git
Repo: https://github.com/Justwen/NGA-CLIENT-VER-OPEN-SOURCE
diff --git a/metadata/gq.nulldev.animeopenings.app.yml b/metadata/gq.nulldev.animeopenings.app.yml
index 1c1b43a04d..a9a6c8ceab 100644
--- a/metadata/gq.nulldev.animeopenings.app.yml
+++ b/metadata/gq.nulldev.animeopenings.app.yml
@@ -10,17 +10,17 @@ Changelog: https://github.com/null-dev/animeopenings-android/releases
AutoName: Anime Openings
Description: |-
- Anime Openings streams random anime openings and endings directly to your phone.
- (Openings and endings provided by openings.moe)
+ Anime Openings streams random anime openings and endings directly to your phone.
+ (Openings and endings provided by openings.moe)
- Features:
+ Features:
- * Random openings and endings
- * Configurable options
- * Gesture based controls
- * Notification controls
- * Subtitle support
- * Background/screen-off playing
+ * Random openings and endings
+ * Configurable options
+ * Gesture based controls
+ * Notification controls
+ * Subtitle support
+ * Background/screen-off playing
RepoType: git
Repo: https://github.com/null-dev/animeopenings-android.git
diff --git a/metadata/gr.ndre.scuttloid.yml b/metadata/gr.ndre.scuttloid.yml
index 05a07886ae..9ce62aa054 100644
--- a/metadata/gr.ndre.scuttloid.yml
+++ b/metadata/gr.ndre.scuttloid.yml
@@ -7,12 +7,12 @@ Changelog: https://github.com/ilesinge/scuttloid/blob/HEAD/CHANGELOG.md
AutoName: Scuttloid
Description: |-
- Scuttloid is a client for managing your bookmarks that are stored on a
- Semantic Scuttle server. It
- allows to list/search your personal bookmarks, add and edit existing bookmarks,
- and share them to other applications.
+ Scuttloid is a client for managing your bookmarks that are stored on a
+ Semantic Scuttle server. It
+ allows to list/search your personal bookmarks, add and edit existing bookmarks,
+ and share them to other applications.
- Status: Beta.
+ Status: Beta.
RepoType: git
Repo: https://github.com/ilesinge/scuttloid.git
diff --git a/metadata/gr.ratmole.android.Mach3Pendant.yml b/metadata/gr.ratmole.android.Mach3Pendant.yml
index d88638e9d0..eed1eb9fb4 100644
--- a/metadata/gr.ratmole.android.Mach3Pendant.yml
+++ b/metadata/gr.ratmole.android.Mach3Pendant.yml
@@ -7,9 +7,9 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JG8
AutoName: Mach3Pendant
Description: |-
- Allows you to interact with a
- package to control your Mach3 CNC software via WiFi.
+ Allows you to interact with a
+ package to control your Mach3 CNC software via WiFi.
RepoType: git
Repo: https://github.com/ratmole/Mach3Pendant
diff --git a/metadata/groomiac.crocodilenote.yml b/metadata/groomiac.crocodilenote.yml
index c4989b2040..4da1d863dc 100644
--- a/metadata/groomiac.crocodilenote.yml
+++ b/metadata/groomiac.crocodilenote.yml
@@ -10,22 +10,22 @@ IssueTracker: https://github.com/Groomiac/crocodilenote/issues
AutoName: CrocodileNote
Description: |-
- Take simple text notes. You can put them into folders to create your own quick,
- easy and robust file structure. There are two modes supported, plain and
- encryption.
+ Take simple text notes. You can put them into folders to create your own quick,
+ easy and robust file structure. There are two modes supported, plain and
+ encryption.
- In encryption mode all data is encrypted using password-based encryption
- (PKCS#5) with AES-256. These are common industry standards and used by, e.g.,
- the famous TrueCrypt disk encryption.
+ In encryption mode all data is encrypted using password-based encryption
+ (PKCS#5) with AES-256. These are common industry standards and used by, e.g.,
+ the famous TrueCrypt disk encryption.
- In plain mode you can view and copy folders directly via PC from your internal
- SD card. Use encryption if you want to protect your data and your privacy!
+ In plain mode you can view and copy folders directly via PC from your internal
+ SD card. Use encryption if you want to protect your data and your privacy!
- Further features:
+ Further features:
- * Export to ZIP for backup
- * Linkify notes in case you store e-mail addresses, Internet addresses/URLs or phone numbers
- * Auto-logout switch for 30 minutes (encryption mode only)
+ * Export to ZIP for backup
+ * Linkify notes in case you store e-mail addresses, Internet addresses/URLs or phone numbers
+ * Auto-logout switch for 30 minutes (encryption mode only)
RepoType: git
Repo: https://github.com/Groomiac/crocodilenote/
diff --git a/metadata/hashengineering.darkcoin.wallet.yml b/metadata/hashengineering.darkcoin.wallet.yml
index fec9e5a49e..32c8c5604a 100644
--- a/metadata/hashengineering.darkcoin.wallet.yml
+++ b/metadata/hashengineering.darkcoin.wallet.yml
@@ -13,36 +13,36 @@ Changelog: https://raw.github.com/HashEngineeringSolutions/dash-wallet/HEAD/wall
AutoName: Dash Wallet
Description: |-
- Note: This is a fork of https://github.com/dashpay/dash-wallet build only from FOSS components.
+ Note: This is a fork of https://github.com/dashpay/dash-wallet build only from FOSS components.
- Have your Dash always with you, in your pocket! You pay by quickly scanning a QR
- code. As a merchant, you receive payments reliably and instantly. Dash Wallet is
- the first mobile Dash app, and arguably also the most secure!
+ Have your Dash always with you, in your pocket! You pay by quickly scanning a QR
+ code. As a merchant, you receive payments reliably and instantly. Dash Wallet is
+ the first mobile Dash app, and arguably also the most secure!
- FEATURES
+ FEATURES
- * No registration, web service or cloud needed! This wallet is de-centralized and peer to peer.
- * Display of Dash amount in DASH, mDASH and µDASH.
- * Conversion to and from national currencies.
- * Sending and receiving of Dash via NFC, QR codes or Dash URLs.
- * Address book for regularly used Dash addresses.
- * When you're offline, you can still pay via Bluetooth.
- * System notification for received coins.
- * Sweeping of paper wallets (e.g. those used for cold storage).
- * App widget for Dash balance.
+ * No registration, web service or cloud needed! This wallet is de-centralized and peer to peer.
+ * Display of Dash amount in DASH, mDASH and µDASH.
+ * Conversion to and from national currencies.
+ * Sending and receiving of Dash via NFC, QR codes or Dash URLs.
+ * Address book for regularly used Dash addresses.
+ * When you're offline, you can still pay via Bluetooth.
+ * System notification for received coins.
+ * Sweeping of paper wallets (e.g. those used for cold storage).
+ * App widget for Dash balance.
- CONTRIBUTE
+ CONTRIBUTE
- All translations are managed via Transifex:
- https://www.transifex.com/dash/dash-wallet/
+ All translations are managed via Transifex:
+ https://www.transifex.com/dash/dash-wallet/
- You can find more about Dash at https://www.dash.org/.
+ You can find more about Dash at https://www.dash.org/.
- TESTIMONIALS
+ TESTIMONIALS
- * A recommended mobile wallet by https://www.dash.org
+ * A recommended mobile wallet by https://www.dash.org
- Use at your own risk!
+ Use at your own risk!
RepoType: git
Repo: https://github.com/HashEngineeringSolutions/dash-wallet.git
diff --git a/metadata/hashengineering.groestlcoin.wallet.yml b/metadata/hashengineering.groestlcoin.wallet.yml
index 853162b4b0..e31bb22185 100644
--- a/metadata/hashengineering.groestlcoin.wallet.yml
+++ b/metadata/hashengineering.groestlcoin.wallet.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on several non-libre services, e.g. Binance, Coingecko.
+ NonFreeNet:
+ en-US: Depends on several non-libre services, e.g. Binance, Coingecko.
Categories:
- Money
License: GPL-3.0-only
@@ -13,24 +13,24 @@ Bitcoin: 3BCeMXVny1HbDc4NK64UZs9oFjKZdajBfx
Name: Groestlcoin Wallet
AutoName: Groestlcoin Wallet TestNet
Description: |-
- Have your Groestlcoins always with you, in your pocket! You pay by quickly scanning
- a QR code. As a merchant, you receive payments reliably and instantly. Groestlcoin
- Wallet is the first mobile Groestlcoin app, and arguably also the most secure!
+ Have your Groestlcoins always with you, in your pocket! You pay by quickly scanning
+ a QR code. As a merchant, you receive payments reliably and instantly. Groestlcoin
+ Wallet is the first mobile Groestlcoin app, and arguably also the most secure!
- * No registration, web service or cloud needed! This wallet is de-centralized and peer to peer.
- * Display of Groestlcoin amount in GRS, mGRS and µGRS.
- * Conversion to and from national currencies.
- * Sending and receiving of Groestlcoin via NFC, QR codes or Groestlcoin URLs.
- * Address book for regularly used Groestlcoin addresses.
- * When you're offline, you can still pay via Bluetooth.
- * System notification for received coins.
- * Sweeping of paper wallets (e.g. those used for cold storage).
- * App widget for Groestlcoin balance.
+ * No registration, web service or cloud needed! This wallet is de-centralized and peer to peer.
+ * Display of Groestlcoin amount in GRS, mGRS and µGRS.
+ * Conversion to and from national currencies.
+ * Sending and receiving of Groestlcoin via NFC, QR codes or Groestlcoin URLs.
+ * Address book for regularly used Groestlcoin addresses.
+ * When you're offline, you can still pay via Bluetooth.
+ * System notification for received coins.
+ * Sweeping of paper wallets (e.g. those used for cold storage).
+ * App widget for Groestlcoin balance.
- See the
- README for more details. Use this at your own risk and be wary that if you
- don't make a backup of the private keys you will no longer be able to access the
- Groestlcoins contained in the wallet, should the data of the app be lost.
+ See the
+ README for more details. Use this at your own risk and be wary that if you
+ don't make a backup of the private keys you will no longer be able to access the
+ Groestlcoins contained in the wallet, should the data of the app be lost.
RepoType: git
Repo: https://github.com/Groestlcoin/groestlcoin-wallet.git
diff --git a/metadata/hashengineering.groestlcoin.wallet_test.yml b/metadata/hashengineering.groestlcoin.wallet_test.yml
index 5b748d39c7..393e6f16df 100644
--- a/metadata/hashengineering.groestlcoin.wallet_test.yml
+++ b/metadata/hashengineering.groestlcoin.wallet_test.yml
@@ -11,24 +11,24 @@ Bitcoin: 3BCeMXVny1HbDc4NK64UZs9oFjKZdajBfx
AutoName: Groestlcoin Wallet TestNet
Description: |-
- Have your testnet Groestlcoins always with you, in your pocket! You pay by quickly scanning
- a QR code. As a merchant, you receive payments reliably and instantly. Groestlcoin
- Wallet is the first mobile testnet Groestlcoin app, and arguably also the most secure!
+ Have your testnet Groestlcoins always with you, in your pocket! You pay by quickly scanning
+ a QR code. As a merchant, you receive payments reliably and instantly. Groestlcoin
+ Wallet is the first mobile testnet Groestlcoin app, and arguably also the most secure!
- * No registration, web service or cloud needed! This wallet is de-centralized and peer to peer.
- * Display of testnet Groestlcoin amount in GRS, mGRS and µGRS.
- * Conversion to and from national currencies.
- * Sending and receiving of testnet Groestlcoin via NFC, QR codes or Groestlcoin URLs.
- * Address book for regularly used testnet Groestlcoin addresses.
- * When you're offline, you can still pay via Bluetooth.
- * System notification for received coins.
- * Sweeping of paper wallets (e.g. those used for cold storage).
- * App widget for Groestlcoin balance.
+ * No registration, web service or cloud needed! This wallet is de-centralized and peer to peer.
+ * Display of testnet Groestlcoin amount in GRS, mGRS and µGRS.
+ * Conversion to and from national currencies.
+ * Sending and receiving of testnet Groestlcoin via NFC, QR codes or Groestlcoin URLs.
+ * Address book for regularly used testnet Groestlcoin addresses.
+ * When you're offline, you can still pay via Bluetooth.
+ * System notification for received coins.
+ * Sweeping of paper wallets (e.g. those used for cold storage).
+ * App widget for Groestlcoin balance.
- See the
- README for more details. Use this at your own risk and be wary that if you
- don't make a backup of the private keys you will no longer be able to access the testnet
- Groestlcoins contained in the wallet, should the data of the app be lost.
+ See the
+ README for more details. Use this at your own risk and be wary that if you
+ don't make a backup of the private keys you will no longer be able to access the testnet
+ Groestlcoins contained in the wallet, should the data of the app be lost.
RepoType: git
Repo: https://github.com/Groestlcoin/groestlcoin-wallet.git
diff --git a/metadata/headrevision.BehatReporter.yml b/metadata/headrevision.BehatReporter.yml
index e56c2e7bda..81c4777c27 100644
--- a/metadata/headrevision.BehatReporter.yml
+++ b/metadata/headrevision.BehatReporter.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/headrevision/BehatReporter/issues
AutoName: Behat Reporter
Description: |-
- Show the output of the Behat server tool. See the source code page for
- requirements.
+ Show the output of the Behat server tool. See the source code page for
+ requirements.
RepoType: git
Repo: https://github.com/headrevision/BehatReporter.git
diff --git a/metadata/hk.words.wordshk.yml b/metadata/hk.words.wordshk.yml
index cf85d86539..9d1f7763a8 100644
--- a/metadata/hk.words.wordshk.yml
+++ b/metadata/hk.words.wordshk.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- NonFreeAssets:
- en-US: dictionary contents published by words.hk is copyrighted by Hong Kong
- Lexicography Limited
+ NonFreeAssets:
+ en-US: dictionary contents published by words.hk is copyrighted by Hong Kong Lexicography
+ Limited
Categories:
- Science & Education
License: MIT
diff --git a/metadata/home.jmstudios.calc.yml b/metadata/home.jmstudios.calc.yml
index a2ea0b5bf3..80e59808e3 100644
--- a/metadata/home.jmstudios.calc.yml
+++ b/metadata/home.jmstudios.calc.yml
@@ -38,9 +38,9 @@ Builds:
target: android-22
MaintainerNotes: |-
- Needs a better description!
+ Needs a better description!
- No tags.
+ No tags.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/horse.amazin.my.stratum0.statuswidget.yml b/metadata/horse.amazin.my.stratum0.statuswidget.yml
index 9fab8f4ccf..e9baa2efec 100644
--- a/metadata/horse.amazin.my.stratum0.statuswidget.yml
+++ b/metadata/horse.amazin.my.stratum0.statuswidget.yml
@@ -9,14 +9,14 @@ Changelog: https://github.com/Valodim/Stratum0Widget/releases
AutoName: Stratum 0 Widget
Description: |-
- This is a widget for viewing and managing the opening status of the Stratum 0
- Hackerspace. It's very good.
+ This is a widget for viewing and managing the opening status of the Stratum 0
+ Hackerspace. It's very good.
- Features:
+ Features:
- * Display status as widget
- * Manage status (open/close/inherit)
- * Open door using your authorized SSH key
+ * Display status as widget
+ * Manage status (open/close/inherit)
+ * Open door using your authorized SSH key
RepoType: git
Repo: https://github.com/Valodim/Stratum0Widget
diff --git a/metadata/host.stjin.anonaddy.yml b/metadata/host.stjin.anonaddy.yml
index 1c42b8dacf..456478c91e 100644
--- a/metadata/host.stjin.anonaddy.yml
+++ b/metadata/host.stjin.anonaddy.yml
@@ -405,7 +405,7 @@ Builds:
prebuild: sed -i -e '/app-wearos/d' ../settings.gradle.kts build.gradle.kts
MaintainerNotes: com/google/android/gms/wearable and com/google/android/gms/tasks/Task
- are stub classes.
+ are stub classes.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/hr.kravarscan.enchantedfortress.yml b/metadata/hr.kravarscan.enchantedfortress.yml
index 84494b833c..fddc118b2d 100644
--- a/metadata/hr.kravarscan.enchantedfortress.yml
+++ b/metadata/hr.kravarscan.enchantedfortress.yml
@@ -8,9 +8,9 @@ Donate: https://www.paypal.me/IvanKravarscan/5
AutoName: Enchanted Fortress
Description: |-
- A simple game inspired by Age of Castles. Distribute your population to farming,
- construction, guard duty and scholarship, survive demon invasion and find the
- way to banish them forever.
+ A simple game inspired by Age of Castles. Distribute your population to farming,
+ construction, guard duty and scholarship, survive demon invasion and find the
+ way to banish them forever.
RepoType: git
Repo: https://github.com/subchannel13/EnchantedFortress
diff --git a/metadata/hsware.HSTempo.yml b/metadata/hsware.HSTempo.yml
index ee09d1cb35..d610d435c9 100644
--- a/metadata/hsware.HSTempo.yml
+++ b/metadata/hsware.HSTempo.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/hsaito/hstempo_android/issues
AutoName: HSTempo
Description: |-
- Tempo Measurement is now possible with a simple utility that allows you to find
- BPMs of music or other sound sources. You tap to your tune and you will get the
- BPM.
+ Tempo Measurement is now possible with a simple utility that allows you to find
+ BPMs of music or other sound sources. You tap to your tune and you will get the
+ BPM.
RepoType: git
Repo: https://github.com/hsaito/hstempo_android.git
diff --git a/metadata/hu.tagsoft.ttorrent.search.yml b/metadata/hu.tagsoft.ttorrent.search.yml
index b096ae3d69..4c0a11f8a4 100644
--- a/metadata/hu.tagsoft.ttorrent.search.yml
+++ b/metadata/hu.tagsoft.ttorrent.search.yml
@@ -9,7 +9,7 @@ IssueTracker: https://gitlab.com/tagsoft/ttorrent-search/issues
AutoName: tTorrent search
Description: |
- Simple graphical interface for Transdroid search plugin, can be used as search app in tTorrent.
+ Simple graphical interface for Transdroid search plugin, can be used as search app in tTorrent.
RepoType: git
Repo: https://gitlab.com/tagsoft/ttorrent-search.git
diff --git a/metadata/hu.vsza.adsdroid.yml b/metadata/hu.vsza.adsdroid.yml
index e8c9597dfd..d82c09aed3 100644
--- a/metadata/hu.vsza.adsdroid.yml
+++ b/metadata/hu.vsza.adsdroid.yml
@@ -7,8 +7,8 @@ Changelog: https://github.com/dnet/adsdroid/releases
AutoName: ADSdroid
Description: |-
- Unofficial Android app for alldatasheet.com, allowing fast access to thousands
- of PDFs for specifications about electronic items
+ Unofficial Android app for alldatasheet.com, allowing fast access to thousands
+ of PDFs for specifications about electronic items
RepoType: git
Repo: https://github.com/dnet/adsdroid.git
diff --git a/metadata/i4nc4mp.myLock.yml b/metadata/i4nc4mp.myLock.yml
index 6ca257e61a..fc59dd9902 100644
--- a/metadata/i4nc4mp.myLock.yml
+++ b/metadata/i4nc4mp.myLock.yml
@@ -6,15 +6,15 @@ SourceCode: https://code.google.com/p/mylockforandroid/source
AutoName: myLock utilities
Description: |-
- Use myLock to enable quick unlock, incoming call options, and in-call
- touchscreen lock when using a slide-to-unlock lockscreen.
+ Use myLock to enable quick unlock, incoming call options, and in-call
+ touchscreen lock when using a slide-to-unlock lockscreen.
- Features:
+ Features:
- * Quick unlock
- * In-call touchscreen lock
- * Incoming call prompt
- * Optional myLock home secreen widget
+ * Quick unlock
+ * In-call touchscreen lock
+ * Incoming call prompt
+ * Optional myLock home secreen widget
Builds:
- versionName: '42'
diff --git a/metadata/idv.markkuo.ambitsync.yml b/metadata/idv.markkuo.ambitsync.yml
index f7009f5de2..0a51380dd8 100644
--- a/metadata/idv.markkuo.ambitsync.yml
+++ b/metadata/idv.markkuo.ambitsync.yml
@@ -8,23 +8,23 @@ IssueTracker: https://github.com/starryalley/AmbitSync/issues
AutoName: AmbitSync
Description: |-
- AmbitSync is an app to download sport logs (or "moves") from Suunto Ambit
- GPS watch and convert them to GPX file right on your Android device through the
- Ambit charging USB cable. No interaction with Movescount website is needed. It
- also supports Strava upload.
+ AmbitSync is an app to download sport logs (or "moves") from Suunto Ambit
+ GPS watch and convert them to GPX file right on your Android device through the
+ Ambit charging USB cable. No interaction with Movescount website is needed. It
+ also supports Strava upload.
- You will only need the Ambit USB cable and an OTG cable (Type-C or Micro-B to
- Type-A receptacle cable), connect your watch with the Ambit USB cable through
- the OTG cable to your Android device's USB port. Your device should support USB
- host mode or this won't work at all.
+ You will only need the Ambit USB cable and an OTG cable (Type-C or Micro-B to
+ Type-A receptacle cable), connect your watch with the Ambit USB cable through
+ the OTG cable to your Android device's USB port. Your device should support USB
+ host mode or this won't work at all.
- Note that this app requires network permission just for Strava upload. You may
- choose not to upload to Strava. The app does not communicate with Movescount at
- all.
+ Note that this app requires network permission just for Strava upload. You may
+ choose not to upload to Strava. The app does not communicate with Movescount at
+ all.
- Disclaimer: Although this app does "read-only" access from your Ambit
- watch, it does not guarantee 100% safe and functional. Also it is not proven to
- work on any Android devices + Ambit watch combinations.
+ Disclaimer: Although this app does "read-only" access from your Ambit
+ watch, it does not guarantee 100% safe and functional. Also it is not proven to
+ work on any Android devices + Ambit watch combinations.
RepoType: git
Repo: https://github.com/starryalley/AmbitSync.git
diff --git a/metadata/ie.equalit.ceno.yml b/metadata/ie.equalit.ceno.yml
index 0dfa5afdee..ce1001a536 100644
--- a/metadata/ie.equalit.ceno.yml
+++ b/metadata/ie.equalit.ceno.yml
@@ -265,36 +265,35 @@ Builds:
build: $$CenoBuild$$/build.sh
ndk: r21d
-MaintainerNotes: |4-
+MaintainerNotes: |-
+ Version code scheme:
+ CENO uses the same method as Mozilla for generating verisonCodes found in android_version_code.py
+ Read more about the values encoded in the version code here, https://github.com/mozilla/gecko-dev/blob/master/python/mozbuild/mozbuild/android_version_code.py#L38
+ For our purposes it is enough to know that the architecture is encoded in the second LSB, such that
+ * Example: 2015873545 = 0111 1000 0010 0111 1100 1010 0000 1001 = armeabi-v7a
+ * Example: 2015873547 = 0111 1000 0010 0111 1100 1010 0000 1011 = arm64-v8a
- Version code scheme:
- CENO uses the same method as Mozilla for generating verisonCodes found in android_version_code.py
- Read more about the values encoded in the version code here, https://github.com/mozilla/gecko-dev/blob/master/python/mozbuild/mozbuild/android_version_code.py#L38
- For our purposes it is enough to know that the architecture is encoded in the second LSB, such that
- * Example: 2015873545 = 0111 1000 0010 0111 1100 1010 0000 1001 = armeabi-v7a
- * Example: 2015873547 = 0111 1000 0010 0111 1100 1010 0000 1011 = arm64-v8a
+ Android Components version:
+ grep VERSION build/org.mozilla.fennec_fdroid/buildSrc/src/main/java/AndroidComponents.kt
- Android Components version:
- grep VERSION build/org.mozilla.fennec_fdroid/buildSrc/src/main/java/AndroidComponents.kt
+ Application Services, Glean and GeckoView versions:
+ grep 'mozilla_appservices =' build/srclib/MozAndroidComponents/buildSrc/src/main/java/Dependencies.kt
+ grep 'mozilla_glean =' build/srclib/MozAndroidComponents/buildSrc/src/main/java/Dependencies.kt
+ grep 'version =' build/srclib/MozAndroidComponents/buildSrc/src/main/java/Gecko.kt
- Application Services, Glean and GeckoView versions:
- grep 'mozilla_appservices =' build/srclib/MozAndroidComponents/buildSrc/src/main/java/Dependencies.kt
- grep 'mozilla_glean =' build/srclib/MozAndroidComponents/buildSrc/src/main/java/Dependencies.kt
- grep 'version =' build/srclib/MozAndroidComponents/buildSrc/src/main/java/Gecko.kt
+ Android Components (AS) version:
+ grep 'android_components_version =' build/srclib/MozAppServices/build.gradle
- Android Components (AS) version:
- grep 'android_components_version =' build/srclib/MozAppServices/build.gradle
+ Glean (AS) version:
+ grep 'mozilla_glean =' build/srclib/MozAndroidComponentsAS/buildSrc/src/main/java/Dependencies.kt
- Glean (AS) version:
- grep 'mozilla_glean =' build/srclib/MozAndroidComponentsAS/buildSrc/src/main/java/Dependencies.kt
+ Python:
+ * https://github.com/pyenv/pyenv/releases
+ * https://www.python.org/downloads/
- Python:
- * https://github.com/pyenv/pyenv/releases
- * https://www.python.org/downloads/
-
- Rust:
- * https://github.com/rust-lang/rustup/releases
- * https://www.rust-lang.org/
+ Rust:
+ * https://github.com/rust-lang/rustup/releases
+ * https://www.rust-lang.org/
ArchivePolicy: 6
AutoUpdateMode: None
diff --git a/metadata/im.pattle.app.yml b/metadata/im.pattle.app.yml
index db035700bc..841681c6f6 100644
--- a/metadata/im.pattle.app.yml
+++ b/metadata/im.pattle.app.yml
@@ -12,15 +12,15 @@ Liberapay: wilko
AutoName: Pattle
Description: |-
- Pattle is an ethical and easy to use app for the Matrix protocol, with the goal
- to replace proprietary alternatives such as WhatsApp.
+ Pattle is an ethical and easy to use app for the Matrix protocol, with the goal
+ to replace proprietary alternatives such as WhatsApp.
- Please note that Pattle is no longer in development (repo was archived).
+ Please note that Pattle is no longer in development (repo was archived).
- Registration is not implemented at the moment, so to get an account,
- use Riot for now.
+ Registration is not implemented at the moment, so to get an account,
+ use Riot for now.
- Also note that notifications are not implemented yet.
+ Also note that notifications are not implemented yet.
RepoType: git
Repo: https://pattle.dev/pattle/app.git
diff --git a/metadata/im.quicksy.client.yml b/metadata/im.quicksy.client.yml
index 87fec1d691..1ae581958b 100644
--- a/metadata/im.quicksy.client.yml
+++ b/metadata/im.quicksy.client.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: Tethered to quicksy.im XMPP server.
- Tracking:
- en-US: Authentication SMS is sent via Twilio or Nexmo.
+ NonFreeNet:
+ en-US: Tethered to quicksy.im XMPP server.
+ Tracking:
+ en-US: Authentication SMS is sent via Twilio or Nexmo.
Categories:
- Internet
License: GPL-3.0-only
@@ -18,33 +18,33 @@ Bitcoin: 3KAD8vew6tPZDjiUJNnZ3YUoUxrCEVNwFL
AutoName: Quicksy
Description: |-
- Quicksy is a spin off of the popular Jabber/XMPP client Conversations
- ( https://f-droid.org/packages/eu.siacs.conversations ) with automatic contact discovery.
+ Quicksy is a spin off of the popular Jabber/XMPP client Conversations
+ ( https://f-droid.org/packages/eu.siacs.conversations ) with automatic contact discovery.
- You sign up with your phone number and Quicksy will automatically—based on
- the phone numbers in your address book—suggest possible contacts to you.
+ You sign up with your phone number and Quicksy will automatically—based on
+ the phone numbers in your address book—suggest possible contacts to you.
- Under the hood Quicksy is a full-fledged Jabber client that lets you
- communicate with any user on any publicly federating server. Likewise users
- on Quicksy can be contacted from the outside simply by adding
- +phonenumber@quicksy.im to your contact list.
+ Under the hood Quicksy is a full-fledged Jabber client that lets you
+ communicate with any user on any publicly federating server. Likewise users
+ on Quicksy can be contacted from the outside simply by adding
+ +phonenumber@quicksy.im to your contact list.
- Aside from the contact sync the user interface is deliberately as close to
- Conversations as possible. This allows users to eventually migrate from
- Quicksy to Conversations without having to relearn how the app works.
+ Aside from the contact sync the user interface is deliberately as close to
+ Conversations as possible. This allows users to eventually migrate from
+ Quicksy to Conversations without having to relearn how the app works.
- Suggested contacts consists of other Quicksy users and regular Jabber/XMPP
- users who have entered their Jabber ID into the Quicksy Directory
- ( https://quicksy.im/#get-listed ).
+ Suggested contacts consists of other Quicksy users and regular Jabber/XMPP
+ users who have entered their Jabber ID into the Quicksy Directory
+ ( https://quicksy.im/#get-listed ).
- NOTE: To enter ( https://quicksy.im/enter/ ) your Jabber ID in the Quicksy
- Directory an one time registration fee is required.
+ NOTE: To enter ( https://quicksy.im/enter/ ) your Jabber ID in the Quicksy
+ Directory an one time registration fee is required.
- Read the Privacy Policy ( https://quicksy.im/#privacy ) for more info.
+ Read the Privacy Policy ( https://quicksy.im/#privacy ) for more info.
- Anti-Features:
- * NonFreeNet - Tethered to quicksy.im XMPP server.
- * Tracking - Authentication SMS is sent via Twilio or Nexmo.
+ Anti-Features:
+ * NonFreeNet - Tethered to quicksy.im XMPP server.
+ * Tracking - Authentication SMS is sent via Twilio or Nexmo.
RepoType: git
Repo: https://codeberg.org/iNPUTmice/Conversations.git
@@ -56,7 +56,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.3.7+fcr
versionCode: 303
@@ -64,7 +64,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.3.8+fcr
versionCode: 305
@@ -72,7 +72,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.3.9+fcr
versionCode: 307
@@ -80,7 +80,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.3.10+fcr
versionCode: 309
@@ -88,7 +88,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.3.11+fcr
versionCode: 314
@@ -116,7 +116,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.4.1+fcr
versionCode: 321
@@ -124,7 +124,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.4.2+fcr
versionCode: 322
@@ -132,7 +132,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.4.3+fcr
versionCode: 323
@@ -140,7 +140,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.0+fcr
versionCode: 326
@@ -148,7 +148,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.1+fcr
versionCode: 327
@@ -156,7 +156,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.2+fcr
versionCode: 329
@@ -164,7 +164,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.3+fcr
versionCode: 330
@@ -172,7 +172,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.4+fcr
versionCode: 333
@@ -180,7 +180,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.5+fcr
versionCode: 334
@@ -188,7 +188,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.6+fcr
versionCode: 336
@@ -196,7 +196,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.7+fcr
versionCode: 337
@@ -204,7 +204,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.8+fcr
versionCode: 338
@@ -212,7 +212,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.11+fcr
versionCode: 341
@@ -220,7 +220,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.5.12+fcr
versionCode: 346
@@ -228,7 +228,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.6.0+fcr
versionCode: 349
@@ -236,7 +236,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.6.1+fcr
versionCode: 351
@@ -244,7 +244,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.6.2+fcr
versionCode: 353
@@ -252,7 +252,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.6.3+fcr
versionCode: 360
@@ -260,7 +260,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.6.4+fcr
versionCode: 362
@@ -268,7 +268,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.7.0+fcr
versionCode: 364
@@ -276,7 +276,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.7.1+fcr
versionCode: 367
@@ -284,7 +284,7 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.8.1+fcr
versionCode: 381
@@ -292,8 +292,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/aabortOnError\
- false' -e '/libwebrtc/d' -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.+'"
- -e '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ false' -e '/libwebrtc/d' -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.+'"
+ -e '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
- versionName: 2.8.2+fcr
versionCode: 382
@@ -301,8 +301,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/aabortOnError\
- false' -e '/libwebrtc/d' -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.+'"
- -e '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ false' -e '/libwebrtc/d' -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.+'"
+ -e '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
- versionName: 2.8.3+fcr
versionCode: 383
@@ -310,8 +310,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/aabortOnError\
- false' -e '/libwebrtc/d' -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.+'"
- -e '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ false' -e '/libwebrtc/d' -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.+'"
+ -e '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
- versionName: 2.8.4+fcr
versionCode: 387
@@ -319,8 +319,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21
- versionName: 2.8.5+fcr
@@ -329,8 +329,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21b
- versionName: 2.8.6+fcr
@@ -339,8 +339,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21b
- versionName: 2.8.7+fcr
@@ -349,8 +349,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21b
- versionName: 2.8.8+fcr
@@ -359,8 +359,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.8.9+fcr
@@ -369,8 +369,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.8.10+fcr
@@ -379,8 +379,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.9.0+fcr
@@ -389,8 +389,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.9.1+fcr
@@ -399,8 +399,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.9.2+fcr
@@ -409,8 +409,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.9.3+fcr
@@ -419,8 +419,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.9.4+fcr
@@ -429,8 +429,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.9.5+fcr
@@ -439,8 +439,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.9.6+fcr
@@ -449,8 +449,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.9.7+fcr
@@ -459,8 +459,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
ndk: r21d
- versionName: 2.9.8+fcr
@@ -469,8 +469,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
ndk: r21e
- versionName: 2.9.9+fcr
@@ -479,8 +479,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
ndk: r21e
- versionName: 2.9.10+fcr
@@ -489,8 +489,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
ndk: r21e
- versionName: 2.9.11+fcr
@@ -499,8 +499,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
ndk: r21e
- versionName: 2.9.12+fcr
@@ -509,8 +509,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
ndk: r21e
- versionName: 2.9.13+fcr
@@ -519,8 +519,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
ndk: r21e
- versionName: 2.10.0+fcr
@@ -533,8 +533,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
ndk: r21e
- versionName: 2.10.1+fcr
@@ -547,8 +547,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
ndk: r21e
- versionName: 2.10.2+fcr
@@ -561,8 +561,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21e
- versionName: 2.10.2.1+fcr
@@ -575,8 +575,8 @@ Builds:
gradle:
- quicksyFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21e
- versionName: 2.10.9+free
@@ -589,7 +589,7 @@ Builds:
gradle:
- quicksyFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21e
- versionName: 2.10.10+free
@@ -602,7 +602,7 @@ Builds:
gradle:
- quicksyFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21e
- versionName: 2.11.0+free
@@ -611,7 +611,7 @@ Builds:
gradle:
- quicksyFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
- versionName: 2.11.1+free
versionCode: 42042
@@ -619,7 +619,7 @@ Builds:
gradle:
- quicksyFree
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+10d' build.gradle
+ -e '/Variants.all/,+10d' build.gradle
- versionName: 2.11.2+free
versionCode: 4204301
@@ -628,7 +628,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.11.2+free
versionCode: 4204302
@@ -637,7 +637,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.11.2+free
versionCode: 4204303
@@ -646,7 +646,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.11.2+free
versionCode: 4204304
@@ -655,7 +655,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.11.3+free
versionCode: 4204401
@@ -664,7 +664,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.11.3+free
versionCode: 4204402
@@ -673,7 +673,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.11.3+free
versionCode: 4204403
@@ -682,7 +682,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.11.3+free
versionCode: 4204404
@@ -691,7 +691,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.0+free
versionCode: 4204601
@@ -700,7 +700,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.0+free
versionCode: 4204602
@@ -709,7 +709,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.0+free
versionCode: 4204603
@@ -718,7 +718,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.0+free
versionCode: 4204604
@@ -727,7 +727,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.1+free
versionCode: 4204701
@@ -736,7 +736,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.1+free
versionCode: 4204702
@@ -745,7 +745,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.1+free
versionCode: 4204703
@@ -754,7 +754,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.1+free
versionCode: 4204704
@@ -763,7 +763,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.2+free
versionCode: 4205001
@@ -772,7 +772,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.2+free
versionCode: 4205002
@@ -781,7 +781,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.2+free
versionCode: 4205003
@@ -790,7 +790,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.2+free
versionCode: 4205004
@@ -799,7 +799,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.3+free
versionCode: 4205501
@@ -809,7 +809,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.3+free
versionCode: 4205502
@@ -819,7 +819,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.3+free
versionCode: 4205503
@@ -829,7 +829,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.3+free
versionCode: 4205504
@@ -839,7 +839,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.4+free
versionCode: 4205601
@@ -848,7 +848,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.4+free
versionCode: 4205602
@@ -857,7 +857,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.4+free
versionCode: 4205603
@@ -866,7 +866,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.4+free
versionCode: 4205604
@@ -875,7 +875,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.6+free
versionCode: 4206001
@@ -884,7 +884,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.6+free
versionCode: 4206002
@@ -893,7 +893,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.6+free
versionCode: 4206003
@@ -902,7 +902,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.6+free
versionCode: 4206004
@@ -911,7 +911,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.8+free
versionCode: 4206201
@@ -920,7 +920,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.8+free
versionCode: 4206202
@@ -929,7 +929,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.8+free
versionCode: 4206203
@@ -938,7 +938,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.8+free
versionCode: 4206204
@@ -947,7 +947,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.9+free
versionCode: 4206501
@@ -956,7 +956,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.9+free
versionCode: 4206502
@@ -965,7 +965,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.9+free
versionCode: 4206503
@@ -974,7 +974,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.9+free
versionCode: 4206504
@@ -983,7 +983,7 @@ Builds:
- quicksyFree
output: build/outputs/apk/quicksyFree/release/Conversations-*-quicksy-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
MaintainerNotes: NonFreeNet => TetheredNet
diff --git a/metadata/im.status.ethereum.yml b/metadata/im.status.ethereum.yml
index 58740aa868..ce67ab7c35 100644
--- a/metadata/im.status.ethereum.yml
+++ b/metadata/im.status.ethereum.yml
@@ -237,10 +237,10 @@ Builds:
- make build-fdroid BUILD_NUMBER=$$VERCODE$$
MaintainerNotes: |-
- Status.im mobile app is built in a deterministic way using Nix package manager.
- Because of this we disable Gradle builds via F-Droid and run `make release-android`.
- For information on how to submit updates see this readme.
- https://github.com/status-im/status-react/blob/develop/doc/FDROID.md
+ Status.im mobile app is built in a deterministic way using Nix package manager.
+ Because of this we disable Gradle builds via F-Droid and run `make release-android`.
+ For information on how to submit updates see this readme.
+ https://github.com/status-im/status-react/blob/develop/doc/FDROID.md
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/im.vector.alpha.yml b/metadata/im.vector.alpha.yml
index dbb3815a30..f60264ea24 100644
--- a/metadata/im.vector.alpha.yml
+++ b/metadata/im.vector.alpha.yml
@@ -16,61 +16,61 @@ Bitcoin: 1LxowEgsquZ3UPZ68wHf8v2MDZw82dVmAE
AutoName: Riot.im
Description: |-
- Note: This version is going to be discontinued and replaced with Element.
+ Note: This version is going to be discontinued and replaced with Element.
- Riot gathers all your conversations and app integrations into one single app.
+ Riot gathers all your conversations and app integrations into one single app.
- Built around group chatrooms, Riot lets you share messages, images, videos and
- files - interact with your tools and access all your different communities under
- one roof. One single identity and place for all your teams: no need to switch
- accounts, work and chat with people from different organisations in public or
- private rooms: from professional projects to school trips, Riot will become the
- center of all your discussions!
+ Built around group chatrooms, Riot lets you share messages, images, videos and
+ files - interact with your tools and access all your different communities under
+ one roof. One single identity and place for all your teams: no need to switch
+ accounts, work and chat with people from different organisations in public or
+ private rooms: from professional projects to school trips, Riot will become the
+ center of all your discussions!
- Now with end-to-end encryption! You can view and verify your various devices in
- the user settings page.
+ Now with end-to-end encryption! You can view and verify your various devices in
+ the user settings page.
- Features include:
+ Features include:
- * Instantly share messages, images, videos and files of any kind within groups of any size
- * Voice and video 1-1 and conference calling via WebRTC
- * End-to-end encryption using Olm
- * See who's reading your messages with read receipts
- * Communicate with users anywhere in the Matrix.org ecosystem - not just Riot users!
- * Discover and invite users by email address
- * Participate in guest-accessible public rooms
- * Highly scalable - supports hundreds of rooms and thousands of users
- * Fully synchronised message history across multiple devices and browsers
- * Finely configurable notification settings, synchronised over all devices
- * Infinite searchable chat history
- * Permalinks to messages
- * Full message search
- * Excellent support for all Android device sizes and orientations
+ * Instantly share messages, images, videos and files of any kind within groups of any size
+ * Voice and video 1-1 and conference calling via WebRTC
+ * End-to-end encryption using Olm
+ * See who's reading your messages with read receipts
+ * Communicate with users anywhere in the Matrix.org ecosystem - not just Riot users!
+ * Discover and invite users by email address
+ * Participate in guest-accessible public rooms
+ * Highly scalable - supports hundreds of rooms and thousands of users
+ * Fully synchronised message history across multiple devices and browsers
+ * Finely configurable notification settings, synchronised over all devices
+ * Infinite searchable chat history
+ * Permalinks to messages
+ * Full message search
+ * Excellent support for all Android device sizes and orientations
- Note that the F-Droid release does not use GCM for notifications - instead it
- will keep syncing in the background. If you find that the ongoing background
- sync is using too much battery, you can add a delay or change the timeout of the
- sync or even disable background sync completely, in the settings page.
+ Note that the F-Droid release does not use GCM for notifications - instead it
+ will keep syncing in the background. If you find that the ongoing background
+ sync is using too much battery, you can add a delay or change the timeout of the
+ sync or even disable background sync completely, in the settings page.
- For developers:
+ For developers:
- * Riot is a Matrix client - built on the Matrix.org open standard and ecosystem, providing interoperability with all other Matrix compatible apps, servers and integrations
- * Entirely open sourced under the permissive Apache License - get the code from https://github.com/vector-im/riot-android. Pull requests welcome!
- * Trivially extensible via the open Matrix Client-Server API (https://matrix.org/docs/spec)
- * Run your own server! You can use the default matrix.org server or run your own Matrix home server (e.g. https://matrix.org/docs/projects/server/synapse.html.
+ * Riot is a Matrix client - built on the Matrix.org open standard and ecosystem, providing interoperability with all other Matrix compatible apps, servers and integrations
+ * Entirely open sourced under the permissive Apache License - get the code from https://github.com/vector-im/riot-android. Pull requests welcome!
+ * Trivially extensible via the open Matrix Client-Server API (https://matrix.org/docs/spec)
+ * Run your own server! You can use the default matrix.org server or run your own Matrix home server (e.g. https://matrix.org/docs/projects/server/synapse.html.
- Coming soon:
+ Coming soon:
- * Add your own integrations, bridges and bots!
- * Email notifications of missed messages and invites
- * Screen sharing
- * Login as multiple users at the same time
+ * Add your own integrations, bridges and bots!
+ * Email notifications of missed messages and invites
+ * Screen sharing
+ * Login as multiple users at the same time
- Discover truly efficient and open collaboration with Riot!
+ Discover truly efficient and open collaboration with Riot!
- AntiFeatures:
+ AntiFeatures:
- * NonFreeNet - Currently the integration server is not configurable in this client and linked to the non-free New Vector implementation. Free alternatives exists but supporting them in Riot Android is still being worked on.
+ * NonFreeNet - Currently the integration server is not configurable in this client and linked to the non-free New Vector implementation. Free alternatives exists but supporting them in Riot Android is still being worked on.
RepoType: git
Repo: https://github.com/vector-im/riot-android
@@ -2002,7 +2002,7 @@ Builds:
- build.gradle
MaintainerNotes: Upstream builds and publishes a libre build of the jitsi sdk. The
- sdk build and riot use that sdk. The maven repo can be re=created by using ./build_jitsi_libs.sh
+ sdk build and riot use that sdk. The maven repo can be re=created by using ./build_jitsi_libs.sh
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/im.vector.app.yml b/metadata/im.vector.app.yml
index 0886fe972d..cddcc8b932 100644
--- a/metadata/im.vector.app.yml
+++ b/metadata/im.vector.app.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- NonFreeNet:
- en-US: Each chat has an "Add Matrix apps" button which by default links to
- the proprietary scalar.vector.im integration manager service.
+ NonFreeNet:
+ en-US: Each chat has an "Add Matrix apps" button which by default links to the
+ proprietary scalar.vector.im integration manager service.
Categories:
- Internet
- Phone & SMS
@@ -2079,10 +2079,10 @@ Builds:
ndk: r21d
MaintainerNotes: Do not update unless requested by the Element team! The Element team
- will ping us whenever they feel a new release is ready. See https://github.com/vector-im/element-android/issues/3728
- as an example of their release process. When updating the recipe, you can mostly
- copy-paste but make sure you checked all build.gradle files to see if MapLibre
- or Jitsi Meet need bumping.
+ will ping us whenever they feel a new release is ready. See https://github.com/vector-im/element-android/issues/3728
+ as an example of their release process. When updating the recipe, you can mostly
+ copy-paste but make sure you checked all build.gradle files to see if MapLibre or
+ Jitsi Meet need bumping.
ArchivePolicy: 9
AutoUpdateMode: None
diff --git a/metadata/im.vector.riotx.yml b/metadata/im.vector.riotx.yml
index 24fd6d0ee5..39cbf83ad6 100644
--- a/metadata/im.vector.riotx.yml
+++ b/metadata/im.vector.riotx.yml
@@ -13,28 +13,28 @@ Liberapay: matrixdotorg
Bitcoin: 1LxowEgsquZ3UPZ68wHf8v2MDZw82dVmAEa
Description: |-
- Note: This version is going to be discontinued and continued as Element.
+ Note: This version is going to be discontinued and continued as Element.
- RiotX is a new client for the Matrix protocol (Matrix.org): an open network for secure, decentralised communication. RiotX is a full rewrite of the Riot Android client, based on a full rewrite of the Matrix Android SDK.
+ RiotX is a new client for the Matrix protocol (Matrix.org): an open network for secure, decentralised communication. RiotX is a full rewrite of the Riot Android client, based on a full rewrite of the Matrix Android SDK.
- Disclaimer: This is a beta version. RiotX is currently in active development and contains limitations and (we hope not too many) bugs. All feedback is welcome!
+ Disclaimer: This is a beta version. RiotX is currently in active development and contains limitations and (we hope not too many) bugs. All feedback is welcome!
- RiotX supports:
- * Login to an existing account
- * Create room and join public rooms
- * Accept and reject invitations
- * List users rooms
- * View room details
- * Send text messages
- * Send attachment
- * Read and write messages in encrypted rooms
- * Crypto: E2E keys backup, advance device verification, key share request and answer
- * Push notification
- * Light, Dark and Black themes
+ RiotX supports:
+ * Login to an existing account
+ * Create room and join public rooms
+ * Accept and reject invitations
+ * List users rooms
+ * View room details
+ * Send text messages
+ * Send attachment
+ * Read and write messages in encrypted rooms
+ * Crypto: E2E keys backup, advance device verification, key share request and answer
+ * Push notification
+ * Light, Dark and Black themes
- Not all features in Riot are implemented in RiotX yet. Main missing (and coming soon!) features:
- * Calls
- * ...
+ Not all features in Riot are implemented in RiotX yet. Main missing (and coming soon!) features:
+ * Calls
+ * ...
RepoType: git
Repo: https://github.com/vector-im/riotx-android
@@ -241,11 +241,11 @@ Builds:
- sed -i -e 's/ from the PlayStore//g' src/main/res/values/strings.xml
MaintainerNotes: |-
- Uses piasy/BigImageViewer which gets build and installed to a local maven repo in srclib prepare step.
+ Uses piasy/BigImageViewer which gets build and installed to a local maven repo in srclib prepare step.
- In prebuild we do weird stuff for replacing `maven {` with `mavenLocal {`. tac reverses the lines so we can match the following repo url.
- The awk call then matches the url, deletes the matching line and replaces the following line. No idea how it works, but it does.
- Finally reverse the lines again and move back to original build.gradle file.
+ In prebuild we do weird stuff for replacing `maven {` with `mavenLocal {`. tac reverses the lines so we can match the following repo url.
+ The awk call then matches the url, deletes the matching line and replaces the following line. No idea how it works, but it does.
+ Finally reverse the lines again and move back to original build.gradle file.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/in.ac.dducollegedu.shell.yml b/metadata/in.ac.dducollegedu.shell.yml
index 1720d0bb63..18c7bb8cd9 100644
--- a/metadata/in.ac.dducollegedu.shell.yml
+++ b/metadata/in.ac.dducollegedu.shell.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on rextester.com
+ NonFreeNet:
+ en-US: Depends on rextester.com
Categories:
- Science & Education
- System
diff --git a/metadata/in.ac.dtu.subtlenews.yml b/metadata/in.ac.dtu.subtlenews.yml
index dd54ce31ff..60466cf49a 100644
--- a/metadata/in.ac.dtu.subtlenews.yml
+++ b/metadata/in.ac.dtu.subtlenews.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/teamOSC/SubtleNews_Android_App/issues
AutoName: Subtle News
Description: |-
- Connects to a SubtleNews server (source code in the same project), which
- summarizes the news for you so you have less to read; it can also be read out to
- you.
+ Connects to a SubtleNews server (source code in the same project), which
+ summarizes the news for you so you have less to read; it can also be read out to
+ you.
RepoType: git
Repo: https://github.com/teamOSC/SubtleNews_Android_App.git
diff --git a/metadata/in.ac.iitb.cse.cartsbusboarding.yml b/metadata/in.ac.iitb.cse.cartsbusboarding.yml
index 30fb6574bc..d530f35f97 100644
--- a/metadata/in.ac.iitb.cse.cartsbusboarding.yml
+++ b/metadata/in.ac.iitb.cse.cartsbusboarding.yml
@@ -10,8 +10,8 @@ IssueTracker: https://github.com/carts-uiet/cartsbusboarding/issues
AutoName: Carts Bus Boarding
Description: |-
- This application is a part of CARTS research project and detect boarding of bus
- using smartphone sensors.
+ This application is a part of CARTS research project and detect boarding of bus
+ using smartphone sensors.
RepoType: git
Repo: https://github.com/carts-uiet/cartsbusboarding.git
diff --git a/metadata/in.amfoss.raag.yml b/metadata/in.amfoss.raag.yml
index c287aca2a3..3ac87b3b9e 100644
--- a/metadata/in.amfoss.raag.yml
+++ b/metadata/in.amfoss.raag.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on YouTube.
+ NonFreeNet:
+ en-US: App depends on YouTube.
Categories:
- Internet
- Multimedia
diff --git a/metadata/in.andres.kandroid.yml b/metadata/in.andres.kandroid.yml
index 0af6e3e238..6eb041a746 100644
--- a/metadata/in.andres.kandroid.yml
+++ b/metadata/in.andres.kandroid.yml
@@ -8,14 +8,14 @@ Changelog: https://github.com/andresth/Kandroid/blob/HEAD/Changelog.md
AutoName: Kandroid
Description: |-
- Client for Kanboard. It requires access to a Kanboard
- server.
+ Client for Kanboard. It requires access to a Kanboard
+ server.
- Manage your projects with the Kanban methodology.
+ Manage your projects with the Kanban methodology.
- * Get a clear overview of your projects by visualizing your workflow on boards
- * Limit your workload
- * Focus on your workflow
+ * Get a clear overview of your projects by visualizing your workflow on boards
+ * Limit your workload
+ * Focus on your workflow
RepoType: git
Repo: https://github.com/andresth/Kandroid
diff --git a/metadata/in.arjsna.permissionchecker.yml b/metadata/in.arjsna.permissionchecker.yml
index 04a1cbd701..1cf89ee7ce 100644
--- a/metadata/in.arjsna.permissionchecker.yml
+++ b/metadata/in.arjsna.permissionchecker.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/Arjun-sna/android-permission-checker-app/issues
AutoName: Android Permissions
Description: |-
- App to see details of permissions required by all the installed apps. It lets
- you browse by installed apps ("what permissions does this app request?", and
- also by permission groups ("which app does request this permission?").
+ App to see details of permissions required by all the installed apps. It lets
+ you browse by installed apps ("what permissions does this app request?", and
+ also by permission groups ("which app does request this permission?").
RepoType: git
Repo: https://github.com/Arjun-sna/android-permission-checker-app.git
diff --git a/metadata/in.blogspot.anselmbros.torchie.yml b/metadata/in.blogspot.anselmbros.torchie.yml
index cd66428d00..47c161d198 100644
--- a/metadata/in.blogspot.anselmbros.torchie.yml
+++ b/metadata/in.blogspot.anselmbros.torchie.yml
@@ -12,24 +12,24 @@ Donate: https://torchieapp.wordpress.com/donate/
AutoName: Torchie
Description: |-
- Use the LED flash of the camera as a flashlight. Easy access this functionality
- by pressing both volume buttons together. It works in screen on, lock screen and
- screen off (when enabled from settings).
+ Use the LED flash of the camera as a flashlight. Easy access this functionality
+ by pressing both volume buttons together. It works in screen on, lock screen and
+ screen off (when enabled from settings).
- Features:
+ Features:
- * Turn on/off torch / flashlight / LED just by holding volume Buttons / keys together
- * Works in screen on, lock screen, even while screen off (when enabled from Settings)
- * Optimized (zero) Battery usage (unless enabled in screen off via settings)
- * Standalone torch / flashlight / LED app too!
- * Easy, innovative and handy Material Design UI
- * Very light, tiny and small (~1 MB)
- * Super fast and reliable
- * Brightest guaranteed
- * Innovative, simple & handy
- * No privacy / security issues
- * No Root required
- * No framework / plugin required
+ * Turn on/off torch / flashlight / LED just by holding volume Buttons / keys together
+ * Works in screen on, lock screen, even while screen off (when enabled from Settings)
+ * Optimized (zero) Battery usage (unless enabled in screen off via settings)
+ * Standalone torch / flashlight / LED app too!
+ * Easy, innovative and handy Material Design UI
+ * Very light, tiny and small (~1 MB)
+ * Super fast and reliable
+ * Brightest guaranteed
+ * Innovative, simple & handy
+ * No privacy / security issues
+ * No Root required
+ * No framework / plugin required
RepoType: git
Repo: https://github.com/anselm94/Torchie-Android
diff --git a/metadata/in.digistorm.aksharam.yml b/metadata/in.digistorm.aksharam.yml
index 08e4cb0182..959d84e410 100644
--- a/metadata/in.digistorm.aksharam.yml
+++ b/metadata/in.digistorm.aksharam.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App downloads data files from Github.
+ NonFreeNet:
+ en-US: App downloads data files from Github.
Categories:
- Science & Education
- Writing
diff --git a/metadata/in.indiandragon.shellshock.shellshockvulnerabilityscan.yml b/metadata/in.indiandragon.shellshock.shellshockvulnerabilityscan.yml
index c0dfc6124c..69341a9d7c 100644
--- a/metadata/in.indiandragon.shellshock.shellshockvulnerabilityscan.yml
+++ b/metadata/in.indiandragon.shellshock.shellshockvulnerabilityscan.yml
@@ -9,11 +9,11 @@ IssueTracker: https://github.com/indiandragon/Shellshock-Vulnerability-Scan/issu
AutoName: Shellshock Vulnerability Scan
Description: |-
- Scan for bash vulnerability CVE-2014-6271 also known as Shellshock.
+ Scan for bash vulnerability CVE-2014-6271 also known as Shellshock.
- Note: Some users have reported false positives. For more information, see
- this
- issue.
+ Note: Some users have reported false positives. For more information, see
+ this
+ issue.
RepoType: git
Repo: https://github.com/indiandragon/Shellshock-Vulnerability-Scan
diff --git a/metadata/in.p1x.tanks_of_freedom.yml b/metadata/in.p1x.tanks_of_freedom.yml
index 31cf2fc1c4..877719f2a6 100644
--- a/metadata/in.p1x.tanks_of_freedom.yml
+++ b/metadata/in.p1x.tanks_of_freedom.yml
@@ -7,15 +7,15 @@ IssueTracker: https://github.com/w84death/Tanks-of-Freedom/issues
Bitcoin: 18oHovhxpevALZFcjH3mgNKB1yLi3nNFRY
Description: |-
- Classic turn-based strategy game with two armies fighting against each other.
- Challenge yourself in campaign against AI or hot-seat battle with a friend.
- Using easy map editor you can create any imaginable scenario to play and share
- online for others to discover!
+ Classic turn-based strategy game with two armies fighting against each other.
+ Challenge yourself in campaign against AI or hot-seat battle with a friend.
+ Using easy map editor you can create any imaginable scenario to play and share
+ online for others to discover!
- Each 32x32 sprite was handcrafted in gorgeous, 16 colour pixel art. Original
- soundtrack was made on Access Virus C and Korg Electribe. Sound effects were
- made on real GameBoy hardware. Game is open-source and runs smoothly thanks to
- Godot Engine.
+ Each 32x32 sprite was handcrafted in gorgeous, 16 colour pixel art. Original
+ soundtrack was made on Access Virus C and Korg Electribe. Sound effects were
+ made on real GameBoy hardware. Game is open-source and runs smoothly thanks to
+ Godot Engine.
RepoType: git
Repo: https://github.com/w84death/Tanks-of-Freedom.git
diff --git a/metadata/in.shick.diode.yml b/metadata/in.shick.diode.yml
index 53730b8beb..4f5b8da2a8 100644
--- a/metadata/in.shick.diode.yml
+++ b/metadata/in.shick.diode.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on Reddit.
+ NonFreeNet:
+ en-US: App depends on Reddit.
Categories:
- Internet
License: GPL-3.0-only
@@ -10,9 +10,9 @@ IssueTracker: https://github.com/zagaberoo/diode/issues
AutoName: Diode
Description: |-
- Diode provides quick and easy access to Reddit on your device complete with
- login, commenting and submissions. Discuss Diode with other users at the
- official subreddit.
+ Diode provides quick and easy access to Reddit on your device complete with
+ login, commenting and submissions. Discuss Diode with other users at the
+ official subreddit.
RepoType: git
Repo: https://github.com/zagaberoo/diode.git
diff --git a/metadata/in.shick.lockpatterngenerator.yml b/metadata/in.shick.lockpatterngenerator.yml
index 5d75b30a85..f9d45392db 100644
--- a/metadata/in.shick.lockpatterngenerator.yml
+++ b/metadata/in.shick.lockpatterngenerator.yml
@@ -9,8 +9,8 @@ Bitcoin: 1JscvZEbchRUpCXYX13bJb3aF6U1yT9BwG
AutoName: Lock Pattern Generator
Description: |-
- Simple program that generates a random lockscreen pattern and helps you memorize
- it before applying it.
+ Simple program that generates a random lockscreen pattern and helps you memorize
+ it before applying it.
Builds:
- versionName: '2.0'
diff --git a/metadata/in.tosc.remotedroid.yml b/metadata/in.tosc.remotedroid.yml
index 68aaef4d23..56348927ab 100644
--- a/metadata/in.tosc.remotedroid.yml
+++ b/metadata/in.tosc.remotedroid.yml
@@ -11,11 +11,11 @@ Name: Remote Droid (old)
AutoName: Remote Droid
Summary: Remote control your device
Description: |-
- Stream you device's display to another android device. And control your device
- back from that device.
+ Stream you device's display to another android device. And control your device
+ back from that device.
- Upstream author changed package id, further updates are only available for
- https://f-droid.org/packages/in.umairkhan.remotedroid.
+ Upstream author changed package id, further updates are only available for
+ https://f-droid.org/packages/in.umairkhan.remotedroid.
RepoType: git
Repo: https://github.com/omerjerk/RemoteDroid
diff --git a/metadata/in.umairkhan.remotedroid.yml b/metadata/in.umairkhan.remotedroid.yml
index c01f349408..296f5e908b 100644
--- a/metadata/in.umairkhan.remotedroid.yml
+++ b/metadata/in.umairkhan.remotedroid.yml
@@ -9,8 +9,8 @@ IssueTracker: https://github.com/omerjerk/RemoteDroid/issues
AutoName: Remote Droid
Description: |-
- Stream you device's display to another android device. And control your device
- back from that device.
+ Stream you device's display to another android device. And control your device
+ back from that device.
RepoType: git
Repo: https://github.com/omerjerk/RemoteDroid
diff --git a/metadata/indrora.atomic.yml b/metadata/indrora.atomic.yml
index 2a950d6f1c..00c9b8e3e6 100644
--- a/metadata/indrora.atomic.yml
+++ b/metadata/indrora.atomic.yml
@@ -7,15 +7,15 @@ IssueTracker: https://github.com/indrora/Atomic/issues
AutoName: Atomic
Description: |-
- NOTE: This app is no longer maintained (its repo was archived).
+ NOTE: This app is no longer maintained (its repo was archived).
- Internet Relay Chat (IRC) client based on https://f-droid.org/packages/org.yaaic offering
+ Internet Relay Chat (IRC) client based on https://f-droid.org/packages/org.yaaic offering
- * Improved graphics
- * A more managed settings infrastructure
- * Color schemes
- * Generally more helpful error messages
- * Improved support for low-end devices
+ * Improved graphics
+ * A more managed settings infrastructure
+ * Color schemes
+ * Generally more helpful error messages
+ * Improved support for low-end devices
RepoType: git
Repo: https://github.com/indrora/Atomic.git
diff --git a/metadata/info.aario.killcamera.yml b/metadata/info.aario.killcamera.yml
index 4d53736e4f..d6d714e714 100644
--- a/metadata/info.aario.killcamera.yml
+++ b/metadata/info.aario.killcamera.yml
@@ -7,11 +7,11 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UJT
AutoName: Kill Camera
Description: |-
- Kill camera related processes. This is useful when you get the famous error
- message "Can't connect to camera" or similar. You tap on KILL button. Once the
- camera service killed, it should be automatically restarted by the system. So
- you don't need to restart your device just to take a photo and therefor loose
- the opportunity!
+ Kill camera related processes. This is useful when you get the famous error
+ message "Can't connect to camera" or similar. You tap on KILL button. Once the
+ camera service killed, it should be automatically restarted by the system. So
+ you don't need to restart your device just to take a photo and therefor loose
+ the opportunity!
RequiresRoot: true
diff --git a/metadata/info.aario.mywifipasswords.yml b/metadata/info.aario.mywifipasswords.yml
index 39e1d0a852..281e346078 100644
--- a/metadata/info.aario.mywifipasswords.yml
+++ b/metadata/info.aario.mywifipasswords.yml
@@ -9,21 +9,21 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UJT
AutoName: My Wifi Passwords
Description: |-
- Have the Wi-Fi connected on your Android phone and want to share its
- password with your friend or enter it in your laptop? Don't know where to
- find that piece of paper? If your Android phone is rooted, this app makes
- your life much easier!
+ Have the Wi-Fi connected on your Android phone and want to share its
+ password with your friend or enter it in your laptop? Don't know where to
+ find that piece of paper? If your Android phone is rooted, this app makes
+ your life much easier!
- This app reads wpa_supplicant file (by default in
- /data/misc/wifi/wpa_supplicant.conf) and provides you a list of Wi-Fi SSIDs
- and PSKs (passwords).
+ This app reads wpa_supplicant file (by default in
+ /data/misc/wifi/wpa_supplicant.conf) and provides you a list of Wi-Fi SSIDs
+ and PSKs (passwords).
- This is specially useful when you have a guest at home or in office and you
- want to share the password with. Or when you're in a new hotel, just got
- the Wi-Fi password from reception and want to share it with your companions.
- Or when you're in a party. Or... the possibilities are numerous. You don't
- have to open the wpa_supplicant file yourself and try to find the
- information you're looking for in it. My Wifi Passwords does this for you.
+ This is specially useful when you have a guest at home or in office and you
+ want to share the password with. Or when you're in a new hotel, just got
+ the Wi-Fi password from reception and want to share it with your companions.
+ Or when you're in a party. Or... the possibilities are numerous. You don't
+ have to open the wpa_supplicant file yourself and try to find the
+ information you're looking for in it. My Wifi Passwords does this for you.
RequiresRoot: true
diff --git a/metadata/info.aario.snotepad.yml b/metadata/info.aario.snotepad.yml
index 29249640d8..7e5b6c6494 100644
--- a/metadata/info.aario.snotepad.yml
+++ b/metadata/info.aario.snotepad.yml
@@ -8,15 +8,15 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UJT
AutoName: SNotepad
Description: |-
- SNotepad is a combination of modern memo apps and traditional text editors.
- While you enjoy the features of top modern notepad apps like multiple notes
- management and instant search, SNotepad doesn't save notes in a special database
- but instead directly on internal storage or SDCard. That means you need not to
- worry about backing up your valuable notes or export them every once in a while
- in case you changed your phone or lost it. You can also define the save path in
- settings dialog. You can even give it address of your OwnCloud folder if you
- have the app installed. Therefor you can have all your notes backed up by
- OwnCloud.
+ SNotepad is a combination of modern memo apps and traditional text editors.
+ While you enjoy the features of top modern notepad apps like multiple notes
+ management and instant search, SNotepad doesn't save notes in a special database
+ but instead directly on internal storage or SDCard. That means you need not to
+ worry about backing up your valuable notes or export them every once in a while
+ in case you changed your phone or lost it. You can also define the save path in
+ settings dialog. You can even give it address of your OwnCloud folder if you
+ have the app installed. Therefor you can have all your notes backed up by
+ OwnCloud.
RepoType: git
Repo: https://github.com/aario/snotepad
diff --git a/metadata/info.dvkr.screenstream.yml b/metadata/info.dvkr.screenstream.yml
index d62f69081b..0bcd8fbcb8 100644
--- a/metadata/info.dvkr.screenstream.yml
+++ b/metadata/info.dvkr.screenstream.yml
@@ -10,42 +10,42 @@ Changelog: https://github.com/dkrivoruchko/ScreenStream/releases
AutoName: ScreenStream
Description: |-
- The application allows viewing the device screen in your web browser. The main
- idea is to show your device screen during presentations and demos. No need of
- any additional software except for this app and a web browser. No annoying ads
- or pop-ups.
+ The application allows viewing the device screen in your web browser. The main
+ idea is to show your device screen during presentations and demos. No need of
+ any additional software except for this app and a web browser. No annoying ads
+ or pop-ups.
- It uses MJPEG to encode screen images and send them through the network. So it
- works with any desktop or mobile browser which supports MJPEG (Chrome, Safari,
- EDGE, Firefox).
+ It uses MJPEG to encode screen images and send them through the network. So it
+ works with any desktop or mobile browser which supports MJPEG (Chrome, Safari,
+ EDGE, Firefox).
- The application works via WiFi and/or 3G/LTE network. Fast and stable WiFi
- recommended because of high traffic and low network delay requirement. No
- Internet required, however, there must be a network connection between the
- client and the device.
+ The application works via WiFi and/or 3G/LTE network. Fast and stable WiFi
+ recommended because of high traffic and low network delay requirement. No
+ Internet required, however, there must be a network connection between the
+ client and the device.
- The number of client connections is unlimited, but be aware that each of them
- requires some CPU resources and bandwidth to send data.
+ The number of client connections is unlimited, but be aware that each of them
+ requires some CPU resources and bandwidth to send data.
- Application uses Android Cast feature and requires at least Android 5.0 to run.
+ Application uses Android Cast feature and requires at least Android 5.0 to run.
- WARNING: This is not a real time streaming app. Expected delay is at least 0.5-1
- second or more on slow devices, bad WiFi or on heavy CPU load by other apps.
+ WARNING: This is not a real time streaming app. Expected delay is at least 0.5-1
+ second or more on slow devices, bad WiFi or on heavy CPU load by other apps.
- WARNING: This app is not designed for streaming video, especially HD video. Use
- Chromecast instead.
+ WARNING: This app is not designed for streaming video, especially HD video. Use
+ Chromecast instead.
- WARNING: This app does NOT support SOUND streaming, because MJPEG does not
- support sound.
+ WARNING: This app does NOT support SOUND streaming, because MJPEG does not
+ support sound.
- WARNING: Some cell operators may block incoming connections to your device for
- security reasons, so, even if the device has an IP address from a cell operator,
- you may not be able to connect to the device on using this IP address.
+ WARNING: Some cell operators may block incoming connections to your device for
+ security reasons, so, even if the device has an IP address from a cell operator,
+ you may not be able to connect to the device on using this IP address.
- WARNING: Some WiFi networks (mostly public/guest) block connections between its
- clients for security reasons, so you may not be able to connect to the device
- via WiFi. For example, a laptop and a phone in this such a WiFi network will not
- be able to connect to each other.
+ WARNING: Some WiFi networks (mostly public/guest) block connections between its
+ clients for security reasons, so you may not be able to connect to the device
+ via WiFi. For example, a laptop and a phone in this such a WiFi network will not
+ be able to connect to each other.
RepoType: git
Repo: https://github.com/dkrivoruchko/ScreenStream.git
@@ -57,7 +57,7 @@ Builds:
subdir: app
output: build/outputs/apk/fabricfree/app-fabricfree-unsigned.apk
prebuild: sed -i -e '/maven {$/,/}/d' -e '/fabric\.io/d' -e '/io\.fabric/d' ../build.gradle
- build.gradle
+ build.gradle
build: gradle assembleFabricfree
- versionName: 2.1.5
@@ -66,7 +66,7 @@ Builds:
subdir: app
output: build/outputs/apk/fabricfree/app-fabricfree-unsigned.apk
prebuild: sed -i -e '/maven {$/,/}/d' -e '/fabric\.io/d' -e '/io\.fabric/d' ../build.gradle
- build.gradle
+ build.gradle
build: gradle assembleFabricfree
- versionName: 3.0.17
diff --git a/metadata/info.frangor.laicare.yml b/metadata/info.frangor.laicare.yml
index 2928156bca..800638431a 100644
--- a/metadata/info.frangor.laicare.yml
+++ b/metadata/info.frangor.laicare.yml
@@ -8,14 +8,14 @@ Changelog: https://gitlab.com/LaiCare/laicare/blob/HEAD/CHANGELOG.md
AutoName: LaiCare
Description: |-
- Manage the care of dogs and cats.
+ Manage the care of dogs and cats.
- Features:
+ Features:
- * Dogs and cats manager.
- * Treatments manager.
- * Appointments manager with reminder notifications.
- * Weight control with monitoring chart.
+ * Dogs and cats manager.
+ * Treatments manager.
+ * Appointments manager with reminder notifications.
+ * Weight control with monitoring chart.
RepoType: git
Repo: https://gitlab.com/LaiCare/laicare.git
diff --git a/metadata/info.guardianproject.browser.yml b/metadata/info.guardianproject.browser.yml
index b6c0155d3d..e2466992aa 100644
--- a/metadata/info.guardianproject.browser.yml
+++ b/metadata/info.guardianproject.browser.yml
@@ -13,16 +13,16 @@ OpenCollective: GuardianProject
AutoName: Orweb
Summary: Privacy-enhanced browser
Description: |-
- Orweb is a companion browser to https://f-droid.org/packages/org.torproject.android, the port of Tor to
- Android.
+ Orweb is a companion browser to https://f-droid.org/packages/org.torproject.android, the port of Tor to
+ Android.
- Orbot anonymizes internet traffic by routing it through many different stages
- and you must have that enabled first, though root isn't needed. Orweb disables
- certain other browser features that could be used to identify you.
+ Orbot anonymizes internet traffic by routing it through many different stages
+ and you must have that enabled first, though root isn't needed. Orweb disables
+ certain other browser features that could be used to identify you.
- Please note that Orweb is superseded by https://f-droid.org/packages/info.guardianproject.orfox,
- available from the Guardian Project
- repo. Orweb is no longer maintained at all.
+ Please note that Orweb is superseded by https://f-droid.org/packages/info.guardianproject.orfox,
+ available from the Guardian Project
+ repo. Orweb is no longer maintained at all.
RepoType: git
Repo: https://github.com/guardianproject/Orweb.git
@@ -42,7 +42,7 @@ Builds:
srclibs:
- ActionBarSherlock@6e3f2bb5
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
- versionName: 0.5.1
versionCode: 24
diff --git a/metadata/info.guardianproject.cacert.yml b/metadata/info.guardianproject.cacert.yml
index d91315950f..8646ae2627 100644
--- a/metadata/info.guardianproject.cacert.yml
+++ b/metadata/info.guardianproject.cacert.yml
@@ -14,20 +14,20 @@ OpenCollective: GuardianProject
AutoName: CACertMan
Summary: Disable untrusted certificates
Description: |-
- Android 4+ allows you to disable certificates from the system Settings and root
- isn't required, so try that first if you want to manually mess with the
- certificates. The app won't work with Android 4+ anyway.
+ Android 4+ allows you to disable certificates from the system Settings and root
+ isn't required, so try that first if you want to manually mess with the
+ certificates. The app won't work with Android 4+ anyway.
- An app to manage security certificates on your phone also containing a version
- of the Android CACert keystore derived from Mozilla. If a certificate has
- recently become untrusted you can either install an update to this app or you
- can backup and remove certificates by yourself.
+ An app to manage security certificates on your phone also containing a version
+ of the Android CACert keystore derived from Mozilla. If a certificate has
+ recently become untrusted you can either install an update to this app or you
+ can backup and remove certificates by yourself.
- Requires root: Yes, it writes to the system partition. You will need a device
- that has the ‘grep' command on it (via busybox: present on most custom ROMs). If
- the ‘save' doesn't work, then you will need to make your /system partition
- read-write by using a file explorer like https://f-droid.org/packages/com.ghostsq.commander or via a
- command in https://f-droid.org/packages/jackpal.androidterm.
+ Requires root: Yes, it writes to the system partition. You will need a device
+ that has the ‘grep' command on it (via busybox: present on most custom ROMs). If
+ the ‘save' doesn't work, then you will need to make your /system partition
+ read-write by using a file explorer like https://f-droid.org/packages/com.ghostsq.commander or via a
+ command in https://f-droid.org/packages/jackpal.androidterm.
RequiresRoot: true
diff --git a/metadata/info.guardianproject.checkey.yml b/metadata/info.guardianproject.checkey.yml
index 74e31c4913..ed3eeff886 100644
--- a/metadata/info.guardianproject.checkey.yml
+++ b/metadata/info.guardianproject.checkey.yml
@@ -13,12 +13,12 @@ OpenCollective: GuardianProject
AutoName: Checkey
Description: |-
- Checkey is a utility for getting information about the APKs that are installed
- on your device. Starting with a list of all of the apps that you have installed
- on your device, it will show you the APK signature with a single touch, and
- provides links to virustotal.com and androidobservatory.org to easily access the
- profiles of that APK. It will also let you export the signing certificate and
- generate ApkSignaturePin pin files for use with the TrustedIntents library.
+ Checkey is a utility for getting information about the APKs that are installed
+ on your device. Starting with a list of all of the apps that you have installed
+ on your device, it will show you the APK signature with a single touch, and
+ provides links to virustotal.com and androidobservatory.org to easily access the
+ profiles of that APK. It will also let you export the signing certificate and
+ generate ApkSignaturePin pin files for use with the TrustedIntents library.
RepoType: git
Repo: https://gitlab.com/guardianproject/checkey.git
diff --git a/metadata/info.guardianproject.gilga.yml b/metadata/info.guardianproject.gilga.yml
index f9adddf1aa..9da3cae10c 100644
--- a/metadata/info.guardianproject.gilga.yml
+++ b/metadata/info.guardianproject.gilga.yml
@@ -9,8 +9,8 @@ OpenCollective: GuardianProject
AutoName: Gilga
Description: |-
- Use Bluetooth to chat with others in the same area, even if Internet access is
- down or restricted.
+ Use Bluetooth to chat with others in the same area, even if Internet access is
+ down or restricted.
RepoType: git
Repo: https://github.com/n8fr8/gilgamesh/
diff --git a/metadata/info.guardianproject.gpg.yml b/metadata/info.guardianproject.gpg.yml
index 79211944da..b4a1178d32 100644
--- a/metadata/info.guardianproject.gpg.yml
+++ b/metadata/info.guardianproject.gpg.yml
@@ -11,29 +11,29 @@ IssueTracker: https://dev.guardianproject.info/projects/gpgandroid/issues
AutoName: GnuPrivacyGuard
Summary: GnuPG via gpgcli
Description: |-
- GnuPrivacyGuard extends the gpgcli command line tool to bring an integrated
- privacy engine to your Android. It gives you command line access to the entire
- GnuPG suite of encryption software. It also serves as the test bed for complete
- Android integration for all of GnuPG's crypto services, including OpenPGP,
- symmetric encryption, and more.
+ GnuPrivacyGuard extends the gpgcli command line tool to bring an integrated
+ privacy engine to your Android. It gives you command line access to the entire
+ GnuPG suite of encryption software. It also serves as the test bed for complete
+ Android integration for all of GnuPG's crypto services, including OpenPGP,
+ symmetric encryption, and more.
- GPG is GNU's tool for end-to-end secure communication and encrypted data
- storage. This trusted protocol is the free software alternative to PGP. This app
- is built upon GnuPG 2.1, the new modularized version of GnuPG that now supports
- S/MIME.
+ GPG is GNU's tool for end-to-end secure communication and encrypted data
+ storage. This trusted protocol is the free software alternative to PGP. This app
+ is built upon GnuPG 2.1, the new modularized version of GnuPG that now supports
+ S/MIME.
- GPG aims to provide an integrated experience, so clicking on PGP files should
- "just work". You can also share files to GPG to encrypt them. GPG will also
- respond when you click on a PGP fingerprint URL (one that starts with
- openpgp4fpr:).
+ GPG aims to provide an integrated experience, so clicking on PGP files should
+ "just work". You can also share files to GPG to encrypt them. GPG will also
+ respond when you click on a PGP fingerprint URL (one that starts with
+ openpgp4fpr:).
- Before using GPG, be sure to launch the app and let it finish its installation
- process. Once it has completed, then you're ready to use it. The easiest way to
- get started with GPG is to install https://f-droid.org/packages/jackpal.androidterm. GPG will
- automatically configure Android Terminal Emulator as long as you have the "Allow
- PATH extensions" settings enabled.
+ Before using GPG, be sure to launch the app and let it finish its installation
+ process. Once it has completed, then you're ready to use it. The easiest way to
+ get started with GPG is to install https://f-droid.org/packages/jackpal.androidterm. GPG will
+ automatically configure Android Terminal Emulator as long as you have the "Allow
+ PATH extensions" settings enabled.
- Status: Unmaintained, use https://f-droid.org/packages/org.sufficientlysecure.keychain
+ Status: Unmaintained, use https://f-droid.org/packages/org.sufficientlysecure.keychain
RepoType: git
Repo: https://github.com/guardianproject/gnupg-for-android
diff --git a/metadata/info.guardianproject.lildebi.yml b/metadata/info.guardianproject.lildebi.yml
index db84ed1e2c..89eb0f0410 100644
--- a/metadata/info.guardianproject.lildebi.yml
+++ b/metadata/info.guardianproject.lildebi.yml
@@ -13,32 +13,32 @@ OpenCollective: GuardianProject
AutoName: Lil' Debi
Summary: Run Debian on your phone
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- Lil' Debi builds up a whole Debian chroot on your phone entirely using
- debootstrap. You choose the release, mirror, and size of the disk image, and
- away it goes. It could take up to an hour on a slow device.
+ Lil' Debi builds up a whole Debian chroot on your phone entirely using
+ debootstrap. You choose the release, mirror, and size of the disk image, and
+ away it goes. It could take up to an hour on a slow device.
- Then it has a simple chroot manager that fscks your disk, mounts/unmounts
- things, starts/stops sshd if you have it installed, etc. You can also then use
- ‘apt-get' to install any package that is released for ARM processors. This
- includes things like a complete real shell, Tor, TraceRouteTCP,
- iwconfig/ipconfig, and other security and crypto tools. Works well with
- https://f-droid.org/packages/jackpal.androidterm —just run `/debian/shell` to get a Debian shell.
+ Then it has a simple chroot manager that fscks your disk, mounts/unmounts
+ things, starts/stops sshd if you have it installed, etc. You can also then use
+ ‘apt-get' to install any package that is released for ARM processors. This
+ includes things like a complete real shell, Tor, TraceRouteTCP,
+ iwconfig/ipconfig, and other security and crypto tools. Works well with
+ https://f-droid.org/packages/jackpal.androidterm —just run `/debian/shell` to get a Debian shell.
- The aim of Lil' Debi is to provide a transparent and tightly integrated Debian
- install on your Android device. It mounts all of your Android partitions in
- Debian space, so you see a fusion of both systems. It's even possible to have
- Lil' Debi launch the normal Debian init start-up scripts when it starts, so that
- all you need to do is apt-get install and any servers you install will just
- work.
+ The aim of Lil' Debi is to provide a transparent and tightly integrated Debian
+ install on your Android device. It mounts all of your Android partitions in
+ Debian space, so you see a fusion of both systems. It's even possible to have
+ Lil' Debi launch the normal Debian init start-up scripts when it starts, so that
+ all you need to do is apt-get install and any servers you install will just
+ work.
- Lil' Debi works with as few modifications to the Android system as possible.
- Currently, it only adds a /bin symlink, and a /debian mount directory. It does
- not touch /system at all.
+ Lil' Debi works with as few modifications to the Android system as possible.
+ Currently, it only adds a /bin symlink, and a /debian mount directory. It does
+ not touch /system at all.
- Requires root: Yes, because it needs to run debootstrap, create dirs in /,
- mount/umount, etc.
+ Requires root: Yes, because it needs to run debootstrap, create dirs in /,
+ mount/umount, etc.
RequiresRoot: true
@@ -146,15 +146,15 @@ Builds:
build: make NDK_BASE=$$NDK$$ -C external assets
MaintainerNotes: |-
- It should be possible to build gpgv - see See info.guardianproject.gpg README
- to build using srclibs=GNUPG
+ It should be possible to build gpgv - see See info.guardianproject.gpg README
+ to build using srclibs=GNUPG
- external/data/data/info.guardianproject.gpg/app_opt/bin/gpg2-static :
- mv external/data/data/info.guardianproject.gpg/gpgv2-static ../assets/gpgv
+ external/data/data/info.guardianproject.gpg/app_opt/bin/gpg2-static :
+ mv external/data/data/info.guardianproject.gpg/gpgv2-static ../assets/gpgv
- Beta: 0.5.x builds are currently beta and there might be other 0.4.x updates.
- Use "Archive Policy" to ensure we always have at least one working 0.4 release
- ready.
+ Beta: 0.5.x builds are currently beta and there might be other 0.4.x updates.
+ Use "Archive Policy" to ensure we always have at least one working 0.4 release
+ ready.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/info.guardianproject.notepadbot.yml b/metadata/info.guardianproject.notepadbot.yml
index d3236422b8..46fe66c9ce 100644
--- a/metadata/info.guardianproject.notepadbot.yml
+++ b/metadata/info.guardianproject.notepadbot.yml
@@ -14,9 +14,9 @@ OpenCollective: GuardianProject
AutoName: NoteCipher
Description: |-
- Simple app for taking notes that encrypts everything behind a password.
+ Simple app for taking notes that encrypts everything behind a password.
- Status: Unmaintained.
+ Status: Unmaintained.
RepoType: git
Repo: https://github.com/guardianproject/notecipher.git
@@ -68,9 +68,9 @@ Builds:
- external/actionbarsherlock/actionbarsherlock-samples
MaintainerNotes: |-
- * Upstream is not yet ready
- * NoteCipher Library has jars
- * NoteCipher's submodules include this repo: circular submodules?
+ * Upstream is not yet ready
+ * NoteCipher Library has jars
+ * NoteCipher's submodules include this repo: circular submodules?
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/info.guardianproject.otr.app.im.yml b/metadata/info.guardianproject.otr.app.im.yml
index a911aea47d..3b8a67685f 100644
--- a/metadata/info.guardianproject.otr.app.im.yml
+++ b/metadata/info.guardianproject.otr.app.im.yml
@@ -11,18 +11,18 @@ OpenCollective: GuardianProject
AutoName: ChatSecure
Summary: Instant Messaging client with OTR
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- The app is currently completly out-of-date. We recommend getting it directly
- from the developers using their
- F-Droid repository. All existing versions have been moved to our archive.
+ The app is currently completly out-of-date. We recommend getting it directly
+ from the developers using their
+ F-Droid repository. All existing versions have been moved to our archive.
- XMPP (Jabber) client that can do end-to-end encryption using the
- Off-the-Record Messaging
- protocol and can anonymize your chats via the https://f-droid.org/packages/org.torproject.android app
- (root not required).
+ XMPP (Jabber) client that can do end-to-end encryption using the
+ Off-the-Record Messaging
+ protocol and can anonymize your chats via the https://f-droid.org/packages/org.torproject.android app
+ (root not required).
- The app used to be called GibberBot.
+ The app used to be called GibberBot.
RepoType: git
Repo: https://github.com/guardianproject/ChatSecureAndroid
@@ -65,7 +65,7 @@ Builds:
forceversion: true
forcevercode: true
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
- versionName: 0.0.11-RC5
versionCode: 57
diff --git a/metadata/info.guardianproject.ripple.yml b/metadata/info.guardianproject.ripple.yml
index c68db819f6..e8a344201e 100644
--- a/metadata/info.guardianproject.ripple.yml
+++ b/metadata/info.guardianproject.ripple.yml
@@ -13,16 +13,16 @@ OpenCollective: GuardianProject
AutoName: Ripple
Description: |-
- Ripple is a "panic button" that can send it's trigger message to any app that is
- a "panic responder". Such apps can do things like lock, disguise themselves,
- delete private data, send an emergency message, and more. It is meant for
- situations where there is time to react, but where users need to be sure it is
- not mistakenly set off.
+ Ripple is a "panic button" that can send it's trigger message to any app that is
+ a "panic responder". Such apps can do things like lock, disguise themselves,
+ delete private data, send an emergency message, and more. It is meant for
+ situations where there is time to react, but where users need to be sure it is
+ not mistakenly set off.
- Here are two example scenarios:
+ Here are two example scenarios:
- * An organization gets regularly raided by the security forces, who search all of the computers and mobile devices on the premises. The organization usually has at least a minute or two of warning before a raid starts. They need a very reliable way to trigger wiping all of the data from the sensitive apps.
- * An aid worker has lots of sensitive data about people on their device. They regularly sync that data up with a secure, central database. Occasionally, the aid worker has to leave the country on very short notice. The border guards regularly download the entire contents of mobile devices of people crossing through. While waiting in line at the border, the aid worker sees the border guards seizing people's devices, and then remembers all the data on the device, so she unlocks her phone and hits the wipe trigger, which wipes all sensitive apps from the device. When the aid worker returns to the central office, the device is again synced up with the central database.
+ * An organization gets regularly raided by the security forces, who search all of the computers and mobile devices on the premises. The organization usually has at least a minute or two of warning before a raid starts. They need a very reliable way to trigger wiping all of the data from the sensitive apps.
+ * An aid worker has lots of sensitive data about people on their device. They regularly sync that data up with a secure, central database. Occasionally, the aid worker has to leave the country on very short notice. The border guards regularly download the entire contents of mobile devices of people crossing through. While waiting in line at the border, the aid worker sees the border guards seizing people's devices, and then remembers all the data on the device, so she unlocks her phone and hits the wipe trigger, which wipes all sensitive apps from the device. When the aid worker returns to the central office, the device is again synced up with the central database.
RepoType: git
Repo: https://github.com/guardianproject/ripple.git
diff --git a/metadata/info.kesavan.malartoon.yml b/metadata/info.kesavan.malartoon.yml
index c96f8e7805..c30533b1ca 100644
--- a/metadata/info.kesavan.malartoon.yml
+++ b/metadata/info.kesavan.malartoon.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/kesavanm/malartoon/issues
AutoName: Malar Toon
Description: |-
- Picks cartoon from Dinamalar daily, a leading news portal in Tamil from India.
- Has option to view current day cartoon as well as random cartoon
+ Picks cartoon from Dinamalar daily, a leading news portal in Tamil from India.
+ Has option to view current day cartoon as well as random cartoon
RepoType: git
Repo: https://github.com/kesavanm/malartoon.git
diff --git a/metadata/info.lamatricexiste.network.yml b/metadata/info.lamatricexiste.network.yml
index 2da6c26b43..ecd379229d 100644
--- a/metadata/info.lamatricexiste.network.yml
+++ b/metadata/info.lamatricexiste.network.yml
@@ -7,16 +7,16 @@ IssueTracker: https://github.com/rorist/android-network-discovery/issues
AutoName: Network Discovery
Description: |-
- Discover network (WiFi/3G) hosts, scan ports, etc.
+ Discover network (WiFi/3G) hosts, scan ports, etc.
- Features:
+ Features:
- * Discover Machines on a LAN (connect/ping discovery, dns discovery)
- * TCP Port Scanner (connect() scan)
- * NIC vendor database
- * Export results to your sdcard in XML
- * Fast access to Wifi Settings
- * Adaptive scanning rate (slow start, then adaptive to network latency)
+ * Discover Machines on a LAN (connect/ping discovery, dns discovery)
+ * TCP Port Scanner (connect() scan)
+ * NIC vendor database
+ * Export results to your sdcard in XML
+ * Fast access to Wifi Settings
+ * Adaptive scanning rate (slow start, then adaptive to network latency)
RepoType: git
Repo: https://github.com/rorist/android-network-discovery.git
@@ -35,8 +35,8 @@ Builds:
target: android-8
MaintainerNotes: |-
- RepoManifest doesn't work for this. (And note that the 0.3.5 release is in a
- branch)
+ RepoManifest doesn't work for this. (And note that the 0.3.5 release is in a
+ branch)
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/info.meoblast001.thugaim.yml b/metadata/info.meoblast001.thugaim.yml
index 81c74778eb..55568d2ad4 100644
--- a/metadata/info.meoblast001.thugaim.yml
+++ b/metadata/info.meoblast001.thugaim.yml
@@ -7,11 +7,11 @@ IssueTracker: https://github.com/meoblast001/thugaim/issues
AutoName: Thugaim
Description: |-
- Space pirates are disrupting your work. They're stealing your company's cargo.
- You must destroy their stations that they use for their theft, but that won't
- happen without a fight.
+ Space pirates are disrupting your work. They're stealing your company's cargo.
+ You must destroy their stations that they use for their theft, but that won't
+ happen without a fight.
- Thugaim is a 2D space shooter and is free and open source software.
+ Thugaim is a 2D space shooter and is free and open source software.
RepoType: git
Repo: https://github.com/meoblast001/thugaim.git
diff --git a/metadata/info.metadude.android.bitsundbaeume.schedule.yml b/metadata/info.metadude.android.bitsundbaeume.schedule.yml
index a458d81f2a..042695a449 100644
--- a/metadata/info.metadude.android.bitsundbaeume.schedule.yml
+++ b/metadata/info.metadude.android.bitsundbaeume.schedule.yml
@@ -10,50 +10,50 @@ Liberapay: EventFahrplan
AutoName: Bits & Bäume 2022
Description: |-
- Programm App für die Bits & Bäume Konferenz
+ Programm App für die Bits & Bäume Konferenz
- https://bits-und-baeume.org
+ https://bits-und-baeume.org
- Die Konferenz für Digitalisierung und Nachhaltigkeit
- vom 30. September bis 2. Oktober 2022 an der TU Berlin
+ Die Konferenz für Digitalisierung und Nachhaltigkeit
+ vom 30. September bis 2. Oktober 2022 an der TU Berlin
- Funktionen:
- * Tagesüberblick über alle Programmpunkte (Vorträge und Self-Organized Sessions)
- * Beschreibung von Veranstaltungen lesen
- * Veranstaltungen in persönlicher Favoritenliste verwalten
- * Favoritenliste exportieren
- * Alarm für Veranstaltungen setzen
- * Veranstaltungen in Kalender eintragen
- * Link zu Veranstaltungen mit anderen teilen
- * Programmänderungen einsehen
- * Bewertungen und Kommentare für Vorträge und Workshops hinterlassen
- * Integration mit dem Engelsystem https://engelsystem.de - Online-Tool für Helfer- und Schichtplanung auf großen Events
- * Integration mit Chaosflix https://github.com/NiciDieNase/chaosflix - Android App für https://media.ccc.de, teile Fahrplan-Favoriten mit Chaosflix und importiere sie als Bookmarks
+ Funktionen:
+ * Tagesüberblick über alle Programmpunkte (Vorträge und Self-Organized Sessions)
+ * Beschreibung von Veranstaltungen lesen
+ * Veranstaltungen in persönlicher Favoritenliste verwalten
+ * Favoritenliste exportieren
+ * Alarm für Veranstaltungen setzen
+ * Veranstaltungen in Kalender eintragen
+ * Link zu Veranstaltungen mit anderen teilen
+ * Programmänderungen einsehen
+ * Bewertungen und Kommentare für Vorträge und Workshops hinterlassen
+ * Integration mit dem Engelsystem https://engelsystem.de - Online-Tool für Helfer- und Schichtplanung auf großen Events
+ * Integration mit Chaosflix https://github.com/NiciDieNase/chaosflix - Android App für https://media.ccc.de, teile Fahrplan-Favoriten mit Chaosflix und importiere sie als Bookmarks
- 🔤 Unterstützte Sprachen
- (Programmtexte ausgenommen)
- * Deutsch
- * Englisch
- * Französisch
- * Italienisch
- * Japanisch
- * Niederländisch
- * Polnisch
- * Portugiesisch
- * Russisch
- * Spanisch
- * Schwedisch
+ 🔤 Unterstützte Sprachen
+ (Programmtexte ausgenommen)
+ * Deutsch
+ * Englisch
+ * Französisch
+ * Italienisch
+ * Japanisch
+ * Niederländisch
+ * Polnisch
+ * Portugiesisch
+ * Russisch
+ * Spanisch
+ * Schwedisch
- 💡 Inhaltliche Fragen zum Programm kann nur das Content-Team der Bits & Bäume Konferenz beantworten. Diese App stellt lediglich das Programm zur Verfügung.
+ 💡 Inhaltliche Fragen zum Programm kann nur das Content-Team der Bits & Bäume Konferenz beantworten. Diese App stellt lediglich das Programm zur Verfügung.
- 💣 Fehlerberichte sind herzlich willkommen, aber achte darauf, dass du erklärst, wie man den Fehler reproduzieren kann. Bitte nutze den Issue-Tracker: https://github.com/EventFahrplan/EventFahrplan/issues.
+ 💣 Fehlerberichte sind herzlich willkommen, aber achte darauf, dass du erklärst, wie man den Fehler reproduzieren kann. Bitte nutze den Issue-Tracker: https://github.com/EventFahrplan/EventFahrplan/issues.
- 🏆 Die App basiert auf der EventFahrplan-App
- https://play.google.com/store/apps/details?id=info.metadude.android.congress.schedule
- für den Kongress des Chaos Computer Clubs. Der Quellcode der Anwendung ist auf GitHub
- https://github.com/johnjohndoe/CampFahrplan/tree/bitsundbaeume-2022 zu finden.
+ 🏆 Die App basiert auf der EventFahrplan-App
+ https://play.google.com/store/apps/details?id=info.metadude.android.congress.schedule
+ für den Kongress des Chaos Computer Clubs. Der Quellcode der Anwendung ist auf GitHub
+ https://github.com/johnjohndoe/CampFahrplan/tree/bitsundbaeume-2022 zu finden.
- 🎨 Logo-Design: gemeinfrei
+ 🎨 Logo-Design: gemeinfrei
RepoType: git
Repo: https://github.com/johnjohndoe/CampFahrplan.git
@@ -102,9 +102,9 @@ Builds:
- bitsundbaeume2022
MaintainerNotes: |
- The branch for the Bits & Bäume conference 2022 is maintained
- in a separate fork of the main repository on purpose in order
- to keep the latter well organized and less complex.
+ The branch for the Bits & Bäume conference 2022 is maintained
+ in a separate fork of the main repository on purpose in order
+ to keep the latter well organized and less complex.
ArchivePolicy: 1
AutoUpdateMode: None
diff --git a/metadata/info.metadude.android.cccamp.schedule.yml b/metadata/info.metadude.android.cccamp.schedule.yml
index 0d63705852..87745925e9 100644
--- a/metadata/info.metadude.android.cccamp.schedule.yml
+++ b/metadata/info.metadude.android.cccamp.schedule.yml
@@ -10,57 +10,57 @@ Liberapay: EventFahrplan
AutoName: Camp Schedule 2023
Description: |
- The Chaos Communication Camp is a five-days conference on
- technology, society and utopia which takes place every four years.
- The Camp offers lectures and workshops and various events on a
- multitude of topics including (but not limited to) information
- technology and generally a critical-creative attitude towards
- technology and the discussion about the effects of technological
- advances on society.
+ The Chaos Communication Camp is a five-days conference on
+ technology, society and utopia which takes place every four years.
+ The Camp offers lectures and workshops and various events on a
+ multitude of topics including (but not limited to) information
+ technology and generally a critical-creative attitude towards
+ technology and the discussion about the effects of technological
+ advances on society.
- https://events.ccc.de/camp/2023/
+ https://events.ccc.de/camp/2023/
- App features
- * View program by day and rooms (side by side)
- * Custom grid layout for smartphones (try landscape mode 🙃) and tablets
- * Read detailed descriptions (speaker names, start time, room name, links, ...) of sessions
- * Manage sessions in your favorites list
- * Export your favorites list
- * Setup individual alarms for sessions
- * Add sessions to your personal calendar
- * Share a short text and website link to a sessions
- * Keep track of program changes
- * Automatic program updates (configurable in settings)
- * Integration with the c3nav navigation project https://c3nav.de
- * Integration with the Engelsystem project https://engelsystem.events.ccc.de - Online tool for coordinating helpers and shifts on large events
- * Integration with the Chaosflix https://github.com/NiciDieNase/chaosflix - Android app for http://media.ccc.de, share Fahrplan favorites with Chaosflix to import them as bookmarks. (RIP NiciDieNase)
+ App features
+ * View program by day and rooms (side by side)
+ * Custom grid layout for smartphones (try landscape mode 🙃) and tablets
+ * Read detailed descriptions (speaker names, start time, room name, links, ...) of sessions
+ * Manage sessions in your favorites list
+ * Export your favorites list
+ * Setup individual alarms for sessions
+ * Add sessions to your personal calendar
+ * Share a short text and website link to a sessions
+ * Keep track of program changes
+ * Automatic program updates (configurable in settings)
+ * Integration with the c3nav navigation project https://c3nav.de
+ * Integration with the Engelsystem project https://engelsystem.events.ccc.de - Online tool for coordinating helpers and shifts on large events
+ * Integration with the Chaosflix https://github.com/NiciDieNase/chaosflix - Android app for http://media.ccc.de, share Fahrplan favorites with Chaosflix to import them as bookmarks. (RIP NiciDieNase)
- 🔤 Supported languages
- (Event descriptions excluded)
- * Danish
- * Dutch
- * English
- * Finnish
- * French
- * German
- * Italian
- * Japanese
- * Polish
- * Portuguese
- * Russian
- * Spanish
- * Swedish
+ 🔤 Supported languages
+ (Event descriptions excluded)
+ * Danish
+ * Dutch
+ * English
+ * Finnish
+ * French
+ * German
+ * Italian
+ * Japanese
+ * Polish
+ * Portuguese
+ * Russian
+ * Spanish
+ * Swedish
- 💡 Questions regarding the content can only be answered by the
- content team of the Chaos Communication Camp. This app simply offers
- a way to consume and personalize the conference schedule.
+ 💡 Questions regarding the content can only be answered by the
+ content team of the Chaos Communication Camp. This app simply offers
+ a way to consume and personalize the conference schedule.
- 💣 Bug reports are very welcome. It would be awesome if you can
- describe how to reproduce the particular error. The issue tracker
- can be found here:
- https://github.com/EventFahrplan/EventFahrplan/issues
+ 💣 Bug reports are very welcome. It would be awesome if you can
+ describe how to reproduce the particular error. The issue tracker
+ can be found here:
+ https://github.com/EventFahrplan/EventFahrplan/issues
- 🎨 Camp design 2023 by Veith Yäger, CC-BY-SA 4.0
+ 🎨 Camp design 2023 by Veith Yäger, CC-BY-SA 4.0
RepoType: git
Repo: https://github.com/johnjohndoe/CampFahrplan.git
diff --git a/metadata/info.metadude.android.clt.schedule.yml b/metadata/info.metadude.android.clt.schedule.yml
index 1c9fa04b61..36cf94dde6 100644
--- a/metadata/info.metadude.android.clt.schedule.yml
+++ b/metadata/info.metadude.android.clt.schedule.yml
@@ -10,48 +10,48 @@ Liberapay: EventFahrplan
AutoName: CLT 2023 Fahrplan
Description: |
- Programm der Chemnitzer Linux-Tage (CLT)
+ Programm der Chemnitzer Linux-Tage (CLT)
- https://chemnitzer.linux-tage.de
+ https://chemnitzer.linux-tage.de
- Funktionen
- * Tagesüberblick über alle Programmpunkte
- * Beschreibung von Veranstaltungen lesen
- * Veranstaltungen in persönlicher Favoritenliste verwalten
- * Favoritenliste exportieren
- * Alarm für Veranstaltungen setzen
- * Veranstaltungen in Kalender eintragen
- * Link zu Veranstaltungen mit anderen teilen
- * Programmänderungen einsehen
- * Automatische Aktualisierung
+ Funktionen
+ * Tagesüberblick über alle Programmpunkte
+ * Beschreibung von Veranstaltungen lesen
+ * Veranstaltungen in persönlicher Favoritenliste verwalten
+ * Favoritenliste exportieren
+ * Alarm für Veranstaltungen setzen
+ * Veranstaltungen in Kalender eintragen
+ * Link zu Veranstaltungen mit anderen teilen
+ * Programmänderungen einsehen
+ * Automatische Aktualisierung
- 🔤 Unterstützte Sprachen
- (Programmtexte ausgenommen)
- * Deutsch
- * Englisch
- * Französisch
- * Italienisch
- * Japanisch
- * Niederländisch
- * Polnisch
- * Portugiesisch
- * Russisch
- * Spanisch
- * Schwedisch
+ 🔤 Unterstützte Sprachen
+ (Programmtexte ausgenommen)
+ * Deutsch
+ * Englisch
+ * Französisch
+ * Italienisch
+ * Japanisch
+ * Niederländisch
+ * Polnisch
+ * Portugiesisch
+ * Russisch
+ * Spanisch
+ * Schwedisch
- 💡 Inhaltliche Fragen zum Programm kann nur das CLT-Team
- beantworten. Diese App stellt lediglich die Programmpunkte zur Verfügung.
+ 💡 Inhaltliche Fragen zum Programm kann nur das CLT-Team
+ beantworten. Diese App stellt lediglich die Programmpunkte zur Verfügung.
- 💣 Fehlerberichte sind herzlich willkommen! Bitte achte darauf, dass
- du erklärst, wie man den Fehler reproduzieren kann. Der Issue-Tracker
- findet sich hier: https://github.com/EventFahrplan/EventFahrplan/issues
+ 💣 Fehlerberichte sind herzlich willkommen! Bitte achte darauf, dass
+ du erklärst, wie man den Fehler reproduzieren kann. Der Issue-Tracker
+ findet sich hier: https://github.com/EventFahrplan/EventFahrplan/issues
- 🏆 Die App basiert auf der EventFahrplan-App
- https://f-droid.org/packages/info.metadude.android.congress.schedule/
- für den Kongress des Chaos Computer Clubs. Der Quellcode der Anwendung ist auf GitHub
- https://github.com/johnjohndoe/CampFahrplan/tree/clt-2023 zu finden.
+ 🏆 Die App basiert auf der EventFahrplan-App
+ https://f-droid.org/packages/info.metadude.android.congress.schedule/
+ für den Kongress des Chaos Computer Clubs. Der Quellcode der Anwendung ist auf GitHub
+ https://github.com/johnjohndoe/CampFahrplan/tree/clt-2023 zu finden.
- 🎨 CLT-Design von Sebastian Pettke.
+ 🎨 CLT-Design von Sebastian Pettke.
RepoType: git
Repo: https://github.com/johnjohndoe/CampFahrplan.git
@@ -78,9 +78,9 @@ Builds:
prebuild: cp local.properties gradle.properties
MaintainerNotes: |
- The branch for the CLT conference is maintained in a
- separate fork of the main repository on purpose in order
- to keep the latter well organized and less complex.
+ The branch for the CLT conference is maintained in a
+ separate fork of the main repository on purpose in order
+ to keep the latter well organized and less complex.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/info.metadude.android.congress.schedule.yml b/metadata/info.metadude.android.congress.schedule.yml
index 61e7d77e8a..05cb54a0d1 100644
--- a/metadata/info.metadude.android.congress.schedule.yml
+++ b/metadata/info.metadude.android.congress.schedule.yml
@@ -8,48 +8,48 @@ Liberapay: EventFahrplan
AutoName: 36C3 Schedule
Description: |
- Conference program app for the Chaos Communication Congress
+ Conference program app for the Chaos Communication Congress
- https://events.ccc.de/congress/2019
+ https://events.ccc.de/congress/2019
- Features
- * View program by day and rooms (side by side)
- * Custom grid layout for smartphones (try landscape mode 🙃) and tablets
- * Read detailed descriptions (speaker names, start time, room name, links, ...) of events
- * Add events to favorites list
- * Export favorites list
- * Setup alarms for individual events
- * Add events to your personal calendar
- * Share a website link to an event with others
- * Keep track of program changes
- * Automatic program updates (configurable in settings)
- * Vote and leave comments on talks and workshops
- * Integration with the c3nav indoor navigation project https://c3nav.de
- * Integration with the Engelsystem project https://engelsystem.de - Online tool for coordinating helpers and shifts on large events
- * Integration with the Chaosflix https://github.com/NiciDieNase/chaosflix - Android app for http://media.ccc.de, share Fahrplan favorites with Chaosflix to import them as bookmarks
+ Features
+ * View program by day and rooms (side by side)
+ * Custom grid layout for smartphones (try landscape mode 🙃) and tablets
+ * Read detailed descriptions (speaker names, start time, room name, links, ...) of events
+ * Add events to favorites list
+ * Export favorites list
+ * Setup alarms for individual events
+ * Add events to your personal calendar
+ * Share a website link to an event with others
+ * Keep track of program changes
+ * Automatic program updates (configurable in settings)
+ * Vote and leave comments on talks and workshops
+ * Integration with the c3nav indoor navigation project https://c3nav.de
+ * Integration with the Engelsystem project https://engelsystem.de - Online tool for coordinating helpers and shifts on large events
+ * Integration with the Chaosflix https://github.com/NiciDieNase/chaosflix - Android app for http://media.ccc.de, share Fahrplan favorites with Chaosflix to import them as bookmarks
- 🔤 Supported languages
- (Event descriptions excluded)
- * Dutch
- * English
- * French
- * German
- * Italian
- * Japanese
- * Polish
- * Portuguese
- * Russian
- * Spanish
- * Swedish
+ 🔤 Supported languages
+ (Event descriptions excluded)
+ * Dutch
+ * English
+ * French
+ * German
+ * Italian
+ * Japanese
+ * Polish
+ * Portuguese
+ * Russian
+ * Spanish
+ * Swedish
- 💡 Questions regarding the content can only be answered by the
- content team of the Congress. This app simply offers a way to
- consume and personalize the conference schedule.
+ 💡 Questions regarding the content can only be answered by the
+ content team of the Congress. This app simply offers a way to
+ consume and personalize the conference schedule.
- 💣 Bug reports are very welcome. It would be awesome if you
- can describe how to reproduce the particular error. The issue
- tracker can be found here:
- https://github.com/EventFahrplan/EventFahrplan/issues
+ 💣 Bug reports are very welcome. It would be awesome if you
+ can describe how to reproduce the particular error. The issue
+ tracker can be found here:
+ https://github.com/EventFahrplan/EventFahrplan/issues
RepoType: git
Repo: https://github.com/EventFahrplan/EventFahrplan.git
diff --git a/metadata/info.metadude.android.datenspuren.schedule.yml b/metadata/info.metadude.android.datenspuren.schedule.yml
index 9897ab8793..b04055ab38 100644
--- a/metadata/info.metadude.android.datenspuren.schedule.yml
+++ b/metadata/info.metadude.android.datenspuren.schedule.yml
@@ -10,50 +10,50 @@ Liberapay: EventFahrplan
AutoName: Datenspuren 2023 Fahrplan
Description: |
- Programm zur Datenspuren Konferenz
+ Programm zur Datenspuren Konferenz
- https://www.datenspuren.de
+ https://www.datenspuren.de
- Funktionen
- * Tagesüberblick über alle Programmpunkte
- * Beschreibung von Veranstaltungen lesen
- * Veranstaltungen in persönlicher Favoritenliste verwalten
- * Favoritenliste exportieren
- * Alarm für Veranstaltungen setzen
- * Veranstaltungen in Kalender eintragen
- * Link zu Veranstaltungen mit anderen teilen
- * Programmänderungen einsehen
- * Veranstaltungen bewerten
- * Integration mit dem Zengelsystem-Projekt https://engelsystem.de - Online-Tool für Helfer- und Schichtplanung auf großen Events
- * Integration mit Chaosflix https://github.com/NiciDieNase/chaosflix - Android App für https://media.ccc.de, teile Fahrplan-Favoriten mit Chaosflix und importiere sie als Bookmarks
+ Funktionen
+ * Tagesüberblick über alle Programmpunkte
+ * Beschreibung von Veranstaltungen lesen
+ * Veranstaltungen in persönlicher Favoritenliste verwalten
+ * Favoritenliste exportieren
+ * Alarm für Veranstaltungen setzen
+ * Veranstaltungen in Kalender eintragen
+ * Link zu Veranstaltungen mit anderen teilen
+ * Programmänderungen einsehen
+ * Veranstaltungen bewerten
+ * Integration mit dem Zengelsystem-Projekt https://engelsystem.de - Online-Tool für Helfer- und Schichtplanung auf großen Events
+ * Integration mit Chaosflix https://github.com/NiciDieNase/chaosflix - Android App für https://media.ccc.de, teile Fahrplan-Favoriten mit Chaosflix und importiere sie als Bookmarks
- 🔤 Unterstützte Sprachen
- (Programmtexte ausgenommen)
- * Deutsch
- * Englisch
- * Französisch
- * Italienisch
- * Japanisch
- * Niederländisch
- * Polnisch
- * Portugiesisch
- * Russisch
- * Spanisch
- * Schwedisch
+ 🔤 Unterstützte Sprachen
+ (Programmtexte ausgenommen)
+ * Deutsch
+ * Englisch
+ * Französisch
+ * Italienisch
+ * Japanisch
+ * Niederländisch
+ * Polnisch
+ * Portugiesisch
+ * Russisch
+ * Spanisch
+ * Schwedisch
- 💡 Inhaltliche Fragen zum Programm kann nur das Datenspuren-Team
- beantworten. Diese App stellt lediglich die Programmpunkte zur Verfügung.
+ 💡 Inhaltliche Fragen zum Programm kann nur das Datenspuren-Team
+ beantworten. Diese App stellt lediglich die Programmpunkte zur Verfügung.
- 💣 Fehlerberichte sind herzlich willkommen, aber achte darauf, dass
- du erklärst, wie man den Fehler reproduzieren kann. Der Issue-Tracker
- findet sich hier: https://github.com/EventFahrplan/EventFahrplan/issues
+ 💣 Fehlerberichte sind herzlich willkommen, aber achte darauf, dass
+ du erklärst, wie man den Fehler reproduzieren kann. Der Issue-Tracker
+ findet sich hier: https://github.com/EventFahrplan/EventFahrplan/issues
- 🏆 Die App basiert auf der EventFahrplan-App
- https://f-droid.org/packages/info.metadude.android.congress.schedule/
- für den Kongress des Chaos Computer Clubs. Der Quellcode der Anwendung ist auf GitHub
- https://github.com/johnjohndoe/CampFahrplan/tree/datenspuren-2023 zu finden.
+ 🏆 Die App basiert auf der EventFahrplan-App
+ https://f-droid.org/packages/info.metadude.android.congress.schedule/
+ für den Kongress des Chaos Computer Clubs. Der Quellcode der Anwendung ist auf GitHub
+ https://github.com/johnjohndoe/CampFahrplan/tree/datenspuren-2023 zu finden.
- 🎨 Datenspuren-Design von nek0
+ 🎨 Datenspuren-Design von nek0
RepoType: git
Repo: https://github.com/johnjohndoe/CampFahrplan.git
@@ -113,9 +113,9 @@ Builds:
prebuild: cp local.properties gradle.properties
MaintainerNotes: |
- The branch for the Datenspuren conference 2023 is maintained
- in a separate fork of the main repository on purpose in order
- to keep the latter well organized and less complex.
+ The branch for the Datenspuren conference 2023 is maintained
+ in a separate fork of the main repository on purpose in order
+ to keep the latter well organized and less complex.
ArchivePolicy: 1
AutoUpdateMode: None
diff --git a/metadata/info.metadude.android.debconf.schedule.yml b/metadata/info.metadude.android.debconf.schedule.yml
index 92ba0b5ab5..ad194a2368 100644
--- a/metadata/info.metadude.android.debconf.schedule.yml
+++ b/metadata/info.metadude.android.debconf.schedule.yml
@@ -9,58 +9,58 @@ Liberapay: EventFahrplan
AutoName: DebConf 2021 Schedule
Description: |
- Conference program app for the DebConf 2021 conference
+ Conference program app for the DebConf 2021 conference
- https://debconf21.debconf.org
+ https://debconf21.debconf.org
- About DebConf
- DebConf is the annual conference for Debian contributors
- and users interested in improving Debian. Previous Debian
- conferences have featured speakers and attendees from all
- around the world. DebConf19 took place in Curitiba, Brazil
- and was attended by 382 participants from 50 countries.
+ About DebConf
+ DebConf is the annual conference for Debian contributors
+ and users interested in improving Debian. Previous Debian
+ conferences have featured speakers and attendees from all
+ around the world. DebConf19 took place in Curitiba, Brazil
+ and was attended by 382 participants from 50 countries.
- Features
- * View program by day and rooms (side by side)
- * Custom grid layout for smartphones (try landscape mode 🙃) and tablets
- * Read detailed descriptions (speaker names, start time, room name, links, ...) of events
- * Add events to favorites list
- * Export favorites list
- * Setup alarms for individual events
- * Add events to your personal calendar
- * Share a website link to an event with others
- * Keep track of program changes
- * Automatic program updates (configurable in settings)
- * Vote and leave comments on DebConf talks and workshops
+ Features
+ * View program by day and rooms (side by side)
+ * Custom grid layout for smartphones (try landscape mode 🙃) and tablets
+ * Read detailed descriptions (speaker names, start time, room name, links, ...) of events
+ * Add events to favorites list
+ * Export favorites list
+ * Setup alarms for individual events
+ * Add events to your personal calendar
+ * Share a website link to an event with others
+ * Keep track of program changes
+ * Automatic program updates (configurable in settings)
+ * Vote and leave comments on DebConf talks and workshops
- 🔤 Supported languages
- (Event descriptions excluded)
- * Dutch
- * English
- * French
- * German
- * Italian
- * Japanese
- * Portuguese
- * Russian
- * Spanish
- * Swedish
+ 🔤 Supported languages
+ (Event descriptions excluded)
+ * Dutch
+ * English
+ * French
+ * German
+ * Italian
+ * Japanese
+ * Portuguese
+ * Russian
+ * Spanish
+ * Swedish
- 💡 Questions regarding the content can only be answered by the
- DebConf content team. This app simply offers a way to consume and
- personalize the conference schedule.
+ 💡 Questions regarding the content can only be answered by the
+ DebConf content team. This app simply offers a way to consume and
+ personalize the conference schedule.
- 💣 Bug reports are very welcome. It would be awesome if you
- can describe how to reproduce the particular error in the
- issue tracker at https://github.com/EventFahrplan/EventFahrplan/issues.
+ 💣 Bug reports are very welcome. It would be awesome if you
+ can describe how to reproduce the particular error in the
+ issue tracker at https://github.com/EventFahrplan/EventFahrplan/issues.
- 🏆 The app is based on the EventFahrplan app
- which was initially built for the camp and annual congress of
- the Chaos Computer Club. The source code of the app is publicly
- available on GitHub at:
- https://github.com/johnjohndoe/CampFahrplan/tree/debconf-2021.
+ 🏆 The app is based on the EventFahrplan app
+ which was initially built for the camp and annual congress of
+ the Chaos Computer Club. The source code of the app is publicly
+ available on GitHub at:
+ https://github.com/johnjohndoe/CampFahrplan/tree/debconf-2021.
- 🎨 DebConf Logo Design by Yao Wei and Jefferson Maier.
+ 🎨 DebConf Logo Design by Yao Wei and Jefferson Maier.
RepoType: git
Repo: https://github.com/johnjohndoe/CampFahrplan.git
@@ -75,9 +75,9 @@ Builds:
prebuild: cp local.properties gradle.properties
MaintainerNotes: |
- The branch for DebConf 2021 is maintained in a separate fork
- of the main repository on purpose in order to keep the latter
- well organized and less complex.
+ The branch for DebConf 2021 is maintained in a separate fork
+ of the main repository on purpose in order to keep the latter
+ well organized and less complex.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/info.metadude.android.divoc.schedule.yml b/metadata/info.metadude.android.divoc.schedule.yml
index 585c4bb120..41383feec0 100644
--- a/metadata/info.metadude.android.divoc.schedule.yml
+++ b/metadata/info.metadude.android.divoc.schedule.yml
@@ -7,51 +7,51 @@ Liberapay: EventFahrplan
AutoName: DiVOC Fahrplan
Description: |
- Programm App für das Digital Verteiltes Online-Chaos.
+ Programm App für das Digital Verteiltes Online-Chaos.
- https://di.c3voc.de
+ https://di.c3voc.de
- Wir spielen gerade ein sehr gefährliches Spiel auf unserem Planeten und jedes Mal, wenn wir sehen, dass es uns und unsere Lebensgrundlage zerstört, drücken wir dennoch immer wieder auf „continue“. In Wirklichkeit wird nur – wenn überhaupt – ein kompletter Reboot helfen, sowohl politisch als auch wirtschaftlich, sozial und auch kulturell. Wir haben nur eine Erde als Hardware und unser Life-Support läuft aus.
+ Wir spielen gerade ein sehr gefährliches Spiel auf unserem Planeten und jedes Mal, wenn wir sehen, dass es uns und unsere Lebensgrundlage zerstört, drücken wir dennoch immer wieder auf „continue“. In Wirklichkeit wird nur – wenn überhaupt – ein kompletter Reboot helfen, sowohl politisch als auch wirtschaftlich, sozial und auch kulturell. Wir haben nur eine Erde als Hardware und unser Life-Support läuft aus.
- Dabei ist die Diskussion, ob etwas getan werden muss, ehrlich gesagt auch schon durch. Deshalb muss jetzt endlich darüber geredet werden, was getan werden soll und wie. Und so ist das Motto des DiVOC zu Ostern „Reboot to Respawn“.
+ Dabei ist die Diskussion, ob etwas getan werden muss, ehrlich gesagt auch schon durch. Deshalb muss jetzt endlich darüber geredet werden, was getan werden soll und wie. Und so ist das Motto des DiVOC zu Ostern „Reboot to Respawn“.
- Funktionen:
- * Tagesüberblick über alle Programmpunkte (Vorträge und Self-Organized Sessions)
- * Beschreibung von Veranstaltungen lesen
- * Veranstaltungen in persönlicher Favoritenliste verwalten
- * Favoritenliste exportieren
- * Alarm für Veranstaltungen setzen
- * Veranstaltungen in Kalender eintragen
- * Link zu Veranstaltungen mit anderen teilen
- * Programmänderungen einsehen
- * Bewertungen und Kommentare für Vorträge und Workshops hinterlassen
- * Integration mit dem Engelsystem-Projekt https://engelsystem.de - Online-Tool für Helfer- und Schichtplanung auf großen Events
- * Integration mit Chaosflix https://github.com/NiciDieNase/chaosflix - Android App für https://media.ccc.de, teile Fahrplan-Favoriten mit Chaosflix und importiere sie als Bookmarks
+ Funktionen:
+ * Tagesüberblick über alle Programmpunkte (Vorträge und Self-Organized Sessions)
+ * Beschreibung von Veranstaltungen lesen
+ * Veranstaltungen in persönlicher Favoritenliste verwalten
+ * Favoritenliste exportieren
+ * Alarm für Veranstaltungen setzen
+ * Veranstaltungen in Kalender eintragen
+ * Link zu Veranstaltungen mit anderen teilen
+ * Programmänderungen einsehen
+ * Bewertungen und Kommentare für Vorträge und Workshops hinterlassen
+ * Integration mit dem Engelsystem-Projekt https://engelsystem.de - Online-Tool für Helfer- und Schichtplanung auf großen Events
+ * Integration mit Chaosflix https://github.com/NiciDieNase/chaosflix - Android App für https://media.ccc.de, teile Fahrplan-Favoriten mit Chaosflix und importiere sie als Bookmarks
- 🔤 Unterstützte Sprachen
- (Programmtexte ausgenommen)
- * Deutsch
- * Englisch
- * Französisch
- * Italienisch
- * Japanisch
- * Niederländisch
- * Polnisch
- * Portugiesisch
- * Russisch
- * Spanisch
- * Schwedisch
+ 🔤 Unterstützte Sprachen
+ (Programmtexte ausgenommen)
+ * Deutsch
+ * Englisch
+ * Französisch
+ * Italienisch
+ * Japanisch
+ * Niederländisch
+ * Polnisch
+ * Portugiesisch
+ * Russisch
+ * Spanisch
+ * Schwedisch
- 💡 Inhaltliche Fragen zum Programm kann nur das Content-Team vom DiVOC beantworten. Diese App stellt lediglich das Programm zur Verfügung.
+ 💡 Inhaltliche Fragen zum Programm kann nur das Content-Team vom DiVOC beantworten. Diese App stellt lediglich das Programm zur Verfügung.
- 💣 Fehlerberichte sind herzlich willkommen, aber achte darauf, dass du erklärst, wie man den Fehler reproduzieren kann. Bitte nutze den Issue-Tracker: https://github.com/EventFahrplan/EventFahrplan/issues.
+ 💣 Fehlerberichte sind herzlich willkommen, aber achte darauf, dass du erklärst, wie man den Fehler reproduzieren kann. Bitte nutze den Issue-Tracker: https://github.com/EventFahrplan/EventFahrplan/issues.
- 🏆 Die App basiert auf der EventFahrplan-App
- https://play.google.com/store/apps/details?id=info.metadude.android.congress.schedule
- für den Kongress des Chaos Computer Clubs. Der Quellcode der Anwendung ist auf GitHub
- https://github.com/johnjohndoe/CampFahrplan/tree/divoc-2021 zu finden.
+ 🏆 Die App basiert auf der EventFahrplan-App
+ https://play.google.com/store/apps/details?id=info.metadude.android.congress.schedule
+ für den Kongress des Chaos Computer Clubs. Der Quellcode der Anwendung ist auf GitHub
+ https://github.com/johnjohndoe/CampFahrplan/tree/divoc-2021 zu finden.
- 🎨 DiVOC Design von faab_e: https://twitter.com/faab_e
+ 🎨 DiVOC Design von faab_e: https://twitter.com/faab_e
RepoType: git
Repo: https://github.com/johnjohndoe/CampFahrplan.git
diff --git a/metadata/info.metadude.android.fosdem.schedule.yml b/metadata/info.metadude.android.fosdem.schedule.yml
index 4e7716a0a6..28a58bc6ae 100644
--- a/metadata/info.metadude.android.fosdem.schedule.yml
+++ b/metadata/info.metadude.android.fosdem.schedule.yml
@@ -10,61 +10,61 @@ Liberapay: EventFahrplan
AutoName: FOSDEM Schedule
Description: |
- Conference program app for the FOSDEM conference
+ Conference program app for the FOSDEM conference
- https://fosdem.org
+ https://fosdem.org
- About FOSDEM
- FOSDEM is a free event that offers open source communities a
- place to meet, share ideas and collaborate.
- Every year, thousands of developers of free and open source
- software from all over the world gather at the event.
+ About FOSDEM
+ FOSDEM is a free event that offers open source communities a
+ place to meet, share ideas and collaborate.
+ Every year, thousands of developers of free and open source
+ software from all over the world gather at the event.
- Features
- * View program by day and rooms (side by side)
- * Custom grid layout for smartphones (try landscape mode 🙃) and tablets
- * Read detailed descriptions (speaker names, start time, room name, links, ...) of events
- * Add events to favorites list
- * Export favorites list
- * Setup alarms for individual events
- * Add events to your personal calendar
- * Share a website link to an event with others
- * Keep track of program changes
- * Automatic program updates (configurable in settings)
- * Vote and leave comments on FOSDEM talks and workshops
- * Integration with the c3nav indoor navigation project https://nav.fosdem.org
+ Features
+ * View program by day and rooms (side by side)
+ * Custom grid layout for smartphones (try landscape mode 🙃) and tablets
+ * Read detailed descriptions (speaker names, start time, room name, links, ...) of events
+ * Add events to favorites list
+ * Export favorites list
+ * Setup alarms for individual events
+ * Add events to your personal calendar
+ * Share a website link to an event with others
+ * Keep track of program changes
+ * Automatic program updates (configurable in settings)
+ * Vote and leave comments on FOSDEM talks and workshops
+ * Integration with the c3nav indoor navigation project https://nav.fosdem.org
- 🔤 Supported languages
- (Event descriptions excluded)
- * Dutch
- * English
- * French
- * German
- * Italian
- * Japanese
- * Polish
- * Portuguese
- * Russian
- * Spanish
- * Swedish
+ 🔤 Supported languages
+ (Event descriptions excluded)
+ * Dutch
+ * English
+ * French
+ * German
+ * Italian
+ * Japanese
+ * Polish
+ * Portuguese
+ * Russian
+ * Spanish
+ * Swedish
- 💡 Questions regarding the content can only be answered by the
- FOSDEM content team. This app simply offers a way to consume and
- personalize the conference schedule.
+ 💡 Questions regarding the content can only be answered by the
+ FOSDEM content team. This app simply offers a way to consume and
+ personalize the conference schedule.
- 💣 Bug reports are very welcome. It would be awesome if you
- can describe how to reproduce the particular error in the
- issue tracker at: https://github.com/EventFahrplan/EventFahrplan/issues.
+ 💣 Bug reports are very welcome. It would be awesome if you
+ can describe how to reproduce the particular error in the
+ issue tracker at: https://github.com/EventFahrplan/EventFahrplan/issues.
- 🏆 The app is based on the EventFahrplan app
- https://f-droid.org/packages/info.metadude.android.rc3.schedule
- which was initially built for the camp and annual congress of
- the Chaos Computer Club. The source code of the app is publicly
- available on GitHub at:
- https://github.com/johnjohndoe/CampFahrplan/tree/fosdem-2023.
+ 🏆 The app is based on the EventFahrplan app
+ https://f-droid.org/packages/info.metadude.android.rc3.schedule
+ which was initially built for the camp and annual congress of
+ the Chaos Computer Club. The source code of the app is publicly
+ available on GitHub at:
+ https://github.com/johnjohndoe/CampFahrplan/tree/fosdem-2023.
- 🎨 The name FOSDEM and the gear logo are registered trademarks
- of FOSDEM VZW. Used with permission.
+ 🎨 The name FOSDEM and the gear logo are registered trademarks
+ of FOSDEM VZW. Used with permission.
RepoType: git
Repo: https://github.com/johnjohndoe/CampFahrplan.git
diff --git a/metadata/info.metadude.android.foss4g.schedule.yml b/metadata/info.metadude.android.foss4g.schedule.yml
index 73d46b6ca1..eef343cda7 100644
--- a/metadata/info.metadude.android.foss4g.schedule.yml
+++ b/metadata/info.metadude.android.foss4g.schedule.yml
@@ -10,66 +10,66 @@ Liberapay: EventFahrplan
AutoName: FOSS4G 2023 Schedule
Description: |
- Conference program app for the FOSS4G 2023 Prizren conference
+ Conference program app for the FOSS4G 2023 Prizren conference
- https://2023.foss4g.org
+ https://2023.foss4g.org
- About FOSS4G
- FOSS4G means Free and Open Source Software for Geospatial.
+ About FOSS4G
+ FOSS4G means Free and Open Source Software for Geospatial.
- Organized by OSGeo and with more than 17 years of experience, this
- international anual gathering of location enthusiasts is the
- largest global gathering for geospatial software.
+ Organized by OSGeo and with more than 17 years of experience, this
+ international anual gathering of location enthusiasts is the
+ largest global gathering for geospatial software.
- FOSS4G brings together developers, users, decision-makers and
- observers from a broad spectrum of organizations and fields of
- operation. Through six days of workshops, presentations,
- discussions, and cooperation, FOSS4G participants create
- effective and relevant geospatial products, standards, and
- protocols.
+ FOSS4G brings together developers, users, decision-makers and
+ observers from a broad spectrum of organizations and fields of
+ operation. Through six days of workshops, presentations,
+ discussions, and cooperation, FOSS4G participants create
+ effective and relevant geospatial products, standards, and
+ protocols.
- Features
- * View program by day and rooms (side by side)
- * Custom grid layout for smartphones (try landscape mode 🙃) and tablets
- * Read detailed descriptions (speaker names, start time, room name, links, ...) of events
- * Add events to favorites list
- * Export favorites list
- * Setup alarms for individual events
- * Add events to your personal calendar
- * Share a website link to an event with others
- * Keep track of program changes
- * Automatic program updates (configurable in settings)
- * Vote and leave comments on talks and workshops
+ Features
+ * View program by day and rooms (side by side)
+ * Custom grid layout for smartphones (try landscape mode 🙃) and tablets
+ * Read detailed descriptions (speaker names, start time, room name, links, ...) of events
+ * Add events to favorites list
+ * Export favorites list
+ * Setup alarms for individual events
+ * Add events to your personal calendar
+ * Share a website link to an event with others
+ * Keep track of program changes
+ * Automatic program updates (configurable in settings)
+ * Vote and leave comments on talks and workshops
- 🔤 Supported languages
- (Event descriptions excluded)
- * Dutch
- * English
- * French
- * German
- * Italian
- * Japanese
- * Polish
- * Portuguese
- * Russian
- * Spanish
- * Swedish
+ 🔤 Supported languages
+ (Event descriptions excluded)
+ * Dutch
+ * English
+ * French
+ * German
+ * Italian
+ * Japanese
+ * Polish
+ * Portuguese
+ * Russian
+ * Spanish
+ * Swedish
- 💡 Questions regarding the content can only be answered by the
- FOSS4G content team. This app simply offers a way to consume and
- personalize the conference schedule.
+ 💡 Questions regarding the content can only be answered by the
+ FOSS4G content team. This app simply offers a way to consume and
+ personalize the conference schedule.
- 💣 Bug reports are very welcome. It would be awesome if you
- can describe how to reproduce the particular error in the
- issue tracker at https://github.com/EventFahrplan/EventFahrplan/issues.
+ 💣 Bug reports are very welcome. It would be awesome if you
+ can describe how to reproduce the particular error in the
+ issue tracker at https://github.com/EventFahrplan/EventFahrplan/issues.
- 🏆 The app is based on the EventFahrplan app
- which was initially built for the camp and annual congress of
- the Chaos Computer Club. The source code of the app is publicly
- available on GitHub at:
- https://github.com/johnjohndoe/CampFahrplan/tree/foss4g-2023.
+ 🏆 The app is based on the EventFahrplan app
+ which was initially built for the camp and annual congress of
+ the Chaos Computer Club. The source code of the app is publicly
+ available on GitHub at:
+ https://github.com/johnjohndoe/CampFahrplan/tree/foss4g-2023.
- 🎨 FOSS4G Logo Design by Albert Lekaj.
+ 🎨 FOSS4G Logo Design by Albert Lekaj.
RepoType: git
Repo: https://github.com/johnjohndoe/CampFahrplan.git
@@ -108,9 +108,9 @@ Builds:
prebuild: cp local.properties gradle.properties
MaintainerNotes: |
- The branch for FOSS4G 2023 is maintained in a separate fork
- of the main repository on purpose in order to keep the latter
- well organized and less complex.
+ The branch for FOSS4G 2023 is maintained in a separate fork
+ of the main repository on purpose in order to keep the latter
+ well organized and less complex.
ArchivePolicy: 1
AutoUpdateMode: None
diff --git a/metadata/info.metadude.android.gpn.schedule.yml b/metadata/info.metadude.android.gpn.schedule.yml
index 1f1914b761..ee108714c8 100644
--- a/metadata/info.metadude.android.gpn.schedule.yml
+++ b/metadata/info.metadude.android.gpn.schedule.yml
@@ -10,49 +10,49 @@ Liberapay: EventFahrplan
AutoName: GPN Fahrplan
Description: |
- Programm App für die Gulaschprogrammiernacht.
+ Programm App für die Gulaschprogrammiernacht.
- https://gulas.ch
+ https://gulas.ch
- Die Gulaschprogrammiernacht (kurz: GPN) ist ein 4-tägiger Kongress, der vom Entropia e.V. (CCC Karlsruhe) einmal jährlich veranstaltet wird. Der Name ist bei der GPN wörtlich zu nehmen, denn immer wieder schafft es auch ein Haufen Hacker eine große Menge Gulasch zuzubereiten, um die Gäste zu nähren, damit sie gestärkt zum nächsten Vortrag - über Programmierung oder Gesellschaft - oder zum Programmieren ins Hackcenter gehen können.
+ Die Gulaschprogrammiernacht (kurz: GPN) ist ein 4-tägiger Kongress, der vom Entropia e.V. (CCC Karlsruhe) einmal jährlich veranstaltet wird. Der Name ist bei der GPN wörtlich zu nehmen, denn immer wieder schafft es auch ein Haufen Hacker eine große Menge Gulasch zuzubereiten, um die Gäste zu nähren, damit sie gestärkt zum nächsten Vortrag - über Programmierung oder Gesellschaft - oder zum Programmieren ins Hackcenter gehen können.
- Funktionen:
- * Tagesüberblick über alle Programmpunkte (Vorträge und Self-Organized Sessions)
- * Beschreibung von Veranstaltungen lesen
- * Veranstaltungen in persönlicher Favoritenliste verwalten
- * Favoritenliste exportieren
- * Alarm für Veranstaltungen setzen
- * Veranstaltungen in Kalender eintragen
- * Link zu Veranstaltungen mit anderen teilen
- * Programmänderungen einsehen
- * Bewertungen und Kommentare für Vorträge und Workshops hinterlassen
- * Integration mit dem Trollsystem https://engelsystem.de - Online-Tool für Helfer- und Schichtplanung auf großen Events
- * Integration mit Chaosflix https://github.com/NiciDieNase/chaosflix - Android App für https://media.ccc.de, teile Fahrplan-Favoriten mit Chaosflix und importiere sie als Bookmarks
+ Funktionen:
+ * Tagesüberblick über alle Programmpunkte (Vorträge und Self-Organized Sessions)
+ * Beschreibung von Veranstaltungen lesen
+ * Veranstaltungen in persönlicher Favoritenliste verwalten
+ * Favoritenliste exportieren
+ * Alarm für Veranstaltungen setzen
+ * Veranstaltungen in Kalender eintragen
+ * Link zu Veranstaltungen mit anderen teilen
+ * Programmänderungen einsehen
+ * Bewertungen und Kommentare für Vorträge und Workshops hinterlassen
+ * Integration mit dem Trollsystem https://engelsystem.de - Online-Tool für Helfer- und Schichtplanung auf großen Events
+ * Integration mit Chaosflix https://github.com/NiciDieNase/chaosflix - Android App für https://media.ccc.de, teile Fahrplan-Favoriten mit Chaosflix und importiere sie als Bookmarks
- 🔤 Unterstützte Sprachen
- (Programmtexte ausgenommen)
- * Deutsch
- * Englisch
- * Französisch
- * Italienisch
- * Japanisch
- * Niederländisch
- * Polnisch
- * Portugiesisch
- * Russisch
- * Spanisch
- * Schwedisch
+ 🔤 Unterstützte Sprachen
+ (Programmtexte ausgenommen)
+ * Deutsch
+ * Englisch
+ * Französisch
+ * Italienisch
+ * Japanisch
+ * Niederländisch
+ * Polnisch
+ * Portugiesisch
+ * Russisch
+ * Spanisch
+ * Schwedisch
- 💡 Inhaltliche Fragen zum Programm kann nur das Content-Team der GPN beantworten. Diese App stellt lediglich das Programm zur Verfügung.
+ 💡 Inhaltliche Fragen zum Programm kann nur das Content-Team der GPN beantworten. Diese App stellt lediglich das Programm zur Verfügung.
- 💣 Fehlerberichte sind herzlich willkommen, aber achte darauf, dass du erklärst, wie man den Fehler reproduzieren kann. Bitte nutze den Issue-Tracker: https://github.com/EventFahrplan/EventFahrplan/issues.
+ 💣 Fehlerberichte sind herzlich willkommen, aber achte darauf, dass du erklärst, wie man den Fehler reproduzieren kann. Bitte nutze den Issue-Tracker: https://github.com/EventFahrplan/EventFahrplan/issues.
- 🏆 Die App basiert auf der EventFahrplan-App
- https://play.google.com/store/apps/details?id=info.metadude.android.congress.schedule
- für den Kongress des Chaos Computer Clubs. Der Quellcode der Anwendung ist auf GitHub
- https://github.com/johnjohndoe/CampFahrplan/tree/gpn-2023 zu finden.
+ 🏆 Die App basiert auf der EventFahrplan-App
+ https://play.google.com/store/apps/details?id=info.metadude.android.congress.schedule
+ für den Kongress des Chaos Computer Clubs. Der Quellcode der Anwendung ist auf GitHub
+ https://github.com/johnjohndoe/CampFahrplan/tree/gpn-2023 zu finden.
- 🎨 Logo-Design: Entropia e.V. (CC-BY-ND-NC)
+ 🎨 Logo-Design: Entropia e.V. (CC-BY-ND-NC)
RepoType: git
Repo: https://github.com/johnjohndoe/CampFahrplan.git
@@ -78,9 +78,9 @@ Builds:
prebuild: cp local.properties gradle.properties
MaintainerNotes: |
- The branch for GPN 2023 is maintained in a separate fork
- of the main repository on purpose in order to keep the latter
- well organized and less complex.
+ The branch for GPN 2023 is maintained in a separate fork
+ of the main repository on purpose in order to keep the latter
+ well organized and less complex.
ArchivePolicy: 1
AutoUpdateMode: None
diff --git a/metadata/info.metadude.android.hope.schedule.yml b/metadata/info.metadude.android.hope.schedule.yml
index c25fbdacf1..c4dc8f960c 100644
--- a/metadata/info.metadude.android.hope.schedule.yml
+++ b/metadata/info.metadude.android.hope.schedule.yml
@@ -10,68 +10,68 @@ Liberapay: EventFahrplan
AutoName: HOPE 2022 Schedule
Description: |
- Program app for the HOPE conference 2022
+ Program app for the HOPE conference 2022
- https://hope.net
+ https://hope.net
- A New HOPE will be a transformational conference
- for the hacker community -- in so many ways. We've
- all been through a lot, and it's been challenging.
- It is a time to come together again to inspire,
- transform, and share HOPE.
+ A New HOPE will be a transformational conference
+ for the hacker community -- in so many ways. We've
+ all been through a lot, and it's been challenging.
+ It is a time to come together again to inspire,
+ transform, and share HOPE.
- A New HOPE will be live and in person, and at a
- great new venue. St. John's University has more
- space, more possibilities, and offers us much
- more support for HOPE far into the future.
+ A New HOPE will be live and in person, and at a
+ great new venue. St. John's University has more
+ space, more possibilities, and offers us much
+ more support for HOPE far into the future.
- We will miss our old long-time home, the Hotel
- Pennsylvania, which is, sadly, being demolished.
- But we are now ready for our next chapter. We hope
- you'll join us for this this exciting bit of history
- as we create A New HOPE together.
+ We will miss our old long-time home, the Hotel
+ Pennsylvania, which is, sadly, being demolished.
+ But we are now ready for our next chapter. We hope
+ you'll join us for this this exciting bit of history
+ as we create A New HOPE together.
- Features
- * View program by day and rooms (side by side)
- * Custom grid layout for smartphones (try landscape mode 🙃) and tablets
- * Read detailed descriptions (speaker names, start time, room name, links, ...) of events
- * Add events to favorites list
- * Export favorites list
- * Setup alarms for individual events
- * Add events to your personal calendar
- * Share a website link to an event with others
- * Keep track of program changes
- * Automatic program updates (configurable in settings)
- * Integration with the Engelsystem project https://engelsystem.de - Online tool for coordinating helpers and shifts on large events
+ Features
+ * View program by day and rooms (side by side)
+ * Custom grid layout for smartphones (try landscape mode 🙃) and tablets
+ * Read detailed descriptions (speaker names, start time, room name, links, ...) of events
+ * Add events to favorites list
+ * Export favorites list
+ * Setup alarms for individual events
+ * Add events to your personal calendar
+ * Share a website link to an event with others
+ * Keep track of program changes
+ * Automatic program updates (configurable in settings)
+ * Integration with the Engelsystem project https://engelsystem.de - Online tool for coordinating helpers and shifts on large events
- 🔤 Supported languages
- (Event descriptions excluded)
- * Dutch
- * English
- * French
- * German
- * Italian
- * Japanese
- * Portuguese
- * Russian
- * Spanish
- * Swedish
+ 🔤 Supported languages
+ (Event descriptions excluded)
+ * Dutch
+ * English
+ * French
+ * German
+ * Italian
+ * Japanese
+ * Portuguese
+ * Russian
+ * Spanish
+ * Swedish
- 💡 Questions regarding the content can only be answered by the
- HOPE Conference content team. This app simply offers a
- way to consume and personalize the conference schedule.
+ 💡 Questions regarding the content can only be answered by the
+ HOPE Conference content team. This app simply offers a
+ way to consume and personalize the conference schedule.
- 💣 Bug reports are very welcome. It would be awesome if you
- can describe how to reproduce the particular error in the
- issue tracker at https://github.com/EventFahrplan/EventFahrplan/issues.
+ 💣 Bug reports are very welcome. It would be awesome if you
+ can describe how to reproduce the particular error in the
+ issue tracker at https://github.com/EventFahrplan/EventFahrplan/issues.
- 🏆 The app is based on the EventFahrplan app
- which was initially built for the camp and annual congress of
- the Chaos Computer Club. The source code of the app is publicly
- available on GitHub at:
- https://github.com/johnjohndoe/CampFahrplan/tree/hope-2022.
+ 🏆 The app is based on the EventFahrplan app
+ which was initially built for the camp and annual congress of
+ the Chaos Computer Club. The source code of the app is publicly
+ available on GitHub at:
+ https://github.com/johnjohndoe/CampFahrplan/tree/hope-2022.
- 🎨 HOPE artwork by Stefan Malenski.
+ 🎨 HOPE artwork by Stefan Malenski.
RepoType: git
Repo: https://github.com/johnjohndoe/CampFahrplan.git
@@ -102,9 +102,9 @@ Builds:
prebuild: cp local.properties gradle.properties
MaintainerNotes: |
- The branch for the HOPE Conference 2022 is maintained
- in a separate fork of the main repository on purpose in order
- to keep the latter well organized and less complex.
+ The branch for the HOPE Conference 2022 is maintained
+ in a separate fork of the main repository on purpose in order
+ to keep the latter well organized and less complex.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/info.metadude.android.libreoffice.schedule.yml b/metadata/info.metadude.android.libreoffice.schedule.yml
index 16eea38458..c20d52f354 100644
--- a/metadata/info.metadude.android.libreoffice.schedule.yml
+++ b/metadata/info.metadude.android.libreoffice.schedule.yml
@@ -10,59 +10,59 @@ Liberapay: EventFahrplan
AutoName: LibreOffice 2022 Schedule
Description: |
- Program app for the LibreOffice Conference 2022
+ Program app for the LibreOffice Conference 2022
- https://conference.libreoffice.org
+ https://conference.libreoffice.org
- About the LibreOffice Conference
- The LibreOffice Conference is the annual gathering of the
- worldwide LibreOffice Community and interested developers,
- marketers, adopters, end-users, and supporters.
+ About the LibreOffice Conference
+ The LibreOffice Conference is the annual gathering of the
+ worldwide LibreOffice Community and interested developers,
+ marketers, adopters, end-users, and supporters.
- Our program reflects the broad engagement and diversity
- of the community: it includes talks and workshops from
- various areas of the project.
+ Our program reflects the broad engagement and diversity
+ of the community: it includes talks and workshops from
+ various areas of the project.
- Features
- * View program by day and rooms (side by side)
- * Custom grid layout for smartphones (try landscape mode 🙃) and tablets
- * Read detailed descriptions (speaker names, start time, room name, links, ...) of events
- * Add events to favorites list
- * Export favorites list
- * Setup alarms for individual events
- * Add events to your personal calendar
- * Share a website link to an event with others
- * Keep track of program changes
- * Automatic program updates (configurable in settings)
+ Features
+ * View program by day and rooms (side by side)
+ * Custom grid layout for smartphones (try landscape mode 🙃) and tablets
+ * Read detailed descriptions (speaker names, start time, room name, links, ...) of events
+ * Add events to favorites list
+ * Export favorites list
+ * Setup alarms for individual events
+ * Add events to your personal calendar
+ * Share a website link to an event with others
+ * Keep track of program changes
+ * Automatic program updates (configurable in settings)
- 🔤 Supported languages
- (Event descriptions excluded)
- * Dutch
- * English
- * French
- * German
- * Italian
- * Japanese
- * Portuguese
- * Russian
- * Spanish
- * Swedish
+ 🔤 Supported languages
+ (Event descriptions excluded)
+ * Dutch
+ * English
+ * French
+ * German
+ * Italian
+ * Japanese
+ * Portuguese
+ * Russian
+ * Spanish
+ * Swedish
- 💡 Questions regarding the content can only be answered by the
- LibreOffice Conference content team. This app simply offers a
- way to consume and personalize the conference schedule.
+ 💡 Questions regarding the content can only be answered by the
+ LibreOffice Conference content team. This app simply offers a
+ way to consume and personalize the conference schedule.
- 💣 Bug reports are very welcome. It would be awesome if you
- can describe how to reproduce the particular error in the
- issue tracker at https://github.com/EventFahrplan/EventFahrplan/issues.
+ 💣 Bug reports are very welcome. It would be awesome if you
+ can describe how to reproduce the particular error in the
+ issue tracker at https://github.com/EventFahrplan/EventFahrplan/issues.
- 🏆 The app is based on the EventFahrplan app
- which was initially built for the camp and annual congress of
- the Chaos Computer Club. The source code of the app is publicly
- available on GitHub at:
- https://github.com/johnjohndoe/CampFahrplan/tree/libreoffice-2022.
+ 🏆 The app is based on the EventFahrplan app
+ which was initially built for the camp and annual congress of
+ the Chaos Computer Club. The source code of the app is publicly
+ available on GitHub at:
+ https://github.com/johnjohndoe/CampFahrplan/tree/libreoffice-2022.
- 🎨 LibreOffice Logo Design by Italo Vignoli.
+ 🎨 LibreOffice Logo Design by Italo Vignoli.
RepoType: git
Repo: https://github.com/johnjohndoe/CampFahrplan.git
@@ -93,9 +93,9 @@ Builds:
prebuild: cp local.properties gradle.properties
MaintainerNotes: |
- The branch for the LibreOffice Conference 2022 is maintained
- in a separate fork of the main repository on purpose in order
- to keep the latter well organized and less complex.
+ The branch for the LibreOffice Conference 2022 is maintained
+ in a separate fork of the main repository on purpose in order
+ to keep the latter well organized and less complex.
ArchivePolicy: 1
AutoUpdateMode: None
diff --git a/metadata/info.metadude.android.mrmcd.schedule.yml b/metadata/info.metadude.android.mrmcd.schedule.yml
index d2134f4001..1c80cf486f 100644
--- a/metadata/info.metadude.android.mrmcd.schedule.yml
+++ b/metadata/info.metadude.android.mrmcd.schedule.yml
@@ -10,50 +10,50 @@ Liberapay: EventFahrplan
AutoName: MRMCD 2023 Fahrplan
Description: |
- Programm zur MRMCD Konferenz
+ Programm zur MRMCD Konferenz
- https://2023.mrmcd.net
+ https://2023.mrmcd.net
- Funktionen
- * Tagesüberblick über alle Programmpunkte
- * Beschreibung von Veranstaltungen lesen
- * Veranstaltungen in persönlicher Favoritenliste verwalten
- * Favoritenliste exportieren
- * Alarm für Veranstaltungen setzen
- * Veranstaltungen in Kalender eintragen
- * Link zu Veranstaltungen mit anderen teilen
- * Programmänderungen einsehen
- * Veranstaltungen bewerten
- * Integration mit dem Engelsystem-Projekt https://engel.mrmcd.net - Online-Tool für Helfer- und Schichtplanung auf großen Events
- * Integration mit Chaosflix https://github.com/NiciDieNase/chaosflix - Android App für https://media.ccc.de, teile Fahrplan-Favoriten mit Chaosflix und importiere sie als Bookmarks
+ Funktionen
+ * Tagesüberblick über alle Programmpunkte
+ * Beschreibung von Veranstaltungen lesen
+ * Veranstaltungen in persönlicher Favoritenliste verwalten
+ * Favoritenliste exportieren
+ * Alarm für Veranstaltungen setzen
+ * Veranstaltungen in Kalender eintragen
+ * Link zu Veranstaltungen mit anderen teilen
+ * Programmänderungen einsehen
+ * Veranstaltungen bewerten
+ * Integration mit dem Engelsystem-Projekt https://engel.mrmcd.net - Online-Tool für Helfer- und Schichtplanung auf großen Events
+ * Integration mit Chaosflix https://github.com/NiciDieNase/chaosflix - Android App für https://media.ccc.de, teile Fahrplan-Favoriten mit Chaosflix und importiere sie als Bookmarks
- 🔤 Unterstützte Sprachen
- (Programmtexte ausgenommen)
- * Deutsch
- * Englisch
- * Französisch
- * Italienisch
- * Japanisch
- * Niederländisch
- * Polnisch
- * Portugiesisch
- * Russisch
- * Spanisch
- * Schwedisch
+ 🔤 Unterstützte Sprachen
+ (Programmtexte ausgenommen)
+ * Deutsch
+ * Englisch
+ * Französisch
+ * Italienisch
+ * Japanisch
+ * Niederländisch
+ * Polnisch
+ * Portugiesisch
+ * Russisch
+ * Spanisch
+ * Schwedisch
- 💡 Inhaltliche Fragen zum Programm kann nur das MRMCD-Team
- beantworten. Diese App stellt lediglich die Programmpunkte zur Verfügung.
+ 💡 Inhaltliche Fragen zum Programm kann nur das MRMCD-Team
+ beantworten. Diese App stellt lediglich die Programmpunkte zur Verfügung.
- 💣 Fehlerberichte sind herzlich willkommen, aber achte darauf, dass
- du erklärst, wie man den Fehler reproduzieren kann. Der Issue-Tracker
- findet sich hier: https://github.com/EventFahrplan/EventFahrplan/issues
+ 💣 Fehlerberichte sind herzlich willkommen, aber achte darauf, dass
+ du erklärst, wie man den Fehler reproduzieren kann. Der Issue-Tracker
+ findet sich hier: https://github.com/EventFahrplan/EventFahrplan/issues
- 🏆 Die App basiert auf der EventFahrplan-App
- https://f-droid.org/packages/info.metadude.android.congress.schedule/
- für den Kongress des Chaos Computer Clubs. Der Quellcode der Anwendung ist auf GitHub
- https://github.com/johnjohndoe/CampFahrplan/tree/mrmcd-2023 zu finden.
+ 🏆 Die App basiert auf der EventFahrplan-App
+ https://f-droid.org/packages/info.metadude.android.congress.schedule/
+ für den Kongress des Chaos Computer Clubs. Der Quellcode der Anwendung ist auf GitHub
+ https://github.com/johnjohndoe/CampFahrplan/tree/mrmcd-2023 zu finden.
- 🎨 MRMCD-Design von caro
+ 🎨 MRMCD-Design von caro
RepoType: git
Repo: https://github.com/johnjohndoe/CampFahrplan.git
@@ -68,9 +68,9 @@ Builds:
prebuild: cp local.properties gradle.properties
MaintainerNotes: |
- The branch for MRMCD 2023 is maintained in a separate fork
- of the main repository on purpose in order to keep the latter
- well organized and less complex.
+ The branch for MRMCD 2023 is maintained in a separate fork
+ of the main repository on purpose in order to keep the latter
+ well organized and less complex.
ArchivePolicy: 1
AutoUpdateMode: None
diff --git a/metadata/info.metadude.android.pyconza.schedule.yml b/metadata/info.metadude.android.pyconza.schedule.yml
index cb65fb5cc6..419935c986 100644
--- a/metadata/info.metadude.android.pyconza.schedule.yml
+++ b/metadata/info.metadude.android.pyconza.schedule.yml
@@ -9,57 +9,57 @@ Liberapay: EventFahrplan
AutoName: PyConZA 2021 Schedule
Description: |
- Conference program app for the PyConZA 2021 conference
+ Conference program app for the PyConZA 2021 conference
- https://za.pycon.org
+ https://za.pycon.org
- About PyConZA
- PyConZA is the annual gathering of the South African community using
- and developing the open-source Python programming language. PyConZA
- is organized by the Python community for the community. We'd like
- PyConZA to be accessible to as many people as possible and to foster
- unique solutions to the challenges we face in Africa.
+ About PyConZA
+ PyConZA is the annual gathering of the South African community using
+ and developing the open-source Python programming language. PyConZA
+ is organized by the Python community for the community. We'd like
+ PyConZA to be accessible to as many people as possible and to foster
+ unique solutions to the challenges we face in Africa.
- Features
- * View program by day and rooms (side by side)
- * Custom grid layout for smartphones (try landscape mode 🙃) and tablets
- * Read detailed descriptions (speaker names, start time, room name, links, ...) of events
- * Add events to favorites list
- * Export favorites list
- * Setup alarms for individual events
- * Add events to your personal calendar
- * Share a website link to an event with others
- * Keep track of program changes
- * Automatic program updates (configurable in settings)
+ Features
+ * View program by day and rooms (side by side)
+ * Custom grid layout for smartphones (try landscape mode 🙃) and tablets
+ * Read detailed descriptions (speaker names, start time, room name, links, ...) of events
+ * Add events to favorites list
+ * Export favorites list
+ * Setup alarms for individual events
+ * Add events to your personal calendar
+ * Share a website link to an event with others
+ * Keep track of program changes
+ * Automatic program updates (configurable in settings)
- 🔤 Supported languages
- (Event descriptions excluded)
- * Dutch
- * English
- * French
- * German
- * Italian
- * Japanese
- * Portuguese
- * Russian
- * Spanish
- * Swedish
+ 🔤 Supported languages
+ (Event descriptions excluded)
+ * Dutch
+ * English
+ * French
+ * German
+ * Italian
+ * Japanese
+ * Portuguese
+ * Russian
+ * Spanish
+ * Swedish
- 💡 Questions regarding the content can only be answered by the
- PyConZA content team. This app simply offers a way to consume and
- personalize the conference schedule.
+ 💡 Questions regarding the content can only be answered by the
+ PyConZA content team. This app simply offers a way to consume and
+ personalize the conference schedule.
- 💣 Bug reports are very welcome. It would be awesome if you
- can describe how to reproduce the particular error in the
- issue tracker at https://github.com/EventFahrplan/EventFahrplan/issues.
+ 💣 Bug reports are very welcome. It would be awesome if you
+ can describe how to reproduce the particular error in the
+ issue tracker at https://github.com/EventFahrplan/EventFahrplan/issues.
- 🏆 The app is based on the EventFahrplan app
- which was initially built for the camp and annual congress of
- the Chaos Computer Club. The source code of the app is publicly
- available on GitHub at:
- https://github.com/johnjohndoe/CampFahrplan/tree/pyconza-2021.
+ 🏆 The app is based on the EventFahrplan app
+ which was initially built for the camp and annual congress of
+ the Chaos Computer Club. The source code of the app is publicly
+ available on GitHub at:
+ https://github.com/johnjohndoe/CampFahrplan/tree/pyconza-2021.
- 🎨 PyConZA logo design by Python Software Society of South Africa.
+ 🎨 PyConZA logo design by Python Software Society of South Africa.
RepoType: git
Repo: https://github.com/johnjohndoe/CampFahrplan.git
@@ -78,9 +78,9 @@ Builds:
prebuild: cp local.properties gradle.properties
MaintainerNotes: |
- The branch for PyConZA 2021 is maintained in a separate fork
- of the main repository on purpose in order to keep the latter
- well organized and less complex.
+ The branch for PyConZA 2021 is maintained in a separate fork
+ of the main repository on purpose in order to keep the latter
+ well organized and less complex.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/info.metadude.android.rc3.schedule.yml b/metadata/info.metadude.android.rc3.schedule.yml
index f67130ec49..1e6c94ed2d 100644
--- a/metadata/info.metadude.android.rc3.schedule.yml
+++ b/metadata/info.metadude.android.rc3.schedule.yml
@@ -8,61 +8,61 @@ Liberapay: EventFahrplan
AutoName: JEV Schedule
Description: |
- Conference program app for the JahresEndVeranstaltungen (JEV)
+ Conference program app for the JahresEndVeranstaltungen (JEV)
- https://events.ccc.de/2022/11/28/dezentral-2022/#dezentral-2022-events
+ https://events.ccc.de/2022/11/28/dezentral-2022/#dezentral-2022-events
- There will be no Congress and no centrally organised rC3 this year.
- This is a challenge that the community was happy to accept. Various
- groups are organising decentralised events with talks, workshops and
- other things in the usual Congress season. Parts of these events can
- be visited in person and other parts can be followed online.
+ There will be no Congress and no centrally organised rC3 this year.
+ This is a challenge that the community was happy to accept. Various
+ groups are organising decentralised events with talks, workshops and
+ other things in the usual Congress season. Parts of these events can
+ be visited in person and other parts can be followed online.
- We have prepared an overview of all these events, sorted by (physical)
- location. All broadcasts will be viewable on media.ccc.de live and as
- recordings later.
+ We have prepared an overview of all these events, sorted by (physical)
+ location. All broadcasts will be viewable on media.ccc.de live and as
+ recordings later.
- Please remember that the individual groups are organising these events
- autonomously and are individually responsible for their own content.
+ Please remember that the individual groups are organising these events
+ autonomously and are individually responsible for their own content.
- Features
- * View program by day and rooms (side by side)
- * Custom grid layout for smartphones (try landscape mode 🙃) and tablets
- * Read detailed descriptions (speaker names, start time, room name, links, ...) of events
- * Add events to favorites list
- * Export favorites list
- * Setup alarms for individual events
- * Add events to your personal calendar
- * Share a website link to an event with others
- * Keep track of program changes
- * Automatic program updates (configurable in settings)
- * Vote and leave comments on talks and workshops
- * Integration with the Engelsystem project https://engelsystem.de - Online tool for coordinating helpers and shifts on large events
- * Integration with the Chaosflix https://github.com/NiciDieNase/chaosflix - Android app for https://media.ccc.de, share Fahrplan favorites with Chaosflix to import them as bookmarks
+ Features
+ * View program by day and rooms (side by side)
+ * Custom grid layout for smartphones (try landscape mode 🙃) and tablets
+ * Read detailed descriptions (speaker names, start time, room name, links, ...) of events
+ * Add events to favorites list
+ * Export favorites list
+ * Setup alarms for individual events
+ * Add events to your personal calendar
+ * Share a website link to an event with others
+ * Keep track of program changes
+ * Automatic program updates (configurable in settings)
+ * Vote and leave comments on talks and workshops
+ * Integration with the Engelsystem project https://engelsystem.de - Online tool for coordinating helpers and shifts on large events
+ * Integration with the Chaosflix https://github.com/NiciDieNase/chaosflix - Android app for https://media.ccc.de, share Fahrplan favorites with Chaosflix to import them as bookmarks
- 🔤 Supported languages
- (Event descriptions excluded)
- * Dutch
- * English
- * French
- * German
- * Italian
- * Japanese
- * Polish
- * Portuguese
- * Russian
- * Spanish
- * Swedish
+ 🔤 Supported languages
+ (Event descriptions excluded)
+ * Dutch
+ * English
+ * French
+ * German
+ * Italian
+ * Japanese
+ * Polish
+ * Portuguese
+ * Russian
+ * Spanish
+ * Swedish
- 💡 Questions regarding the content can only be answered by the
- content teams of the individual events. This app simply
- offers a way to consume and personalize the aggregated schedule
- of all the events.
+ 💡 Questions regarding the content can only be answered by the
+ content teams of the individual events. This app simply
+ offers a way to consume and personalize the aggregated schedule
+ of all the events.
- 💣 Bug reports are very welcome. It would be awesome if you
- can describe how to reproduce the particular error. The issue
- tracker can be found here:
- https://github.com/EventFahrplan/EventFahrplan/issues
+ 💣 Bug reports are very welcome. It would be awesome if you
+ can describe how to reproduce the particular error. The issue
+ tracker can be found here:
+ https://github.com/EventFahrplan/EventFahrplan/issues
RepoType: git
Repo: https://github.com/EventFahrplan/EventFahrplan.git
diff --git a/metadata/info.papdt.blackblub.yml b/metadata/info.papdt.blackblub.yml
index 575eb5b05f..25f11127bb 100644
--- a/metadata/info.papdt.blackblub.yml
+++ b/metadata/info.papdt.blackblub.yml
@@ -9,8 +9,8 @@ Changelog: https://github.com/fython/Blackbulb/releases
AutoName: Night Screen
Description: |-
- Adjust brithness and screen color to prevent your eyes from being hurt by screen
- light.
+ Adjust brithness and screen color to prevent your eyes from being hurt by screen
+ light.
RepoType: git
Repo: https://github.com/fython/Blackbulb
diff --git a/metadata/info.puzz.a10000sentences.yml b/metadata/info.puzz.a10000sentences.yml
index 3e0f2bef8a..1b68215d1d 100644
--- a/metadata/info.puzz.a10000sentences.yml
+++ b/metadata/info.puzz.a10000sentences.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Puzzles are downloaded from storage.googleapis.com
+ NonFreeNet:
+ en-US: Puzzles are downloaded from storage.googleapis.com
Categories:
- Science & Education
License: Apache-2.0
@@ -12,22 +12,22 @@ Changelog: https://github.com/tkrajina/10000sentences/releases
AutoName: 10,000 sentences
Description: |-
- 10,000 sentences is an app that will help you learn new words in your
- target languages: You will be presented with a series of sentences where
- you need to guess the order of words. If your guess is correct, the app
- will find a new (and slightly more complex) sentence.
+ 10,000 sentences is an app that will help you learn new words in your
+ target languages: You will be presented with a series of sentences where
+ you need to guess the order of words. If your guess is correct, the app
+ will find a new (and slightly more complex) sentence.
- The application currently has 24 languages. Each language is available in
- two "directions". For example "French for English speakers" and "English
- for French speakers". More languages will be added in future. If you want
- to check the translations for words, make sure you have Google Translate
- installed.
+ The application currently has 24 languages. Each language is available in
+ two "directions". For example "French for English speakers" and "English
+ for French speakers". More languages will be added in future. If you want
+ to check the translations for words, make sure you have Google Translate
+ installed.
- The application uses "text-to-speach" (TTS), but not all languages are
- available on all Android phones. Some languages have also commercial TTS
- engines available on Google Play.
+ The application uses "text-to-speach" (TTS), but not all languages are
+ available on all Android phones. Some languages have also commercial TTS
+ engines available on Google Play.
- NonFreeNet: Puzzles are downloaded from storage.googleapis.com
+ NonFreeNet: Puzzles are downloaded from storage.googleapis.com
RepoType: git
Repo: https://github.com/tkrajina/10000sentences.git
diff --git a/metadata/info.schnatterer.nusic.yml b/metadata/info.schnatterer.nusic.yml
index bda6895b06..d6b3481ea5 100644
--- a/metadata/info.schnatterer.nusic.yml
+++ b/metadata/info.schnatterer.nusic.yml
@@ -8,19 +8,19 @@ Changelog: https://github.com/schnatterer/nusic/blob/develop/CHANGELOG.md
Name: nusic
Description: |-
- nusic uses MusicBrainz - the free music encyclopedia - to find out about new
- releases of the artists on your phone. No account necessary.
+ nusic uses MusicBrainz - the free music encyclopedia - to find out about new
+ releases of the artists on your phone. No account necessary.
- Please be patient on the first start of the app. It will be faster once
- initialized! Note that this app is not optimized for tablets, yet.
+ Please be patient on the first start of the app. It will be faster once
+ initialized! Note that this app is not optimized for tablets, yet.
- What kind of permission does nusic require and why does it require them?
+ What kind of permission does nusic require and why does it require them?
- * Network communication, full network access: Check MusicBrainz for new releases und Download Covers from Cover Art Archive.
- * Network communication, view network connections: Get notified about available connection to the Internet in order to start checking for new releases.
- * Your applications information, run at startup: Schedule regular checking for new releases via the Android alarm manager.
- * System tools, test access to protected storage: Get the artists that are stored on the device
- * Affects Battery, prevent phone from sleeping: Prevent the device from falling back to sleep while searching for new releases.
+ * Network communication, full network access: Check MusicBrainz for new releases und Download Covers from Cover Art Archive.
+ * Network communication, view network connections: Get notified about available connection to the Internet in order to start checking for new releases.
+ * Your applications information, run at startup: Schedule regular checking for new releases via the Android alarm manager.
+ * System tools, test access to protected storage: Get the artists that are stored on the device
+ * Affects Battery, prevent phone from sleeping: Prevent the device from falling back to sleep while searching for new releases.
RepoType: git
Repo: https://github.com/schnatterer/nusic
diff --git a/metadata/info.staticfree.SuperGenPass.yml b/metadata/info.staticfree.SuperGenPass.yml
index d3a135c0fb..fa50fa6336 100644
--- a/metadata/info.staticfree.SuperGenPass.yml
+++ b/metadata/info.staticfree.SuperGenPass.yml
@@ -10,12 +10,12 @@ FlattrID: '633869'
AutoName: SuperGenPass
Description: |-
- SuperGenPass combines a Web site's domain and your master password to generate a
- unique password for each Web site you visit using a strong cryptographic hash.
+ SuperGenPass combines a Web site's domain and your master password to generate a
+ unique password for each Web site you visit using a strong cryptographic hash.
- In addition to using the form when you run the app, you can also use the "Share
- Page" menu item in the Browser application to launch SGP and pre-fill the
- domain. Go to Menu → More → Share Page.
+ In addition to using the form when you run the app, you can also use the "Share
+ Page" menu item in the Browser application to launch SGP and pre-fill the
+ domain. Go to Menu → More → Share Page.
RepoType: git
Repo: https://github.com/xxv/SuperGenPass.git
diff --git a/metadata/info.staticfree.android.robotfindskitten.yml b/metadata/info.staticfree.android.robotfindskitten.yml
index e87d2b45d8..69526aba99 100644
--- a/metadata/info.staticfree.android.robotfindskitten.yml
+++ b/metadata/info.staticfree.android.robotfindskitten.yml
@@ -10,9 +10,9 @@ FlattrID: '633876'
AutoName: robotfindskitten
Description: |-
- This is a port of robotfindskitten, which was originally submitted to an art
- contest. You are robot and your goal is to find kitten among a number of
- non-kitten items.
+ This is a port of robotfindskitten, which was originally submitted to an art
+ contest. You are robot and your goal is to find kitten among a number of
+ non-kitten items.
Builds:
- versionName: 0.9.406
diff --git a/metadata/info.staticfree.android.twentyfourhour.yml b/metadata/info.staticfree.android.twentyfourhour.yml
index c817b80513..443f3a565c 100644
--- a/metadata/info.staticfree.android.twentyfourhour.yml
+++ b/metadata/info.staticfree.android.twentyfourhour.yml
@@ -11,10 +11,10 @@ FlattrID: '86174'
Name: 24h Analog Clock
AutoName: 24h Analog Clock Widget
Description: |-
- A widget that provides a resizable 24 hour analog clock, with noon at the top
- and midnight at the bottom. The widget passively accesses the phone's location
- and if it gets a fix, will display sunrise, sunset, and twilight times on the
- clock face.
+ A widget that provides a resizable 24 hour analog clock, with noon at the top
+ and midnight at the bottom. The widget passively accesses the phone's location
+ and if it gets a fix, will display sunrise, sunset, and twilight times on the
+ clock face.
RepoType: git
Repo: https://github.com/xxv/24hAnalogWidget
diff --git a/metadata/info.staticfree.android.units.yml b/metadata/info.staticfree.android.units.yml
index fe69f3a8ac..75bbdbf3a8 100644
--- a/metadata/info.staticfree.android.units.yml
+++ b/metadata/info.staticfree.android.units.yml
@@ -10,15 +10,15 @@ FlattrID: '86174'
AutoName: Units
Description: |-
- A powerful unit-aware calculator and converter inspired by GNU Units.
+ A powerful unit-aware calculator and converter inspired by GNU Units.
- It can convert between ≈2,400 different units, making it an ideal unit converter
- for complex or obscure tasks. It has everything - from basic distances, volumes
- and temperatures, to kitchen weight-to-volume conversions, to chemistry- and
- physics-specific units and equations.
+ It can convert between ≈2,400 different units, making it an ideal unit converter
+ for complex or obscure tasks. It has everything - from basic distances, volumes
+ and temperatures, to kitchen weight-to-volume conversions, to chemistry- and
+ physics-specific units and equations.
- Units can convert between dimensions, for example, multiplying distances to get
- area and volume.
+ Units can convert between dimensions, for example, multiplying distances to get
+ area and volume.
RepoType: git
Repo: https://github.com/xxv/Units
diff --git a/metadata/info.tangential.cone.yml b/metadata/info.tangential.cone.yml
index 17ace65d41..db360809ca 100644
--- a/metadata/info.tangential.cone.yml
+++ b/metadata/info.tangential.cone.yml
@@ -9,10 +9,10 @@ Changelog: https://github.com/bradyt/cone/blob/HEAD/cone_flutter/CHANGELOG.md
AutoName: cone
Description: |
- Whereas ledger-cli is the original ledger app, and hledger, beancount
- and transity are a few of the number of ledger-likes, cone brings the
- data entry aspect to your mobile phone. We hope to add features to show
- balances, etc.
+ Whereas ledger-cli is the original ledger app, and hledger, beancount
+ and transity are a few of the number of ledger-likes, cone brings the
+ data entry aspect to your mobile phone. We hope to add features to show
+ balances, etc.
RepoType: git
Repo: https://github.com/bradyt/cone.git
@@ -54,7 +54,7 @@ Builds:
srclibs:
- flutter@v1.2.1
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
@@ -66,7 +66,7 @@ Builds:
srclibs:
- flutter@v1.5.4
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
@@ -78,7 +78,7 @@ Builds:
srclibs:
- flutter@v1.5.4
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
@@ -90,7 +90,7 @@ Builds:
srclibs:
- flutter@v1.5.4
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
@@ -104,7 +104,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
diff --git a/metadata/info.zverev.ilya.every_door.yml b/metadata/info.zverev.ilya.every_door.yml
index fdad308334..e2339aca61 100644
--- a/metadata/info.zverev.ilya.every_door.yml
+++ b/metadata/info.zverev.ilya.every_door.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Connects to dev.virtualearth.net and services.digitalglobe.com
+ NonFreeNet:
+ en-US: Connects to dev.virtualearth.net and services.digitalglobe.com
Categories:
- Navigation
License: ISC
diff --git a/metadata/info.zwanenburg.caffeinetile.yml b/metadata/info.zwanenburg.caffeinetile.yml
index a32b84bacd..0e8150b39a 100644
--- a/metadata/info.zwanenburg.caffeinetile.yml
+++ b/metadata/info.zwanenburg.caffeinetile.yml
@@ -6,11 +6,11 @@ IssueTracker: https://github.com/otaconix/caffeinetile/issues
AutoName: Caffeine Tile
Description: |-
- Quicksettings tile to keep your device from sleeping.
+ Quicksettings tile to keep your device from sleeping.
- To use this utility, add the "Caffeine" quicksettings tile, and click it when
- you want to keep your device from sleeping. When you're done, simply click on
- the tile again.
+ To use this utility, add the "Caffeine" quicksettings tile, and click it when
+ you want to keep your device from sleeping. When you're done, simply click on
+ the tile again.
RepoType: git
Repo: https://github.com/otaconix/caffeinetile.git
diff --git a/metadata/io.anuke.mindustry.yml b/metadata/io.anuke.mindustry.yml
index 0968ac08da..8643ffceee 100644
--- a/metadata/io.anuke.mindustry.yml
+++ b/metadata/io.anuke.mindustry.yml
@@ -503,14 +503,14 @@ Builds:
- versionType=fdroid
MaintainerNotes: |-
- libgdx.so and libgdx-freetype.so binaries are extracted from
- com.badlogicgames.gdx:gdx-platform JARs that come from Maven Central.
+ libgdx.so and libgdx-freetype.so binaries are extracted from
+ com.badlogicgames.gdx:gdx-platform JARs that come from Maven Central.
- The folder "assets/saves" contains savegames not executables.
+ The folder "assets/saves" contains savegames not executables.
- android/src/mindustry/android/{AndroidLauncher,AndroidRhinoContext}.java uses DexClassLoader
- together with Mozilla's Rhino to provide JavaScript automation to user mods
- (https://mindustrygame.github.io/wiki/modding/)
+ android/src/mindustry/android/{AndroidLauncher,AndroidRhinoContext}.java uses DexClassLoader
+ together with Mozilla's Rhino to provide JavaScript automation to user mods
+ (https://mindustrygame.github.io/wiki/modding/)
AutoUpdateMode: None
UpdateCheckMode: HTTP
diff --git a/metadata/io.bluewallet.bluewallet.yml b/metadata/io.bluewallet.bluewallet.yml
index acfa3dc40a..85448fbb7f 100644
--- a/metadata/io.bluewallet.bluewallet.yml
+++ b/metadata/io.bluewallet.bluewallet.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on non-libre APIs of api.coindesk.com and hodlhodl.com
- Tracking:
- en-US: Sends data to Amplitude and Sentry.io
+ NonFreeNet:
+ en-US: Depends on non-libre APIs of api.coindesk.com and hodlhodl.com
+ Tracking:
+ en-US: Sends data to Amplitude and Sentry.io
Categories:
- Money
License: MIT
diff --git a/metadata/io.ente.auth.yml b/metadata/io.ente.auth.yml
index 431b4c00a1..09304e4bb8 100644
--- a/metadata/io.ente.auth.yml
+++ b/metadata/io.ente.auth.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App uses non-libre sync server.
+ NonFreeNet:
+ en-US: App uses non-libre sync server.
Categories:
- Security
License: GPL-3.0-only
diff --git a/metadata/io.github.baiatbun.react.yml b/metadata/io.github.baiatbun.react.yml
index cc51bd7b94..f0c71045e9 100644
--- a/metadata/io.github.baiatbun.react.yml
+++ b/metadata/io.github.baiatbun.react.yml
@@ -10,8 +10,8 @@ Name: React (old)
AutoName: React
Summary: Test your reaction time
Description: |-
- Allows you to test your reaction time. Development continues in
- https://f-droid.org/packages/io.github.engsergiu.react.
+ Allows you to test your reaction time. Development continues in
+ https://f-droid.org/packages/io.github.engsergiu.react.
RepoType: git
Repo: https://github.com/engSERGIU/React.git
diff --git a/metadata/io.github.benoitduffez.cupsprint.yml b/metadata/io.github.benoitduffez.cupsprint.yml
index f198bdfffb..0ba132ee97 100644
--- a/metadata/io.github.benoitduffez.cupsprint.yml
+++ b/metadata/io.github.benoitduffez.cupsprint.yml
@@ -9,16 +9,16 @@ Changelog: https://github.com/BenoitDuffez/AndroidCupsPrint/releases
AutoName: Android CUPS Print
Description: |-
- This app provides a Print Service to Android. This means that once it's
- installed, you need to enable it in the 'Print' section of the settings app.
- Once the service is enabled, printers are automatically discovered using the
- mDNS protocol. You can print anything you want from any app, as long as the
- print service is enabled.
+ This app provides a Print Service to Android. This means that once it's
+ installed, you need to enable it in the 'Print' section of the settings app.
+ Once the service is enabled, printers are automatically discovered using the
+ mDNS protocol. You can print anything you want from any app, as long as the
+ print service is enabled.
- Of course, printing document is an important matter. Because your documents are
- your most private information, you don't want anybody to have access to this
- information. This is why this app is completely open sourced and free to use,
- modify and redistribute.
+ Of course, printing document is an important matter. Because your documents are
+ your most private information, you don't want anybody to have access to this
+ information. This is why this app is completely open sourced and free to use,
+ modify and redistribute.
RepoType: git
Repo: https://github.com/BenoitDuffez/AndroidCupsPrint.git
diff --git a/metadata/io.github.deweyreed.timer.other.yml b/metadata/io.github.deweyreed.timer.other.yml
index d1e4f8539c..cff88b0e83 100644
--- a/metadata/io.github.deweyreed.timer.other.yml
+++ b/metadata/io.github.deweyreed.timer.other.yml
@@ -24,7 +24,7 @@ Builds:
- reproducible-apk-tools@v0.2.3
prebuild: sed -i -e '/firebase/d' ../flavor-google/build.gradle
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines '$$OUT$$'
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 7.2.0
versionCode: 7020000
@@ -36,7 +36,7 @@ Builds:
- reproducible-apk-tools@v0.2.3
prebuild: sed -i -e '/firebase/d' ../flavor-google/build.gradle
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines '$$OUT$$'
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 7.3.0
versionCode: 7030000
@@ -52,7 +52,7 @@ Builds:
- reproducible-apk-tools@v0.2.3
prebuild: sed -i -e '/firebase/d' ../flavor-google/build.gradle
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines '$$OUT$$'
- 'META-INF/services/*'
+ 'META-INF/services/*'
AllowedAPKSigningKeys: efa5cfcab9669ddc2535bb40c8470395db587e8bff5a7adfcddd8e2266f159f0
diff --git a/metadata/io.github.divverent.aaaaxy.yml b/metadata/io.github.divverent.aaaaxy.yml
index 398b90a101..ccc27fe3d4 100644
--- a/metadata/io.github.divverent.aaaaxy.yml
+++ b/metadata/io.github.divverent.aaaaxy.yml
@@ -29,7 +29,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's,^aaaaxy_build_use_version_file=false$,aaaaxy_build_use_version_file=true,'
- ../gradle.properties
+ ../gradle.properties
ndk: r25
- versionName: 1.2.280+20220822.2294.9ff4b8b7
@@ -48,7 +48,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's,^aaaaxy_build_use_version_file=false$,aaaaxy_build_use_version_file=true,'
- ../gradle.properties
+ ../gradle.properties
ndk: r25
- versionName: 1.2.300+20220829.2314.6a38b6e0
@@ -67,7 +67,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's,^aaaaxy_build_use_version_file=false$,aaaaxy_build_use_version_file=true,'
- ../gradle.properties
+ ../gradle.properties
ndk: r25
- versionName: 1.2.321+20220905.2335.e05b1efe
@@ -86,7 +86,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's,^aaaaxy_build_use_version_file=false$,aaaaxy_build_use_version_file=true,'
- ../gradle.properties
+ ../gradle.properties
ndk: r25
- versionName: 1.2.331+20220912.2345.cbfba5a3
@@ -105,7 +105,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's,^aaaaxy_build_use_version_file=false$,aaaaxy_build_use_version_file=true,'
- ../gradle.properties
+ ../gradle.properties
ndk: r25
- versionName: 1.2.336+20220919.2350.a525d576
@@ -124,7 +124,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's,^aaaaxy_build_use_version_file=false$,aaaaxy_build_use_version_file=true,'
- ../gradle.properties
+ ../gradle.properties
ndk: r25
- versionName: 1.2.342+20220926.2356.1993297e
@@ -143,7 +143,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's,^aaaaxy_build_use_version_file=false$,aaaaxy_build_use_version_file=true,'
- ../gradle.properties
+ ../gradle.properties
ndk: r25
- versionName: 1.2.356+20221001.2370.44fbf2a3
@@ -162,7 +162,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's,^aaaaxy_build_use_version_file=false$,aaaaxy_build_use_version_file=true,'
- ../gradle.properties
+ ../gradle.properties
ndk: r25
- versionName: 1.2.367+20221015.2381.5ec5e851
@@ -1458,9 +1458,9 @@ Builds:
- aaaaxy_build_versioncode_add=4
MaintainerNotes: |
- third_party/gnu_unifont/assets/fonts/unifont-15.0.01.bdf.gz is scanignore'd
- as a third party asset that is unlikely to receive updates and gzip'd to
- simplify the build process while minimizing binary size.
+ third_party/gnu_unifont/assets/fonts/unifont-15.0.01.bdf.gz is scanignore'd
+ as a third party asset that is unlikely to receive updates and gzip'd to
+ simplify the build process while minimizing binary size.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/io.github.dlbeswick.kreuungching.yml b/metadata/io.github.dlbeswick.kreuungching.yml
index ec368c1abc..83deb0e661 100644
--- a/metadata/io.github.dlbeswick.kreuungching.yml
+++ b/metadata/io.github.dlbeswick.kreuungching.yml
@@ -35,12 +35,12 @@ Builds:
- rm node_modules/cordova-android/framework/cordova-publish.gradle
MaintainerNotes: |
- * Initial release config notes
- * Cordova 12 asks for Android SDK 33.0.2. Although F-Droid build machines should have 33.0.0, Cordova 12 still seems
- not to behave until this version is installed.
+ * Initial release config notes
+ * Cordova 12 asks for Android SDK 33.0.2. Although F-Droid build machines should have 33.0.0, Cordova 12 still seems
+ not to behave until this version is installed.
- * The tweaks around the Gradle files were necessary so that gradlew-fdroid script could work correctly. The
- script has trouble when more than one .gradle file is present in the path.
+ * The tweaks around the Gradle files were necessary so that gradlew-fdroid script could work correctly. The
+ script has trouble when more than one .gradle file is present in the path.
AutoUpdateMode: Version
UpdateCheckMode: Tags v.+$
diff --git a/metadata/io.github.droidapps.pdfreader.yml b/metadata/io.github.droidapps.pdfreader.yml
index da37007bc7..bd9cd2df71 100644
--- a/metadata/io.github.droidapps.pdfreader.yml
+++ b/metadata/io.github.droidapps.pdfreader.yml
@@ -9,17 +9,17 @@ IssueTracker: https://github.com/droidapps/pdfreader4Android/issues
AutoName: PDF Reader
Description: |-
- Simple PDF reader based on https://f-droid.org/packages/cx.hell.android.pdfview.
+ Simple PDF reader based on https://f-droid.org/packages/cx.hell.android.pdfview.
- Features:
+ Features:
- * Textual search support
- * Flexible key/button/gesture configuration
- * Different color schemes for comfortable reading
- * Optimizations for eInk
- * x86 support
- * Pinch to zoom
- * Bookmarks
+ * Textual search support
+ * Flexible key/button/gesture configuration
+ * Different color schemes for comfortable reading
+ * Optimizations for eInk
+ * x86 support
+ * Pinch to zoom
+ * Bookmarks
RepoType: git
Repo: https://github.com/droidapps/pdfreader4Android
@@ -36,9 +36,9 @@ Builds:
ndk: r12b
MaintainerNotes: |-
- KnownVuln: Ancient MuPDF noted at below link
- https://github.com/droidapps/pdfreader4Android/tree/$TAG/jni/mupdf/pdf
- https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
+ KnownVuln: Ancient MuPDF noted at below link
+ https://github.com/droidapps/pdfreader4Android/tree/$TAG/jni/mupdf/pdf
+ https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/io.github.engsergiu.react.yml b/metadata/io.github.engsergiu.react.yml
index 7d18ad0848..0bb0cb1920 100644
--- a/metadata/io.github.engsergiu.react.yml
+++ b/metadata/io.github.engsergiu.react.yml
@@ -37,8 +37,8 @@ Builds:
- yes
MaintainerNotes: |-
- Upstream changes package id and tagging scheme. Tags and build.gradle
- mismatch. Do not use AUM or UCM:Tags.
+ Upstream changes package id and tagging scheme. Tags and build.gradle
+ mismatch. Do not use AUM or UCM:Tags.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/io.github.fvasco.pinpoi.yml b/metadata/io.github.fvasco.pinpoi.yml
index 33ee8238b8..d6f7a953e9 100644
--- a/metadata/io.github.fvasco.pinpoi.yml
+++ b/metadata/io.github.fvasco.pinpoi.yml
@@ -10,14 +10,14 @@ Donate: https://www.paypal.me/FrancescoVasco/2
AutoName: PinPoi
Description: |-
- PinPoi imports thousand points of interest for your gps navigator.
+ PinPoi imports thousand points of interest for your gps navigator.
- You can import Google KML and KMZ, TomTom OV2, simple GeoRSS, Garmin GPX,
- Navigon ASC, CSV and zipped collections directly into your phone and organize
- them in collections.
+ You can import Google KML and KMZ, TomTom OV2, simple GeoRSS, Garmin GPX,
+ Navigon ASC, CSV and zipped collections directly into your phone and organize
+ them in collections.
- PinPoi searches using your gps position or a custom location, you can choose
- your destination from a map and open it with your preferred app.
+ PinPoi searches using your gps position or a custom location, you can choose
+ your destination from a map and open it with your preferred app.
RepoType: git
Repo: https://github.com/fvasco/pinpoi.git
@@ -296,7 +296,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 1.4.9
versionCode: 41
@@ -305,7 +305,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 1.4.10
versionCode: 42
@@ -314,7 +314,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 1.4.11
versionCode: 43
diff --git a/metadata/io.github.hidroh.materialistic.yml b/metadata/io.github.hidroh.materialistic.yml
index c6ddad1543..ac7cb8ad96 100644
--- a/metadata/io.github.hidroh.materialistic.yml
+++ b/metadata/io.github.hidroh.materialistic.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Hacker News itself is not libre.
+ NonFreeNet:
+ en-US: Hacker News itself is not libre.
Categories:
- Internet
License: Apache-2.0
@@ -11,21 +11,21 @@ Changelog: https://github.com/hidroh/materialistic/releases
AutoName: Materialistic
Description: |-
- Hacker News client, designed for both phones & tablets, with optimized speed &
- network.
+ Hacker News client, designed for both phones & tablets, with optimized speed &
+ network.
- Features:
+ Features:
- * Browse top stories, best, newest, show HN, ask HN, jobs & user profiles
- * Submit story, comment & vote, multiple HN accounts supported
- * Catch up with best stories from past day, week, month or year
- * Search, share stories, save for offline reading
+ * Browse top stories, best, newest, show HN, ask HN, jobs & user profiles
+ * Submit story, comment & vote, multiple HN accounts supported
+ * Catch up with best stories from past day, week, month or year
+ * Search, share stories, save for offline reading
- Flexible reading options:
+ Flexible reading options:
- * Multiple themes, adjustable font & text size
- * Colour-coded, collapsible comments thread
- * Readability mode/external browser options
+ * Multiple themes, adjustable font & text size
+ * Colour-coded, collapsible comments thread
+ * Readability mode/external browser options
RepoType: git
Repo: https://github.com/hidroh/materialistic.git
diff --git a/metadata/io.github.hopedia.yml b/metadata/io.github.hopedia.yml
index 93a9da4b59..f8bfa50e25 100644
--- a/metadata/io.github.hopedia.yml
+++ b/metadata/io.github.hopedia.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/HopEdia/android-client/issues
AutoName: Hop'Edia
Description: |-
- Hop'Edia is a community-made database. It's oriented on beer, but also cider and
- other low-alcohol bewerage.
+ Hop'Edia is a community-made database. It's oriented on beer, but also cider and
+ other low-alcohol bewerage.
RepoType: git
Repo: https://github.com/HopEdia/android-client.git
diff --git a/metadata/io.github.kobuge.games.minilens.yml b/metadata/io.github.kobuge.games.minilens.yml
index 0f7e2b3242..83e5a5af74 100644
--- a/metadata/io.github.kobuge.games.minilens.yml
+++ b/metadata/io.github.kobuge.games.minilens.yml
@@ -6,17 +6,17 @@ SourceCode: https://github.com/KOBUGE-Games/minilens
IssueTracker: https://github.com/KOBUGE-Games/minilens/issues
Description: |-
- 1000 years after apocalipsis on earth, many forms of life were extinct,
- including humans.
+ 1000 years after apocalipsis on earth, many forms of life were extinct,
+ including humans.
- As aliens discovered earth, they built a robot series, called Minilens, to clean
- up earth and collect surviving flora for cultivation.
+ As aliens discovered earth, they built a robot series, called Minilens, to clean
+ up earth and collect surviving flora for cultivation.
- The game is won when all radioactive barrels are destroyed and all flora is
- collected. The alien builders of the Minilens forgot that earth has gravity,
- therefore Minilens can't jump.
+ The game is won when all radioactive barrels are destroyed and all flora is
+ collected. The alien builders of the Minilens forgot that earth has gravity,
+ therefore Minilens can't jump.
- You have 7 level packs, including a Tutorial.
+ You have 7 level packs, including a Tutorial.
RepoType: git
Repo: https://github.com/KOBUGE-Games/minilens.git
diff --git a/metadata/io.github.lonamiwebs.klooni.yml b/metadata/io.github.lonamiwebs.klooni.yml
index c2fe4a1ff8..4bf115d043 100644
--- a/metadata/io.github.lonamiwebs.klooni.yml
+++ b/metadata/io.github.lonamiwebs.klooni.yml
@@ -8,9 +8,9 @@ Changelog: https://github.com/LonamiWebs/Klooni1010/releases
AutoName: 1010! Klooni
Description: |-
- Note: This version is no longer developed, the new app is https://f-droid.org/packages/dev.lonami.klooni
+ Note: This version is no longer developed, the new app is https://f-droid.org/packages/dev.lonami.klooni
- An open source version of the original 1010! game by Gram Games.
+ An open source version of the original 1010! game by Gram Games.
RepoType: git
Repo: https://github.com/LonamiWebs/Klooni1010
diff --git a/metadata/io.github.lonamiwebs.stringlate.yml b/metadata/io.github.lonamiwebs.stringlate.yml
index 8a4b8f59f7..4ef072a403 100644
--- a/metadata/io.github.lonamiwebs.stringlate.yml
+++ b/metadata/io.github.lonamiwebs.stringlate.yml
@@ -9,15 +9,15 @@ Donate: https://github.com/LonamiWebs/Stringlate#donations
AutoName: Stringlate
Description: |-
- NOTE: this application is currently not being maintained! Please read
- https://lonamiwebs.github.io/stringlate/ before making use of the app.
+ NOTE: this application is currently not being maintained! Please read
+ https://lonamiwebs.github.io/stringlate/ before making use of the app.
- Fetches remote GitHub repositories containing the source code for Android
- applications downloading the available `strings.xml` files in them for you to
- translate the strings to any other locale, in order to help the authors localize
- their applications into other languages.
+ Fetches remote GitHub repositories containing the source code for Android
+ applications downloading the available `strings.xml` files in them for you to
+ translate the strings to any other locale, in order to help the authors localize
+ their applications into other languages.
- For more information and examples please see the README.md file on the website!
+ For more information and examples please see the README.md file on the website!
RepoType: git
Repo: https://github.com/LonamiWebs/Stringlate
diff --git a/metadata/io.github.mthli.Ninja.yml b/metadata/io.github.mthli.Ninja.yml
index 8500c1f7a5..b6f52e3fac 100644
--- a/metadata/io.github.mthli.Ninja.yml
+++ b/metadata/io.github.mthli.Ninja.yml
@@ -7,8 +7,8 @@ Changelog: https://github.com/mthli/Ninja/releases
AutoName: Ninja
Description: |-
- Browser based on WebView. It allows you to open links in other apps without
- switching to the browser app (and thus minimizing the currently used one).
+ Browser based on WebView. It allows you to open links in other apps without
+ switching to the browser app (and thus minimizing the currently used one).
RepoType: git
Repo: https://github.com/mthli/Ninja
diff --git a/metadata/io.github.pd4d10.gittouch.yml b/metadata/io.github.pd4d10.gittouch.yml
index 450bd683e5..f628a0dc19 100644
--- a/metadata/io.github.pd4d10.gittouch.yml
+++ b/metadata/io.github.pd4d10.gittouch.yml
@@ -18,7 +18,7 @@ Builds:
srclibs:
- flutter@1.22.5
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --no-tree-shake-icons
@@ -30,7 +30,7 @@ Builds:
srclibs:
- flutter@1.22.5
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --no-tree-shake-icons
@@ -42,7 +42,7 @@ Builds:
srclibs:
- flutter@1.22.5
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --no-tree-shake-icons
@@ -54,7 +54,7 @@ Builds:
srclibs:
- flutter@1.22.5
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --no-tree-shake-icons
diff --git a/metadata/io.github.phora.aeondroid.yml b/metadata/io.github.phora.aeondroid.yml
index c94644f33c..a864c7bb9d 100644
--- a/metadata/io.github.phora.aeondroid.yml
+++ b/metadata/io.github.phora.aeondroid.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/phora/AeonDroid/issues
AutoName: AeonDroid
Description: |-
- Planetary hours and astrological transit app. Also keeps track of Void of Course
- moons and moon phases.
+ Planetary hours and astrological transit app. Also keeps track of Void of Course
+ moons and moon phases.
RepoType: git
Repo: https://github.com/phora/AeonDroid
diff --git a/metadata/io.github.phora.androptpb.yml b/metadata/io.github.phora.androptpb.yml
index 790e74f549..4b2ea4d2e6 100644
--- a/metadata/io.github.phora.androptpb.yml
+++ b/metadata/io.github.phora.androptpb.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/phora/AndroPTPB/issues
AutoName: AndroPTPB
Summary: Post snippets and files with the ptpb service
Description: |-
- Client for the pastebin service located at ptpb.pw. Lets you quickly upload code
- snippets and small binary files. Also can replace the contents of pastes you've
- uploaded earlier if you need to and can edit mimetype/highlighting hints for
- your pastes.
+ Client for the pastebin service located at ptpb.pw. Lets you quickly upload code
+ snippets and small binary files. Also can replace the contents of pastes you've
+ uploaded earlier if you need to and can edit mimetype/highlighting hints for
+ your pastes.
RepoType: git
Repo: https://github.com/phora/AndroPTPB
diff --git a/metadata/io.github.powerinside.scrollsocket.yml b/metadata/io.github.powerinside.scrollsocket.yml
index 3ea028c35e..d5bcfb843e 100644
--- a/metadata/io.github.powerinside.scrollsocket.yml
+++ b/metadata/io.github.powerinside.scrollsocket.yml
@@ -11,15 +11,15 @@ Bitcoin: 16E1hn96zg9h16VCrxSG6p7b72vyNh64ft
AutoName: ScrollSocket
Description: |-
- ScrollSocket sends mouse wheel events to the computer as you move your finger
- over the android touchscreen. Requires a small driver to be running on the
- computer. See website for more
- details on building the driver from source.
+ ScrollSocket sends mouse wheel events to the computer as you move your finger
+ over the android touchscreen. Requires a small driver to be running on the
+ computer. See website for more
+ details on building the driver from source.
- * Currently supports only linux with uinput kernel module.
- * Horizontal scrolling not yet added.
+ * Currently supports only linux with uinput kernel module.
+ * Horizontal scrolling not yet added.
- This is a fork of the much awesome https://f-droid.org/packages/at.bitfire.gfxtablet app.
+ This is a fork of the much awesome https://f-droid.org/packages/at.bitfire.gfxtablet app.
RepoType: git
Repo: https://github.com/mo3rfan/ScrollSocket
diff --git a/metadata/io.github.powerinside.syncplay.yml b/metadata/io.github.powerinside.syncplay.yml
index e2bfc6e2ef..e7e744486f 100644
--- a/metadata/io.github.powerinside.syncplay.yml
+++ b/metadata/io.github.powerinside.syncplay.yml
@@ -9,15 +9,15 @@ Bitcoin: bc1qanezz4yh2pmrjtklpucxqxjsurgftdc9p7h3n7
AutoName: SyncPlayer
Description: |-
- SyncPlayer is an unofficial client that implements the syncplay protocol. It
- connects to Syncplay servers to sync video playback between two or more users.
- Use it to watch videos with your friends online. Just add a server, pick a video
- and make sure your friends join the same server and room.
+ SyncPlayer is an unofficial client that implements the syncplay protocol. It
+ connects to Syncplay servers to sync video playback between two or more users.
+ Use it to watch videos with your friends online. Just add a server, pick a video
+ and make sure your friends join the same server and room.
- Please note: SyncPlayer does not stream or transmit the video data in any way
- whatsoever. It only synchronizes video playback between users.
+ Please note: SyncPlayer does not stream or transmit the video data in any way
+ whatsoever. It only synchronizes video playback between users.
- Syncplay clients are also available for Windows and Linux.
+ Syncplay clients are also available for Windows and Linux.
RepoType: git
Repo: https://github.com/mo3rfan/syncplayer
@@ -31,7 +31,7 @@ Builds:
gradle:
- prod
prebuild: sed -i -e 's/com.android.support.constraint:constraint-layout:1.0.0-beta4/com.android.support.constraint:constraint-layout:1.0.2/g'
- build.gradle
+ build.gradle
- versionName: 1.6.3
versionCode: 17
@@ -42,7 +42,7 @@ Builds:
gradle:
- prod
prebuild: sed -i -e 's/com.android.support.constraint:constraint-layout:1.0.0-beta4/com.android.support.constraint:constraint-layout:1.0.2/g'
- build.gradle
+ build.gradle
- versionName: 1.6.4
versionCode: 18
@@ -52,7 +52,7 @@ Builds:
gradle:
- prod
prebuild: sed -i -e 's/com.android.support.constraint:constraint-layout:1.0.0-beta4/com.android.support.constraint:constraint-layout:1.0.2/g'
- build.gradle
+ build.gradle
- versionName: 1.7.1
versionCode: 22
@@ -62,7 +62,7 @@ Builds:
gradle:
- prod
prebuild: sed -i -e 's/com.android.support.constraint:constraint-layout:1.0.0-beta4/com.android.support.constraint:constraint-layout:1.0.2/g'
- build.gradle
+ build.gradle
- versionName: 1.7.2
versionCode: 23
@@ -72,7 +72,7 @@ Builds:
gradle:
- prod
prebuild: sed -i -e 's/com.android.support.constraint:constraint-layout:1.0.0-beta4/com.android.support.constraint:constraint-layout:1.0.2/g'
- build.gradle
+ build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/io.github.project_kaat.gpsdrelay.yml b/metadata/io.github.project_kaat.gpsdrelay.yml
index a57f38399c..6a61378cb1 100644
--- a/metadata/io.github.project_kaat.gpsdrelay.yml
+++ b/metadata/io.github.project_kaat.gpsdrelay.yml
@@ -31,7 +31,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*'
+ 'META-INF/services/*'
AllowedAPKSigningKeys: 9a44b31a2219369b2672d30d95204f3b95cfbe243a683c698f9b226e0ca3d511
diff --git a/metadata/io.github.project_travel_mate.yml b/metadata/io.github.project_travel_mate.yml
index 65753ed37e..c1ec2bae62 100644
--- a/metadata/io.github.project_travel_mate.yml
+++ b/metadata/io.github.project_travel_mate.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: requires account on their website, app depends on that website
+ NonFreeNet:
+ en-US: requires account on their website, app depends on that website
Categories:
- Navigation
License: MIT
@@ -13,18 +13,18 @@ Donate: https://www.buymeacoffee.com/qITGMWB
AutoName: Travel Mate
Description: |-
- Travel Mate is a must-have app for those interested in travel. The app provides users with various features from choosing the correct destination for making all the bookings and to easily organizing the trip.
+ Travel Mate is a must-have app for those interested in travel. The app provides users with various features from choosing the correct destination for making all the bookings and to easily organizing the trip.
- Key features:
- * Checkout various destinations to travel
- * Get weather, travel, transport, hotel information about any city
- * View fun facts and trends of the destination
- * Get information about interesting places or monuments on the way also
- * Organize your trips with our My Trips feature
- * Meet new people on the way & share your contact with them easily
- * Prepare a travel checklist
+ Key features:
+ * Checkout various destinations to travel
+ * Get weather, travel, transport, hotel information about any city
+ * View fun facts and trends of the destination
+ * Get information about interesting places or monuments on the way also
+ * Organize your trips with our My Trips feature
+ * Meet new people on the way & share your contact with them easily
+ * Prepare a travel checklist
- Note: To use this app you need to have an account with TravelMate, or signup for one. Without an account, this app will not work.
+ Note: To use this app you need to have an account with TravelMate, or signup for one. Without an account, this app will not work.
RepoType: git
Repo: https://github.com/project-travel-mate/Travel-Mate
diff --git a/metadata/io.github.sanbeg.flashlight.yml b/metadata/io.github.sanbeg.flashlight.yml
index d8a84416fe..38f8048970 100644
--- a/metadata/io.github.sanbeg.flashlight.yml
+++ b/metadata/io.github.sanbeg.flashlight.yml
@@ -7,7 +7,7 @@ IssueTracker: https://github.com/sanbeg/flashlight/issues
AutoName: Open Flashlight
Description: This one is basic, turn it on with the button and quit the app to turn
- it off.
+ it off.
RepoType: git
Repo: https://github.com/sanbeg/flashlight.git
diff --git a/metadata/io.github.subhamtyagi.lastlauncher.yml b/metadata/io.github.subhamtyagi.lastlauncher.yml
index 8ba08b211f..f84068a96f 100644
--- a/metadata/io.github.subhamtyagi.lastlauncher.yml
+++ b/metadata/io.github.subhamtyagi.lastlauncher.yml
@@ -8,24 +8,24 @@ Translation: https://hosted.weblate.org/projects/last-launcher/
AutoName: Last Launcher
Description: |-
- Note: This app is unmaintained, its app repository is archived by the dev
+ Note: This app is unmaintained, its app repository is archived by the dev
- Last Launcher is Simple, Minimalist, Customisable open source Android launcher. It aims to provide fastest and simplest ever user experience.
+ Last Launcher is Simple, Minimalist, Customisable open source Android launcher. It aims to provide fastest and simplest ever user experience.
- This is preview release:
- * Faster than Fastest :)
- * Lightweight.
- * Smart and smarter.
- * Material design look and feel
- * Small size.
- * No icon and widgets (may be a disadvantage).
- * Resizable and colourful app names.
- * Restore/Backup
- * Random Colors
- * Multiple themes
- * Hide apps
+ This is preview release:
+ * Faster than Fastest :)
+ * Lightweight.
+ * Smart and smarter.
+ * Material design look and feel
+ * Small size.
+ * No icon and widgets (may be a disadvantage).
+ * Resizable and colourful app names.
+ * Restore/Backup
+ * Random Colors
+ * Multiple themes
+ * Hide apps
- To access Launcher settings long click on empty area
+ To access Launcher settings long click on empty area
RepoType: git
Repo: https://github.com/SubhamTyagi/Last-Launcher
diff --git a/metadata/io.github.subhamtyagi.nightmode.yml b/metadata/io.github.subhamtyagi.nightmode.yml
index fa52dd04e4..e753d651d8 100644
--- a/metadata/io.github.subhamtyagi.nightmode.yml
+++ b/metadata/io.github.subhamtyagi.nightmode.yml
@@ -7,11 +7,11 @@ IssueTracker: https://github.com/SubhamTyagi/night-mode-tile/issues
AutoName: Night Mode
Description: |-
- Note: This app is unmaintained, its app repository is archived by the dev
+ Note: This app is unmaintained, its app repository is archived by the dev
- A shortcut to night mode via Tiles,
+ A shortcut to night mode via Tiles,
- Many android devices doesn't explicitly have the night mode by this app you can enable or disable night mode.
+ Many android devices doesn't explicitly have the night mode by this app you can enable or disable night mode.
RepoType: git
Repo: https://github.com/SubhamTyagi/night-mode-tile.git
diff --git a/metadata/io.github.subhamtyagi.openinwhatsapp.yml b/metadata/io.github.subhamtyagi.openinwhatsapp.yml
index 5eb77f5763..bb07e63cf3 100644
--- a/metadata/io.github.subhamtyagi.openinwhatsapp.yml
+++ b/metadata/io.github.subhamtyagi.openinwhatsapp.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeDep:
- en-US: Requires WhatsApp to be installed on your device.
- NonFreeNet:
- en-US: Depends on the WhatsApp public API.
+ NonFreeDep:
+ en-US: Requires WhatsApp to be installed on your device.
+ NonFreeNet:
+ en-US: Depends on the WhatsApp public API.
Categories:
- Internet
- Phone & SMS
@@ -12,12 +12,12 @@ IssueTracker: https://github.com/subhamtyagi/openinwa/issues
AutoName: Open In WhatsApp
Description: |-
- Note: This app is unmaintained, its app repository is archived by the dev
+ Note: This app is unmaintained, its app repository is archived by the dev
- Open chat in WhatsApp without saving phone number to your phonebook
+ Open chat in WhatsApp without saving phone number to your phonebook
- * This app uses WhatsApp public api 'click to chat' feature to open a chat with any number without saving to your phone book.
- * You can create an url link that will open WhatsApp on the specified number. This is a WhatsApp feature, you don't need this app to open the link, only to create it.
+ * This app uses WhatsApp public api 'click to chat' feature to open a chat with any number without saving to your phone book.
+ * You can create an url link that will open WhatsApp on the specified number. This is a WhatsApp feature, you don't need this app to open the link, only to create it.
RepoType: git
Repo: https://github.com/SubhamTyagi/openinwa.git
diff --git a/metadata/io.github.subhamtyagi.privacyapplock.yml b/metadata/io.github.subhamtyagi.privacyapplock.yml
index 3c188ab2e8..f70fab1b75 100644
--- a/metadata/io.github.subhamtyagi.privacyapplock.yml
+++ b/metadata/io.github.subhamtyagi.privacyapplock.yml
@@ -6,16 +6,16 @@ IssueTracker: https://github.com/SubhamTyagi/AppLock/issues
AutoName: App Lock
Description: |-
- Note: This app is unmaintained, its app repository is archived by the dev
+ Note: This app is unmaintained, its app repository is archived by the dev
- AppLock is a smarter and safer and open source android app locker, which
- guards your privacy security with pattern lock.
+ AppLock is a smarter and safer and open source android app locker, which
+ guards your privacy security with pattern lock.
- This application uses "USAGE APP" permission to lock the Apps.
+ This application uses "USAGE APP" permission to lock the Apps.
- With AppLock, your privacy is well protected with pattern lock, give your
- phone All-round protection. AppLock can lock Social Apps, System Apps, SMSes
- and any other applications you want to lock.
+ With AppLock, your privacy is well protected with pattern lock, give your
+ phone All-round protection. AppLock can lock Social Apps, System Apps, SMSes
+ and any other applications you want to lock.
RepoType: git
Repo: https://github.com/SubhamTyagi/AppLock.git
diff --git a/metadata/io.github.thachillera.cardsscorekeeper.yml b/metadata/io.github.thachillera.cardsscorekeeper.yml
index 4b3ecd0a71..1556f6e908 100644
--- a/metadata/io.github.thachillera.cardsscorekeeper.yml
+++ b/metadata/io.github.thachillera.cardsscorekeeper.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/ThaChillera/CardScore/issues
AutoName: Cards Score Keeper
Description: |-
- App for keeping score in card games.
- Currently only supports the game BoerenBridge.
+ App for keeping score in card games.
+ Currently only supports the game BoerenBridge.
RepoType: git
Repo: https://github.com/ThaChillera/CardScore
diff --git a/metadata/io.github.tiagoshibata.gpsdclient.yml b/metadata/io.github.tiagoshibata.gpsdclient.yml
index 7c2a568b65..47eb59c826 100644
--- a/metadata/io.github.tiagoshibata.gpsdclient.yml
+++ b/metadata/io.github.tiagoshibata.gpsdclient.yml
@@ -8,19 +8,19 @@ IssueTracker: https://github.com/tiagoshibata/Android-GPSd-Client/issues
AutoName: GPSd Forwarder
Description: |-
- This application forwards NMEA data from your phone's GPS to a specified host.
- It's goal is to easily plug and feed data into a GPS server service (e.g. GPSd),
- using your cellphone as a GPS device. This way, your cellphone can be used as a
- GPS in navigation or robotics applications running in a host computer.
+ This application forwards NMEA data from your phone's GPS to a specified host.
+ It's goal is to easily plug and feed data into a GPS server service (e.g. GPSd),
+ using your cellphone as a GPS device. This way, your cellphone can be used as a
+ GPS in navigation or robotics applications running in a host computer.
- Data is forwarded using UDP. First, make sure the computer's IP is reachable
- from your cellphone; this is the case in most default access points, so it
- should work if both are connected to the same WiFi network.
+ Data is forwarded using UDP. First, make sure the computer's IP is reachable
+ from your cellphone; this is the case in most default access points, so it
+ should work if both are connected to the same WiFi network.
- On the host machine, execute `gpsd -N udp://:` (e.g. `gpsd -N udp://*:29998`). In
- the app, enter your host's IP and port and hit Start. Your host is now
- receiving GPS data forwarded from your phone. You can test it with gpsmon or
- other GPSd utilities.
+ On the host machine, execute `gpsd -N udp://:` (e.g. `gpsd -N udp://*:29998`). In
+ the app, enter your host's IP and port and hit Start. Your host is now
+ receiving GPS data forwarded from your phone. You can test it with gpsmon or
+ other GPSd utilities.
RepoType: git
Repo: https://github.com/tiagoshibata/Android-GPSd-Client
diff --git a/metadata/io.github.tjg1.nori.yml b/metadata/io.github.tjg1.nori.yml
index 613ad024ed..fd4f95172f 100644
--- a/metadata/io.github.tjg1.nori.yml
+++ b/metadata/io.github.tjg1.nori.yml
@@ -10,10 +10,10 @@ Bitcoin: 1NHUsSzj3N7TE8rykUYk8rqqLWWSmTVzdp
AutoName: Nori
Description: |-
- Connect to *booru tag-based image archives and browse by tags.
+ Connect to *booru tag-based image archives and browse by tags.
- Note that the images there are usually of high quality and though the app is
- fast, a lot of data will be downloaded.
+ Note that the images there are usually of high quality and though the app is
+ fast, a lot of data will be downloaded.
Builds:
- versionName: 2.1.1
diff --git a/metadata/io.github.webbluetoothcg.bletestperipheral.yml b/metadata/io.github.webbluetoothcg.bletestperipheral.yml
index 8cfbd1b81e..a0342b5d1a 100644
--- a/metadata/io.github.webbluetoothcg.bletestperipheral.yml
+++ b/metadata/io.github.webbluetoothcg.bletestperipheral.yml
@@ -9,19 +9,19 @@ Changelog: https://github.com/WebBluetoothCG/ble-test-peripheral-android/release
AutoName: BLE Peripheral Simulator
Description: |-
- A developer can use the app to simulate a BLE Peripheral with one of three
- services:
+ A developer can use the app to simulate a BLE Peripheral with one of three
+ services:
- * Battery Service
- * Heart Rate Service
- * Health Thermometer Service
+ * Battery Service
+ * Heart Rate Service
+ * Health Thermometer Service
- The developer can use the new Web Bluetooth features to connect to the app
- to Read and Write Characteristics, Subscribe to Notifications for when the
- Characteristics change, and Read and Write Descriptors.
+ The developer can use the new Web Bluetooth features to connect to the app
+ to Read and Write Characteristics, Subscribe to Notifications for when the
+ Characteristics change, and Read and Write Descriptors.
- From the app a developer can set the characteristics' values, send
- notifications and disconnect.
+ From the app a developer can set the characteristics' values, send
+ notifications and disconnect.
RepoType: git
Repo: https://github.com/WebBluetoothCG/ble-test-peripheral-android
diff --git a/metadata/io.github.whirish.tvbuses.yml b/metadata/io.github.whirish.tvbuses.yml
index c2f44343d7..dce748cdf6 100644
--- a/metadata/io.github.whirish.tvbuses.yml
+++ b/metadata/io.github.whirish.tvbuses.yml
@@ -8,21 +8,21 @@ IssueTracker: https://github.com/whirish/Tri-Valley-Buses/issues
AutoName: Tri-Valley Buses
Description: |-
- Easily view and track Tri-Valley Wheels bus locations, stop times, and routes
- with this app in real-time.
+ Easily view and track Tri-Valley Wheels bus locations, stop times, and routes
+ with this app in real-time.
- Features:
+ Features:
- * Show closest bus to you
- * Show all currently running buses for each route
- * Show exact stop locations and bus route -Show bus whether the bus is on time or not
+ * Show closest bus to you
+ * Show all currently running buses for each route
+ * Show exact stop locations and bus route -Show bus whether the bus is on time or not
- Up and coming/planned features:
+ Up and coming/planned features:
- * Show estimated arrival/departure times for each stop
+ * Show estimated arrival/departure times for each stop
- NOTE: Not associated with Wheels or the Livermore Amador Valley Transit
- Authority (LAVTA)
+ NOTE: Not associated with Wheels or the Livermore Amador Valley Transit
+ Authority (LAVTA)
RepoType: git
Repo: https://github.com/whirish/Tri-Valley-Buses
diff --git a/metadata/io.github.wulkanowy.yml b/metadata/io.github.wulkanowy.yml
index ecf4dc15d6..a0c3631e65 100644
--- a/metadata/io.github.wulkanowy.yml
+++ b/metadata/io.github.wulkanowy.yml
@@ -13,14 +13,14 @@ Donate: https://www.paypal.me/wulkanowy
AutoName: Wulkanowy
Description: |-
- * calculation of the weighted average
- * percentage attendance preview
- * lucky number
- * preview of completed lessons
- * dark theme
- * no ads
- * offline mode
- * notifications
+ * calculation of the weighted average
+ * percentage attendance preview
+ * lucky number
+ * preview of completed lessons
+ * dark theme
+ * no ads
+ * offline mode
+ * notifications
RepoType: git
Repo: https://github.com/wulkanowy/wulkanowy.git
@@ -33,8 +33,8 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/bintray.com\/mockito/d' ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/bintray.com\/mockito/d' ../build.gradle build.gradle
- versionName: 0.9.2
versionCode: 40
@@ -43,8 +43,8 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/bintray.com\/mockito/d' ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/bintray.com\/mockito/d' ../build.gradle build.gradle
- versionName: 0.9.3
versionCode: 41
@@ -53,8 +53,8 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/bintray.com\/mockito/d' ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/bintray.com\/mockito/d' ../build.gradle build.gradle
- versionName: 0.10.2
versionCode: 45
@@ -63,9 +63,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/bintray.com\/mockito/d' -e 's/mockito-\(.*\):3\.0\.7/mockito-\1:3.0.0/g'
- -e 's/mockito_core = "3.0.7"/mockito_core = "3.0.0"/' ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/bintray.com\/mockito/d' -e 's/mockito-\(.*\):3\.0\.7/mockito-\1:3.0.0/g' -e
+ 's/mockito_core = "3.0.7"/mockito_core = "3.0.0"/' ../build.gradle build.gradle
- versionName: 0.11.0
versionCode: 46
@@ -74,9 +74,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/bintray.com\/mockito/d' -e 's/mockito-\(.*\):3\.0\.7/mockito-\1:3.0.0/g'
- -e 's/mockito_core = "3.0.7"/mockito_core = "3.0.0"/' ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/bintray.com\/mockito/d' -e 's/mockito-\(.*\):3\.0\.7/mockito-\1:3.0.0/g' -e
+ 's/mockito_core = "3.0.7"/mockito_core = "3.0.0"/' ../build.gradle build.gradle
- versionName: 0.12.0
versionCode: 47
@@ -85,9 +85,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/bintray.com\/mockito/d' -e 's/mockito-\(.*\):3\.0\.7/mockito-\1:3.0.0/g'
- -e 's/mockito_core = "3.0.7"/mockito_core = "3.0.0"/' ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/bintray.com\/mockito/d' -e 's/mockito-\(.*\):3\.0\.7/mockito-\1:3.0.0/g' -e
+ 's/mockito_core = "3.0.7"/mockito_core = "3.0.0"/' ../build.gradle build.gradle
- versionName: 0.24.0
versionCode: 78
@@ -96,9 +96,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 0.24.3
versionCode: 81
@@ -107,9 +107,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 0.25.0
versionCode: 82
@@ -118,9 +118,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 0.25.1
versionCode: 83
@@ -129,9 +129,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.0.0
versionCode: 84
@@ -140,9 +140,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.0.1
versionCode: 85
@@ -151,9 +151,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.1.0
versionCode: 86
@@ -162,9 +162,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.1.1
versionCode: 87
@@ -173,9 +173,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.1.2
versionCode: 88
@@ -184,9 +184,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.1.3
versionCode: 89
@@ -195,9 +195,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.1.4
versionCode: 90
@@ -206,9 +206,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.1.5
versionCode: 91
@@ -217,9 +217,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.1.6
versionCode: 92
@@ -228,9 +228,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.2.0
versionCode: 93
@@ -243,9 +243,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.2.1
versionCode: 94
@@ -258,9 +258,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.2.2
versionCode: 95
@@ -273,9 +273,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.2.3
versionCode: 96
@@ -288,9 +288,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.3.0
versionCode: 97
@@ -303,9 +303,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.4.1
versionCode: 99
@@ -318,9 +318,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.4.2
versionCode: 100
@@ -333,9 +333,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.4.3
versionCode: 101
@@ -348,9 +348,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.4.4
versionCode: 102
@@ -363,9 +363,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.5.0
versionCode: 103
@@ -378,9 +378,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.6.0
versionCode: 104
@@ -393,9 +393,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.6.1
versionCode: 105
@@ -408,9 +408,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.6.2
versionCode: 106
@@ -423,9 +423,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.6.3
versionCode: 107
@@ -438,9 +438,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.6.4
versionCode: 108
@@ -453,9 +453,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.7.1
versionCode: 110
@@ -468,9 +468,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.7.2
versionCode: 111
@@ -483,9 +483,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.7.3
versionCode: 112
@@ -498,9 +498,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.7.4
versionCode: 113
@@ -513,9 +513,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.7.5
versionCode: 114
@@ -528,9 +528,9 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/io.fabric/d'
- -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d'
- -e '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
- ../build.gradle build.gradle
+ -e '/com.crashlytics/d' -e '/maven.fabric.io/d' -e '/kotlin.bintray.com/d' -e
+ '/developer.huawei.com/d' -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d'
+ ../build.gradle build.gradle
- versionName: 1.8.0
versionCode: 115
@@ -539,8 +539,8 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/developer.huawei.com/d'
- -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d' ../build.gradle build.gradle
- && sed -i -r 's/System.env/!System.env/g' build.gradle
+ -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d' ../build.gradle build.gradle
+ && sed -i -r 's/System.env/!System.env/g' build.gradle
- versionName: 1.8.1
versionCode: 116
@@ -549,8 +549,8 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/developer.huawei.com/d'
- -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d' ../build.gradle build.gradle
- && sed -i -r 's/System.env/!System.env/g' build.gradle
+ -e '/com.huawei.agconnect/d' -e '/com.huawei.hms/d' ../build.gradle build.gradle
+ && sed -i -r 's/System.env/!System.env/g' build.gradle
- versionName: 1.8.3
versionCode: 118
diff --git a/metadata/io.github.yamin8000.dooz.yml b/metadata/io.github.yamin8000.dooz.yml
index 1cc8524150..21d96d310c 100644
--- a/metadata/io.github.yamin8000.dooz.yml
+++ b/metadata/io.github.yamin8000.dooz.yml
@@ -47,7 +47,7 @@ Builds:
- reproducible-apk-tools@v0.2.3
prebuild: sed -i -e '/IdSuffix/d' build.gradle
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 1.0.8
versionCode: 8
@@ -63,7 +63,7 @@ Builds:
- reproducible-apk-tools@v0.2.3
prebuild: sed -i -e '/IdSuffix/d' build.gradle
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 1.0.9
versionCode: 9
@@ -79,7 +79,7 @@ Builds:
- reproducible-apk-tools@v0.2.3
prebuild: sed -i -e '/IdSuffix/d' build.gradle
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 1.0.10
versionCode: 10
@@ -95,7 +95,7 @@ Builds:
- reproducible-apk-tools@v0.2.3
prebuild: sed -i -e '/IdSuffix/d' build.gradle
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 1.0.11
versionCode: 11
@@ -111,7 +111,7 @@ Builds:
- reproducible-apk-tools@v0.2.3
prebuild: sed -i -e '/IdSuffix/d' build.gradle
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 1.0.12
versionCode: 12
@@ -127,7 +127,7 @@ Builds:
- reproducible-apk-tools@v0.2.3
prebuild: sed -i -e '/IdSuffix/d' build.gradle
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*'
+ 'META-INF/services/*'
AllowedAPKSigningKeys: c5fc36a2d18057155a471f456216f0b1f07755f33147f938c92ea6275dced4d2
diff --git a/metadata/io.githubfede0d.planetrider.yml b/metadata/io.githubfede0d.planetrider.yml
index d9908873fa..d522397993 100644
--- a/metadata/io.githubfede0d.planetrider.yml
+++ b/metadata/io.githubfede0d.planetrider.yml
@@ -6,10 +6,10 @@ SourceCode: https://github.com/FEDE0D/Planet-Rider/
IssueTracker: https://github.com/FEDE0D/Planet-Rider/issues
Description: |-
- A delivery man is lost on this alien planet and the only way to return home is
- to escape using his hover bike. Collect gasoline cans and power the engines on
- this long trip to the rescue zone. The levels are randomly generated so each
- play is different!
+ A delivery man is lost on this alien planet and the only way to return home is
+ to escape using his hover bike. Collect gasoline cans and power the engines on
+ this long trip to the rescue zone. The levels are randomly generated so each
+ play is different!
RepoType: git
Repo: https://github.com/FEDE0D/Planet-Rider
diff --git a/metadata/io.gitlab.mudassir.youtubecacher.yml b/metadata/io.gitlab.mudassir.youtubecacher.yml
index 387abcbc0b..f16fbb5d8c 100644
--- a/metadata/io.gitlab.mudassir.youtubecacher.yml
+++ b/metadata/io.gitlab.mudassir.youtubecacher.yml
@@ -9,9 +9,9 @@ IssueTracker: https://gitlab.com/mudassir/youtube-cacher/issues
AutoName: YouTube Cacher
Description: |-
- Requires no root permissions, and is easy to use. Just paste the URL of the
- video you want to download, and once the download completes you can watch the
- video.
+ Requires no root permissions, and is easy to use. Just paste the URL of the
+ video you want to download, and once the download completes you can watch the
+ video.
RepoType: git
Repo: https://gitlab.com/mudassir/youtube-cacher.git
diff --git a/metadata/io.gresse.hugo.anecdote.yml b/metadata/io.gresse.hugo.anecdote.yml
index cf82219d86..ea4435ca01 100644
--- a/metadata/io.gresse.hugo.anecdote.yml
+++ b/metadata/io.gresse.hugo.anecdote.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeAssets:
- en-US: Content displayed in the application do not belongs to Anecdote.
- Tracking:
- en-US: Crash reports and some usage informations are sent without consent.
+ NonFreeAssets:
+ en-US: Content displayed in the application do not belongs to Anecdote.
+ Tracking:
+ en-US: Crash reports and some usage informations are sent without consent.
Categories:
- Internet
- Reading
@@ -17,20 +17,20 @@ FlattrID: a819229e365698639727db15164b8bbf
AutoName: Anecdote
Description: |-
- Anecdote is a simple yet powerful application to read your favorites quotes
- websites. It's very light, not intrusive, fast and simple.
+ Anecdote is a simple yet powerful application to read your favorites quotes
+ websites. It's very light, not intrusive, fast and simple.
- Features:
+ Features:
- * 9GAG feed (image and video)
- * quotes feeds from fmylife.com (FML), Bash.org, viedemerde.fr (VDM), danstonchat.com (DTC) and more
- * infinite scroll and pull to refresh
- * no strange permissions, no background tasks, no ad
- * add your own website with some HTML knowledge
+ * 9GAG feed (image and video)
+ * quotes feeds from fmylife.com (FML), Bash.org, viedemerde.fr (VDM), danstonchat.com (DTC) and more
+ * infinite scroll and pull to refresh
+ * no strange permissions, no background tasks, no ad
+ * add your own website with some HTML knowledge
- The content displayed in the application do not belongs to Anecdote. Crash and
- some usage informations (such as the share of an item) are sent to upstream's
- own Countly server.
+ The content displayed in the application do not belongs to Anecdote. Crash and
+ some usage informations (such as the share of an item) are sent to upstream's
+ own Countly server.
RepoType: git
Repo: https://github.com/HugoGresse/Anecdote.git
diff --git a/metadata/io.homeassistant.companion.android.minimal.yml b/metadata/io.homeassistant.companion.android.minimal.yml
index 98440557a7..8f9f1d3624 100644
--- a/metadata/io.homeassistant.companion.android.minimal.yml
+++ b/metadata/io.homeassistant.companion.android.minimal.yml
@@ -9,13 +9,13 @@ Changelog: https://github.com/home-assistant/android/releases
AutoName: Home Assistant
Description: |-
- Home Assistant is an open-source home automation platform that focuses on privacy and local control.
+ Home Assistant is an open-source home automation platform that focuses on privacy and local control.
- Home Assistant for Android requires that you have access to a Home Assistant instance.
+ Home Assistant for Android requires that you have access to a Home Assistant instance.
- For documentation around the application please see https://companion.home-assistant.io/
+ For documentation around the application please see https://companion.home-assistant.io/
- Note: This is the minimal flavor that does not have location tracking or notifications.
+ Note: This is the minimal flavor that does not have location tracking or notifications.
RepoType: git
Repo: https://github.com/home-assistant/android.git
@@ -451,8 +451,8 @@ Builds:
- sed -i -e 's/, ":wear", ":automotive"//' ../settings.gradle.kts
MaintainerNotes: |-
- 6 versions, due to the rapid release there may be a trailing error
- (which bothers only some users) and it takes time to fix.
+ 6 versions, due to the rapid release there may be a trailing error
+ (which bothers only some users) and it takes time to fix.
ArchivePolicy: 6
AutoUpdateMode: Version +-minimal %v
diff --git a/metadata/io.hoppe.whohere.yml b/metadata/io.hoppe.whohere.yml
index 3575e2c6cc..8ab491f348 100644
--- a/metadata/io.hoppe.whohere.yml
+++ b/metadata/io.hoppe.whohere.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on whohere.hoppe.io.
+ NonFreeNet:
+ en-US: Depends on whohere.hoppe.io.
Categories:
- Games
License: GPL-2.0-or-later
diff --git a/metadata/io.horizontalsystems.bankwallet.yml b/metadata/io.horizontalsystems.bankwallet.yml
index d842c7ccb4..c5adc4b167 100644
--- a/metadata/io.horizontalsystems.bankwallet.yml
+++ b/metadata/io.horizontalsystems.bankwallet.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on non-libre news and exchange rate websites.
+ NonFreeNet:
+ en-US: Depends on non-libre news and exchange rate websites.
Categories:
- Money
License: MIT
diff --git a/metadata/io.kuenzler.whatsappwebtogo.yml b/metadata/io.kuenzler.whatsappwebtogo.yml
index 51a5324cae..1820985f45 100644
--- a/metadata/io.kuenzler.whatsappwebtogo.yml
+++ b/metadata/io.kuenzler.whatsappwebtogo.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: WhatsApp is not libre.
+ NonFreeNet:
+ en-US: WhatsApp is not libre.
Categories:
- Internet
License: MIT
diff --git a/metadata/io.lbry.browser.yml b/metadata/io.lbry.browser.yml
index 502f360522..b075ffdf01 100644
--- a/metadata/io.lbry.browser.yml
+++ b/metadata/io.lbry.browser.yml
@@ -1,9 +1,9 @@
AntiFeatures:
- NonFreeNet:
- en-US: LBRY itself is not libre.
- Tracking:
- en-US: is sending some data to LBRY servers while not allowing user to disable
- it.
+ NonFreeNet:
+ en-US: LBRY itself is not libre.
+ Tracking:
+ en-US: is sending some data to LBRY servers while not allowing user to disable
+ it.
Categories:
- Money
- Multimedia
@@ -258,10 +258,10 @@ Builds:
ndk: r21e
MaintainerNotes: |-
- +0: - (upstream)
- +1: armv7 (CV)
- +2: armv8
- AF see https://gitlab.com/fdroid/fdroiddata/-/merge_requests/7173
+ +0: - (upstream)
+ +1: armv7 (CV)
+ +2: armv8
+ AF see https://gitlab.com/fdroid/fdroiddata/-/merge_requests/7173
AutoUpdateMode: Version
UpdateCheckMode: Tags v\d+.\d+.\d+[a-z]?-fdroid
diff --git a/metadata/io.librehealth.toolkit.cost_of_care.yml b/metadata/io.librehealth.toolkit.cost_of_care.yml
index edd19e379d..ccb6a31566 100644
--- a/metadata/io.librehealth.toolkit.cost_of_care.yml
+++ b/metadata/io.librehealth.toolkit.cost_of_care.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Uses non-free network services, e.g. Cloudflare
+ NonFreeNet:
+ en-US: Uses non-free network services, e.g. Cloudflare
Categories:
- Science & Education
- Sports & Health
@@ -27,7 +27,7 @@ Builds:
srclibs:
- flutter@1.22.5
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -40,7 +40,7 @@ Builds:
srclibs:
- flutter@1.22.5
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -53,7 +53,7 @@ Builds:
srclibs:
- flutter@1.22.5
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
diff --git a/metadata/io.literal.yml b/metadata/io.literal.yml
index c9c26db42d..4dea97464f 100644
--- a/metadata/io.literal.yml
+++ b/metadata/io.literal.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App uses a proprietary backend hosted on AWS.
+ NonFreeNet:
+ en-US: App uses a proprietary backend hosted on AWS.
Categories:
- Reading
License: GPL-3.0-only
@@ -79,9 +79,9 @@ Builds:
- foss
MaintainerNotes: |-
- F-Droid scanner includes a false-positive (AWS Kinesis (/com/amazonaws/metrics): Tracking).
- Manual analysis of the APK indicates no Kinesis dependencies are included and SDK metrics
- are disabled.
+ F-Droid scanner includes a false-positive (AWS Kinesis (/com/amazonaws/metrics): Tracking).
+ Manual analysis of the APK indicates no Kinesis dependencies are included and SDK metrics
+ are disabled.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/io.mainframe.hacs.yml b/metadata/io.mainframe.hacs.yml
index 8bb4f549e6..6806eed951 100644
--- a/metadata/io.mainframe.hacs.yml
+++ b/metadata/io.mainframe.hacs.yml
@@ -12,8 +12,8 @@ Changelog: https://github.com/ktt-ol/hacs/blob/HEAD/CHANGELOG.md
AutoName: HACS
Description: An app for our "keyholder" to view and manage the door states of the
- hackspace. It uses an mqtt service to get the current status and sends door commands
- per ssh.
+ hackspace. It uses an mqtt service to get the current status and sends door commands
+ per ssh.
RepoType: git
Repo: https://github.com/ktt-ol/hacs
diff --git a/metadata/io.mkg20001.arubanetworkslogin.yml b/metadata/io.mkg20001.arubanetworkslogin.yml
index 29e74a3e70..6ba1bb225a 100644
--- a/metadata/io.mkg20001.arubanetworkslogin.yml
+++ b/metadata/io.mkg20001.arubanetworkslogin.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on non-libre arubanetworks.com.
- Tracking:
- en-US: Uses Sentry.io by default, not even opt-out is possible.
+ NonFreeNet:
+ en-US: Depends on non-libre arubanetworks.com.
+ Tracking:
+ en-US: Uses Sentry.io by default, not even opt-out is possible.
Categories:
- Connectivity
License: GPL-3.0-only
diff --git a/metadata/io.mrarm.irc.yml b/metadata/io.mrarm.irc.yml
index b9ae3cf157..b92e60a2d4 100644
--- a/metadata/io.mrarm.irc.yml
+++ b/metadata/io.mrarm.irc.yml
@@ -8,26 +8,26 @@ Changelog: https://github.com/MCMrARM/revolution-irc/releases
AutoName: Revolution IRC
Description: |-
- Revolution IRC Client is the next-generation IRC client for Android, made with
- design and functionality in mind. Let's start this revolution!
+ Revolution IRC Client is the next-generation IRC client for Android, made with
+ design and functionality in mind. Let's start this revolution!
- This client features a modern Material design as well as many other awesome
- features:
+ This client features a modern Material design as well as many other awesome
+ features:
- * Stays in background properly, even on more recent Android versions
- * Store chat messages to be displayed after reconnecting to the server later
- * Nick/channel/command autocomplete
- * Ignore list
- * mIRC color formatting support
- * SSL certificate exception list
- * Command list to run after connecting
- * Customization: custom command aliases, notification rules, reconnection interval, chat font, message format, app colors
+ * Stays in background properly, even on more recent Android versions
+ * Store chat messages to be displayed after reconnecting to the server later
+ * Nick/channel/command autocomplete
+ * Ignore list
+ * mIRC color formatting support
+ * SSL certificate exception list
+ * Command list to run after connecting
+ * Customization: custom command aliases, notification rules, reconnection interval, chat font, message format, app colors
- ...and much more!
+ ...and much more!
- Please note that this client is not finished yet and may be missing some
- features - if you find something missing, feel free to open an issue on the
- project's GitHub page!
+ Please note that this client is not finished yet and may be missing some
+ features - if you find something missing, feel free to open an issue on the
+ project's GitHub page!
RepoType: git
Repo: https://github.com/MCMrARM/revolution-irc.git
diff --git a/metadata/io.nekohasekai.anXray.yml b/metadata/io.nekohasekai.anXray.yml
index e118dcc637..12625c895b 100644
--- a/metadata/io.nekohasekai.anXray.yml
+++ b/metadata/io.nekohasekai.anXray.yml
@@ -8,17 +8,17 @@ IssueTracker: https://github.com/XTLS/AnXray/issues
AutoName: AnXray
Description: |-
- * Full basic features
- * Xray WebSocket browser dialer
- * Option to change the notification update interval
- * A Chinese apps scanner (based on dex classpath scanning, so it may be slower)
- * Proxy chain
- * Balancer
- * Advanced routing with outbound profile selection
- * Reverse proxy
- * Custom config (Xray / Trojan-Go)
- * Traffic statistics support, including real-time display and cumulative statistics
- * Foreground status based routing support
+ * Full basic features
+ * Xray WebSocket browser dialer
+ * Option to change the notification update interval
+ * A Chinese apps scanner (based on dex classpath scanning, so it may be slower)
+ * Proxy chain
+ * Balancer
+ * Advanced routing with outbound profile selection
+ * Reverse proxy
+ * Custom config (Xray / Trojan-Go)
+ * Traffic statistics support, including real-time display and cumulative statistics
+ * Foreground status based routing support
RepoType: git
Repo: https://github.com/XTLS/AnXray
diff --git a/metadata/io.nekohasekai.sagernet.plugin.xtls.yml b/metadata/io.nekohasekai.sagernet.plugin.xtls.yml
index eb71e43087..af9d7c374e 100644
--- a/metadata/io.nekohasekai.sagernet.plugin.xtls.yml
+++ b/metadata/io.nekohasekai.sagernet.plugin.xtls.yml
@@ -57,7 +57,7 @@ Builds:
ndk: r21e
MaintainerNotes: |
- The XTLS plugin is deprecated
+ The XTLS plugin is deprecated
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/io.oversec.one.yml b/metadata/io.oversec.one.yml
index bcbc71b350..c65058e0d2 100644
--- a/metadata/io.oversec.one.yml
+++ b/metadata/io.oversec.one.yml
@@ -23,7 +23,7 @@ Builds:
- oversec
output: app/build/outputs/apk/oversec/release/app-oversec-release-unsigned-$$VERCODE$$.apk
prebuild: echo 'ext { fdroidVersionCode = $$VERCODE$$; fdroidVersionName = "$$VERSION$$"
- }' > app/fdroidVersionCode.gradle
+ }' > app/fdroidVersionCode.gradle
- versionName: 1.5.6
versionCode: 1005006
@@ -33,7 +33,7 @@ Builds:
- oversec
output: app/build/outputs/apk/oversec/release/app-oversec-release-unsigned-$$VERCODE$$.apk
prebuild: echo 'ext { fdroidVersionCode = $$VERCODE$$; fdroidVersionName = "$$VERSION$$"
- }' > app/fdroidVersionCode.gradle
+ }' > app/fdroidVersionCode.gradle
- versionName: 1.5.7
versionCode: 1005007
@@ -43,7 +43,7 @@ Builds:
- oversec
output: app/build/outputs/apk/oversec/release/app-oversec-release-unsigned-$$VERCODE$$.apk
prebuild: echo 'ext { fdroidVersionCode = $$VERCODE$$; fdroidVersionName = "$$VERSION$$"; }'
- > app/fdroidVersionCode.gradle
+ > app/fdroidVersionCode.gradle
- versionName: 1.5.8
versionCode: 1005008
@@ -53,7 +53,7 @@ Builds:
- oversec
output: app/build/outputs/apk/oversec/release/app-oversec-release-unsigned-$$VERCODE$$.apk
prebuild: echo 'ext { fdroidVersionCode = $$VERCODE$$; fdroidVersionName = "$$VERSION$$"; }'
- > app/fdroidVersionCode.gradle
+ > app/fdroidVersionCode.gradle
- versionName: 1.5.9
versionCode: 1005009
@@ -63,7 +63,7 @@ Builds:
- oversec
output: app/build/outputs/apk/oversec/release/app-oversec-release-unsigned-$$VERCODE$$.apk
prebuild: echo 'ext { fdroidVersionCode = $$VERCODE$$; fdroidVersionName = "$$VERSION$$"; }'
- > app/fdroidVersionCode.gradle
+ > app/fdroidVersionCode.gradle
- versionName: 1.5.10
versionCode: 1005010
diff --git a/metadata/io.tiph.smsspammer.yml b/metadata/io.tiph.smsspammer.yml
index 66fb2aa220..b3b07c7a5f 100644
--- a/metadata/io.tiph.smsspammer.yml
+++ b/metadata/io.tiph.smsspammer.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/tiphedor/SMS-Spammer-Android/issues
AutoName: SMS Spammer
Description: |-
- NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
+ NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
- Sends repeated SMS to a specified phone number. Use at your own risk.
+ Sends repeated SMS to a specified phone number. Use at your own risk.
RepoType: git
Repo: https://github.com/tiphedor/SMS-Spammer-Android.git
diff --git a/metadata/io.treehouses.remote.yml b/metadata/io.treehouses.remote.yml
index dec653b6c9..09292768e7 100644
--- a/metadata/io.treehouses.remote.yml
+++ b/metadata/io.treehouses.remote.yml
@@ -686,7 +686,7 @@ Builds:
ndk: r21e
MaintainerNotes: The root build.gradle contains custom code that uses relative paths.
- Thus we cannot apply subdir.
+ Thus we cannot apply subdir.
AutoUpdateMode: Version
UpdateCheckMode: Tags fdroid-[0-9]+
diff --git a/metadata/io.trezor.app.yml b/metadata/io.trezor.app.yml
index 9eb8a65458..3f959b9864 100644
--- a/metadata/io.trezor.app.yml
+++ b/metadata/io.trezor.app.yml
@@ -9,29 +9,29 @@ IssueTracker: https://github.com/trezor/trezor-android/issues
AutoName: Trezor Manager
Description: |-
- Trezor Manager app is now obsolete!
- This Application is unmaintained and won't receive updates.
+ Trezor Manager app is now obsolete!
+ This Application is unmaintained and won't receive updates.
- TREZOR Manager lets you control your TREZOR device from your tablet or phone. It
- eliminates the necessity of a desktop computer, letting you depend solely on
- your mobile device. Together with a wallet app, it is the perfect portable
- solution to a secure hardware wallet.
+ TREZOR Manager lets you control your TREZOR device from your tablet or phone. It
+ eliminates the necessity of a desktop computer, letting you depend solely on
+ your mobile device. Together with a wallet app, it is the perfect portable
+ solution to a secure hardware wallet.
- This application is designed for management of your TREZOR device.
+ This application is designed for management of your TREZOR device.
- Features include:
+ Features include:
- * Initialize & Setup
- * Recovery
- * Change label
- * Change PIN
- * Enable/Disable passphrase protection
- * Change the Homescreen
- * Upgrade firmware
- * Wipe the device
+ * Initialize & Setup
+ * Recovery
+ * Change label
+ * Change PIN
+ * Enable/Disable passphrase protection
+ * Change the Homescreen
+ * Upgrade firmware
+ * Wipe the device
- This application contains a binary Firmware for updating the device when needed.
- This firmware is build and signed by SatoshiLabs - the vendor of TREZOR.
+ This application contains a binary Firmware for updating the device when needed.
+ This firmware is build and signed by SatoshiLabs - the vendor of TREZOR.
RepoType: git
Repo: https://github.com/trezor/trezor-android
@@ -138,11 +138,11 @@ Builds:
- trezor-app/src/main/assets/firmware*/trezor*.bin
MaintainerNotes: |-
- * Firmware source is available at https://github.com/trezor/trezor-mcu but
- we cannot build it since its required to be signed by upstream. Check
- once in a while.
- * App is unmaintained mentioned by the developer in fdroiddata#2269
- * moved to archive on request of author (d#2269) and changed AUM/UCM from "Version v%v" resp. "Tags" to "None"
+ * Firmware source is available at https://github.com/trezor/trezor-mcu but
+ we cannot build it since its required to be signed by upstream. Check
+ once in a while.
+ * App is unmaintained mentioned by the developer in fdroiddata#2269
+ * moved to archive on request of author (d#2269) and changed AUM/UCM from "Version v%v" resp. "Tags" to "None"
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/io.va.exposed.yml b/metadata/io.va.exposed.yml
index 020b9e9060..e379396872 100644
--- a/metadata/io.va.exposed.yml
+++ b/metadata/io.va.exposed.yml
@@ -10,18 +10,18 @@ Changelog: https://github.com/android-hacker/VirtualXposed/releases
AutoName: VirtualXposed
Description: |-
- Note: The app id has been changed to io.va.exposed64
+ Note: The app id has been changed to io.va.exposed64
- VirtualXposed is a simple APP based on
- VirtualApp and
- epic that allows you to use an Xposed
- Module without needing to root, unlock the bootloader, or flash a custom
- system image. (Supports Android 5.0~9.0.)
+ VirtualXposed is a simple APP based on
+ VirtualApp and
+ epic that allows you to use an Xposed
+ Module without needing to root, unlock the bootloader, or flash a custom
+ system image. (Supports Android 5.0~9.0.)
- The only two restriction of VirtualXposed are:
+ The only two restriction of VirtualXposed are:
- * Unable to modify system, so any Module which modifies system won't be able to work properly.
- * Currently resource hooks are not supported. (Theming modules use Resource Hooks.)
+ * Unable to modify system, so any Module which modifies system won't be able to work properly.
+ * Currently resource hooks are not supported. (Theming modules use Resource Hooks.)
RepoType: git
Repo: https://github.com/android-hacker/VirtualXposed
diff --git a/metadata/ir.hsn6.defendo.yml b/metadata/ir.hsn6.defendo.yml
index c2b1d0fe9c..5f0e17c6d3 100644
--- a/metadata/ir.hsn6.defendo.yml
+++ b/metadata/ir.hsn6.defendo.yml
@@ -9,9 +9,9 @@ Changelog: https://github.com/HassanHeydariNasab/defendo/releases
Bitcoin: 16D7Nroenpx4QDNqfq3Js7sdAVhew2NzGp
Description: |-
- You are called to defend a base.
+ You are called to defend a base.
- A tower defense game developed using Godot v2.1.4.
+ A tower defense game developed using Godot v2.1.4.
RepoType: git
Repo: https://github.com/HassanHeydariNasab/defendo.git
diff --git a/metadata/ir.hsn6.k2.yml b/metadata/ir.hsn6.k2.yml
index fe29958023..42d3a91450 100644
--- a/metadata/ir.hsn6.k2.yml
+++ b/metadata/ir.hsn6.k2.yml
@@ -9,9 +9,9 @@ Changelog: https://github.com/HassanHeydariNasab/k2/releases
Bitcoin: 1iNMJMFqDgYp7iUMd4qkP79CiCLSwLPyp
Description: |-
- Collect stars and finally catch the moon.
+ Collect stars and finally catch the moon.
- The game is developing using Godot v2.1.4.
+ The game is developing using Godot v2.1.4.
RepoType: git
Repo: https://github.com/HassanHeydariNasab/k2.git
diff --git a/metadata/ir.hsn6.tpb.yml b/metadata/ir.hsn6.tpb.yml
index ef2a1d819f..63877e97e0 100644
--- a/metadata/ir.hsn6.tpb.yml
+++ b/metadata/ir.hsn6.tpb.yml
@@ -8,9 +8,9 @@ Bitcoin: 12SL5VgtjozKTXMgpX7w4MjKvvcFAHbTks
Litecoin: LZ742wp3KD7Jhan1KFA44U85my3KZ53Fb3
Description: |
- 1. Upgrade your weapon
- 2. Collect the rockets
- 3. Destroy enemy base!
+ 1. Upgrade your weapon
+ 2. Collect the rockets
+ 3. Destroy enemy base!
RepoType: git
Repo: https://github.com/HassanHeydariNasab/2-player-battle.git
diff --git a/metadata/ir.hsn6.trans.yml b/metadata/ir.hsn6.trans.yml
index eec85b3f79..1212385699 100644
--- a/metadata/ir.hsn6.trans.yml
+++ b/metadata/ir.hsn6.trans.yml
@@ -9,11 +9,11 @@ Changelog: https://github.com/HassanHeydariNasab/trans/releases
Bitcoin: 1MkJyXh8y3ViXTAFhKUpXfgfECEfnZmLGY
Description: |-
- A robot wants to find its creators, but it gets into trouble.
+ A robot wants to find its creators, but it gets into trouble.
- This is an early version.
+ This is an early version.
- The game is developing using Godot v2.1.4.
+ The game is developing using Godot v2.1.4.
RepoType: git
Repo: https://github.com/HassanHeydariNasab/trans.git
diff --git a/metadata/ir.hsn6.turo.yml b/metadata/ir.hsn6.turo.yml
index 347682e6e6..439b5e0528 100644
--- a/metadata/ir.hsn6.turo.yml
+++ b/metadata/ir.hsn6.turo.yml
@@ -9,9 +9,9 @@ Bitcoin: 1PUJ5sFWxvbx5Np2CjFmhHFnzPe2GPvinj
Litecoin: LgeGeVU9JAxyXpanPtsBRAX5QHxvUJo8id
Description: |-
- Build a tower as tall as possible.
+ Build a tower as tall as possible.
- The game is developing using Godot v2.1.4.
+ The game is developing using Godot v2.1.4.
RepoType: git
Repo: https://github.com/HassanHeydariNasab/turo.git
diff --git a/metadata/is.pinterjann.jaws.yml b/metadata/is.pinterjann.jaws.yml
index 18bd0152e7..65cb78f7c5 100644
--- a/metadata/is.pinterjann.jaws.yml
+++ b/metadata/is.pinterjann.jaws.yml
@@ -9,18 +9,18 @@ Changelog: https://github.com/jannispinter/jaws/blob/HEAD/CHANGELOG.md
AutoName: JAWS
Description: |-
- NOTE: This app currently (v0.5) does NOT work on Android 9+.
- Furthermore, the app seems to be unmaintained (last activity in 2016).
+ NOTE: This app currently (v0.5) does NOT work on Android 9+.
+ Furthermore, the app seems to be unmaintained (last activity in 2016).
- A simple wifi scanner that supports real time scans of nearby networks. It
- displays a list of nearby wifi networks ordered by signal strength and
- periodically rescans for new networks.
+ A simple wifi scanner that supports real time scans of nearby networks. It
+ displays a list of nearby wifi networks ordered by signal strength and
+ periodically rescans for new networks.
- Features:
+ Features:
- * Display a list of nearby wifi networks ordered by signal strength
- * Display SSID, BSSID, Channel, Capabilities and the signal strength of each network
- * Periodically rescan for new networks
+ * Display a list of nearby wifi networks ordered by signal strength
+ * Display SSID, BSSID, Channel, Capabilities and the signal strength of each network
+ * Periodically rescan for new networks
RepoType: git
Repo: https://github.com/jannispinter/jaws
diff --git a/metadata/is.xyz.omw.yml b/metadata/is.xyz.omw.yml
index 5b270f7190..598ec2573e 100644
--- a/metadata/is.xyz.omw.yml
+++ b/metadata/is.xyz.omw.yml
@@ -10,13 +10,13 @@ Changelog: https://github.com/xyzz/openmw-android/releases
AutoName: OMW
Description: |-
- Note: The app is no longer under development.
+ Note: The app is no longer under development.
- Note: This is the "unofficial" version build from @xyzz's repo where the Android app is developed. This means that while new feature will be implemented here first, it might entail a more unstable app. If you want the "official" version build, from the OpenMW Android repo where the releases might follow the main OpenMW release cycle, install https://f-droid.org/packages/com.libopenmw.openmw.
+ Note: This is the "unofficial" version build from @xyzz's repo where the Android app is developed. This means that while new feature will be implemented here first, it might entail a more unstable app. If you want the "official" version build, from the OpenMW Android repo where the releases might follow the main OpenMW release cycle, install https://f-droid.org/packages/com.libopenmw.openmw.
- OpenMW is an open-source, free-software game engine that reimplements the one powering Bethesda Softworks' 2002 open-world role-playing game Morrowind.
+ OpenMW is an open-source, free-software game engine that reimplements the one powering Bethesda Softworks' 2002 open-world role-playing game Morrowind.
- This is an OpenMW port for Android, adapted to be played with touchscreen or remote controller. To play it, you need to use your own, legally acquired Morrowind data files.
+ This is an OpenMW port for Android, adapted to be played with touchscreen or remote controller. To play it, you need to use your own, legally acquired Morrowind data files.
RepoType: git
Repo: https://github.com/xyzz/openmw-android.git
@@ -201,8 +201,8 @@ Builds:
ndk: r20b
MaintainerNotes: |-
- - we use prebuild else fdroid scanner will detect the built libs as binaries on the second pass before running build, and we can't scanignore them (at start) since they don't exist yet, see https://gitlab.com/fdroid/fdroidserver/issues/635
- - we remove the buildtools and intermediary artefacts (several gigabytes) else they'll get pulled in the source tarball
+ - we use prebuild else fdroid scanner will detect the built libs as binaries on the second pass before running build, and we can't scanignore them (at start) since they don't exist yet, see https://gitlab.com/fdroid/fdroidserver/issues/635
+ - we remove the buildtools and intermediary artefacts (several gigabytes) else they'll get pulled in the source tarball
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/is.xyz.omw_nightly.yml b/metadata/is.xyz.omw_nightly.yml
index ae5d103d49..f7cc51cefc 100644
--- a/metadata/is.xyz.omw_nightly.yml
+++ b/metadata/is.xyz.omw_nightly.yml
@@ -10,13 +10,13 @@ Changelog: https://github.com/xyzz/openmw-android/releases
AutoName: OMW
Description: |-
- Note: The app is no longer under development.
+ Note: The app is no longer under development.
- Note: This is the "unofficial nightly" version build from @xyzz's repo where the Android app is developed. This means that while new feature will be implemented here first, it might entail a more unstable app. If you want the "stable" OMW releases get https://f-droid.org/packages/is.xyz.omw and if you want the "official" OpenMW version build, from the OpenMW Android repo where the releases might follow the main OpenMW release cycle, install https://f-droid.org/packages/com.libopenmw.openmw.
+ Note: This is the "unofficial nightly" version build from @xyzz's repo where the Android app is developed. This means that while new feature will be implemented here first, it might entail a more unstable app. If you want the "stable" OMW releases get https://f-droid.org/packages/is.xyz.omw and if you want the "official" OpenMW version build, from the OpenMW Android repo where the releases might follow the main OpenMW release cycle, install https://f-droid.org/packages/com.libopenmw.openmw.
- OpenMW is an open-source, free-software game engine that reimplements the one powering Bethesda Softworks' 2002 open-world role-playing game Morrowind.
+ OpenMW is an open-source, free-software game engine that reimplements the one powering Bethesda Softworks' 2002 open-world role-playing game Morrowind.
- This is an OpenMW port for Android, adapted to be played with touchscreen or remote controller. To play it, you need to use your own, legally acquired Morrowind data files.
+ This is an OpenMW port for Android, adapted to be played with touchscreen or remote controller. To play it, you need to use your own, legally acquired Morrowind data files.
RepoType: git
Repo: https://github.com/xyzz/openmw-android.git
@@ -687,9 +687,9 @@ Builds:
ndk: r21e
MaintainerNotes: |-
- - we use prebuild else fdroid scanner will detect the built libs as binaries on the second pass before running build, and we can't scanignore them (at start) since they don't exist yet, see https://gitlab.com/fdroid/fdroidserver/issues/635
- - we remove the buildtools and intermediary artefacts (several gigabytes) else they'll get pulled in the source tarball
- - versionName is generated
+ - we use prebuild else fdroid scanner will detect the built libs as binaries on the second pass before running build, and we can't scanignore them (at start) since they don't exist yet, see https://gitlab.com/fdroid/fdroidserver/issues/635
+ - we remove the buildtools and intermediary artefacts (several gigabytes) else they'll get pulled in the source tarball
+ - versionName is generated
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/is.xyz.vcmi.yml b/metadata/is.xyz.vcmi.yml
index 987ee11660..a0d482649e 100644
--- a/metadata/is.xyz.vcmi.yml
+++ b/metadata/is.xyz.vcmi.yml
@@ -6,17 +6,17 @@ SourceCode: https://github.com/vcmi/vcmi-android
IssueTracker: https://bugs.vcmi.eu
Description: |-
- VCMI is work-in-progress attempt to recreate engine for Heroes of Might and Magic III, giving it new and extended possibilities.
+ VCMI is work-in-progress attempt to recreate engine for Heroes of Might and Magic III, giving it new and extended possibilities.
- This is an VCMI port for Android. To play it, you need to use your own, legally acquired Heroes of Might and Magic III data files.
+ This is an VCMI port for Android. To play it, you need to use your own, legally acquired Heroes of Might and Magic III data files.
- Installation: Copy "Data" "Maps" and "Mp3" folders from your original HoMM III installation to "/vcmi-data/".
+ Installation: Copy "Data" "Maps" and "Mp3" folders from your original HoMM III installation to "/vcmi-data/".
- Note: extra display resolutions and random map generation templates are only available with official "essentials" mod:
- (Warning, external link): https://wiki.vcmi.eu/Mod_list#Utilities
+ Note: extra display resolutions and random map generation templates are only available with official "essentials" mod:
+ (Warning, external link): https://wiki.vcmi.eu/Mod_list#Utilities
- "Essentials" installation: copy "Mods/vcmi/Mods" folder from the archive to the root of your VCMI installation ("/vcmi-data").
- Mods should appear in the game launcher "mods" section.
+ "Essentials" installation: copy "Mods/vcmi/Mods" folder from the archive to the root of your VCMI installation ("/vcmi-data").
+ Mods should appear in the game launcher "mods" section.
RepoType: git
Repo: https://github.com/vcmi/vcmi-android.git
@@ -315,12 +315,12 @@ Builds:
- python3 build.py build-app
MaintainerNotes: |-
- - Build process requires 2 NDKs: r14b to build the dependencies (SDL and boost) and r17c to build the game itself.
- - Commit hashes for the launcher and vcmi itself match the APK released on google play. The newer commit reported in the app itself is a bug.
- - The prebuilt section fixes a number of things to allow building dependencies and libraries from the source.
- - Upstream uses prebuilt libs instead and their build procedures were not updated for some time.
- - Builds split into a separate build for each architecture, with incremental version code (which must be reflected in both main "build" section and prebuild env variable).
- - "commit" section points to the commit of the launcher repo, while "VCMI_COMMIT" var points to commit of the upstream vcmi repo.
+ - Build process requires 2 NDKs: r14b to build the dependencies (SDL and boost) and r17c to build the game itself.
+ - Commit hashes for the launcher and vcmi itself match the APK released on google play. The newer commit reported in the app itself is a bug.
+ - The prebuilt section fixes a number of things to allow building dependencies and libraries from the source.
+ - Upstream uses prebuilt libs instead and their build procedures were not updated for some time.
+ - Builds split into a separate build for each architecture, with incremental version code (which must be reflected in both main "build" section and prebuild env variable).
+ - "commit" section points to the commit of the launcher repo, while "VCMI_COMMIT" var points to commit of the upstream vcmi repo.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/isn.fly.speedmeter.yml b/metadata/isn.fly.speedmeter.yml
index c790f55c57..572f5bbff4 100644
--- a/metadata/isn.fly.speedmeter.yml
+++ b/metadata/isn.fly.speedmeter.yml
@@ -10,15 +10,15 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SP3
AutoName: SpeedMeter
Summary: Lightweight speed meter
Description: |-
- This app can display some useful information about a route:
+ This app can display some useful information about a route:
- * Actual speed
- * Time elapsed
- * M or KM traveled
- * Max speed
+ * Actual speed
+ * Time elapsed
+ * M or KM traveled
+ * Max speed
- Upstream changed application id, newer versions are available at
- https://f-droid.org/packages/fly.speedmeter.grub.
+ Upstream changed application id, newer versions are available at
+ https://f-droid.org/packages/fly.speedmeter.grub.
RepoType: git
Repo: https://github.com/flyingrub/SpeedMeter.git
diff --git a/metadata/it.alessandropira.wesnoth114.yml b/metadata/it.alessandropira.wesnoth114.yml
index dcb5f3bebc..48b0dd7fdb 100644
--- a/metadata/it.alessandropira.wesnoth114.yml
+++ b/metadata/it.alessandropira.wesnoth114.yml
@@ -7,14 +7,14 @@ Donate: https://www.alessandropira.org/bfw_android/get.html
Liberapay: Wesnoth
Description: |-
- The Battle for Wesnoth is a turn-based strategy game with a high fantasy
- theme. It features both singleplayer and online/hotseat multiplayer combat. Explore
- the world of Wesnoth and take part in its many adventures! Embark on a desperate
- quest to reclaim your rightful throne... Flee the Lich Lords to a new home across
- the sea... Delve into the darkest depths of the earth to craft a jewel of fire
- itself... Defend your kingdom against the ravaging hordes of a foul necromancer...
- Or lead a straggly band of survivors across the blazing sands to confront an unseen
- evil.
+ The Battle for Wesnoth is a turn-based strategy game with a high fantasy
+ theme. It features both singleplayer and online/hotseat multiplayer combat. Explore
+ the world of Wesnoth and take part in its many adventures! Embark on a desperate
+ quest to reclaim your rightful throne... Flee the Lich Lords to a new home across
+ the sea... Delve into the darkest depths of the earth to craft a jewel of fire
+ itself... Defend your kingdom against the ravaging hordes of a foul necromancer...
+ Or lead a straggly band of survivors across the blazing sands to confront an unseen
+ evil.
RepoType: git
Repo: https://gitlab.com/f-droid-mirrors/empty.git
@@ -74,20 +74,20 @@ Builds:
ndk: r13b
MaintainerNotes: |-
- Source code is located in the "files" section of SF in the form of
- tarballs. No VCS is used. The actual repo is a placeholder and not required at
- all (F-Droid buildserver still requires some repo, though). The source code is
- split into two parts, the library tarball and the game tarball. Each one is downloaded
- and their checksums are checked. The build process should not change across new
- versions and the build and init sections can be copied over, with updated links
- to the library and wesnoth tarballs as well as their checksums (first four lines
- in init section). The wesnoth tarball contains prebuilt libs, but we're removing
- them with scandelete and building again from source. The library tarball also
- contains various binaries, but they are not used in build and can be safely removed.
- The only prebuilt component in libraries tarball (that's used in building wesnoth)
- is openssl library, which we're building again.
+ Source code is located in the "files" section of SF in the form of
+ tarballs. No VCS is used. The actual repo is a placeholder and not required at
+ all (F-Droid buildserver still requires some repo, though). The source code is
+ split into two parts, the library tarball and the game tarball. Each one is downloaded
+ and their checksums are checked. The build process should not change across new
+ versions and the build and init sections can be copied over, with updated links
+ to the library and wesnoth tarballs as well as their checksums (first four lines
+ in init section). The wesnoth tarball contains prebuilt libs, but we're removing
+ them with scandelete and building again from source. The library tarball also
+ contains various binaries, but they are not used in build and can be safely removed.
+ The only prebuilt component in libraries tarball (that's used in building wesnoth)
+ is openssl library, which we're building again.
- Anonymous usage statistics submission is ON by default, we turn it OFF
+ Anonymous usage statistics submission is ON by default, we turn it OFF
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/it.andreascarpino.forvodroid.yml b/metadata/it.andreascarpino.forvodroid.yml
index 3820010c92..5501dc6584 100644
--- a/metadata/it.andreascarpino.forvodroid.yml
+++ b/metadata/it.andreascarpino.forvodroid.yml
@@ -8,13 +8,13 @@ License: MIT
AutoName: ForvoDroid
Summary: Check pronunciations
Description: |-
- Check for the pronunciation of any word, in any language available on
- Forvo, by tapping on it after a quickly search.
+ Check for the pronunciation of any word, in any language available on
+ Forvo, by tapping on it after a quickly search.
- AntiFeature: You need a free-of-charge Forvo API Key to use this app, please
- visit Forvo's API page.
+ AntiFeature: You need a free-of-charge Forvo API Key to use this app, please
+ visit Forvo's API page.
- Warning: This app may crash on some HTC and Acer devices.
+ Warning: This app may crash on some HTC and Acer devices.
Builds:
- versionName: '1.0'
@@ -84,10 +84,10 @@ Builds:
target: android-19
MaintainerNotes: |-
- Some/older HTC and Acer handsets ship with broken gson. Upstream used a
- repackaged gson lib, which we don't.
+ Some/older HTC and Acer handsets ship with broken gson. Upstream used a
+ repackaged gson lib, which we don't.
- Upstream removed binaries and source.
+ Upstream removed binaries and source.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/it.andreascarpino.hostisdown.yml b/metadata/it.andreascarpino.hostisdown.yml
index d66e4f8a2c..7c10db1c38 100644
--- a/metadata/it.andreascarpino.hostisdown.yml
+++ b/metadata/it.andreascarpino.hostisdown.yml
@@ -10,12 +10,12 @@ Bitcoin: 1Ph3hFEoQaD4PK6MhL3kBNNh9FZFBfisEH
AutoName: HostIsDown
Description: |-
- Checks if a host is down.
+ Checks if a host is down.
- Features:
+ Features:
- * Ping a host by IP/hostname and return its status
- * Show the list of recent hosts
+ * Ping a host by IP/hostname and return its status
+ * Show the list of recent hosts
RepoType: git
Repo: https://gitlab.com/ilpianista/HostIsDown.git
diff --git a/metadata/it.angrydroids.epub3reader.yml b/metadata/it.angrydroids.epub3reader.yml
index ecb2829d2a..228399b1eb 100644
--- a/metadata/it.angrydroids.epub3reader.yml
+++ b/metadata/it.angrydroids.epub3reader.yml
@@ -6,17 +6,17 @@ IssueTracker: https://github.com/pettarin/epub3reader/issues
AutoName: EPUB3 Reader
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- The goal of this project consists in exploring new ways of interacting with
- rich, structured eBooks in EPUB format.
+ The goal of this project consists in exploring new ways of interacting with
+ rich, structured eBooks in EPUB format.
- The rationale behind this choice is simple:
+ The rationale behind this choice is simple:
- * EPUB is an open format for eBooks and it is the de facto standard for non-Amazon eBooks
- * The current reading systems (eReaders, desktop programs, apps) are not suitable for reading structured, complex eBooks, as they are almost always designed with linear-reading books in mind.
+ * EPUB is an open format for eBooks and it is the de facto standard for non-Amazon eBooks
+ * The current reading systems (eReaders, desktop programs, apps) are not suitable for reading structured, complex eBooks, as they are almost always designed with linear-reading books in mind.
- For more information see the website.
+ For more information see the website.
RepoType: git
Repo: https://github.com/pettarin/epub3reader.git
diff --git a/metadata/it.diab.yml b/metadata/it.diab.yml
index a113821b66..3195bc3e65 100644
--- a/metadata/it.diab.yml
+++ b/metadata/it.diab.yml
@@ -11,17 +11,17 @@ Changelog: https://github.com/bvlj/diab/releases
AutoName: Diab
Description: |-
- Diab is a smart opensource application that helps you managing your
- diabetes by keeping track of your glucose values and insulin injections.
+ Diab is a smart opensource application that helps you managing your
+ diabetes by keeping track of your glucose values and insulin injections.
- Using the data registered inside the app it's possible to generate a
- customized plugin that once applied to the app will provide smart insights
- for insulin dosages based on real-time context.
+ Using the data registered inside the app it's possible to generate a
+ customized plugin that once applied to the app will provide smart insights
+ for insulin dosages based on real-time context.
- Features:
- * Save records of glucose and insuline dosages
- * Export data as a spreadsheet file
- * Insulin suggestions plugin
+ Features:
+ * Save records of glucose and insuline dosages
+ * Export data as a spreadsheet file
+ * Insulin suggestions plugin
RepoType: git
Repo: https://github.com/bvlj/diab
diff --git a/metadata/it.ecosw.dudo.yml b/metadata/it.ecosw.dudo.yml
index 2f6442560f..b625dfce3e 100644
--- a/metadata/it.ecosw.dudo.yml
+++ b/metadata/it.ecosw.dudo.yml
@@ -6,15 +6,15 @@ IssueTracker: https://github.com/Eco80/dudo/issues
AutoName: Dudo
Description: |-
- Dudo (Spanish for I doubt), also known as Cacho, Pico, Perudo or Cachito is
- popular dice game played in Peru, Chile, Bolivia and other Latin American
- countries. It is a more specific version of a family of games collectively
- called Liar's Dice, which has many forms and variants.
+ Dudo (Spanish for I doubt), also known as Cacho, Pico, Perudo or Cachito is
+ popular dice game played in Peru, Chile, Bolivia and other Latin American
+ countries. It is a more specific version of a family of games collectively
+ called Liar's Dice, which has many forms and variants.
- This game can be played by two or more players and consists of guessing how many
- dice, placed under cups, there are on the table showing a certain number. The
- player who loses a round loses one of their dice. The last player to still
- retain a die (or dice) is the winner.
+ This game can be played by two or more players and consists of guessing how many
+ dice, placed under cups, there are on the table showing a certain number. The
+ player who loses a round loses one of their dice. The last player to still
+ retain a die (or dice) is the winner.
RepoType: git
Repo: https://github.com/Eco80/dudo
diff --git a/metadata/it.eternitywall.eternitywall.yml b/metadata/it.eternitywall.eternitywall.yml
index 89dc218a8b..aa7d474be1 100644
--- a/metadata/it.eternitywall.eternitywall.yml
+++ b/metadata/it.eternitywall.eternitywall.yml
@@ -7,10 +7,10 @@ Changelog: https://github.com/RCasatta/EternityWallAndroid/releases
AutoName: Eternity Wall
Description: |-
- Embed messages in the blockchain, they will last forever! Now with signed
- messages and timestamp.
+ Embed messages in the blockchain, they will last forever! Now with signed
+ messages and timestamp.
- Screenshots
+ Screenshots
RepoType: git
Repo: https://github.com/RCasatta/EternityWallAndroid/
diff --git a/metadata/it.fabmazz.triestebus.yml b/metadata/it.fabmazz.triestebus.yml
index 96d3486ccf..57da60765d 100644
--- a/metadata/it.fabmazz.triestebus.yml
+++ b/metadata/it.fabmazz.triestebus.yml
@@ -8,13 +8,13 @@ IssueTracker: https://github.com/fabmazz/triesteinbus/issues
AutoName: TriesteinBus
Description: |-
- This app is useful for finding waiting times for the bus stops in Trieste
- (Italy). It is in heavy development, and this first build is an alpha release.
+ This app is useful for finding waiting times for the bus stops in Trieste
+ (Italy). It is in heavy development, and this first build is an alpha release.
- At the moment the only thing it can do is finding the arrival times by the bus
- stop id. Unfortunately, this is quite unconfortable because these are usually
- codes found by the bus stop (e.g. FER-D5020), but then the arrival times are
- displayed nicely.
+ At the moment the only thing it can do is finding the arrival times by the bus
+ stop id. Unfortunately, this is quite unconfortable because these are usually
+ codes found by the bus stop (e.g. FER-D5020), but then the arrival times are
+ displayed nicely.
RepoType: git
Repo: https://github.com/fabmazz/triesteinbus
diff --git a/metadata/it.faerb.crond.yml b/metadata/it.faerb.crond.yml
index 2d551c61e3..82144a9102 100644
--- a/metadata/it.faerb.crond.yml
+++ b/metadata/it.faerb.crond.yml
@@ -8,12 +8,12 @@ Changelog: https://github.com/Faerbit/android-crond/blob/HEAD/Changelog.md
AutoName: crond
Description: |-
- Simple android app which implements crond using AlarmManager.
+ Simple android app which implements crond using AlarmManager.
- Schedules all scripts in regular intervals as defined by the crontab file. The
- syntax is the same as on any UNIX system and can be looked up on the internet.
- You need to edit the crontab file using another app or adb. Always open the app
- after making changes to the crontab file to apply them.
+ Schedules all scripts in regular intervals as defined by the crontab file. The
+ syntax is the same as on any UNIX system and can be looked up on the internet.
+ You need to edit the crontab file using another app or adb. Always open the app
+ after making changes to the crontab file to apply them.
RequiresRoot: true
diff --git a/metadata/it.feio.android.omninotes.foss.yml b/metadata/it.feio.android.omninotes.foss.yml
index 41b21b8d98..48daed4eff 100644
--- a/metadata/it.feio.android.omninotes.foss.yml
+++ b/metadata/it.feio.android.omninotes.foss.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- Tracking:
- en-US: Error reporting and Share anonymous data enabled by default
+ Tracking:
+ en-US: Error reporting and Share anonymous data enabled by default
Categories:
- Writing
License: GPL-3.0-only
diff --git a/metadata/it.fossoft.timberfoss.yml b/metadata/it.fossoft.timberfoss.yml
index e549347200..8a812ecff4 100644
--- a/metadata/it.fossoft.timberfoss.yml
+++ b/metadata/it.fossoft.timberfoss.yml
@@ -6,23 +6,23 @@ IssueTracker: https://github.com/fabmazz/Timber/issues
AutoName: Timber${appNameSuffix}
Description: |-
- This app has been developed by naman14 and had been removed from F-Droid
- because of non-free dependencies. This is the pure FOSS fork of the app,
- where all these non-free dependecies have been removed.
+ This app has been developed by naman14 and had been removed from F-Droid
+ because of non-free dependencies. This is the pure FOSS fork of the app,
+ where all these non-free dependecies have been removed.
- Features:
- * Material design
- * Browse Songs, Albums, Artists
- * Create and edit playlists
- * 6 different now playing styles
- * Homescreen widgets
- * Browse device folders
- * Dark theme and UI customisability
- * Gestures for track switching
- * LastFM scrobble
- * Android Wear and Android Auto support
- * Playing queue in notification (Xposed)
- * Lyrics support
+ Features:
+ * Material design
+ * Browse Songs, Albums, Artists
+ * Create and edit playlists
+ * 6 different now playing styles
+ * Homescreen widgets
+ * Browse device folders
+ * Dark theme and UI customisability
+ * Gestures for track switching
+ * LastFM scrobble
+ * Android Wear and Android Auto support
+ * Playing queue in notification (Xposed)
+ * Lyrics support
RepoType: git
Repo: https://github.com/fabmazz/Timber
@@ -40,7 +40,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/lintOptions {/a abortOnError false' -e '/com.anjlab.android.iab/d'
- build.gradle
+ build.gradle
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/it.gmariotti.android.apps.dashclock.extensions.battery.yml b/metadata/it.gmariotti.android.apps.dashclock.extensions.battery.yml
index bda22b3a16..6ac0d85aff 100644
--- a/metadata/it.gmariotti.android.apps.dashclock.extensions.battery.yml
+++ b/metadata/it.gmariotti.android.apps.dashclock.extensions.battery.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/gabrielemariotti/dashclockbattery/issues
Name: 'DashClock: Battery'
AutoName: Battery Extension for DashClock
Description: |-
- * Current battery level
- * Power type
- * Battery details (Temperature, Voltage, Health)
- * Optional Real time updates
+ * Current battery level
+ * Power type
+ * Battery details (Temperature, Voltage, Health)
+ * Optional Real time updates
RepoType: git
Repo: https://github.com/gabrielemariotti/dashclockbattery.git
diff --git a/metadata/it.greenaddress.cordova.yml b/metadata/it.greenaddress.cordova.yml
index 41febb8c49..074c4f1a3e 100644
--- a/metadata/it.greenaddress.cordova.yml
+++ b/metadata/it.greenaddress.cordova.yml
@@ -8,30 +8,30 @@ Changelog: https://github.com/greenaddress/WalletCordova/releases
AutoName: GreenAddress.It
Description: |-
- NOTE: This app is no longer maintained (its source repo was archived).
+ NOTE: This app is no longer maintained (its source repo was archived).
- Wallet that uses multisig to improve security (adding 2 factor for instance or
- limits) and Hierarchical Deterministic addresses (see
- BIP32).
+ Wallet that uses multisig to improve security (adding 2 factor for instance or
+ limits) and Hierarchical Deterministic addresses (see
+ BIP32).
- It offers the advantages of a web wallet:
+ It offers the advantages of a web wallet:
- * Ubiquitously available
- * Social/email/sms integration
- * Two factor authentication
- * Transactions limits/restrictions
- * Greenaddress instant transaction
+ * Ubiquitously available
+ * Social/email/sms integration
+ * Two factor authentication
+ * Transactions limits/restrictions
+ * Greenaddress instant transaction
- and the advantages of a local software wallet like Electrum:
+ and the advantages of a local software wallet like Electrum:
- * Mnemonic seed backup once and forget
- * Your private keys are never on the server, not even encrypted
- * No long wait to synchronize the full client with the Bitcoin blockchain
+ * Mnemonic seed backup once and forget
+ * Your private keys are never on the server, not even encrypted
+ * No long wait to synchronize the full client with the Bitcoin blockchain
- See their website and FAQ for more information.
+ See their website and FAQ for more information.
- Supports NFC for login and QR code scanning for login and transactions.
+ Supports NFC for login and QR code scanning for login and transactions.
RepoType: git
Repo: https://github.com/greenaddress/WalletCordova
@@ -313,10 +313,10 @@ Builds:
build: ./prepare_fdroid.sh
MaintainerNotes: |-
- scandelete libscrypt.so - it is built by F-Droid via prepare_fdroid.sh,
- but it is still in GreenAddress repo for users who don't want to use NDK,
- so it needs to be removed before building to pass scanning.
- Repo on Github has been archived.
+ scandelete libscrypt.so - it is built by F-Droid via prepare_fdroid.sh,
+ but it is still in GreenAddress repo for users who don't want to use NDK,
+ so it needs to be removed before building to pass scanning.
+ Repo on Github has been archived.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/it.iiizio.epubator.yml b/metadata/it.iiizio.epubator.yml
index 004b9fda34..82c94996f4 100644
--- a/metadata/it.iiizio.epubator.yml
+++ b/metadata/it.iiizio.epubator.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- KnownVuln:
- en-US: Uses outdated version 5.5.6 of the itextpdf library which has security
- issues.
+ KnownVuln:
+ en-US: Uses outdated version 5.5.6 of the itextpdf library which has security
+ issues.
Categories:
- Reading
License: GPL-3.0-only
@@ -11,21 +11,21 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=iiizio%40u
AutoName: ePUBator
Description: |-
- * Extracts text from a PDF file and puts it in a well formed (epubcheck compliant) ePUB file.
- * PDF extraction is based on iText library https://itextpdf.com/ released under the AGPL license.
- * Doesn't need internet connection.
- * Doesn't send your docs somewhere on the net.
- * Extracts text (no text in pictures or in raster PDF).
- * Tries to extract images (only png, jpg and gif) but puts them at the page's end.
- * Tries to extract the table of contents if present (or creates a dummy TOC).
- * Doesn't extract the font size and style.
- * Works fine with single column PDF (can work bad with multi column or tables).
- * Can fail extraction (5 of 358 books with v0.8.1 on the author's Atrix).
- * IS MADE FOR BOOKS, NOT FOR EVERY TYPE OF PDF (DON'T ASK IT TOO MUCH).
+ * Extracts text from a PDF file and puts it in a well formed (epubcheck compliant) ePUB file.
+ * PDF extraction is based on iText library https://itextpdf.com/ released under the AGPL license.
+ * Doesn't need internet connection.
+ * Doesn't send your docs somewhere on the net.
+ * Extracts text (no text in pictures or in raster PDF).
+ * Tries to extract images (only png, jpg and gif) but puts them at the page's end.
+ * Tries to extract the table of contents if present (or creates a dummy TOC).
+ * Doesn't extract the font size and style.
+ * Works fine with single column PDF (can work bad with multi column or tables).
+ * Can fail extraction (5 of 358 books with v0.8.1 on the author's Atrix).
+ * IS MADE FOR BOOKS, NOT FOR EVERY TYPE OF PDF (DON'T ASK IT TOO MUCH).
- In the event of crash, unexpected stoppages or insufficient memory try setting
- Page per file to 1 and/or disable the extraction of images and try again
- (sometimes helps).
+ In the event of crash, unexpected stoppages or insufficient memory try setting
+ Page per file to 1 and/or disable the extraction of images and try again
+ (sometimes helps).
RepoType: git
Repo: https://git.code.sf.net/p/epubator/code
@@ -68,9 +68,9 @@ Builds:
prebuild: mv lib libs
MaintainerNotes: |-
- KnownVuln: itextpdf-5.5.6.jar noted at below link
- https://sourceforge.net/p/epubator/code/ci/master/tree/ePUBator/lib/
- https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
+ KnownVuln: itextpdf-5.5.6.jar noted at below link
+ https://sourceforge.net/p/epubator/code/ci/master/tree/ePUBator/lib/
+ https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/it.langolonerd.app.yml b/metadata/it.langolonerd.app.yml
index e874953173..9b67a183bf 100644
--- a/metadata/it.langolonerd.app.yml
+++ b/metadata/it.langolonerd.app.yml
@@ -10,8 +10,8 @@ IssueTracker: https://github.com/aroblu94/langolonerd_android/issues
AutoName: L'angolo nerd
Description: |-
- L'angolo nerd official app offers a lot more features than the "classic mobile
- site" like URL handling, push notifications, a sexy spash screen and more!
+ L'angolo nerd official app offers a lot more features than the "classic mobile
+ site" like URL handling, push notifications, a sexy spash screen and more!
RepoType: git
Repo: https://github.com/aroblu94/langolonerd_android
diff --git a/metadata/it.linuxday.torino.yml b/metadata/it.linuxday.torino.yml
index 3b747a3aa5..a36a1b68c5 100644
--- a/metadata/it.linuxday.torino.yml
+++ b/metadata/it.linuxday.torino.yml
@@ -9,14 +9,14 @@ IssueTracker: https://github.com/0iras0r/ils-companion-android/issues
AutoName: LDTO Companion
Summary: Linux Day Torino talk browser
Description: |-
- Advanced native Android schedule browser for the Linux Day Torino (Italy).
+ Advanced native Android schedule browser for the Linux Day Torino (Italy).
- The Linux Day is an italian national event dedicated to
- GNU/Linux operating systems and Free as in Freedom software. The
- Italian Linux Society helps italian cities in the
- organization of this yearly event.
+ The Linux Day is an italian national event dedicated to
+ GNU/Linux operating systems and Free as in Freedom software. The
+ Italian Linux Society helps italian cities in the
+ organization of this yearly event.
- This app is just a fork of https://f-droid.org/packages/be.digitalia.fosdem.
+ This app is just a fork of https://f-droid.org/packages/be.digitalia.fosdem.
RepoType: git
Repo: https://github.com/0iras0r/ils-companion-android.git
diff --git a/metadata/it.lucci.cm.greyscaletheme.yml b/metadata/it.lucci.cm.greyscaletheme.yml
index c00d3daa87..39a24ec695 100644
--- a/metadata/it.lucci.cm.greyscaletheme.yml
+++ b/metadata/it.lucci.cm.greyscaletheme.yml
@@ -9,32 +9,32 @@ Changelog: https://github.com/gabrielelucci/greyscale-cmte/releases
AutoName: Greyscale
Description: |-
- NOTE: This app is no longer maintained (its source repo was archived).
+ NOTE: This app is no longer maintained (its source repo was archived).
- Greyscale is a very simple and minimal theme, based on Material guidelines. The
- color scheme is entirely composed by shades of Material Grey.
+ Greyscale is a very simple and minimal theme, based on Material guidelines. The
+ color scheme is entirely composed by shades of Material Grey.
- What's inlcuded:
+ What's inlcuded:
- * Status bar
- * Navigation bar
- * Style
- * Wallpaper (by Unsplash)
+ * Status bar
+ * Navigation bar
+ * Style
+ * Wallpaper (by Unsplash)
- Apps themed:
+ Apps themed:
- * Framework
- * Settings
- * AOSP Keyboard
- * Google Keyboard
- * Trebuchet
- * Downloads Provider
- * Calculator
- * CMUpdater
- * Theme Chooser
- * AudioFX
+ * Framework
+ * Settings
+ * AOSP Keyboard
+ * Google Keyboard
+ * Trebuchet
+ * Downloads Provider
+ * Calculator
+ * CMUpdater
+ * Theme Chooser
+ * AudioFX
- And a lot more coming soon!
+ And a lot more coming soon!
RepoType: git
Repo: https://github.com/gabrielelucci/greyscale-cmte.git
diff --git a/metadata/it.mobimentum.dualsimwidget.yml b/metadata/it.mobimentum.dualsimwidget.yml
index deec5c143a..f343dbdc0d 100644
--- a/metadata/it.mobimentum.dualsimwidget.yml
+++ b/metadata/it.mobimentum.dualsimwidget.yml
@@ -9,12 +9,12 @@ IssueTracker: https://github.com/mobimentum/dualsimreminder/issues
AutoName: DualSim Reminder
Description: |-
- Intended for dual SIM Samsung phones: it won't (probably) work on different
- brands and will be useless on single SIM phones. The two features of the app
- are:
+ Intended for dual SIM Samsung phones: it won't (probably) work on different
+ brands and will be useless on single SIM phones. The two features of the app
+ are:
- * Set an alarm that reminds you to enable/disable SIM at scheduled times, e.g. for working times.
- * Add a homescreen widget that lets you open Dual SIM settings directly.
+ * Set an alarm that reminds you to enable/disable SIM at scheduled times, e.g. for working times.
+ * Add a homescreen widget that lets you open Dual SIM settings directly.
RepoType: git
Repo: https://github.com/mobimentum/dualsimreminder
diff --git a/metadata/it.niedermann.owncloud.notes.yml b/metadata/it.niedermann.owncloud.notes.yml
index c11630a02f..a1611b96dd 100644
--- a/metadata/it.niedermann.owncloud.notes.yml
+++ b/metadata/it.niedermann.owncloud.notes.yml
@@ -86,7 +86,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation' } }" >>
- build.gradle
+ build.gradle
- versionName: 0.10.0
versionCode: 15
diff --git a/metadata/it.reyboz.chordshift.yml b/metadata/it.reyboz.chordshift.yml
index 3dc380e90f..5c88c1e63a 100644
--- a/metadata/it.reyboz.chordshift.yml
+++ b/metadata/it.reyboz.chordshift.yml
@@ -11,10 +11,10 @@ Bitcoin: 16oHee3jeENnN6fPxFq6LpNP6SZG9rimRD
AutoName: Chord Shift
Description: |-
- Write down some musical notes and raise or lower them.
+ Write down some musical notes and raise or lower them.
- You can also convert them from a naming convention to another (e.g. From "C#" to
- "Do#").
+ You can also convert them from a naming convention to another (e.g. From "C#" to
+ "Do#").
RepoType: bzr
Repo: lp:android-chord-shift
diff --git a/metadata/it.reyboz.minesweeper.yml b/metadata/it.reyboz.minesweeper.yml
index d806c07115..18c4ab1882 100644
--- a/metadata/it.reyboz.minesweeper.yml
+++ b/metadata/it.reyboz.minesweeper.yml
@@ -12,31 +12,31 @@ Bitcoin: 16oHee3jeENnN6fPxFq6LpNP6SZG9rimRD
AutoName: MineSweeper
Description: |-
- Classic single-player one-tap puzzle game where you have a virtual minefield and
- you must liberate it. If you play tapping randomly in the field probably your
- penguin will become a good petard, otherwise you and your cute penguin are
- probably destined to survive. MineSweeper is considered a
- co-NP-complete computational complexity puzzle.
+ Classic single-player one-tap puzzle game where you have a virtual minefield and
+ you must liberate it. If you play tapping randomly in the field probably your
+ penguin will become a good petard, otherwise you and your cute penguin are
+ probably destined to survive. MineSweeper is considered a
+ co-NP-complete computational complexity puzzle.
- Tips:
+ Tips:
- * There are exactly "n" bombs around any number!
- * Hold-tap to place flags.
- * Did you find the easter egg in the language selection already?
+ * There are exactly "n" bombs around any number!
+ * Hold-tap to place flags.
+ * Did you find the easter egg in the language selection already?
- Permissions:
+ Permissions:
- Every permission of this app (with exception of Vibration and Audio permissions)
- are not really used for any purpose (are automatically inserted by Cordova
- during the build process).
+ Every permission of this app (with exception of Vibration and Audio permissions)
+ are not really used for any purpose (are automatically inserted by Cordova
+ during the build process).
- Notes from the Author:
+ Notes from the Author:
- This app is intentionally created exclusively in HTML5, Javascript and CSS with
- Cordova/PhoneGap. So this app is potentially multiplatform and if you know how
- to bring this application on other platforms you are free to do so, and please
- do so! See the README
- before studying or improving this app.
+ This app is intentionally created exclusively in HTML5, Javascript and CSS with
+ Cordova/PhoneGap. So this app is potentially multiplatform and if you know how
+ to bring this application on other platforms you are free to do so, and please
+ do so! See the README
+ before studying or improving this app.
RepoType: bzr
Repo: lp:minesweeper
diff --git a/metadata/it.reyboz.screenlock.yml b/metadata/it.reyboz.screenlock.yml
index 3d832752fa..f1ab19cdc7 100644
--- a/metadata/it.reyboz.screenlock.yml
+++ b/metadata/it.reyboz.screenlock.yml
@@ -11,17 +11,17 @@ Bitcoin: 16oHee3jeENnN6fPxFq6LpNP6SZG9rimRD
AutoName: Lock Screen
Description: |-
- This is not a custom "lock screen", but a shortcut to lock the screen.
+ This is not a custom "lock screen", but a shortcut to lock the screen.
- It is very appreciated for all the people who are afraid to destroy the physical
- lock button on their device. Most of them have even a kernel to unlock the phone
- without a physical key, and so with this app they will have their little key
- save for the eternity.
+ It is very appreciated for all the people who are afraid to destroy the physical
+ lock button on their device. Most of them have even a kernel to unlock the phone
+ without a physical key, and so with this app they will have their little key
+ save for the eternity.
- Features:
+ Features:
- * Google Now gesture!
- * No other silly feature
+ * Google Now gesture!
+ * No other silly feature
RepoType: bzr
Repo: lp:lock-screen
diff --git a/metadata/it.rgp.nyagua.pafcalc.yml b/metadata/it.rgp.nyagua.pafcalc.yml
index a3eaa6c3cb..55c090d2bc 100644
--- a/metadata/it.rgp.nyagua.pafcalc.yml
+++ b/metadata/it.rgp.nyagua.pafcalc.yml
@@ -7,18 +7,18 @@ IssueTracker: https://sourceforge.net/p/pafcalc/tickets
AutoName: PAFCalc
Description: |-
- Utility to help you with calculations related to DIY fertilizers for planted
- aquariums.
+ Utility to help you with calculations related to DIY fertilizers for planted
+ aquariums.
- Features:
+ Features:
- * Dose to reach target: How much fertilizer you need to add to tank to reach the target value (in ppm *) of a specific element
- * The result of a dose: How much of each element of the compound will be added to tank with a given dose.
- * Estimative Index: The same as (Dose to reach target) but the target is the value expected from E.I. Protocol
- * Estimative Index Daily: The same as (above) but for daily dosing
- * Estimative Index Weekly: The same as (above) but for weekly dosing
- * Perpetual Preservation System: The same as (Dose to reach target) but the target is the value expected from P.P.S. Protocol
- * Poor Man Dosing Drops: The same as (Dose to reach target) but the target is the value expected from P.M.D.D. Protocol
+ * Dose to reach target: How much fertilizer you need to add to tank to reach the target value (in ppm *) of a specific element
+ * The result of a dose: How much of each element of the compound will be added to tank with a given dose.
+ * Estimative Index: The same as (Dose to reach target) but the target is the value expected from E.I. Protocol
+ * Estimative Index Daily: The same as (above) but for daily dosing
+ * Estimative Index Weekly: The same as (above) but for weekly dosing
+ * Perpetual Preservation System: The same as (Dose to reach target) but the target is the value expected from P.P.S. Protocol
+ * Poor Man Dosing Drops: The same as (Dose to reach target) but the target is the value expected from P.M.D.D. Protocol
RepoType: git-svn
Repo: https://svn.code.sf.net/p/pafcalc/code/app-trunk
diff --git a/metadata/it.rignanese.leo.slimfacebook.yml b/metadata/it.rignanese.leo.slimfacebook.yml
index bbaddb4291..130d00149f 100644
--- a/metadata/it.rignanese.leo.slimfacebook.yml
+++ b/metadata/it.rignanese.leo.slimfacebook.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Facebook.
+ NonFreeNet:
+ en-US: Depends on Facebook.
Categories:
- Internet
License: GPL-2.0-or-later
@@ -13,14 +13,14 @@ Donate: https://www.paypal.me/LeonardoRignanese
AutoName: SlimSocial for Facebook
Description: |-
- Wrapper around Facebook's mobile website and APIs.
+ Wrapper around Facebook's mobile website and APIs.
- * It is lightweight: it weighs less than 100 Kb
- * It has simple, modern design: there is only what you need
- * It is Open source: the code of this app is online on GitHub, anyone can verify the authenticity of the app and contribute to its development.
- * It is free and without ads
- * it is not intrusive
- * It respect your privacy: this app doesn't require special permits. Without consensus Facebook can not access to any data of your mobile phone
+ * It is lightweight: it weighs less than 100 Kb
+ * It has simple, modern design: there is only what you need
+ * It is Open source: the code of this app is online on GitHub, anyone can verify the authenticity of the app and contribute to its development.
+ * It is free and without ads
+ * it is not intrusive
+ * It respect your privacy: this app doesn't require special permits. Without consensus Facebook can not access to any data of your mobile phone
RepoType: git
Repo: https://github.com/rignaneseleo/SlimSocial-for-Facebook
diff --git a/metadata/it.rignanese.leo.slimtwitter.yml b/metadata/it.rignanese.leo.slimtwitter.yml
index d52ab4e85b..fa1a1aec3e 100644
--- a/metadata/it.rignanese.leo.slimtwitter.yml
+++ b/metadata/it.rignanese.leo.slimtwitter.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Twitter.
+ NonFreeNet:
+ en-US: Depends on Twitter.
Categories:
- Internet
License: GPL-2.0-or-later
@@ -13,14 +13,14 @@ Changelog: https://github.com/rignaneseleo/SlimSocial-for-Twitter/blob/HEAD/Chan
AutoName: SlimSocial for Twitter
Description: |-
- Wrapper around Twitter's mobile website and APIs.
+ Wrapper around Twitter's mobile website and APIs.
- * It is lightweight: it weighs less than 1 Mb
- * It has simple, modern design: there is only what you need
- * It is Open source: the code of this app is online on GitHub, anyone can verify the authenticity of the app and contribute to its development.
- * It is free and without ads
- * it is not instrusive
- * It respect your privacy: this app doesn't require special permits. Without consensus Twitter can not access to any data of your mobile phone
+ * It is lightweight: it weighs less than 1 Mb
+ * It has simple, modern design: there is only what you need
+ * It is Open source: the code of this app is online on GitHub, anyone can verify the authenticity of the app and contribute to its development.
+ * It is free and without ads
+ * it is not instrusive
+ * It respect your privacy: this app doesn't require special permits. Without consensus Twitter can not access to any data of your mobile phone
RepoType: git
Repo: https://github.com/rignaneseleo/SlimSocial-for-Twitter
@@ -41,9 +41,9 @@ Builds:
- yes
MaintainerNotes: |-
- Multiple commits say they are 3.1 release... even after a tag was
- created. Dont use tags for now, since upstream seems to be a little
- itchy about versioning...
+ Multiple commits say they are 3.1 release... even after a tag was
+ created. Dont use tags for now, since upstream seems to be a little
+ itchy about versioning...
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/it.sasabz.android.sasabus.yml b/metadata/it.sasabz.android.sasabus.yml
index ac007b4716..c93d6ec54e 100644
--- a/metadata/it.sasabz.android.sasabus.yml
+++ b/metadata/it.sasabz.android.sasabus.yml
@@ -7,15 +7,15 @@ IssueTracker: https://github.com/SASAbus/SASAbus/issues
AutoName: SASAbus
Description: |-
- SASAbus is the first application to consult the bus schedule of SASA (Società
- Autobus Servizi d'Area - Städtischer Autobus Service AG) for all lines of the
- city of Bozen, Meran and Leifers (South Tyrol). Operation is very simple: choose
- the city, the bus line, the destination and the bus stop: SASAbus will show you
- the next bus stop schedule. Now with additional GPS mode.
+ SASAbus is the first application to consult the bus schedule of SASA (Società
+ Autobus Servizi d'Area - Städtischer Autobus Service AG) for all lines of the
+ city of Bozen, Meran and Leifers (South Tyrol). Operation is very simple: choose
+ the city, the bus line, the destination and the bus stop: SASAbus will show you
+ the next bus stop schedule. Now with additional GPS mode.
- The bus data is provided by Sasabz and is released under
- the CC-2.0-SA-NC. Map data is licensed under the Open Data Commons Open Database
- Licence and copyrighted by OpenStreetMap-Mitwirkende.
+ The bus data is provided by Sasabz and is released under
+ the CC-2.0-SA-NC. Map data is licensed under the Open Data Commons Open Database
+ Licence and copyrighted by OpenStreetMap-Mitwirkende.
RepoType: git
Repo: https://github.com/SASAbus/SASAbus.git
diff --git a/metadata/it.sineo.android.noFrillsCPUClassic.yml b/metadata/it.sineo.android.noFrillsCPUClassic.yml
index c197e19f16..4205b6a853 100644
--- a/metadata/it.sineo.android.noFrillsCPUClassic.yml
+++ b/metadata/it.sineo.android.noFrillsCPUClassic.yml
@@ -8,13 +8,13 @@ Donate: https://forum.xda-developers.com/donatetome.php?u=1190708
AutoName: No-frills CPU Control CLASSIC
Description: |-
- For any sysfs-enabled ROM e.g most custom ROMS:
+ For any sysfs-enabled ROM e.g most custom ROMS:
- * Easy GUI to set frequencies, governors and I/O schedulers (Links on XDA)
- * "Safety Valve" to avoid boot-loops in case of unsafe settings (enabled by default)
- * Stats screen to see the effective usage of frequencies
+ * Easy GUI to set frequencies, governors and I/O schedulers (Links on XDA)
+ * "Safety Valve" to avoid boot-loops in case of unsafe settings (enabled by default)
+ * Stats screen to see the effective usage of frequencies
- Requires root: Yes. The files in question are in /sys and /system.
+ Requires root: Yes. The files in question are in /sys and /system.
RequiresRoot: true
diff --git a/metadata/it.skarafaz.mercury.yml b/metadata/it.skarafaz.mercury.yml
index 730ac773ca..1fd60ba228 100644
--- a/metadata/it.skarafaz.mercury.yml
+++ b/metadata/it.skarafaz.mercury.yml
@@ -10,9 +10,9 @@ Changelog: https://github.com/Skarafaz/mercury/releases
AutoName: Mercury-SSH
Description: |-
- Sends pre-configured commands via SSH to remote servers with just a tap. You
- will need to create a config file to setup communication with your server using
- the wiki documentation.
+ Sends pre-configured commands via SSH to remote servers with just a tap. You
+ will need to create a config file to setup communication with your server using
+ the wiki documentation.
RepoType: git
Repo: https://github.com/Skarafaz/mercury
diff --git a/metadata/it.zitzusoft.lyrics_2.yml b/metadata/it.zitzusoft.lyrics_2.yml
index 522b288fd7..744507d5e1 100644
--- a/metadata/it.zitzusoft.lyrics_2.yml
+++ b/metadata/it.zitzusoft.lyrics_2.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: Lyrics services are not libre.
- Tracking:
- en-US: Sends debug reports to hooks.slack.com
+ NonFreeNet:
+ en-US: Lyrics services are not libre.
+ Tracking:
+ en-US: Sends debug reports to hooks.slack.com
Categories:
- Multimedia
License: CC-BY-4.0
diff --git a/metadata/itkach.aard2.yml b/metadata/itkach.aard2.yml
index f48215e8bb..02df8c553a 100644
--- a/metadata/itkach.aard2.yml
+++ b/metadata/itkach.aard2.yml
@@ -9,9 +9,9 @@ Changelog: https://github.com/itkach/aard2-android/releases
AutoName: Aard 2
Description: |-
- Aard 2 for Android is a successor to https://f-droid.org/packages/aarddict.android. It comes with
- redesigned user interface, bookmarks, history and a better dictionary storage
- format.
+ Aard 2 for Android is a successor to https://f-droid.org/packages/aarddict.android. It comes with
+ redesigned user interface, bookmarks, history and a better dictionary storage
+ format.
RepoType: git
Repo: https://github.com/itkach/aard2-android.git
diff --git a/metadata/ivl.android.moneybalance.yml b/metadata/ivl.android.moneybalance.yml
index a389a181da..c40442d8bf 100644
--- a/metadata/ivl.android.moneybalance.yml
+++ b/metadata/ivl.android.moneybalance.yml
@@ -8,19 +8,19 @@ Changelog: https://github.com/inguin/moneybalance/releases
AutoName: MoneyBalance
Description: |-
- Whenever someone pays something for the group (or part of it) the expense is
- entered into this app.
+ Whenever someone pays something for the group (or part of it) the expense is
+ entered into this app.
- At the end of the vacation it will tell you who paid too little or too much, so
- the accounts can be easily balanced.
+ At the end of the vacation it will tell you who paid too little or too much, so
+ the accounts can be easily balanced.
- Features:
+ Features:
- * Managing multiple calculations in parallel
- * Uneven split of expenses
- * Multiple currencies per calculation
- * CSV export for importing calculations into a spreadsheet application
- * English, german, french and spanish localization
+ * Managing multiple calculations in parallel
+ * Uneven split of expenses
+ * Multiple currencies per calculation
+ * CSV export for importing calculations into a spreadsheet application
+ * English, german, french and spanish localization
RepoType: git
Repo: https://github.com/inguin/moneybalance.git
diff --git a/metadata/jackpal.droidexaminer.yml b/metadata/jackpal.droidexaminer.yml
index 60160ba0c7..89958fd0cd 100644
--- a/metadata/jackpal.droidexaminer.yml
+++ b/metadata/jackpal.droidexaminer.yml
@@ -6,8 +6,8 @@ IssueTracker: https://bitbucket.org/wiffenproof/droid-examiner/issues
AutoName: Droid Examiner
Description: |-
- Simple app to display information about device hardware and software. Doesn't
- require a touchscreen.
+ Simple app to display information about device hardware and software. Doesn't
+ require a touchscreen.
RepoType: git
Repo: https://github.com/jackpal/droid-examiner.git
diff --git a/metadata/jonas.tool.saveForOffline.yml b/metadata/jonas.tool.saveForOffline.yml
index 8ee2e2afee..77b6daf403 100644
--- a/metadata/jonas.tool.saveForOffline.yml
+++ b/metadata/jonas.tool.saveForOffline.yml
@@ -7,30 +7,30 @@ Changelog: https://github.com/JonasCz/save-for-offline/releases
AutoName: Save For Offline
Description: |-
- Note: this app is no longer maintained.
+ Note: this app is no longer maintained.
- Save webpages for offline reading. In your web browser select 'share', and then
- 'Save For Offline'. Browse saved pages by thumbnail arranged in a grid or list.
+ Save webpages for offline reading. In your web browser select 'share', and then
+ 'Save For Offline'. Browse saved pages by thumbnail arranged in a grid or list.
- Features:
+ Features:
- * Download fully-featured webarchives or .html files only
- * Settings adjustements to filter retrieved online content
- * Native, lightweight web browser to quickly access saved webpages
- * Dynamic UI design to manage existing offline webarchives
- * User Agent/JavaScript customization
+ * Download fully-featured webarchives or .html files only
+ * Settings adjustements to filter retrieved online content
+ * Native, lightweight web browser to quickly access saved webpages
+ * Dynamic UI design to manage existing offline webarchives
+ * User Agent/JavaScript customization
- Usage:
+ Usage:
- While using any web browser software for Android, tap "Share" or "Open" the
- current webpage with Save For Offline; a download notification will then
- progress.
+ While using any web browser software for Android, tap "Share" or "Open" the
+ current webpage with Save For Offline; a download notification will then
+ progress.
- Additionally, from within the application's action bar, tap "+" and type any
- webpage by its URL; a download notification will then progress.
+ Additionally, from within the application's action bar, tap "+" and type any
+ webpage by its URL; a download notification will then progress.
- After uninstalling, any webarchive and webpage saved will be erased from the
- storage location.
+ After uninstalling, any webarchive and webpage saved will be erased from the
+ storage location.
RepoType: git
Repo: https://github.com/JonasCz/save-for-offline
@@ -45,7 +45,7 @@ Builds:
rm:
- app/libs/*jar
prebuild: sed -i -e '/fileTree/d' -e '/dependencies/acompile "org.jsoup:jsoup:1.8.1"'
- build.gradle
+ build.gradle
- versionName: 2.0.2 Beta
versionCode: 11
@@ -81,7 +81,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/buildTypes/icompileOptions {\n\nsourceCompatibility JavaVersion.VERSION_1_7\n\ntargetCompatibility
- JavaVersion.VERSION_1_7\n\n}' build.gradle
+ JavaVersion.VERSION_1_7\n\n}' build.gradle
- versionName: 3.1.6
versionCode: 21
diff --git a/metadata/joshuatee.wx.yml b/metadata/joshuatee.wx.yml
index 8afbc4e2e7..a186beb17e 100644
--- a/metadata/joshuatee.wx.yml
+++ b/metadata/joshuatee.wx.yml
@@ -10,35 +10,35 @@ Changelog: https://gitlab.com/joshua.tee/wx/-/blob/master/doc/ChangeLog_User.md
AutoName: wX
Description: |-
- NWS ( United State's National Weather Service ) data is optimized for mobile format and provided for divisions not normally covered together in the mobile space: SPC, WPC, NHC, OPC, etc. Level 3 and Level 2 Nexrad radar ( single, dual, quad pane ) are provided and displayed using the mobile variant of OpenGL. This weather app is not affiliated with NOAA or the National Weather Service.
+ NWS ( United State's National Weather Service ) data is optimized for mobile format and provided for divisions not normally covered together in the mobile space: SPC, WPC, NHC, OPC, etc. Level 3 and Level 2 Nexrad radar ( single, dual, quad pane ) are provided and displayed using the mobile variant of OpenGL. This weather app is not affiliated with NOAA or the National Weather Service.
- If you *only* need current conditions and your local 7 day forecast then this app is probably more then you need although it will easily provide those 2 things as well. If you are looking for wasted screen real estate or fancy graphics this app is not for you. Given the depth of information covered there is a steep learning curve if you seek to use the program in it's entirety, help information is available and touched on below. Common weather acronyms are used throughout so you should be familiar with those as well. Currently United States locations are supported.
+ If you *only* need current conditions and your local 7 day forecast then this app is probably more then you need although it will easily provide those 2 things as well. If you are looking for wasted screen real estate or fancy graphics this app is not for you. Given the depth of information covered there is a steep learning curve if you seek to use the program in it's entirety, help information is available and touched on below. Common weather acronyms are used throughout so you should be familiar with those as well. Currently United States locations are supported.
- HELP is available from the main menu and by tapping on any text in the settings activities.
+ HELP is available from the main menu and by tapping on any text in the settings activities.
- Features:
- * Current forecast, 7 day conditions, sounding data for an unlimited number of USA locations from NWS.
- * Customizable home screen
- * (Android only) Tiles can be rearranged by long press and then drag and drop on Tabs: SPC, MISC, and IMAGES
- * OpenGL based Nexrad radar interface with numerous options. Level 2 in the lowest tilt for base reflectivity/velocity is also available. 2 pane and 4 pane version also available in MISC tab.
- * Optimized text product viewer for easy access to AFD,HWO and others from any NWS WFO.
- * Vis/IR/WV/Radar mosaic viewer ( with animations ).
- * Widgets ( nexrad radar, radar mosaic, vis, afd/hwo )
- * SPC products ( such as Watches/MCDs/Convective Outlooks/Mesoanalysis )
- * WPC products
- * Weather models
- * NHC products
+ Features:
+ * Current forecast, 7 day conditions, sounding data for an unlimited number of USA locations from NWS.
+ * Customizable home screen
+ * (Android only) Tiles can be rearranged by long press and then drag and drop on Tabs: SPC, MISC, and IMAGES
+ * OpenGL based Nexrad radar interface with numerous options. Level 2 in the lowest tilt for base reflectivity/velocity is also available. 2 pane and 4 pane version also available in MISC tab.
+ * Optimized text product viewer for easy access to AFD,HWO and others from any NWS WFO.
+ * Vis/IR/WV/Radar mosaic viewer ( with animations ).
+ * Widgets ( nexrad radar, radar mosaic, vis, afd/hwo )
+ * SPC products ( such as Watches/MCDs/Convective Outlooks/Mesoanalysis )
+ * WPC products
+ * Weather models
+ * NHC products
- Notifications:
- * Local alerts
- * MCDs impacting your location
- * MPDs impacting your location
- * Convective outlooks for your location
- * US MCD/Watches
- * US tornadoes
- * US MCD
- * US MPD
- * NHC Atlantic and EPAC advisories
+ Notifications:
+ * Local alerts
+ * MCDs impacting your location
+ * MPDs impacting your location
+ * Convective outlooks for your location
+ * US MCD/Watches
+ * US tornadoes
+ * US MCD
+ * US MPD
+ * NHC Atlantic and EPAC advisories
RepoType: git
Repo: https://gitlab.com/joshua.tee/wx.git
@@ -964,10 +964,10 @@ Builds:
ndk: r22b
MaintainerNotes: |-
- app/src/main/res/raw are not executable files and they're from US GOVT so they should be very open:
- https://catalog.data.gov/dataset (license: https://www.usa.gov/government-works)
- https://www.nohrsc.noaa.gov/gisdatasets/ (license: https://www.weather.gov/disclaimer)
- doc/SCRIPTS/Gaz_places_national.txt.gz is a compressed text file.
+ app/src/main/res/raw are not executable files and they're from US GOVT so they should be very open:
+ https://catalog.data.gov/dataset (license: https://www.usa.gov/government-works)
+ https://www.nohrsc.noaa.gov/gisdatasets/ (license: https://www.weather.gov/disclaimer)
+ doc/SCRIPTS/Gaz_places_national.txt.gz is a compressed text file.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/jp.co.kayo.android.localplayer.ds.ampache.yml b/metadata/jp.co.kayo.android.localplayer.ds.ampache.yml
index f6ea3f9c7d..0a06ad04a1 100644
--- a/metadata/jp.co.kayo.android.localplayer.ds.ampache.yml
+++ b/metadata/jp.co.kayo.android.localplayer.ds.ampache.yml
@@ -8,9 +8,9 @@ IssueTracker: https://groups.google.com/group/justplayer-user
Name: 'Just Player Plugin: Ampache'
AutoName: Ampache Provider
Description: |-
- This app allows you to add remote streaming functionality to
- https://f-droid.org/packages/jp.co.kayo.android.localplayer, using an Ampache server
- e.g. via Owncloud.
+ This app allows you to add remote streaming functionality to
+ https://f-droid.org/packages/jp.co.kayo.android.localplayer, using an Ampache server
+ e.g. via Owncloud.
RepoType: git
Repo: https://bitbucket.org/yokmama/just-player-providers
diff --git a/metadata/jp.co.kayo.android.localplayer.ds.podcast.yml b/metadata/jp.co.kayo.android.localplayer.ds.podcast.yml
index 3dcf12ad50..67665a47e3 100644
--- a/metadata/jp.co.kayo.android.localplayer.ds.podcast.yml
+++ b/metadata/jp.co.kayo.android.localplayer.ds.podcast.yml
@@ -8,9 +8,9 @@ IssueTracker: https://groups.google.com/group/justplayer-user
Name: 'Just Player Plugin: Podcast'
AutoName: PodcastProvider
Description: |-
- You can search for podcasts and subscribe to podcast urls in this app. Then
- choose Podcast as a data source in https://f-droid.org/packages/jp.co.kayo.android.localplayer and you
- can listen to the podcasts in Just-Player.
+ You can search for podcasts and subscribe to podcast urls in this app. Then
+ choose Podcast as a data source in https://f-droid.org/packages/jp.co.kayo.android.localplayer and you
+ can listen to the podcasts in Just-Player.
RepoType: git
Repo: https://bitbucket.org/yokmama/just-player-providers.git
diff --git a/metadata/jp.co.kayo.android.localplayer.yml b/metadata/jp.co.kayo.android.localplayer.yml
index cd58b91ddd..ed9575e7b5 100644
--- a/metadata/jp.co.kayo.android.localplayer.yml
+++ b/metadata/jp.co.kayo.android.localplayer.yml
@@ -10,22 +10,22 @@ IssueTracker: https://bitbucket.org/yokmama/just-player/issues
Name: Just Player
AutoName: JUST PLAYER
Description: |-
- N.B. The versions with a 'b' at the end are designed to work on Android
- 2.1+, while the ones without b are for Android 4.0+ only and come from their own
- git branch. Take care not to accept an update without checking the version
- number. The share menu won't do anything without installing plugin apks, which
- f-droid.org doesn't have.
+ N.B. The versions with a 'b' at the end are designed to work on Android
+ 2.1+, while the ones without b are for Android 4.0+ only and come from their own
+ git branch. Take care not to accept an update without checking the version
+ number. The share menu won't do anything without installing plugin apks, which
+ f-droid.org doesn't have.
- Comprehensive music player with features such as sharing files over Android Beam
- (on Android 4), automatic playback on headphone insertion, gapless playback,
- customizable tabs and folder browsing.
+ Comprehensive music player with features such as sharing files over Android Beam
+ (on Android 4), automatic playback on headphone insertion, gapless playback,
+ customizable tabs and folder browsing.
- By installing the optional https://f-droid.org/packages/jp.co.kayo.android.localplayer.ds.podcast and/or
- https://f-droid.org/packages/jp.co.kayo.android.localplayer.ds.ampache you can listen to audio from those
- sources. For example, with the latter, you can store your music on an ownCloud
- server and stream it to Just Player.
+ By installing the optional https://f-droid.org/packages/jp.co.kayo.android.localplayer.ds.podcast and/or
+ https://f-droid.org/packages/jp.co.kayo.android.localplayer.ds.ampache you can listen to audio from those
+ sources. For example, with the latter, you can store your music on an ownCloud
+ server and stream it to Just Player.
- Google Admob was removed before building.
+ Google Admob was removed before building.
Builds:
- versionName: 3.17b
diff --git a/metadata/jp.co.omronsoft.openwnn.yml b/metadata/jp.co.omronsoft.openwnn.yml
index d0969aca0a..43f5def1be 100644
--- a/metadata/jp.co.omronsoft.openwnn.yml
+++ b/metadata/jp.co.omronsoft.openwnn.yml
@@ -5,10 +5,10 @@ SourceCode: https://android.googlesource.com/platform/packages/inputmethods/Open
AutoName: OpenWnn
Description: |-
- Japanese keyboard/IME from the Android Open Source Project.
+ Japanese keyboard/IME from the Android Open Source Project.
- Status: it may not be possible to build future versions as they rely on
- resources that are not in the Android SDK.
+ Status: it may not be possible to build future versions as they rely on
+ resources that are not in the Android SDK.
RepoType: git
Repo: https://android.googlesource.com/platform/packages/inputmethods/OpenWnn
diff --git a/metadata/jp.co.qsdn.android.jinbei3d.yml b/metadata/jp.co.qsdn.android.jinbei3d.yml
index 23f174f8a2..f7b73221a9 100644
--- a/metadata/jp.co.qsdn.android.jinbei3d.yml
+++ b/metadata/jp.co.qsdn.android.jinbei3d.yml
@@ -8,22 +8,22 @@ IssueTracker: https://github.com/atkonn/jinbei3d/issues
AutoName: Whale shark and sardines
Description: |-
- NOTE: This app seems no longer maintained.
+ NOTE: This app seems no longer maintained.
- This simulates a school of sardines using the BOIDS algorithm. If your device
- become slow or choppy, please adjust the settings. There is now an option to
- suppress the notification though this can always be done by going to App Info,
- if you use Android 4.1+.
+ This simulates a school of sardines using the BOIDS algorithm. If your device
+ become slow or choppy, please adjust the settings. There is now an option to
+ suppress the notification though this can always be done by going to App Info,
+ if you use Android 4.1+.
- * You can increase the number of sardine to 150
- * You can change the speed that the sardine swims
- * You can change the speed that the whale shark swims
- * Sardines goes where you touched screen
- * You can enable "a school of sardines" function
- * You can change distance from a viewpoint to the center of the aquarium
- * There are viewpoint modes both of a sardine and a whale shark
+ * You can increase the number of sardine to 150
+ * You can change the speed that the sardine swims
+ * You can change the speed that the whale shark swims
+ * Sardines goes where you touched screen
+ * You can enable "a school of sardines" function
+ * You can change distance from a viewpoint to the center of the aquarium
+ * There are viewpoint modes both of a sardine and a whale shark
- The Admob replacement MobAdMob was included to get the app to build.
+ The Admob replacement MobAdMob was included to get the app to build.
RepoType: git
Repo: https://github.com/atkonn/jinbei3d
@@ -44,10 +44,10 @@ Builds:
prebuild: echo "android.library.reference.1=$$MobAdMob$$" >> project.properties
MaintainerNotes: |-
- Original SourceCode/Repo URL was
- https://git.gitorious.org/jinbei3d/jinbei3d.git while the IssueTracker
- already pointed to the Github repo. To satisfy lint (with Gitorius being
- dead), I've switched those URLs to Github as well.
+ Original SourceCode/Repo URL was
+ https://git.gitorious.org/jinbei3d/jinbei3d.git while the IssueTracker
+ already pointed to the Github repo. To satisfy lint (with Gitorius being
+ dead), I've switched those URLs to Github as well.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/jp.ddo.hotmist.unicodepad.yml b/metadata/jp.ddo.hotmist.unicodepad.yml
index 5a21717130..df69919640 100644
--- a/metadata/jp.ddo.hotmist.unicodepad.yml
+++ b/metadata/jp.ddo.hotmist.unicodepad.yml
@@ -9,14 +9,14 @@ Changelog: https://github.com/Ryosuke839/UnicodePad/releases
AutoName: UnicodePad
Description: |-
- UnicodePad lets you input every character in Unicode. And input string can
- be copied to the clipboard or input directly by Mushroom. You can find out
- where selected character is in list. By long clicking, larger character and
- code point will be shown. Favorite characters can be memorized.
+ UnicodePad lets you input every character in Unicode. And input string can
+ be copied to the clipboard or input directly by Mushroom. You can find out
+ where selected character is in list. By long clicking, larger character and
+ code point will be shown. Favorite characters can be memorized.
- If you can't see special characters, you have to get a font such as Noto font
- and select it. You can download Noto fonts Google.
+ If you can't see special characters, you have to get a font such as Noto font
+ and select it. You can download Noto fonts Google.
RepoType: git
Repo: https://github.com/Ryosuke839/UnicodePad.git
diff --git a/metadata/jp.forkhub.yml b/metadata/jp.forkhub.yml
index dc219a0e58..5471aba38c 100644
--- a/metadata/jp.forkhub.yml
+++ b/metadata/jp.forkhub.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Github.
+ NonFreeNet:
+ en-US: Depends on Github.
Categories:
- Development
License: Apache-2.0
diff --git a/metadata/jp.gr.java_conf.hatalab.mnv.yml b/metadata/jp.gr.java_conf.hatalab.mnv.yml
index fd484558ac..4c60c247f7 100644
--- a/metadata/jp.gr.java_conf.hatalab.mnv.yml
+++ b/metadata/jp.gr.java_conf.hatalab.mnv.yml
@@ -6,13 +6,13 @@ SourceCode: https://bitbucket.org/dalb8/mininoteviewer
AutoName: miniNoteViewer
Description: |-
- * Simple file explorer
- * View and edit text files(.txt)
- * Option to encrypt files with a password (Blowfish algorithm)
- * View and edit files encrypted by Tombo (.chi)
- * Search for word in text (REGEX/CASE_INSENSITIVE)
+ * Simple file explorer
+ * View and edit text files(.txt)
+ * Option to encrypt files with a password (Blowfish algorithm)
+ * View and edit files encrypted by Tombo (.chi)
+ * Search for word in text (REGEX/CASE_INSENSITIVE)
- The website is in Japanese only.
+ The website is in Japanese only.
RepoType: git
Repo: https://bitbucket.org/dalb8/mininoteviewer.git
diff --git a/metadata/jp.ksksue.app.terminal.yml b/metadata/jp.ksksue.app.terminal.yml
index 69770518d8..354fd8acfd 100644
--- a/metadata/jp.ksksue.app.terminal.yml
+++ b/metadata/jp.ksksue.app.terminal.yml
@@ -7,29 +7,29 @@ IssueTracker: https://github.com/ksksue/Android-USB-Serial-Monitor-Lite/issues
AutoName: Android USB Serial Monitor Lite
Description: |-
- USB Host API may be required on the device — this isn't the same as USB
- peripheral or thumb drive support.
+ USB Host API may be required on the device — this isn't the same as USB
+ peripheral or thumb drive support.
- Author has tested CDC-ACM with Arduino UNO, MEGA, mbed. When you connect a
- CDC-ACM device to Android, please select Menu -> Open Device. You can connect
- Android to Arduino UNO; if you have an FTDI USB-Serial adapter(FT232RL), any
- microcomputers can be connected to Android by using this application.
+ Author has tested CDC-ACM with Arduino UNO, MEGA, mbed. When you connect a
+ CDC-ACM device to Android, please select Menu -> Open Device. You can connect
+ Android to Arduino UNO; if you have an FTDI USB-Serial adapter(FT232RL), any
+ microcomputers can be connected to Android by using this application.
- * supports CDC-ACM protocol(Arduino, mbed, PSoC etc.)(beta)
- * supports FTDI chips
- * Baud rate (1200 - 115200 bps)
- * Data bits, Parity Check, Stop bits, flow control, break options(not support in CDC-ACM)
- * Display in character/decimal/hex notation.
- * send a result by e-mail
- * send/receive Linefeed code(CR/LF/CR+LF)
- * font size option
+ * supports CDC-ACM protocol(Arduino, mbed, PSoC etc.)(beta)
+ * supports FTDI chips
+ * Baud rate (1200 - 115200 bps)
+ * Data bits, Parity Check, Stop bits, flow control, break options(not support in CDC-ACM)
+ * Display in character/decimal/hex notation.
+ * send a result by e-mail
+ * send/receive Linefeed code(CR/LF/CR+LF)
+ * font size option
- Connection Examples:
+ Connection Examples:
- * Android — Arduino UNO
- * Android — USB-Serial Adapter — Microcomputer
- * USB-Serial adapter
- * Sparkfun — FTDI Basic Breakout
+ * Android — Arduino UNO
+ * Android — USB-Serial Adapter — Microcomputer
+ * USB-Serial adapter
+ * Sparkfun — FTDI Basic Breakout
RepoType: git
Repo: https://github.com/ksksue/Android-USB-Serial-Monitor-Lite.git
diff --git a/metadata/jp.redmine.redmineclient.yml b/metadata/jp.redmine.redmineclient.yml
index 0fd4596cb8..af8bf61ae1 100644
--- a/metadata/jp.redmine.redmineclient.yml
+++ b/metadata/jp.redmine.redmineclient.yml
@@ -11,17 +11,17 @@ Changelog: https://github.com/indication/OpenRedmine/blob/development/OpenRedmin
AutoName: OpenRedmine
Description: |-
- Connect to Redmine servers (running 1.2 or later) and access the Wiki, Issue
- Tracker, Source code, etc. easily.
+ Connect to Redmine servers (running 1.2 or later) and access the Wiki, Issue
+ Tracker, Source code, etc. easily.
- Features:
+ Features:
- * View issues offline
- * Get API key from web site
- * Filter (by Status/Tracker/Category/Priority)
- * Download files
- * Wiki
- * Connect to unsafe SSL sites powered by transdroid
+ * View issues offline
+ * Get API key from web site
+ * Filter (by Status/Tracker/Category/Priority)
+ * Download files
+ * Wiki
+ * Connect to unsafe SSL sites powered by transdroid
RepoType: git
Repo: https://github.com/indication/OpenRedmine.git
@@ -146,7 +146,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/versionCode .*/versionCode 652/g' -e 's/versionName .*/versionName
- \"3.22\"/g' build.gradle
+ \"3.22\"/g' build.gradle
- versionName: '3.23'
versionCode: 665
diff --git a/metadata/jp.sawada.np2android.yml b/metadata/jp.sawada.np2android.yml
index bc7b21f8d7..c7c97bfca6 100644
--- a/metadata/jp.sawada.np2android.yml
+++ b/metadata/jp.sawada.np2android.yml
@@ -7,17 +7,17 @@ IssueTracker: https://sourceforge.net/p/np2android/tickets/
AutoName: Neko Project II for Android
Description: |-
- PC-98 was popular Japaness hardware platform, which became home for many games,
- including lots of "dōjin" style
- dating sims and early games of the Project franchise.
+ PC-98 was popular Japaness hardware platform, which became home for many games,
+ including lots of "dōjin" style
+ dating sims and early games of the Project franchise.
- This project is based on sources, published by someone with nickname sawada, who
- used code of Neko Project II. See project wiki
- for installation instructions.
+ This project is based on sources, published by someone with nickname sawada, who
+ used code of Neko Project II. See project wiki
+ for installation instructions.
- The latest version won't work on ARMv7 without NEON support. Unlike Japanese
- version, F-Droid build additionally supports mips and ARMv6.
+ The latest version won't work on ARMv7 without NEON support. Unlike Japanese
+ version, F-Droid build additionally supports mips and ARMv6.
RepoType: git
Repo: https://git.code.sf.net/p/np2android/code
diff --git a/metadata/jp.sblo.pandora.aGrep.yml b/metadata/jp.sblo.pandora.aGrep.yml
index 1a05e680f5..9fe81ca016 100644
--- a/metadata/jp.sblo.pandora.aGrep.yml
+++ b/metadata/jp.sblo.pandora.aGrep.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/jiro-aqua/aGrep/issues
AutoName: aGrep
Description: |-
- An implementation of grep, the number one tool for finding something in a text
- file. It has a file browser for targeting specific directories and a switch for
- turning on case and regular expressions.
+ An implementation of grep, the number one tool for finding something in a text
+ file. It has a file browser for targeting specific directories and a switch for
+ turning on case and regular expressions.
RepoType: git
Repo: https://github.com/jiro-aqua/aGrep.git
diff --git a/metadata/jp.sfjp.webglmol.NDKmol.yml b/metadata/jp.sfjp.webglmol.NDKmol.yml
index 54ec3c3bed..bc673376ef 100644
--- a/metadata/jp.sfjp.webglmol.NDKmol.yml
+++ b/metadata/jp.sfjp.webglmol.NDKmol.yml
@@ -8,12 +8,12 @@ IssueTracker: http://sourceforge.jp/projects/webglmol/forums
AutoName: NDKmol
Description: |-
- You can view three dimensional structures of proteins and small molecules.
- NDKmol supports most of common representations for molecules, such as ribbon,
- trace, stick, sphere and line. NDKmol also supports symmetry operations;
- biological assemblies and crystal packing can be displayed. When launched,
- NDKMol loads porin as an example: use your fingers to rotate the view. Search
- for other molecules or load pdb files via the sdcard
+ You can view three dimensional structures of proteins and small molecules.
+ NDKmol supports most of common representations for molecules, such as ribbon,
+ trace, stick, sphere and line. NDKmol also supports symmetry operations;
+ biological assemblies and crystal packing can be displayed. When launched,
+ NDKMol loads porin as an example: use your fingers to rotate the view. Search
+ for other molecules or load pdb files via the sdcard
RepoType: git
Repo: https://github.com/biochem-fan/NDKmol.git
diff --git a/metadata/jp.softstudio.DriversLicenseReader.yml b/metadata/jp.softstudio.DriversLicenseReader.yml
index 539c9d80d5..7790afadcd 100644
--- a/metadata/jp.softstudio.DriversLicenseReader.yml
+++ b/metadata/jp.softstudio.DriversLicenseReader.yml
@@ -10,8 +10,8 @@ IssueTracker: https://github.com/soft-studio/NFC_DriversLicenseReader/issues
Name: NFC Drivers License Reader
AutoName: 運転免許証リーダー
Description: |-
- Scan Japanese driving licenses with the NFC reader on your device and read more
- info on them.
+ Scan Japanese driving licenses with the NFC reader on your device and read more
+ info on them.
RepoType: git
Repo: https://github.com/soft-studio/NFC_DriversLicenseReader.git
diff --git a/metadata/jp.takke.cpustats.yml b/metadata/jp.takke.cpustats.yml
index 0afb441a5e..76bc86e440 100644
--- a/metadata/jp.takke.cpustats.yml
+++ b/metadata/jp.takke.cpustats.yml
@@ -9,13 +9,13 @@ Changelog: https://github.com/takke/cpustats/blob/HEAD/ChangeLog.txt
AutoName: CPU Stats
Description: |-
- Simple tool that displays usage details of the CPU within the statusbar.
+ Simple tool that displays usage details of the CPU within the statusbar.
- Features:
- * 6 & 8 Core CPU Support!! (2 notification icons)
- * Single Core, Dual Core (NVIDIA Tegra 2), & Quad Core (NVIDIA Tegra 3) support!!
- * Statusbar notification for CPU Usage
- * Statusbar notification for CPU Frequency
+ Features:
+ * 6 & 8 Core CPU Support!! (2 notification icons)
+ * Single Core, Dual Core (NVIDIA Tegra 2), & Quad Core (NVIDIA Tegra 3) support!!
+ * Statusbar notification for CPU Usage
+ * Statusbar notification for CPU Frequency
RepoType: git
Repo: https://github.com/takke/cpustats
@@ -65,7 +65,7 @@ Builds:
prebuild: sed -i -e '/applicationVariants.all/,/^ }/d' build.gradle
MaintainerNotes: I don't know what the difference between quad3 and quad5 flavors
- is...
+ is...
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/jp.yhonda.yml b/metadata/jp.yhonda.yml
index 4e154e0838..d5c2e9def2 100644
--- a/metadata/jp.yhonda.yml
+++ b/metadata/jp.yhonda.yml
@@ -10,23 +10,23 @@ Changelog: https://htmlpreview.github.io/?https://github.com/YasuakiHonda/Maxima
AutoName: MaximaOnAndroid
Description: |-
- Maxima, a full featured computer algebra system, now runs on your Android mobile
- devices. Maxima, and its predecessor Macsyma is one of the most long-established
- software in the world, back in 1960s at MIT LCS and Project Mac. You can perform
- many many math operations such as integration, differentiation, matrix
- operations, rational numbers, symbolic treatment of constants such as pi, e,
- euler's gamma, symbolic and numerical treatment of special functions such as
- sin(x), cos(x), log(x), exp(x), zeta(s), and many more.
+ Maxima, a full featured computer algebra system, now runs on your Android mobile
+ devices. Maxima, and its predecessor Macsyma is one of the most long-established
+ software in the world, back in 1960s at MIT LCS and Project Mac. You can perform
+ many many math operations such as integration, differentiation, matrix
+ operations, rational numbers, symbolic treatment of constants such as pi, e,
+ euler's gamma, symbolic and numerical treatment of special functions such as
+ sin(x), cos(x), log(x), exp(x), zeta(s), and many more.
- Maxima on Android is a port of Maxima on the Android operating system. Thanks to
- Sylvain Ageneau' effort on porting Embeddable Common Lisp to the Android OS, the
- latest Maxima code runs nicely on ECL on Android with very small changes to the
- source code.
+ Maxima on Android is a port of Maxima on the Android operating system. Thanks to
+ Sylvain Ageneau' effort on porting Embeddable Common Lisp to the Android OS, the
+ latest Maxima code runs nicely on ECL on Android with very small changes to the
+ source code.
- The installation of the software requires total of 90MB on the storage. 30MB
- needs to be installed on the internal storage. The rest of 60MB can be installed
- either on the external or the internal storage. The first run of the apk will
- ask you where you want the 60MB to be installed.
+ The installation of the software requires total of 90MB on the storage. 30MB
+ needs to be installed on the internal storage. The rest of 60MB can be installed
+ either on the external or the internal storage. The first run of the apk will
+ ask you where you want the 60MB to be installed.
RepoType: git
Repo: https://github.com/YasuakiHonda/Maxima-on-Android-AS.git
@@ -58,8 +58,8 @@ Builds:
subdir: MaximaOnAndroid
MaintainerNotes: |-
- Lots of prebuilt binaries in https://github.com/YasuakiHonda/Maxima-on-Android-AS/tree/master/app/src/main/assets
- They are not picked up by the scanner.
+ Lots of prebuilt binaries in https://github.com/YasuakiHonda/Maxima-on-Android-AS/tree/master/app/src/main/assets
+ They are not picked up by the scanner.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/jpf.android.diary.yml b/metadata/jpf.android.diary.yml
index 0f7d949c05..bc321ba4c5 100644
--- a/metadata/jpf.android.diary.yml
+++ b/metadata/jpf.android.diary.yml
@@ -9,14 +9,14 @@ SourceCode: https://git.savannah.gnu.org/cgit/diary.git
AutoName: Diary
Description: |-
- Write down what you did, your ideas, your dreams... This application will help
- you keep it ordered by date like a traditional journal or personal diary.
+ Write down what you did, your ideas, your dreams... This application will help
+ you keep it ordered by date like a traditional journal or personal diary.
- What you write is saved on the SD card in plain text files, so it's easy to
- backup and you can open the files with other applications.
+ What you write is saved on the SD card in plain text files, so it's easy to
+ backup and you can open the files with other applications.
- Includes basic functionality for browsing the old entries. Available in English,
- Catalan and Spanish.
+ Includes basic functionality for browsing the old entries. Available in English,
+ Catalan and Spanish.
RepoType: git
Repo: git://git.sv.gnu.org/diary.git
diff --git a/metadata/jpf.android.magiadni.yml b/metadata/jpf.android.magiadni.yml
index b4713a2307..6e06e501e8 100644
--- a/metadata/jpf.android.magiadni.yml
+++ b/metadata/jpf.android.magiadni.yml
@@ -9,11 +9,11 @@ SourceCode: https://git.savannah.gnu.org/cgit/magiadni.git
AutoName: MagiaDNI
Description: |-
- Magia DNI uses the device's camera to read the OCR data on Spanish identity
- cards, calculates its check digit and displays it. It is mostly of interest to
- Spanish people; its purpose is to debunk an urban legend that says that the
- check digit present on the OCR data represents the number of people who are
- named exactly as the card's holder.
+ Magia DNI uses the device's camera to read the OCR data on Spanish identity
+ cards, calculates its check digit and displays it. It is mostly of interest to
+ Spanish people; its purpose is to debunk an urban legend that says that the
+ check digit present on the OCR data represents the number of people who are
+ named exactly as the card's holder.
RepoType: git
Repo: https://git.savannah.gnu.org/git/magiadni.git
diff --git a/metadata/jsettlers.main.android.yml b/metadata/jsettlers.main.android.yml
index bafd3a92dc..c44a5c74fa 100644
--- a/metadata/jsettlers.main.android.yml
+++ b/metadata/jsettlers.main.android.yml
@@ -8,13 +8,13 @@ IssueTracker: https://github.com/paulwedeck/settlers-remake/issues
AutoName: JSettlers
Description: |-
- This project intends to create a remake of the famous strategy game "The Settlers 3" published by Blue Byte in 1998. The project is developed in Java and runs on PC (Windows/Linux), Mac and Android.
+ This project intends to create a remake of the famous strategy game "The Settlers 3" published by Blue Byte in 1998. The project is developed in Java and runs on PC (Windows/Linux), Mac and Android.
- Warning: Alpha Status
- The game is currently in an alpha status! Therefore bugs, frequent changes making saved games invalid and server abortions need to be expected. Nevertheless we will try to minimize trouble.
+ Warning: Alpha Status
+ The game is currently in an alpha status! Therefore bugs, frequent changes making saved games invalid and server abortions need to be expected. Nevertheless we will try to minimize trouble.
- Playing JSettlers
- In order to play the game, you need to have the "GFX" and "SND" folders of the original version of "The Settlers 3" as obtained by installing the original "The Settlers 3" game (DEMO version also works). Copy the "GFX" and the "SND" folders of your original "The Settlers 3" installation into a folder called "JSettlers" on your device. The "JSettlers" folder must be located in the root directory of your internal storage (alongside folders like "Download" or "DCIM") or your external storage (e.g. memory card).
+ Playing JSettlers
+ In order to play the game, you need to have the "GFX" and "SND" folders of the original version of "The Settlers 3" as obtained by installing the original "The Settlers 3" game (DEMO version also works). Copy the "GFX" and the "SND" folders of your original "The Settlers 3" installation into a folder called "JSettlers" on your device. The "JSettlers" folder must be located in the root directory of your internal storage (alongside folders like "Download" or "DCIM") or your external storage (e.g. memory card).
RepoType: git
Repo: https://github.com/paulwedeck/settlers-remake.git
@@ -27,7 +27,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/versionCode .*/versionCode $$VERCODE$$/' -e 's/versionName
- .*/versionName "$$VERSION$$"/' build.gradle
+ .*/versionName "$$VERSION$$"/' build.gradle
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/julianwi.javainstaller.yml b/metadata/julianwi.javainstaller.yml
index 7066e70934..3f3e06b9b4 100644
--- a/metadata/julianwi.javainstaller.yml
+++ b/metadata/julianwi.javainstaller.yml
@@ -8,8 +8,8 @@ Changelog: https://github.com/julianwi/javainstaller/releases
AutoName: Java installer
Description: |-
- Install a full Java runtime on the phone. The app downloads the required files
- from a HTTP server unpacks them and copies them to the right directory.
+ Install a full Java runtime on the phone. The app downloads the required files
+ from a HTTP server unpacks them and copies them to the right directory.
RepoType: git
Repo: https://github.com/julianwi/javainstaller
diff --git a/metadata/juliushenke.smarttt.yml b/metadata/juliushenke.smarttt.yml
index 4b534502d6..ec41565b0f 100644
--- a/metadata/juliushenke.smarttt.yml
+++ b/metadata/juliushenke.smarttt.yml
@@ -7,13 +7,13 @@ IssueTracker: https://github.com/JuliusHenke/Timetable-App/issues
Name: Timetable
AutoName: Timetable //Single words ------------------------------------------------------------------
Description: |-
- Smart Timetable is a simple app for school and university time tables.
+ Smart Timetable is a simple app for school and university time tables.
- The "Smart Timetable" is designed to be quick to set up and use. You can
- save information like the room of your subject or your teacher.
+ The "Smart Timetable" is designed to be quick to set up and use. You can
+ save information like the room of your subject or your teacher.
- The app also makes it possible to have an fitted timetable for even and odd
- weeks. This means you can save 2 timetables which rotate every week.
+ The app also makes it possible to have an fitted timetable for even and odd
+ weeks. This means you can save 2 timetables which rotate every week.
RepoType: git
Repo: https://github.com/JuliusHenke/Timetable-App
diff --git a/metadata/juloo.keyboard2.yml b/metadata/juloo.keyboard2.yml
index cdcbacad2d..2edfb709a8 100644
--- a/metadata/juloo.keyboard2.yml
+++ b/metadata/juloo.keyboard2.yml
@@ -137,7 +137,7 @@ Builds:
- ninja install
output: unsigned.apk
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' > /dev/null
+ 'platforms;android-30' > /dev/null
build:
- make _build/juloo.keyboard2.unsigned-apk
- mv _build/juloo.keyboard2.unsigned-apk unsigned.apk
@@ -164,7 +164,7 @@ Builds:
- ninja install
output: unsigned.apk
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' > /dev/null
+ 'platforms;android-30' > /dev/null
build:
- make _build/juloo.keyboard2.unsigned-apk
- mv _build/juloo.keyboard2.unsigned-apk unsigned.apk
@@ -191,7 +191,7 @@ Builds:
- ninja install
output: unsigned.apk
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' > /dev/null
+ 'platforms;android-30' > /dev/null
build:
- make _build/juloo.keyboard2.unsigned-apk
- mv _build/juloo.keyboard2.unsigned-apk unsigned.apk
@@ -205,7 +205,7 @@ Builds:
- update-alternatives --auto java
output: unsigned.apk
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' > /dev/null
+ 'platforms;android-30' > /dev/null
build:
- make _build/juloo.keyboard2.unsigned-apk
- mv _build/juloo.keyboard2.unsigned-apk unsigned.apk
@@ -219,7 +219,7 @@ Builds:
- update-alternatives --auto java
output: unsigned.apk
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' > /dev/null
+ 'platforms;android-30' > /dev/null
build:
- make _build/juloo.keyboard2.unsigned-apk
- mv _build/juloo.keyboard2.unsigned-apk unsigned.apk
@@ -233,7 +233,7 @@ Builds:
- update-alternatives --auto java
output: unsigned.apk
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' > /dev/null
+ 'platforms;android-30' > /dev/null
build:
- make _build/juloo.keyboard2.unsigned-apk
- mv _build/juloo.keyboard2.unsigned-apk unsigned.apk
@@ -247,7 +247,7 @@ Builds:
- update-alternatives --auto java
output: unsigned.apk
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' > /dev/null
+ 'platforms;android-30' > /dev/null
build:
- make _build/juloo.keyboard2.unsigned-apk
- mv _build/juloo.keyboard2.unsigned-apk unsigned.apk
@@ -385,10 +385,10 @@ Builds:
- mv _build/juloo.keyboard2.unsigned-apk unsigned.apk
MaintainerNotes: |-
- Until version 1.13.1,
- required the 'dx' tool from Android Build Tools <= 30.0.3.
- Versions 1.14.0-1.14.2,
- requires FontForge >= 20201107 which is too recent for some distros.
+ Until version 1.13.1,
+ required the 'dx' tool from Android Build Tools <= 30.0.3.
+ Versions 1.14.0-1.14.2,
+ requires FontForge >= 20201107 which is too recent for some distros.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/jupiter.broadcasting.live.tv.yml b/metadata/jupiter.broadcasting.live.tv.yml
index f37aa5bf8f..47ac8322aa 100644
--- a/metadata/jupiter.broadcasting.live.tv.yml
+++ b/metadata/jupiter.broadcasting.live.tv.yml
@@ -8,13 +8,13 @@ Donate: https://www.jupiterbroadcasting.com/support-us
AutoName: Jupiter Broadcasting
Description: |-
- Play the livestream of Jupiter Broadcasting, a site that hosts shows such as The
- Linux Action Show and Tech Snap. The recent archives are easily browsable too,
- offering streaming or download options.
+ Play the livestream of Jupiter Broadcasting, a site that hosts shows such as The
+ Linux Action Show and Tech Snap. The recent archives are easily browsable too,
+ offering streaming or download options.
- Notes: The home button will pause the app but keep the audio stream playing in
- the background and will create a notification to get back to the app. The back
- button will quit the app normally and stop the stream.
+ Notes: The home button will pause the app but keep the audio stream playing in
+ the background and will create a notification to get back to the app. The back
+ button will quit the app normally and stop the stream.
RepoType: git
Repo: https://github.com/ShaneQful/Jupiter-Broadcasting-Android-App.git
diff --git a/metadata/jwtc.android.chess.yml b/metadata/jwtc.android.chess.yml
index 05c5c17e43..12cd91f929 100644
--- a/metadata/jwtc.android.chess.yml
+++ b/metadata/jwtc.android.chess.yml
@@ -9,10 +9,10 @@ IssueTracker: https://github.com/jcarolus/android-chess/issues
AutoName: Chess
Description: |-
- Play chess against your Android or online (FICS). Featuring 2000 practice
- positions, 500 puzzles, Duck chess, Chess 960 and more. It's also
- possible to set up a position on the board, save and edit games, navigate
- through history and import/export via e-mail or clipboard.
+ Play chess against your Android or online (FICS). Featuring 2000 practice
+ positions, 500 puzzles, Duck chess, Chess 960 and more. It's also
+ possible to set up a position on the board, save and edit games, navigate
+ through history and import/export via e-mail or clipboard.
RepoType: git
Repo: https://github.com/jcarolus/android-chess.git
diff --git a/metadata/kaba.yucata.envoy.yml b/metadata/kaba.yucata.envoy.yml
index 5c35c43c8d..da35008ad5 100644
--- a/metadata/kaba.yucata.envoy.yml
+++ b/metadata/kaba.yucata.envoy.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on the non-libre yucata.de website.
+ NonFreeNet:
+ en-US: Depends on the non-libre yucata.de website.
Categories:
- Games
License: AGPL-3.0-only
@@ -10,14 +10,14 @@ IssueTracker: https://github.com/ka-ba/yucata.envoy/issues
AutoName: Yucata Envoy
Description: |-
- Check how many Yucata games are waiting for your move.
+ Check how many Yucata games are waiting for your move.
- With Yucata Envoy you can check on yucata.de how many games are waiting for you
- to make your next move in. On Android version Lollipop (5.0) and later, a
- background service can be configured to check periodically and send
- notifications.
+ With Yucata Envoy you can check on yucata.de how many games are waiting for you
+ to make your next move in. On Android version Lollipop (5.0) and later, a
+ background service can be configured to check periodically and send
+ notifications.
- A Yucata account is a prerequisite to use this apps functionality.
+ A Yucata account is a prerequisite to use this apps functionality.
RepoType: git
Repo: https://github.com/ka-ba/yucata.envoy.git
diff --git a/metadata/kaljurand_at_gmail_dot_com.diktofon.yml b/metadata/kaljurand_at_gmail_dot_com.diktofon.yml
index 32ba253fed..cd08eaf6e1 100644
--- a/metadata/kaljurand_at_gmail_dot_com.diktofon.yml
+++ b/metadata/kaljurand_at_gmail_dot_com.diktofon.yml
@@ -9,12 +9,12 @@ Changelog: https://github.com/Kaljurand/Diktofon/releases
AutoName: Diktofon
Description: |-
- Features include tagging, a high quality built-in voice recorder and the
- possibility to use an external recorder or recording manager app. In addition,
- it can connect to an online Estonian speech-to-text service
- (http://bark.phon.ioc.ee/webtrans/) to turn the recordings into written text.
- The service can detect speakers in the recordings allowing for novel and
- powerful ways to search, sort and playback the recordings.
+ Features include tagging, a high quality built-in voice recorder and the
+ possibility to use an external recorder or recording manager app. In addition,
+ it can connect to an online Estonian speech-to-text service
+ (http://bark.phon.ioc.ee/webtrans/) to turn the recordings into written text.
+ The service can detect speakers in the recordings allowing for novel and
+ powerful ways to search, sort and playback the recordings.
RepoType: git
Repo: https://github.com/Kaljurand/Diktofon.git
@@ -25,14 +25,14 @@ Builds:
commit: 8036d6c7
subdir: app
prebuild: wget http://json-simple.googlecode.com/files/json-simple-1.1.1.jar -P
- libs/
+ libs/
- versionName: 0.9.78
versionCode: 978
commit: fac43e99030532a78b
subdir: app
prebuild: wget http://json-simple.googlecode.com/files/json-simple-1.1.1.jar -P
- libs/
+ libs/
- versionName: 0.9.80
versionCode: 980
@@ -53,8 +53,8 @@ Builds:
target: android-10
MaintainerNotes: |-
- Upstream is trying to switch to Gradle to get rid of the jars. Then the build
- will be much easier and we can enable auto updates.
+ Upstream is trying to switch to Gradle to get rid of the jars. Then the build
+ will be much easier and we can enable auto updates.
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/kmac.dejavu_fonts.yml b/metadata/kmac.dejavu_fonts.yml
index f3b9f15810..321ab5b574 100644
--- a/metadata/kmac.dejavu_fonts.yml
+++ b/metadata/kmac.dejavu_fonts.yml
@@ -8,8 +8,8 @@ IssueTracker: https://gitlab.com/kmacdeV/cm-dejavu-fonts/issues
AutoName: DejaVu Fonts
Description: |-
- Simple theme designed for the CyanogenMod theme engine which adds DejaVu Fonts
- (http://dejavu-fonts.org) and nothing more.
+ Simple theme designed for the CyanogenMod theme engine which adds DejaVu Fonts
+ (http://dejavu-fonts.org) and nothing more.
RepoType: git
Repo: https://gitlab.com/kmacdeV/cm-dejavu-fonts.git
diff --git a/metadata/koeln.mop.elpeefpe.yml b/metadata/koeln.mop.elpeefpe.yml
index 389218e014..16324cc834 100644
--- a/metadata/koeln.mop.elpeefpe.yml
+++ b/metadata/koeln.mop.elpeefpe.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/m0ppers/ElpeEfpeAndroid/issues
AutoName: Elpe Efpe
Description: |-
- Elpe Efpe allows you to manage health (Elpe) and focuspoints (Efpe) of your
- Splittermond characters on your Android device.
+ Elpe Efpe allows you to manage health (Elpe) and focuspoints (Efpe) of your
+ Splittermond characters on your Android device.
RepoType: git
Repo: https://github.com/m0ppers/ElpeEfpeAndroid
diff --git a/metadata/kr.hybdms.sidepanel.yml b/metadata/kr.hybdms.sidepanel.yml
index 8b45f16e04..545b1d7a90 100644
--- a/metadata/kr.hybdms.sidepanel.yml
+++ b/metadata/kr.hybdms.sidepanel.yml
@@ -8,11 +8,11 @@ Donate: https://hybdms.blogspot.com/p/donate-me.html
AutoName: SidePanel
Description: |-
- Swipe to reveal panels on the side of the screen. The panels contain the
- currently running applications, so that you can easily keep track of them and
- enter any of them at any time easily.
+ Swipe to reveal panels on the side of the screen. The panels contain the
+ currently running applications, so that you can easily keep track of them and
+ enter any of them at any time easily.
- Status: BETA
+ Status: BETA
RepoType: git
Repo: https://github.com/sukso96100/SidePanel.git
diff --git a/metadata/kr.softgear.multiping.yml b/metadata/kr.softgear.multiping.yml
index e53ddac8d3..00135b6a3b 100644
--- a/metadata/kr.softgear.multiping.yml
+++ b/metadata/kr.softgear.multiping.yml
@@ -9,9 +9,9 @@ IssueTracker: https://github.com/softgearko/MultiPing-for-Android/issues
AutoName: MultiPing
Description: |-
- Ping up to 12 hostnames or IP addresses at once to check for connectivity. If
- ICMP is blocked, it tries to connect to default HTTP port 80 and the TCP echo
- port. A delay can be set, too.
+ Ping up to 12 hostnames or IP addresses at once to check for connectivity. If
+ ICMP is blocked, it tries to connect to default HTTP port 80 and the TCP echo
+ port. A delay can be set, too.
RepoType: git
Repo: https://github.com/softgearko/MultiPing-for-Android.git
diff --git a/metadata/krasilnikov.alexey.cryptopass.yml b/metadata/krasilnikov.alexey.cryptopass.yml
index c34ce4e81b..6cadfd917b 100644
--- a/metadata/krasilnikov.alexey.cryptopass.yml
+++ b/metadata/krasilnikov.alexey.cryptopass.yml
@@ -7,25 +7,25 @@ IssueTracker: https://bitbucket.org/zeac/cryptopass/issues
AutoName: CryptoPass
Description: |-
- Generate different passwords from single master password using cryptographically
- strong method (PBKDF2 with SHA-256).
+ Generate different passwords from single master password using cryptographically
+ strong method (PBKDF2 with SHA-256).
- Create strong passwords for different websites (or anything else) using a single
- secret key. There's no need to remember or store multiple passwords if you can
- derive them from your master key.
+ Create strong passwords for different websites (or anything else) using a single
+ secret key. There's no need to remember or store multiple passwords if you can
+ derive them from your master key.
- Сan easily be used as password generator and password manager.
+ Сan easily be used as password generator and password manager.
- Your passwords doesn't store anywhere, username and url pairs stored for easy
- access.
+ Your passwords doesn't store anywhere, username and url pairs stored for easy
+ access.
- password = base64(pbkdf2(secret, username@url))
+ password = base64(pbkdf2(secret, username@url))
- PBKDF2 uses SHA-256 and 5000 iterations. Cuts password to specified length (25
- by default).
+ PBKDF2 uses SHA-256 and 5000 iterations. Cuts password to specified length (25
+ by default).
- Compatible with Chrome CryptoPass extension
- https://chrome.google.com/webstore/detail/cryptopass/hegbhhpocfhlnjmemkibgibljklhlfco
+ Compatible with Chrome CryptoPass extension
+ https://chrome.google.com/webstore/detail/cryptopass/hegbhhpocfhlnjmemkibgibljklhlfco
RepoType: git
Repo: https://bitbucket.org/zeac/cryptopass.git
diff --git a/metadata/krillefear.funwithkanji.yml b/metadata/krillefear.funwithkanji.yml
index 1a2b0fee67..250da782e9 100644
--- a/metadata/krillefear.funwithkanji.yml
+++ b/metadata/krillefear.funwithkanji.yml
@@ -29,7 +29,7 @@ Builds:
- web
- windows
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1' > /dev/null
+ 'cmake;3.18.1' > /dev/null
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --release
@@ -53,7 +53,7 @@ Builds:
- web
- windows
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1' > /dev/null
+ 'cmake;3.18.1' > /dev/null
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --release
@@ -77,7 +77,7 @@ Builds:
- web
- windows
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1' > /dev/null
+ 'cmake;3.18.1' > /dev/null
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --release
@@ -101,7 +101,7 @@ Builds:
- web
- windows
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1' > /dev/null
+ 'cmake;3.18.1' > /dev/null
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --release
@@ -125,7 +125,7 @@ Builds:
- web
- windows
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1' > /dev/null
+ 'cmake;3.18.1' > /dev/null
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --release
diff --git a/metadata/kvj.taskw.yml b/metadata/kvj.taskw.yml
index a5477f5b55..8c93d8fe90 100644
--- a/metadata/kvj.taskw.yml
+++ b/metadata/kvj.taskw.yml
@@ -9,32 +9,32 @@ IssueTracker: https://bitbucket.org/kvorobyev/taskwarriorandroid/issues
AutoName: Taskwarrior
Description: |-
- * Project is not affiliated with the authors of Taskwarrior, but original task binary is embedded into Android application
- * Because Android application uses task binary for all manipulations with tasks, in general, you can expect exactly same behaviour with original Taskwarrior
- * Synchronisation with taskd server works! See https://bitbucket.org/kvorobyev/taskwarriorandroid/wiki/Configuration for more information
+ * Project is not affiliated with the authors of Taskwarrior, but original task binary is embedded into Android application
+ * Because Android application uses task binary for all manipulations with tasks, in general, you can expect exactly same behaviour with original Taskwarrior
+ * Synchronisation with taskd server works! See https://bitbucket.org/kvorobyev/taskwarriorandroid/wiki/Configuration for more information
- Following task features are implemented already:
+ Following task features are implemented already:
- * See your tasks using reports
- * Add, edit, start, stop, delete tasks
- * Annotate and de-annotate
- * Run custom search queries
- * Undo your changes
- * Run custom task commands
- * Synchronisation with taskd
+ * See your tasks using reports
+ * Add, edit, start, stop, delete tasks
+ * Annotate and de-annotate
+ * Run custom search queries
+ * Undo your changes
+ * Run custom task commands
+ * Synchronisation with taskd
- Features below are unique to Android version:
+ Features below are unique to Android version:
- * Create shortcuts to reports and new task templates to Home screen
- * Multiple profiles support
- * Auto-syncronisation by configurable intervals
+ * Create shortcuts to reports and new task templates to Home screen
+ * Multiple profiles support
+ * Auto-syncronisation by configurable intervals
- Following features are not implemented at present moment:
+ Following features are not implemented at present moment:
- * UDAs
- * Dependencies
+ * UDAs
+ * Dependencies
- You can reach developer on Freenode IRC #taskwarrior channel, nickname: kvj
+ You can reach developer on Freenode IRC #taskwarrior channel, nickname: kvj
RepoType: git
Repo: https://bitbucket.org/kvorobyev/taskwarriorandroid.git
@@ -73,8 +73,8 @@ Builds:
- cli/*
MaintainerNotes: |-
- Binary parts source code is distributed under same MIT licence
- and based on original taskwarrior with some patches applied
+ Binary parts source code is distributed under same MIT licence
+ and based on original taskwarrior with some patches applied
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/lanchon.sigspoof.checker.yml b/metadata/lanchon.sigspoof.checker.yml
index 89c63f3520..3f04adf976 100644
--- a/metadata/lanchon.sigspoof.checker.yml
+++ b/metadata/lanchon.sigspoof.checker.yml
@@ -6,11 +6,11 @@ IssueTracker: https://github.com/Lanchon/sigspoof-checker/issues
AutoName: Signature Spoofing Checker
Description: |-
- This app tests the signature spoofing capability of your Android OS as required
- by the microG Project. It attempts to fake its own
- signature and reports whether it succeeds. Simply launch the app to see the
- result of the test. You can find more information about signature spoofing
- here.
+ This app tests the signature spoofing capability of your Android OS as required
+ by the microG Project. It attempts to fake its own
+ signature and reports whether it succeeds. Simply launch the app to see the
+ result of the test. You can find more information about signature spoofing
+ here.
RepoType: git
Repo: https://github.com/Lanchon/sigspoof-checker
diff --git a/metadata/li.klass.fhem.yml b/metadata/li.klass.fhem.yml
index 1f5c88b735..8f2123ecec 100644
--- a/metadata/li.klass.fhem.yml
+++ b/metadata/li.klass.fhem.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- UpstreamNonFree:
- en-US: We remove the proprietary Amazon Billing and MobAdMob libraries.
+ UpstreamNonFree:
+ en-US: We remove the proprietary Amazon Billing and MobAdMob libraries.
Categories:
- Internet
License: GPL-3.0-only
@@ -12,11 +12,11 @@ IssueTracker: https://github.com/klassm/andFHEM/issues
AutoName: andFHEM
Description: |-
- A client for the FHEM software for home automation.
+ A client for the FHEM software for home automation.
- Admob and Amazon Billing nonfree libraries were removed in 2.2.8, which is what
- the Premium version offers. Due to these proprietary dependencies, future
- updates in F-Droid are unlikely.
+ Admob and Amazon Billing nonfree libraries were removed in 2.2.8, which is what
+ the Premium version offers. Due to these proprietary dependencies, future
+ updates in F-Droid are unlikely.
RepoType: git
Repo: https://github.com/klassm/andFHEM.git
@@ -29,7 +29,7 @@ Builds:
srclibs:
- ActionBarSherlock@436230d
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
- versionName: 1.5.8
versionCode: 58
@@ -38,7 +38,7 @@ Builds:
srclibs:
- ActionBarSherlock@436230d
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
- versionName: 2.2.8
versionCode: 128
diff --git a/metadata/libretasks.app.yml b/metadata/libretasks.app.yml
index 899d5b412f..407f740d40 100644
--- a/metadata/libretasks.app.yml
+++ b/metadata/libretasks.app.yml
@@ -9,10 +9,10 @@ Litecoin: LYqzwVn2j2wGMNkXBmRF5T4pV5nFv1aDp3
AutoName: LibreTasks
Description: |-
- A fork of https://f-droid.org/packages/edu.nyu.cs.omnidroid.app, now maintained and with more features.
- LibreTasks will allow you to set up certain triggers, such as plugging in your
- phone or missing a call, and allow you to specify certain actions that are done
- when that trigger occurs, such as sending a SMS or pausing your media.
+ A fork of https://f-droid.org/packages/edu.nyu.cs.omnidroid.app, now maintained and with more features.
+ LibreTasks will allow you to set up certain triggers, such as plugging in your
+ phone or missing a call, and allow you to specify certain actions that are done
+ when that trigger occurs, such as sending a SMS or pausing your media.
RepoType: git
Repo: https://github.com/biotinker/LibreTasks/
diff --git a/metadata/link.standen.michael.fatesheets.yml b/metadata/link.standen.michael.fatesheets.yml
index 43752ecb9e..ad585860d8 100644
--- a/metadata/link.standen.michael.fatesheets.yml
+++ b/metadata/link.standen.michael.fatesheets.yml
@@ -10,16 +10,16 @@ IssueTracker: https://github.com/ScreamingHawk/fate-sheets/issues
AutoName: Fate Sheets
Description: |-
- Have your character sheets with you whenever inspiration strikes, by keeping
- them in a managed format on your mobile. No longer do you need to carry stacks
- of paper with you to a game. With this simple application you can edit your
- characters and track stress and consequences on the fly.
+ Have your character sheets with you whenever inspiration strikes, by keeping
+ them in a managed format on your mobile. No longer do you need to carry stacks
+ of paper with you to a game. With this simple application you can edit your
+ characters and track stress and consequences on the fly.
- Features
+ Features
- * Add an unlimited number of characters
- * Flexibility to add any number of skills, aspects, stress or consequences
- * Designed with small screens in mind, but fully scalable to tablets
+ * Add an unlimited number of characters
+ * Flexibility to add any number of skills, aspects, stress or consequences
+ * Designed with small screens in mind, but fully scalable to tablets
RepoType: git
Repo: https://github.com/ScreamingHawk/fate-sheets
diff --git a/metadata/link.standen.michael.phonesaver.yml b/metadata/link.standen.michael.phonesaver.yml
index 276cd7833e..0e23a510fd 100644
--- a/metadata/link.standen.michael.phonesaver.yml
+++ b/metadata/link.standen.michael.phonesaver.yml
@@ -11,15 +11,15 @@ Donate: https://beerpay.io/ScreamingHawk/phone-saver
AutoName: Phone Saver
Description: |-
- Ever hit that share button and really wanted to just store the file on your
- phone? That meme that you send to your friends that would be great in your
- reaction image folder. That screenshot of that Snapchat that you want to hide in
- a secret folder.
+ Ever hit that share button and really wanted to just store the file on your
+ phone? That meme that you send to your friends that would be great in your
+ reaction image folder. That screenshot of that Snapchat that you want to hide in
+ a secret folder.
- Well look no further!
+ Well look no further!
- Set up any number of locations on your mobile, and save to them with a single
- click when using Android's share feature.
+ Set up any number of locations on your mobile, and save to them with a single
+ click when using Android's share feature.
RepoType: git
Repo: https://github.com/ScreamingHawk/phone-saver
diff --git a/metadata/link.standen.michael.slideshow.yml b/metadata/link.standen.michael.slideshow.yml
index 55bded6acd..7aaa17f355 100644
--- a/metadata/link.standen.michael.slideshow.yml
+++ b/metadata/link.standen.michael.slideshow.yml
@@ -11,29 +11,29 @@ Donate: https://beerpay.io/ScreamingHawk/android-slideshow
AutoName: Slideshow
Description: |-
- Slideshow is a simple way to view your favourite photos with ease. Navigate
- through your files and start a slideshow with a single tap.
+ Slideshow is a simple way to view your favourite photos with ease. Navigate
+ through your files and start a slideshow with a single tap.
- Share with your friends and family your favourite memories and everything in
- between too.
+ Share with your friends and family your favourite memories and everything in
+ between too.
- Features:
+ Features:
- * Select any directory on your phone
- * Automatically begins playing slideshow
- * Ability to delete images from within the slideshow
- * Sequential or random display order
- * Configurable delay
- * Show / hide hidden files
- * Check the settings for hidden features. Seriously, there's a ton of stuff in there
+ * Select any directory on your phone
+ * Automatically begins playing slideshow
+ * Ability to delete images from within the slideshow
+ * Sequential or random display order
+ * Configurable delay
+ * Show / hide hidden files
+ * Check the settings for hidden features. Seriously, there's a ton of stuff in there
- Un-Features:
+ Un-Features:
- * No sign up
- * No internet connection
- * No requests to rate the app
- * No trail periods
- * No paid upgrades
+ * No sign up
+ * No internet connection
+ * No requests to rate the app
+ * No trail periods
+ * No paid upgrades
RepoType: git
Repo: https://github.com/ScreamingHawk/android-slideshow
@@ -74,7 +74,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 1.2.2
versionCode: 15
diff --git a/metadata/lu.fisch.canze.yml b/metadata/lu.fisch.canze.yml
index d25f02667e..87c2c271d7 100644
--- a/metadata/lu.fisch.canze.yml
+++ b/metadata/lu.fisch.canze.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Fetches app news from Github.
+ NonFreeNet:
+ en-US: Fetches app news from Github.
Categories:
- Connectivity
License: GPL-3.0-or-later
diff --git a/metadata/makeinfo.com.getid.yml b/metadata/makeinfo.com.getid.yml
index a675e768c3..6de870d617 100644
--- a/metadata/makeinfo.com.getid.yml
+++ b/metadata/makeinfo.com.getid.yml
@@ -8,14 +8,14 @@ IssueTracker: https://github.com/basil2style/getid/issues
AutoName: Get ID
Description: |-
- Get and show device details like:
+ Get and show device details like:
- * Device ID
- * SIM serial number
- * IMEI
- * IMSI
- * Google Service key
- * WiFi mac address
+ * Device ID
+ * SIM serial number
+ * IMEI
+ * IMSI
+ * Google Service key
+ * WiFi mac address
RepoType: git
Repo: https://github.com/basil2style/getid
diff --git a/metadata/mancioboxblog.altervista.it.volumecontrol.yml b/metadata/mancioboxblog.altervista.it.volumecontrol.yml
index bfe235fb4e..6689e3174c 100644
--- a/metadata/mancioboxblog.altervista.it.volumecontrol.yml
+++ b/metadata/mancioboxblog.altervista.it.volumecontrol.yml
@@ -9,8 +9,8 @@ IssueTracker: https://github.com/mancio/Volume-Control/issues
AutoName: Volume Control
Description: |-
- Resizable widget that reveals more functionality depending on size. Channels can
- be isolated and a mute switch is present.
+ Resizable widget that reveals more functionality depending on size. Channels can
+ be isolated and a mute switch is present.
RepoType: git
Repo: https://github.com/mancio/Volume-Control.git
diff --git a/metadata/marto.rtl_tcp_andro.yml b/metadata/marto.rtl_tcp_andro.yml
index 93d3989f5c..a76467e07e 100644
--- a/metadata/marto.rtl_tcp_andro.yml
+++ b/metadata/marto.rtl_tcp_andro.yml
@@ -7,16 +7,16 @@ IssueTracker: https://github.com/martinmarinov/rtl_tcp_andro-/issues
AutoName: Rtl-sdr driver
Description: |-
- Allows you to use I/Q packet source in your Android applications.
+ Allows you to use I/Q packet source in your Android applications.
- All you need is to launch an intent in the form "iqsrc://rtl_tcp_arguments"
- where you replace rtl_tcp_arguments with the arguments that you want your
- application to run rtl_tcp with and the magic will be done behind the scenes.
+ All you need is to launch an intent in the form "iqsrc://rtl_tcp_arguments"
+ where you replace rtl_tcp_arguments with the arguments that you want your
+ application to run rtl_tcp with and the magic will be done behind the scenes.
- This driver could be used by third party applications to implement Software
- Defined Radio.
+ This driver could be used by third party applications to implement Software
+ Defined Radio.
- It does not require root for Android 3.1 and above.
+ It does not require root for Android 3.1 and above.
RepoType: git
Repo: https://github.com/martinmarinov/rtl_tcp_andro-
diff --git a/metadata/mavonst.app.easylight.yml b/metadata/mavonst.app.easylight.yml
index a00b9c0a48..b23821a0c7 100644
--- a/metadata/mavonst.app.easylight.yml
+++ b/metadata/mavonst.app.easylight.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/mavonst/easyLight/issues
AutoName: EasyLight
Description: |-
- Installs a service to communicate with the LED flash. Usable from an stand-alone
- app and a widget.
+ Installs a service to communicate with the LED flash. Usable from an stand-alone
+ app and a widget.
RepoType: git
Repo: https://github.com/mavonst/easyLight
diff --git a/metadata/max.music_cyclon.yml b/metadata/max.music_cyclon.yml
index 8167213c32..967ec0ef0a 100644
--- a/metadata/max.music_cyclon.yml
+++ b/metadata/max.music_cyclon.yml
@@ -9,10 +9,10 @@ IssueTracker: https://github.com/maxammann/music-cyclon/issues
AutoName: music-cyclon
Description: |-
- This App allows you to synchronize music over network by using the
- beets web server. You can find instructions for running a
- beets server and configuring the app at the beets
- documentation.
+ This App allows you to synchronize music over network by using the
+ beets web server. You can find instructions for running a
+ beets server and configuring the app at the beets
+ documentation.
RepoType: git
Repo: https://github.com/maxammann/music-cyclon
diff --git a/metadata/mazechazer.android.wottankquiz.yml b/metadata/mazechazer.android.wottankquiz.yml
index 67f8e6fc9e..991d303978 100644
--- a/metadata/mazechazer.android.wottankquiz.yml
+++ b/metadata/mazechazer.android.wottankquiz.yml
@@ -9,12 +9,12 @@ Changelog: https://github.com/MazeChaZer/WoT-Tank-Quiz/releases
AutoName: WoT Tank Quiz
Description: |-
- The WoT Tank Quiz is about guessing the names of tanks from the PC game World of
- Tanks from their images. For each picture there are always 4 differnt possible
- answers.
+ The WoT Tank Quiz is about guessing the names of tanks from the PC game World of
+ Tanks from their images. For each picture there are always 4 differnt possible
+ answers.
- Depeding on the level of difficulty, these options will be rather different or
- very similar to each other.
+ Depeding on the level of difficulty, these options will be rather different or
+ very similar to each other.
RepoType: git
Repo: https://github.com/MazeChaZer/WoT-Tank-Quiz.git
diff --git a/metadata/mbmb5.lumixextendedcontrolapp.yml b/metadata/mbmb5.lumixextendedcontrolapp.yml
index fd81e5d3ed..c0df8f7c4c 100644
--- a/metadata/mbmb5.lumixextendedcontrolapp.yml
+++ b/metadata/mbmb5.lumixextendedcontrolapp.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/mbmb5/Eylca/issues
AutoName: Eylca
Description: |-
- Aims at extending lumix camera abilities. Eylca currently allows to shoot
- pictures or to record a video when a motion is detected in what the camera sees.
- This application is unofficial. It is not an official Panasonic product, and it
- is not approved by or associated with Panasonic in any way. For basic camera
- control over wifi, please use the official app instead. Please note that it is
- only tested on the FZ1000, but it should work on most Lumix cameras.
+ Aims at extending lumix camera abilities. Eylca currently allows to shoot
+ pictures or to record a video when a motion is detected in what the camera sees.
+ This application is unofficial. It is not an official Panasonic product, and it
+ is not approved by or associated with Panasonic in any way. For basic camera
+ control over wifi, please use the official app instead. Please note that it is
+ only tested on the FZ1000, but it should work on most Lumix cameras.
RepoType: git
Repo: https://github.com/mbmb5/Eylca
diff --git a/metadata/me.alexghr.android.bulkshare.yml b/metadata/me.alexghr.android.bulkshare.yml
index 89875e4274..909cc85b95 100644
--- a/metadata/me.alexghr.android.bulkshare.yml
+++ b/metadata/me.alexghr.android.bulkshare.yml
@@ -11,8 +11,8 @@ Changelog: https://github.com/alexghr/bulkshare/blob/HEAD/CHANGELOG.md
AutoName: Bulk Share
Summary: Share multiple URLs
Description: |-
- Select multiple URLs to send via email, SMS, etc. This app has been deprecated
- in favor of https://f-droid.org/packages/me.alexghr.bulkshare.android.app2.
+ Select multiple URLs to send via email, SMS, etc. This app has been deprecated
+ in favor of https://f-droid.org/packages/me.alexghr.bulkshare.android.app2.
RepoType: git
Repo: https://github.com/alexghr/bulkshare
diff --git a/metadata/me.alexghr.bulkshare.android.app2.yml b/metadata/me.alexghr.bulkshare.android.app2.yml
index 83b9b56503..f77f494098 100644
--- a/metadata/me.alexghr.bulkshare.android.app2.yml
+++ b/metadata/me.alexghr.bulkshare.android.app2.yml
@@ -10,8 +10,8 @@ Changelog: https://github.com/alexghr/bulkshare/blob/HEAD/CHANGELOG.md
AutoName: Bulkshare 2
Description: |-
- Select multiple URLs to send via email, SMS, etc. This app was previously known
- as https://f-droid.org/packages/me.alexghr.android.bulkshare.
+ Select multiple URLs to send via email, SMS, etc. This app was previously known
+ as https://f-droid.org/packages/me.alexghr.android.bulkshare.
RepoType: git
Repo: https://github.com/alexghr/bulkshare
diff --git a/metadata/me.anon.grow.yml b/metadata/me.anon.grow.yml
index cb1f7664a9..9a4851eebb 100644
--- a/metadata/me.anon.grow.yml
+++ b/metadata/me.anon.grow.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/7LPdWcaW/GrowTracker-Android/issues
Changelog: https://github.com/7LPdWcaW/GrowTracker-Android/releases
Description: This app helps record data about growing plants in order to monitor the
- growing conditions to help make the plants grow better, and identify potential
- issues during the grow process. It requires no permissions except for external
- storage (for caching plant data and images) in order for users to maintain anonymity.
+ growing conditions to help make the plants grow better, and identify potential issues
+ during the grow process. It requires no permissions except for external storage
+ (for caching plant data and images) in order for users to maintain anonymity.
RepoType: git
Repo: https://github.com/7LPdWcaW/GrowTracker-Android
diff --git a/metadata/me.anuraag.grader.yml b/metadata/me.anuraag.grader.yml
index 2d9aafe649..2f79212c1a 100644
--- a/metadata/me.anuraag.grader.yml
+++ b/metadata/me.anuraag.grader.yml
@@ -10,12 +10,12 @@ IssueTracker: https://github.com/hackathoner/Gradr/issues
AutoName: Gradr
Description: |-
- Allows students to simply and easily track their grades. Create classes and add
- grades for each of those classes. Each grade is created with a name and the
- point value it holds. With this you can calculate the percentage and overall
- grade for each class. Gradr also allows students to automatically predict how
- many points they need on their next assignment to get the grade that they
- desire.
+ Allows students to simply and easily track their grades. Create classes and add
+ grades for each of those classes. Each grade is created with a name and the
+ point value it holds. With this you can calculate the percentage and overall
+ grade for each class. Gradr also allows students to automatically predict how
+ many points they need on their next assignment to get the grade that they
+ desire.
RepoType: git
Repo: https://github.com/hackathoner/Gradr
diff --git a/metadata/me.anuraag.loveactualized.yml b/metadata/me.anuraag.loveactualized.yml
index 5cbbb3c458..45a28a11f3 100644
--- a/metadata/me.anuraag.loveactualized.yml
+++ b/metadata/me.anuraag.loveactualized.yml
@@ -9,9 +9,9 @@ IssueTracker: https://github.com/hackathoner/LoveGame/issues
AutoName: Love Game
Description: |-
- 36 questions which, when asking another partner, almost guarantees each other to
- fall in love. Questions created by Dr. Arthur Aaron, see
- https://www.nytimes.com/2015/01/11/fashion/modern-love-to-fall-in-love-with-anyone-do-this.html.
+ 36 questions which, when asking another partner, almost guarantees each other to
+ fall in love. Questions created by Dr. Arthur Aaron, see
+ https://www.nytimes.com/2015/01/11/fashion/modern-love-to-fall-in-love-with-anyone-do-this.html.
RepoType: git
Repo: https://github.com/hackathoner/LoveGame
diff --git a/metadata/me.austinhuang.instagrabber.yml b/metadata/me.austinhuang.instagrabber.yml
index c2d3f9e0c3..a9dc31bb04 100644
--- a/metadata/me.austinhuang.instagrabber.yml
+++ b/metadata/me.austinhuang.instagrabber.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on the Instagram website, which is proprietary.
+ NonFreeNet:
+ en-US: Depends on the Instagram website, which is proprietary.
Categories:
- Internet
- Multimedia
@@ -135,7 +135,7 @@ Builds:
- fdroid
MaintainerNotes: upstream repo was removed due to a Cease-and-Desist from Facebook,
- see e.g. https://blog.avalos.me/2021/08/14/barinsta/
+ see e.g. https://blog.avalos.me/2021/08/14/barinsta/
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/me.billdietrich.fake_contacts.yml b/metadata/me.billdietrich.fake_contacts.yml
index 5ca90a6575..a61bcfa1f7 100644
--- a/metadata/me.billdietrich.fake_contacts.yml
+++ b/metadata/me.billdietrich.fake_contacts.yml
@@ -25,7 +25,7 @@ Builds:
- test
- integration_test
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
@@ -42,7 +42,7 @@ Builds:
- test
- integration_test
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
@@ -59,7 +59,7 @@ Builds:
- test
- integration_test
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
diff --git a/metadata/me.bpear.archonpackager.yml b/metadata/me.bpear.archonpackager.yml
index c9d4927771..972c8b7293 100644
--- a/metadata/me.bpear.archonpackager.yml
+++ b/metadata/me.bpear.archonpackager.yml
@@ -6,13 +6,13 @@ IssueTracker: https://github.com/bpear96/ARChon-Packager/issues
AutoName: ARChon Packager
Description: |-
- Produce Chrome ARChon Custom Runtime packages directly from your phone. You can
- generate chrome packages from either APKs on your phones storage or from already
- installed apps.
+ Produce Chrome ARChon Custom Runtime packages directly from your phone. You can
+ generate chrome packages from either APKs on your phones storage or from already
+ installed apps.
- Open the App, select an APK or App from list. App Name and package name are both
- pulled from the APK and put into the manifest.json file. Everything is then
- zipped together in a ChromeAPK folder on your phones storage.
+ Open the App, select an APK or App from list. App Name and package name are both
+ pulled from the APK and put into the manifest.json file. Everything is then
+ zipped together in a ChromeAPK folder on your phones storage.
RepoType: git
Repo: https://github.com/bpear96/ARChon-Packager
diff --git a/metadata/me.ccrama.redditslide.yml b/metadata/me.ccrama.redditslide.yml
index 465a728c55..f61f0e09fb 100644
--- a/metadata/me.ccrama.redditslide.yml
+++ b/metadata/me.ccrama.redditslide.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Reddit servers.
+ NonFreeNet:
+ en-US: Depends on Reddit servers.
Categories:
- Internet
- Reading
@@ -15,41 +15,41 @@ Changelog: https://github.com/Haptic-Apps/Slide/blob/HEAD/CHANGELOG.md
Name: Slide
Description: |-
- Slide for Reddit is a feature-packed, material-designed unofficial browser for
- Reddit with an easy to use UI and tons of customization. Slide is ad-free, open
- source, and is packed with many unique features! Slide is for everyone, with a
- broad array of features for power users and sleek design for minimalists.
+ Slide for Reddit is a feature-packed, material-designed unofficial browser for
+ Reddit with an easy to use UI and tons of customization. Slide is ad-free, open
+ source, and is packed with many unique features! Slide is for everyone, with a
+ broad array of features for power users and sleek design for minimalists.
- Highlights:
+ Highlights:
- * Gorgeous and unique design that is both pleasing to the eye, extremely easy to use, and fully configurable with over 12,000 theme combinations
- * Slide is fully offline-capable! Sync your subreddits automatically and enjoy Reddit where you don't have internet, complete with images and gifs
- * Make each subreddit unique with its own theme colors and accents
- * Always ad-free and open source
- * Image Flair support lets you show off your unique flair in your favorite communities, including /r/collegebasketball and /r/soccer
- * Reply to comments and submissions inline without opening a reply window, and upload images straight into to your submissions/comments
- * Support for many content sites, including Imgur, Tumblr, Gfycat, and Vid.me
- * Most feature-rich and easy to use moderation suite on Android
- * Hundreds of customization options to make Slide work exactly how you like it
- * Lightweight and blazing fast
+ * Gorgeous and unique design that is both pleasing to the eye, extremely easy to use, and fully configurable with over 12,000 theme combinations
+ * Slide is fully offline-capable! Sync your subreddits automatically and enjoy Reddit where you don't have internet, complete with images and gifs
+ * Make each subreddit unique with its own theme colors and accents
+ * Always ad-free and open source
+ * Image Flair support lets you show off your unique flair in your favorite communities, including /r/collegebasketball and /r/soccer
+ * Reply to comments and submissions inline without opening a reply window, and upload images straight into to your submissions/comments
+ * Support for many content sites, including Imgur, Tumblr, Gfycat, and Vid.me
+ * Most feature-rich and easy to use moderation suite on Android
+ * Hundreds of customization options to make Slide work exactly how you like it
+ * Lightweight and blazing fast
- Other features that make Slide awesome:
+ Other features that make Slide awesome:
- * Many view types including desktop compact for dense information display and beautiful material card layout for enjoying photos
- * Gallery and shadowbox modes (pro) give you a new way to view your favorite subreddits
- * Extensive data-saving options with quality selection, never blow through your data caps again
- * Theme choices include a beautiful true black AMOLED theme, sepia theme, blue gray theme, and white theme
- * Synccit integration
- * Full subreddit wiki support, and ability to correctly render tables and code blocks
- * Full multireddit support with the ability to view other users' multireddits
- * Switch accounts when writing comments
- * Powerful filter system to block out what you don't want to see
- * View and delete your browsing history
- * Get notified of new posts in subreddits
- * “Casual” subscriptions that won't show up on your frontpage
- * Ad-Block in websites (Pro)
- * Optimized for tablet viewing with configurable columns and popup comment views (Pro)
- * Many more details and features that you will fall in love with
+ * Many view types including desktop compact for dense information display and beautiful material card layout for enjoying photos
+ * Gallery and shadowbox modes (pro) give you a new way to view your favorite subreddits
+ * Extensive data-saving options with quality selection, never blow through your data caps again
+ * Theme choices include a beautiful true black AMOLED theme, sepia theme, blue gray theme, and white theme
+ * Synccit integration
+ * Full subreddit wiki support, and ability to correctly render tables and code blocks
+ * Full multireddit support with the ability to view other users' multireddits
+ * Switch accounts when writing comments
+ * Powerful filter system to block out what you don't want to see
+ * View and delete your browsing history
+ * Get notified of new posts in subreddits
+ * “Casual” subscriptions that won't show up on your frontpage
+ * Ad-Block in websites (Pro)
+ * Optimized for tablet viewing with configurable columns and popup comment views (Pro)
+ * Many more details and features that you will fall in love with
RepoType: git
Repo: https://github.com/Haptic-Apps/Slide
diff --git a/metadata/me.danielbarnett.addresstogps.yml b/metadata/me.danielbarnett.addresstogps.yml
index 441b14ea59..309bff09fe 100644
--- a/metadata/me.danielbarnett.addresstogps.yml
+++ b/metadata/me.danielbarnett.addresstogps.yml
@@ -12,14 +12,14 @@ Bitcoin: 1NjjuTxXm3ezpnVUGk4VmdEZUcym3SKZ8z
AutoName: AddressToGPS
Summary: Simple address/POI search
Description: |-
- This app doesn't work anymore, you can read more about the technical reasons
- here.
+ This app doesn't work anymore, you can read more about the technical reasons
+ here.
- Search for an address, location, or area using the Google Maps javascript API
- via AddressToGPS.com, a server provided by the
- original author. Once you have selected a location you then can get the
- coordinates and open the location in a maps app (e.g. https://f-droid.org/packages/net.osmand.plus). This
- tool does not require your location, only an internet connection.
+ Search for an address, location, or area using the Google Maps javascript API
+ via AddressToGPS.com, a server provided by the
+ original author. Once you have selected a location you then can get the
+ coordinates and open the location in a maps app (e.g. https://f-droid.org/packages/net.osmand.plus). This
+ tool does not require your location, only an internet connection.
RepoType: git
Repo: https://github.com/DanielBarnett714/AddressToGPS
diff --git a/metadata/me.dbarnett.acastus.yml b/metadata/me.dbarnett.acastus.yml
index c5849d31d4..e2f29bd319 100644
--- a/metadata/me.dbarnett.acastus.yml
+++ b/metadata/me.dbarnett.acastus.yml
@@ -11,16 +11,16 @@ Bitcoin: 1NjjuTxXm3ezpnVUGk4VmdEZUcym3SKZ8z
AutoName: Acastus
Summary: Lookup addresses and POIs
Description: |-
- Acastus is a completely private, free and open source Address / POI lookup
- application for Android. You can use it to find nearby places, all without the
- privacy invasions and tracking features of other apps – or share your location
- to other people, knowing full well that the information is kept private.
+ Acastus is a completely private, free and open source Address / POI lookup
+ application for Android. You can use it to find nearby places, all without the
+ privacy invasions and tracking features of other apps – or share your location
+ to other people, knowing full well that the information is kept private.
- Acastus relies on Pelias as the backend,
- a replacement for Google Maps and other geocoding services that you can run on
- your own server. It uses the pelias-api to fetch results to your phone, allowing
- you to search for places in Acastus. Then open and navigate to the result in
- your preffered navigation app, such as OsmAnd or Maps.me.
+ Acastus relies on Pelias as the backend,
+ a replacement for Google Maps and other geocoding services that you can run on
+ your own server. It uses the pelias-api to fetch results to your phone, allowing
+ you to search for places in Acastus. Then open and navigate to the result in
+ your preffered navigation app, such as OsmAnd or Maps.me.
RepoType: git
Repo: https://github.com/DanielBarnett714/Acastus
diff --git a/metadata/me.echeung.cdflabs.yml b/metadata/me.echeung.cdflabs.yml
index af579023e3..5f676a7c45 100644
--- a/metadata/me.echeung.cdflabs.yml
+++ b/metadata/me.echeung.cdflabs.yml
@@ -7,11 +7,11 @@ IssueTracker: https://github.com/arkon/CDFLabs/issues
AutoName: CS Teaching Labs
Description: |-
- Allows Computer Science students at University of Toronto St George to quickly
- check how many machines are available in the various CDF computer labs in Bahen
- and on NX.
+ Allows Computer Science students at University of Toronto St George to quickly
+ check how many machines are available in the various CDF computer labs in Bahen
+ and on NX.
- Older versions are GPLv3 licensed, staring with 3.0.0 licensing switched to MIT.
+ Older versions are GPLv3 licensed, staring with 3.0.0 licensing switched to MIT.
RepoType: git
Repo: https://github.com/arkon/CDFLabs
diff --git a/metadata/me.echeung.moemoekyun.fdroid.yml b/metadata/me.echeung.moemoekyun.fdroid.yml
index 71058cffe5..4e7f7cf5d0 100644
--- a/metadata/me.echeung.moemoekyun.fdroid.yml
+++ b/metadata/me.echeung.moemoekyun.fdroid.yml
@@ -9,21 +9,21 @@ Donate: https://www.patreon.com/odysseyradio
AutoName: LISTEN.moe
Description: |-
- Features:
+ Features:
- * Tune in to the radio 24/7
- * No ads
- * Login to your account to access your favorites and make requests
- * Search for songs to favorite and request
- * See the last 2 songs played
- * Musicxmatch floating lyrics support
- * Android Auto support
- * Bluetooth and headphone control support
+ * Tune in to the radio 24/7
+ * No ads
+ * Login to your account to access your favorites and make requests
+ * Search for songs to favorite and request
+ * See the last 2 songs played
+ * Musicxmatch floating lyrics support
+ * Android Auto support
+ * Bluetooth and headphone control support
- About:
+ About:
- * You can listen to the radio on any device with a browser too: https://listen.moe/
- * Help translate this app into your language: https://osfmofb.oneskyapp.com/collaboration/project?id=271507
+ * You can listen to the radio on any device with a browser too: https://listen.moe/
+ * Help translate this app into your language: https://osfmofb.oneskyapp.com/collaboration/project?id=271507
RepoType: git
Repo: https://github.com/LISTEN-moe/android-app
@@ -88,7 +88,7 @@ Builds:
- versionName: 3.0.4
versionCode: 59
disable: 'ProGuard: Unsupported class version number [53.0] (maximum 52.0, Java
- 1.8)'
+ 1.8)'
commit: v3.0.4
subdir: app
gradle:
diff --git a/metadata/me.guillaumin.android.osmtracker.yml b/metadata/me.guillaumin.android.osmtracker.yml
index b16c2c59e1..cd64036eb4 100644
--- a/metadata/me.guillaumin.android.osmtracker.yml
+++ b/metadata/me.guillaumin.android.osmtracker.yml
@@ -12,14 +12,14 @@ Changelog: https://github.com/labexp/osmtracker-android/releases
Name: OSMTracker
AutoName: OSMTracker for Android™
Description: |-
- Notice: The app developer changed the applicationID, the new updated app is
- https://f-droid.org/packages/net.osmtracker
+ Notice: The app developer changed the applicationID, the new updated app is
+ https://f-droid.org/packages/net.osmtracker
- OSMTracker allows you to track your journey and mark significant way points. Way
- points can be marked with a tag using a button, with a quick voice record, a
- text note or by taking a picture. The various button pages and layouts can be
- customized to suit your OpenStreetMap activities. You can view your current
- track on top of an OpenStreetMap background.
+ OSMTracker allows you to track your journey and mark significant way points. Way
+ points can be marked with a tag using a button, with a quick voice record, a
+ text note or by taking a picture. The various button pages and layouts can be
+ customized to suit your OpenStreetMap activities. You can view your current
+ track on top of an OpenStreetMap background.
RepoType: git
Repo: https://github.com/labexp/osmtracker-android.git
@@ -92,10 +92,10 @@ Builds:
rm:
- app/libs/*.jar
prebuild: sed -i -e '/compile files/d' -e '/dependencies {/acompile "org.apache.james:apache-mime4j-core:0.7.2"\ncompile
- "org.apache.httpcomponents:httpclient:4.2.1"\ncompile "org.apache.httpcomponents:httpcore:4.2.1"\ncompile
- "org.apache.httpcomponents:httpmime:4.2.1"\ncompile "org.osmdroid:osmdroid-android:4.2"\ncompile
- "oauth.signpost:signpost-commonshttp4:1.2.1.2"\ncompile "oauth.signpost:signpost-core:1.2.1.2"\ncompile
- "org.slf4j:slf4j-android:1.6.1-RC1"\n' build.gradle
+ "org.apache.httpcomponents:httpclient:4.2.1"\ncompile "org.apache.httpcomponents:httpcore:4.2.1"\ncompile
+ "org.apache.httpcomponents:httpmime:4.2.1"\ncompile "org.osmdroid:osmdroid-android:4.2"\ncompile
+ "oauth.signpost:signpost-commonshttp4:1.2.1.2"\ncompile "oauth.signpost:signpost-core:1.2.1.2"\ncompile
+ "org.slf4j:slf4j-android:1.6.1-RC1"\n' build.gradle
- versionName: 0.6.11
versionCode: 37
diff --git a/metadata/me.hackerchick.sharetoinputstick.yml b/metadata/me.hackerchick.sharetoinputstick.yml
index 542f40efb9..3a90d6c39b 100644
--- a/metadata/me.hackerchick.sharetoinputstick.yml
+++ b/metadata/me.hackerchick.sharetoinputstick.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- NonFreeAdd:
- en-US: Contains a button to send the input text to InputStickUtility, which
- is proprietary.
+ NonFreeAdd:
+ en-US: Contains a button to send the input text to InputStickUtility, which is
+ proprietary.
Categories:
- Connectivity
License: MIT
diff --git a/metadata/me.hda.urlhda.yml b/metadata/me.hda.urlhda.yml
index ddb9c848b6..6bd07b7ef7 100644
--- a/metadata/me.hda.urlhda.yml
+++ b/metadata/me.hda.urlhda.yml
@@ -10,10 +10,10 @@ Bitcoin: 1N5czHaoSLukFSTq2ZJujaWGjkmBxv2dT9
AutoName: HDA URL
Description: |-
- Generate short URLs for any given one via hda.me.
- Urlhda repo also includes instruction
- to run such a service on your own with nginx and
- PostgreSQL.
+ Generate short URLs for any given one via hda.me.
+ Urlhda repo also includes instruction
+ to run such a service on your own with nginx and
+ PostgreSQL.
RepoType: git
Repo: https://github.com/cryptofuture/urlhda-android
diff --git a/metadata/me.iacn.mbestyle.yml b/metadata/me.iacn.mbestyle.yml
index 5eed24c349..b71223d6a2 100644
--- a/metadata/me.iacn.mbestyle.yml
+++ b/metadata/me.iacn.mbestyle.yml
@@ -10,7 +10,7 @@ Changelog: https://github.com/iAcn/MBEStyle/releases
AutoName: MBE Style
Description: This is a cute icon pack compatible with thirdparty launchers like https://f-droid.org/packages/ch.deletescape.lawnchair.plah
- or https://f-droid.org/packages/com.benny.openlauncher.
+ or https://f-droid.org/packages/com.benny.openlauncher.
RepoType: git
Repo: https://github.com/iAcn/MBEStyle
diff --git a/metadata/me.jakelane.wrapperforfacebook.yml b/metadata/me.jakelane.wrapperforfacebook.yml
index f7c34500ce..83bd6d93c1 100644
--- a/metadata/me.jakelane.wrapperforfacebook.yml
+++ b/metadata/me.jakelane.wrapperforfacebook.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App accesses Facebook, a non-libre network.
+ NonFreeNet:
+ en-US: App accesses Facebook, a non-libre network.
Categories:
- Internet
License: MIT
@@ -12,15 +12,15 @@ IssueTracker: https://github.com/JakeLane/Toffeed/issues
AutoName: Toffeed
Description: |-
- Note: This app is no longer maintained.
+ Note: This app is no longer maintained.
- Wrapper around Facebook's mobile website and APIs.
+ Wrapper around Facebook's mobile website and APIs.
- Features:
+ Features:
- * Light: The official Facebook app is slow and a battery hog. Toffeed is under 2 MB and has no background services which drains battery.
- * Notifications: Toffeed supports background notifications.
- * Material design: Toffeed follows Google's material design guidelines.
+ * Light: The official Facebook app is slow and a battery hog. Toffeed is under 2 MB and has no background services which drains battery.
+ * Notifications: Toffeed supports background notifications.
+ * Material design: Toffeed follows Google's material design guidelines.
RepoType: git
Repo: https://github.com/JakeLane/Toffeed
diff --git a/metadata/me.jamesfrost.simpledo.yml b/metadata/me.jamesfrost.simpledo.yml
index a8972f0197..9075ddf1ee 100644
--- a/metadata/me.jamesfrost.simpledo.yml
+++ b/metadata/me.jamesfrost.simpledo.yml
@@ -10,22 +10,22 @@ Changelog: https://github.com/JamesFrost/SimpleDo/releases
AutoName: SimpleDo
Description: |-
- Simple todo list manager with emphasis on minimalism.
+ Simple todo list manager with emphasis on minimalism.
- Features:
+ Features:
- * Reminders
- * Set due dates fot tasks
- * Group tasks
- * Work
- * School
- * Personal
- * Set priorities
- * Low
- * Medium
- * High
- * Filter tasks
- * Add tasks to phones calendar
+ * Reminders
+ * Set due dates fot tasks
+ * Group tasks
+ * Work
+ * School
+ * Personal
+ * Set priorities
+ * Low
+ * Medium
+ * High
+ * Filter tasks
+ * Add tasks to phones calendar
RepoType: git
Repo: https://github.com/JamesFrost/SimpleDo
diff --git a/metadata/me.jfenn.alarmio.yml b/metadata/me.jfenn.alarmio.yml
index 8585903d09..fdc59a69bd 100644
--- a/metadata/me.jfenn.alarmio.yml
+++ b/metadata/me.jfenn.alarmio.yml
@@ -12,9 +12,9 @@ Liberapay: fennifith
AutoName: Alarmio
Description: |-
- Alarmio is a simple alarm clock that implements many useful features
- while following regular design standards to ensure that it is quick and
- intuitive to use. It supports snoozing, has themes, and more.
+ Alarmio is a simple alarm clock that implements many useful features
+ while following regular design standards to ensure that it is quick and
+ intuitive to use. It supports snoozing, has themes, and more.
RepoType: git
Repo: https://github.com/fennifith/Alarmio
diff --git a/metadata/me.kavishhukmani.watwitchstickers.yml b/metadata/me.kavishhukmani.watwitchstickers.yml
index 613acb7d3b..f66cd9232a 100644
--- a/metadata/me.kavishhukmani.watwitchstickers.yml
+++ b/metadata/me.kavishhukmani.watwitchstickers.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeAssets:
- en-US: stickers used are not libre
- NonFreeDep:
- en-US: requires WhatsApp to be available on-device
+ NonFreeAssets:
+ en-US: stickers used are not libre
+ NonFreeDep:
+ en-US: requires WhatsApp to be available on-device
Categories:
- Internet
- Theming
@@ -17,24 +17,24 @@ Changelog: https://github.com/DoubleGremlin181/WhatsApp-Twitch-Stickers/releases
AutoName: WhatsApp Twitch Stickers
Description: |-
- A sticker pack for WhatsApp comprising of Twitch emotes
+ A sticker pack for WhatsApp comprising of Twitch emotes
- Includes over 50 emotes such as:
+ Includes over 50 emotes such as:
- * Kappa
- * monkaS
- * PogChamp
- * OMEGALUL
- * 4Head
- * LuL
- * TriHard
+ * Kappa
+ * monkaS
+ * PogChamp
+ * OMEGALUL
+ * 4Head
+ * LuL
+ * TriHard
- Note: Certain devices reload the stickers each time WhatsApp is launched.
- Disabling battery optimization for the app fixes it.
+ Note: Certain devices reload the stickers each time WhatsApp is launched.
+ Disabling battery optimization for the app fixes it.
- This app is a fork of WhatsApp/Stickers
- It is not affiliated with WhatsApp or Twitch.
- No copyright infringement intended.
+ This app is a fork of WhatsApp/Stickers
+ It is not affiliated with WhatsApp or Twitch.
+ No copyright infringement intended.
RepoType: git
Repo: https://github.com/DoubleGremlin181/WhatsApp-Twitch-Stickers
diff --git a/metadata/me.konyaco.collinsdictionary.yml b/metadata/me.konyaco.collinsdictionary.yml
index d77ce5f773..3c5353bb09 100644
--- a/metadata/me.konyaco.collinsdictionary.yml
+++ b/metadata/me.konyaco.collinsdictionary.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Dictionary sources are not libre (prohibiting commercial usage)
+ NonFreeNet:
+ en-US: Dictionary sources are not libre (prohibiting commercial usage)
Categories:
- Reading
- Science & Education
diff --git a/metadata/me.kuehle.carreport.yml b/metadata/me.kuehle.carreport.yml
index c05954da5d..53306d9293 100644
--- a/metadata/me.kuehle.carreport.yml
+++ b/metadata/me.kuehle.carreport.yml
@@ -8,29 +8,29 @@ IssueTracker: https://bitbucket.org/frigus02/car-report/issues
AutoName: Car Report
Description: |-
- NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
+ NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
- Get an idea of how much your car costs. Simply enter the costs after refueling
- and get nice reports. These are:
-
- - Fuel consumption
- - Fuel price
- - Mileage
- - Average costs of the car per day, month and year
-
- Additional features:
+ Get an idea of how much your car costs. Simply enter the costs after refueling
+ and get nice reports. These are:
+
+ - Fuel consumption
+ - Fuel price
+ - Mileage
+ - Average costs of the car per day, month and year
+
+ Additional features:
- * Simple calculations like "how much will 5 liters of fuel cost?".
- * Manage other income/expenses such as repairs and recurring costs such as taxes.
- * Synchronize your data with Dropbox, Google Drive or WebDAV, export/import data as CSV and make simple backups to SD card.
- * Car related reminders like "general inspection every year or after 15.000 km".
+ * Simple calculations like "how much will 5 liters of fuel cost?".
+ * Manage other income/expenses such as repairs and recurring costs such as taxes.
+ * Synchronize your data with Dropbox, Google Drive or WebDAV, export/import data as CSV and make simple backups to SD card.
+ * Car related reminders like "general inspection every year or after 15.000 km".
- Permissions:
+ Permissions:
- Network access: Used to synchronize with Dropbox/Google Drive/WebDAV, if
- enabled. Manage acounts: Used for synchronization. Write to SD card: Used to
- read/write backup and CSV exports to SD card. Run at startup: Used to show
- reminders after device reboot.
+ Network access: Used to synchronize with Dropbox/Google Drive/WebDAV, if
+ enabled. Manage acounts: Used for synchronization. Write to SD card: Used to
+ read/write backup and CSV exports to SD card. Run at startup: Used to show
+ reminders after device reboot.
RepoType: git
Repo: https://bitbucket.org/frigus02/car-report.git
@@ -320,7 +320,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d'
- build.gradle
+ build.gradle
- versionName: 3.18.3
versionCode: 67
@@ -331,7 +331,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d'
- build.gradle
+ build.gradle
- versionName: 3.18.4
versionCode: 68
@@ -342,7 +342,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d'
- build.gradle
+ build.gradle
- versionName: 3.19.0
versionCode: 69
@@ -353,7 +353,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d'
- build.gradle
+ build.gradle
- versionName: 3.20.0
versionCode: 70
@@ -364,7 +364,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d'
- build.gradle
+ build.gradle
- versionName: 3.21.0
versionCode: 71
@@ -375,7 +375,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d'
- build.gradle
+ build.gradle
- versionName: 3.22.0
versionCode: 72
@@ -386,7 +386,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d'
- build.gradle
+ build.gradle
- versionName: 3.23.0
versionCode: 73
@@ -397,7 +397,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d'
- build.gradle
+ build.gradle
- versionName: 3.23.1
versionCode: 74
@@ -408,7 +408,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d'
- build.gradle
+ build.gradle
- versionName: 3.23.2
versionCode: 75
@@ -419,7 +419,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d'
- build.gradle
+ build.gradle
- versionName: 3.23.3
versionCode: 76
@@ -430,7 +430,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d'
- build.gradle
+ build.gradle
- versionName: 3.24.0
versionCode: 77
@@ -441,7 +441,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d'
- build.gradle
+ build.gradle
- versionName: 3.24.1
versionCode: 78
@@ -452,7 +452,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d'
- build.gradle
+ build.gradle
- versionName: 3.25.0
versionCode: 79
@@ -463,7 +463,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/fullImplementation.* {/,/}/d' -e '/fullImplementation /d'
- build.gradle
+ build.gradle
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/me.lucky.red.yml b/metadata/me.lucky.red.yml
index 2b24a9da78..2cfd605fe0 100644
--- a/metadata/me.lucky.red.yml
+++ b/metadata/me.lucky.red.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeDep:
- en-US: Requires Signal, Telegram or Threema to be installed on your device.
+ NonFreeDep:
+ en-US: Requires Signal, Telegram or Threema to be installed on your device.
Categories:
- Phone & SMS
License: GPL-3.0-only
@@ -11,9 +11,8 @@ SourceCode: https://github.com/x13a/Red
IssueTracker: https://github.com/x13a/Red/issues
AutoName: Red
-
Description: NOTE: App repo is archived by dev. It is read-only for all users
- and it is no longer actively maintained.
+ and it is no longer actively maintained.
RepoType: git
Repo: https://github.com/x13a/Red.git
diff --git a/metadata/me.malladi.dashcricket.yml b/metadata/me.malladi.dashcricket.yml
index 6420785b2c..6ad8a3ad23 100644
--- a/metadata/me.malladi.dashcricket.yml
+++ b/metadata/me.malladi.dashcricket.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/mvsastry/dashcricket/issues
Name: 'DashClock: DashCricket'
AutoName: DashCricket - DashClock Live Cricket Scores Extension
Description: |-
- https://f-droid.org/packages/net.nurik.roman.dashclock extension that displays cricket match scores from
- all around the world.
+ https://f-droid.org/packages/net.nurik.roman.dashclock extension that displays cricket match scores from
+ all around the world.
RepoType: git
Repo: https://github.com/mvsastry/dashcricket.git
diff --git a/metadata/me.murks.filmchecker.yml b/metadata/me.murks.filmchecker.yml
index 8323a2f5e6..8a7700be83 100644
--- a/metadata/me.murks.filmchecker.yml
+++ b/metadata/me.murks.filmchecker.yml
@@ -11,8 +11,8 @@ IssueTracker: https://github.com/zouroboros/filmchecker/issues
AutoName: FilmChecker
Description: |-
- Checks the status of photo orders. Currently only Rossmann (only in Germany) and
- DM (Germany and Austria) are supported.
+ Checks the status of photo orders. Currently only Rossmann (only in Germany) and
+ DM (Germany and Austria) are supported.
RepoType: git
Repo: https://github.com/zouroboros/filmchecker.git
diff --git a/metadata/me.phh.superuser.yml b/metadata/me.phh.superuser.yml
index 5887b0ee30..a9ac29894f 100644
--- a/metadata/me.phh.superuser.yml
+++ b/metadata/me.phh.superuser.yml
@@ -8,16 +8,16 @@ IssueTracker: https://github.com/phhusson/Superuser/issues
AutoName: Superuser
Description: |-
- An app to allow or forbid apps' requests to run as root. Note that this app
- doesn't include the su binary, so your device must already be rooted.
+ An app to allow or forbid apps' requests to run as root. Note that this app
+ doesn't include the su binary, so your device must already be rooted.
- You must already have root for this to work, because it leverages the existing
- su and Superuser app to install itself. However, if you know what you are doing
- you can use this apk as a su/Superuser substitute if you are gaining an initial
- root. Once the install is completed you can disable or remove the old app.
+ You must already have root for this to work, because it leverages the existing
+ su and Superuser app to install itself. However, if you know what you are doing
+ you can use this apk as a su/Superuser substitute if you are gaining an initial
+ root. Once the install is completed you can disable or remove the old app.
- This is a fork of https://f-droid.org/packages/com.koushikdutta.superuser with further updates and
- support for newer devices.
+ This is a fork of https://f-droid.org/packages/com.koushikdutta.superuser with further updates and
+ support for newer devices.
RequiresRoot: true
diff --git a/metadata/me.sheimi.sgit.yml b/metadata/me.sheimi.sgit.yml
index 3ac6b85a58..629525f33a 100644
--- a/metadata/me.sheimi.sgit.yml
+++ b/metadata/me.sheimi.sgit.yml
@@ -9,9 +9,9 @@ Donate: https://sgit.sheimi.me/
AutoName: SGit
Description: |-
- This app has been deprecated by upstream in favor of https://f-droid.org/packages/com.manichord.mgit.
+ This app has been deprecated by upstream in favor of https://f-droid.org/packages/com.manichord.mgit.
- A git client and text editor.
+ A git client and text editor.
RepoType: git
Repo: https://github.com/sheimi/SGit.git
@@ -40,7 +40,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation' } }" >>
- build.gradle
+ build.gradle
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/me.shrimadhavuk.numselapp.yml b/metadata/me.shrimadhavuk.numselapp.yml
index c6c35b08a3..0ea6081827 100644
--- a/metadata/me.shrimadhavuk.numselapp.yml
+++ b/metadata/me.shrimadhavuk.numselapp.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeDep:
- en-US: Requires WhatsApp to be installed on your device.
+ NonFreeDep:
+ en-US: Requires WhatsApp to be installed on your device.
Categories:
- Development
License: MIT
@@ -11,9 +11,9 @@ Bitcoin: 13csS5SByVR4e3tJ9c4gjC18Lua8dXDp9A
AutoName: NoWhatOpen
Description: |-
- This application is a plugin to the existing popular Internet Messaging
- Application called WhatsApp, it is useless by itself. It makes clickable links
- to your WhatsApp chat work, without sharing the contact number with anybody.
+ This application is a plugin to the existing popular Internet Messaging
+ Application called WhatsApp, it is useless by itself. It makes clickable links
+ to your WhatsApp chat work, without sharing the contact number with anybody.
Builds:
- versionName: '1.0'
diff --git a/metadata/me.shrimadhavuk.watransmitter.yml b/metadata/me.shrimadhavuk.watransmitter.yml
index a13107f5ce..da5c737ed3 100644
--- a/metadata/me.shrimadhavuk.watransmitter.yml
+++ b/metadata/me.shrimadhavuk.watransmitter.yml
@@ -12,11 +12,11 @@ IssueTracker: https://github.com/SpEcHiDe/WhatsAppTransmitter/issues
AutoName: WATransmitter
Description: |-
- Send any type of file using the popular internet messaging service WhatsApp.
- This is achieved by uploading the file to a thirdparty server from where the
- user can download and get the file.
+ Send any type of file using the popular internet messaging service WhatsApp.
+ This is achieved by uploading the file to a thirdparty server from where the
+ user can download and get the file.
- WARNING: This app uploads shared files to a foreign server!
+ WARNING: This app uploads shared files to a foreign server!
RepoType: git
Repo: https://github.com/SpEcHiDe/WhatsAppTransmitter
diff --git a/metadata/me.thanel.dank.yml b/metadata/me.thanel.dank.yml
index f91c460278..713b116eb4 100644
--- a/metadata/me.thanel.dank.yml
+++ b/metadata/me.thanel.dank.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Reddit.
+ NonFreeNet:
+ en-US: Depends on Reddit.
Categories:
- Internet
License: Apache-2.0
diff --git a/metadata/me.timschneeberger.rootlessjamesdsp.yml b/metadata/me.timschneeberger.rootlessjamesdsp.yml
index bd5df3142d..2338e4331b 100644
--- a/metadata/me.timschneeberger.rootlessjamesdsp.yml
+++ b/metadata/me.timschneeberger.rootlessjamesdsp.yml
@@ -468,15 +468,15 @@ Builds:
ndk: r23c
MaintainerNotes: |-
- Scanner complains about app/src/main/cpp/libjamesdsp/Main/DSPManager/libs/android-support-v13.jar,
- however it's needed to build DSPManager for libjamesdsp, not libjamesdsp itself, so it's safe to
- remove it, RootlessJamesDSP doesn't need DSPManager from libjamesdsp.
+ Scanner complains about app/src/main/cpp/libjamesdsp/Main/DSPManager/libs/android-support-v13.jar,
+ however it's needed to build DSPManager for libjamesdsp, not libjamesdsp itself, so it's safe to
+ remove it, RootlessJamesDSP doesn't need DSPManager from libjamesdsp.
- Upstream provides an fdroid flavor, crashlytics are removed at compile-time,
- libcrashlytics-connector is still included, however crashlytics-related code
- is also removed at compile-time.
+ Upstream provides an fdroid flavor, crashlytics are removed at compile-time,
+ libcrashlytics-connector is still included, however crashlytics-related code
+ is also removed at compile-time.
- Cmake needs to be installed manually by sdkmanager, otherwise gradle clean fails
+ Cmake needs to be installed manually by sdkmanager, otherwise gradle clean fails
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/me.tripsit.tripmobile.yml b/metadata/me.tripsit.tripmobile.yml
index 733db00f58..834be14c1d 100644
--- a/metadata/me.tripsit.tripmobile.yml
+++ b/metadata/me.tripsit.tripmobile.yml
@@ -8,35 +8,35 @@ Bitcoin: 1EDqf32gw73tc1WtgdT2FymfmDN4RyC9RN
AutoName: TripSit
Description: |-
- Brought to you by TripSit, an organisation leading the online harm reduction
- community, this app provides a substantial amount of content intended to help
- users reduce the harm involved in taking drugs. TripSit collects relevant and
- easily digestible data on most recreational drugs, including recommended dosages
- and interactions with other substances, and it. This app pulls data directly from our database, which is
- constantly updated to reflect the latest scientific and anecdotal research.
+ Brought to you by TripSit, an organisation leading the online harm reduction
+ community, this app provides a substantial amount of content intended to help
+ users reduce the harm involved in taking drugs. TripSit collects relevant and
+ easily digestible data on most recreational drugs, including recommended dosages
+ and interactions with other substances, and it. This app pulls data directly from our database, which is
+ constantly updated to reflect the latest scientific and anecdotal research.
- We also provide chat rooms where people can get advice from real people without
- fear of persecution or judgement. The chat option connects to the #tripsit
- channel, which is used to provide care and assistance to people having a
- difficult time on a substance. Our other channels can be used for general
- conversation, to ask questions about the content we provide or to get more
- information on how to reduce the harm involved in drug use.
+ We also provide chat rooms where people can get advice from real people without
+ fear of persecution or judgement. The chat option connects to the #tripsit
+ channel, which is used to provide care and assistance to people having a
+ difficult time on a substance. Our other channels can be used for general
+ conversation, to ask questions about the content we provide or to get more
+ information on how to reduce the harm involved in drug use.
- Please note that this information is presented for educational purposes only,
- and cannot include all of the information required to make informed decisions
- regarding drug use; all drugs affect every user differently. Dosage and
- combination data is provided as a general guideline, not as a recommendation and
- not as medical advice. If you believe you are in need of medical aid, then seek
- medical attention immediately. TripSit does not endorse drug use, and while our
- team makes a best effort to provide accurate information, we do not claim that
- it is 100% correct. Always do your own research and be safe.
+ Please note that this information is presented for educational purposes only,
+ and cannot include all of the information required to make informed decisions
+ regarding drug use; all drugs affect every user differently. Dosage and
+ combination data is provided as a general guideline, not as a recommendation and
+ not as medical advice. If you believe you are in need of medical aid, then seek
+ medical attention immediately. TripSit does not endorse drug use, and while our
+ team makes a best effort to provide accurate information, we do not claim that
+ it is 100% correct. Always do your own research and be safe.
- While this app comes in many languages, we ask that users use English in the
- main chat rooms. This helps ensure the best level of communication to get advice
- across to users. We also ask that users are mindful of the two primary rules:
- Keep a positive attitude, and no solicitation. Please conform to the
- rules.
+ While this app comes in many languages, we ask that users use English in the
+ main chat rooms. This helps ensure the best level of communication to get advice
+ across to users. We also ask that users are mindful of the two primary rules:
+ Keep a positive attitude, and no solicitation. Please conform to the
+ rules.
RepoType: git
Repo: https://github.com/TripSit/tripmobile.git
diff --git a/metadata/me.tsukanov.counter.yml b/metadata/me.tsukanov.counter.yml
index 3fd36ee35e..695479e09f 100644
--- a/metadata/me.tsukanov.counter.yml
+++ b/metadata/me.tsukanov.counter.yml
@@ -11,10 +11,10 @@ Changelog: https://github.com/gentlecat/counter/blob/HEAD/CHANGELOG.md
AutoName: Counter
Description: |-
- App is in maintenance mode. Do not expect new functionality. You are free to make pull requests with new features or bug fixes.
+ App is in maintenance mode. Do not expect new functionality. You are free to make pull requests with new features or bug fixes.
- Tally counter that makes counting easier. You can have multiple counters with
- their own names and values. Values can be changed using volume buttons.
+ Tally counter that makes counting easier. You can have multiple counters with
+ their own names and values. Values can be changed using volume buttons.
RepoType: git
Repo: https://github.com/gentlecat/counter.git
diff --git a/metadata/me.wenxinwang.pulsedroidrtp.yml b/metadata/me.wenxinwang.pulsedroidrtp.yml
index 8c162146e4..27a0fb8ecd 100644
--- a/metadata/me.wenxinwang.pulsedroidrtp.yml
+++ b/metadata/me.wenxinwang.pulsedroidrtp.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/wenxin-wang/PulseDroidRtp/issues
AutoName: PulseAudio Rtp Receiver
Description: |-
- An audio player used in pair with PulseAudio's `module-rtp-send`,
- a UDP counterpart to PulseDroid.
+ An audio player used in pair with PulseAudio's `module-rtp-send`,
+ a UDP counterpart to PulseDroid.
RepoType: git
Repo: https://github.com/wenxin-wang/PulseDroidRtp/
@@ -25,7 +25,7 @@ Builds:
- versionName: 1.0.2
versionCode: 2
disable: 'AndroidManifest.xml; lineNumber: 1; columnNumber: 22; XML version "1.0.2"
- is not supported, only XML 1.0 is supported'
+ is not supported, only XML 1.0 is supported'
commit: v1.0.2
subdir: app
submodules: true
diff --git a/metadata/me.wolszon.fastshopping.yml b/metadata/me.wolszon.fastshopping.yml
index ce8022c51d..f30980b58c 100644
--- a/metadata/me.wolszon.fastshopping.yml
+++ b/metadata/me.wolszon.fastshopping.yml
@@ -23,7 +23,7 @@ Builds:
srclibs:
- flutter@1.18.0-11.1.pre
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -37,7 +37,7 @@ Builds:
srclibs:
- flutter@1.18.0-11.1.pre
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -51,7 +51,7 @@ Builds:
srclibs:
- flutter@1.21.0-9.2.pre
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -65,7 +65,7 @@ Builds:
srclibs:
- flutter@1.21.0-9.2.pre
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -79,7 +79,7 @@ Builds:
srclibs:
- flutter@1.22.0
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -93,7 +93,7 @@ Builds:
srclibs:
- flutter@1.22.0
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -107,7 +107,7 @@ Builds:
srclibs:
- flutter@1.22.0
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -121,7 +121,7 @@ Builds:
srclibs:
- flutter@1.22.0
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -135,7 +135,7 @@ Builds:
srclibs:
- flutter@1.22.6
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -148,7 +148,7 @@ Builds:
srclibs:
- flutter@1.22.6
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -161,7 +161,7 @@ Builds:
srclibs:
- flutter@1.22.6
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
diff --git a/metadata/me.writeily.pro.yml b/metadata/me.writeily.pro.yml
index 50a8e085bc..1239fe1232 100644
--- a/metadata/me.writeily.pro.yml
+++ b/metadata/me.writeily.pro.yml
@@ -7,11 +7,11 @@ IssueTracker: https://github.com/jffrymrtn/writeily-pro/issues
AutoName: Writeily Pro
Summary: Edit markdown files
Description: |-
- Simply and elegantly compose notes in markdown or plain text. Organize by
- folders, save and access files from external storage, and restrict access with a
- PIN lock.
+ Simply and elegantly compose notes in markdown or plain text. Organize by
+ folders, save and access files from external storage, and restrict access with a
+ PIN lock.
- This app has been deprecated in favor of https://f-droid.org/packages/me.writeily.
+ This app has been deprecated in favor of https://f-droid.org/packages/me.writeily.
RepoType: git
Repo: https://github.com/jffrymrtn/writeily-pro
@@ -28,7 +28,7 @@ Builds:
- app/libs/anddown/libs
- app/libs/anddown/obj
prebuild: sed -i -e '/compile files/d' -e '/appcompat-v7/acompile "com.android.support:recyclerview-v7:21.0.3"'
- build.gradle
+ build.gradle
scanignore:
- app/libs/anddown/libs
scandelete:
@@ -60,10 +60,10 @@ Builds:
- popd
MaintainerNotes: |-
- Builds locally, but might break on BS. We need to integrate ndkbuild and gradle
- task into overall build, e.g. with preassemble=libs:anddown:packageNativeLibs
- instead of using `build=`. However, right now this breaks the app because the
- native libs don't seem to get included.
+ Builds locally, but might break on BS. We need to integrate ndkbuild and gradle
+ task into overall build, e.g. with preassemble=libs:anddown:packageNativeLibs
+ instead of using `build=`. However, right now this breaks the app because the
+ native libs don't seem to get included.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/me.writeily.yml b/metadata/me.writeily.yml
index 6cead08b9b..0d54075cf8 100644
--- a/metadata/me.writeily.yml
+++ b/metadata/me.writeily.yml
@@ -7,11 +7,11 @@ Changelog: https://github.com/plafue/writeily-pro/releases
AutoName: Writeily Pro
Description: |-
- Simply and elegantly compose notes in markdown or plain text. Organize by
- folders, save and access files from external storage, and restrict access with a
- PIN lock.
+ Simply and elegantly compose notes in markdown or plain text. Organize by
+ folders, save and access files from external storage, and restrict access with a
+ PIN lock.
- This app continues https://f-droid.org/packages/me.writeily.pro's legacy.
+ This app continues https://f-droid.org/packages/me.writeily.pro's legacy.
RepoType: git
Repo: https://github.com/plafue/writeily-pro
@@ -32,10 +32,10 @@ Builds:
- yes
MaintainerNotes: |-
- Builds locally, but might break on BS. We need to integrate ndkbuild and gradle
- task into overall build, e.g. with preassemble=libs:anddown:packageNativeLibs
- instead of using `build=`. However, right now this breaks the app because the
- native libs don't seem to get included.
+ Builds locally, but might break on BS. We need to integrate ndkbuild and gradle
+ task into overall build, e.g. with preassemble=libs:anddown:packageNativeLibs
+ instead of using `build=`. However, right now this breaks the app because the
+ native libs don't seem to get included.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/me.zeeroooo.materialfb.yml b/metadata/me.zeeroooo.materialfb.yml
index 05bae2a4e4..8b6fb34d05 100644
--- a/metadata/me.zeeroooo.materialfb.yml
+++ b/metadata/me.zeeroooo.materialfb.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Facebook, obviously.
+ NonFreeNet:
+ en-US: Depends on Facebook, obviously.
Categories:
- Internet
License: GPL-3.0-only
@@ -13,8 +13,8 @@ Changelog: https://github.com/ZeeRooo/MaterialFBook/blob/HEAD/README.md#changelo
AutoName: MaterialFBook
Description: |-
- Wrapper around Facebook's mobile website and APIs, based on
- https://f-droid.org/packages/me.jakelane.wrapperforfacebook.
+ Wrapper around Facebook's mobile website and APIs, based on
+ https://f-droid.org/packages/me.jakelane.wrapperforfacebook.
RepoType: git
Repo: https://github.com/ZeeRooo/MaterialFBook
@@ -118,7 +118,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/applicationId/s/me.zeerooo.materialfb/me.zeeroooo.materialfb/g'
- build.gradle
+ build.gradle
- versionName: 3.3.0
versionCode: 47
@@ -138,7 +138,7 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e '/applicationId/s/me.zeerooo.materialfb/me.zeeroooo.materialfb/g'
- build.gradle
+ build.gradle
- versionName: 3.4.5
versionCode: 50
@@ -233,8 +233,8 @@ Builds:
- fdroid
MaintainerNotes: |-
- Upstream changed package id in https://github.com/ZeeRooo/MaterialFBook/commit/8f1294713326cba2d17909c5211fb82c8bc661f4,
- we keep existing one for now. See https://github.com/ZeeRooo/MaterialFBook/issues/71.
+ Upstream changed package id in https://github.com/ZeeRooo/MaterialFBook/commit/8f1294713326cba2d17909c5211fb82c8bc661f4,
+ we keep existing one for now. See https://github.com/ZeeRooo/MaterialFBook/issues/71.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/me.zhanghai.android.textselectionwebsearch.yml b/metadata/me.zhanghai.android.textselectionwebsearch.yml
index 1d7971fce4..d3fddd892d 100644
--- a/metadata/me.zhanghai.android.textselectionwebsearch.yml
+++ b/metadata/me.zhanghai.android.textselectionwebsearch.yml
@@ -28,8 +28,8 @@ Builds:
gradle:
- yes
prebuild: sed -i 's|https://www.google.com/search?q=%s|https://duckduckgo.com/?q=%s|'
- src/main/res/values/donottranslate_prefs.xml
+ name="pref_default_value_custom_search_engine_url_format">https://duckduckgo.com/?q=%s|'
+ src/main/res/values/donottranslate_prefs.xml
- versionName: 1.1.2
versionCode: 6
@@ -42,8 +42,8 @@ Builds:
gradle:
- yes
prebuild: sed -i 's|https://www.google.com/search?q=%s|https://duckduckgo.com/?q=%s|'
- src/main/res/values/donottranslate_prefs.xml
+ name="pref_default_value_custom_search_engine_url_format">https://duckduckgo.com/?q=%s|'
+ src/main/res/values/donottranslate_prefs.xml
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.+$
diff --git a/metadata/menion.android.whereyougo.yml b/metadata/menion.android.whereyougo.yml
index 408da9f340..778497d8ef 100644
--- a/metadata/menion.android.whereyougo.yml
+++ b/metadata/menion.android.whereyougo.yml
@@ -8,21 +8,21 @@ Changelog: https://github.com/cgeo/WhereYouGo/releases
AutoName: WhereYouGo
Description: |-
- WhereYouGo is an unofficial client for Wherigo Geocaching.
- It supports playing Wherigo cartridges, which is an interactive location based geocaching game.
- You can load, play and save the current state of your Wherigo game. Compass and online or offline maps can be used to navigate, alternatively Locus can be used to display maps.
- Cartridges for usage with WhereYouGo can be downloaded from https://www.wherigo.com and other services.
+ WhereYouGo is an unofficial client for Wherigo Geocaching.
+ It supports playing Wherigo cartridges, which is an interactive location based geocaching game.
+ You can load, play and save the current state of your Wherigo game. Compass and online or offline maps can be used to navigate, alternatively Locus can be used to display maps.
+ Cartridges for usage with WhereYouGo can be downloaded from https://www.wherigo.com and other services.
- Main features:
- * Automatic download of cartridges from wherigo.com (can be triggered from your browser by opening a listing page on wherigo.com or from other geocaching apps like c:geo)
- * Use compass to navigate to the next game zone or location
- * View game zones and locations on a map
- * Uses online maps from various sources
- * Supports offline map files (only Mapsforge v0.3 format at this moment)
- * Seamless interworking with Locus to display maps (alternatively to internal maps)
- * Several save game slots per cartridge
- * Automatic game saving when switching to another app
- * Integrated QR-code reader
+ Main features:
+ * Automatic download of cartridges from wherigo.com (can be triggered from your browser by opening a listing page on wherigo.com or from other geocaching apps like c:geo)
+ * Use compass to navigate to the next game zone or location
+ * View game zones and locations on a map
+ * Uses online maps from various sources
+ * Supports offline map files (only Mapsforge v0.3 format at this moment)
+ * Seamless interworking with Locus to display maps (alternatively to internal maps)
+ * Several save game slots per cartridge
+ * Automatic game saving when switching to another app
+ * Integrated QR-code reader
RepoType: git
Repo: https://github.com/cgeo/WhereYouGo
diff --git a/metadata/mixedbit.speechtrainer.yml b/metadata/mixedbit.speechtrainer.yml
index cf6f9ce03d..8df817442f 100644
--- a/metadata/mixedbit.speechtrainer.yml
+++ b/metadata/mixedbit.speechtrainer.yml
@@ -9,9 +9,9 @@ IssueTracker: https://github.com/wrr/speech_trainer/issues
AutoName: Speech Trainer
Description: |-
- Gives immediate feedback on the sound of your voice for training pronunciation,
- articulation and diction. A useful aid for learning foreign languages or
- treating speech disorders.
+ Gives immediate feedback on the sound of your voice for training pronunciation,
+ articulation and diction. A useful aid for learning foreign languages or
+ treating speech disorders.
RepoType: git
Repo: https://github.com/wrr/speech_trainer.git
diff --git a/metadata/mkg20001.net.samremote.yml b/metadata/mkg20001.net.samremote.yml
index c139e65281..dc05c87a15 100644
--- a/metadata/mkg20001.net.samremote.yml
+++ b/metadata/mkg20001.net.samremote.yml
@@ -11,15 +11,15 @@ Changelog: https://github.com/mkg20001/SamRemote/releases
AutoName: Sam Remote
Description: |-
- Control your Samsung TV with SamRemote
+ Control your Samsung TV with SamRemote
- Note: This App uses Wi-FI not Infrared
+ Note: This App uses Wi-FI not Infrared
- Buttons
- * Navigation: Up, Down, Left, Right
- * Special: Power Off, Source, HDMI, Channel List
- * Menu Navigation: Left, Right, Up, Down, Exit, Return
- * Enter Other: Volume Up/Down, Channel Up/Down
+ Buttons
+ * Navigation: Up, Down, Left, Right
+ * Special: Power Off, Source, HDMI, Channel List
+ * Menu Navigation: Left, Right, Up, Down, Exit, Return
+ * Enter Other: Volume Up/Down, Channel Up/Down
RepoType: git
Repo: https://github.com/mkg20001/SamRemote.git
diff --git a/metadata/ml.docilealligator.infinityforreddit.yml b/metadata/ml.docilealligator.infinityforreddit.yml
index cf06483d2c..72c0f8c753 100644
--- a/metadata/ml.docilealligator.infinityforreddit.yml
+++ b/metadata/ml.docilealligator.infinityforreddit.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Reddit.
+ NonFreeNet:
+ en-US: Depends on Reddit.
Categories:
- Internet
- Multimedia
@@ -378,7 +378,7 @@ Builds:
rm:
- app/Modules/customtextview-2.1.aar
prebuild: sed -i -e 's!files("Modules/customtextview-2.1.aar")!"com.libRG:customtextview:2.4"!'
- build.gradle
+ build.gradle
- versionName: 6.1.1
versionCode: 127
@@ -389,7 +389,7 @@ Builds:
rm:
- app/Modules/customtextview-2.1.aar
prebuild: sed -i -e 's!files("Modules/customtextview-2.1.aar")!"com.libRG:customtextview:2.4"!'
- build.gradle
+ build.gradle
- versionName: 6.2.3
versionCode: 131
@@ -400,7 +400,7 @@ Builds:
rm:
- app/Modules/customtextview-2.1.aar
prebuild: sed -i -e 's!files("Modules/customtextview-2.1.aar")!"com.libRG:customtextview:2.4"!'
- build.gradle
+ build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[0-9.]+$
diff --git a/metadata/mn.tck.semitone.yml b/metadata/mn.tck.semitone.yml
index 654cdb1e20..d437994306 100644
--- a/metadata/mn.tck.semitone.yml
+++ b/metadata/mn.tck.semitone.yml
@@ -10,15 +10,15 @@ IssueTracker: https://github.com/tckmn/semitone/issues
AutoName: Semitone
Description: |-
- Semitone is a tool for musicians that includes a tuner, a metronome, and a
- piano.
+ Semitone is a tool for musicians that includes a tuner, a metronome, and a
+ piano.
- The design is as simple and easy-to-use as possible while implementing many
- useful details, such as:
+ The design is as simple and easy-to-use as possible while implementing many
+ useful details, such as:
- * an option to set A4 pitch for alternative tunings
- * the ability to manually set strong beats on the metronome
- * dynamic resizing of the piano keyboard
+ * an option to set A4 pitch for alternative tunings
+ * the ability to manually set strong beats on the metronome
+ * dynamic resizing of the piano keyboard
RepoType: git
Repo: https://github.com/tckmn/semitone
diff --git a/metadata/mobi.boilr.boilr.yml b/metadata/mobi.boilr.boilr.yml
index dacdd0fdae..d171216a4b 100644
--- a/metadata/mobi.boilr.boilr.yml
+++ b/metadata/mobi.boilr.boilr.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on non-free data sources.
+ NonFreeNet:
+ en-US: Depends on non-free data sources.
Categories:
- Money
License: GPL-3.0-or-later
@@ -15,31 +15,31 @@ Litecoin: LUC5BRtvrJRTcp2LAP1XJe2h718rchQXuR
AutoName: Boilr
Description: |-
- Monitor Bitcoin, cryptocurrencies, cryptoassets, futures and options, and
- trigger alarms according to user settings. 90+ exchanges and counting.
+ Monitor Bitcoin, cryptocurrencies, cryptoassets, futures and options, and
+ trigger alarms according to user settings. 90+ exchanges and counting.
- Supports 2 alarm types:
+ Supports 2 alarm types:
- * Price Hit - Triggered when price crosses the alarm's upper or lower limit.
- * Price Change - Triggered when price changes more than X amount (in currency or percentage)
+ * Price Hit - Triggered when price crosses the alarm's upper or lower limit.
+ * Price Change - Triggered when price changes more than X amount (in currency or percentage)
- in a specified time frame (e.g. 15 min). It uses a rolling time frame: price is
- fetched with a given update interval (e.g. 30 s) and compared with the price
- fetched one time frame ago (e.g. 15 min ago).
+ in a specified time frame (e.g. 15 min). It uses a rolling time frame: price is
+ fetched with a given update interval (e.g. 30 s) and compared with the price
+ fetched one time frame ago (e.g. 15 min ago).
- Sound and vibration are configurable globally, and individually for each alarm.
- Lists of exchanges, pairs and alarms are fully searchable, allowing quick setup
- and configuration. The alarm list behaves as your ticker, where you can reorder
- your alarms and directly change their limits. Triggered alarms ring, displaying
- their status, until you turn them off. Just like an alarm clock. Alarms can also
- be set to snooze automatically on price retrace. Market data is retrieved
- directly from the exchanges via Wi-Fi or Mobile Data (if allowed).
+ Sound and vibration are configurable globally, and individually for each alarm.
+ Lists of exchanges, pairs and alarms are fully searchable, allowing quick setup
+ and configuration. The alarm list behaves as your ticker, where you can reorder
+ your alarms and directly change their limits. Triggered alarms ring, displaying
+ their status, until you turn them off. Just like an alarm clock. Alarms can also
+ be set to snooze automatically on price retrace. Market data is retrieved
+ directly from the exchanges via Wi-Fi or Mobile Data (if allowed).
- Boilr supports all available on libdynticker, as all their pairs.
+ Boilr supports all available on libdynticker, as all their pairs.
- For a version history check the GitHub
- releases page.
+ For a version history check the GitHub
+ releases page.
RepoType: git
Repo: https://github.com/drpout/boilr.git
diff --git a/metadata/mobi.cyann.nstools.yml b/metadata/mobi.cyann.nstools.yml
index 506127b6be..407b019806 100644
--- a/metadata/mobi.cyann.nstools.yml
+++ b/metadata/mobi.cyann.nstools.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/arifhn/nstools/issues
AutoName: NSTools
Description: |-
- Manage BLX,BLN,Deep Idle,Governor and voltage settings for custom kernels.
- Relevant for most custom kernels on the i9020 and i9023, Crespo and Crespo 4g.
+ Manage BLX,BLN,Deep Idle,Governor and voltage settings for custom kernels.
+ Relevant for most custom kernels on the i9020 and i9023, Crespo and Crespo 4g.
RepoType: git
Repo: https://github.com/arifhn/NSTools.git
diff --git a/metadata/mobi.maptrek.yml b/metadata/mobi.maptrek.yml
index 7d421edc10..a948188e03 100644
--- a/metadata/mobi.maptrek.yml
+++ b/metadata/mobi.maptrek.yml
@@ -9,11 +9,11 @@ Changelog: https://github.com/andreynovikov/trekarta/releases
AutoName: Trekarta
Description: Trekarta (former MapTrek) is designed for hiking, geocaching, off-roading,
- cycling, boating and all other outdoor activities. It uses offline maps so you
- do not need to have internet connection. You can easily import places and tracks
- from GPX and KML data formats or create waypoints in application and share them
- to others. It lets you write the track of your journey, even in background, so
- you will never get lost and be able later see where you've been.
+ cycling, boating and all other outdoor activities. It uses offline maps so you do
+ not need to have internet connection. You can easily import places and tracks from
+ GPX and KML data formats or create waypoints in application and share them to others.
+ It lets you write the track of your journey, even in background, so you will never
+ get lost and be able later see where you've been.
RepoType: git
Repo: https://github.com/andreynovikov/trekarta
diff --git a/metadata/mobi.omegacentauri.PerApp.yml b/metadata/mobi.omegacentauri.PerApp.yml
index b2f95b3756..0ca7b222cb 100644
--- a/metadata/mobi.omegacentauri.PerApp.yml
+++ b/metadata/mobi.omegacentauri.PerApp.yml
@@ -7,8 +7,8 @@ Donate: https://forum.xda-developers.com/donatetome.php?u=2714177
AutoName: PerApp
Description: |-
- Easily extendable per-app settings app for Android. Orientation lock, screen
- timeout, volume and more can be adjusted.
+ Easily extendable per-app settings app for Android. Orientation lock, screen
+ timeout, volume and more can be adjusted.
RepoType: git
Repo: https://github.com/arpruss/perapp
diff --git a/metadata/mobi.omegacentauri.SendReduced.yml b/metadata/mobi.omegacentauri.SendReduced.yml
index 45860f2273..21f5b3e3bd 100644
--- a/metadata/mobi.omegacentauri.SendReduced.yml
+++ b/metadata/mobi.omegacentauri.SendReduced.yml
@@ -7,13 +7,13 @@ IssueTracker: https://github.com/arpruss/sendreduced/issues
Name: Send Reduced
AutoName: Send Reduced
Description: |-
- Take full resolution images with your camera and share them to this app which
- will reduce the size again before being sent. Share via the gallery or via the
- messaging client.
+ Take full resolution images with your camera and share them to this app which
+ will reduce the size again before being sent. Share via the gallery or via the
+ messaging client.
- This build is based on the basic/free version but enables the EXIF options
- available in the pro version. Please support the author by buying the pro app
- from other sources.
+ This build is based on the basic/free version but enables the EXIF options
+ available in the pro version. Please support the author by buying the pro app
+ from other sources.
RepoType: git
Repo: https://github.com/arpruss/sendreduced
@@ -125,7 +125,7 @@ Builds:
gradle:
- free
prebuild: sed -i -e 's/return context.getPackageName().toLowerCase().endsWith("pro")/return
- true/g' src/main/java/mobi/omegacentauri/SendReduced/SendReduced.java
+ true/g' src/main/java/mobi/omegacentauri/SendReduced/SendReduced.java
- versionName: '0.27'
versionCode: 2700
@@ -150,8 +150,8 @@ Builds:
true/g' src/main/java/mobi/omegacentauri/SendReduced/SendReduced.java
MaintainerNotes: |-
- * OldRepo for 0.03 - 0.05: http://code.google.com/p/sendreduced/
- * <0.11 are MIT licensed
+ * OldRepo for 0.03 - 0.05: http://code.google.com/p/sendreduced/
+ * <0.11 are MIT licensed
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/moe.feng.nhentai.yml b/metadata/moe.feng.nhentai.yml
index 7ea473f6f1..922bacd8c5 100644
--- a/metadata/moe.feng.nhentai.yml
+++ b/metadata/moe.feng.nhentai.yml
@@ -12,17 +12,17 @@ Changelog: https://github.com/NHMoeDev/NHentai-android/releases
AutoName: NHBooks
Description: |-
- NOTE: Maintenance of this app was suspended.
+ NOTE: Maintenance of this app was suspended.
- The program provides a simple and elegant interface in accordance with the
- Material Design specification, and obtains the book from NHentai through the
- API, giving you a lightweight and convenient client. Special declaration
+ The program provides a simple and elegant interface in accordance with the
+ Material Design specification, and obtains the book from NHentai through the
+ API, giving you a lightweight and convenient client. Special declaration
- The content provided by this app is not suitable for minors, and all content is
- obtained through Jsoup's resolution of NHentai's website. Any objection or
- psychological or even physical problems are irrelevant to the project.
+ The content provided by this app is not suitable for minors, and all content is
+ obtained through Jsoup's resolution of NHentai's website. Any objection or
+ psychological or even physical problems are irrelevant to the project.
- Please be aware of any applicable local laws and regulations.
+ Please be aware of any applicable local laws and regulations.
Builds:
- versionName: 1.6.3
diff --git a/metadata/moe.minori.pgpclipper.yml b/metadata/moe.minori.pgpclipper.yml
index e72e5ebe1a..16424cc073 100644
--- a/metadata/moe.minori.pgpclipper.yml
+++ b/metadata/moe.minori.pgpclipper.yml
@@ -7,13 +7,13 @@ Changelog: https://github.com/Mnkai/PGPClipper/releases
AutoName: PGPClipper
Description: |-
- NOTE: App repo is archived by dev. No longer maintained.
+ NOTE: App repo is archived by dev. No longer maintained.
- Use PGPClipper to easily and safely write and receive PGP messages in apps that
- let you copy and paste text.
+ Use PGPClipper to easily and safely write and receive PGP messages in apps that
+ let you copy and paste text.
- PGPClipper monitors user clipboard, and notifies the user when possible PGP data
- is available for decoding.
+ PGPClipper monitors user clipboard, and notifies the user when possible PGP data
+ is available for decoding.
RepoType: git
Repo: https://github.com/Mnkai/PGPClipper
diff --git a/metadata/mohammad.adib.roundr.yml b/metadata/mohammad.adib.roundr.yml
index 6e5b3bcb6c..7a4dbe9290 100644
--- a/metadata/mohammad.adib.roundr.yml
+++ b/metadata/mohammad.adib.roundr.yml
@@ -10,10 +10,10 @@ IssueTracker: https://github.com/MohammadAdib/RoundR/issues
AutoName: RoundR
Description: |-
- RoundR takes advantage of the fact that regardless of the device's color, the
- screen is surrounded with a pitch black border, the corners of which are rarely
- ever touched. RoundR places four small overlays at the corners of the display,
- to simulate a rounded screen.
+ RoundR takes advantage of the fact that regardless of the device's color, the
+ screen is surrounded with a pitch black border, the corners of which are rarely
+ ever touched. RoundR places four small overlays at the corners of the display,
+ to simulate a rounded screen.
RepoType: git
Repo: https://github.com/MohammadAdib/Roundr.git
diff --git a/metadata/monakhv.android.samlib.yml b/metadata/monakhv.android.samlib.yml
index 70fb0afef5..254871bd0c 100644
--- a/metadata/monakhv.android.samlib.yml
+++ b/metadata/monakhv.android.samlib.yml
@@ -11,10 +11,10 @@ IssueTracker: https://github.com/monakhv/samlib-Info/issues
AutoName: SamLib Инфо
Description: |-
- New publications on samlib.ru site.
+ New publications on samlib.ru site.
- Newer versions of this app exist, but require proprietary software, so updates
- will not appear here.
+ Newer versions of this app exist, but require proprietary software, so updates
+ will not appear here.
RepoType: git
Repo: https://github.com/monakhv/samlib-Info.git
diff --git a/metadata/mono.hg.yml b/metadata/mono.hg.yml
index 51eba93bf3..14f7560d8c 100644
--- a/metadata/mono.hg.yml
+++ b/metadata/mono.hg.yml
@@ -10,9 +10,9 @@ Changelog: https://github.com/F4uzan/HgLauncher/releases
AutoName: HgLauncher
Description: HgLauncher is a launcher with a design philosophy of 'if it works, it
- works.' Consisting of simply a scrolling list of apps, there is very little visual
- cue to disturb you. If all you want in a launcher is for it to just launch apps
- ASAP, then you may be looking at the right launcher.
+ works.' Consisting of simply a scrolling list of apps, there is very little visual
+ cue to disturb you. If all you want in a launcher is for it to just launch apps
+ ASAP, then you may be looking at the right launcher.
RepoType: git
Repo: https://github.com/F4uzan/HgLauncher
diff --git a/metadata/naman14.timber.yml b/metadata/naman14.timber.yml
index 39b3798abb..7e24fa3006 100644
--- a/metadata/naman14.timber.yml
+++ b/metadata/naman14.timber.yml
@@ -12,12 +12,12 @@ Changelog: https://github.com/naman14/Timber/blob/HEAD/Changelog.md
AutoName: Timber
Summary: Material Design Music Player
Description: |-
- NOTE: This app is no longer actively developed.
+ NOTE: This app is no longer actively developed.
- Timber is a Material Design Music Player. It lets you browse Songs, Albums,
- Artists, create and edit playlists, browse device folders and more, features
- gestures for track switching and LastFM scrobble. Timber also supports Lyrics
- and Chromecast, Android Wear and Android Auto.
+ Timber is a Material Design Music Player. It lets you browse Songs, Albums,
+ Artists, create and edit playlists, browse device folders and more, features
+ gestures for track switching and LastFM scrobble. Timber also supports Lyrics
+ and Chromecast, Android Wear and Android Auto.
RepoType: git
Repo: https://github.com/naman14/Timber
@@ -73,12 +73,12 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's,@string/fabric_api_key,c8077ebaaaa3a70c39a1ac070dfcfdf2fb48b128,g'
- src/main/AndroidManifest.xml
+ src/main/AndroidManifest.xml
MaintainerNotes: |-
- Uses chraslytics now, see https://github.com/naman14/Timber/issues/219. Only build
- from f-droid branch: https://github.com/naman14/Timber/commits/f-droid
- Developer seems no longer interested in F-Droid builds and no longer provides a FOSS build flavor, see https://github.com/naman14/Timber/issues/259
+ Uses chraslytics now, see https://github.com/naman14/Timber/issues/219. Only build
+ from f-droid branch: https://github.com/naman14/Timber/commits/f-droid
+ Developer seems no longer interested in F-Droid builds and no longer provides a FOSS build flavor, see https://github.com/naman14/Timber/issues/259
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/name.bagi.levente.pedometer.yml b/metadata/name.bagi.levente.pedometer.yml
index e3fe88c002..5255ace6da 100644
--- a/metadata/name.bagi.levente.pedometer.yml
+++ b/metadata/name.bagi.levente.pedometer.yml
@@ -8,11 +8,11 @@ SourceCode: https://github.com/bagilevi/android-pedometer
AutoName: Pedometer
Description: |-
- A step counter with speed, distance, steps-per-minute and text-to-speech.
- It counts your steps by using the sensors in the phone.
+ A step counter with speed, distance, steps-per-minute and text-to-speech.
+ It counts your steps by using the sensors in the phone.
- It calculates the pace (steps per minute), and can help you maintain a
- desired pace by speaking to you.
+ It calculates the pace (steps per minute), and can help you maintain a
+ desired pace by speaking to you.
RepoType: git
Repo: https://github.com/bagilevi/android-pedometer.git
diff --git a/metadata/name.boyle.chris.sgtpuzzles.yml b/metadata/name.boyle.chris.sgtpuzzles.yml
index 9c40bdc34e..30e901f25f 100644
--- a/metadata/name.boyle.chris.sgtpuzzles.yml
+++ b/metadata/name.boyle.chris.sgtpuzzles.yml
@@ -11,17 +11,17 @@ Changelog: https://github.com/chrisboyle/sgtpuzzles/releases
AutoName: Puzzles
Description: |-
- A port of Simon Tatham's Portable Puzzle Collection, a collection of 40
- single-player logic games.
+ A port of Simon Tatham's Portable Puzzle Collection, a collection of 40
+ single-player logic games.
- Various control options for small screens: on-screen arrow keys (can be enabled
- in Settings), pinch to zoom, and a button to swap press/long-press.
+ Various control options for small screens: on-screen arrow keys (can be enabled
+ in Settings), pinch to zoom, and a button to swap press/long-press.
- Contains the following 40 games: Black Box, Bridges, Cube, Dominosa, Fifteen,
- Filling, Flip, Flood, Galaxies, Guess, Inertia, Keen, Light Up, Loopy, Magnets,
- Map, Mines (Minesweeper), Mosaic, Net, Netslide, Palisade, Pattern, Pearl, Pegs
- (Solitaire), Range, Rectangles, Same Game, Signpost, Singles, Sixteen, Slant,
- Solo (Sudoku), Tents, Towers, Tracks, Twiddle, Undead, Unequal, Unruly, Untangle
+ Contains the following 40 games: Black Box, Bridges, Cube, Dominosa, Fifteen,
+ Filling, Flip, Flood, Galaxies, Guess, Inertia, Keen, Light Up, Loopy, Magnets,
+ Map, Mines (Minesweeper), Mosaic, Net, Netslide, Palisade, Pattern, Pearl, Pegs
+ (Solitaire), Range, Rectangles, Same Game, Signpost, Singles, Sixteen, Slant,
+ Solo (Sudoku), Tents, Towers, Tracks, Twiddle, Undead, Unequal, Unruly, Untangle
RepoType: git
Repo: https://github.com/chrisboyle/sgtpuzzles.git
@@ -185,7 +185,7 @@ Builds:
ndk: r25
MaintainerNotes: '* Check not only installation, but actual games to ensure correct
- JNI build.'
+ JNI build.'
AutoUpdateMode: Version +-fdroid %v
UpdateCheckMode: Tags
diff --git a/metadata/name.bresciani.marco.tkcompanionapp.yml b/metadata/name.bresciani.marco.tkcompanionapp.yml
index 2b5d147782..790323eace 100644
--- a/metadata/name.bresciani.marco.tkcompanionapp.yml
+++ b/metadata/name.bresciani.marco.tkcompanionapp.yml
@@ -1399,7 +1399,7 @@ Builds:
ndk: r21e
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
- local Maven repository.
+ local Maven repository.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/name.juodumas.ext_kbd_lithuanian.yml b/metadata/name.juodumas.ext_kbd_lithuanian.yml
index e7acc70bf8..d3a794dfa3 100644
--- a/metadata/name.juodumas.ext_kbd_lithuanian.yml
+++ b/metadata/name.juodumas.ext_kbd_lithuanian.yml
@@ -6,15 +6,15 @@ IssueTracker: https://github.com/juodumas/android-lithuanian-layouts/issues
AutoName: Lithuanian Layouts - Ext. Keyboards
Description: |-
- After installing the package, click on your hardware keyboard in Android's input
- settings and choose one of the Lithuanian layouts.
+ After installing the package, click on your hardware keyboard in Android's input
+ settings and choose one of the Lithuanian layouts.
- Summary in Lithuanian: Šis Android paketas prideda 2 lietuviškus klaviatūros
- išdėstymus išorinėms klaviatūroms:
+ Summary in Lithuanian: Šis Android paketas prideda 2 lietuviškus klaviatūros
+ išdėstymus išorinėms klaviatūroms:
- Lithuanian (numeric) - „skaičiukinė“ klaviatūra, Lithuanian (IBM LST 1205-92) -
- ĄŽERTY išdėstymas. Išbandyta su Android 4.1 ir 4.2 su USB ir Bluetooth
- klaviatūromis.
+ Lithuanian (numeric) - „skaičiukinė“ klaviatūra, Lithuanian (IBM LST 1205-92) -
+ ĄŽERTY išdėstymas. Išbandyta su Android 4.1 ir 4.2 su USB ir Bluetooth
+ klaviatūromis.
RepoType: git
Repo: https://github.com/juodumas/android-lithuanian-layouts.git
diff --git a/metadata/name.livitski.games.puzzle.android.yml b/metadata/name.livitski.games.puzzle.android.yml
index cbaaad30f4..5e9bcc74d9 100644
--- a/metadata/name.livitski.games.puzzle.android.yml
+++ b/metadata/name.livitski.games.puzzle.android.yml
@@ -7,15 +7,15 @@ SourceCode: https://github.com/StanLivitski/n-puzzle
AutoName: n-Puzzle
Description: |-
- n-Puzzle app is a classic sliding puzzle game based on the Fifteen Puzzle. It
- allows you to choose among three levels of complexity: 3×3 (8-puzzle), 4×4
- (15-puzzle), and 5×5 (24-puzzle), hence the name.
+ n-Puzzle app is a classic sliding puzzle game based on the Fifteen Puzzle. It
+ allows you to choose among three levels of complexity: 3×3 (8-puzzle), 4×4
+ (15-puzzle), and 5×5 (24-puzzle), hence the name.
- In addition to standard square boards with numbers, you can choose a board with
- a picture painted on it. There are three stock pictures installed with the
- puzzle, and you can add your own pictures by pressing Menu button when the
- picture selection page is displayed. The picture you select will be split into
- equal tiles.
+ In addition to standard square boards with numbers, you can choose a board with
+ a picture painted on it. There are three stock pictures installed with the
+ puzzle, and you can add your own pictures by pressing Menu button when the
+ picture selection page is displayed. The picture you select will be split into
+ equal tiles.
RepoType: git
Repo: https://github.com/StanLivitski/n-puzzle.git
diff --git a/metadata/name.marfl.ext_kbd_bulgarian_phonetic.yml b/metadata/name.marfl.ext_kbd_bulgarian_phonetic.yml
index 9358a5837b..352d5e3296 100644
--- a/metadata/name.marfl.ext_kbd_bulgarian_phonetic.yml
+++ b/metadata/name.marfl.ext_kbd_bulgarian_phonetic.yml
@@ -8,17 +8,17 @@ IssueTracker: https://github.com/marfl/android-bulgarian-phonetic-layout/issues
AutoName: Bulgarian Phonetic Layout - Ext. Keyboards
Description: |-
- Android currently (4.4) ships only with the Bulgarian BDS layout which almost no
- one actually uses. Thus this package. After installing the package, click on
- your hardware keyboard in Android's input settings and choose the Bulgarian
- Phonetic layout.
+ Android currently (4.4) ships only with the Bulgarian BDS layout which almost no
+ one actually uses. Thus this package. After installing the package, click on
+ your hardware keyboard in Android's input settings and choose the Bulgarian
+ Phonetic layout.
- Summary in Bulgarian:
+ Summary in Bulgarian:
- Фонетична клавиатурна подредба за Bluetooth и USB клавиатури. Подредбата е
- взаимствана от фонетичната подредбата в актуални популярни Линукс дистрибуции.
- Тествано с Андроид 4.4, би трябвало да работи и с по-стари версии. Пишете ако
- има проблеми!
+ Фонетична клавиатурна подредба за Bluetooth и USB клавиатури. Подредбата е
+ взаимствана от фонетичната подредбата в актуални популярни Линукс дистрибуции.
+ Тествано с Андроид 4.4, би трябвало да работи и с по-стари версии. Пишете ако
+ има проблеми!
RepoType: git
Repo: https://github.com/marfl/android-bulgarian-phonetic-layout.git
diff --git a/metadata/name.seguri.android.getforegroundactivity.yml b/metadata/name.seguri.android.getforegroundactivity.yml
index 1c1f378d26..b5ddc2a981 100644
--- a/metadata/name.seguri.android.getforegroundactivity.yml
+++ b/metadata/name.seguri.android.getforegroundactivity.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/seguri/GetForegroundActivity/issues
AutoName: Get Foreground Activity
Description: |-
- Displays a flash with the current activity name being in foreground. It
- currently opens Huawei volume settings by default.
+ Displays a flash with the current activity name being in foreground. It
+ currently opens Huawei volume settings by default.
- Requires to activate accessibility service.
+ Requires to activate accessibility service.
RepoType: git
Repo: https://github.com/seguri/GetForegroundActivity
diff --git a/metadata/name.seguri.android.lock.yml b/metadata/name.seguri.android.lock.yml
index 7b790eb914..3b97c7d2d3 100644
--- a/metadata/name.seguri.android.lock.yml
+++ b/metadata/name.seguri.android.lock.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/seguri/lock/issues
AutoName: Lock
Description: |-
- Very fast shortcut to lock the screen (just launch the app).
+ Very fast shortcut to lock the screen (just launch the app).
- Realized for FAST launcher to be able to lock the screen searching for "lk" app
- (it will isolate this app as the only one containing "l" and "k" in its name).
+ Realized for FAST launcher to be able to lock the screen searching for "lk" app
+ (it will isolate this app as the only one containing "l" and "k" in its name).
RepoType: git
Repo: https://github.com/seguri/lock
@@ -30,7 +30,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 1.1.1
versionCode: 4
diff --git a/metadata/name.soulayrol.rhaa.sholi.yml b/metadata/name.soulayrol.rhaa.sholi.yml
index 7d11744c06..22650ddc60 100644
--- a/metadata/name.soulayrol.rhaa.sholi.yml
+++ b/metadata/name.soulayrol.rhaa.sholi.yml
@@ -7,14 +7,14 @@ Changelog: https://github.com/dsoulayrol/android-sholi/blob/HEAD/CHANGES
AutoName: ShoLi
Description: |-
- ShoLi aims at being a very simple tool to edit shopping lists, and then to be a
- support for checking on those very lists. It was heavily inspired by
- https://f-droid.org/packages/caldwell.ben.trolly which proposed a clean and efficient interface to
- achieve the same goal.
+ ShoLi aims at being a very simple tool to edit shopping lists, and then to be a
+ support for checking on those very lists. It was heavily inspired by
+ https://f-droid.org/packages/caldwell.ben.trolly which proposed a clean and efficient interface to
+ achieve the same goal.
- ShoLi was only designed for small devices, the kind you can have in your pocket
- when you are doing your shopping. It runs on Android 4.x, and needs no external
- library, neither special permission.
+ ShoLi was only designed for small devices, the kind you can have in your pocket
+ when you are doing your shopping. It runs on Android 4.x, and needs no external
+ library, neither special permission.
RepoType: git
Repo: https://github.com/dsoulayrol/android-sholi.git
diff --git a/metadata/name.starnberger.guenther.android.cbw.yml b/metadata/name.starnberger.guenther.android.cbw.yml
index 11ba8378a9..e6ef61a618 100644
--- a/metadata/name.starnberger.guenther.android.cbw.yml
+++ b/metadata/name.starnberger.guenther.android.cbw.yml
@@ -9,9 +9,9 @@ IssueTracker: https://github.com/gstarnberger/CBW/issues
AutoName: Citybike Stations Vienna
Description: |-
- Provides a listing of Citybike stations in Vienna/Austria sorted by the distance
- from the current location. For each station the number of available bikes, the
- number of available boxes, as well as the location are shown.
+ Provides a listing of Citybike stations in Vienna/Austria sorted by the distance
+ from the current location. For each station the number of available bikes, the
+ number of available boxes, as well as the location are shown.
RepoType: git
Repo: https://github.com/gstarnberger/CBW.git
diff --git a/metadata/namlit.siteswapgenerator.yml b/metadata/namlit.siteswapgenerator.yml
index fc365408f4..412c209b22 100644
--- a/metadata/namlit.siteswapgenerator.yml
+++ b/metadata/namlit.siteswapgenerator.yml
@@ -8,14 +8,14 @@ IssueTracker: https://github.com/namlit/siteswap_generator/issues
AutoName: Siteswap Generator
Description: |-
- The Siteswap Generator is designed for passing Siteswap generation and analysis. The following features are supported:
- * Find all possible Siteswaps for a given period length and number of objects
- * Easy filtering of zips, zaps and holds via check boxes
- * Automatic filtering of non-passable patterns
- * Support for pattern and interface filters
- * Generation of local Siteswaps and calculation of start position
- * Support for asynchronous passing patters with more than two jugglers
- * Generation of very long patterns in a random mode
+ The Siteswap Generator is designed for passing Siteswap generation and analysis. The following features are supported:
+ * Find all possible Siteswaps for a given period length and number of objects
+ * Easy filtering of zips, zaps and holds via check boxes
+ * Automatic filtering of non-passable patterns
+ * Support for pattern and interface filters
+ * Generation of local Siteswaps and calculation of start position
+ * Support for asynchronous passing patters with more than two jugglers
+ * Generation of very long patterns in a random mode
RepoType: git
Repo: https://github.com/namlit/siteswap_generator
diff --git a/metadata/negativedensity.techahashi.yml b/metadata/negativedensity.techahashi.yml
index 88e23d635d..6b4ca3dca3 100644
--- a/metadata/negativedensity.techahashi.yml
+++ b/metadata/negativedensity.techahashi.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/andswitch/techahashi/issues
AutoName: Techahashi
Description: |
- A fork of https://f-droid.org/packages/trikita.slide.
+ A fork of https://f-droid.org/packages/trikita.slide.
- This version adds two features to be able to add content that might be useful
- for presentations that require some technical explanation: the ability to add
- UML diagrams using a remote PlantUML server, and the ability to add math
- formulas using MathJax.
+ This version adds two features to be able to add content that might be useful
+ for presentations that require some technical explanation: the ability to add
+ UML diagrams using a remote PlantUML server, and the ability to add math
+ formulas using MathJax.
RepoType: git
Repo: https://github.com/andswitch/techahashi
diff --git a/metadata/nekox.messenger.yml b/metadata/nekox.messenger.yml
index 3811b97d2d..6a27fc5a3c 100644
--- a/metadata/nekox.messenger.yml
+++ b/metadata/nekox.messenger.yml
@@ -1,9 +1,9 @@
AntiFeatures:
- NonFreeNet:
- en-US: Telegram is a non-libre service.
- UpstreamNonFree:
- en-US: Upstream app contains Firebase and Google Mobile Services, which are
- patched-out during F-Droid builds.
+ NonFreeNet:
+ en-US: Telegram is a non-libre service.
+ UpstreamNonFree:
+ en-US: Upstream app contains Firebase and Google Mobile Services, which are patched-out
+ during F-Droid builds.
Categories:
- Internet
License: GPL-3.0-or-later
diff --git a/metadata/nerd.tuxmobil.fahrplan.camp.yml b/metadata/nerd.tuxmobil.fahrplan.camp.yml
index 80e6b13463..1b738a60c6 100644
--- a/metadata/nerd.tuxmobil.fahrplan.camp.yml
+++ b/metadata/nerd.tuxmobil.fahrplan.camp.yml
@@ -7,12 +7,12 @@ IssueTracker: https://github.com/tuxmobil/CampFahrplan/issues
Name: 30C3 Schedule (Camp)
Summary: Schedule of the Chaos Communcation Events
Description: |-
- CampFahrplan is a viewer for schedules of the Chaos Communication Camp by the
- Chaos Computer Club e.V.
+ CampFahrplan is a viewer for schedules of the Chaos Communication Camp by the
+ Chaos Computer Club e.V.
- In addition to an daily overview of talks, the app lets you read the abstracts,
- highlight talks, add a talk to your calendar, share talks with others, and set
- reminders within the app.
+ In addition to an daily overview of talks, the app lets you read the abstracts,
+ highlight talks, add a talk to your calendar, share talks with others, and set
+ reminders within the app.
RepoType: git
Repo: https://github.com/tuxmobil/CampFahrplan.git
diff --git a/metadata/nerd.tuxmobil.fahrplan.congress.yml b/metadata/nerd.tuxmobil.fahrplan.congress.yml
index 8b0268e2b1..aa623422a6 100644
--- a/metadata/nerd.tuxmobil.fahrplan.congress.yml
+++ b/metadata/nerd.tuxmobil.fahrplan.congress.yml
@@ -7,12 +7,12 @@ IssueTracker: https://github.com/tuxmobil/CampFahrplan/issues
Name: 32C3 Schedule (Congress)
Summary: Schedule of the Chaos Communcation Events
Description: |-
- CampFahrplan is a viewer for schedules of Chaos Computer Club e.V. events such
- as Chaos Communication Camp or Chaos Communication Congress.
+ CampFahrplan is a viewer for schedules of Chaos Computer Club e.V. events such
+ as Chaos Communication Camp or Chaos Communication Congress.
- In addition to an daily overview of talks, the app lets you read the abstracts,
- highlight talks, add a talk to your calendar, share talks with others, and set
- reminders within the app.
+ In addition to an daily overview of talks, the app lets you read the abstracts,
+ highlight talks, add a talk to your calendar, share talks with others, and set
+ reminders within the app.
RepoType: git
Repo: https://github.com/tuxmobil/CampFahrplan.git
diff --git a/metadata/net.aangle.rvclock.yml b/metadata/net.aangle.rvclock.yml
index 5eace5ff26..2a923ea821 100644
--- a/metadata/net.aangle.rvclock.yml
+++ b/metadata/net.aangle.rvclock.yml
@@ -5,10 +5,10 @@ SourceCode: https://bitbucket-archive.softwareheritage.org/projects/ua/uaraven/r
AutoName: RvClock
Description: |-
- Clock in the style of the Cowon D3 clock, with customizable colours for the
- hours and minutes.
+ Clock in the style of the Cowon D3 clock, with customizable colours for the
+ hours and minutes.
- The font used is PT Sans Narrow which is licensed under the SIL.
+ The font used is PT Sans Narrow which is licensed under the SIL.
Builds:
- versionName: 1.3.2
diff --git a/metadata/net.alegen.android.netclip.yml b/metadata/net.alegen.android.netclip.yml
index 18cf47a6a7..ada82f8289 100644
--- a/metadata/net.alegen.android.netclip.yml
+++ b/metadata/net.alegen.android.netclip.yml
@@ -6,9 +6,9 @@ Bitcoin: 1862EpKxs4BGUM6Td2Gs83QCkVC889Eqja
AutoName: Netclip
Description: |-
- Telnet to your Android device, send snippets of text to it and copy them to the
- device clipboard. It is useful for people who want to copy/paste text to their
- phones or tablets.
+ Telnet to your Android device, send snippets of text to it and copy them to the
+ device clipboard. It is useful for people who want to copy/paste text to their
+ phones or tablets.
Builds:
- versionName: '1.0'
diff --git a/metadata/net.androcom.dho.speakerproximity.yml b/metadata/net.androcom.dho.speakerproximity.yml
index 835894bd02..abe2759e1e 100644
--- a/metadata/net.androcom.dho.speakerproximity.yml
+++ b/metadata/net.androcom.dho.speakerproximity.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/VanirAOSP/packages_apps_SpeakerProximity/issues
AutoName: SpeakerProximity
Summary: Automatically switch to loudspeaker during calls
Description: |-
- Automatically switches between the default speaker and the loudspeaker during
- phone calls based on the proximity sensor readings
+ Automatically switches between the default speaker and the loudspeaker during
+ phone calls based on the proximity sensor readings
RepoType: git
Repo: https://github.com/VanirAOSP/packages_apps_SpeakerProximity
diff --git a/metadata/net.androgames.level.yml b/metadata/net.androgames.level.yml
index 1f94456621..562ae298a1 100644
--- a/metadata/net.androgames.level.yml
+++ b/metadata/net.androgames.level.yml
@@ -6,17 +6,17 @@ SourceCode: https://github.com/avianey/Level
AutoName: Bubble
Description: |-
- Note: This app is superseded by Bubble ( https://f-droid.org/packages/org.woheller69.level/ )
+ Note: This app is superseded by Bubble ( https://f-droid.org/packages/org.woheller69.level/ )
- Hold any of the phone's four sides against an object to test it for level or
- plumb, or lay it down on a flat surface for a 360° level.
+ Hold any of the phone's four sides against an object to test it for level or
+ plumb, or lay it down on a flat surface for a 360° level.
- * Calibrate
- * Show angle or inclination
- * Sound effects
- * Install on SD
- * Orientation locking
- * Roof pitch
+ * Calibrate
+ * Show angle or inclination
+ * Sound effects
+ * Install on SD
+ * Orientation locking
+ * Roof pitch
Builds:
- versionName: 1.9.4
@@ -39,16 +39,16 @@ Builds:
- sed -i -e 's@false@true@g' pom.xml
MaintainerNotes: |-
- Source code disappeared from https://github.com/avianey/Level.git
- and previously, for the commented builds, from https://androgames-sample.googlecode.com/svn/Market-apps/Level/trunk
+ Source code disappeared from https://github.com/avianey/Level.git
+ and previously, for the commented builds, from https://androgames-sample.googlecode.com/svn/Market-apps/Level/trunk
- Source is available again.
+ Source is available again.
- sed:
- * We are stuck on mvn 3.0.5 for now. Check sed substituion on every build.
- * Remove signing.
- * Don't set debugable flag.
- * Skip broken ziaalign.
+ sed:
+ * We are stuck on mvn 3.0.5 for now. Check sed substituion on every build.
+ * Remove signing.
+ * Don't set debugable flag.
+ * Skip broken ziaalign.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/net.androidcomics.acv.yml b/metadata/net.androidcomics.acv.yml
index 47c06b110f..405251d00c 100644
--- a/metadata/net.androidcomics.acv.yml
+++ b/metadata/net.androidcomics.acv.yml
@@ -8,13 +8,13 @@ IssueTracker: https://github.com/robotmedia/droid-comic-viewer/issues
AutoName: ACV
Description: |-
- * Opens CBZ/ZIP, ACV, (no CBR/RAR), JPEG, PNG, BMP & image folders (long tap)
- * Read comics from SD card
- * Left-to-right or right-to-left reading
- * Use touch screen or trackball to zoom, scroll & navigate
- * Next & previous screen cache
+ * Opens CBZ/ZIP, ACV, (no CBR/RAR), JPEG, PNG, BMP & image folders (long tap)
+ * Read comics from SD card
+ * Left-to-right or right-to-left reading
+ * Use touch screen or trackball to zoom, scroll & navigate
+ * Next & previous screen cache
- The non-free Flurry Analytics library was removed before building.
+ The non-free Flurry Analytics library was removed before building.
RepoType: git
Repo: https://github.com/robotmedia/droid-comic-viewer.git
diff --git a/metadata/net.anzix.osm.upload.yml b/metadata/net.anzix.osm.upload.yml
index 28ce810e8d..ab7364ee2b 100644
--- a/metadata/net.anzix.osm.upload.yml
+++ b/metadata/net.anzix.osm.upload.yml
@@ -6,13 +6,13 @@ IssueTracker: https://github.com/elek/osmgpxuploader/issues
AutoName: OsmGpxUploader
Description: |-
- Simple uploader which can:
-
- - Upload directly to OSM from any application which supports Share or Send GPX tracks
- - Define the source of your gpx traces (eg. a directory) and show the list about the new/uploaded tracks. Select the track and upload to the openstreetmap server
- - Allow you to choose your GPX file, tag it and upload
-
- Tags: openstreetmap osm gpx upload track tracking
+ Simple uploader which can:
+
+ - Upload directly to OSM from any application which supports Share or Send GPX tracks
+ - Define the source of your gpx traces (eg. a directory) and show the list about the new/uploaded tracks. Select the track and upload to the openstreetmap server
+ - Allow you to choose your GPX file, tag it and upload
+
+ Tags: openstreetmap osm gpx upload track tracking
RepoType: git
Repo: https://github.com/elek/osmgpxuploader.git
@@ -23,7 +23,7 @@ Builds:
commit: 4ebed08421d7
maven: yes
prebuild: mvn install:install-file -DgroupId=android.support -DartifactId=compatibility-v13
- -Dversion=13 -Dpackaging=jar -Dfile=$$SDK$$/extras/android/support/v13/android-support-v13.jar
+ -Dversion=13 -Dpackaging=jar -Dfile=$$SDK$$/extras/android/support/v13/android-support-v13.jar
- versionName: 1.5.3
versionCode: 5000
diff --git a/metadata/net.artificialworlds.rabbitescape.yml b/metadata/net.artificialworlds.rabbitescape.yml
index 6b9e9ed647..edb3c0d8e7 100644
--- a/metadata/net.artificialworlds.rabbitescape.yml
+++ b/metadata/net.artificialworlds.rabbitescape.yml
@@ -10,13 +10,13 @@ Changelog: https://github.com/andybalaam/rabbit-escape/releases
AutoName: Rabbit Escape
Description: |-
- Hundreds of levels of puzzling action!
+ Hundreds of levels of puzzling action!
- * Help your rabbits find their way from the entrance to the exit.
- * If you rescue enough rabbits, you can go on to the next level.
- * Control your rabbits by dropping tokens that give them special abilities.
- * Choose abilities like bridge-building, climbing and digging.
- * Make your own levels.
+ * Help your rabbits find their way from the entrance to the exit.
+ * If you rescue enough rabbits, you can go on to the next level.
+ * Control your rabbits by dropping tokens that give them special abilities.
+ * Choose abilities like bridge-building, climbing and digging.
+ * Make your own levels.
RepoType: git
Repo: https://github.com/andybalaam/rabbit-escape.git
diff --git a/metadata/net.asceai.meritous.yml b/metadata/net.asceai.meritous.yml
index 28af8a0894..c54068ff91 100644
--- a/metadata/net.asceai.meritous.yml
+++ b/metadata/net.asceai.meritous.yml
@@ -7,8 +7,8 @@ WebSite: http://asceai.net/meritous
SourceCode: https://gitlab.com/meritous/sdl_android
Description: |-
- Far below the surface of the planet is a secret. A place of limitless power. Those that seek to control such a utopia will soon bring an end to themselves. Seeking an end to the troubles that plague him, PSI user MERIT journeys into the hallowed Orcus Dome in search of answers.
- Meritous is a action-adventure game with simple controls but a challenge to find a balance of power verses recovery time during real-time battles. Set in a fractually-generated world, the player can explore thousands of rooms in search of powerful artifacts, tools to help them, and to eventually free the Orcus Dome from evil. .
+ Far below the surface of the planet is a secret. A place of limitless power. Those that seek to control such a utopia will soon bring an end to themselves. Seeking an end to the troubles that plague him, PSI user MERIT journeys into the hallowed Orcus Dome in search of answers.
+ Meritous is a action-adventure game with simple controls but a challenge to find a balance of power verses recovery time during real-time battles. Set in a fractually-generated world, the player can explore thousands of rooms in search of powerful artifacts, tools to help them, and to eventually free the Orcus Dome from evil. .
RepoType: git
Repo: https://gitlab.com/meritous/sdl_android.git
diff --git a/metadata/net.avs234.yml b/metadata/net.avs234.yml
index b639e797fd..64e8b38733 100644
--- a/metadata/net.avs234.yml
+++ b/metadata/net.avs234.yml
@@ -6,9 +6,9 @@ SourceCode: https://code.google.com/p/andless/source
AutoName: andLess
Description: |-
- Lightweight audio player that plays lossless files (FLAC/APE/MPC/WAV) as well as
- any formats natively supported by Android. CUE sheets and playlists are also
- supported and files are chosen via directories.
+ Lightweight audio player that plays lossless files (FLAC/APE/MPC/WAV) as well as
+ any formats natively supported by Android. CUE sheets and playlists are also
+ supported and files are chosen via directories.
Builds:
- versionName: 1.3.5
diff --git a/metadata/net.basov.lws.fdroid.yml b/metadata/net.basov.lws.fdroid.yml
index 853ebf19ff..f73b98631b 100644
--- a/metadata/net.basov.lws.fdroid.yml
+++ b/metadata/net.basov.lws.fdroid.yml
@@ -9,57 +9,57 @@ Changelog: https://github.com/mvbasov/lWS/releases
AutoName: lWS
Description: |-
- It is ...
+ It is ...
- * ... a Web Server for static content.
- * ... lightweight. APK size less then 100 Kb.
- * ... as simple as possible. Only essential features implemented.
- * ... open. Source code released under GPL-3.0.
- * ... a personal solution. It is not optimized/tested for many parallel connections and large file transfer.
- * ... network state responsive. Requires Wi-Fi connected or tethering enabled. Service will stop automatically if network is disconnected.
+ * ... a Web Server for static content.
+ * ... lightweight. APK size less then 100 Kb.
+ * ... as simple as possible. Only essential features implemented.
+ * ... open. Source code released under GPL-3.0.
+ * ... a personal solution. It is not optimized/tested for many parallel connections and large file transfer.
+ * ... network state responsive. Requires Wi-Fi connected or tethering enabled. Service will stop automatically if network is disconnected.
- Based on
+ Based on
- This application continues the development of
- Webserver for Android.
+ This application continues the development of
+ Webserver for Android.
- What is configurable
+ What is configurable
- * Document root. Path may be entered as text or optionally selected using https://f-droid.org/packages/org.openintents.filemanager. If it is not installed it will offered for install.
- * Port. May be between 1024 and 65535. Default is 8080
+ * Document root. Path may be entered as text or optionally selected using https://f-droid.org/packages/org.openintents.filemanager. If it is not installed it will offered for install.
+ * Port. May be between 1024 and 65535. Default is 8080
- Any wrong values in parameters will automatically be set back to their defaults.
+ Any wrong values in parameters will automatically be set back to their defaults.
- Document root
+ Document root
- Document root by default is set to application private directory, example index
- file automatically created. It is a safe configuration. You can place your pages
- in this directory. But be careful! If you use Android 5.0 or above and uninstall
- the application this directory and its content will be removed.
+ Document root by default is set to application private directory, example index
+ file automatically created. It is a safe configuration. You can place your pages
+ in this directory. But be careful! If you use Android 5.0 or above and uninstall
+ the application this directory and its content will be removed.
- Security warning
+ Security warning
- You can change document root to any readable path on file system, but you need
- to understand what are you doing. __Be careful: you could (suddenly?) create the
- configuration so than anyone on the same Wi-Fi network could access the data on
- your device whether you like it or not.__ All files from document root and below
- are available for reading without any restrictions to anyone who's connected to
- the network and knows the URL of the server.
+ You can change document root to any readable path on file system, but you need
+ to understand what are you doing. __Be careful: you could (suddenly?) create the
+ configuration so than anyone on the same Wi-Fi network could access the data on
+ your device whether you like it or not.__ All files from document root and below
+ are available for reading without any restrictions to anyone who's connected to
+ the network and knows the URL of the server.
- "Send", "QR code" and "Browser"
+ "Send", "QR code" and "Browser"
- After server starts you can press:
+ After server starts you can press:
- * "Browser" button for check server operation in your local browser
- * "QR code" to call https://f-droid.org/packages/net.basov.lws.qr.fdroid or https://f-droid.org/packages/com.google.zxing.client.android to share URL by QR code. If no app is installed it offers to install lWS QR plugin
- * "Send" to share the working server URL to another device via Bluetooth, Android Beam, E-Mail and any other way available on your device.
+ * "Browser" button for check server operation in your local browser
+ * "QR code" to call https://f-droid.org/packages/net.basov.lws.qr.fdroid or https://f-droid.org/packages/com.google.zxing.client.android to share URL by QR code. If no app is installed it offers to install lWS QR plugin
+ * "Send" to share the working server URL to another device via Bluetooth, Android Beam, E-Mail and any other way available on your device.
- On screen log
+ On screen log
- The application has no permanent logging. This was treated this as redundant
- functionality. The app tries to have the notification up to date. The on screen
- log works only when the application is visible. Log screen may be cleared after
- returning from background.
+ The application has no permanent logging. This was treated this as redundant
+ functionality. The app tries to have the notification up to date. The on screen
+ log works only when the application is visible. Log screen may be cleared after
+ returning from background.
RepoType: git
Repo: https://github.com/mvbasov/lWS
diff --git a/metadata/net.basov.lws.qr.fdroid.yml b/metadata/net.basov.lws.qr.fdroid.yml
index 61b71b66e9..06901ea2b1 100644
--- a/metadata/net.basov.lws.qr.fdroid.yml
+++ b/metadata/net.basov.lws.qr.fdroid.yml
@@ -9,10 +9,10 @@ Changelog: https://github.com/mvbasov/lWS.QR/releases
AutoName: lWS QR
Description: |-
- This app is designed as a QR Code plugin for https://f-droid.org/packages/net.basov.lws.fdroid. It can
- also be used standalone as a small and simple QR code generator. lWS QR can be
- easily integrated with your application. See source code for details.
+ This app is designed as a QR Code plugin for https://f-droid.org/packages/net.basov.lws.fdroid. It can
+ also be used standalone as a small and simple QR code generator. lWS QR can be
+ easily integrated with your application. See source code for details.
RepoType: git
Repo: https://github.com/mvbasov/lWS.QR.git
diff --git a/metadata/net.bible.android.activity.yml b/metadata/net.bible.android.activity.yml
index 2d54c27959..ed1e664f33 100644
--- a/metadata/net.bible.android.activity.yml
+++ b/metadata/net.bible.android.activity.yml
@@ -61,7 +61,7 @@ Builds:
commit: build-02.02.02
subdir: AndBible
init: sed -i "/android {/a compileOptions {\nsourceCompatibility JavaVersion.VERSION_1_7\ntargetCompatibility
- JavaVersion.VERSION_1_7\n}" build.gradle
+ JavaVersion.VERSION_1_7\n}" build.gradle
gradle:
- yes
srclibs:
@@ -86,7 +86,7 @@ Builds:
commit: build-02.02.03
subdir: AndBible
init: sed -i "/android {/a compileOptions {\nsourceCompatibility JavaVersion.VERSION_1_7\ntargetCompatibility
- JavaVersion.VERSION_1_7\n}" build.gradle
+ JavaVersion.VERSION_1_7\n}" build.gradle
gradle:
- yes
srclibs:
@@ -112,7 +112,7 @@ Builds:
commit: build-02.03.00
subdir: AndBible
init: sed -i "/android {/a compileOptions {\nsourceCompatibility JavaVersion.VERSION_1_7\ntargetCompatibility
- JavaVersion.VERSION_1_7\n}" build.gradle
+ JavaVersion.VERSION_1_7\n}" build.gradle
gradle:
- yes
srclibs:
diff --git a/metadata/net.bierbaumer.otp_authenticator.yml b/metadata/net.bierbaumer.otp_authenticator.yml
index 8894bafbf6..9d710c8380 100644
--- a/metadata/net.bierbaumer.otp_authenticator.yml
+++ b/metadata/net.bierbaumer.otp_authenticator.yml
@@ -10,21 +10,21 @@ Changelog: https://github.com/0xbb/otp-authenticator/releases
AutoName: OTP Authenticator
Description: |-
- NOTE: App repo is archived by dev. No longer maintained.
+ NOTE: App repo is archived by dev. No longer maintained.
- OTP Authenticator is a two-factor authentication App for Android 4.0+.
+ OTP Authenticator is a two-factor authentication App for Android 4.0+.
- It implements Time-based One-time Passwords (TOTP) like specified in RFC 6238.
- Simply scan the QR code and login with the generated 6-digit code.
+ It implements Time-based One-time Passwords (TOTP) like specified in RFC 6238.
+ Simply scan the QR code and login with the generated 6-digit code.
- Features:
+ Features:
- * Free and Open-Source
- * Requires minimal permissions
- * Encrypted storage on Android 4.3+
- * Sleek minimalistic Material Design
- * Great Usability
- * Compatible with Google Authenticator
+ * Free and Open-Source
+ * Requires minimal permissions
+ * Encrypted storage on Android 4.3+
+ * Sleek minimalistic Material Design
+ * Great Usability
+ * Compatible with Google Authenticator
RepoType: git
Repo: https://github.com/0xbb/otp-authenticator
diff --git a/metadata/net.bitconomy.ckpoolwatcher.yml b/metadata/net.bitconomy.ckpoolwatcher.yml
index c9e7b1fcd2..18c8086d36 100644
--- a/metadata/net.bitconomy.ckpoolwatcher.yml
+++ b/metadata/net.bitconomy.ckpoolwatcher.yml
@@ -6,15 +6,15 @@ SourceCode: https://bitbucket.org/Aliceww/ckpoolwatcher/src
AutoName: CKPool Watcher
Description: |-
- Allows users of the kano.is Bitcoin minning server to check the status of their
- miners. It uses the kano.is API and JSON.
+ Allows users of the kano.is Bitcoin minning server to check the status of their
+ miners. It uses the kano.is API and JSON.
- PLEASE NOTE, this app is in early alpha and still has bugs.
+ PLEASE NOTE, this app is in early alpha and still has bugs.
- Features:
+ Features:
- * Grabs JSON from kano.is
- * Shows pool and miner hashes/5m and hashes/hour
+ * Grabs JSON from kano.is
+ * Shows pool and miner hashes/5m and hashes/hour
Builds:
- versionName: 0.1.0
diff --git a/metadata/net.bitplane.android.microphone.yml b/metadata/net.bitplane.android.microphone.yml
index 7208e0b755..4ca6eb7d7a 100644
--- a/metadata/net.bitplane.android.microphone.yml
+++ b/metadata/net.bitplane.android.microphone.yml
@@ -9,11 +9,11 @@ IssueTracker: https://github.com/bitplane/Microphone/issues
AutoName: Microphone
Description: |-
- This microphone just feeds audio from the phone's mic right out of its speaker,
- which means you get a horrible screeching feedback noise.
+ This microphone just feeds audio from the phone's mic right out of its speaker,
+ which means you get a horrible screeching feedback noise.
- However, plug the thing into your computer with a male to male headphone jack
- and your phone becomes a PC mic.
+ However, plug the thing into your computer with a male to male headphone jack
+ and your phone becomes a PC mic.
RepoType: git
Repo: https://github.com/bitplane/Microphone
diff --git a/metadata/net.bluetoothviewer.yml b/metadata/net.bluetoothviewer.yml
index b69170351b..f4ef2d7592 100644
--- a/metadata/net.bluetoothviewer.yml
+++ b/metadata/net.bluetoothviewer.yml
@@ -10,13 +10,13 @@ Donate: https://github.com/janosgyerik/bluetoothviewer#Donations
AutoName: Bluetooth Viewer (LITE)
Description: |-
- * Connect to any Bluetooth device
- * Display incoming raw data
- * Send raw data to the Bluetooth device
- * You can confirm successful pairing, monitor incoming raw data and see exactly what is being transmitted from the Bluetooth device
+ * Connect to any Bluetooth device
+ * Display incoming raw data
+ * Send raw data to the Bluetooth device
+ * You can confirm successful pairing, monitor incoming raw data and see exactly what is being transmitted from the Bluetooth device
- Information: Promotes a paid "full" version as a "donation" method. The
- functionality is exactly the same with both versions.
+ Information: Promotes a paid "full" version as a "donation" method. The
+ functionality is exactly the same with both versions.
RepoType: git
Repo: https://github.com/janosgyerik/bluetoothviewer.git
diff --git a/metadata/net.bmaron.openfixmap.yml b/metadata/net.bmaron.openfixmap.yml
index 6e13bd1f57..983f43c7fd 100644
--- a/metadata/net.bmaron.openfixmap.yml
+++ b/metadata/net.bmaron.openfixmap.yml
@@ -8,9 +8,9 @@ Translation: https://www.transifex.net/projects/p/openfixmap/
AutoName: OpenFixMap
Description: |-
- Shows errors of OpenStreetMap on a map/specific location and let's you fix
- those. It can for example fetch errors reported by users on OpenStreetBugs. It
- can also take errors from machine computed error lists as KeepRight.
+ Shows errors of OpenStreetMap on a map/specific location and let's you fix
+ those. It can for example fetch errors reported by users on OpenStreetBugs. It
+ can also take errors from machine computed error lists as KeepRight.
RepoType: git
Repo: https://github.com/eMerzh/OpenFixMap
diff --git a/metadata/net.bytten.xkcdviewer.yml b/metadata/net.bytten.xkcdviewer.yml
index 75c2a0e053..73d8636c04 100644
--- a/metadata/net.bytten.xkcdviewer.yml
+++ b/metadata/net.bytten.xkcdviewer.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on xkcd website, which is not libre.
+ NonFreeNet:
+ en-US: Depends on xkcd website, which is not libre.
Categories:
- Reading
License: GPL-2.0-or-later
@@ -9,18 +9,18 @@ IssueTracker: https://github.com/tcoxon/XkcdViewer/issues
AutoName: xkcdViewer
Description: |-
- Shows comics from xkcd.com, including alt-text. Also provides support for
- bookmarks and easy navigation.
+ Shows comics from xkcd.com, including alt-text. Also provides support for
+ bookmarks and easy navigation.
- Features:
+ Features:
- * Read xkcd comics and tap to view the alt text
- * Star your favorites for later reading
- * Share links and images with friends
- * Get linked straight to the explain xkcd wiki for explanations
- * Search for comics by title
- * Reopen at the last comic you read OR the most recent comic (edit your preferences)
- * Disable zoom buttons with your preferences
+ * Read xkcd comics and tap to view the alt text
+ * Star your favorites for later reading
+ * Share links and images with friends
+ * Get linked straight to the explain xkcd wiki for explanations
+ * Search for comics by title
+ * Reopen at the last comic you read OR the most recent comic (edit your preferences)
+ * Disable zoom buttons with your preferences
RepoType: git
Repo: https://github.com/tcoxon/XkcdViewer.git
diff --git a/metadata/net.cactii.mathdoku.yml b/metadata/net.cactii.mathdoku.yml
index 900643c3fd..866d59cff8 100644
--- a/metadata/net.cactii.mathdoku.yml
+++ b/metadata/net.cactii.mathdoku.yml
@@ -17,7 +17,7 @@ Builds:
commit: '96'
init: rm -rf bin/ gen/
prebuild: sed -i 's/minSdkVersion=\"3\"/minSdkVersion=\"4\" targetSdkVersion=\"4\"/g'
- AndroidManifest.xml
+ AndroidManifest.xml
target: android-17
- versionName: 1.96.2
diff --git a/metadata/net.chilon.matt.teacup.yml b/metadata/net.chilon.matt.teacup.yml
index a42da3dfa1..6b80f8493c 100644
--- a/metadata/net.chilon.matt.teacup.yml
+++ b/metadata/net.chilon.matt.teacup.yml
@@ -6,14 +6,14 @@ IssueTracker: https://github.com/yourealwaysbe/teacup/issues
AutoName: TeaCup
Description: |-
- Music widget primarily for the stock media player, but configurable for others
- (in theory, if you're expert).
+ Music widget primarily for the stock media player, but configurable for others
+ (in theory, if you're expert).
- Can scrobble to Last FM. Select whether to connect on WiFi or on phone network;
- or cache when offline.
+ Can scrobble to Last FM. Select whether to connect on WiFi or on phone network;
+ or cache when offline.
- Album art from embedded images, music file directory, or downloadable from Last
- FM. Can pre-fetch Last FM art for your music library.
+ Album art from embedded images, music file directory, or downloadable from Last
+ FM. Can pre-fetch Last FM art for your music library.
RepoType: git
Repo: https://github.com/yourealwaysbe/teacup.git
diff --git a/metadata/net.christianbeier.droidvnc_ng.yml b/metadata/net.christianbeier.droidvnc_ng.yml
index b704069268..9548caf23f 100644
--- a/metadata/net.christianbeier.droidvnc_ng.yml
+++ b/metadata/net.christianbeier.droidvnc_ng.yml
@@ -78,7 +78,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.10.2.4988404' > /dev/null
+ 'cmake;3.10.2.4988404' > /dev/null
ndk: r21e
- versionName: 1.2.6
@@ -93,7 +93,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.10.2.4988404' > /dev/null
+ 'cmake;3.10.2.4988404' > /dev/null
ndk: r21e
- versionName: 1.3.0
@@ -108,7 +108,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.10.2.4988404' > /dev/null
+ 'cmake;3.10.2.4988404' > /dev/null
ndk: r21e
- versionName: 1.3.1
@@ -123,7 +123,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.10.2.4988404' > /dev/null
+ 'cmake;3.10.2.4988404' > /dev/null
ndk: r21e
- versionName: 1.3.2
@@ -138,7 +138,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.10.2.4988404' > /dev/null
+ 'cmake;3.10.2.4988404' > /dev/null
ndk: r21e
- versionName: 1.3.3
@@ -153,7 +153,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.10.2.4988404' > /dev/null
+ 'cmake;3.10.2.4988404' > /dev/null
ndk: r21e
- versionName: 1.3.4
@@ -168,7 +168,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.10.2.4988404' > /dev/null
+ 'cmake;3.10.2.4988404' > /dev/null
ndk: r21e
- versionName: 1.3.5
diff --git a/metadata/net.codechunk.speedofsound.yml b/metadata/net.codechunk.speedofsound.yml
index 0327fee1c6..f27450d3ca 100644
--- a/metadata/net.codechunk.speedofsound.yml
+++ b/metadata/net.codechunk.speedofsound.yml
@@ -10,21 +10,21 @@ Translation: https://www.transifex.com/projects/p/speedofsound/
AutoName: Speed of Sound
Description: |-
- N.B The app no longer requires Google Maps to install but the app will
- crash if you try to access the maps without having it.
+ N.B The app no longer requires Google Maps to install but the app will
+ crash if you try to access the maps without having it.
- N.B It isn't possible to view your position on a map because Google Maps
- is the only map source and the API keys are not in the source code. If you need
- to use Google Maps install the developer's build from the website.
+ N.B It isn't possible to view your position on a map because Google Maps
+ is the only map source and the API keys are not in the source code. If you need
+ to use Google Maps install the developer's build from the website.
- Keep your eyes on the road, not your phone! Speed of Sound automatically adjusts
- your music player's volume while you're driving about with your GPS, lowering
- the volume while driving slowly or at a stoplight, and cranking it up on the
- highway.
+ Keep your eyes on the road, not your phone! Speed of Sound automatically adjusts
+ your music player's volume while you're driving about with your GPS, lowering
+ the volume while driving slowly or at a stoplight, and cranking it up on the
+ highway.
- This is a feature available in some more expensive cars and sound systems. We're
- giving it to you for free to use on your phone. Just start up your music player,
- plug your phone into your car stereo, and open Speed of Sound.
+ This is a feature available in some more expensive cars and sound systems. We're
+ giving it to you for free to use on your phone. Just start up your music player,
+ plug your phone into your car stereo, and open Speed of Sound.
RepoType: git
Repo: https://github.com/jpeddicord/speedofsound.git
@@ -44,7 +44,7 @@ Builds:
commit: 0.8.2
subdir: speedofsound
prebuild: sed -i 's///g' AndroidManifest.xml
+ android:name="com.google.android.maps" android:required="false" \/>/g' AndroidManifest.xml
androidupdate:
- .
- ../actionbarsherlock
diff --git a/metadata/net.cozic.joplin.yml b/metadata/net.cozic.joplin.yml
index 46dc1f3082..5509824435 100644
--- a/metadata/net.cozic.joplin.yml
+++ b/metadata/net.cozic.joplin.yml
@@ -9,17 +9,17 @@ Donate: https://joplinapp.org/donate/
AutoName: Joplin
Description: |-
- Note: This release can lag significantly behind the official release which can be an issue when a timely update is needed. It may be less secure because the app might have a known security vulnerability for several days, even if the official app has been patched. It does not have camera capabilities. Issues with this version might be raised on https://gitlab.com/fdroid/fdroiddata for user @muelli
+ Note: This release can lag significantly behind the official release which can be an issue when a timely update is needed. It may be less secure because the app might have a known security vulnerability for several days, even if the official app has been patched. It does not have camera capabilities. Issues with this version might be raised on https://gitlab.com/fdroid/fdroiddata for user @muelli
- Joplin is a note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modified either from the applications directly or from your own text editor. The notes are in Markdown format.
+ Joplin is a note taking and to-do application, which can handle a large number of notes organised into notebooks. The notes are searchable, can be copied, tagged and modified either from the applications directly or from your own text editor. The notes are in Markdown format.
- Notes exported from Evernote and other applications can be imported into Joplin, including the formatted content (which is converted to Markdown), resources (images, attachments, etc.) and complete metadata (geolocation, updated time, created time, etc.). Plain Markdown files can also be imported.
+ Notes exported from Evernote and other applications can be imported into Joplin, including the formatted content (which is converted to Markdown), resources (images, attachments, etc.) and complete metadata (geolocation, updated time, created time, etc.). Plain Markdown files can also be imported.
- The notes can be securely synchronised using end-to-end encryption with various cloud services including Nextcloud, Dropbox, OneDrive and Joplin Cloud.
+ The notes can be securely synchronised using end-to-end encryption with various cloud services including Nextcloud, Dropbox, OneDrive and Joplin Cloud.
- Full text search is available on all platforms to quickly find the information you need. The app can be customised using plugins and themes, and you can also easily create your own.
+ Full text search is available on all platforms to quickly find the information you need. The app can be customised using plugins and themes, and you can also easily create your own.
- The application is available for Windows, Linux, macOS, Android and iOS. A Web Clipper, to save web pages and screenshots from your browser, is also available for Firefox and Chrome.
+ The application is available for Windows, Linux, macOS, Android and iOS. A Web Clipper, to save web pages and screenshots from your browser, is also available for Firefox and Chrome.
RepoType: git
Repo: https://github.com/laurent22/joplin.git
@@ -1415,10 +1415,10 @@ Builds:
- popd
MaintainerNotes: |-
- * "g++" is needed for a dependency built by "npm install".
- * "scanignore" of "build.gradle" are for local Maven repositories, the React Native folder
- is for "react-native-0.66.1.aar", and the JSC Android folder for "android-jsc-intl-r241213.jar".
- - we build libvips from source for the sharp library
+ * "g++" is needed for a dependency built by "npm install".
+ * "scanignore" of "build.gradle" are for local Maven repositories, the React Native folder
+ is for "react-native-0.66.1.aar", and the JSC Android folder for "android-jsc-intl-r241213.jar".
+ - we build libvips from source for the sharp library
AutoUpdateMode: Version
UpdateCheckMode: Tags android-.*
diff --git a/metadata/net.currit.tonality.yml b/metadata/net.currit.tonality.yml
index da93706196..9086ca1886 100644
--- a/metadata/net.currit.tonality.yml
+++ b/metadata/net.currit.tonality.yml
@@ -8,17 +8,17 @@ IssueTracker: https://github.com/sluedecke/tonality/issues
AutoName: Tonality
Description: |-
- Tonality provides a piano view, to allow to play on a simple piano keyboard.
- Based on a root note, different scales can be highlighted on the keyboard
- to ease learning of a scale.
+ Tonality provides a piano view, to allow to play on a simple piano keyboard.
+ Based on a root note, different scales can be highlighted on the keyboard
+ to ease learning of a scale.
- Features:
+ Features:
- * Piano view to play with
- * Optional key labelling
- * Dynamic sizing of the keyboard
- * Stack multiple keyboards
- * Scale highlighting
+ * Piano view to play with
+ * Optional key labelling
+ * Dynamic sizing of the keyboard
+ * Stack multiple keyboards
+ * Scale highlighting
RepoType: git
Repo: https://github.com/sluedecke/tonality
diff --git a/metadata/net.cyclestreets.yml b/metadata/net.cyclestreets.yml
index 19efcc1075..757bd670b1 100644
--- a/metadata/net.cyclestreets.yml
+++ b/metadata/net.cyclestreets.yml
@@ -12,12 +12,12 @@ Donate: https://www.cyclestreets.org/donate/
AutoName: CycleStreets
Description: |-
- UK-wide cycle journey planner CycleStreets - Cycle navigation for cyclists, by
- cyclists. Plan routes from A to B anywhere in the UK, with a choice of four
- routing modes to suit a range of cyclists from beginner to regular commuter. And
- the Photomap lets you submit photos of infrastructure problems or good practice
- around the UK. Routes for cyclists using OpenStreetMap/OpenCycleMap maps that
- can be cached in advance of the journey
+ UK-wide cycle journey planner CycleStreets - Cycle navigation for cyclists, by
+ cyclists. Plan routes from A to B anywhere in the UK, with a choice of four
+ routing modes to suit a range of cyclists from beginner to regular commuter. And
+ the Photomap lets you submit photos of infrastructure problems or good practice
+ around the UK. Routes for cyclists using OpenStreetMap/OpenCycleMap maps that
+ can be cached in advance of the journey
RepoType: git
Repo: https://github.com/cyclestreets/android.git
diff --git a/metadata/net.czlee.debatekeeper.yml b/metadata/net.czlee.debatekeeper.yml
index f0febf9d97..a01047d786 100644
--- a/metadata/net.czlee.debatekeeper.yml
+++ b/metadata/net.czlee.debatekeeper.yml
@@ -9,15 +9,15 @@ IssueTracker: https://github.com/czlee/debatekeeper/issues
AutoName: Debatekeeper
Description: |-
- Time speeches in debates and have the bell ring automatically at the correct
- time. It supports most parliamentary styles of debating.
+ Time speeches in debates and have the bell ring automatically at the correct
+ time. It supports most parliamentary styles of debating.
- The app rings a bell, vibrates and/or flashes the screen white (or any
- combination of the three) at bell times. It also rings overtime bells, which are
- configurable.
+ The app rings a bell, vibrates and/or flashes the screen white (or any
+ combination of the three) at bell times. It also rings overtime bells, which are
+ configurable.
- There is a different bell sound, derived from the https://f-droid.org/packages/org.yuttadhammo.BodhiTimer
- bell.
+ There is a different bell sound, derived from the https://f-droid.org/packages/org.yuttadhammo.BodhiTimer
+ bell.
RepoType: git
Repo: https://github.com/czlee/debatekeeper.git
@@ -76,8 +76,8 @@ Builds:
- yes
MaintainerNotes: |-
- Fails to compile since 1.3-alpha: sound resources are missing because of
- licensing issues. See https://github.com/czlee/debatekeeper/issues/48.
+ Fails to compile since 1.3-alpha: sound resources are missing because of
+ licensing issues. See https://github.com/czlee/debatekeeper/issues/48.
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/net.dahanne.android.regalandroid.yml b/metadata/net.dahanne.android.regalandroid.yml
index d9b31786f1..76bc6d78dc 100644
--- a/metadata/net.dahanne.android.regalandroid.yml
+++ b/metadata/net.dahanne.android.regalandroid.yml
@@ -10,10 +10,10 @@ FlattrID: '93967'
AutoName: ReGalAndroid
Description: |-
- A gallery client with support for G2 and G3 (also known as Menalto Gallery) and
- Piwigo. A demo gallery is provided for trying it out. The manifest didn't
- specify that a camera isn't required ; although the app may be marked as
- incompatible, it can still be installed.
+ A gallery client with support for G2 and G3 (also known as Menalto Gallery) and
+ Piwigo. A demo gallery is provided for trying it out. The manifest didn't
+ specify that a camera isn't required ; although the app may be marked as
+ incompatible, it can still be installed.
RepoType: git
Repo: https://github.com/anthonydahanne/ReGalAndroid.git
diff --git a/metadata/net.dahanne.banq.notifications.yml b/metadata/net.dahanne.banq.notifications.yml
index 4149924482..b9d533450b 100644
--- a/metadata/net.dahanne.banq.notifications.yml
+++ b/metadata/net.dahanne.banq.notifications.yml
@@ -9,16 +9,16 @@ IssueTracker: https://bitbucket.org/anthonydahanne/banqnotificationsproject/issu
AutoName: My Banq
Description: |-
- Connect to BAnQ (Bibliothèque et Archives nationales du Québec), the Library and
- National Archive of Québec, and keep track of the borrowed items linked to your
- subscription.
+ Connect to BAnQ (Bibliothèque et Archives nationales du Québec), the Library and
+ National Archive of Québec, and keep track of the borrowed items linked to your
+ subscription.
- Features include:
+ Features include:
- * List your borrowed items
- * Receive notifications when the return date is approaching
- * Renew your borrowed items
- * Add several BAnQ accounts
+ * List your borrowed items
+ * Receive notifications when the return date is approaching
+ * Renew your borrowed items
+ * Add several BAnQ accounts
RepoType: git
Repo: https://bitbucket.org/anthonydahanne/banqnotificationsproject.git
diff --git a/metadata/net.damsy.soupeaucaillou.heriswap.yml b/metadata/net.damsy.soupeaucaillou.heriswap.yml
index 530f11ca81..288af1e52a 100644
--- a/metadata/net.damsy.soupeaucaillou.heriswap.yml
+++ b/metadata/net.damsy.soupeaucaillou.heriswap.yml
@@ -11,13 +11,13 @@ FlattrID: '2749749'
AutoName: 0sac test only
Description: |-
- Incarnation of a "match three" style game
+ Incarnation of a "match three" style game
- * 3 different game modes (score race, time attack and 100 seconds)
- * 3 difficulty settings
- * slick graphics and musics
- * online leaderboards to compete with your friends
- * available in English, French, Deutsch, Italian, Dutch, Spanish
+ * 3 different game modes (score race, time attack and 100 seconds)
+ * 3 difficulty settings
+ * slick graphics and musics
+ * online leaderboards to compete with your friends
+ * available in English, French, Deutsch, Italian, Dutch, Spanish
RepoType: git
Repo: https://github.com/SoupeauCaillou/heriswap
diff --git a/metadata/net.damsy.soupeaucaillou.recursiveRunner.yml b/metadata/net.damsy.soupeaucaillou.recursiveRunner.yml
index 37e55c12b1..0bc7b2e66e 100644
--- a/metadata/net.damsy.soupeaucaillou.recursiveRunner.yml
+++ b/metadata/net.damsy.soupeaucaillou.recursiveRunner.yml
@@ -11,20 +11,20 @@ FlattrID: '3532837'
AutoName: Recursive Runner
Description: |-
- Sure, except there is a running and jumping obstacle to avoid: You! (and You
- (and You (and You (and...))))
+ Sure, except there is a running and jumping obstacle to avoid: You! (and You
+ (and You (and You (and...))))
- Experience an all new kind of running game!
+ Experience an all new kind of running game!
- Used to play until being hit by an obstacle? You'll play for 90 seconds each
- game.
+ Used to play until being hit by an obstacle? You'll play for 90 seconds each
+ game.
- Used to control 1 running hero? We'll give you 10 of them. The trick? You
- control them one at a time, and when you're done with one, he will do the same
- run over and over and continue to score points for you.
+ Used to control 1 running hero? We'll give you 10 of them. The trick? You
+ control them one at a time, and when you're done with one, he will do the same
+ run over and over and continue to score points for you.
- The challenge is to score with your current hero while avoiding your previous
- ones - if you hit one of them he will disappear forever.
+ The challenge is to score with your current hero while avoiding your previous
+ ones - if you hit one of them he will disappear forever.
RepoType: git
Repo: https://github.com/SoupeauCaillou/recursive-runner
diff --git a/metadata/net.daverix.urlforward.yml b/metadata/net.daverix.urlforward.yml
index c4599cc543..f53f063872 100644
--- a/metadata/net.daverix.urlforward.yml
+++ b/metadata/net.daverix.urlforward.yml
@@ -8,19 +8,19 @@ IssueTracker: https://github.com/daverix/urlforwarder/issues
AutoName: Url forwarder
Description: |-
- Provides a bookmarklet functionality: It works by sharing a link from any app
- using filters.
+ Provides a bookmarklet functionality: It works by sharing a link from any app
+ using filters.
- Ever used bookmarklet's in the browser? This app makes it possible to create
- filters that forwards an url to another site.
+ Ever used bookmarklet's in the browser? This app makes it possible to create
+ filters that forwards an url to another site.
- For example, say you have a site called "myexample.com" that you want to send to
- another site called "myshareexample.com". Choosing "Url Forwarder" in the share
- menu of your browser then lets you pass the current web page you are on to the
- site you have created a filter for.
+ For example, say you have a site called "myexample.com" that you want to send to
+ another site called "myshareexample.com". Choosing "Url Forwarder" in the share
+ menu of your browser then lets you pass the current web page you are on to the
+ site you have created a filter for.
- The filters will be displayed in a dialog and just open any app that has an
- intent filter for the url in the filter (normally the browser).
+ The filters will be displayed in a dialog and just open any app that has an
+ intent filter for the url in the filter (normally the browser).
RepoType: git
Repo: https://github.com/daverix/urlforwarder
diff --git a/metadata/net.ddns.mlsoftlaberge.trycorder.yml b/metadata/net.ddns.mlsoftlaberge.trycorder.yml
index 7788327c88..c8ed7575c8 100644
--- a/metadata/net.ddns.mlsoftlaberge.trycorder.yml
+++ b/metadata/net.ddns.mlsoftlaberge.trycorder.yml
@@ -9,26 +9,26 @@ IssueTracker: https://github.com/mlsoft/Trycorder5/issues
AutoName: Trycorder
Description: |-
- A Trycorder with sci-fi like looking and sensors, communication, remote-control
- between all trycorders on the planet through the use of a tryserver.
+ A Trycorder with sci-fi like looking and sensors, communication, remote-control
+ between all trycorders on the planet through the use of a tryserver.
- With this Trycorder, You can do the following:
+ With this Trycorder, You can do the following:
- * Look, feel, and sound like the federation trycorder.
- * Fits in your pocket, so you can beam out on demand.
- * Scan your environment, temperature, pressure, light, magnetic, gravity, orientation,...
- * Control the device by voice-command. (Press top left, and say "computer fire" or "computer beam me up" for example)
- * Take pictures and recordings from your findings on new planets.
- * Remote control your own starship, fire, communications, shields, transporter, viewer, ... (You have to provide the starship, and make sure it is on the wifi router that you use).
- * Chat with other Trycorder users all around the planet.
- * Consult logs of operations. View the pictures and recordings you got back from your away mission.
- * View Magnetic, Orientation, Gravity, Temperature sensors values drawn in the sensor area.
- * View Phaser, Torpedo, Transporter operation in your sensor screen.
- * View Shields, Communication Waveform, Tractor Beam sensor animation on your sensor screen.
- * The application is usable in space, provided your phone is space-proof, and you wear a space-suit.
- * The application can be adapted easily for different starships remote protocols.
- * For captains only: Crew Information and Evaluation module. (to be found under logs/crew) (Contacts access)
- * And many more to come ...
+ * Look, feel, and sound like the federation trycorder.
+ * Fits in your pocket, so you can beam out on demand.
+ * Scan your environment, temperature, pressure, light, magnetic, gravity, orientation,...
+ * Control the device by voice-command. (Press top left, and say "computer fire" or "computer beam me up" for example)
+ * Take pictures and recordings from your findings on new planets.
+ * Remote control your own starship, fire, communications, shields, transporter, viewer, ... (You have to provide the starship, and make sure it is on the wifi router that you use).
+ * Chat with other Trycorder users all around the planet.
+ * Consult logs of operations. View the pictures and recordings you got back from your away mission.
+ * View Magnetic, Orientation, Gravity, Temperature sensors values drawn in the sensor area.
+ * View Phaser, Torpedo, Transporter operation in your sensor screen.
+ * View Shields, Communication Waveform, Tractor Beam sensor animation on your sensor screen.
+ * The application is usable in space, provided your phone is space-proof, and you wear a space-suit.
+ * The application can be adapted easily for different starships remote protocols.
+ * For captains only: Crew Information and Evaluation module. (to be found under logs/crew) (Contacts access)
+ * And many more to come ...
RepoType: git
Repo: https://github.com/mlsoft/Trycorder5
diff --git a/metadata/net.debian.debiandroid.yml b/metadata/net.debian.debiandroid.yml
index 005eaef803..37f393617b 100644
--- a/metadata/net.debian.debiandroid.yml
+++ b/metadata/net.debian.debiandroid.yml
@@ -7,13 +7,13 @@ Changelog: https://github.com/uberspot/DebianDroid/blob/HEAD/res/xml/changelog_m
AutoName: DebianDroid
Description: |-
- App for maintainers, uploaders or developers of the Debian community. It
- communicates with the Debian soap and rest api and retrieves information that
- can be useful when you're not in front of your workstation at home or at office.
+ App for maintainers, uploaders or developers of the Debian community. It
+ communicates with the Debian soap and rest api and retrieves information that
+ can be useful when you're not in front of your workstation at home or at office.
- It eases a lot of operations like checking the next DInstall time, submitting a
- new bug report or responding to an existing one, getting info on packages and on
- pending bugs for those packages, etc.
+ It eases a lot of operations like checking the next DInstall time, submitting a
+ new bug report or responding to an existing one, getting info on packages and on
+ pending bugs for those packages, etc.
RepoType: git
Repo: https://github.com/uberspot/DebianDroid.git
diff --git a/metadata/net.e1547.yml b/metadata/net.e1547.yml
index a28075858c..ff472c2d75 100644
--- a/metadata/net.e1547.yml
+++ b/metadata/net.e1547.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: Currently this app can only work with e926.net and e621.net.
- NSFW:
- en-US: There are NSFW images.
+ NonFreeNet:
+ en-US: Currently this app can only work with e926.net and e621.net.
+ NSFW:
+ en-US: There are NSFW images.
Categories:
- Multimedia
License: GPL-3.0-or-later
diff --git a/metadata/net.ebt.muzei.miyazaki.yml b/metadata/net.ebt.muzei.miyazaki.yml
index 6556247556..8049bf58de 100644
--- a/metadata/net.ebt.muzei.miyazaki.yml
+++ b/metadata/net.ebt.muzei.miyazaki.yml
@@ -10,8 +10,8 @@ Changelog: https://github.com/eboudrant/net.ebt.muzei.miyazaki/releases
AutoName: Muzei Ghibli
Description: |-
- Show the pictures from Studio Ghibli in
- https://f-droid.org/packages/net.nurik.roman.muzei.
+ Show the pictures from Studio Ghibli in
+ https://f-droid.org/packages/net.nurik.roman.muzei.
RepoType: git
Repo: https://github.com/eboudrant/net.ebt.muzei.miyazaki
@@ -63,10 +63,10 @@ Builds:
- yes
MaintainerNotes: |-
- UCM mistakenly gets the version code from
- wear/build.gradle (Wear OS app),
- which is greater by 1 than the version code in
- app/build.gradle (Android app).
+ UCM mistakenly gets the version code from
+ wear/build.gradle (Wear OS app),
+ which is greater by 1 than the version code in
+ app/build.gradle (Android app).
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/net.etuldan.sparss.floss.yml b/metadata/net.etuldan.sparss.floss.yml
index 0786bcba53..4fe286ca99 100644
--- a/metadata/net.etuldan.sparss.floss.yml
+++ b/metadata/net.etuldan.sparss.floss.yml
@@ -12,23 +12,23 @@ Changelog: https://github.com/Etuldan/spaRSS/releases
AutoName: spaRSS
Description: |-
- Note: This app has been discontinued.
+ Note: This app has been discontinued.
- Based on https://f-droid.org/packages/net.fred.feedex and https://f-droid.org/packages/de.shandschuh.sparserss, this checks
- RSS/Atom news feeds, polling for updates from the device on a regular basis.
- Fetched items are available for offline reading.
+ Based on https://f-droid.org/packages/net.fred.feedex and https://f-droid.org/packages/de.shandschuh.sparserss, this checks
+ RSS/Atom news feeds, polling for updates from the device on a regular basis.
+ Fetched items are available for offline reading.
- Features:
+ Features:
- * easily add new feeds thanks to the Google News or search feature (you can also subscribe to a new one from the browser via the share feature)
- * light and dark themes
- * offline reading including images and private news
- * import/export the feed list from OPML
- * retrieve the full text of the feed when the content is truncated
- * star your favorite entries
- * search into your articles
- * filter your feed by keywords or regular expressions
- * custom widgets
+ * easily add new feeds thanks to the Google News or search feature (you can also subscribe to a new one from the browser via the share feature)
+ * light and dark themes
+ * offline reading including images and private news
+ * import/export the feed list from OPML
+ * retrieve the full text of the feed when the content is truncated
+ * star your favorite entries
+ * search into your articles
+ * filter your feed by keywords or regular expressions
+ * custom widgets
RepoType: git
Repo: https://github.com/Etuldan/spaRSS.git
diff --git a/metadata/net.everythingandroid.smspopup.yml b/metadata/net.everythingandroid.smspopup.yml
index 3b4dffa6d6..54d311014b 100644
--- a/metadata/net.everythingandroid.smspopup.yml
+++ b/metadata/net.everythingandroid.smspopup.yml
@@ -7,19 +7,19 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=smspopup+d
AutoName: SMS Popup
Description: |-
- NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
+ NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
- Intercepts incoming text messages and displays them in a popup window. The popup
- window shows the contact the message came from and their contact photo (if there
- is one) as well as the content of the message. Directly from the popup the user
- is given the option to Close the popup (marking the message read) or Reply to
- the message (using a system intent).
+ Intercepts incoming text messages and displays them in a popup window. The popup
+ window shows the contact the message came from and their contact photo (if there
+ is one) as well as the content of the message. Directly from the popup the user
+ is given the option to Close the popup (marking the message read) or Reply to
+ the message (using a system intent).
- A full notifications system is included: this allows a user to disable the built
- in messaging app notifications and use those from SMS Popup. The notifications
- system has additional options such as custom vibrate pattern, custom LED color
- and the ability to remind the user of a missed message in case they missed the
- notification the first time it played.
+ A full notifications system is included: this allows a user to disable the built
+ in messaging app notifications and use those from SMS Popup. The notifications
+ system has additional options such as custom vibrate pattern, custom LED color
+ and the ability to remind the user of a missed message in case they missed the
+ notification the first time it played.
RepoType: git
Repo: https://github.com/everythingandroid/android-smspopup
@@ -33,7 +33,7 @@ Builds:
srclibs:
- ViewPagerIndicator@65457eac06
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ViewPagerIndicator$$@'
- project.properties
+ project.properties
- versionName: 1.2.4
versionCode: 124
@@ -43,7 +43,7 @@ Builds:
srclibs:
- ViewPagerIndicator@65457eac06
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ViewPagerIndicator$$@'
- project.properties
+ project.properties
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/net.fred.feedex.yml b/metadata/net.fred.feedex.yml
index da03ac5945..c88dfad3af 100644
--- a/metadata/net.fred.feedex.yml
+++ b/metadata/net.fred.feedex.yml
@@ -11,12 +11,12 @@ IssueTracker: https://github.com/FredJul/Flym/issues
AutoName: Flym
Summary: Feed reader
Description: |-
- Note: These old versions of the app are only kept for historical reasons.
- At https://f-droid.org/packages/net.frju.flym you will get the most recent version, you should definitely
- prefer.
+ Note: These old versions of the app are only kept for historical reasons.
+ At https://f-droid.org/packages/net.frju.flym you will get the most recent version, you should definitely
+ prefer.
- Based on Sparse RSS, this checks RSS/Atom news feeds, polling for updates from
- the device on a regular basis.
+ Based on Sparse RSS, this checks RSS/Atom news feeds, polling for updates from
+ the device on a regular basis.
RepoType: git
Repo: https://github.com/FredJul/Flym.git
diff --git a/metadata/net.frju.flym.yml b/metadata/net.frju.flym.yml
index 3179a3bef7..362e4a7880 100644
--- a/metadata/net.frju.flym.yml
+++ b/metadata/net.frju.flym.yml
@@ -12,23 +12,23 @@ Bitcoin: 3DprwFMg5bXGz8QimyiaoEE7mmCkj2DGf5
AutoName: Flym
Description: |-
- Note: This app has been discontinued.
+ Note: This app has been discontinued.
- Flym News Reader is a simple, modern, totally free (no ads) and opensource
- project which keeps you inform by fetching your websites/blogs and displaying
- them in a mobile-optimized way.
+ Flym News Reader is a simple, modern, totally free (no ads) and opensource
+ project which keeps you inform by fetching your websites/blogs and displaying
+ them in a mobile-optimized way.
- It DOES NOT synchronize with any online feed reader, if you need synchronization
- this app is not for you.
+ It DOES NOT synchronize with any online feed reader, if you need synchronization
+ this app is not for you.
- Features:
+ Features:
- * easily search for new feeds
- * offline reading including images
- * import/export the feed list from OPML
- * retrieve the full text of the feed when the content is truncated
- * star your favorite entries
- * search into your articles
+ * easily search for new feeds
+ * offline reading including images
+ * import/export the feed list from OPML
+ * retrieve the full text of the feed when the content is truncated
+ * star your favorite entries
+ * search into your articles
RepoType: git
Repo: https://github.com/FredJul/Flym.git
diff --git a/metadata/net.gaast.giggity.yml b/metadata/net.gaast.giggity.yml
index c384d80c72..565c06ccb8 100644
--- a/metadata/net.gaast.giggity.yml
+++ b/metadata/net.gaast.giggity.yml
@@ -10,18 +10,18 @@ IssueTracker: https://github.com/Wilm0r/giggity/issues
AutoName: Giggity
Description: |-
- Giggity loads xcal/Pentabarf/frab XML files (that contain schedules of
- conferences/festivals/other events) and lets you browse them in various
- convenient formats.
+ Giggity loads xcal/Pentabarf/frab XML files (that contain schedules of
+ conferences/festivals/other events) and lets you browse them in various
+ convenient formats.
- Preseeded with data for FOSDEM, CCC, FrOSCon and other conferences.
+ Preseeded with data for FOSDEM, CCC, FrOSCon and other conferences.
- Giggity lets you organise your visit - select talks to be reminded of (with
- warnings in case of conflicts) or hide the topics you're less interested in.
- Schedules are shown in whatever format you like - block schedules, plain
- timetables, or a clear now-and-next screen on the day itself.
+ Giggity lets you organise your visit - select talks to be reminded of (with
+ warnings in case of conflicts) or hide the topics you're less interested in.
+ Schedules are shown in whatever format you like - block schedules, plain
+ timetables, or a clear now-and-next screen on the day itself.
- Or just put a widget on your homescreen which will always show you what's next.
+ Or just put a widget on your homescreen which will always show you what's next.
RepoType: git
Repo: https://github.com/Wilm0r/giggity.git
diff --git a/metadata/net.gcompris.full.yml b/metadata/net.gcompris.full.yml
index dedf02b567..16bd4ae795 100644
--- a/metadata/net.gcompris.full.yml
+++ b/metadata/net.gcompris.full.yml
@@ -9,9 +9,9 @@ Donate: https://gcompris.net/donate-en.html
AutoName: GCompris
Description: |-
- GCompris is a high quality educational software suite, including a large number
- of activities for children aged 2 to 10. Some of the activities are game
- orientated, but nonetheless still educational.
+ GCompris is a high quality educational software suite, including a large number
+ of activities for children aged 2 to 10. Some of the activities are game
+ orientated, but nonetheless still educational.
RepoType: git
Repo: https://invent.kde.org/education/gcompris.git
diff --git a/metadata/net.georgewhiteside.android.abstractart.yml b/metadata/net.georgewhiteside.android.abstractart.yml
index bfd9453354..14a94622dc 100644
--- a/metadata/net.georgewhiteside.android.abstractart.yml
+++ b/metadata/net.georgewhiteside.android.abstractart.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeAssets:
- en-US: includes sprites from Earthbound (Mother 2) game
+ NonFreeAssets:
+ en-US: includes sprites from Earthbound (Mother 2) game
Categories:
- Theming
License: GPL-3.0-only
@@ -9,13 +9,13 @@ IssueTracker: https://github.com/gwhiteside/abstract-art/issues
AutoName: Abstract Art
Description: |-
- This live wallpaper recreates the hypnotic tripped-out visuals featured in the
- cult classic SNES game Earthbound (Mother 2). Even if you've never heard of it,
- these animated wallpapers stand on their own. With the hundreds of backgrounds
- available in this tiny < 300kB package, you practically can't afford not to
- download it! Equip it now to give your device sweet visuals with low power
- consumption, and be the first person on your street with a totally boss
- wallpaper that doesn't bust the battery.
+ This live wallpaper recreates the hypnotic tripped-out visuals featured in the
+ cult classic SNES game Earthbound (Mother 2). Even if you've never heard of it,
+ these animated wallpapers stand on their own. With the hundreds of backgrounds
+ available in this tiny < 300kB package, you practically can't afford not to
+ download it! Equip it now to give your device sweet visuals with low power
+ consumption, and be the first person on your street with a totally boss
+ wallpaper that doesn't bust the battery.
RepoType: git
Repo: https://github.com/gwhiteside/abstract-art.git
diff --git a/metadata/net.glsk.wpgen.yml b/metadata/net.glsk.wpgen.yml
index 88832499a7..46fdb22774 100644
--- a/metadata/net.glsk.wpgen.yml
+++ b/metadata/net.glsk.wpgen.yml
@@ -8,9 +8,9 @@ Donate: https://glsk.net/donate/
AutoName: WPGen
Description: |-
- Android app which can generate solid color, diagonal gradient or plasma effect
- static multicolor wallpapers. You can choose from a number of pre-defined colors
- or add your own.
+ Android app which can generate solid color, diagonal gradient or plasma effect
+ static multicolor wallpapers. You can choose from a number of pre-defined colors
+ or add your own.
RepoType: git
Repo: https://gitlab.com/glsk/wpgen.git
diff --git a/metadata/net.gorry.aicia.yml b/metadata/net.gorry.aicia.yml
index 467860f3ff..b2d9aac1c9 100644
--- a/metadata/net.gorry.aicia.yml
+++ b/metadata/net.gorry.aicia.yml
@@ -6,12 +6,12 @@ SourceCode: https://bitbucket-archive.softwareheritage.org/projects/da/dalb8/aic
AutoName: AiCiA
Description: |-
- AiCiA is an Internet Relay Chat (IRC) client with a twin-pane view and
- configurable buttons. It supports multi-server, body rotation and more.
- AiCiA also keeps the connection on background.
+ AiCiA is an Internet Relay Chat (IRC) client with a twin-pane view and
+ configurable buttons. It supports multi-server, body rotation and more.
+ AiCiA also keeps the connection on background.
- Original source code is available via the website (see dist/old): the source
- code page points to an F-Droid contributor's bitbucket.org account.
+ Original source code is available via the website (see dist/old): the source
+ code page points to an F-Droid contributor's bitbucket.org account.
Builds:
- versionName: 2012.1224.1
diff --git a/metadata/net.gorry.android.input.nicownng.yml b/metadata/net.gorry.android.input.nicownng.yml
index 3ec1700829..7bd8e59091 100644
--- a/metadata/net.gorry.android.input.nicownng.yml
+++ b/metadata/net.gorry.android.input.nicownng.yml
@@ -6,9 +6,9 @@ SourceCode: https://bitbucket-archive.softwareheritage.org/projects/da/dalb8/nic
AutoName: nicoWnnG
Description: |-
- IME based on OpenWnn with full qwerty and a variety of Japanese layouts.
+ IME based on OpenWnn with full qwerty and a variety of Japanese layouts.
- Website is in Japanese. Original source is in a zip under dist/old.
+ Website is in Japanese. Original source is in a zip under dist/old.
Builds:
- versionName: 2012.1125.1.1305
diff --git a/metadata/net.haltcondition.anode.yml b/metadata/net.haltcondition.anode.yml
index 342502d016..92a4d2b169 100644
--- a/metadata/net.haltcondition.anode.yml
+++ b/metadata/net.haltcondition.anode.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/tarka/Anode/issues
AutoName: Anode
Description: |-
- Widget to help you keep track of your mobile data usage with Internode, an
- Australian ISP.
+ Widget to help you keep track of your mobile data usage with Internode, an
+ Australian ISP.
RepoType: git
Repo: https://github.com/tarka/Anode
diff --git a/metadata/net.healeys.lexic.yml b/metadata/net.healeys.lexic.yml
index 12e6164fe8..a41ed9cd2e 100644
--- a/metadata/net.healeys.lexic.yml
+++ b/metadata/net.healeys.lexic.yml
@@ -5,8 +5,8 @@ WebSite: http://lexic-games.com
SourceCode: https://archive.softwareheritage.org/browse/origin/https://lexic.googlecode.com/hg//directory/
Description: |-
- A word game where you have 3 minutes to find as many words as possible on a grid
- of random letters.
+ A word game where you have 3 minutes to find as many words as possible on a grid
+ of random letters.
Builds:
- versionName: 0.8.1
diff --git a/metadata/net.i2p.android.router.yml b/metadata/net.i2p.android.router.yml
index 976abe6e00..c03fa2afff 100644
--- a/metadata/net.i2p.android.router.yml
+++ b/metadata/net.i2p.android.router.yml
@@ -9,10 +9,10 @@ Translation: https://www.transifex.com/otf/I2P/
AutoName: I2P
Description: |-
- I2P is an anonymizing network, offering a simple layer that identity-sensitive
- applications can use to securely communicate. All data is wrapped with several
- layers of encryption, and the network is both distributed and dynamic, with no
- trusted parties.
+ I2P is an anonymizing network, offering a simple layer that identity-sensitive
+ applications can use to securely communicate. All data is wrapped with several
+ layers of encryption, and the network is both distributed and dynamic, with no
+ trusted parties.
RepoType: git
Repo: https://github.com/i2p/i2p.android.base.git
diff --git a/metadata/net.iexos.musicalarm.yml b/metadata/net.iexos.musicalarm.yml
index ba09f01086..7e1b2606e5 100644
--- a/metadata/net.iexos.musicalarm.yml
+++ b/metadata/net.iexos.musicalarm.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/iexos/BipolAlarm/issues
AutoName: BipolAlarm
Description: |-
- This alarm clock operates in 2 stages. It first starts playing music from a
- chosen playlist. After a set delay, if the alarm is not dismissed, a regular
- ringing alarm will start.
+ This alarm clock operates in 2 stages. It first starts playing music from a
+ chosen playlist. After a set delay, if the alarm is not dismissed, a regular
+ ringing alarm will start.
RepoType: git
Repo: https://github.com/iexos/BipolAlarm
diff --git a/metadata/net.imatruck.betterweather.yml b/metadata/net.imatruck.betterweather.yml
index f0f7f45aed..b5561ef0f0 100644
--- a/metadata/net.imatruck.betterweather.yml
+++ b/metadata/net.imatruck.betterweather.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: OpenWeatherMap service itself is not open source
+ NonFreeNet:
+ en-US: OpenWeatherMap service itself is not open source
Categories:
- Theming
License: Apache-2.0
@@ -14,26 +14,26 @@ Changelog: https://github.com/MarcDufresne/BetterWeather/blob/HEAD/CHANGELOG.md
AutoName: BetterWeather
Summary: DashClock extension
Description: |-
- WARNING: OpenWeatherMap now requires API keys, thus we can no longer build
- recent versions. Old versions are still available but will cease to function in
- the future.
+ WARNING: OpenWeatherMap now requires API keys, thus we can no longer build
+ recent versions. Old versions are still available but will cease to function in
+ the future.
- Based on the weather extension included with https://f-droid.org/packages/net.nurik.roman.dashclock. It
- also contains more weather status icons than the original extension
- (Thunderstorms, Mostly Cloudy, Hail, etc.) and multiple icon themes (Climacons,
- Weathercons and Chameleon icon packs).
+ Based on the weather extension included with https://f-droid.org/packages/net.nurik.roman.dashclock. It
+ also contains more weather status icons than the original extension
+ (Thunderstorms, Mostly Cloudy, Hail, etc.) and multiple icon themes (Climacons,
+ Weathercons and Chameleon icon packs).
- Full feature list includes:
+ Full feature list includes:
- * Manual or automatic location;
- * Refresh on touch;
- * Custom shortcut on touch;
- * Forecasts;
- * Wind speed and wind chill;
- * Humidity level;
- * Lots of icons
+ * Manual or automatic location;
+ * Refresh on touch;
+ * Custom shortcut on touch;
+ * Forecasts;
+ * Wind speed and wind chill;
+ * Humidity level;
+ * Lots of icons
- NonFreeNet: OpenWeatherMap service itself is not open source.
+ NonFreeNet: OpenWeatherMap service itself is not open source.
RepoType: git
Repo: https://github.com/MarcDufresne/BetterWeather.git
diff --git a/metadata/net.iowaline.dotdash.yml b/metadata/net.iowaline.dotdash.yml
index 2a866b5598..5ad6d199d7 100644
--- a/metadata/net.iowaline.dotdash.yml
+++ b/metadata/net.iowaline.dotdash.yml
@@ -10,28 +10,28 @@ Changelog: https://github.com/agwells/dotdash-keyboard-android/releases
AutoName: DotDash Keyboard
Description: |-
- A Morse code keyboard, specifically designed for phones with small screens and
- slow CPUs. DotDash uses "untimed" Morse code so that CPU lag or stuttering won't
- interfere with input. With DotDash you can touchtype, error-free, on most
- Android phones.
+ A Morse code keyboard, specifically designed for phones with small screens and
+ slow CPUs. DotDash uses "untimed" Morse code so that CPU lag or stuttering won't
+ interfere with input. With DotDash you can touchtype, error-free, on most
+ Android phones.
- 1. Type a letter by entering its series of dots and dashes 2. Press Space to end
- a letter and move on to the next one 3. Press Space twice to insert a space
- between words 4. Press Delete to clear the letter in progress, or delete the
- last letter typed if there is no letter in progress 5. Type the symbol ".-.-"
- for the Enter key
+ 1. Type a letter by entering its series of dots and dashes 2. Press Space to end
+ a letter and move on to the next one 3. Press Space twice to insert a space
+ between words 4. Press Delete to clear the letter in progress, or delete the
+ last letter typed if there is no letter in progress 5. Type the symbol ".-.-"
+ for the Enter key
- DotDash keyboard includes a Morse code cheat sheet, which can be accessed by
- swiping up off the keyboard. It includes the standard English Morse code
- alphabet, plus custom expansions to encompass most of the keys on a standard
- QWERTY keyboard.
+ DotDash keyboard includes a Morse code cheat sheet, which can be accessed by
+ swiping up off the keyboard. It includes the standard English Morse code
+ alphabet, plus custom expansions to encompass most of the keys on a standard
+ QWERTY keyboard.
- Additional features are available in the OS's keyboard settings screen (under
- "Language & Input" on most Android versions):
+ Additional features are available in the OS's keyboard settings screen (under
+ "Language & Input" on most Android versions):
- * A utility keyboard with non-Morse characters and arrow keys, accessible by swiping to the side
- * Toggle auto-capitalization on or off
- * Change the "Enter" symbol between ".-.-" and ".-.-.."
+ * A utility keyboard with non-Morse characters and arrow keys, accessible by swiping to the side
+ * Toggle auto-capitalization on or off
+ * Change the "Enter" symbol between ".-.-" and ".-.-.."
RepoType: git
Repo: https://github.com/agwells/dotdash-keyboard-android.git
diff --git a/metadata/net.ivpn.client.yml b/metadata/net.ivpn.client.yml
index 696f14f8f8..f703cb4f62 100644
--- a/metadata/net.ivpn.client.yml
+++ b/metadata/net.ivpn.client.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on the IVPN VPN service.
+ NonFreeNet:
+ en-US: Depends on the IVPN VPN service.
Categories:
- Security
License: GPL-3.0-only
diff --git a/metadata/net.jakevossen.apollotrivia.yml b/metadata/net.jakevossen.apollotrivia.yml
index c92b7737be..c179b402ec 100644
--- a/metadata/net.jakevossen.apollotrivia.yml
+++ b/metadata/net.jakevossen.apollotrivia.yml
@@ -9,11 +9,11 @@ IssueTracker: https://github.com/jakevossen5/Apollo-Trivia/issues
AutoName: Apollo Trivia
Description: |-
- NOTE: This app is no longer maintained (its repo was archived).
+ NOTE: This app is no longer maintained (its repo was archived).
- This app was developed just to help me learn more about Android programming and
- I really wanted to know more about the Apollo missions. So I knocked out two
- birds with one stone and did this.
+ This app was developed just to help me learn more about Android programming and
+ I really wanted to know more about the Apollo missions. So I knocked out two
+ birds with one stone and did this.
RepoType: git
Repo: https://github.com/jakevossen5/Apollo-Trivia.git
diff --git a/metadata/net.jaqpot.netcounter.yml b/metadata/net.jaqpot.netcounter.yml
index f0618a4ec9..603d9cc5ec 100644
--- a/metadata/net.jaqpot.netcounter.yml
+++ b/metadata/net.jaqpot.netcounter.yml
@@ -5,9 +5,9 @@ SourceCode: http://www.jaqpot.net/netcounter
AutoName: NetCounter
Description: |-
- NetCounter keeps track of your bandwidth usage (both cell and Wi-Fi) and
- displays it to you in an easy to read format. It can also alert you when you
- reach a predefined limit.
+ NetCounter keeps track of your bandwidth usage (both cell and Wi-Fi) and
+ displays it to you in an easy to read format. It can also alert you when you
+ reach a predefined limit.
RepoType: git-svn
Repo: http://www.jaqpot.net/svn/android/netcounter;trunk=trunk;tags=tags
diff --git a/metadata/net.jjc1138.android.scrobbler.yml b/metadata/net.jjc1138.android.scrobbler.yml
index f75c92bf97..a5649e0d32 100644
--- a/metadata/net.jjc1138.android.scrobbler.yml
+++ b/metadata/net.jjc1138.android.scrobbler.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/JJC1138/scrobbledroid/issues
AutoName: Scrobble Droid
Description: |-
- Last.fm only: check out https://f-droid.org/packages/com.adam.aslfms for Libre.fm scrobbling. Requires a
- compatible audio player to work e.g. the basic Android music player. The
- Scrobbledroid API
- documentation is on the website.
+ Last.fm only: check out https://f-droid.org/packages/com.adam.aslfms for Libre.fm scrobbling. Requires a
+ compatible audio player to work e.g. the basic Android music player. The
+ Scrobbledroid API
+ documentation is on the website.
RepoType: git
Repo: https://github.com/JJC1138/scrobbledroid
diff --git a/metadata/net.justdave.nwsweatheralertswidget.yml b/metadata/net.justdave.nwsweatheralertswidget.yml
index 3561f6a8cc..e423a6e4eb 100644
--- a/metadata/net.justdave.nwsweatheralertswidget.yml
+++ b/metadata/net.justdave.nwsweatheralertswidget.yml
@@ -9,17 +9,17 @@ Changelog: https://github.com/justdave/nwsweatheralertswidget/releases
AutoName: NWS Weather Alerts Widget
Description: |-
- Android home screen widget to display current weather alerts from the US
- National Weather Service.
+ Android home screen widget to display current weather alerts from the US
+ National Weather Service.
- You can choose a county or state within the US (or the entire US) and it will
- display a list of all of the current weather alerts for that area on the widget.
- If there's more than fits, the list scrolls, and you can tap on an alert to open
- the full text of the alert. There is an accompanying app which can be used to
- configure what area you want and shows the raw feed data if you're really
- curious (though that part was mostly there for debugging, and might go away one
- of these days now that it all works). It does not currently do audible alerts
- (or any alerts), but that's probably coming soon.
+ You can choose a county or state within the US (or the entire US) and it will
+ display a list of all of the current weather alerts for that area on the widget.
+ If there's more than fits, the list scrolls, and you can tap on an alert to open
+ the full text of the alert. There is an accompanying app which can be used to
+ configure what area you want and shows the raw feed data if you're really
+ curious (though that part was mostly there for debugging, and might go away one
+ of these days now that it all works). It does not currently do audible alerts
+ (or any alerts), but that's probably coming soon.
RepoType: git
Repo: https://github.com/justdave/nwsweatheralertswidget.git
diff --git a/metadata/net.kervala.comicsreader.yml b/metadata/net.kervala.comicsreader.yml
index 3fef5aa1c3..444f36e30f 100644
--- a/metadata/net.kervala.comicsreader.yml
+++ b/metadata/net.kervala.comicsreader.yml
@@ -7,17 +7,17 @@ IssueTracker: https://dev.kervala.net/projects/comicsreader/issues
AutoName: Comics Reader
Description: |-
- N.B No cbr (rar archive) support in F-Droid build.
+ N.B No cbr (rar archive) support in F-Droid build.
- * Can be used to open cbz, cbt; jpeg, png and gif from any file manager.
- * Comics browser with thumbnails.
- * Bookmarks manager to download albums from remote sites.
- * Fast pages switcher with pages previews.
- * Double pages mode.
- * Fling gesture to change page with smooth animation.
- * Fullscreen for devices with physical buttons.
- * Use lower quality images (resolution is decreased) if any out of memory exception occurs.
- * Available in English, French & Turkish languages (any translators are welcome to contribute ^^)
+ * Can be used to open cbz, cbt; jpeg, png and gif from any file manager.
+ * Comics browser with thumbnails.
+ * Bookmarks manager to download albums from remote sites.
+ * Fast pages switcher with pages previews.
+ * Double pages mode.
+ * Fling gesture to change page with smooth animation.
+ * Fullscreen for devices with physical buttons.
+ * Use lower quality images (resolution is decreased) if any out of memory exception occurs.
+ * Available in English, French & Turkish languages (any translators are welcome to contribute ^^)
RepoType: hg
Repo: https://hg.kervala.net/comicsreader/
diff --git a/metadata/net.khertan.forrunners.yml b/metadata/net.khertan.forrunners.yml
index c2f2a83bf7..14d761d834 100644
--- a/metadata/net.khertan.forrunners.yml
+++ b/metadata/net.khertan.forrunners.yml
@@ -11,16 +11,16 @@ Bitcoin: 1s38rpyuJvfvcRFaESZmVSp6EYpVLEDWU
AutoName: ForRunners
Description: |-
- Personnal tracking app for your running or other outside sports which respect
- your privacy.
+ Personnal tracking app for your running or other outside sports which respect
+ your privacy.
- * Use low resource
- * Respect your privacy
- * Bluetooth 4.0 HearthRate, PowerMeter support
- * Speech synthesis
- * Modern look & feel
- * Interval running help
- * Record equipment usage
+ * Use low resource
+ * Respect your privacy
+ * Bluetooth 4.0 HearthRate, PowerMeter support
+ * Speech synthesis
+ * Modern look & feel
+ * Interval running help
+ * Record equipment usage
RepoType: git
Repo: https://gitlab.com/brvier/ForRunners.git
diff --git a/metadata/net.kismetwireless.android.smarterwifimanager.yml b/metadata/net.kismetwireless.android.smarterwifimanager.yml
index a0c96a85ca..7f040617c8 100644
--- a/metadata/net.kismetwireless.android.smarterwifimanager.yml
+++ b/metadata/net.kismetwireless.android.smarterwifimanager.yml
@@ -7,9 +7,9 @@ Donate: https://kismetwireless.net/#support
AutoName: Smarter Wi-Fi Manager
Description: |-
- Manages your device's WiFi connection by automatically learning where you use
- networks. WiFi is only enabled when you are in a location you have previously
- used WiFi, increasing battery life, security, and privacy.
+ Manages your device's WiFi connection by automatically learning where you use
+ networks. WiFi is only enabled when you are in a location you have previously
+ used WiFi, increasing battery life, security, and privacy.
RepoType: git
Repo: https://www.kismetwireless.net/git/android-smarterwifi.git
@@ -59,8 +59,8 @@ Builds:
- standard
MaintainerNotes: |-
- Version information are stored in gradle variables, so our update checks
- don't detect them now.
+ Version information are stored in gradle variables, so our update checks
+ don't detect them now.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/net.kourlas.voipms_sms.yml b/metadata/net.kourlas.voipms_sms.yml
index 668bce0fab..2ba0f26dd7 100644
--- a/metadata/net.kourlas.voipms_sms.yml
+++ b/metadata/net.kourlas.voipms_sms.yml
@@ -38,7 +38,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/google-services/d' -e '/firebase/d' -e '/play-services/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.5.3-fdroid
versionCode: 117
@@ -47,7 +47,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/google-services/d' -e '/firebase/d' -e '/play-services/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.6.1-fdroid
versionCode: 119
@@ -56,7 +56,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/google-services/d' -e '/firebase/d' -e '/play-services/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.6.4-fdroid
versionCode: 122
@@ -72,7 +72,7 @@ Builds:
gradle:
- fdroidFull
prebuild: sed -i -e '/google-services/d' -e '/fabric/d' -e '/whenTaskAdded/,+6d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.6.6-fdroid
versionCode: 124
@@ -81,7 +81,7 @@ Builds:
gradle:
- fdroidFull
prebuild: sed -i -e '/google-services/d' -e '/fabric/d' -e '/whenTaskAdded/,+6d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.6.7-fdroid
versionCode: 125
@@ -90,7 +90,7 @@ Builds:
gradle:
- fdroidFull
prebuild: sed -i -e '/google-services/d' -e '/fabric/d' -e '/whenTaskAdded/,+6d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.6.8-fdroid
versionCode: 126
@@ -99,7 +99,7 @@ Builds:
gradle:
- fdroidFull
prebuild: sed -i -e '/google-services/d' -e '/fabric/d' -e '/whenTaskAdded/,+6d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.6.9-fdroid
versionCode: 127
@@ -108,7 +108,7 @@ Builds:
gradle:
- fdroidFull
prebuild: sed -i -e '/google-services/d' -e '/fabric/d' -e '/whenTaskAdded/,+6d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.6.10-fdroid
versionCode: 128
@@ -117,7 +117,7 @@ Builds:
gradle:
- fdroidFull
prebuild: sed -i -e '/google-services/d' -e '/fabric/d' -e '/whenTaskAdded/,+6d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.6.13-fdroid
versionCode: 133
@@ -126,7 +126,7 @@ Builds:
gradle:
- fdroidFull
prebuild: sed -i -e '/google-services/d' -e '/fabric/d' -e '/whenTaskAdded/,+6d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.6.14-fdroid
versionCode: 134
@@ -135,7 +135,7 @@ Builds:
gradle:
- fdroidFull
prebuild: sed -i -e '/google-services/d' -e '/fabric/d' -e '/whenTaskAdded/,+6d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.6.16-fdroid
versionCode: 136
@@ -144,7 +144,7 @@ Builds:
gradle:
- fdroidFull
prebuild: sed -i -e '/google-services/d' -e '/fabric/d' -e '/whenTaskAdded/,+6d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.6.18-fdroid
versionCode: 138
@@ -153,7 +153,7 @@ Builds:
gradle:
- fdroidFull
prebuild: sed -i -e '/google-services/d' -e '/fabric/d' -e '/whenTaskAdded/,+6d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.6.19-fdroid
versionCode: 139
@@ -162,7 +162,7 @@ Builds:
gradle:
- fdroidFull
prebuild: sed -i -e '/google-services/d' -e '/fabric/d' -e '/whenTaskAdded/,+6d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.6.20-fdroid
versionCode: 140
@@ -171,7 +171,7 @@ Builds:
gradle:
- fdroidFull
prebuild: sed -i -e '/google-services/d' -e '/fabric/d' -e '/whenTaskAdded/,+6d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.6.21-fdroid
versionCode: 142
@@ -180,7 +180,7 @@ Builds:
gradle:
- fdroidFull
prebuild: sed -i -e '/google-services/d' -e '/fabric/d' -e '/whenTaskAdded/,+10d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.6.22-fdroid
versionCode: 143
@@ -193,7 +193,7 @@ Builds:
gradle:
- fdroidFull
prebuild: sed -i -e '/google-services/d' -e '/fabric/d' -e '/whenTaskAdded/,+10d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.6.23-fdroid
versionCode: 144
@@ -206,7 +206,7 @@ Builds:
gradle:
- fdroidFull
prebuild: sed -i -e '/google-services/d' -e '/fabric/d' -e '/whenTaskAdded/,+10d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
- versionName: 0.6.24-fdroid
versionCode: 145
@@ -219,7 +219,7 @@ Builds:
gradle:
- fdroidFull
prebuild: sed -i -e '/google-services/d' -e '/firebase.crashlytics/d' -e '/firebase-crashlytics/d'
- -e '/whenTaskAdded/,+7d' build.gradle ../build.gradle
+ -e '/whenTaskAdded/,+7d' build.gradle ../build.gradle
- versionName: 0.6.25-fdroid
versionCode: 146
@@ -232,7 +232,7 @@ Builds:
gradle:
- fdroidFull
prebuild: sed -i -e '/google-services/d' -e '/firebase.crashlytics/d' -e '/firebase-crashlytics/d'
- -e '/whenTaskAdded/,+7d' build.gradle ../build.gradle
+ -e '/whenTaskAdded/,+7d' build.gradle ../build.gradle
AutoUpdateMode: Version +-fdroid v%v
UpdateCheckMode: Tags
diff --git a/metadata/net.lardcave.keepassnfc.yml b/metadata/net.lardcave.keepassnfc.yml
index 91529233f7..b34ecfcb4a 100644
--- a/metadata/net.lardcave.keepassnfc.yml
+++ b/metadata/net.lardcave.keepassnfc.yml
@@ -10,11 +10,11 @@ IssueTracker: https://github.com/nfd/KeePassNFC/issues
AutoName: KeePass NFC
Description: |-
- For use with https://f-droid.org/packages/com.android.keepass.
+ For use with https://f-droid.org/packages/com.android.keepass.
- KeePass NFC lets you use a rewritable NFC tag to unlock your
- KeePassDroid database. It includes the functionality to write the NFC tag
- as well as to unlock KeePassDroid when reading the tag.
+ KeePass NFC lets you use a rewritable NFC tag to unlock your
+ KeePassDroid database. It includes the functionality to write the NFC tag
+ as well as to unlock KeePassDroid when reading the tag.
RepoType: git
Repo: https://github.com/nfd/KeePassNFC.git
diff --git a/metadata/net.loeuillet.wifi_eap_sim_conf.yml b/metadata/net.loeuillet.wifi_eap_sim_conf.yml
index 4ec282ded7..3ce39b90b8 100644
--- a/metadata/net.loeuillet.wifi_eap_sim_conf.yml
+++ b/metadata/net.loeuillet.wifi_eap_sim_conf.yml
@@ -9,9 +9,9 @@ IssueTracker: https://github.com/SLoeuillet/WIFI_EAP_SIM_Conf/issues
AutoName: WIFI_EAP_SIM_Conf
Description: |-
- Configuration tool for WiFi EAP-SIM. Only tested with Free Mobile (France).
+ Configuration tool for WiFi EAP-SIM. Only tested with Free Mobile (France).
- Warning: This is sill an alpha release.
+ Warning: This is sill an alpha release.
RepoType: git
Repo: https://github.com/SLoeuillet/WIFI_EAP_SIM_Conf
diff --git a/metadata/net.logomancy.dashquotes.civ5.yml b/metadata/net.logomancy.dashquotes.civ5.yml
index 77cd5f068d..cd07bfb812 100644
--- a/metadata/net.logomancy.dashquotes.civ5.yml
+++ b/metadata/net.logomancy.dashquotes.civ5.yml
@@ -7,9 +7,9 @@ IssueTracker: https://github.com/logomancer/dashquotes-civ5/issues
Name: 'DashClock: Civilization V Quotes'
Description: |-
- A DashClock extension to display random quote from the game Civilization V
- on the lock screen. Click on the widget to see the full quote or to copy it
- to the clipboard.
+ A DashClock extension to display random quote from the game Civilization V
+ on the lock screen. Click on the widget to see the full quote or to copy it
+ to the clipboard.
RepoType: git
Repo: https://github.com/logomancer/dashquotes-civ5.git
@@ -23,7 +23,7 @@ Builds:
rm:
- libs/dashclock-api-r2.0.jar
prebuild: echo 'source.dir=src;$$DashClock$$/api/src/main/java; $$DashClock$$/api/src/main/aidl'
- >> project.properties
+ >> project.properties
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/net.logomancy.diedroid.yml b/metadata/net.logomancy.diedroid.yml
index 1575fa413a..d26df57f0b 100644
--- a/metadata/net.logomancy.diedroid.yml
+++ b/metadata/net.logomancy.diedroid.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/logomancer/diedroid/issues
AutoName: DieDroid
Description: |-
- This is an Android application for a dice roller suitable for many different
- purposes, but was designed as a tool for pen-and-paper RPGs. Includes a general
- dice roller, a dice pool roller that counts successes, and an ability score
- roller to roll stats for characters.
+ This is an Android application for a dice roller suitable for many different
+ purposes, but was designed as a tool for pen-and-paper RPGs. Includes a general
+ dice roller, a dice pool roller that counts successes, and an ability score
+ roller to roll stats for characters.
RepoType: git
Repo: https://github.com/logomancer/diedroid
@@ -22,7 +22,7 @@ Builds:
srclibs:
- ActionBarSherlock@4.2.0
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
- versionName: 1.4.1
versionCode: 10
diff --git a/metadata/net.luniks.android.inetify.yml b/metadata/net.luniks.android.inetify.yml
index 49c96f25cf..18d472453f 100644
--- a/metadata/net.luniks.android.inetify.yml
+++ b/metadata/net.luniks.android.inetify.yml
@@ -5,15 +5,15 @@ SourceCode: https://bitbucket.org/bitdode/inetify
AutoName: Inetify
Description: |-
- Inetify is an Android tool providing two features related to Wifi networks:
- 1.Give a notification if a Wifi network does not provide internet access.
- 2.Automatically activate Wifi when near a Wifi network and deactivate it
- otherwise: this is experimental and will use GPS when necessary, thus draining
- the battery
+ Inetify is an Android tool providing two features related to Wifi networks:
+ 1.Give a notification if a Wifi network does not provide internet access.
+ 2.Automatically activate Wifi when near a Wifi network and deactivate it
+ otherwise: this is experimental and will use GPS when necessary, thus draining
+ the battery
- N.B It isn't possible to view your position on a map because Google Maps
- is the only map source and f-droid can't supply an API key to use it. If you
- need to use Google Maps install the developer's build from the website.
+ N.B It isn't possible to view your position on a map because Google Maps
+ is the only map source and f-droid can't supply an API key to use it. If you
+ need to use Google Maps install the developer's build from the website.
RepoType: git
Repo: https://bitbucket.org/bitdode/inetify.git
diff --git a/metadata/net.mabako.steamgifts.yml b/metadata/net.mabako.steamgifts.yml
index c6a574a017..864ab280a6 100644
--- a/metadata/net.mabako.steamgifts.yml
+++ b/metadata/net.mabako.steamgifts.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: SteamGifts itself is not libre.
+ NonFreeNet:
+ en-US: SteamGifts itself is not libre.
Categories:
- Internet
License: MIT
@@ -13,13 +13,13 @@ Bitcoin: 1NQBKppWPZiE5PshLxqfFW4pgsnAv9irEu
Name: sg for SteamGifts
Description: |-
- Browse giveaways and discussions on SteamGifts.
+ Browse giveaways and discussions on SteamGifts.
- * browse, search, enter and comment on giveaways
- * filter giveaways by type, levels, points and entries
- * view and search through Discussions
- * manage your account
- * SGTools.info integration
+ * browse, search, enter and comment on giveaways
+ * filter giveaways by type, levels, points and entries
+ * view and search through Discussions
+ * manage your account
+ * SGTools.info integration
RepoType: git
Repo: https://github.com/SteamGifts/SteamGifts
diff --git a/metadata/net.mafro.android.wakeonlan.yml b/metadata/net.mafro.android.wakeonlan.yml
index d247dbeebf..3d6e2f1098 100644
--- a/metadata/net.mafro.android.wakeonlan.yml
+++ b/metadata/net.mafro.android.wakeonlan.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/mafrosis/Wake-On-Lan/issues
AutoName: Wake On Lan
Summary: Send Wake-On-Lan magic packets
Description: |-
- Sends Wake-On-Lan magic packets, that can turn on your computer. This feature
- needs to be enabled in the BIOS as explained on the website.
+ Sends Wake-On-Lan magic packets, that can turn on your computer. This feature
+ needs to be enabled in the BIOS as explained on the website.
RepoType: git
Repo: https://github.com/mafrosis/Wake-On-Lan.git
diff --git a/metadata/net.majorkernelpanic.spydroid.yml b/metadata/net.majorkernelpanic.spydroid.yml
index a9d267fa08..bb236b3e2e 100644
--- a/metadata/net.majorkernelpanic.spydroid.yml
+++ b/metadata/net.majorkernelpanic.spydroid.yml
@@ -11,25 +11,25 @@ IssueTracker: https://github.com/fyhertz/spydroid-ipcamera/issues
AutoName: Spydroid
Description: |-
- * The stream can be directly read by VLC
- * You can enable/disable sound or video streaming
- * The resolution, the bitrate and the framerate of the stream can be configured
- * The flash can be controlled remotly !
- * You can choose between the back facing camera and the front facing camera
- * You can make the phone vibrate remotely
- * You can see the battery level of the phone
+ * The stream can be directly read by VLC
+ * You can enable/disable sound or video streaming
+ * The resolution, the bitrate and the framerate of the stream can be configured
+ * The flash can be controlled remotly !
+ * You can choose between the back facing camera and the front facing camera
+ * You can make the phone vibrate remotely
+ * You can see the battery level of the phone
- Requirements:
+ Requirements:
- * H.263: should work on phones that supports h263
- * H.264: should work on phones that supports h264
- * AMR: should work everywhere !
+ * H.263: should work on phones that supports h263
+ * H.264: should work on phones that supports h264
+ * AMR: should work everywhere !
- Proprietary Google libraries removed in all but v4.2.
+ Proprietary Google libraries removed in all but v4.2.
- Anti-Features:
+ Anti-Features:
- * Tracking - the on device webpage (HTTP server in settings) loads scripts from Facebook and Google
+ * Tracking - the on device webpage (HTTP server in settings) loads scripts from Facebook and Google
RepoType: git
Repo: https://github.com/fyhertz/spydroid-ipcamera
diff --git a/metadata/net.mcarolan.whenzebus.yml b/metadata/net.mcarolan.whenzebus.yml
index f804411cac..5aa7034f10 100644
--- a/metadata/net.mcarolan.whenzebus.yml
+++ b/metadata/net.mcarolan.whenzebus.yml
@@ -6,11 +6,11 @@ IssueTracker: https://github.com/mcarolan/when-ze-bus/issues
AutoName: When Ze Bus
Description: |-
- Checks the predicted arrival times of London buses.
+ Checks the predicted arrival times of London buses.
- Required Permissions:
+ Required Permissions:
- * Network: Receive predictions and bus stop information from TFL
+ * Network: Receive predictions and bus stop information from TFL
RepoType: git
Repo: https://github.com/mcarolan/when-ze-bus
diff --git a/metadata/net.micode.fileexplorer.yml b/metadata/net.micode.fileexplorer.yml
index 7affe464f2..94bd57ecdb 100644
--- a/metadata/net.micode.fileexplorer.yml
+++ b/metadata/net.micode.fileexplorer.yml
@@ -6,11 +6,11 @@ IssueTracker: https://github.com/MiCode/FileExplorer/issues
AutoName: File Explorer
Description: |-
- Manage and open files on the phone or access them wirelessly on your computer
- via the built in ftp server. This project is part of the MiCode organization on
- GitHub.
+ Manage and open files on the phone or access them wirelessly on your computer
+ via the built in ftp server. This project is part of the MiCode organization on
+ GitHub.
- N.B. Website is in Chinese
+ N.B. Website is in Chinese
RepoType: git
Repo: https://github.com/MiCode/FileExplorer.git
diff --git a/metadata/net.micode.soundrecorder.yml b/metadata/net.micode.soundrecorder.yml
index 1cce30e435..4348bd6218 100644
--- a/metadata/net.micode.soundrecorder.yml
+++ b/metadata/net.micode.soundrecorder.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/MiCode/SoundRecorder/issues
AutoName: Sound Recorder
Description: |-
- Simple sound recorder from the MiCode project.
+ Simple sound recorder from the MiCode project.
- Uses AMR encoder which is part of Android though patent-encumbered, but a
- license to use it probably comes with your device.
+ Uses AMR encoder which is part of Android though patent-encumbered, but a
+ license to use it probably comes with your device.
RepoType: git
Repo: https://github.com/MiCode/SoundRecorder.git
diff --git a/metadata/net.minetest.minetest.yml b/metadata/net.minetest.minetest.yml
index bbf83acc84..a082576b2e 100644
--- a/metadata/net.minetest.minetest.yml
+++ b/metadata/net.minetest.minetest.yml
@@ -12,19 +12,19 @@ Liberapay: celeron55
Name: Minetest
AutoName: Minetest
Description: |-
- Minetest is a near infinite world block sandbox game and a game engine, inspired
- by InfiniMiner, Minecraft and the like.
+ Minetest is a near infinite world block sandbox game and a game engine, inspired
+ by InfiniMiner, Minecraft and the like.
- Features:
+ Features:
- * Explore, dig and build in a voxel world, and craft stuff from raw materials to help you along the way.
- * Play with your friends on public servers or self hosted servers
- * Easy plugin based Modding API used to add blocks, tools and features to the game.
- * Voxel based lighting with gameplay consequences (light caves and buildings with torches)
- * Almost infinite world and several beautiful map generators.
- * Runs natively on Windows, Linux, OS X, FreeBSD and Android
- * Supports multiple languages, translated by the community.
- * A constant development to add new functionalities for end-users
+ * Explore, dig and build in a voxel world, and craft stuff from raw materials to help you along the way.
+ * Play with your friends on public servers or self hosted servers
+ * Easy plugin based Modding API used to add blocks, tools and features to the game.
+ * Voxel based lighting with gameplay consequences (light caves and buildings with torches)
+ * Almost infinite world and several beautiful map generators.
+ * Runs natively on Windows, Linux, OS X, FreeBSD and Android
+ * Supports multiple languages, translated by the community.
+ * A constant development to add new functionalities for end-users
RepoType: git
Repo: https://github.com/minetest/minetest.git
diff --git a/metadata/net.momodalo.app.vimtouch.yml b/metadata/net.momodalo.app.vimtouch.yml
index 6184e660bc..d9f7a9d4aa 100644
--- a/metadata/net.momodalo.app.vimtouch.yml
+++ b/metadata/net.momodalo.app.vimtouch.yml
@@ -8,16 +8,16 @@ IssueTracker: https://github.com/momodalo/vimtouch/issues
Name: VIMTouch
Description: |-
- * Touch to move cursor
- * Fling to scroll
- * Swipe to zoom
- * Two-fingers gesture to zoom in/out
- * Unicode and multi-byte
- * Single tap to send "ESC"
- * Read email attachments
- * Single instance to open multiple files in vim windows
- * Real VIM runtime
- * Customizable VIM runtime (ex: can install syntax, doc, plugins)
+ * Touch to move cursor
+ * Fling to scroll
+ * Swipe to zoom
+ * Two-fingers gesture to zoom in/out
+ * Unicode and multi-byte
+ * Single tap to send "ESC"
+ * Read email attachments
+ * Single instance to open multiple files in vim windows
+ * Real VIM runtime
+ * Customizable VIM runtime (ex: can install syntax, doc, plugins)
RepoType: git
Repo: https://github.com/momodalo/vimtouch.git
diff --git a/metadata/net.mullvad.mullvadvpn.yml b/metadata/net.mullvad.mullvadvpn.yml
index 7c89d6bb29..1072d49f26 100644
--- a/metadata/net.mullvad.mullvadvpn.yml
+++ b/metadata/net.mullvad.mullvadvpn.yml
@@ -159,7 +159,7 @@ Builds:
- ios
- windows
prebuild: sed -i -e 's|Repositories.GradlePlugins|"https://plugins.gradle.org/m2/"|'
- ../build.gradle.kts
+ ../build.gradle.kts
build:
- NDK_PATH="$$NDK$$" source ../fdroid-build/env.sh
- ../../build-apk.sh --fdroid
@@ -180,7 +180,7 @@ Builds:
- ios
- windows
prebuild: sed -i -e 's|Repositories.GradlePlugins|"https://plugins.gradle.org/m2/"|'
- ../build.gradle.kts
+ ../build.gradle.kts
build:
- NDK_PATH="$$NDK$$" source ../fdroid-build/env.sh
- ../../build-apk.sh --fdroid
@@ -203,7 +203,7 @@ Builds:
- windows
- building/sigstore
prebuild: sed -i -e 's|Repositories.GradlePlugins|"https://plugins.gradle.org/m2/"|'
- ../build.gradle.kts
+ ../build.gradle.kts
build:
- NDK_PATH="$$NDK$$" source ../fdroid-build/env.sh
- ../../build-apk.sh --fdroid
@@ -226,7 +226,7 @@ Builds:
- windows
- building/sigstore
prebuild: sed -i -e 's|Repositories.GradlePlugins|"https://plugins.gradle.org/m2/"|'
- ../build.gradle.kts
+ ../build.gradle.kts
build:
- NDK_PATH="$$NDK$$" source ../fdroid-build/env.sh
- ../../build-apk.sh --fdroid
@@ -249,7 +249,7 @@ Builds:
- windows
- building/sigstore
prebuild: sed -i -e 's|Repositories.GradlePlugins|"https://plugins.gradle.org/m2/"|'
- ../build.gradle.kts
+ ../build.gradle.kts
build:
- NDK_PATH="$$NDK$$" source ../fdroid-build/env.sh
- ../../build-apk.sh --fdroid
@@ -272,7 +272,7 @@ Builds:
- windows
- building/sigstore
prebuild: sed -i -e 's|Repositories.GradlePlugins|"https://plugins.gradle.org/m2/"|'
- ../build.gradle.kts
+ ../build.gradle.kts
build:
- NDK_PATH="$$NDK$$" source ../fdroid-build/env.sh
- ../../build-apk.sh --fdroid
@@ -295,7 +295,7 @@ Builds:
- windows
- building/sigstore
prebuild: sed -i -e 's|Repositories.GradlePlugins|"https://plugins.gradle.org/m2/"|'
- ../build.gradle.kts
+ ../build.gradle.kts
build:
- NDK_PATH="$$NDK$$" source ../fdroid-build/env.sh
- ../../build-apk.sh --fdroid
diff --git a/metadata/net.mypapit.mobile.myposition.yml b/metadata/net.mypapit.mobile.myposition.yml
index 577156a3c9..79fea5ea07 100644
--- a/metadata/net.mypapit.mobile.myposition.yml
+++ b/metadata/net.mypapit.mobile.myposition.yml
@@ -10,8 +10,8 @@ Changelog: https://github.com/gjedeer/mylocation/releases
AutoName: My Position
Description: |-
- Share your location, easily and lightly. Supports plain coordinates, geo:-URI,
- OpenStreetMap- and GoogleMaps-Links.
+ Share your location, easily and lightly. Supports plain coordinates, geo:-URI,
+ OpenStreetMap- and GoogleMaps-Links.
RepoType: git
Repo: https://github.com/gjedeer/mylocation
diff --git a/metadata/net.nightwhistler.pageturner.yml b/metadata/net.nightwhistler.pageturner.yml
index ef45b85367..bab444a0a8 100644
--- a/metadata/net.nightwhistler.pageturner.yml
+++ b/metadata/net.nightwhistler.pageturner.yml
@@ -11,27 +11,27 @@ FlattrID: '462097'
AutoName: PageTurner
Description: |-
- PageTurner allows you to grab little moments of reading time, always,
- everywhere. Read a bit on your phone while you're waiting for the bus. Read
- a bit more at home in bed on your tablet. Have the app read to you while
- you drive or work out… all seamlessly synchronized. You just open the app
- and it takes you to the place you left off, no matter which device you are
- reading on.
+ PageTurner allows you to grab little moments of reading time, always,
+ everywhere. Read a bit on your phone while you're waiting for the bus. Read
+ a bit more at home in bed on your tablet. Have the app read to you while
+ you drive or work out… all seamlessly synchronized. You just open the app
+ and it takes you to the place you left off, no matter which device you are
+ reading on.
- * Cloud synchronization for reading progress
- * Integrates with Calibre content server (or other OPDS/Stanza sources)
- * Search OPDS / Stanza catalogs
- * Buy books from Smashwords directly from the app.
- * Animated page flips by tapping/swiping/volume buttons/d-pad
- * Auto-scroll with rolling blind and timed page changes
- * Library to organize the books on your device.
- * Day / night mode with configurable colour schemes
- * Renders tables for use in text / tech books
- * Detects installed file managers and integrates with them
- * Brightness controls
- * Orientation locking
- * Whitespace stripping
- * Installable to SD Card
+ * Cloud synchronization for reading progress
+ * Integrates with Calibre content server (or other OPDS/Stanza sources)
+ * Search OPDS / Stanza catalogs
+ * Buy books from Smashwords directly from the app.
+ * Animated page flips by tapping/swiping/volume buttons/d-pad
+ * Auto-scroll with rolling blind and timed page changes
+ * Library to organize the books on your device.
+ * Day / night mode with configurable colour schemes
+ * Renders tables for use in text / tech books
+ * Detects installed file managers and integrates with them
+ * Brightness controls
+ * Orientation locking
+ * Whitespace stripping
+ * Installable to SD Card
RepoType: git
Repo: https://github.com/NightWhistler/PageTurner.git
@@ -99,7 +99,7 @@ Builds:
- HtmlSpanner/htmlspanner-0.2.jar
- htmlcleaner/htmlcleaner-2.2.jar
prebuild: sed -i 's@\(android\.library\.reference\.1=\).*@\1$$ActionBarNW$$@'
- project.properties
+ project.properties
target: android-15
- versionName: 1.3.4
@@ -116,7 +116,7 @@ Builds:
- HtmlSpanner/htmlspanner-0.2.jar
- htmlcleaner/htmlcleaner-2.2.jar
prebuild: sed -i 's@\(android\.library\.reference\.1=\).*@\1$$ActionBarNW$$@'
- project.properties
+ project.properties
target: android-15
- versionName: 2.0.7
diff --git a/metadata/net.nitroshare.android.yml b/metadata/net.nitroshare.android.yml
index 2392b87f20..65b7881be9 100644
--- a/metadata/net.nitroshare.android.yml
+++ b/metadata/net.nitroshare.android.yml
@@ -7,20 +7,20 @@ IssueTracker: https://github.com/nitroshare/nitroshare-android/issues
AutoName: NitroShare
Description: |-
- NitroShare simplifies the task of sending files from one device to another on a
- local network.
+ NitroShare simplifies the task of sending files from one device to another on a
+ local network.
- * Automatic peer discovery
- * Support for transferring multiple files and folders
- * Transfers optimized for maximum bandwidth utilization
- * Compatible with the NitroShare desktop application
- * Light and dark theme
- * Fully open source and completely free of ads and trackers
+ * Automatic peer discovery
+ * Support for transferring multiple files and folders
+ * Transfers optimized for maximum bandwidth utilization
+ * Compatible with the NitroShare desktop application
+ * Light and dark theme
+ * Fully open source and completely free of ads and trackers
- Files can be sent directly from the app itself or using the share menu from
- within other applications.
+ Files can be sent directly from the app itself or using the share menu from
+ within other applications.
- The desktop application is available at the homepage.
+ The desktop application is available at the homepage.
RepoType: git
Repo: https://github.com/nitroshare/nitroshare-android
diff --git a/metadata/net.noio.Reminder.yml b/metadata/net.noio.Reminder.yml
index c7355437ad..60dcb56bbb 100644
--- a/metadata/net.noio.Reminder.yml
+++ b/metadata/net.noio.Reminder.yml
@@ -6,10 +6,10 @@ SourceCode: https://github.com/jersten/reminder
AutoName: Reminder
Summary: Local and private reminders
Description: |-
- Store reminders locally (and privately) without the need to use the cloud; no
- need for a Google account. Currently there are two types of reminders:
- continuous reminders and time based reminders, all of which appear with a
- notification/vibrates at the specified interval.
+ Store reminders locally (and privately) without the need to use the cloud; no
+ need for a Google account. Currently there are two types of reminders:
+ continuous reminders and time based reminders, all of which appear with a
+ notification/vibrates at the specified interval.
Builds:
- versionName: 1.1.2
diff --git a/metadata/net.nullsum.freedoom.yml b/metadata/net.nullsum.freedoom.yml
index ef613481b0..be2db393c9 100644
--- a/metadata/net.nullsum.freedoom.yml
+++ b/metadata/net.nullsum.freedoom.yml
@@ -3,31 +3,30 @@ Categories:
License: GPL-2.0-only
SourceCode: https://github.com/emileb/Freedoom-for-Android
-Description: |4-
+Description: |-
+ GZDoom is a feature centric port for all Doom
+ engine games, based on ZDoom, adding an OpenGL
+ renderer and powerful scripting capabilities.
- GZDoom is a feature centric port for all Doom
- engine games, based on ZDoom, adding an OpenGL
- renderer and powerful scripting capabilities.
+ In addition to Doom, GZDoom supports Heretic,
+ Hexen, Strife, Chex Quest, and other games
+ based on the Doom engine.
- In addition to Doom, GZDoom supports Heretic,
- Hexen, Strife, Chex Quest, and other games
- based on the Doom engine.
+ The Freedoom project aims to create a complete
+ free content game based on the Doom engine.
- The Freedoom project aims to create a complete
- free content game based on the Doom engine.
+ Combined with the engine, Freedoom is also
+ compatible with game modifications (“mods”) made
+ for the original Doom games, made by Doom fans
+ and artists over the decades.
- Combined with the engine, Freedoom is also
- compatible with game modifications (“mods”) made
- for the original Doom games, made by Doom fans
- and artists over the decades.
+ In addition to Freedoom 1 & 2 WADs, this app
+ comes with more level packs: Sigil, 10 sectors
+ and 10 sectors part 2.
- In addition to Freedoom 1 & 2 WADs, this app
- comes with more level packs: Sigil, 10 sectors
- and 10 sectors part 2.
-
- Note: this is an unofficial port of GZDoom and
- FreeDoom to android and it's not affiliated with
- these projects.
+ Note: this is an unofficial port of GZDoom and
+ FreeDoom to android and it's not affiliated with
+ these projects.
RepoType: git
Repo: https://github.com/emileb/Freedoom-for-Android
diff --git a/metadata/net.nurik.roman.dashclock.yml b/metadata/net.nurik.roman.dashclock.yml
index d2e72482cb..9a39bc70bd 100644
--- a/metadata/net.nurik.roman.dashclock.yml
+++ b/metadata/net.nurik.roman.dashclock.yml
@@ -9,23 +9,23 @@ Changelog: https://github.com/romannurik/dashclock/wiki/Changelog
AutoName: DashClock Widget
Description: |-
- NOTE: this app was deprecated by its author.
+ NOTE: this app was deprecated by its author.
- DashClock is a replacement lock screen clock widget for Android 4.2+. It also
- exposes additional status items called extensions. The widget comes bundled with
- extensions that give you instant access to:
+ DashClock is a replacement lock screen clock widget for Android 4.2+. It also
+ exposes additional status items called extensions. The widget comes bundled with
+ extensions that give you instant access to:
- * Missed calls and unread text messages
- * Your next calendar appointment
- * Your next scheduled alarm
- * Weather from choice of location
+ * Missed calls and unread text messages
+ * Your next calendar appointment
+ * Your next scheduled alarm
+ * Weather from choice of location
- Other extensions are available. To add the widget to your Android 4.2 device's
- lock screen, simply swipe to the left-most page of your lock screen and touch
- the "+" icon. Then, select "DashClock" to customize and add the widget. You can
- make this the primary lock screen widget, replacing the default clock, by first
- touching-and-holding it and then dragging it horizontally to the very rightmost
- position.
+ Other extensions are available. To add the widget to your Android 4.2 device's
+ lock screen, simply swipe to the left-most page of your lock screen and touch
+ the "+" icon. Then, select "DashClock" to customize and add the widget. You can
+ make this the primary lock screen widget, replacing the default clock, by first
+ touching-and-holding it and then dragging it horizontally to the very rightmost
+ position.
RepoType: srclib
Repo: DashClock
@@ -100,10 +100,10 @@ Builds:
build.gradle
MaintainerNotes: |-
- MicroG's GmsLib can be used to strip play-services dependency
- for this one, according to https://github.com/microg/android_external_GmsLib#example-dashclock .
+ MicroG's GmsLib can be used to strip play-services dependency
+ for this one, according to https://github.com/microg/android_external_GmsLib#example-dashclock .
- Installing gmslib fails due to signing issues. Maybe just `gradle assembleRelease` and sign manually?
+ Installing gmslib fails due to signing issues. Maybe just `gradle assembleRelease` and sign manually?
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/net.nurik.roman.muzei.yml b/metadata/net.nurik.roman.muzei.yml
index 6ef7c53a5d..c16ee4ad63 100644
--- a/metadata/net.nurik.roman.muzei.yml
+++ b/metadata/net.nurik.roman.muzei.yml
@@ -13,20 +13,20 @@ IssueTracker: https://github.com/romannurik/muzei/issues
AutoName: Muzei
Description: |-
- Muzei is a live wallpaper that gently refreshes your home screen each day with
- famous works of art. It also recedes into the background, blurring and dimming
- artwork to keep your icons and widgets in the spotlight. Simply double touch the
- wallpaper or open the Muzei app to enjoy and explore the artwork in its full
- glory.
+ Muzei is a live wallpaper that gently refreshes your home screen each day with
+ famous works of art. It also recedes into the background, blurring and dimming
+ artwork to keep your icons and widgets in the spotlight. Simply double touch the
+ wallpaper or open the Muzei app to enjoy and explore the artwork in its full
+ glory.
- Alternatively, you can choose your favorite photos from your own gallery or
- other apps to use on your home screen. To keep your wallpaper fresh, Muzei will
- rotate through your favorite photos every few hours.
+ Alternatively, you can choose your favorite photos from your own gallery or
+ other apps to use on your home screen. To keep your wallpaper fresh, Muzei will
+ rotate through your favorite photos every few hours.
- The default source downloads images from Google storage.
+ The default source downloads images from Google storage.
- The F-Droid version of this app is patched by F-Droid contributors
- and not maintained by the origin developers.
+ The F-Droid version of this app is patched by F-Droid contributors
+ and not maintained by the origin developers.
RepoType: git
Repo: https://github.com/romannurik/muzei.git
@@ -316,11 +316,11 @@ Builds:
- sed -i -e '/signing {/,/^}/d' -e '/afterEvaluate/,/^}/d' ../muzei-api/build.gradle
MaintainerNotes: |-
- Custom version format, use the tag name as version name.
+ Custom version format, use the tag name as version name.
- Since 2.0, source code needs to be patched to get rid of Google Play Services.
- The "wearable" and "example-watchface" components should be removed
- completely, the rest of the code has to be cleaned up from FirebaseAnalytics.
+ Since 2.0, source code needs to be patched to get rid of Google Play Services.
+ The "wearable" and "example-watchface" components should be removed
+ completely, the rest of the code has to be cleaned up from FirebaseAnalytics.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
diff --git a/metadata/net.olejon.mdapp.yml b/metadata/net.olejon.mdapp.yml
index e0c44e2c65..749c65beab 100644
--- a/metadata/net.olejon.mdapp.yml
+++ b/metadata/net.olejon.mdapp.yml
@@ -14,21 +14,21 @@ Donate: https://www.olejon.net/code/mdapp/?page=donate
AutoName: LegeAppen
Summary: Toolkit for medical personnel
Description: |-
- Useful and intuitive app for doctors and other health care workers in Norway,
- optimized for both phones and tablets. Be aware that this app is in Norwegian
- only.
+ Useful and intuitive app for doctors and other health care workers in Norway,
+ optimized for both phones and tablets. Be aware that this app is in Norwegian
+ only.
- For a list of features, please visit the website.
+ For a list of features, please visit the website.
- Disclaimer:
+ Disclaimer:
- LegeAppen is developed by a private person, and even though the content in the
- app is fetched from recognized sources, the developer can not the be held
- responsible for decisions taken based on information found in this app.
+ LegeAppen is developed by a private person, and even though the content in the
+ app is fetched from recognized sources, the developer can not the be held
+ responsible for decisions taken based on information found in this app.
- Credits:
+ Credits:
- * Stethoscrope icon from Icons8: https://icons8.com/web-app/957/Stethoscope
+ * Stethoscrope icon from Icons8: https://icons8.com/web-app/957/Stethoscope
Builds:
- versionName: '1.1'
@@ -171,8 +171,8 @@ Builds:
- Tracking
MaintainerNotes: |-
- We use a fdroid specific git repo provided by upstream. Main repo is
- https://github.com/olejon/mdapp
+ We use a fdroid specific git repo provided by upstream. Main repo is
+ https://github.com/olejon/mdapp
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/net.olejon.spotcommander.yml b/metadata/net.olejon.spotcommander.yml
index a7fb2cd9b8..52b8ab498f 100644
--- a/metadata/net.olejon.spotcommander.yml
+++ b/metadata/net.olejon.spotcommander.yml
@@ -14,13 +14,13 @@ Donate: https://www.olejon.net/code/spotcommander/?donate
AutoName: SpotCommander
Summary: Remote control for Spotify for Linux
Description: |-
- Remote control Spotify for Linux. For this to work, you have to install
- SpotCommander on your
- regular PC first.
+ Remote control Spotify for Linux. For this to work, you have to install
+ SpotCommander on your
+ regular PC first.
- This version includes only free software, see
- https://github.com/olejon/spotcommander/issues/106 for a comparison with the
- non-free version found on the play-store.
+ This version includes only free software, see
+ https://github.com/olejon/spotcommander/issues/106 for a comparison with the
+ non-free version found on the play-store.
Builds:
- versionName: '4.7'
diff --git a/metadata/net.opendasharchive.openarchive.release.yml b/metadata/net.opendasharchive.openarchive.release.yml
index af6d27f129..1c84a11863 100644
--- a/metadata/net.opendasharchive.openarchive.release.yml
+++ b/metadata/net.opendasharchive.openarchive.release.yml
@@ -10,50 +10,50 @@ IssueTracker: https://github.com/OpenArchive/Save-app-android/issues
AutoName: Save
Description: |
- Save (Share Archive Verify Encrypt) by OpenArchive enables you to safely preserve, organize, and share your mobile media.
+ Save (Share Archive Verify Encrypt) by OpenArchive enables you to safely preserve, organize, and share your mobile media.
- Designed with and for newsrooms, human rights defenders, and archivists, Save keeps you in control of your mobile media at all times.
+ Designed with and for newsrooms, human rights defenders, and archivists, Save keeps you in control of your mobile media at all times.
- Features
+ Features
- * Upload any type of media to private server or directly to Internet Archive
- * Edit media metadata, including persons, location, and additional notes
- * Flag media as “significant” for organization and/or easy retrieval later
- * Batch edit media — update the metadata of multiple media file at once
- * Create multiple project albums to keep your media organized (e.g. “Summer 2019,” “Work photos,” “Kitchen remodel,” “Syria uprising 2016,” etc)
- * Share to Save from other apps on your phone, such as your Photos or voice memos apps
- * “Wi-Fi-only” upload setting, for when cellular data networks are unreliable or expensive
- * Creative Commons licensing options for the media you collect and share
+ * Upload any type of media to private server or directly to Internet Archive
+ * Edit media metadata, including persons, location, and additional notes
+ * Flag media as “significant” for organization and/or easy retrieval later
+ * Batch edit media — update the metadata of multiple media file at once
+ * Create multiple project albums to keep your media organized (e.g. “Summer 2019,” “Work photos,” “Kitchen remodel,” “Syria uprising 2016,” etc)
+ * Share to Save from other apps on your phone, such as your Photos or voice memos apps
+ * “Wi-Fi-only” upload setting, for when cellular data networks are unreliable or expensive
+ * Creative Commons licensing options for the media you collect and share
- Benefits
+ Benefits
- Preserve
- Upload your important mobile media to a private server of your choice (using a free and open source platform like Nextcloud or ownCloud).
- Publish the media publicly to the Internet Archive for resilient, robust preservation by a third-party.
+ Preserve
+ Upload your important mobile media to a private server of your choice (using a free and open source platform like Nextcloud or ownCloud).
+ Publish the media publicly to the Internet Archive for resilient, robust preservation by a third-party.
- Organize
- Create custom-named Projects to keep your media sorted in ways that make sense to you.
- Add helpful notes, location, and other contextual information one by one or in bulk.
- Enable findability and organization with folders in the app that correspond to your own private server.
+ Organize
+ Create custom-named Projects to keep your media sorted in ways that make sense to you.
+ Add helpful notes, location, and other contextual information one by one or in bulk.
+ Enable findability and organization with folders in the app that correspond to your own private server.
- Share
- Connect to existing project albums created and managed by partners and colleagues.
- Send media to the Save app from your camera roll and other iOS applications.
+ Share
+ Connect to existing project albums created and managed by partners and colleagues.
+ Send media to the Save app from your camera roll and other iOS applications.
- Secure
- Save always uses TLS encryption, which encrypts the connection between your mobile device and your chosen destination, whether a private server or the Internet Archive.
- Save works with server software like Nextcloud that makes it easy to encrypt the data you've collected.
+ Secure
+ Save always uses TLS encryption, which encrypts the connection between your mobile device and your chosen destination, whether a private server or the Internet Archive.
+ Save works with server software like Nextcloud that makes it easy to encrypt the data you've collected.
- ========================
+ ========================
- About
+ About
- OpenArchive is a collective of human rights technologists, ethnographers, and archivists dedicated to protecting media freedom. Our technologies are designed to preserve, amplify, and securely route mobile media to community-maintained collections in accessible public and private archives, outside the corporate walled gardens currently dominating the online media ecosystem.
+ OpenArchive is a collective of human rights technologists, ethnographers, and archivists dedicated to protecting media freedom. Our technologies are designed to preserve, amplify, and securely route mobile media to community-maintained collections in accessible public and private archives, outside the corporate walled gardens currently dominating the online media ecosystem.
- About Save
- Save by OpenArchive is a free, open source mobile archiving application for documentarians and human rights defenders. It offers at-risk groups more agency over their historical record by affording them media authentication, pseudonymity, licensing controls, and the ability to choose where and how the media will be stored for long-term access and reuse.
+ About Save
+ Save by OpenArchive is a free, open source mobile archiving application for documentarians and human rights defenders. It offers at-risk groups more agency over their historical record by affording them media authentication, pseudonymity, licensing controls, and the ability to choose where and how the media will be stored for long-term access and reuse.
- Save addresses the gaps in the current online ecosystem existing around the a) ethical short-term collection and b) long term preservation of sensitive mobile media. We provide mobile-centered, scalable, industry-standard, ethical, intuitive, easy to use tools for at-risk communities to pseudonymously preserve and authenticate their media so that it will be accessible and maintain its provenance in the future.
+ Save addresses the gaps in the current online ecosystem existing around the a) ethical short-term collection and b) long term preservation of sensitive mobile media. We provide mobile-centered, scalable, industry-standard, ethical, intuitive, easy to use tools for at-risk communities to pseudonymously preserve and authenticate their media so that it will be accessible and maintain its provenance in the future.
RepoType: git
Repo: https://github.com/OpenArchive/Save-app-android
@@ -106,9 +106,9 @@ Builds:
- art
MaintainerNotes: |
- Binaries are here:
- https://github.com/OpenArchive/openarchive/releases/download/%v/openarchive-%v.apk
- but doesn't verify, so this is included via the normal process.
+ Binaries are here:
+ https://github.com/OpenArchive/openarchive/releases/download/%v/openarchive-%v.apk
+ but doesn't verify, so this is included via the normal process.
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/net.osmand.plus.yml b/metadata/net.osmand.plus.yml
index 74a55d2c12..d73f12c74b 100644
--- a/metadata/net.osmand.plus.yml
+++ b/metadata/net.osmand.plus.yml
@@ -1,13 +1,12 @@
AntiFeatures:
- NonFreeAssets:
- en-US: Artwork, layouts and prerecorded voices are under a non-commercial
- license
- NonFreeNet:
- en-US: May use maps and download images from non-free online services
- UpstreamNonFree:
- en-US: Build removes Google Billing and In-app purchase, Amazon In-app purchase,
- Google ratings, Telegram integration, Google Location, ANT+ integration,
- pre-built binary deps are rebuilt from source
+ NonFreeAssets:
+ en-US: Artwork, layouts and prerecorded voices are under a non-commercial license
+ NonFreeNet:
+ en-US: May use maps and download images from non-free online services
+ UpstreamNonFree:
+ en-US: Build removes Google Billing and In-app purchase, Amazon In-app purchase,
+ Google ratings, Telegram integration, Google Location, ANT+ integration, pre-built
+ binary deps are rebuilt from source
Categories:
- Navigation
License: GPL-3.0-only
@@ -5335,9 +5334,9 @@ Builds:
build: ../../build.sh
ndk: r23c
antifeatures:
- Tracking:
- en-US: An unique installation ID is sent alongside map download requests,
- https://github.com/osmandapp/OsmAnd/issues/15058
+ Tracking:
+ en-US: An unique installation ID is sent alongside map download requests,
+ https://github.com/osmandapp/OsmAnd/issues/15058
- versionName: 4.4.7
versionCode: 440702
@@ -5373,9 +5372,9 @@ Builds:
build: ../../build.sh
ndk: r23c
antifeatures:
- Tracking:
- en-US: An unique installation ID is sent alongside map download requests,
- https://github.com/osmandapp/OsmAnd/issues/15058
+ Tracking:
+ en-US: An unique installation ID is sent alongside map download requests,
+ https://github.com/osmandapp/OsmAnd/issues/15058
- versionName: 4.4.7
versionCode: 440703
@@ -5411,9 +5410,9 @@ Builds:
build: ../../build.sh
ndk: r23c
antifeatures:
- Tracking:
- en-US: An unique installation ID is sent alongside map download requests,
- https://github.com/osmandapp/OsmAnd/issues/15058
+ Tracking:
+ en-US: An unique installation ID is sent alongside map download requests,
+ https://github.com/osmandapp/OsmAnd/issues/15058
- versionName: 4.5.8
versionCode: 450801
@@ -5449,9 +5448,9 @@ Builds:
build: ../../build.sh
ndk: r23c
antifeatures:
- Tracking:
- en-US: An unique installation ID is sent alongside map download requests,
- https://github.com/osmandapp/OsmAnd/issues/15058
+ Tracking:
+ en-US: An unique installation ID is sent alongside map download requests,
+ https://github.com/osmandapp/OsmAnd/issues/15058
- versionName: 4.5.8
versionCode: 450802
@@ -5487,9 +5486,9 @@ Builds:
build: ../../build.sh
ndk: r23c
antifeatures:
- Tracking:
- en-US: An unique installation ID is sent alongside map download requests,
- https://github.com/osmandapp/OsmAnd/issues/15058
+ Tracking:
+ en-US: An unique installation ID is sent alongside map download requests,
+ https://github.com/osmandapp/OsmAnd/issues/15058
- versionName: 4.5.8
versionCode: 450803
@@ -5525,9 +5524,9 @@ Builds:
build: ../../build.sh
ndk: r23c
antifeatures:
- Tracking:
- en-US: An unique installation ID is sent alongside map download requests,
- https://github.com/osmandapp/OsmAnd/issues/15058
+ Tracking:
+ en-US: An unique installation ID is sent alongside map download requests,
+ https://github.com/osmandapp/OsmAnd/issues/15058
- versionName: 4.5.10
versionCode: 451001
@@ -5671,13 +5670,13 @@ Builds:
- Tracking
MaintainerNotes: |-
- Update CV only after sucessfully built and tested.
+ Update CV only after sucessfully built and tested.
- See comments in ./prebuild.sh and ./build.sh for detailed build notes.
+ See comments in ./prebuild.sh and ./build.sh for detailed build notes.
- versionCode*100+1/2/3 for split ABI, x86 contains both flavours
+ versionCode*100+1/2/3 for split ABI, x86 contains both flavours
- Swig 4.1.1 to fix compile errors.
+ Swig 4.1.1 to fix compile errors.
ArchivePolicy: 9
AutoUpdateMode: None
diff --git a/metadata/net.osmand.srtmPlugin.paid.yml b/metadata/net.osmand.srtmPlugin.paid.yml
index 4808114d0b..b1ea2900b8 100644
--- a/metadata/net.osmand.srtmPlugin.paid.yml
+++ b/metadata/net.osmand.srtmPlugin.paid.yml
@@ -38,9 +38,9 @@ Builds:
- echo "include ':plugins:Osmand-SRTMPlugin'" > ../../settings.gradle
MaintainerNotes: |-
- Plugins are not mentioned in LICENSE file and don't belong to any
- stated exception. Main project license according to LICENSE file
- and GoogleCode is GPLv3.
+ Plugins are not mentioned in LICENSE file and don't belong to any
+ stated exception. Main project license according to LICENSE file
+ and GoogleCode is GPLv3.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/net.osmtracker.yml b/metadata/net.osmtracker.yml
index fd95ea12ce..0dd7ba5763 100644
--- a/metadata/net.osmtracker.yml
+++ b/metadata/net.osmtracker.yml
@@ -13,11 +13,11 @@ Changelog: https://github.com/labexp/osmtracker-android/releases
Name: OSMTracker
AutoName: OSMTracker for Android™
Description: |-
- OSMTracker allows you to track your journey and mark significant way points. Way
- points can be marked with a tag using a button, with a quick voice record, a
- text note or by taking a picture. The various button pages and layouts can be
- customized to suit your OpenStreetMap activities. You can view your current
- track on top of an OpenStreetMap background.
+ OSMTracker allows you to track your journey and mark significant way points. Way
+ points can be marked with a tag using a button, with a quick voice record, a
+ text note or by taking a picture. The various button pages and layouts can be
+ customized to suit your OpenStreetMap activities. You can view your current
+ track on top of an OpenStreetMap background.
RepoType: git
Repo: https://github.com/labexp/osmtracker-android.git
diff --git a/metadata/net.pejici.easydice.yml b/metadata/net.pejici.easydice.yml
index 7e828d03a8..f2ab19c54b 100644
--- a/metadata/net.pejici.easydice.yml
+++ b/metadata/net.pejici.easydice.yml
@@ -10,13 +10,13 @@ IssueTracker: https://github.com/pejic/EasyDice/issues
Name: Easy Dice
AutoName: Easy Dice
Description: |-
- Easy Dice is an rpg dice rolling app with the following features:
+ Easy Dice is an rpg dice rolling app with the following features:
- * Variety of die types: D4, D6, D8, D10, D10x10, D12, D20
- * Choose which dice to roll together. For example a D4 with two D8.
- * Re-rolling of dice. Tap dice to select which ones will roll and which ones will stay.
- * Adding up. Sums all the die face values.
- * Die sets: keep dice sets for later. E.g. different attacks in an RPG game.
+ * Variety of die types: D4, D6, D8, D10, D10x10, D12, D20
+ * Choose which dice to roll together. For example a D4 with two D8.
+ * Re-rolling of dice. Tap dice to select which ones will roll and which ones will stay.
+ * Adding up. Sums all the die face values.
+ * Die sets: keep dice sets for later. E.g. different attacks in an RPG game.
RepoType: git
Repo: https://github.com/pejic/EasyDice-AndroidAssets.git
@@ -53,11 +53,11 @@ Builds:
subdir: androidsrc
MaintainerNotes: |-
- The repo used is a copy of the real repo (https://github.com/pejic/EasyDice.git)
- but with the assets pre-rendered.
+ The repo used is a copy of the real repo (https://github.com/pejic/EasyDice.git)
+ but with the assets pre-rendered.
- We could think about using the main repo and rendering the assets ourselves
- (requires blender).
+ We could think about using the main repo and rendering the assets ourselves
+ (requires blender).
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/net.pejici.summation.yml b/metadata/net.pejici.summation.yml
index b467451d18..92e68917c6 100644
--- a/metadata/net.pejici.summation.yml
+++ b/metadata/net.pejici.summation.yml
@@ -9,8 +9,8 @@ IssueTracker: http://pejici.net/~slobo/contact.cgi
AutoName: Summation
Description: |-
- Summation adds values from a list of items. Each item has a label and a number
- and multiple lists are supported.
+ Summation adds values from a list of items. Each item has a label and a number
+ and multiple lists are supported.
RepoType: git
Repo: https://github.com/pejic/Summation.git
diff --git a/metadata/net.pherth.omnomagon.yml b/metadata/net.pherth.omnomagon.yml
index 32ad1357a8..7971125b8c 100644
--- a/metadata/net.pherth.omnomagon.yml
+++ b/metadata/net.pherth.omnomagon.yml
@@ -10,10 +10,10 @@ FlattrID: '538996'
AutoName: Omnomagon
Description: |-
- Omnomagon shows you the current Menu of your university cafeteria - including
- useful information for allergy sufferers, vegetarians and vegans.
+ Omnomagon shows you the current Menu of your university cafeteria - including
+ useful information for allergy sufferers, vegetarians and vegans.
- Currently supported cafeterias: - Berlin - Ulm
+ Currently supported cafeterias: - Berlin - Ulm
RepoType: git
Repo: https://github.com/vIiRuS/Omnomagon.git
diff --git a/metadata/net.phunehehe.foocam.yml b/metadata/net.phunehehe.foocam.yml
index 4fd21e9d5f..0d6b8431ba 100644
--- a/metadata/net.phunehehe.foocam.yml
+++ b/metadata/net.phunehehe.foocam.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/phunehehe/fooCam/issues
AutoName: fooCam beta
Description: |-
- fooCam takes multiple successive shots with different exposure settings. The
- resulting images can be post-processed using image editors such as Luminance HDR
- and Gimp to produce HDR images.
+ fooCam takes multiple successive shots with different exposure settings. The
+ resulting images can be post-processed using image editors such as Luminance HDR
+ and Gimp to produce HDR images.
RepoType: git
Repo: https://github.com/phunehehe/fooCam.git
diff --git a/metadata/net.pierrox.mcompass.yml b/metadata/net.pierrox.mcompass.yml
index 1d86fd2314..201d86ae37 100644
--- a/metadata/net.pierrox.mcompass.yml
+++ b/metadata/net.pierrox.mcompass.yml
@@ -5,9 +5,9 @@ WebSite: http://www.pierrox.net/cmsms/open-source/marine-compass-2.html
AutoName: Marine Compass
Description: |-
- Uses the magnetic sensor to show the orientation.
+ Uses the magnetic sensor to show the orientation.
- We don't have v2.0+ as the source code isn't published.
+ We don't have v2.0+ as the source code isn't published.
Builds:
- versionName: 1.2.4
diff --git a/metadata/net.pmarks.chromadoze.yml b/metadata/net.pmarks.chromadoze.yml
index ae124241df..1660553ea9 100644
--- a/metadata/net.pmarks.chromadoze.yml
+++ b/metadata/net.pmarks.chromadoze.yml
@@ -8,13 +8,13 @@ IssueTracker: https://github.com/pmarks-net/chromadoze/issues
AutoName: Chroma Doze
Description: |-
- Generates noise with a custom colour profile. It is intended to be used as a
- sleep sound generator. It provides rapid feedback to adjustments in the
- spectrum, and is designed to minimize CPU usage in the steady state.
+ Generates noise with a custom colour profile. It is intended to be used as a
+ sleep sound generator. It provides rapid feedback to adjustments in the
+ spectrum, and is designed to minimize CPU usage in the steady state.
- It works by running shaped white noise through an Inverse Discrete Cosine
- Transform, generating a few megabytes of distinct audio blocks. The steady-state
- behavior selects blocks at random, and smoothly crossfades between them
+ It works by running shaped white noise through an Inverse Discrete Cosine
+ Transform, generating a few megabytes of distinct audio blocks. The steady-state
+ behavior selects blocks at random, and smoothly crossfades between them
RepoType: git
Repo: https://github.com/pmarks-net/chromadoze
diff --git a/metadata/net.pp3345.ykdroid.yml b/metadata/net.pp3345.ykdroid.yml
index b48cd45b25..13ef194829 100644
--- a/metadata/net.pp3345.ykdroid.yml
+++ b/metadata/net.pp3345.ykdroid.yml
@@ -9,13 +9,13 @@ Changelog: https://github.com/pp3345/ykDroid/releases
AutoName: ykDroid
Description: |-
- ykDroid is a USB and NFC driver for Android that exposes the
- challenge-response feature of YubiKeys for use by other Android apps. Both
- USB and NFC (YubiKey NEO required for NFC) are supported on compatible
- devices.
+ ykDroid is a USB and NFC driver for Android that exposes the
+ challenge-response feature of YubiKeys for use by other Android apps. Both
+ USB and NFC (YubiKey NEO required for NFC) are supported on compatible
+ devices.
- Apps supporting it include e.g. Keepass2Android and
- ykpass.
+ Apps supporting it include e.g. Keepass2Android and
+ ykpass.
RepoType: git
Repo: https://github.com/pp3345/ykDroid.git
diff --git a/metadata/net.programmierecke.radiodroid2.yml b/metadata/net.programmierecke.radiodroid2.yml
index 8a2ad46740..987666852a 100644
--- a/metadata/net.programmierecke.radiodroid2.yml
+++ b/metadata/net.programmierecke.radiodroid2.yml
@@ -11,18 +11,18 @@ Changelog: https://github.com/segler-alex/RadioDroid/releases
AutoName: RadioDroid
Description: |-
- Look up online radio streams at RadioBrowser and
- listen to them. RadioBrowser is a wiki like aproach to collect as much online
- radio stations as possible. Every one can help by not only adding new stations
- but also tagging existing ones.
+ Look up online radio streams at RadioBrowser and
+ listen to them. RadioBrowser is a wiki like aproach to collect as much online
+ radio stations as possible. Every one can help by not only adding new stations
+ but also tagging existing ones.
- Features:
+ Features:
- * Everyone can add stations easily
- * Sleep timer
- * Alarm clock
- * Record streams
- * Music Player Daemon support
+ * Everyone can add stations easily
+ * Sleep timer
+ * Alarm clock
+ * Record streams
+ * Music Player Daemon support
RepoType: git
Repo: https://github.com/segler-alex/RadioDroid
diff --git a/metadata/net.progval.android.andquote.yml b/metadata/net.progval.android.andquote.yml
index 02360fedcf..d329074fc9 100644
--- a/metadata/net.progval.android.andquote.yml
+++ b/metadata/net.progval.android.andquote.yml
@@ -8,12 +8,12 @@ IssueTracker: https://github.com/ProgVal/AndQuote/issues
AutoName: AndQuote
Description: |-
- Browse quote sites, mainly French ones
+ Browse quote sites, mainly French ones
- AndQuote browses quotes from various websites, according to their
- availability on the OpenQuoteApi server. It dynamically loads the list of
- sites from the server, so when a site is added you do not need to update
- AndQuote, it will be applied automatically.
+ AndQuote browses quotes from various websites, according to their
+ availability on the OpenQuoteApi server. It dynamically loads the list of
+ sites from the server, so when a site is added you do not need to update
+ AndQuote, it will be applied automatically.
RepoType: git
Repo: https://github.com/ProgVal/AndQuote.git
diff --git a/metadata/net.redsolver.noteless.yml b/metadata/net.redsolver.noteless.yml
index 69fb0f6916..0a160074fa 100644
--- a/metadata/net.redsolver.noteless.yml
+++ b/metadata/net.redsolver.noteless.yml
@@ -19,7 +19,7 @@ Builds:
srclibs:
- flutter@1.22.5
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
diff --git a/metadata/net.reichholf.dreamdroid.yml b/metadata/net.reichholf.dreamdroid.yml
index 31bfee9618..fee8343d5b 100644
--- a/metadata/net.reichholf.dreamdroid.yml
+++ b/metadata/net.reichholf.dreamdroid.yml
@@ -124,8 +124,8 @@ Builds:
prebuild: sed -i -e '/enable true/d; /output.versionCodeOverride/,+2d' build.gradle
MaintainerNotes: |-
- Upstream builds an universal APK and separate APKs for each architecture.
- We only build the universal APK.
+ Upstream builds an universal APK and separate APKs for each architecture.
+ We only build the universal APK.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/net.rocboronat.android.wallpaper.npe.yml b/metadata/net.rocboronat.android.wallpaper.npe.yml
index 5754eb2918..34515fc416 100644
--- a/metadata/net.rocboronat.android.wallpaper.npe.yml
+++ b/metadata/net.rocboronat.android.wallpaper.npe.yml
@@ -10,13 +10,13 @@ IssueTracker: https://github.com/rocboronat/NullBlackWallpaper/issues
AutoName: Null Black Wallpaper
Description: |-
- Use a blank pattern as "live wallpaper".
+ Use a blank pattern as "live wallpaper".
- A black wallpaper for battery and performance tweakers! It saves your
- battery by two ways:
+ A black wallpaper for battery and performance tweakers! It saves your
+ battery by two ways:
- * The best screens doesn't need energy to paint black pixels
- * This live wallpaper actually does nothing. Nothing is nothing. Not "loading a black image". The back it's blank, so your CPU will be thinking in other things, increasing your phone performance and decreasing the battery drain.
+ * The best screens doesn't need energy to paint black pixels
+ * This live wallpaper actually does nothing. Nothing is nothing. Not "loading a black image". The back it's blank, so your CPU will be thinking in other things, increasing your phone performance and decreasing the battery drain.
RepoType: git
Repo: https://github.com/rocboronat/NullBlackWallpaper
diff --git a/metadata/net.rocrail.androc.yml b/metadata/net.rocrail.androc.yml
index 77048b917e..f73d37debd 100644
--- a/metadata/net.rocrail.androc.yml
+++ b/metadata/net.rocrail.androc.yml
@@ -6,9 +6,9 @@ License: GPL-3.0-or-later
AutoName: andRoc
Description: |-
- A controller client for RocRail, a model railway controller.
+ A controller client for RocRail, a model railway controller.
- Expect no further updates - this project is no longer Free Software.
+ Expect no further updates - this project is no longer Free Software.
RepoType: bzr
Repo: lp:rocrail/androc
diff --git a/metadata/net.schueller.peertube.yml b/metadata/net.schueller.peertube.yml
index 0db6a51ebc..d3ecb41ba9 100644
--- a/metadata/net.schueller.peertube.yml
+++ b/metadata/net.schueller.peertube.yml
@@ -218,7 +218,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/versionCode Integer.valueOf.*/versionCode $$VERCODE$$/g"
- -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
+ -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
- versionName: 1.1.0-12d85f58
versionCode: 1056
@@ -227,7 +227,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/versionCode Integer.valueOf.*/versionCode $$VERCODE$$/g"
- -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
+ -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
- versionName: 1.1.1
versionCode: 1057
@@ -236,7 +236,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/versionCode Integer.valueOf.*/versionCode $$VERCODE$$/g"
- -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
+ -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
- versionName: 1.2.0
versionCode: 1058
@@ -245,7 +245,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/versionCode Integer.valueOf.*/versionCode $$VERCODE$$/g"
- -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
+ -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
- versionName: 1.3.0
versionCode: 1059
@@ -254,7 +254,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/versionCode Integer.valueOf.*/versionCode $$VERCODE$$/g"
- -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
+ -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
- versionName: 1.4.0
versionCode: 1060
@@ -263,7 +263,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/versionCode Integer.valueOf.*/versionCode $$VERCODE$$/g"
- -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
+ -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
- versionName: 1.5.0
versionCode: 1061
@@ -276,7 +276,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/versionCode Integer.valueOf.*/versionCode $$VERCODE$$/g"
- -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
+ -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
- versionName: 1.5.1
versionCode: 1062
@@ -289,7 +289,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/versionCode Integer.valueOf.*/versionCode $$VERCODE$$/g"
- -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
+ -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
- versionName: 1.5.2
versionCode: 1063
@@ -302,7 +302,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/versionCode Integer.valueOf.*/versionCode $$VERCODE$$/g"
- -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
+ -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
- versionName: 1.6.0
versionCode: 1064
@@ -315,7 +315,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/versionCode Integer.valueOf.*/versionCode $$VERCODE$$/g"
- -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
+ -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
- versionName: 1.7.1
versionCode: 1065
@@ -328,7 +328,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/versionCode Integer.valueOf.*/versionCode $$VERCODE$$/g"
- -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
+ -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
- versionName: 1.8.0
versionCode: 1066
@@ -341,7 +341,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/versionCode Integer.valueOf.*/versionCode $$VERCODE$$/g"
- -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
+ -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
- versionName: 1.8.3
versionCode: 1069
@@ -354,7 +354,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/versionCode Integer.valueOf.*/versionCode $$VERCODE$$/g"
- -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
+ -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
- versionName: 1.10.2
versionCode: 1074
@@ -367,7 +367,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/versionCode Integer.valueOf.*/versionCode $$VERCODE$$/g"
- -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
+ -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
- versionName: 1.10.4
versionCode: 1076
@@ -380,7 +380,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/versionCode Integer.valueOf.*/versionCode $$VERCODE$$/g"
- -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
+ -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
- versionName: 1.11.0
versionCode: 1077
@@ -393,7 +393,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/versionCode Integer.valueOf.*/versionCode $$VERCODE$$/g"
- -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
+ -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
- versionName: 1.12.2
versionCode: 1080
@@ -406,7 +406,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "s/versionCode Integer.valueOf.*/versionCode $$VERCODE$$/g"
- -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
+ -e "s/versionName System.getenv.*/versionName \"$$VERSION$$\"/g" build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/net.screenfreeze.deskcon.yml b/metadata/net.screenfreeze.deskcon.yml
index b13e10ae4b..f21df833ae 100644
--- a/metadata/net.screenfreeze.deskcon.yml
+++ b/metadata/net.screenfreeze.deskcon.yml
@@ -9,13 +9,13 @@ Changelog: https://github.com/screenfreeze/deskcon-android/blob/HEAD/CHANGELOG
AutoName: DeskCon
Description: |-
- Receive notifications, files and commands from your mobile device on your
- desktop PC. The data is send via a secure TLS connection. The connection is
- encrypted and authenticated with self-signed Certificates (RSA-2048 PK). Also,
- the app is designed to be very battery friendly.
+ Receive notifications, files and commands from your mobile device on your
+ desktop PC. The data is send via a secure TLS connection. The connection is
+ encrypted and authenticated with self-signed Certificates (RSA-2048 PK). Also,
+ the app is designed to be very battery friendly.
- Requires Deskcon-Desktop on
- your PC.
+ Requires Deskcon-Desktop on
+ your PC.
RepoType: git
Repo: https://github.com/screenfreeze/deskcon-android
diff --git a/metadata/net.sf.andbatdog.batterydog.yml b/metadata/net.sf.andbatdog.batterydog.yml
index 4d7026f4a6..c6d129a921 100644
--- a/metadata/net.sf.andbatdog.batterydog.yml
+++ b/metadata/net.sf.andbatdog.batterydog.yml
@@ -8,10 +8,10 @@ Donate: https://sourceforge.net/p/andbatdog/donate/
Name: Battery Dog
AutoName: Android Battery Dog
Description: |-
- Android Battery Dog is a watchdog application to facilitate long term analysis
- of the battery level. In addition to showing a graph of this information, the
- file “/sdcard/BatteryDog/battery.csv” is created containing the recorded battery
- levels together with a timestamp.
+ Android Battery Dog is a watchdog application to facilitate long term analysis
+ of the battery level. In addition to showing a graph of this information, the
+ file “/sdcard/BatteryDog/battery.csv” is created containing the recorded battery
+ levels together with a timestamp.
RepoType: git-svn
Repo: https://svn.code.sf.net/p/andbatdog/code/trunk/AndroidBatteryDog/AndroidBatteryDog
diff --git a/metadata/net.sf.andhsli.hotspotlogin.yml b/metadata/net.sf.andhsli.hotspotlogin.yml
index 94ebda8755..06e56c8fd0 100644
--- a/metadata/net.sf.andhsli.hotspotlogin.yml
+++ b/metadata/net.sf.andhsli.hotspotlogin.yml
@@ -9,11 +9,11 @@ Donate: https://sourceforge.net/p/andhsli/donate/
Name: Hotspot Login
AutoName: Android Hotspot Login App
Description: |-
- Automaticaly log into Captive Portals (Wifi Hotspots with a login form). The
- solution is configurable and not specific for one Hotspot. Currently there is
- only one configuration for German T-Mobile Hotspots as that is what the author
- has tested it on. If you make a new configuration, let him know! See the website
- for explanation of configuration terms.
+ Automaticaly log into Captive Portals (Wifi Hotspots with a login form). The
+ solution is configurable and not specific for one Hotspot. Currently there is
+ only one configuration for German T-Mobile Hotspots as that is what the author
+ has tested it on. If you make a new configuration, let him know! See the website
+ for explanation of configuration terms.
RepoType: git-svn
Repo: https://svn.code.sf.net/p/andhsli/code/HotspotLogin
diff --git a/metadata/net.sf.crypt.gort.yml b/metadata/net.sf.crypt.gort.yml
index 3899334787..b0dfe5f39f 100644
--- a/metadata/net.sf.crypt.gort.yml
+++ b/metadata/net.sf.crypt.gort.yml
@@ -7,9 +7,9 @@ IssueTracker: https://sourceforge.net/p/barada/bugs/
AutoName: Gort
Description: |-
- Gort is a companion software to the Barada (Barada Aint Respecting Any Deceptive
- Adversaries) two factor auth module. Gort essentially turns your phone into a
- SecureID token.
+ Gort is a companion software to the Barada (Barada Aint Respecting Any Deceptive
+ Adversaries) two factor auth module. Gort essentially turns your phone into a
+ SecureID token.
RepoType: git
Repo: https://git.code.sf.net/p/barada/gort
diff --git a/metadata/net.sf.ethersynth.yml b/metadata/net.sf.ethersynth.yml
index 5173e15bb8..1649b5e653 100644
--- a/metadata/net.sf.ethersynth.yml
+++ b/metadata/net.sf.ethersynth.yml
@@ -7,21 +7,21 @@ IssueTracker: https://sourceforge.net/p/ethersynth/tickets/
AutoName: Etheric Synthesizer
Description: |-
- Etheric Synthesizer (EtherSynth) is a theremin-like synthesizer which allows you
- to play otherworldly melody by swiping finger on device's screen. However, it is
- not aimed at realistically imitating a real theremin as it only uses single
- finger to play.
+ Etheric Synthesizer (EtherSynth) is a theremin-like synthesizer which allows you
+ to play otherworldly melody by swiping finger on device's screen. However, it is
+ not aimed at realistically imitating a real theremin as it only uses single
+ finger to play.
- Features:
+ Features:
- * Play tones with single finger.
- * Colored gradient background guide (can be turned off).
- * Visible touch indicator (can be turned off).
- * Configurable frequency range.
- * Configurable control axes orientation and locking.
- * Configurable output waveform: sine, triangle, sawtooth, and square.
- * Configurable output audio resolution.
- * Performance could be recorded in WAVE format.
+ * Play tones with single finger.
+ * Colored gradient background guide (can be turned off).
+ * Visible touch indicator (can be turned off).
+ * Configurable frequency range.
+ * Configurable control axes orientation and locking.
+ * Configurable output waveform: sine, triangle, sawtooth, and square.
+ * Configurable output audio resolution.
+ * Performance could be recorded in WAVE format.
RepoType: git
Repo: https://git.code.sf.net/p/ethersynth/code
diff --git a/metadata/net.sf.times.yml b/metadata/net.sf.times.yml
index 8d3bd055ea..22f36015b9 100644
--- a/metadata/net.sf.times.yml
+++ b/metadata/net.sf.times.yml
@@ -7,15 +7,15 @@ IssueTracker: https://sourceforge.net/p/halachictimes/tickets
AutoName: Halachic Prayer Times
Description: |-
- List of halachic/halakhic times for Jewish prayers (zmanim and zmanei tefillot).
- It also has a prayer compass, time opinions, and reminders.
+ List of halachic/halakhic times for Jewish prayers (zmanim and zmanei tefillot).
+ It also has a prayer compass, time opinions, and reminders.
- Times are calculated based on your location. An Internet connection is used to
- fetch your nearest address, otherwise the nearest country or time zone is used.
+ Times are calculated based on your location. An Internet connection is used to
+ fetch your nearest address, otherwise the nearest country or time zone is used.
- Note: v6.0 is the last version available on F-Droid. Newer versions no
- longer meet our inclusion criteria and thus cannot be build. For details, please
- see https://gitlab.com/fdroid/fdroiddata/issues/839
+ Note: v6.0 is the last version available on F-Droid. Newer versions no
+ longer meet our inclusion criteria and thus cannot be build. For details, please
+ see https://gitlab.com/fdroid/fdroiddata/issues/839
RepoType: git
Repo: https://git.code.sf.net/p/halachictimes/git
@@ -64,8 +64,8 @@ Builds:
- yes
MaintainerNotes: |-
- Includes JARs in GeoNames/libs.
- Somehow produces 2 apks, one offline, one regular.
+ Includes JARs in GeoNames/libs.
+ Somehow produces 2 apks, one offline, one regular.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/net.solutinno.websearch.yml b/metadata/net.solutinno.websearch.yml
index 5fcca18dc6..b2c4beec89 100644
--- a/metadata/net.solutinno.websearch.yml
+++ b/metadata/net.solutinno.websearch.yml
@@ -7,21 +7,21 @@ IssueTracker: https://github.com/balesz/android-WebSearch/issues
AutoName: WebSearch
Description: |-
- If an app allows you to select plain text then the selected text is shared to
- this app, which in turn, opens it in your search engine of choice, provided it
- obeys the OpenSearch format.
+ If an app allows you to select plain text then the selected text is shared to
+ this app, which in turn, opens it in your search engine of choice, provided it
+ obeys the OpenSearch format.
- You manage your search engines on the admin UI. You can import engines from an
- url, or you can add new engines by hand: for examples, see OpenSearch engines
- from Mycroft project and
- SearchPlugins.
+ You manage your search engines on the admin UI. You can import engines from an
+ url, or you can add new engines by hand: for examples, see OpenSearch engines
+ from Mycroft project and
+ SearchPlugins.
- If you tap the import icon on the action bar, a dialog will appear. You have to
- fill the url edit box, then tap the import button. You have to fill in at least
- the name and the url fields. There is a paste icon on the right side of the url
- field; if you tap this icon, it will paste a "{searchTerms}" string into the url
- field. This is necessary because this string will be replaced by your search
- string in the url.
+ If you tap the import icon on the action bar, a dialog will appear. You have to
+ fill the url edit box, then tap the import button. You have to fill in at least
+ the name and the url fields. There is a paste icon on the right side of the url
+ field; if you tap this icon, it will paste a "{searchTerms}" string into the url
+ field. This is necessary because this string will be replaced by your search
+ string in the url.
RepoType: git
Repo: https://github.com/balesz/android-WebSearch.git
diff --git a/metadata/net.somethingdreadful.MAL.yml b/metadata/net.somethingdreadful.MAL.yml
index 9cd43a9c5d..18a3e427f3 100644
--- a/metadata/net.somethingdreadful.MAL.yml
+++ b/metadata/net.somethingdreadful.MAL.yml
@@ -8,12 +8,12 @@ Changelog: https://github.com/AnimeNeko/Atarashii/releases
AutoName: Atarashii!
Description: |-
- Discontinued
+ Discontinued
- "Atarashii" is Japanese for "New, Modern". Atarashii! aims to be a modern,
- native Android app for managing your MAL.
+ "Atarashii" is Japanese for "New, Modern". Atarashii! aims to be a modern,
+ native Android app for managing your MAL.
- You'll need an account on that website or to create one in the app.
+ You'll need an account on that website or to create one in the app.
RepoType: git
Repo: https://github.com/AnimeNeko/Atarashii.git
diff --git a/metadata/net.sourceforge.andsys.yml b/metadata/net.sourceforge.andsys.yml
index eda98a96f4..cf1e7c9c88 100644
--- a/metadata/net.sourceforge.andsys.yml
+++ b/metadata/net.sourceforge.andsys.yml
@@ -8,11 +8,11 @@ Donate: https://sourceforge.net/p/andsys/donate
AutoName: AndSys ~ Apps
Description: |-
- * List all the applications installed on the device
- * Order by: name, package, install date or permissions
- * Filter launchable applications
+ * List all the applications installed on the device
+ * Order by: name, package, install date or permissions
+ * Filter launchable applications
- Status: BETA
+ Status: BETA
RepoType: git
Repo: https://git.code.sf.net/p/andsys/git
diff --git a/metadata/net.sourceforge.kid3.yml b/metadata/net.sourceforge.kid3.yml
index 3a50b3108c..189469558c 100644
--- a/metadata/net.sourceforge.kid3.yml
+++ b/metadata/net.sourceforge.kid3.yml
@@ -11,19 +11,19 @@ Donate: https://kde.org/community/donations/others/
AutoName: Kid3
Description: |-
- With Kid3, an audio tag editor, you can:
+ With Kid3, an audio tag editor, you can:
- * Edit ID3v1.1 tags in your MP3 files
- * Edit all ID3v2.3 and ID3v2.4 frames in your MP3 files
- * Convert between ID3v1.1, ID3v2.3 and ID3v2.4 tags
- * Edit tags in MP3, Ogg/Vorbis, Opus, DSF, FLAC, MPC, APE, MP4/AAC, MP2, Speex, TrueAudio, WavPack, WMA, WAV, AIFF files and tracker modules.
- * Edit tags of multiple files, e.g. the artist, album, year and genre of all files of an album typically have the same values and can be set together
- * Generate tags from filenames
- * Generate tags from the contents of tag fields
- * Generate filenames from tags
- * Generate playlist files
- * Automatic case conversion and string translation
- * Import from gnudb.org, TrackType.org, MusicBrainz, Discogs, Amazon
+ * Edit ID3v1.1 tags in your MP3 files
+ * Edit all ID3v2.3 and ID3v2.4 frames in your MP3 files
+ * Convert between ID3v1.1, ID3v2.3 and ID3v2.4 tags
+ * Edit tags in MP3, Ogg/Vorbis, Opus, DSF, FLAC, MPC, APE, MP4/AAC, MP2, Speex, TrueAudio, WavPack, WMA, WAV, AIFF files and tracker modules.
+ * Edit tags of multiple files, e.g. the artist, album, year and genre of all files of an album typically have the same values and can be set together
+ * Generate tags from filenames
+ * Generate tags from the contents of tag fields
+ * Generate filenames from tags
+ * Generate playlist files
+ * Automatic case conversion and string translation
+ * Import from gnudb.org, TrackType.org, MusicBrainz, Discogs, Amazon
RepoType: git
Repo: https://invent.kde.org/kde/kid3.git
diff --git a/metadata/net.sourceforge.opencamera.yml b/metadata/net.sourceforge.opencamera.yml
index 6fc043d78b..81d0d0942a 100644
--- a/metadata/net.sourceforge.opencamera.yml
+++ b/metadata/net.sourceforge.opencamera.yml
@@ -11,22 +11,22 @@ Donate: https://opencamera.org.uk/info.html#supportme
AutoName: Open Camera
Description: |-
- A feature rich camera application, including:
+ A feature rich camera application, including:
- * auto-stabilise option
- * multitouch zoom
- * flash/torch
- * choice of focus modes
- * face detection
- * front/back camera support
- * change recording resolution
- * video/audio recording
- * timer
- * burst mode
- * silenceable shutter
- * configurable gui
- * geotagging
- * external microphone support
+ * auto-stabilise option
+ * multitouch zoom
+ * flash/torch
+ * choice of focus modes
+ * face detection
+ * front/back camera support
+ * change recording resolution
+ * video/audio recording
+ * timer
+ * burst mode
+ * silenceable shutter
+ * configurable gui
+ * geotagging
+ * external microphone support
RepoType: git
Repo: https://git.code.sf.net/p/opencamera/code
diff --git a/metadata/net.sourceforge.servestream.yml b/metadata/net.sourceforge.servestream.yml
index 38d94f1941..8511d2b923 100644
--- a/metadata/net.sourceforge.servestream.yml
+++ b/metadata/net.sourceforge.servestream.yml
@@ -9,19 +9,19 @@ Donate: https://sourceforge.net/p/servestream/donate
AutoName: ServeStream
Summary: Audio stream player
Description: |-
- HTTP media server browser and stream player. Ideal for playing internet radio or
- streaming podcasts in the background; if you find an audio file on a web page,
- share the link to Servestream.
+ HTTP media server browser and stream player. Ideal for playing internet radio or
+ streaming podcasts in the background; if you find an audio file on a web page,
+ share the link to Servestream.
- * Supports http, https, mms (beta), mmsh (beta)
- * Plays mp3/3gp/mp4/m4a/ogg/wav/mid/xmf/mxmf/rtttl/rtx/ota/imy
- * Additional support for m3u, m3u8, pls and asx playlists
- * Supports multitasking/playing audio in the background
- * Repeat and shuffle modes
- * Alarm clock support
- * Home screen widget
- * Utilizes HTML parsing to allow navigation of HTTP servers that serve HTML pages e.g. https://listenlive.eu/
- * Supports x86 and MIPS for ffmpeg playback
+ * Supports http, https, mms (beta), mmsh (beta)
+ * Plays mp3/3gp/mp4/m4a/ogg/wav/mid/xmf/mxmf/rtttl/rtx/ota/imy
+ * Additional support for m3u, m3u8, pls and asx playlists
+ * Supports multitasking/playing audio in the background
+ * Repeat and shuffle modes
+ * Alarm clock support
+ * Home screen widget
+ * Utilizes HTML parsing to allow navigation of HTTP servers that serve HTML pages e.g. https://listenlive.eu/
+ * Supports x86 and MIPS for ffmpeg playback
RepoType: git-svn
Repo: https://svn.code.sf.net/p/servestream/code;trunk=trunk;tags=tags
diff --git a/metadata/net.sourceforge.subsonic.androidapp.yml b/metadata/net.sourceforge.subsonic.androidapp.yml
index c48d7af4f9..74928cbad6 100644
--- a/metadata/net.sourceforge.subsonic.androidapp.yml
+++ b/metadata/net.sourceforge.subsonic.androidapp.yml
@@ -9,13 +9,13 @@ Bitcoin: 16BzYq6HXPkCYdDaafpQWiaJqmqUfnYmFA
AutoName: Subsonic
Description: |-
- Subsonic is both an app and a cross-platform FOSS media server that's capable of
- indexing very large media collections. The server can transcode if necessary so
- that the app can play files that your device may not normally support.
+ Subsonic is both an app and a cross-platform FOSS media server that's capable of
+ indexing very large media collections. The server can transcode if necessary so
+ that the app can play files that your device may not normally support.
- There is a demo server provided for giving it a try. In order to use this app
- with a Subsonic server beyond a trial period, a key must be obtained by making a
- donation. (A key isn't required to use the Supersonic variant.)
+ There is a demo server provided for giving it a try. In order to use this app
+ with a Subsonic server beyond a trial period, a key must be obtained by making a
+ donation. (A key isn't required to use the Supersonic variant.)
RepoType: git-svn
Repo: https://svn.code.sf.net/p/subsonic/code/trunk/subsonic-android/
diff --git a/metadata/net.sourceforge.wifiremoteplay.yml b/metadata/net.sourceforge.wifiremoteplay.yml
index 5ec617412e..b9cae7fa9c 100644
--- a/metadata/net.sourceforge.wifiremoteplay.yml
+++ b/metadata/net.sourceforge.wifiremoteplay.yml
@@ -8,25 +8,25 @@ Bitcoin: 1LKCFto9SQGqtcvqZxHkqDPqNjSnfMmsow
AutoName: Wifi Remote Play
Description: |-
- Wifi Remote Play is a remote control app for the video players Media Player
- Classic (MPC) and VideoLan Client (VLC), allowing you to control it over a Wi-Fi
- network.
+ Wifi Remote Play is a remote control app for the video players Media Player
+ Classic (MPC) and VideoLan Client (VLC), allowing you to control it over a Wi-Fi
+ network.
- Features:
+ Features:
- * Remote control for: Play, pause, skip forwards/backwards through a track, jump to any point in the track, and jump to previous/next track.
- * Status shows current track, position, and length.
- * Volume control, and mute.
- * File browser to select new tracks, playlists video files (Media Player Classic only).
- * Toggle between windowed and full screen mode.
- * Controls for DVD interface (Media Player Classic only).
- * Symbian version downloaded 2.5 million times since 25 January 2012 - now available for Android!
+ * Remote control for: Play, pause, skip forwards/backwards through a track, jump to any point in the track, and jump to previous/next track.
+ * Status shows current track, position, and length.
+ * Volume control, and mute.
+ * File browser to select new tracks, playlists video files (Media Player Classic only).
+ * Toggle between windowed and full screen mode.
+ * Controls for DVD interface (Media Player Classic only).
+ * Symbian version downloaded 2.5 million times since 25 January 2012 - now available for Android!
- For this to work, you need to enable the web interface (for either VLC or Media
- Player Classic). VLC also now requires a password to be set. For your "IP
- Address", run "Command Prompt" on the PC where VLC or Media Player Classic is
- playing, and type ipconfig. It should be listed under "IPv4 Address". If you are
- having trouble setting up, please check out the webpage/Online Help for advice.
+ For this to work, you need to enable the web interface (for either VLC or Media
+ Player Classic). VLC also now requires a password to be set. For your "IP
+ Address", run "Command Prompt" on the PC where VLC or Media Player Classic is
+ playing, and type ipconfig. It should be listed under "IPv4 Address". If you are
+ having trouble setting up, please check out the webpage/Online Help for advice.
RepoType: git
Repo: https://git.code.sf.net/p/wifiremoteplay/android_native
diff --git a/metadata/net.stkaddons.viewer.yml b/metadata/net.stkaddons.viewer.yml
index 5efa977f35..5b4b99a1e0 100644
--- a/metadata/net.stkaddons.viewer.yml
+++ b/metadata/net.stkaddons.viewer.yml
@@ -10,10 +10,10 @@ IssueTracker: https://github.com/stephenjust/stkaddons-viewer/issues
AutoName: STK Addon Viewer
Description: |-
- View addons that are available for SuperTuxKart, the
- free and open-source cross-platform racing game! It lists addons and displays
- some information and their images. It also lists music tracks which are
- available from STK or addons and lets you play them.
+ View addons that are available for SuperTuxKart, the
+ free and open-source cross-platform racing game! It lists addons and displays
+ some information and their images. It also lists music tracks which are
+ available from STK or addons and lets you play them.
RepoType: git
Repo: https://github.com/stephenjust/stkaddons-viewer
diff --git a/metadata/net.sylvek.sharemyposition.yml b/metadata/net.sylvek.sharemyposition.yml
index 32dad4cdc2..599a60aefd 100644
--- a/metadata/net.sylvek.sharemyposition.yml
+++ b/metadata/net.sylvek.sharemyposition.yml
@@ -10,16 +10,16 @@ SourceCode: https://github.com/sylvek/sharemyposition
AutoName: My position
Summary: Share your location
Description: |-
- A simple way of sharing your location via a widget. You can send a message
- containing a link to a map of your current location via any standard registered
- sharing application. For example, an SMS message.
+ A simple way of sharing your location via a widget. You can send a message
+ containing a link to a map of your current location via any standard registered
+ sharing application. For example, an SMS message.
- The recipient is sent a link to a web page that displays the location on a
- Google map, though the app itself uses OSM. (The source for the web service is
- in the same repository as the client).
+ The recipient is sent a link to a web page that displays the location on a
+ Google map, though the app itself uses OSM. (The source for the web service is
+ in the same repository as the client).
- Anti-Feature:UpstreamNonFree - Newer versions of this app require Google Play
- Services, so there will not be any further updates in our repos.
+ Anti-Feature:UpstreamNonFree - Newer versions of this app require Google Play
+ Services, so there will not be any further updates in our repos.
Builds:
- versionName: 1.0.11
diff --git a/metadata/net.syncthing.lite.yml b/metadata/net.syncthing.lite.yml
index a1b3a464ea..4cbe59f8ce 100644
--- a/metadata/net.syncthing.lite.yml
+++ b/metadata/net.syncthing.lite.yml
@@ -12,16 +12,16 @@ Changelog: https://github.com/syncthing/syncthing-lite/releases
AutoName: Syncthing Lite
Description: |-
- This project is an app, that works as a client for a Syncthing share (accessing
- Syncthing devices in the same way a client-server file sharing app accesses its
- proprietary server).
+ This project is an app, that works as a client for a Syncthing share (accessing
+ Syncthing devices in the same way a client-server file sharing app accesses its
+ proprietary server).
- This is a client-oriented implementation, designed to work online by downloading
- and uploading files from an active device on the network (instead of
- synchronizing a local copy of the entire repository). This is quite different
- from the way the syncthing-android works, and its useful from those devices that
- cannot or wish not to download the entire repository (for example, mobile
- devices with limited storage available, wishing to access a syncthing share).
+ This is a client-oriented implementation, designed to work online by downloading
+ and uploading files from an active device on the network (instead of
+ synchronizing a local copy of the entire repository). This is quite different
+ from the way the syncthing-android works, and its useful from those devices that
+ cannot or wish not to download the entire repository (for example, mobile
+ devices with limited storage available, wishing to access a syncthing share).
RepoType: git
Repo: https://github.com/syncthing/syncthing-lite.git
diff --git a/metadata/net.syntaxblitz.plucklock.yml b/metadata/net.syntaxblitz.plucklock.yml
index 14fd4ce47b..58c91709ac 100644
--- a/metadata/net.syntaxblitz.plucklock.yml
+++ b/metadata/net.syntaxblitz.plucklock.yml
@@ -9,13 +9,13 @@ IssueTracker: https://github.com/SyntaxBlitz/PluckLock/issues
AutoName: PluckLock
Description: |-
- Immediately lock your phone if someone snatches it from your hand. It pings the
- accelerometer in the background and will lock the phone if the sum of all
- non-gravitational forces ever exceeds the threshold.
+ Immediately lock your phone if someone snatches it from your hand. It pings the
+ accelerometer in the background and will lock the phone if the sum of all
+ non-gravitational forces ever exceeds the threshold.
- Note that uninstallation is currently not obvious - you first need to
- deactivate, in Android's Settings -> Security - Device Administrators. Until you
- do this, uninstallation will fail.
+ Note that uninstallation is currently not obvious - you first need to
+ deactivate, in Android's Settings -> Security - Device Administrators. Until you
+ do this, uninstallation will fail.
RepoType: git
Repo: https://github.com/SyntaxBlitz/PluckLock
diff --git a/metadata/net.szym.barnacle.yml b/metadata/net.szym.barnacle.yml
index 8e69063f6e..84b398167b 100644
--- a/metadata/net.szym.barnacle.yml
+++ b/metadata/net.szym.barnacle.yml
@@ -10,17 +10,17 @@ Donate: https://szym.net/barnacle/#donate
AutoName: Barnacle Wifi Tether
Description: |-
- NOTE: This app is no longer maintained (its repo was archived).
+ NOTE: This app is no longer maintained (its repo was archived).
- Barnacle is a combination of tools to provide wifi tethering on a phone:
+ Barnacle is a combination of tools to provide wifi tethering on a phone:
- * NAT
- * DHCP server
- * WLAN ad-hoc setup
+ * NAT
+ * DHCP server
+ * WLAN ad-hoc setup
- Some devices might not work with certain ROMs.
+ Some devices might not work with certain ROMs.
- Requires root.
+ Requires root.
RequiresRoot: true
diff --git a/metadata/net.taler.cashier.yml b/metadata/net.taler.cashier.yml
index d2fa2560bc..42f394e9aa 100644
--- a/metadata/net.taler.cashier.yml
+++ b/metadata/net.taler.cashier.yml
@@ -9,9 +9,9 @@ Translation: https://weblate.taler.net/projects/gnu-taler/cashier-android
AutoName: Taler Cashier
Description: |-
- The GNU Taler Cashier app allows you to take in physical cash and hand
- electronic Taler cash in exchange. This is useful for regional or
- organizational currencies.
+ The GNU Taler Cashier app allows you to take in physical cash and hand
+ electronic Taler cash in exchange. This is useful for regional or
+ organizational currencies.
RepoType: git
Repo: https://git.taler.net/taler-android.git
diff --git a/metadata/net.taler.merchantpos.yml b/metadata/net.taler.merchantpos.yml
index cc41e3fc65..127c113ae0 100644
--- a/metadata/net.taler.merchantpos.yml
+++ b/metadata/net.taler.merchantpos.yml
@@ -9,11 +9,11 @@ Translation: https://weblate.taler.net/projects/gnu-taler/pos-android
AutoName: GNU Taler Point-of-Sale
Description: |-
- The GNU Taler merchant POS (point of sale) terminal allows sellers to
+ The GNU Taler merchant POS (point of sale) terminal allows sellers to
- * process customers' orders by adding or removing products
- * calculate the amount owed by the customer
- * let the customer make a Taler payment via QR code or NFC
+ * process customers' orders by adding or removing products
+ * calculate the amount owed by the customer
+ * let the customer make a Taler payment via QR code or NFC
RepoType: git
Repo: https://git.taler.net/taler-android.git
diff --git a/metadata/net.taler.wallet.fdroid.yml b/metadata/net.taler.wallet.fdroid.yml
index c6b573ea21..1420e0717b 100644
--- a/metadata/net.taler.wallet.fdroid.yml
+++ b/metadata/net.taler.wallet.fdroid.yml
@@ -9,17 +9,17 @@ Translation: https://weblate.taler.net/projects/gnu-taler/wallet-android
AutoName: Taler Wallet
Description: |-
- This app is a wallet for GNU Taler. It is highly experimental, and not ready for production use yet.
+ This app is a wallet for GNU Taler. It is highly experimental, and not ready for production use yet.
- GNU Taler is a privacy-preserving payment system. Customers can stay anonymous, but merchants can not hide their income through payments with GNU Taler. This helps to avoid tax evasion and money laundering.
+ GNU Taler is a privacy-preserving payment system. Customers can stay anonymous, but merchants can not hide their income through payments with GNU Taler. This helps to avoid tax evasion and money laundering.
- The primary use case of GNU Taler is payments; it is not meant as a store of value. Payments are always backed by an existing currency.
+ The primary use case of GNU Taler is payments; it is not meant as a store of value. Payments are always backed by an existing currency.
- Payment are made after exchanging existing money into electronic money with the help of an Exchange service, that is, a payment service provider for Taler.
+ Payment are made after exchanging existing money into electronic money with the help of an Exchange service, that is, a payment service provider for Taler.
- When making a payment, customers only need a charged wallet. A merchant can accept payments without making their customers register on the merchant's Website.
+ When making a payment, customers only need a charged wallet. A merchant can accept payments without making their customers register on the merchant's Website.
- GNU Taler is immune against many types of fraud, such as phishing of credit card information or chargeback fraud. In case of loss or theft, only the limited amount of money left in the wallet might be gone.
+ GNU Taler is immune against many types of fraud, such as phishing of credit card information or chargeback fraud. In case of loss or theft, only the limited amount of money left in the wallet might be gone.
RepoType: git
Repo: https://git.taler.net/taler-android.git
diff --git a/metadata/net.tedstein.AndroSS.yml b/metadata/net.tedstein.AndroSS.yml
index 9692c20560..7c47ad1f9f 100644
--- a/metadata/net.tedstein.AndroSS.yml
+++ b/metadata/net.tedstein.AndroSS.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/tstein/AndroSS/issues
AutoName: AndroSS
Description: |-
- Take screen captures. Root is required on non-Tegra devices. Android 4+ allows
- screenshots usually by holding Volume Down and the Power button, but earlier
- versions of Android need root, by design.
+ Take screen captures. Root is required on non-Tegra devices. Android 4+ allows
+ screenshots usually by holding Volume Down and the Power button, but earlier
+ versions of Android need root, by design.
RequiresRoot: true
diff --git a/metadata/net.thauvin.erik.android.noussd.yml b/metadata/net.thauvin.erik.android.noussd.yml
index ce31adb451..00218ddd1b 100644
--- a/metadata/net.thauvin.erik.android.noussd.yml
+++ b/metadata/net.thauvin.erik.android.noussd.yml
@@ -10,11 +10,11 @@ IssueTracker: https://github.com/ethauvin/NoUSSD/issues
AutoName: NoUSSD
Description: |-
- Many Android phones have a security flaw where they will automatically dial any
- telephone number touched on a web page. USSD codes are numbers that can provide
- system info such as the IMEI number and possibly even do a factory reset. NoUSSD
- will intercept all USSD codes and give you the choice to not dial them. Regular
- phone numbers will be sent automatically to your favorite dialer.
+ Many Android phones have a security flaw where they will automatically dial any
+ telephone number touched on a web page. USSD codes are numbers that can provide
+ system info such as the IMEI number and possibly even do a factory reset. NoUSSD
+ will intercept all USSD codes and give you the choice to not dial them. Regular
+ phone numbers will be sent automatically to your favorite dialer.
RepoType: git
Repo: https://github.com/ethauvin/NoUSSD.git
diff --git a/metadata/net.tjado.passwdsafe.yml b/metadata/net.tjado.passwdsafe.yml
index 58e14216b7..6ad40e1cfe 100644
--- a/metadata/net.tjado.passwdsafe.yml
+++ b/metadata/net.tjado.passwdsafe.yml
@@ -9,11 +9,11 @@ Changelog: https://github.com/tejado/Authorizer/releases
AutoName: Authorizer
Description: |-
- The idea behind Authorizer is, to use old smartphones as a hardware password
- manager only. To avoid manual typing of long and complex passwords everytime you
- need them, Authorizer pretends to be an USB keyboard (e.g. over an USB On-The-Go
- adapter). With a button press inside the App, it will automatically enters the
- password for you on your pc, laptop, tablet or main smartphone.
+ The idea behind Authorizer is, to use old smartphones as a hardware password
+ manager only. To avoid manual typing of long and complex passwords everytime you
+ need them, Authorizer pretends to be an USB keyboard (e.g. over an USB On-The-Go
+ adapter). With a button press inside the App, it will automatically enters the
+ password for you on your pc, laptop, tablet or main smartphone.
RepoType: git
Repo: https://github.com/tejado/Authorizer.git
diff --git a/metadata/net.usikkert.kouchat.android.yml b/metadata/net.usikkert.kouchat.android.yml
index b93498c934..42719cdc4b 100644
--- a/metadata/net.usikkert.kouchat.android.yml
+++ b/metadata/net.usikkert.kouchat.android.yml
@@ -10,37 +10,37 @@ Changelog: https://github.com/blurpy/kouchat-android/blob/HEAD/CHANGES
AutoName: KouChat
Description: |-
- Chat and transfer files with others on your WiFi network.
+ Chat and transfer files with others on your WiFi network.
- KouChat is a serverless LAN chat application for the desktop and Android.
+ KouChat is a serverless LAN chat application for the desktop and Android.
- With KouChat you can chat and send files to other KouChat users on the same
- local area network. It's intended to be used on your wireless network at home,
- the coffee shop, work place or similar, and does not require any setup, Internet
- connection or servers to function.
+ With KouChat you can chat and send files to other KouChat users on the same
+ local area network. It's intended to be used on your wireless network at home,
+ the coffee shop, work place or similar, and does not require any setup, Internet
+ connection or servers to function.
- See our user guide for more
- information about how to use KouChat.
+ See our user guide for more
+ information about how to use KouChat.
- Notes:
+ Notes:
- * KouChat does not see users across the Internet or the cellular network.
- * Some devices have unreliable network when the screen is off.
- * Not all networks have multicast enabled, which is a technology required for KouChat to work.
- * See at the bottom for tips if you are having problems.
+ * KouChat does not see users across the Internet or the cellular network.
+ * Some devices have unreliable network when the screen is off.
+ * Not all networks have multicast enabled, which is a technology required for KouChat to work.
+ * See at the bottom for tips if you are having problems.
- Features:
+ Features:
- * Group chat with all the connected users
- * Private chat with any user
- * Choose your own nick name
- * Set the topic of the group chat
- * Rich notifications
- * See who is currently writing
- * Send and receive files
- * Use away mode when you don't want to be disturbed
- * Choose the color to use for your own messages, and info messages
- * Send messages in any language supported by Unicode.
+ * Group chat with all the connected users
+ * Private chat with any user
+ * Choose your own nick name
+ * Set the topic of the group chat
+ * Rich notifications
+ * See who is currently writing
+ * Send and receive files
+ * Use away mode when you don't want to be disturbed
+ * Choose the color to use for your own messages, and info messages
+ * Send messages in any language supported by Unicode.
RepoType: git
Repo: https://github.com/blurpy/kouchat-android
diff --git a/metadata/net.vivekiyer.GAL.yml b/metadata/net.vivekiyer.GAL.yml
index 9eda746267..9d8def593a 100644
--- a/metadata/net.vivekiyer.GAL.yml
+++ b/metadata/net.vivekiyer.GAL.yml
@@ -7,10 +7,10 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=vivekiyer%
AutoName: Corporate Addressbook
Description: |-
- The Global Address List (GAL) lookup available in Android is limited in
- functionality. It only looks up the email address and does not provide other
- information that is available in the GAL. This application looks up the GAL and
- returns ALL data that is available on the Exchange server for the query.
+ The Global Address List (GAL) lookup available in Android is limited in
+ functionality. It only looks up the email address and does not provide other
+ information that is available in the GAL. This application looks up the GAL and
+ returns ALL data that is available on the Exchange server for the query.
Builds:
- versionName: 1.3.0
diff --git a/metadata/net.vonforst.evmap.yml b/metadata/net.vonforst.evmap.yml
index a426356a69..530fd3eeab 100644
--- a/metadata/net.vonforst.evmap.yml
+++ b/metadata/net.vonforst.evmap.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on Mapbox servers, which are not libre.
+ NonFreeNet:
+ en-US: App depends on Mapbox servers, which are not libre.
Categories:
- Navigation
License: MIT
diff --git a/metadata/net.vreeken.quickmsg.yml b/metadata/net.vreeken.quickmsg.yml
index 9912e43837..91eaa77bca 100644
--- a/metadata/net.vreeken.quickmsg.yml
+++ b/metadata/net.vreeken.quickmsg.yml
@@ -9,8 +9,8 @@ SourceCode: https://quickmsg.vreeken.net/QuickMSG.git
AutoName: QuickMSG
Description: |-
- Encrypted instant messenger that uses existing mail infrastructure and encrypts
- messages with PGP.
+ Encrypted instant messenger that uses existing mail infrastructure and encrypts
+ messages with PGP.
RepoType: git
Repo: https://quickmsg.vreeken.net/QuickMSG.git
@@ -77,7 +77,7 @@ Builds:
init: rm -f build.xml
MaintainerNotes: As of version QuickMSG-20140330,4 there are no longer pre-built jar
- files.
+ files.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/net.wigle.wigleandroid.yml b/metadata/net.wigle.wigleandroid.yml
index 0d75c94ce7..74d7577445 100644
--- a/metadata/net.wigle.wigleandroid.yml
+++ b/metadata/net.wigle.wigleandroid.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: WiGLE database is proprietary.
+ NonFreeNet:
+ en-US: WiGLE database is proprietary.
Categories:
- Connectivity
License: BSD-3-Clause
@@ -13,18 +13,18 @@ Changelog: https://github.com/wiglenet/wigle-wifi-wardriving/blob/HEAD/TODO
AutoName: WiGLE WiFi Wardriving FOSS
Description: |-
- Display and map found wireless networks and cell towers anywhere in the world
- and optionally upload to the wigle.net database (read the
- https://github.com/wiglenet/wigle-wifi-wardriving/blob/HEAD/eula.html).
+ Display and map found wireless networks and cell towers anywhere in the world
+ and optionally upload to the wigle.net database (read the
+ https://github.com/wiglenet/wigle-wifi-wardriving/blob/HEAD/eula.html).
- * Export to CSV files on SD card (comma separated values)
- * Export to KML files on SD card (to import into Google Maps/Earth)
- * Audio and Text-to-Speech alerting
- * Local database to track new networks found
- * Real-time map of networks found (OpenStreetMap)
- * Can move app to SD card
- * "Mute" button to shut off all sound/speech immediately
- * Bluetooth GPS support through mock locations
+ * Export to CSV files on SD card (comma separated values)
+ * Export to KML files on SD card (to import into Google Maps/Earth)
+ * Audio and Text-to-Speech alerting
+ * Local database to track new networks found
+ * Real-time map of networks found (OpenStreetMap)
+ * Can move app to SD card
+ * "Mute" button to shut off all sound/speech immediately
+ * Bluetooth GPS support through mock locations
RepoType: git
Repo: https://github.com/wiglenet/wigle-wifi-wardriving.git
@@ -126,8 +126,8 @@ Builds:
rm:
- wiglewifiwardriving/libs/slf4j-android*.jar
prebuild: sed -i -e '/support-v4/acompile "org.slf4j:slf4j-android:1.7.19"' -e
- '/slf4j-android-1.5.8.jar/d' -e 's/net.wigle.wigleandroid.foss/net.wigle.wigleandroid/g'
- build.gradle
+ '/slf4j-android-1.5.8.jar/d' -e 's/net.wigle.wigleandroid.foss/net.wigle.wigleandroid/g'
+ build.gradle
- versionName: '2.29'
versionCode: 229
@@ -157,7 +157,7 @@ Builds:
- etc/*.gz
MaintainerNotes: Must run gradle in the root path because relative path is used in
- app/build.gradle.
+ app/build.gradle.
AutoUpdateMode: Version
UpdateCheckMode: Tags foss-*
diff --git a/metadata/net.wireloss.android.fahrplan.pw16.yml b/metadata/net.wireloss.android.fahrplan.pw16.yml
index 946d5eae87..b20c6d871a 100644
--- a/metadata/net.wireloss.android.fahrplan.pw16.yml
+++ b/metadata/net.wireloss.android.fahrplan.pw16.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/oe1rfc/CampFahrplan/issues
Name: Privacy Week Schedule
Summary: View schedule of the Privacy Week event
Description: |-
- PrivacyWeek schedule viewer - an event by Chaos Computer Club Vienna (C3W). This
- app is based on https://f-droid.org/packages/nerd.tuxmobil.fahrplan.congress.
+ PrivacyWeek schedule viewer - an event by Chaos Computer Club Vienna (C3W). This
+ app is based on https://f-droid.org/packages/nerd.tuxmobil.fahrplan.congress.
RepoType: git
Repo: https://github.com/oe1rfc/CampFahrplan.git
diff --git a/metadata/net.xenotropic.quizznworldcap.yml b/metadata/net.xenotropic.quizznworldcap.yml
index 2d52526301..94aba81546 100644
--- a/metadata/net.xenotropic.quizznworldcap.yml
+++ b/metadata/net.xenotropic.quizznworldcap.yml
@@ -9,8 +9,8 @@ IssueTracker: https://github.com/xenotropic/quizzn/issues
AutoName: Quizz'n World Capitals
Description: |-
- Quiz game that uses the world capitals as dataset, but can also be easily
- adapted to work with language vocabulary learning.
+ Quiz game that uses the world capitals as dataset, but can also be easily
+ adapted to work with language vocabulary learning.
RepoType: git
Repo: https://github.com/xenotropic/quizzn.git
diff --git a/metadata/net.xvello.salasana.yml b/metadata/net.xvello.salasana.yml
index c5fe6c6402..6508f40644 100644
--- a/metadata/net.xvello.salasana.yml
+++ b/metadata/net.xvello.salasana.yml
@@ -9,17 +9,17 @@ Changelog: https://github.com/xvello/salasana-android/releases
AutoName: Salasana
Description: |
- This app allows you to generate site-specific password from a single master password.
- This avoids the hassle of remembering a unique password for each website you sign up to.
+ This app allows you to generate site-specific password from a single master password.
+ This avoids the hassle of remembering a unique password for each website you sign up to.
- We all have dozens (or even hundreds) of website accounts we have to remember.
- We are then tempted to reuse the same password for several websites. If one of
- them is hacked or malevolent, you risk exposing your other accounts.
+ We all have dozens (or even hundreds) of website accounts we have to remember.
+ We are then tempted to reuse the same password for several websites. If one of
+ them is hacked or malevolent, you risk exposing your other accounts.
- It mixes together your personal master password and the website domain using
- a little cryptographic magic we call SHA-1. It will always get the same result
- if given that domain name and master password, but will never get that result
- if either changes. (Well, once in a few billion times it might.)
+ It mixes together your personal master password and the website domain using
+ a little cryptographic magic we call SHA-1. It will always get the same result
+ if given that domain name and master password, but will never get that result
+ if either changes. (Well, once in a few billion times it might.)
RepoType: git
Repo: https://github.com/xvello/salasana-android
diff --git a/metadata/net.yolosec.routerkeygen2.yml b/metadata/net.yolosec.routerkeygen2.yml
index b3117fa1ec..81b9b4f58e 100644
--- a/metadata/net.yolosec.routerkeygen2.yml
+++ b/metadata/net.yolosec.routerkeygen2.yml
@@ -6,13 +6,13 @@ SourceCode: https://github.com/yolosec/routerkeygenAndroid
IssueTracker: https://github.com/yolosec/routerkeygenAndroid/issues
Description: |-
- This application scans all WiFi networks in the range for known vulnerabilities
- in default WiFi password. For selected vulnerable network it computes several
- possible passwords and enables to test them all.
+ This application scans all WiFi networks in the range for known vulnerabilities
+ in default WiFi password. For selected vulnerable network it computes several
+ possible passwords and enables to test them all.
- Application enables to save computed passwords to a file or load configuration
- files for some vulnerabilities (not related to UPC). For this app needs access
- to storage.
+ Application enables to save computed passwords to a file or load configuration
+ files for some vulnerabilities (not related to UPC). For this app needs access
+ to storage.
RepoType: git
Repo: https://github.com/yolosec/routerkeygenAndroid.git
diff --git a/metadata/net.yxejamir.misbotheringsms.yml b/metadata/net.yxejamir.misbotheringsms.yml
index 58950978b3..ea3be6191b 100644
--- a/metadata/net.yxejamir.misbotheringsms.yml
+++ b/metadata/net.yxejamir.misbotheringsms.yml
@@ -6,14 +6,14 @@ IssueTracker: https://github.com/amiryal/misbotheringsms/issues
AutoName: Misbothering SMS Receiver
Description: |-
- Stop spam SMS alerts by only playing a notification sound and vibrating your
- phone for senders in your contacts.
+ Stop spam SMS alerts by only playing a notification sound and vibrating your
+ phone for senders in your contacts.
- To make this app work as intended, disable sound and vibration in your normal
- Messaging app, and let this app do it only for senders in your contacts list.
+ To make this app work as intended, disable sound and vibration in your normal
+ Messaging app, and let this app do it only for senders in your contacts list.
- If you are using a version of Android earlier than 4.4, you may like to try the
- original https://f-droid.org/packages/ru.glesik.nostrangersms, of which this app is a fork.
+ If you are using a version of Android earlier than 4.4, you may like to try the
+ original https://f-droid.org/packages/ru.glesik.nostrangersms, of which this app is a fork.
RepoType: git
Repo: https://github.com/amiryal/misbotheringsms
diff --git a/metadata/net.zygotelabs.locker.yml b/metadata/net.zygotelabs.locker.yml
index 1d5c37f36b..ae166504ab 100644
--- a/metadata/net.zygotelabs.locker.yml
+++ b/metadata/net.zygotelabs.locker.yml
@@ -5,22 +5,22 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/https://github.co
AutoName: Locker
Description: |-
- Concerned about loosing your phone and worried someone might figure out your
- unlock code and access your personal information? Locker is here to keep you
- safe. Locker is as simple as it is brilliant. Specify the number of allowed
- attempts to unlock your phone. If the number of attempts exceeds this number the
- phone will be wiped and erased, protecting your personal information.
+ Concerned about loosing your phone and worried someone might figure out your
+ unlock code and access your personal information? Locker is here to keep you
+ safe. Locker is as simple as it is brilliant. Specify the number of allowed
+ attempts to unlock your phone. If the number of attempts exceeds this number the
+ phone will be wiped and erased, protecting your personal information.
- While Android does not offer the option to restrict the number of device unlock
- attempts directly, there is a device administration API that allows such a
- policy to be enforced hrough third party applications. This is exactly what
- Locker does.
+ While Android does not offer the option to restrict the number of device unlock
+ attempts directly, there is a device administration API that allows such a
+ policy to be enforced hrough third party applications. This is exactly what
+ Locker does.
- Locker activates and enforces the security policy that will trigger a full
- system wipe when the specified number of unlock attempts have been exhausted.
- Depending on what lock screen application you are using the user will be
- presented with warning messages when the number of remaining attempts is 4 or
- less.
+ Locker activates and enforces the security policy that will trigger a full
+ system wipe when the specified number of unlock attempts have been exhausted.
+ Depending on what lock screen application you are using the user will be
+ presented with warning messages when the number of remaining attempts is 4 or
+ less.
Builds:
- versionName: 1.0.6
diff --git a/metadata/network.loki.messenger.fdroid.yml b/metadata/network.loki.messenger.fdroid.yml
index 98cf16e6b1..e947932751 100644
--- a/metadata/network.loki.messenger.fdroid.yml
+++ b/metadata/network.loki.messenger.fdroid.yml
@@ -13,25 +13,25 @@ Changelog: https://github.com/oxen-io/session-android/releases
AutoName: Session
Description: |-
- This is an unofficial rebrand of Session without Firebase push service so the "fast mode" can't be enabled. If you want to use the "fast mode" please use the official Session client from their own repo.
+ This is an unofficial rebrand of Session without Firebase push service so the "fast mode" can't be enabled. If you want to use the "fast mode" please use the official Session client from their own repo.
- Session is a new breed of encrypted private messenger, built on a unique network of user-operated servers spread all over the world. With no central servers, Session can't leak or sell your data. You don't need a phone number or email to sign up — your Session ID can stay completely anonymous. And Session's private routing protocols keep your messages secret and secure. No one ever knows who you're talking to, what you're saying, or even your IP address.
+ Session is a new breed of encrypted private messenger, built on a unique network of user-operated servers spread all over the world. With no central servers, Session can't leak or sell your data. You don't need a phone number or email to sign up — your Session ID can stay completely anonymous. And Session's private routing protocols keep your messages secret and secure. No one ever knows who you're talking to, what you're saying, or even your IP address.
- • Fully anonymous account creation, no phone number or email required
+ • Fully anonymous account creation, no phone number or email required
- • Decentralised server network: No data breaches and no central point of failure
+ • Decentralised server network: No data breaches and no central point of failure
- • No metadata logging: Session doesn't store, track, or log your messaging metadata
+ • No metadata logging: Session doesn't store, track, or log your messaging metadata
- • IP address protection: Device IP addresses are never exposed to the person you're talking to or the servers holding your data
+ • IP address protection: Device IP addresses are never exposed to the person you're talking to or the servers holding your data
- • Closed groups: Private, end-to-end encrypted group chats for up to 100 people
+ • Closed groups: Private, end-to-end encrypted group chats for up to 100 people
- • Encrypted attachments: Share voice snippets, photos, and files with Session's security and privacy protections
+ • Encrypted attachments: Share voice snippets, photos, and files with Session's security and privacy protections
- • Free and fully open-source: Don't take our word for it — check Session's code yourself
+ • Free and fully open-source: Don't take our word for it — check Session's code yourself
- Session is free as in free speech, free as in free beer, and free of ads and trackers. Session is built and maintained by the Loki Foundation, Australia's first privacy tech not-for-profit organisation. Take back your online privacy today — download Session. Want to build from source, report a bug, or just take a look at our code? Check out Session on GitHub: https://github.com/oxen-io/session-android
+ Session is free as in free speech, free as in free beer, and free of ads and trackers. Session is built and maintained by the Loki Foundation, Australia's first privacy tech not-for-profit organisation. Take back your online privacy today — download Session. Want to build from source, report a bug, or just take a look at our code? Check out Session on GitHub: https://github.com/oxen-io/session-android
RepoType: git
Repo: https://github.com/oxen-io/session-android.git
diff --git a/metadata/network.ubic.ubic.yml b/metadata/network.ubic.ubic.yml
index 76f3f590db..ade9877e82 100644
--- a/metadata/network.ubic.ubic.yml
+++ b/metadata/network.ubic.ubic.yml
@@ -7,20 +7,20 @@ Changelog: https://github.com/rgex/UBIC-android-wallet/releases
AutoName: UBIC Wallet
Description: |-
- This is a UBIC wallet for Android smartphones. It is still in an early
- stage but does provide all the basic functionalities a wallet requires. You
- can receive your unconditional basic income by scanning your E-Passport via
- NFC. Your Identity is NOT revealed that way, the Non-transferable proof of
- Signature Knowledge avoids anonymously the creation of sybil accounts. You
- can send transactions, receive them and register a passport in order to get
- you UBIC cryptoUBI.
+ This is a UBIC wallet for Android smartphones. It is still in an early
+ stage but does provide all the basic functionalities a wallet requires. You
+ can receive your unconditional basic income by scanning your E-Passport via
+ NFC. Your Identity is NOT revealed that way, the Non-transferable proof of
+ Signature Knowledge avoids anonymously the creation of sybil accounts. You
+ can send transactions, receive them and register a passport in order to get
+ you UBIC cryptoUBI.
- Passports of the following countries are compatible with UBIC: Switzerland,
- Germany, Austria (passports after October 2014), United Kingdom, Ireland
- (passports after May 2016), USA, Australia, China, Sweden, France, Canada,
- Japan (passports after May 2016), Thailand, New Zealand, United Arab
- Emirates, Finland, Luxemburg, Singapore, Hungary, Czech Republic, Malaysia,
- Ukraine
+ Passports of the following countries are compatible with UBIC: Switzerland,
+ Germany, Austria (passports after October 2014), United Kingdom, Ireland
+ (passports after May 2016), USA, Australia, China, Sweden, France, Canada,
+ Japan (passports after May 2016), Thailand, New Zealand, United Arab
+ Emirates, Finland, Luxemburg, Singapore, Hungary, Czech Republic, Malaysia,
+ Ukraine
RepoType: git
Repo: https://github.com/rgex/UBIC-android-wallet
@@ -118,7 +118,7 @@ Builds:
ndk: r14b
MaintainerNotes: Upstream includes OpenSSL binaries so we have to rebuild them from
- source.
+ source.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/news.androidtv.launchonboot.yml b/metadata/news.androidtv.launchonboot.yml
index d2231b0cda..2ed9d0f890 100644
--- a/metadata/news.androidtv.launchonboot.yml
+++ b/metadata/news.androidtv.launchonboot.yml
@@ -7,12 +7,12 @@ Changelog: https://github.com/ITVlab/Launch-On-Boot/releases
AutoName: Launch on Boot
Description: |
- When the device boots, it will open an app that has been
- pre-selected by the user. On Android TV, this will allow the user to
- open a TV app.
+ When the device boots, it will open an app that has been
+ pre-selected by the user. On Android TV, this will allow the user to
+ open a TV app.
- It can also be configured to re-open the app once the device has
- woken up.
+ It can also be configured to re-open the app once the device has
+ woken up.
RepoType: git
Repo: https://github.com/ITVlab/Launch-On-Boot
diff --git a/metadata/nightlock.peppercarrot.yml b/metadata/nightlock.peppercarrot.yml
index b992c05659..055ff981be 100644
--- a/metadata/nightlock.peppercarrot.yml
+++ b/metadata/nightlock.peppercarrot.yml
@@ -8,8 +8,8 @@ Changelog: https://framagit.org/peppercarrot/e-reader/-/tags
AutoName: Pepper&Carrot Reader
Description: |-
- Android E-Reader App for Reading Pepper & Carrot Webcomic, an Open-source (CC-BY
- 4.0) comic made by David Revoy.
+ Android E-Reader App for Reading Pepper & Carrot Webcomic, an Open-source (CC-BY
+ 4.0) comic made by David Revoy.
RepoType: git
Repo: https://framagit.org/peppercarrot/e-reader.git
diff --git a/metadata/nitezh.ministock.yml b/metadata/nitezh.ministock.yml
index 933b890b4e..990a964ec6 100644
--- a/metadata/nitezh.ministock.yml
+++ b/metadata/nitezh.ministock.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Yahoo Finance.
+ NonFreeNet:
+ en-US: Depends on Yahoo Finance.
Categories:
- Money
License: MIT
@@ -13,21 +13,21 @@ Changelog: https://github.com/niteshpatel/ministocks/releases
AutoName: Ministocks
Description: |-
- Ministocks uses finance data sourced from Yahoo Finance, and recognises the same
- symbols.
+ Ministocks uses finance data sourced from Yahoo Finance, and recognises the same
+ symbols.
- The Ministocks stocks widget has the following features:
+ The Ministocks stocks widget has the following features:
- * Four widget sizes available
- * Add unlimited widgets
- * Stock symbol search
- * Price change - daily and against buy price
- * Profit and loss - current valuation and total gain
- * High price and low price alerts
- * Foreign exchange prices
- * Data sourced from Yahoo Finance
- * Foreign exchange daily changes
- * Custom update schedule
+ * Four widget sizes available
+ * Add unlimited widgets
+ * Stock symbol search
+ * Price change - daily and against buy price
+ * Profit and loss - current valuation and total gain
+ * High price and low price alerts
+ * Foreign exchange prices
+ * Data sourced from Yahoo Finance
+ * Foreign exchange daily changes
+ * Custom update schedule
RepoType: git
Repo: https://github.com/niteshpatel/ministocks.git
diff --git a/metadata/nl.asymmetrics.droidshows.yml b/metadata/nl.asymmetrics.droidshows.yml
index 70304df856..856622bafb 100644
--- a/metadata/nl.asymmetrics.droidshows.yml
+++ b/metadata/nl.asymmetrics.droidshows.yml
@@ -11,18 +11,18 @@ Changelog: https://github.com/ltGuillaume/DroidShows/releases
AutoName: DroidShows
Description: |-
- TV Series/TV Shows browser and tracker based on https://f-droid.org/packages/org.droidseries. It helps
- you manage your favorite TV shows and keep track of the episodes that you have
- or have not seen.
+ TV Series/TV Shows browser and tracker based on https://f-droid.org/packages/org.droidseries. It helps
+ you manage your favorite TV shows and keep track of the episodes that you have
+ or have not seen.
- This fork adds quite a bunch of features, among which an improved interface, a
- menu overflow button, pinning, quick search and filters, a separate
- archive/backlog list, a last seen episodes log, swipe gestures, more show
- information, backup/restore, double episode entries clean-up, faster updating,
- cover and fan art view, a modern launcher icon and it speeds up responsiveness
- significantly by (more) efficient SQL queries and some threading. DroidShows
- only needs an internet connection when updating the show info or watching
- full-size posters.
+ This fork adds quite a bunch of features, among which an improved interface, a
+ menu overflow button, pinning, quick search and filters, a separate
+ archive/backlog list, a last seen episodes log, swipe gestures, more show
+ information, backup/restore, double episode entries clean-up, faster updating,
+ cover and fan art view, a modern launcher icon and it speeds up responsiveness
+ significantly by (more) efficient SQL queries and some threading. DroidShows
+ only needs an internet connection when updating the show info or watching
+ full-size posters.
RepoType: git
Repo: https://github.com/ltGuillaume/DroidShows
diff --git a/metadata/nl.devluuk.sleepywifi.yml b/metadata/nl.devluuk.sleepywifi.yml
index 6b5db7fb04..dcff242f20 100644
--- a/metadata/nl.devluuk.sleepywifi.yml
+++ b/metadata/nl.devluuk.sleepywifi.yml
@@ -8,8 +8,8 @@ Changelog: https://github.com/DevLuuk/SleepyWifi/releases
AutoName: SleepyWifi
Description: |-
- This app brings back the 'turn Wi-Fi off when the phone is in sleepmode' option for Android 8.1.
- This app can also save your phone battery.
+ This app brings back the 'turn Wi-Fi off when the phone is in sleepmode' option for Android 8.1.
+ This app can also save your phone battery.
RepoType: git
Repo: https://github.com/DevLuuk/SleepyWifi.git
diff --git a/metadata/nl.eventinfra.wifisetup.yml b/metadata/nl.eventinfra.wifisetup.yml
index adfef774e7..8fd00399f8 100644
--- a/metadata/nl.eventinfra.wifisetup.yml
+++ b/metadata/nl.eventinfra.wifisetup.yml
@@ -5,9 +5,9 @@ SourceCode: https://github.com/EventInfra/wifisetup
AutoName: CCCamp 2023 Wifi Setup
Description: |
- This app creates a secure profile with CA certificate checking (Let's
- Encrypt) and certificate subject verification (radius.c3noc.net).
- Current iteration for 36c3.
+ This app creates a secure profile with CA certificate checking (Let's
+ Encrypt) and certificate subject verification (radius.c3noc.net).
+ Current iteration for 36c3.
RepoType: git
Repo: https://github.com/EventInfra/wifisetup.git
diff --git a/metadata/nl.frankkie.bronylivewallpaper.yml b/metadata/nl.frankkie.bronylivewallpaper.yml
index 6d81ba2046..923e008669 100644
--- a/metadata/nl.frankkie.bronylivewallpaper.yml
+++ b/metadata/nl.frankkie.bronylivewallpaper.yml
@@ -8,12 +8,12 @@ IssueTracker: https://github.com/frankkienl/BronyLiveWallpaper/issues
Name: Brony Live Wallpaper
AutoName: BronyLiveWallpaper
Description: |-
- Featuring characters from MLP:FIM (trademarked to Hasbro Inc.).
+ Featuring characters from MLP:FIM (trademarked to Hasbro Inc.).
- GIFs are from the Desktop Ponies project and
- licensed as CC-BY-SA-NC.
+ GIFs are from the Desktop Ponies project and
+ licensed as CC-BY-SA-NC.
- Status: Beta
+ Status: Beta
RepoType: git
Repo: https://github.com/frankkienl/BronyLiveWallpaper.git
diff --git a/metadata/nl.implode.regenalarm.yml b/metadata/nl.implode.regenalarm.yml
index 15e334fa0c..8758110282 100644
--- a/metadata/nl.implode.regenalarm.yml
+++ b/metadata/nl.implode.regenalarm.yml
@@ -8,8 +8,8 @@ Donate: https://sanderbaas.github.io
AutoName: RainTime
Description: |-
- Graph with precipitation forecast for the next two hours in five minute
- intervals. For every location in the Netherlands.
+ Graph with precipitation forecast for the next two hours in five minute
+ intervals. For every location in the Netherlands.
RepoType: git
Repo: https://github.com/sanderbaas/rainalarm-android.git
diff --git a/metadata/nl.implode.weer.yml b/metadata/nl.implode.weer.yml
index fc1fa53c09..55494e7dcc 100644
--- a/metadata/nl.implode.weer.yml
+++ b/metadata/nl.implode.weer.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: OpenWeatherMap service itself is not open source
+ NonFreeNet:
+ en-US: OpenWeatherMap service itself is not open source
Categories:
- Science & Education
License: MIT
@@ -10,10 +10,10 @@ IssueTracker: https://github.com/sanderbaas/WeatherWidget/issues
Name: Weather Widget
AutoName: Weather
Description: |-
- Add one or more widgets to home screen with weather 5 to 7 day weather forecast
- in a location.
+ Add one or more widgets to home screen with weather 5 to 7 day weather forecast
+ in a location.
- NonFreeNet: OpenWeatherMap service itself is not open source.
+ NonFreeNet: OpenWeatherMap service itself is not open source.
RepoType: git
Repo: https://github.com/sanderbaas/WeatherWidget.git
diff --git a/metadata/nl.mpcjanssen.simpletask.webdav.yml b/metadata/nl.mpcjanssen.simpletask.webdav.yml
index 76da2f91f2..f855eb57a3 100644
--- a/metadata/nl.mpcjanssen.simpletask.webdav.yml
+++ b/metadata/nl.mpcjanssen.simpletask.webdav.yml
@@ -13,20 +13,20 @@ Changelog: https://github.com/mpcjanssen/simpletask-android/blob/HEAD/app/src/ma
Name: Simpletask (WebDAV)
AutoName: Simpletask donation key
Description: |-
- A simple task list manager that strives to have just enough features to do GTD
- (the Getting Things Done methodology), but no more.
+ A simple task list manager that strives to have just enough features to do GTD
+ (the Getting Things Done methodology), but no more.
- Based on the todo.txt app so all info is stored in a single
- text file called todo.txt.
+ Based on the todo.txt app so all info is stored in a single
+ text file called todo.txt.
- The todo.txt file is stored on a WebDAV server.
+ The todo.txt file is stored on a WebDAV server.
- * Todo list stored in the documented todo.txt format
- * Comprehensive filtering and multi sort
- * Create calendar reminders for specific tasks directly from the app
- * Select on or more tasks and press overflow menu->Add reminder
- * Share the complete tasklist or selected tasks using the Android share feature
- * Tasks can deferred into the future. Combined with the "Creation date in future" sort it allows you to get tasks out of your face (as in 1MTD/MYN)
+ * Todo list stored in the documented todo.txt format
+ * Comprehensive filtering and multi sort
+ * Create calendar reminders for specific tasks directly from the app
+ * Select on or more tasks and press overflow menu->Add reminder
+ * Share the complete tasklist or selected tasks using the Android share feature
+ * Tasks can deferred into the future. Combined with the "Creation date in future" sort it allows you to get tasks out of your face (as in 1MTD/MYN)
RepoType: git
Repo: https://github.com/mpcjanssen/simpletask-android.git
diff --git a/metadata/nl.mpcjanssen.simpletask.yml b/metadata/nl.mpcjanssen.simpletask.yml
index 84d625188c..d16e70312c 100644
--- a/metadata/nl.mpcjanssen.simpletask.yml
+++ b/metadata/nl.mpcjanssen.simpletask.yml
@@ -13,20 +13,20 @@ Changelog: https://github.com/mpcjanssen/simpletask-android/blob/HEAD/app/src/ma
Name: Simpletask
AutoName: Simpletask donation key
Description: |-
- A simple task list manager that strives to have just enough features to do GTD
- (the Getting Things Done methodology), but no more.
+ A simple task list manager that strives to have just enough features to do GTD
+ (the Getting Things Done methodology), but no more.
- Based on the todo.txt app so all info is stored in a single
- text file called todo.txt.
+ Based on the todo.txt app so all info is stored in a single
+ text file called todo.txt.
- Note that, with this version, you will need to take care of backups yourself.
+ Note that, with this version, you will need to take care of backups yourself.
- * Todo list stored in the documented todo.txt format
- * Comprehensive filtering and multi sort
- * Create calendar reminders for specific tasks directly from the app
- * Select on or more tasks and press overflow menu->Add reminder
- * Share the complete tasklist or selected tasks using the Android share feature
- * Tasks can deferred into the future. Combined with the "Creation date in future" sort it allows you to get tasks out of your face (as in 1MTD/MYN)
+ * Todo list stored in the documented todo.txt format
+ * Comprehensive filtering and multi sort
+ * Create calendar reminders for specific tasks directly from the app
+ * Select on or more tasks and press overflow menu->Add reminder
+ * Share the complete tasklist or selected tasks using the Android share feature
+ * Tasks can deferred into the future. Combined with the "Creation date in future" sort it allows you to get tasks out of your face (as in 1MTD/MYN)
RepoType: git
Repo: https://github.com/mpcjanssen/simpletask-android.git
@@ -897,7 +897,7 @@ Builds:
- versionName: 10.0.4
versionCode: 3072
disable: Could not get unknown property 'storeServiceAccount' for object of type
- de.triplet.gradle.play.PlayAccountConfig
+ de.triplet.gradle.play.PlayAccountConfig
commit: 10.0.4
subdir: app
gradle:
diff --git a/metadata/nl.privacydragon.bookwyrm.yml b/metadata/nl.privacydragon.bookwyrm.yml
index 11ecc389fa..617c4d9009 100644
--- a/metadata/nl.privacydragon.bookwyrm.yml
+++ b/metadata/nl.privacydragon.bookwyrm.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: BookWyrm itself is non-free software.
+ NonFreeNet:
+ en-US: BookWyrm itself is non-free software.
Categories:
- Reading
License: BSD-3-Clause
diff --git a/metadata/nl.rijksoverheid.ctr.holder.yml b/metadata/nl.rijksoverheid.ctr.holder.yml
index 42d3bcac70..749ecfeee6 100644
--- a/metadata/nl.rijksoverheid.ctr.holder.yml
+++ b/metadata/nl.rijksoverheid.ctr.holder.yml
@@ -17,7 +17,7 @@ Builds:
gradle:
- prod
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.2'
- > /dev/null
+ > /dev/null
build:
- cd ..
- chmod +x build-mobilecore.sh
@@ -36,7 +36,7 @@ Builds:
gradle:
- prod
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
build:
- cd ..
- mkdir -p ../tmp-go
@@ -72,7 +72,7 @@ Builds:
gradle:
- prod
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
build:
- cd ..
- mkdir -p ../tmp-go
diff --git a/metadata/nl.rijksoverheid.ctr.verifier.yml b/metadata/nl.rijksoverheid.ctr.verifier.yml
index 982ba7b4a5..e0e848ef7c 100644
--- a/metadata/nl.rijksoverheid.ctr.verifier.yml
+++ b/metadata/nl.rijksoverheid.ctr.verifier.yml
@@ -17,7 +17,7 @@ Builds:
gradle:
- prod
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-30' 'build-tools;30.0.2'
- > /dev/null
+ > /dev/null
build:
- cd ..
- chmod +x build-mobilecore.sh
@@ -36,7 +36,7 @@ Builds:
gradle:
- prod
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
build:
- cd ..
- mkdir -p ../tmp-go
@@ -72,7 +72,7 @@ Builds:
gradle:
- prod
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
build:
- cd ..
- mkdir -p ../tmp-go
@@ -108,7 +108,7 @@ Builds:
gradle:
- prod
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-30' 'build-tools;30.0.2' > /dev/null
build:
- cd ..
- mkdir -p ../tmp-go
diff --git a/metadata/nl.ttys0.simplec25k.yml b/metadata/nl.ttys0.simplec25k.yml
index 7ababad0d4..5414eb0281 100644
--- a/metadata/nl.ttys0.simplec25k.yml
+++ b/metadata/nl.ttys0.simplec25k.yml
@@ -9,10 +9,10 @@ IssueTracker: https://github.com/roelb/Simple-C25K/issues
AutoName: Simple C25K
Description: |-
- Follow Josh Clark's famous ‘Couch to 5k' running plan. There is a plan for each
- day and after every interval the phone will vibrate and beep to let you know if
- you have to start or stop running. The application can run entirely in the
- background so playing music during the exercise will not be a problem.
+ Follow Josh Clark's famous ‘Couch to 5k' running plan. There is a plan for each
+ day and after every interval the phone will vibrate and beep to let you know if
+ you have to start or stop running. The application can run entirely in the
+ background so playing music during the exercise will not be a problem.
RepoType: git
Repo: https://github.com/roelb/Simple-C25K.git
diff --git a/metadata/nl.viter.glider.yml b/metadata/nl.viter.glider.yml
index a1c9258411..6daf5e8db7 100644
--- a/metadata/nl.viter.glider.yml
+++ b/metadata/nl.viter.glider.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Hacker News website, which is not libre.
+ NonFreeNet:
+ en-US: Depends on Hacker News website, which is not libre.
Categories:
- Internet
- Reading
diff --git a/metadata/nl.yoerinijs.notebuddy.yml b/metadata/nl.yoerinijs.notebuddy.yml
index 006034db84..afc3afc547 100644
--- a/metadata/nl.yoerinijs.notebuddy.yml
+++ b/metadata/nl.yoerinijs.notebuddy.yml
@@ -5,15 +5,15 @@ SourceCode: https://github.com/YoeriNijs/NoteBuddy
AutoName: NoteBuddy
Description: |-
- Take notes and encrypt them using password key derivation. The password will not
- be stored to ensure security. When you delete the account, all notes will be
- deleted automatically. Moreover, when one forgots the password, it should be
- impossible to read the notes. In that case, it is needed to reinstall the app.
+ Take notes and encrypt them using password key derivation. The password will not
+ be stored to ensure security. When you delete the account, all notes will be
+ deleted automatically. Moreover, when one forgots the password, it should be
+ impossible to read the notes. In that case, it is needed to reinstall the app.
- To use NoteBuddy, one must setup a simple user account (username and password
- with more than five chars) in order to login. All settings are stored in
- Android's Shared Preferences for now. The idea is to work with a SQlite database
- on the long term.
+ To use NoteBuddy, one must setup a simple user account (username and password
+ with more than five chars) in order to login. All settings are stored in
+ Android's Shared Preferences for now. The idea is to work with a SQlite database
+ on the long term.
Builds:
- versionName: '1.0'
@@ -80,7 +80,7 @@ Builds:
gradle:
- fdroidConfig
prebuild: echo -e '\nandroid { lintOptions { checkReleaseBuilds false } }' >>
- build.gradle
+ build.gradle
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/no.rkkc.bysykkel.yml b/metadata/no.rkkc.bysykkel.yml
index c16f7c7f0d..7cb2e546d6 100644
--- a/metadata/no.rkkc.bysykkel.yml
+++ b/metadata/no.rkkc.bysykkel.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeDep:
- en-US: Depends on Google Maps being installed on-device.
+ NonFreeDep:
+ en-US: Depends on Google Maps being installed on-device.
Categories:
- Navigation
License: GPL-3.0-only
@@ -11,23 +11,23 @@ IssueTracker: https://rogerkk.lighthouseapp.com/projects/53437-bysyklist-oslo/ov
AutoName: Bysyklist Oslo
Description: |-
- N.B It isn't possible to view your position on a map because Google Maps is the
- only map source and f-droid can't supply an API key to use it. It is still
- possible to see your relative position to docking stations however and to see
- how many bikes are available.
+ N.B It isn't possible to view your position on a map because Google Maps is the
+ only map source and f-droid can't supply an API key to use it. It is still
+ possible to see your relative position to docking stations however and to see
+ how many bikes are available.
- Bysyklist Oslo helps you find racks with ready bikes or docks for ClearChannels
- city bike (bysykkel) project in Oslo, Norway.
+ Bysyklist Oslo helps you find racks with ready bikes or docks for ClearChannels
+ city bike (bysykkel) project in Oslo, Norway.
- Features:
+ Features:
- * Map, with your location and rack status
- * Favorites
- * Desktop shortcuts for finding nearest bike or free dock with one single push of a button.
+ * Map, with your location and rack status
+ * Favorites
+ * Desktop shortcuts for finding nearest bike or free dock with one single push of a button.
- Anti-feature: Dependencies. It's necessary for Google Maps to be already
- installed either as an app or as a shared system library for this app to be
- installable. We won't be able to remove this dependency easily.
+ Anti-feature: Dependencies. It's necessary for Google Maps to be already
+ installed either as an app or as a shared system library for this app to be
+ installable. We won't be able to remove this dependency easily.
RepoType: git
Repo: https://github.com/rogerkk/bysyklist-oslo
diff --git a/metadata/nodomain.freeyourgadget.tpmsmonitor.yml b/metadata/nodomain.freeyourgadget.tpmsmonitor.yml
index 71925165ec..e3af159d01 100644
--- a/metadata/nodomain.freeyourgadget.tpmsmonitor.yml
+++ b/metadata/nodomain.freeyourgadget.tpmsmonitor.yml
@@ -7,13 +7,13 @@ IssueTracker: https://codeberg.org/Freeyourgadget/TpmsMonitor/issues
AutoName: TpmsMonitor
Description: |
- TpmsMonitor allows to parse, show and store pressure and temperature as
- received by Bluetooth Low Energy tire pressure monitor sensors (TPMS).
+ TpmsMonitor allows to parse, show and store pressure and temperature as
+ received by Bluetooth Low Energy tire pressure monitor sensors (TPMS).
- These sensors do not allow to establish a connection to other devices,
- but rather broadcast the readings as they see more fit (usually when a
- change in pressure or temperature is detected), requiring companion apps
- to just be listening for incoming messages.
+ These sensors do not allow to establish a connection to other devices,
+ but rather broadcast the readings as they see more fit (usually when a
+ change in pressure or temperature is detected), requiring companion apps
+ to just be listening for incoming messages.
RepoType: git
Repo: https://codeberg.org/Freeyourgadget/TpmsMonitor.git
diff --git a/metadata/nodomain.vanous.blitztypekeyboard.yml b/metadata/nodomain.vanous.blitztypekeyboard.yml
index 59fd9fa4b3..121380a786 100644
--- a/metadata/nodomain.vanous.blitztypekeyboard.yml
+++ b/metadata/nodomain.vanous.blitztypekeyboard.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeAdd:
- en-US: App is intended for the non-free WOT Blitz game.
+ NonFreeAdd:
+ en-US: App is intended for the non-free WOT Blitz game.
Categories:
- Reading
License: Apache-2.0
diff --git a/metadata/nu.firetech.android.pactrack.yml b/metadata/nu.firetech.android.pactrack.yml
index 64e9ef6afc..849853352b 100644
--- a/metadata/nu.firetech.android.pactrack.yml
+++ b/metadata/nu.firetech.android.pactrack.yml
@@ -7,11 +7,11 @@ IssueTracker: https://github.com/firetech/PactrackDroid/issues
AutoName: PactrackDroid
Description: |-
- NOTE: This app is no longer maintained, its repo was archived.
+ NOTE: This app is no longer maintained, its repo was archived.
- Tracks the status of parcels sent through Posten, the Swedish postal service,
- using their PacTrack service. Has support for showing notifications on the Sony
- Ericsson LiveView.
+ Tracks the status of parcels sent through Posten, the Swedish postal service,
+ using their PacTrack service. Has support for showing notifications on the Sony
+ Ericsson LiveView.
RepoType: git
Repo: https://github.com/firetech/PactrackDroid.git
diff --git a/metadata/nu.firetech.android.wifiwarning.yml b/metadata/nu.firetech.android.wifiwarning.yml
index ae38bdd345..c8eb3580f1 100644
--- a/metadata/nu.firetech.android.wifiwarning.yml
+++ b/metadata/nu.firetech.android.wifiwarning.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/firetech/wifiwarning/issues
AutoName: WiFi Warning
Description: |-
- Remind yourself if you forget to disable WiFi when you go out. The notification
- can be configured to be persistent or dismissed with a swipe.
+ Remind yourself if you forget to disable WiFi when you go out. The notification
+ can be configured to be persistent or dismissed with a swipe.
RepoType: git
Repo: https://github.com/firetech/wifiwarning
diff --git a/metadata/nya.miku.wishmaster.yml b/metadata/nya.miku.wishmaster.yml
index 5c3ee24c13..aa882f7c55 100644
--- a/metadata/nya.miku.wishmaster.yml
+++ b/metadata/nya.miku.wishmaster.yml
@@ -15,22 +15,22 @@ Bitcoin: 1LaumSD5Y9npHxsq9Cqo3esmWiytqv95QW
AutoName: Overchan
Description: |-
- Mobile application for browsing imageboards. Supports 4chan, krautchan, 8chan,
- iichan.hk, dobrochan, 2ch (russian dvach) and some others.
+ Mobile application for browsing imageboards. Supports 4chan, krautchan, 8chan,
+ iichan.hk, dobrochan, 2ch (russian dvach) and some others.
- Some features:
+ Some features:
- * Separate preferences for each imageboard: password for post deletion, HTTP/SSL, proxy
- * Automatic hide posts and threads using regular expressions
- * Automatic update all open tabs in background
- * Sending posts in background
- * Saving threads with all attachments in HTML with Dollchan
- * Two ways to display replies to posts: as separate references and as list
- * Support the tablet interface
- * Themes
+ * Separate preferences for each imageboard: password for post deletion, HTTP/SSL, proxy
+ * Automatic hide posts and threads using regular expressions
+ * Automatic update all open tabs in background
+ * Sending posts in background
+ * Saving threads with all attachments in HTML with Dollchan
+ * Two ways to display replies to posts: as separate references and as list
+ * Support the tablet interface
+ * Themes
- Discontinued
- Please use https://f-droid.org/packages/bus.chio.wishmaster instead.
+ Discontinued
+ Please use https://f-droid.org/packages/bus.chio.wishmaster instead.
RepoType: git
Repo: https://github.com/miku-nyan/Overchan-Android.git
diff --git a/metadata/nz.gen.geek_central.ObjViewer.yml b/metadata/nz.gen.geek_central.ObjViewer.yml
index cca4ff807f..58ae7aa8b7 100644
--- a/metadata/nz.gen.geek_central.ObjViewer.yml
+++ b/metadata/nz.gen.geek_central.ObjViewer.yml
@@ -8,15 +8,15 @@ IssueTracker: https://github.com/ldo/ObjViewer_Android/issues
AutoName: ObjViewer
Description: |-
- Copy the .obj file that you want to view (and associated .mtl file, if any) onto
- a directory named “Models” on the SD card of the Android device. It should then
- appear in the list that is shown when you select “Open...” from the options menu
- in ObjViewer.
+ Copy the .obj file that you want to view (and associated .mtl file, if any) onto
+ a directory named “Models” on the SD card of the Android device. It should then
+ appear in the list that is shown when you select “Open...” from the options menu
+ in ObjViewer.
- You can interactively adjust the orientation of the object by dragging across
- the view; drag across the middle part to rotate about the X (horizontal) and Y
- (vertical) axes, and drag around the periphery to rotate about the Z axis
- (perpendicular to the view) as well.
+ You can interactively adjust the orientation of the object by dragging across
+ the view; drag across the middle part to rotate about the X (horizontal) and Y
+ (vertical) axes, and drag around the periphery to rotate about the Z axis
+ (perpendicular to the view) as well.
RepoType: git
Repo: https://github.com/ldo/ObjViewer_Android.git
diff --git a/metadata/ohi.andre.consolelauncher.yml b/metadata/ohi.andre.consolelauncher.yml
index 45168d5f15..de849dbd35 100644
--- a/metadata/ohi.andre.consolelauncher.yml
+++ b/metadata/ohi.andre.consolelauncher.yml
@@ -10,37 +10,37 @@ IssueTracker: https://github.com/fAndreuzzi/TUI-ConsoleLauncher/issues
AutoName: T-UI
Description: |-
- Launcher, which emulates a unix-like shell and its terminal interface, that is
- adpated for the use on mobile devices. It also implements a lot of commands.
+ Launcher, which emulates a unix-like shell and its terminal interface, that is
+ adpated for the use on mobile devices. It also implements a lot of commands.
- Installed application can be launched simply by typing their name. T-UI uses the
- CompareString library, so it will know what you're meaning although you made
- typing errors..
+ Installed application can be launched simply by typing their name. T-UI uses the
+ CompareString library, so it will know what you're meaning although you made
+ typing errors..
- Features
+ Features
- * all GNU Core Utilities shell terminal commands
- * Suggestion Bar
- * T-UI innovative commands
- * aliases, a few characters which contain entire commands, that you can use in every moment
- * double tap close the screen
- * music player
- * fullscreen mode
- * completely customizable
- * useful file view to keep your files under control
+ * all GNU Core Utilities shell terminal commands
+ * Suggestion Bar
+ * T-UI innovative commands
+ * aliases, a few characters which contain entire commands, that you can use in every moment
+ * double tap close the screen
+ * music player
+ * fullscreen mode
+ * completely customizable
+ * useful file view to keep your files under control
- Some useful comands
+ Some useful comands
- * search: search something you want in your Browser or Play Store
- * flash: toggle flashlight
- * play/next/listen: music player commands!
- * uninstall/install: uninstall an applications, or install one from an apk
- * call: call someone, by its number, or its contact name
- * move/cp/mkdir: move or copy a file, or create a folder
+ * search: search something you want in your Browser or Play Store
+ * flash: toggle flashlight
+ * play/next/listen: music player commands!
+ * uninstall/install: uninstall an applications, or install one from an apk
+ * call: call someone, by its number, or its contact name
+ * move/cp/mkdir: move or copy a file, or create a folder
- Notes for Android 6
+ Notes for Android 6
- You have to manually allow permissions.
+ You have to manually allow permissions.
RepoType: git
Repo: https://github.com/fAndreuzzi/TUI-ConsoleLauncher
@@ -238,7 +238,7 @@ Builds:
rm:
- app/libs/anrwatchdog-1.3.0.jar
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' ../build.gradle
- build.gradle
+ build.gradle
- versionName: '6.5'
versionCode: 172
@@ -248,7 +248,7 @@ Builds:
- yes
output: build/outputs/apk/release/*/ohi.andre.consolelauncher*.apk
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' ../build.gradle
- build.gradle
+ build.gradle
- versionName: '6.7'
versionCode: 193
@@ -258,7 +258,7 @@ Builds:
- yes
output: build/outputs/apk/release/*/ohi.andre.consolelauncher*.apk
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' ../build.gradle
- build.gradle
+ build.gradle
- versionName: v6.9
versionCode: 195
@@ -268,7 +268,7 @@ Builds:
- yes
output: build/outputs/apk/release/*/ohi.andre.consolelauncher*.apk
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' ../build.gradle
- build.gradle
+ build.gradle
- versionName: v6.11
versionCode: 200
diff --git a/metadata/ohm.quickdice.yml b/metadata/ohm.quickdice.yml
index 1f1c751284..5550d5f954 100644
--- a/metadata/ohm.quickdice.yml
+++ b/metadata/ohm.quickdice.yml
@@ -10,34 +10,34 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=JZS
AutoName: Quick Dice Roller
Description: |-
- Quick Dice Roller is an app made for the tabletop RPG Geek. It allows to emulate
- almost all the complex dice rolls required by RPG and board games.
+ Quick Dice Roller is an app made for the tabletop RPG Geek. It allows to emulate
+ almost all the complex dice rolls required by RPG and board games.
- The dice can be added at will and organized in dice bags. Each die is defined by
- a formula such as "2d6+5" as well as special functions like "rak(1d6,4,3)" that
- allow to emulates the most complex game systems. An handy formulas builder
- simplifies the process, and allow to access to an online help. Check the
- list of all supported
- functions.
+ The dice can be added at will and organized in dice bags. Each die is defined by
+ a formula such as "2d6+5" as well as special functions like "rak(1d6,4,3)" that
+ allow to emulates the most complex game systems. An handy formulas builder
+ simplifies the process, and allow to access to an online help. Check the
+ list of all supported
+ functions.
- Thanks to "named values", as well as keep track of games scores, you can define
- formulas using variable parameters. You can create, for example, the named value
- "Level" with label "lvl", then use the formula "(lvl)d6" to determine the
- fireball damage. So when your mage level up you don't need to edit the formula:
- just change the "Level" value!
+ Thanks to "named values", as well as keep track of games scores, you can define
+ formulas using variable parameters. You can create, for example, the named value
+ "Level" with label "lvl", then use the formula "(lvl)d6" to determine the
+ fireball damage. So when your mage level up you don't need to edit the formula:
+ just change the "Level" value!
- Main features of Quick Dice Roller:
+ Main features of Quick Dice Roller:
- * Organize dice in dice bags
- * Use same formulas you're familiar to (xdy+z)
- * Simple and intuitive Formulas Builder
- * Many functions to emulate main systems
- * Keep track of scores and use them in formulas
- * Read or listen rolls result in a clear way
- * Apply modifiers on the fly with a touch
- * Sum a roll to the previous automagically or on demand
- * Paste last roll result from the clipboard in another app
- * Keep track of last rolls made
+ * Organize dice in dice bags
+ * Use same formulas you're familiar to (xdy+z)
+ * Simple and intuitive Formulas Builder
+ * Many functions to emulate main systems
+ * Keep track of scores and use them in formulas
+ * Read or listen rolls result in a clear way
+ * Apply modifiers on the fly with a touch
+ * Sum a roll to the previous automagically or on demand
+ * Paste last roll result from the clipboard in another app
+ * Keep track of last rolls made
RepoType: git
Repo: https://github.com/Ohmnibus/quick-dice-roller.git
diff --git a/metadata/one.librem.chat.yml b/metadata/one.librem.chat.yml
index d276b753c0..6b92b26c68 100644
--- a/metadata/one.librem.chat.yml
+++ b/metadata/one.librem.chat.yml
@@ -1,9 +1,9 @@
AntiFeatures:
- NonFreeNet:
- en-US: Proprietary integration server.
- KnownVuln:
- en-US: Multiple vulnerabilities in Riot/Vector/Element that are unpatched
- in this unmaintained fork.
+ NonFreeNet:
+ en-US: Proprietary integration server.
+ KnownVuln:
+ en-US: Multiple vulnerabilities in Riot/Vector/Element that are unpatched in this
+ unmaintained fork.
Categories:
- Internet
- Phone & SMS
@@ -17,14 +17,14 @@ Changelog: https://source.puri.sm/liberty/chat/android/blob/master/CHANGES.md
AutoName: Librem Chat
Description: |-
- * Chat in public and private rooms
- * Share images, videos, and files
- * Make voice and video calls
- * Keep your conversations secret with end-to-end encryption
- * Fork of Riot-Android: https://github.com/vector-im/riot-android
+ * Chat in public and private rooms
+ * Share images, videos, and files
+ * Make voice and video calls
+ * Keep your conversations secret with end-to-end encryption
+ * Fork of Riot-Android: https://github.com/vector-im/riot-android
- AntiFeatures:
- * NonFreeNet - Currently the integration server is not configurable in this client and linked to the non-free New Vector implementation. Free alternatives exists but supporting them in Librem Chat is still being worked on.
+ AntiFeatures:
+ * NonFreeNet - Currently the integration server is not configurable in this client and linked to the non-free New Vector implementation. Free alternatives exists but supporting them in Librem Chat is still being worked on.
RepoType: git
Repo: https://source.puri.sm/liberty/chat/android.git
diff --git a/metadata/one.librem.tunnel.yml b/metadata/one.librem.tunnel.yml
index f1fc4eb0af..0bc40e880a 100644
--- a/metadata/one.librem.tunnel.yml
+++ b/metadata/one.librem.tunnel.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- KnownVuln:
- en-US: Multiple vulnerabilities in OpenSSL that are unpatched in this unmaintained
- fork.
+ KnownVuln:
+ en-US: Multiple vulnerabilities in OpenSSL that are unpatched in this unmaintained
+ fork.
Categories:
- Internet
License: GPL-2.0-only
diff --git a/metadata/online.xournal.mobile.yml b/metadata/online.xournal.mobile.yml
index 9993db509c..a02bf5ba29 100644
--- a/metadata/online.xournal.mobile.yml
+++ b/metadata/online.xournal.mobile.yml
@@ -18,7 +18,7 @@ Builds:
srclibs:
- flutter@1.24.0-7.0.pre
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -31,7 +31,7 @@ Builds:
srclibs:
- flutter@1.27.0-8.0.pre
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -44,7 +44,7 @@ Builds:
srclibs:
- flutter@1.27.0-8.0.pre
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
diff --git a/metadata/onlymash.flexbooru.play.yml b/metadata/onlymash.flexbooru.play.yml
index 747edeb272..a8392c43de 100644
--- a/metadata/onlymash.flexbooru.play.yml
+++ b/metadata/onlymash.flexbooru.play.yml
@@ -13,8 +13,8 @@ Translation: https://crowdin.com/project/flexbooru
AutoName: Flexbooru
Description: |-
- A booru client for Android, support Danbooru, Moebooru, Gelbooru, Shimmie.
- QR code scanning function is patched out due to non-free dependencies.
+ A booru client for Android, support Danbooru, Moebooru, Gelbooru, Shimmie.
+ QR code scanning function is patched out due to non-free dependencies.
RepoType: git
Repo: https://github.com/flexbooru/flexbooru
diff --git a/metadata/ooo.akito.webmon.yml b/metadata/ooo.akito.webmon.yml
index 38ed6116ac..bede2113a2 100644
--- a/metadata/ooo.akito.webmon.yml
+++ b/metadata/ooo.akito.webmon.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: Tethered to a service for retrieving icons.
- Tracking:
- en-US: Reporting all URLs to a tethered server for FavIcon retrieval.
+ NonFreeNet:
+ en-US: Tethered to a service for retrieving icons.
+ Tracking:
+ en-US: Reporting all URLs to a tethered server for FavIcon retrieval.
Categories:
- Connectivity
- Development
@@ -121,7 +121,7 @@ Builds:
prebuild: sed -i -e '/maven.java.net/d' ../build.gradle.kts
MaintainerNotes: NonFreeNet => TetheredNet, server is FOSS & could be self-hosted
- details outlined at https://gitlab.com/fdroid/fdroiddata/-/commit/9c7d1f1d40
+ details outlined at https://gitlab.com/fdroid/fdroiddata/-/commit/9c7d1f1d40
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/openfoodfacts.github.scrachx.openbeauty.yml b/metadata/openfoodfacts.github.scrachx.openbeauty.yml
index e2b84fdc66..b9c4168627 100644
--- a/metadata/openfoodfacts.github.scrachx.openbeauty.yml
+++ b/metadata/openfoodfacts.github.scrachx.openbeauty.yml
@@ -11,32 +11,32 @@ Changelog: https://github.com/openfoodfacts/openfoodfacts-androidapp/releases
AutoName: Open Beauty Facts
Description: |-
- Open Beauty Facts is a cosmetic products database made by everyone, for
- everyone.
+ Open Beauty Facts is a cosmetic products database made by everyone, for
+ everyone.
- You can use it to make better cosmetic choices, and as it is open data, anyone
- can re-use it for any purpose.
+ You can use it to make better cosmetic choices, and as it is open data, anyone
+ can re-use it for any purpose.
- Open Beauty Facts is a non-profit project developed by thousands of volunteers
- from around the world. You can start contributing by adding a product from your
- cosmetic cupboard, and we have lots of exciting projects you can contribute to
- in many different ways.
+ Open Beauty Facts is a non-profit project developed by thousands of volunteers
+ from around the world. You can start contributing by adding a product from your
+ cosmetic cupboard, and we have lots of exciting projects you can contribute to
+ in many different ways.
- Cosmetics additives, F.I.L. codes, CI-numbers, INCI (International Nomenclature
- Cosmetic Ingredients) ingredient list, allergens, packaging codes... Open Beauty
- Facts helps you to make sense of the fine print on products labels.
+ Cosmetics additives, F.I.L. codes, CI-numbers, INCI (International Nomenclature
+ Cosmetic Ingredients) ingredient list, allergens, packaging codes... Open Beauty
+ Facts helps you to make sense of the fine print on products labels.
- You can scan: aftershaves, body lotions, creams, deodorant, eyeliner,
- foundation, fragrance, lipstick, makeup, mask, perfume, shampoo, soap and much
- more…
+ You can scan: aftershaves, body lotions, creams, deodorant, eyeliner,
+ foundation, fragrance, lipstick, makeup, mask, perfume, shampoo, soap and much
+ more…
- Note: Open Beauty Facts is being built, the site and the application are based
- on Open Food Facts and changes will be made to take into account the
- specificities of cosmetics.
+ Note: Open Beauty Facts is being built, the site and the application are based
+ on Open Food Facts and changes will be made to take into account the
+ specificities of cosmetics.
- Open Beauty Facts is also available on the web at
- world.openbeautyfacts.org. Questions,
- feedback: [mailto:contact@openfoodfacts.org contact@openfoodfacts.org].
+ Open Beauty Facts is also available on the web at
+ world.openbeautyfacts.org. Questions,
+ feedback: [mailto:contact@openfoodfacts.org contact@openfoodfacts.org].
RepoType: git
Repo: https://github.com/openfoodfacts/openfoodfacts-androidapp
diff --git a/metadata/openfoodfacts.github.scrachx.openfood.yml b/metadata/openfoodfacts.github.scrachx.openfood.yml
index 4f9a056a88..7f23b211ce 100644
--- a/metadata/openfoodfacts.github.scrachx.openfood.yml
+++ b/metadata/openfoodfacts.github.scrachx.openfood.yml
@@ -12,22 +12,22 @@ Donate: https://donate.openfoodfacts.org
AutoName: Open Food Facts
Description: |-
- Scan food products or their barcode to obtain data on ingredients, additives,
- allergens, nutrition facts…
- The app allows to view the 1.500.000 products already contained in the free and open database Open Food Facts.
- More importantly, it also lets you easily be part of the solution:
- * contribute pictures and data for missing products
- * team up with the Open Food Facts Artificial Intelligence by answering its blue questions
+ Scan food products or their barcode to obtain data on ingredients, additives,
+ allergens, nutrition facts…
+ The app allows to view the 1.500.000 products already contained in the free and open database Open Food Facts.
+ More importantly, it also lets you easily be part of the solution:
+ * contribute pictures and data for missing products
+ * team up with the Open Food Facts Artificial Intelligence by answering its blue questions
- You will get:
- * The Nutri-Score grade, from A to E : Nutritional quality
- * NOVA groups, from 1 to 4 : Avoid ultra-processed foods (Group 4)
- * CO2 levels and Eco-Score: find the environmental impact of food
- * Vegan, vegetarian and palm-oil detector
- * Allergens, labels (bio, gluten free, vegan, vegetarian, halal, kosher ...), traceability information (packaging codes, origins of ingredients).
+ You will get:
+ * The Nutri-Score grade, from A to E : Nutritional quality
+ * NOVA groups, from 1 to 4 : Avoid ultra-processed foods (Group 4)
+ * CO2 levels and Eco-Score: find the environmental impact of food
+ * Vegan, vegetarian and palm-oil detector
+ * Allergens, labels (bio, gluten free, vegan, vegetarian, halal, kosher ...), traceability information (packaging codes, origins of ingredients).
- To discover the Open Food Facts and Open Beauty Facts projects and help us open food and cosmetics,
- please visit openfoodfacts.org where you can discover how to contribute.
+ To discover the Open Food Facts and Open Beauty Facts projects and help us open food and cosmetics,
+ please visit openfoodfacts.org where you can discover how to contribute.
RepoType: git
Repo: https://github.com/openfoodfacts/smooth-app.git
diff --git a/metadata/orbitlivewallpaperfree.puzzleduck.com.yml b/metadata/orbitlivewallpaperfree.puzzleduck.com.yml
index be643cadf7..709560e32a 100644
--- a/metadata/orbitlivewallpaperfree.puzzleduck.com.yml
+++ b/metadata/orbitlivewallpaperfree.puzzleduck.com.yml
@@ -8,7 +8,7 @@ IssueTracker: https://github.com/PuZZleDucK/Orbital-Live-Wallpaper/issues
AutoName: OrbitalLiveWallpaper
Description: Rotating circles that respond to your touch. Wallpaper that takes up
- little ram.
+ little ram.
RepoType: git
Repo: https://github.com/PuZZleDucK/Orbital-Live-Wallpaper.git
diff --git a/metadata/org.adaway.yml b/metadata/org.adaway.yml
index 4ca83e6317..0157028098 100644
--- a/metadata/org.adaway.yml
+++ b/metadata/org.adaway.yml
@@ -741,7 +741,7 @@ Builds:
ndk: r25c
MaintainerNotes: '* uses Sentry.io (foss, Apache-2.0) in opt-in mode, so no Tracking
- AntiFeature required for that. See https://gitlab.com/fdroid/fdroiddata/-/issues/2289#note_503409470'
+ AntiFeature required for that. See https://gitlab.com/fdroid/fdroiddata/-/issues/2289#note_503409470'
AutoUpdateMode: Version
UpdateCheckMode: Tags .*[0-9]$
diff --git a/metadata/org.adblockplus.android.yml b/metadata/org.adblockplus.android.yml
index f8b7be0a8b..99a025c163 100644
--- a/metadata/org.adblockplus.android.yml
+++ b/metadata/org.adblockplus.android.yml
@@ -9,23 +9,23 @@ FlattrID: '454073'
AutoName: Adblock Plus
Description: |-
- N.B If you get a http error 400 when updating the F-Droid client, it is
- probably caused by this app and you will need to disable ad-blocking to allow
- the F-Droid repos to update correctly.
+ N.B If you get a http error 400 when updating the F-Droid client, it is
+ probably caused by this app and you will need to disable ad-blocking to allow
+ the F-Droid repos to update correctly.
- Adblock Plus runs in the background and filters ads, using the same filters as
- the Adblock Plus browser extension. Without needing root, it uses a proxy
- feature that comes with Android 3.1+ to block ads over WiFi ; but if your phone
- comes with extra proxy settings (e.g. Samsung or Custom ROMs), it can be
- configured for Android 3.0 and below. Instructions are provided in the app or on
- their website.
+ Adblock Plus runs in the background and filters ads, using the same filters as
+ the Adblock Plus browser extension. Without needing root, it uses a proxy
+ feature that comes with Android 3.1+ to block ads over WiFi ; but if your phone
+ comes with extra proxy settings (e.g. Samsung or Custom ROMs), it can be
+ configured for Android 3.0 and below. Instructions are provided in the app or on
+ their website.
- Requires root: No. Without root it uses a local proxy to filter ads for all apps
- over WiFi only ; if you allow root the app can edit the hosts file too and
- block ads on cellular data access points.
+ Requires root: No. Without root it uses a local proxy to filter ads for all apps
+ over WiFi only ; if you allow root the app can edit the hosts file too and
+ block ads on cellular data access points.
- We are unable to publish newer versions of this app since upstream pushes lots
- of prebuilt binaries to the source repo.
+ We are unable to publish newer versions of this app since upstream pushes lots
+ of prebuilt binaries to the source repo.
RepoType: hg
Repo: https://hg.adblockplus.org/adblockplusandroid
@@ -133,8 +133,8 @@ Builds:
- mv libs/armeabi/iptables ../assets/install/
MaintainerNotes: |-
- We should really be rebuilding the libraries in jni/v8 (they're from the
- platform) to verify them properly.
+ We should really be rebuilding the libraries in jni/v8 (they're from the
+ platform) to verify them properly.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.addhen.smssync.yml b/metadata/org.addhen.smssync.yml
index 623df2f772..077542220d 100644
--- a/metadata/org.addhen.smssync.yml
+++ b/metadata/org.addhen.smssync.yml
@@ -11,8 +11,8 @@ Changelog: https://github.com/ushahidi/SMSSync/releases
AutoName: SMSsync
Description: |-
- Have received SMS' forwarded to an internet url. Options exist to filter by
- keywords, to block SMS' that don't include a secret and to identify the sender.
+ Have received SMS' forwarded to an internet url. Options exist to filter by
+ keywords, to block SMS' that don't include a secret and to identify the sender.
RepoType: git
Repo: https://github.com/ushahidi/SMSSync.git
diff --git a/metadata/org.adw.launcher.yml b/metadata/org.adw.launcher.yml
index 7656a3c350..cf8f50d094 100644
--- a/metadata/org.adw.launcher.yml
+++ b/metadata/org.adw.launcher.yml
@@ -6,14 +6,14 @@ IssueTracker: https://github.com/AnderWeb/android_packages_apps_Launcher/issues
AutoName: ADW.Launcher
Description: |-
- * Customizable application drawer
- * Customizable drag & drop action buttons
- * Unveil the Dockbar flicking-up the app-drawer button and drop shortcuts/folders!
- * Themes e.g https://f-droid.org/packages/faenza.adw.theme
+ * Customizable application drawer
+ * Customizable drag & drop action buttons
+ * Unveil the Dockbar flicking-up the app-drawer button and drop shortcuts/folders!
+ * Themes e.g https://f-droid.org/packages/faenza.adw.theme
- This was the default Home app in CM7.2- but it still works on Android 4+.
- However, source code isn't published for the new versions (v1.3.3.7), which are
- specifically designed for later Android versions.
+ This was the default Home app in CM7.2- but it still works on Android 4+.
+ However, source code isn't published for the new versions (v1.3.3.7), which are
+ specifically designed for later Android versions.
RepoType: git
Repo: https://github.com/AnderWeb/android_packages_apps_Launcher.git
diff --git a/metadata/org.afhdownloader.yml b/metadata/org.afhdownloader.yml
index 3826711eed..5d3e891c3c 100644
--- a/metadata/org.afhdownloader.yml
+++ b/metadata/org.afhdownloader.yml
@@ -7,8 +7,8 @@ Bitcoin: 16VEzu37BePgR3o9hAciZkGK2VCAQFE28r
AutoName: AFH Downloader
Description: |-
- Enter the flid from the url for the project you follow and download files from
- androidfilehost.com.
+ Enter the flid from the url for the project you follow and download files from
+ androidfilehost.com.
RepoType: git
Repo: https://github.com/daktak/afh_downloader
diff --git a/metadata/org.aja.flightmode.yml b/metadata/org.aja.flightmode.yml
index ee9cfc1910..712caa6f10 100644
--- a/metadata/org.aja.flightmode.yml
+++ b/metadata/org.aja.flightmode.yml
@@ -8,13 +8,13 @@ Donate: https://ajaapps.github.io/flightmode/donate.html
AutoName: Flight Mode
Description: |-
- N.B Only for Android 4.1.2 and below!
+ N.B Only for Android 4.1.2 and below!
- This simple widget toggles airplane mode on your device. Just put the widget on
- your home screen and touch it to turn on (or turn off) flight mode.
+ This simple widget toggles airplane mode on your device. Just put the widget on
+ your home screen and touch it to turn on (or turn off) flight mode.
- The little plane on the widget will flip nicely up and down when toggling flight
- (airplane) mode.
+ The little plane on the widget will flip nicely up and down when toggling flight
+ (airplane) mode.
RepoType: git
Repo: https://github.com/ajaapps/flightmode.git
diff --git a/metadata/org.akvo.rsr.up.yml b/metadata/org.akvo.rsr.up.yml
index 714457a21e..978f0b6f8c 100644
--- a/metadata/org.akvo.rsr.up.yml
+++ b/metadata/org.akvo.rsr.up.yml
@@ -10,18 +10,18 @@ Changelog: https://github.com/akvo/akvo-rsr-up/blob/HEAD/android/AkvoRSR/RELEASE
AutoName: Akvo RSR Up
Description: |-
- Akvo RSR is a web-based platform for providing a visual presence for development
- aid projects worldwide. Our trusted partner network provides project content and
- updates from the field to paint a descriptive story of the activities they are
- carrying out.
+ Akvo RSR is a web-based platform for providing a visual presence for development
+ aid projects worldwide. Our trusted partner network provides project content and
+ updates from the field to paint a descriptive story of the activities they are
+ carrying out.
- Akvo RSR Up is designed to make the process of updating from the field extremely
- simple. With a clean and straightforward interface, the user is guided through
- the process of selecting their project, viewing existing updates and adding a
- new update. With the ability to take a photo directly from the app, or choose an
- existing image from the library, it will provide everything a user needs to keep
- everyone informed about the latest news and information on the projects they are
- working on.
+ Akvo RSR Up is designed to make the process of updating from the field extremely
+ simple. With a clean and straightforward interface, the user is guided through
+ the process of selecting their project, viewing existing updates and adding a
+ new update. With the ability to take a photo directly from the app, or choose an
+ existing image from the library, it will provide everything a user needs to keep
+ everyone informed about the latest news and information on the projects they are
+ working on.
RepoType: git
Repo: https://github.com/akvo/akvo-rsr-up.git
diff --git a/metadata/org.alberto97.ouilookup.yml b/metadata/org.alberto97.ouilookup.yml
index 211c72dc84..551d8804a7 100644
--- a/metadata/org.alberto97.ouilookup.yml
+++ b/metadata/org.alberto97.ouilookup.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App connects to standards-oui.ieee.org.
+ NonFreeNet:
+ en-US: App connects to standards-oui.ieee.org.
Categories:
- Connectivity
- Security
diff --git a/metadata/org.ale.scanner.zotero.yml b/metadata/org.ale.scanner.zotero.yml
index 63f9004c52..04cec8ee64 100644
--- a/metadata/org.ale.scanner.zotero.yml
+++ b/metadata/org.ale.scanner.zotero.yml
@@ -5,13 +5,13 @@ SourceCode: https://github.com/jmschanck/Scanner-For-Zotero
AutoName: Scanner For Zotero
Description: |-
- You will need https://f-droid.org/packages/com.google.zxing.client.android to be installed to make the
- most of this app.
+ You will need https://f-droid.org/packages/com.google.zxing.client.android to be installed to make the
+ most of this app.
- Scanner For Zotero brings Zotero's magic wand tool out into the physical world.
- Scan the ISBN barcode on any book and Scanner For Zotero will fetch that item's
- bibliographic information from the web and allow you to add it to your Zotero
- library.
+ Scanner For Zotero brings Zotero's magic wand tool out into the physical world.
+ Scan the ISBN barcode on any book and Scanner For Zotero will fetch that item's
+ bibliographic information from the web and allow you to add it to your Zotero
+ library.
Builds:
- versionName: 1.0.1
diff --git a/metadata/org.ametro.yml b/metadata/org.ametro.yml
index 81f60e8da2..faad959060 100644
--- a/metadata/org.ametro.yml
+++ b/metadata/org.ametro.yml
@@ -9,17 +9,17 @@ IssueTracker: https://github.com/RomanGolovanov/ametro/issues
AutoName: aMetro
Description: |-
- Find the shortest path in public transport (metro, subway, trains and other
- types of transport), with maps that are compatible with maps from the
- pMetro project.
+ Find the shortest path in public transport (metro, subway, trains and other
+ types of transport), with maps that are compatible with maps from the
+ pMetro project.
- * View metro maps and schemes for 180 cities around the world
- * View maps for other kinds of transportation
- * Zoom maps
- * Find the shortest route between selected stations
- * Get information about stations
- * Update maps automatically
- * Find the nearest station next to a user's location (for selected cities)
+ * View metro maps and schemes for 180 cities around the world
+ * View maps for other kinds of transportation
+ * Zoom maps
+ * Find the shortest route between selected stations
+ * Get information about stations
+ * Update maps automatically
+ * Find the nearest station next to a user's location (for selected cities)
RepoType: git
Repo: https://github.com/RomanGolovanov/ametro
diff --git a/metadata/org.aminb.mathtools.app.yml b/metadata/org.aminb.mathtools.app.yml
index ad12f2adc9..8356445785 100644
--- a/metadata/org.aminb.mathtools.app.yml
+++ b/metadata/org.aminb.mathtools.app.yml
@@ -9,8 +9,8 @@ IssueTracker: https://github.com/aminb/mathtools/issues
AutoName: MATHTools
Description: |-
- Collection of handy tools for highschool (and early university) students who
- deal with math.
+ Collection of handy tools for highschool (and early university) students who
+ deal with math.
RepoType: git
Repo: https://github.com/aminb/mathtools
diff --git a/metadata/org.andglkmod.hunkypunk.yml b/metadata/org.andglkmod.hunkypunk.yml
index e0f7ef7557..2883dd55d7 100644
--- a/metadata/org.andglkmod.hunkypunk.yml
+++ b/metadata/org.andglkmod.hunkypunk.yml
@@ -7,22 +7,22 @@ IssueTracker: https://github.com/retrobits/son_of_hunkypunk/issues
AutoName: Hunky Punk
Description: |-
- HunkyMod is an interactive fiction manager and interpreter, aiming to be a
- comprehensive multi-interpreter similar to Gargoyle, with metadata and story
- management support.
+ HunkyMod is an interactive fiction manager and interpreter, aiming to be a
+ comprehensive multi-interpreter similar to Gargoyle, with metadata and story
+ management support.
- Scrolling works by tapping the screen at the top or bottom and if you experience
- problems try using the stock keyboard.
+ Scrolling works by tapping the screen at the top or bottom and if you experience
+ problems try using the stock keyboard.
- * preloaded with stories
- * metadata and covers are fetched from IFDb
- * Tads support (Tads 2.5.14, 3.0.18)
- * improved Z-code support (Frotz 2.50)
- * blorb support
- * font preference
+ * preloaded with stories
+ * metadata and covers are fetched from IFDb
+ * Tads support (Tads 2.5.14, 3.0.18)
+ * improved Z-code support (Frotz 2.50)
+ * blorb support
+ * font preference
- HunkyMod is a fork/mod of the original Hunky
- Punk, created by Rafał Rzepecki, which hasn't been updated in a while.
+ HunkyMod is a fork/mod of the original Hunky
+ Punk, created by Rafał Rzepecki, which hasn't been updated in a while.
RepoType: git
Repo: https://github.com/retrobits/son_of_hunkypunk
diff --git a/metadata/org.andresoviedo.dddmodel2.yml b/metadata/org.andresoviedo.dddmodel2.yml
index 307d4d66a3..a5bc9faf56 100644
--- a/metadata/org.andresoviedo.dddmodel2.yml
+++ b/metadata/org.andresoviedo.dddmodel2.yml
@@ -8,38 +8,38 @@ Changelog: https://github.com/the3deers/android-3D-model-viewer/releases
AutoName: 3D Model Viewer
Description: |-
- Load 3D models and see how to do it with this open source
- code application.
+ Load 3D models and see how to do it with this open source
+ code application.
- Features:
- * Supports >= Android 4.0.1 (Ice Cream Sandwich) - Min API Level 14 -> Target API Level 28
- * OpenGL ES 2.0 API
- * Formats: OBJ (wavefront), STL (STereoLithography) & DAE (Collada-BETA)
- * Calculation of normals
- * Transformations: scaling, rotation, translation
- * Colors
- * Textures
- * Lighting
- * Wireframe + points mode
- * Holes
- * Smoothing
- * Bounding box
- * Skybox
- * Object pick
- * Skeletal animations (collada dae)
- * Ray collision detection
- * Stereoscopic 3D: anaglyph + cardboard
+ Features:
+ * Supports >= Android 4.0.1 (Ice Cream Sandwich) - Min API Level 14 -> Target API Level 28
+ * OpenGL ES 2.0 API
+ * Formats: OBJ (wavefront), STL (STereoLithography) & DAE (Collada-BETA)
+ * Calculation of normals
+ * Transformations: scaling, rotation, translation
+ * Colors
+ * Textures
+ * Lighting
+ * Wireframe + points mode
+ * Holes
+ * Smoothing
+ * Bounding box
+ * Skybox
+ * Object pick
+ * Skeletal animations (collada dae)
+ * Ray collision detection
+ * Stereoscopic 3D: anaglyph + cardboard
- Camera support:
- * Tap to select object
- * Drag to move camera
- * Rotate with 2 fingers to rotate camera
- * Pinch & spread to zoom in/out the camera
+ Camera support:
+ * Tap to select object
+ * Drag to move camera
+ * Rotate with 2 fingers to rotate camera
+ * Pinch & spread to zoom in/out the camera
- Other:
- * Texture loader
- * Lightweight: only 1 Megabyte
- * File explorer
+ Other:
+ * Texture loader
+ * Lightweight: only 1 Megabyte
+ * File explorer
RepoType: git
Repo: https://github.com/the3deers/android-3D-model-viewer
diff --git a/metadata/org.androidappdev.wifiwidget.yml b/metadata/org.androidappdev.wifiwidget.yml
index 5c155bbed7..46becdd650 100644
--- a/metadata/org.androidappdev.wifiwidget.yml
+++ b/metadata/org.androidappdev.wifiwidget.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/hmrocha/wifiwidget/issues
AutoName: Wi-Fi Widget
Description: |-
- Widget that shows the currently connected wi-fi access point and allows quick
- switching to another.
+ Widget that shows the currently connected wi-fi access point and allows quick
+ switching to another.
RepoType: git
Repo: https://github.com/hmrocha/wifiwidget.git
diff --git a/metadata/org.androidpn.client.yml b/metadata/org.androidpn.client.yml
index db123b560b..239ef33064 100644
--- a/metadata/org.androidpn.client.yml
+++ b/metadata/org.androidpn.client.yml
@@ -7,10 +7,10 @@ Bitcoin: 13MjTPDFQtxv1u1sWURkDduFSw97KbMfsS
AutoName: AndroidPN Client
Description: |-
- Android Push Notification Client. Obtain server from
- here. AndroidPN is based on
- XMPP. The server part also offers an admin console to send out notifications to
- a single device or all devices registered with the server.
+ Android Push Notification Client. Obtain server from
+ here. AndroidPN is based on
+ XMPP. The server part also offers an admin console to send out notifications to
+ a single device or all devices registered with the server.
RepoType: git
Repo: https://github.com/daktak/androidpn-client
diff --git a/metadata/org.androidsoft.coloring.yml b/metadata/org.androidsoft.coloring.yml
index c679844382..8da97df74a 100644
--- a/metadata/org.androidsoft.coloring.yml
+++ b/metadata/org.androidsoft.coloring.yml
@@ -7,9 +7,9 @@ IssueTracker: https://github.com/androidsoft-org/androidsoft-coloring/issues
AutoName: Coloring for Kids
Description: |-
- Lets your child simply paint with its fingers. He just have to choose a
- template, pickup colors on the palette and draw with a little tap. The drawings
- can be saved on the device and shared by mail or using social networks.
+ Lets your child simply paint with its fingers. He just have to choose a
+ template, pickup colors on the palette and draw with a little tap. The drawings
+ can be saved on the device and shared by mail or using social networks.
RepoType: git
Repo: https://github.com/androidsoft-org/androidsoft-coloring
diff --git a/metadata/org.androidsoft.games.memory.kids.yml b/metadata/org.androidsoft.games.memory.kids.yml
index d92077b7e7..78db42cde0 100644
--- a/metadata/org.androidsoft.games.memory.kids.yml
+++ b/metadata/org.androidsoft.games.memory.kids.yml
@@ -8,15 +8,15 @@ IssueTracker: https://github.com/androidsoft-org/androidsoft-memory/issues
AutoName: Memory
Summary: Memory game for kids
Description: |-
- A memory game for kids: Discover tiles by pair.
+ A memory game for kids: Discover tiles by pair.
- Several themes available:
+ Several themes available:
- * default theme using icons coming from the Crystal Clear project directed by Everaldo Coelho.
- * season themes : currently Christmas, Easter. Summer and Halloween are coming.
- * fun : Tux the (Linux) penguin
+ * default theme using icons coming from the Crystal Clear project directed by Everaldo Coelho.
+ * season themes : currently Christmas, Easter. Summer and Halloween are coming.
+ * fun : Tux the (Linux) penguin
- Funny sounds are associated to tiles (especially for little kids).
+ Funny sounds are associated to tiles (especially for little kids).
RepoType: git
Repo: https://github.com/androidsoft-org/androidsoft-memory
diff --git a/metadata/org.androidsoft.games.memory.tux.yml b/metadata/org.androidsoft.games.memory.tux.yml
index da870319b6..3d1a295b24 100644
--- a/metadata/org.androidsoft.games.memory.tux.yml
+++ b/metadata/org.androidsoft.games.memory.tux.yml
@@ -8,10 +8,10 @@ IssueTracker: https://github.com/androidsoft-org/androidsoft-tuxmemory/issues
Name: Tux Memory
AutoName: Memory
Description: |-
- Discover tiles by pair. An awesome game for kids.
+ Discover tiles by pair. An awesome game for kids.
- It's a tribute to Tux, the famous penguin that is the Linux mascot. This game
- use many Tux creations coming from TuxFactory hosted by the CrystalXP project.
+ It's a tribute to Tux, the famous penguin that is the Linux mascot. This game
+ use many Tux creations coming from TuxFactory hosted by the CrystalXP project.
RepoType: git
Repo: https://github.com/androidsoft-org/androidsoft-tuxmemory
diff --git a/metadata/org.androidsoft.games.puzzle.kids.yml b/metadata/org.androidsoft.games.puzzle.kids.yml
index a0b07b0e95..833c28da0c 100644
--- a/metadata/org.androidsoft.games.puzzle.kids.yml
+++ b/metadata/org.androidsoft.games.puzzle.kids.yml
@@ -7,9 +7,9 @@ IssueTracker: https://github.com/androidsoft-org/androidsoft-puzzle/issues
AutoName: Puzzle
Description: |-
- Little tough and cute sliding puzzle for kids.
+ Little tough and cute sliding puzzle for kids.
- Graphics provided by https://www.yellowicon.com/.
+ Graphics provided by https://www.yellowicon.com/.
RepoType: git
Repo: https://github.com/androidsoft-org/androidsoft-puzzle
diff --git a/metadata/org.androidsoft.games.slowit.yml b/metadata/org.androidsoft.games.slowit.yml
index 2ba37c43f2..bd507eaea0 100644
--- a/metadata/org.androidsoft.games.slowit.yml
+++ b/metadata/org.androidsoft.games.slowit.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/androidsoft-org/androidsoft-slowit/issues
AutoName: Slow It!
Description: |-
- Keep the balls in the target area by guiding them with your finger. Designed for
- children.
+ Keep the balls in the target area by guiding them with your finger. Designed for
+ children.
RepoType: git
Repo: https://github.com/androidsoft-org/androidsoft-slowit
diff --git a/metadata/org.andstatus.app.yml b/metadata/org.andstatus.app.yml
index cc8b18fee7..e387803bfb 100644
--- a/metadata/org.andstatus.app.yml
+++ b/metadata/org.andstatus.app.yml
@@ -13,24 +13,24 @@ Liberapay: AndStatus
AutoName: AndStatus
Description: |-
- AndStatus is a multiple accounts client for multiple Social networks, including
- GNU social, Mastodon, Twitter and Pump.io. AndStatus
- can combine your feeds from all networks into one Timeline, and it allows you to
- read and post even when you are offline.
+ AndStatus is a multiple accounts client for multiple Social networks, including
+ GNU social, Mastodon, Twitter and Pump.io. AndStatus
+ can combine your feeds from all networks into one Timeline, and it allows you to
+ read and post even when you are offline.
- For Android v.7.0+ devices. Free/Libre and Open Source License.
+ For Android v.7.0+ devices. Free/Libre and Open Source License.
- Differentiating features of AndStatus:
+ Differentiating features of AndStatus:
- * Many accounts in different Social networks. You may have several accounts in each, write/reply as any "You" and share between accounts and networks.
- * You don't need to be online to read timelines and to post your updates: drafts and unsent posts are kept even after reboot. They will be sent when your device is Online.
- * Convenient tree-like "Conversation view".
- * "Global search" allowing you to search public notes in all networks with one query.
- * Lists of Friends and Followers, presented as User Lists and as Timelines (with the latest note by each User).
- * Notes (tweets)/avatars/attached images are being synced in a background, when your device has a good connection. By default, attachments are downloaded via WiFi only.
- * Cached data may be stored for years or for several days only - it's your choice.
- * Backup accounts and notes and Restore them on any of your devices. Own your data!
- * Free and without ads, community supported.
+ * Many accounts in different Social networks. You may have several accounts in each, write/reply as any "You" and share between accounts and networks.
+ * You don't need to be online to read timelines and to post your updates: drafts and unsent posts are kept even after reboot. They will be sent when your device is Online.
+ * Convenient tree-like "Conversation view".
+ * "Global search" allowing you to search public notes in all networks with one query.
+ * Lists of Friends and Followers, presented as User Lists and as Timelines (with the latest note by each User).
+ * Notes (tweets)/avatars/attached images are being synced in a background, when your device has a good connection. By default, attachments are downloaded via WiFi only.
+ * Cached data may be stored for years or for several days only - it's your choice.
+ * Backup accounts and notes and Restore them on any of your devices. Own your data!
+ * Free and without ads, community supported.
RepoType: git
Repo: https://github.com/andstatus/andstatus.git
diff --git a/metadata/org.andstatus.todoagenda.yml b/metadata/org.andstatus.todoagenda.yml
index 544e8b8a8d..6e8eb0177d 100644
--- a/metadata/org.andstatus.todoagenda.yml
+++ b/metadata/org.andstatus.todoagenda.yml
@@ -7,26 +7,26 @@ Changelog: https://github.com/andstatus/todoagenda/blob/HEAD/README.md#changelog
AutoName: Todo Agenda
Description: |-
- Todo Agenda is home screen widgets for your Android device.
- It displays a list of calendar events and tasks
- so that you can easily have a glimpse at your due, current and upcoming appointments.
+ Todo Agenda is home screen widgets for your Android device.
+ It displays a list of calendar events and tasks
+ so that you can easily have a glimpse at your due, current and upcoming appointments.
- Features:
+ Features:
- * No advertising. Free and Open Source.
- * Displays all events from your calendars and task lists. Optionally shows past events.
- * Automatically updates when you add/delete/modify an event. Or you may update the list instantly.
- * Select only the calendars you want to see in the widget.
- * Create several widgets, if you need. Each widget will have its own settings, including layouts, colors, filters and selected calendars.
- * Customize background colors and transparency of different widget parts, text's black and white shading.
- * Scroll through the list of events. Use "Go to Today" button to return to today instantly.
- * Customize the text size of the widget.
- * Fully resizable widget with alternative layouts.
- * Indicators for alerts and recurring events.
- * Lock time zone when travelling to different time zones.
- * Turn off Widget or Day headers, event icons, Days from today, etc. and see only what you need.
- * Android 7.0+ supported. Supports Android tablets.
- For the older devices please use Todo Agenda for Android 4 - 7.0 app.
+ * No advertising. Free and Open Source.
+ * Displays all events from your calendars and task lists. Optionally shows past events.
+ * Automatically updates when you add/delete/modify an event. Or you may update the list instantly.
+ * Select only the calendars you want to see in the widget.
+ * Create several widgets, if you need. Each widget will have its own settings, including layouts, colors, filters and selected calendars.
+ * Customize background colors and transparency of different widget parts, text's black and white shading.
+ * Scroll through the list of events. Use "Go to Today" button to return to today instantly.
+ * Customize the text size of the widget.
+ * Fully resizable widget with alternative layouts.
+ * Indicators for alerts and recurring events.
+ * Lock time zone when travelling to different time zones.
+ * Turn off Widget or Day headers, event icons, Days from today, etc. and see only what you need.
+ * Android 7.0+ supported. Supports Android tablets.
+ For the older devices please use Todo Agenda for Android 4 - 7.0 app.
RepoType: git
Repo: https://github.com/andstatus/todoagenda.git
@@ -140,9 +140,9 @@ Builds:
- yes
MaintainerNotes: |-
- Since v.4.1 upstream reverted to static versionName and versionCode,
- at least till F-Droid starts supporting this,
- see https://gitlab.com/fdroid/fdroidserver/-/issues/420#note_299995680
+ Since v.4.1 upstream reverted to static versionName and versionCode,
+ at least till F-Droid starts supporting this,
+ see https://gitlab.com/fdroid/fdroidserver/-/issues/420#note_299995680
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]+-release$
diff --git a/metadata/org.anothermonitor.yml b/metadata/org.anothermonitor.yml
index d2a8378985..afae6c2073 100644
--- a/metadata/org.anothermonitor.yml
+++ b/metadata/org.anothermonitor.yml
@@ -9,12 +9,12 @@ IssueTracker: https://github.com/AntonioRedondo/AnotherMonitor/issues
AutoName: AnotherMonitor
Description: |-
- System monitor for recording CPU and memory usage.
+ System monitor for recording CPU and memory usage.
- Features:
+ Features:
- * Generates a graphic output of CPU and memory usage in 0.5, 1, 2 or 4 second intervals
- * Can record values to a CSV file for later usage and process in a spreadsheet program
+ * Generates a graphic output of CPU and memory usage in 0.5, 1, 2 or 4 second intervals
+ * Can record values to a CSV file for later usage and process in a spreadsheet program
RepoType: git
Repo: https://github.com/AntonioRedondo/AnotherMonitor
diff --git a/metadata/org.appsroid.fxpro.yml b/metadata/org.appsroid.fxpro.yml
index 92357e3afd..2dd41d8985 100644
--- a/metadata/org.appsroid.fxpro.yml
+++ b/metadata/org.appsroid.fxpro.yml
@@ -9,13 +9,13 @@ IssueTracker: https://github.com/yaa110/Effects-Pro/issues
AutoName: Effects Pro
Description: |-
- Practical and easy-to-use tool for applying filters to images. Several filters
- can be applied and undone (even one by one). It tries to maintain maximum image
- quality.
+ Practical and easy-to-use tool for applying filters to images. Several filters
+ can be applied and undone (even one by one). It tries to maintain maximum image
+ quality.
- Supported filters are: Boost-Up Colors, Brightness, Color Depth, Color Filter,
- Contrast, Emboss, Flip and Rotation, Gamma, Gaussian Blur, Grayscale, Hue,
- Invert, Noise, Saturation, Sepia, Sharpen, Sketch, Tint, Vignette
+ Supported filters are: Boost-Up Colors, Brightness, Color Depth, Color Filter,
+ Contrast, Emboss, Flip and Rotation, Gamma, Gaussian Blur, Grayscale, Hue,
+ Invert, Noise, Saturation, Sepia, Sharpen, Sketch, Tint, Vignette
RepoType: git
Repo: https://github.com/yaa110/Effects-Pro
diff --git a/metadata/org.artsoft.rocksndiamonds.yml b/metadata/org.artsoft.rocksndiamonds.yml
index c74f6ad506..1156637863 100644
--- a/metadata/org.artsoft.rocksndiamonds.yml
+++ b/metadata/org.artsoft.rocksndiamonds.yml
@@ -4,12 +4,12 @@ License: GPL-2.0-only
SourceCode: http://git.artsoft.org/rocksndiamonds.git
Description: |
- An arcade style game in the tradition of:
+ An arcade style game in the tradition of:
- * Boulder Dash (C 64)
- * Emerald Mine (Amiga)
- * Supaplex (Amiga/PC)
- * Sokoban (PC)
+ * Boulder Dash (C 64)
+ * Emerald Mine (Amiga)
+ * Supaplex (Amiga/PC)
+ * Sokoban (PC)
RepoType: git
Repo: http://git.artsoft.org/rocksndiamonds.git
diff --git a/metadata/org.asdtm.fas.yml b/metadata/org.asdtm.fas.yml
index 444c1b1190..e0b9ac2046 100644
--- a/metadata/org.asdtm.fas.yml
+++ b/metadata/org.asdtm.fas.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on themoviedb.org (TMDB) website.
+ NonFreeNet:
+ en-US: Depends on themoviedb.org (TMDB) website.
Categories:
- Internet
License: GPL-3.0-or-later
@@ -11,15 +11,15 @@ Bitcoin: 1FV8m1MKqZ9ZKB8YNwpsjsuubHTznJSiT8
AutoName: Inventum
Description: |-
- Simple TMDb client.
+ Simple TMDb client.
- Features:
+ Features:
- * Different languages: English, Spanish, German, Polish, Belarusian, Russian
- * Discover: Search for movies and TV shows by genres, min rating and etc
- * Search: Search for movies, TV shows and persons with a text query
- * Movies: Top rated, Upcoming, Now playing, Popular
- * TV shows: Airing today, On the air, Popular, Top rated
+ * Different languages: English, Spanish, German, Polish, Belarusian, Russian
+ * Discover: Search for movies and TV shows by genres, min rating and etc
+ * Search: Search for movies, TV shows and persons with a text query
+ * Movies: Top rated, Upcoming, Now playing, Popular
+ * TV shows: Airing today, On the air, Popular, Top rated
RepoType: git
Repo: https://github.com/qqq3/inventum.git
diff --git a/metadata/org.asdtm.goodweather.yml b/metadata/org.asdtm.goodweather.yml
index f701e1dd17..d077dfd20d 100644
--- a/metadata/org.asdtm.goodweather.yml
+++ b/metadata/org.asdtm.goodweather.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: OpenWeatherMap service itself is not open source
+ NonFreeNet:
+ en-US: OpenWeatherMap service itself is not open source
Categories:
- Internet
License: GPL-3.0-or-later
@@ -12,22 +12,22 @@ Bitcoin: 1FV8m1MKqZ9ZKB8YNwpsjsuubHTznJSiT8
AutoName: Good Weather
Description: |-
- Show current weather information from OpenWeatherMap.
+ Show current weather information from OpenWeatherMap.
- Support of Basque, Belarusian, Czech, English, French, German, Japanese,
- Spanish, Polish, Russian languages.
+ Support of Basque, Belarusian, Czech, English, French, German, Japanese,
+ Spanish, Polish, Russian languages.
- Features:
+ Features:
- * Current weather
- * 7 day forecast
- * 7 day forecast graphs
- * Many locations
- * Notifications
- * Support different measuring units
- * Ad-free
+ * Current weather
+ * 7 day forecast
+ * 7 day forecast graphs
+ * Many locations
+ * Notifications
+ * Support different measuring units
+ * Ad-free
- NonFreeNet: OpenWeatherMap service itself is not open source.
+ NonFreeNet: OpenWeatherMap service itself is not open source.
RepoType: git
Repo: https://github.com/qqq3/good-weather.git
diff --git a/metadata/org.atai.TessUI.yml b/metadata/org.atai.TessUI.yml
index 277fe8afff..768a1d9458 100644
--- a/metadata/org.atai.TessUI.yml
+++ b/metadata/org.atai.TessUI.yml
@@ -8,10 +8,10 @@ IssueTracker: https://gitlab.com/character-recognition/character-recognition/iss
AutoName: Character Recognition
Description: |-
- OCR software based on Tesseract
- library to perform character recognition on images selected from the gallery or
- captured from the camera. Recognition results can be edited or copied for
- export.
+ OCR software based on Tesseract
+ library to perform character recognition on images selected from the gallery or
+ captured from the camera. Recognition results can be edited or copied for
+ export.
RepoType: git
Repo: https://gitlab.com/character-recognition/character-recognition.git
diff --git a/metadata/org.atalk.android.yml b/metadata/org.atalk.android.yml
index ce922ae54f..cf5eb71c1b 100644
--- a/metadata/org.atalk.android.yml
+++ b/metadata/org.atalk.android.yml
@@ -2382,7 +2382,7 @@ Builds:
ndk: r20
MaintainerNotes: scanignore is used to allow the local "third_party/m2" Gradle repository
- (which is populated by libraries we build).
+ (which is populated by libraries we build).
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.aykit.MyOwnNotes.yml b/metadata/org.aykit.MyOwnNotes.yml
index d4e2100735..a59ac6e08f 100644
--- a/metadata/org.aykit.MyOwnNotes.yml
+++ b/metadata/org.aykit.MyOwnNotes.yml
@@ -11,11 +11,11 @@ FlattrID: '2887057'
AutoName: MyOwnNotes
Description: |-
- Create, edit, delete and sync your notes with ownCloud.
+ Create, edit, delete and sync your notes with ownCloud.
- In order to use this app you will need:
+ In order to use this app you will need:
- * https://f-droid.org/packages/com.owncloud.android
+ * https://f-droid.org/packages/com.owncloud.android
RepoType: git
Repo: https://github.com/aykit/MyOwnNotes.git
diff --git a/metadata/org.balau.fakedawn.yml b/metadata/org.balau.fakedawn.yml
index d1c93865d6..76dccc658b 100644
--- a/metadata/org.balau.fakedawn.yml
+++ b/metadata/org.balau.fakedawn.yml
@@ -9,17 +9,17 @@ IssueTracker: https://github.com/balau/fakedawn/issues
AutoName: Fake Dawn
Description: |-
- Fake Dawn is an alarm clock that gradually increases brightness and sound volume
- to lead you out of deep sleep and wake you up gently. You can adjust when the
- brightness of the screen starts to rise and reaches its maximum; when the sound
- starts to play and how the volume increases.
+ Fake Dawn is an alarm clock that gradually increases brightness and sound volume
+ to lead you out of deep sleep and wake you up gently. You can adjust when the
+ brightness of the screen starts to rise and reaches its maximum; when the sound
+ starts to play and how the volume increases.
- Features:
+ Features:
- * fully customize the behavior of the dawn alarm
- * choose the screen color from a wide range
- * choose custom sound alarm or ring tone
- * vibrate with sound
+ * fully customize the behavior of the dawn alarm
+ * choose the screen color from a wide range
+ * choose custom sound alarm or ring tone
+ * vibrate with sound
RepoType: git
Repo: https://github.com/balau/fakedawn
diff --git a/metadata/org.basketbuilddownloader.yml b/metadata/org.basketbuilddownloader.yml
index 2454e0b6a1..936ce2b4f1 100644
--- a/metadata/org.basketbuilddownloader.yml
+++ b/metadata/org.basketbuilddownloader.yml
@@ -7,9 +7,9 @@ Bitcoin: 16VEzu37BePgR3o9hAciZkGK2VCAQFE28r
AutoName: BasketBuild Downloader
Description: |-
- App to download files hosted on basketbuild.com
+ App to download files hosted on basketbuild.com
- Files from AOKP, Pacman Rom, CyanHacker etc.
+ Files from AOKP, Pacman Rom, CyanHacker etc.
RepoType: git
Repo: https://github.com/daktak/basketbuild_downloader.git
diff --git a/metadata/org.bc_bd.mrwhite.yml b/metadata/org.bc_bd.mrwhite.yml
index 63e9d91b06..f1f18a3514 100644
--- a/metadata/org.bc_bd.mrwhite.yml
+++ b/metadata/org.bc_bd.mrwhite.yml
@@ -7,14 +7,14 @@ IssueTracker: https://gitlab.com/mafgl/mrwhite/issues
AutoName: MrWhite
Description: |-
- MrWhite is a tiny app that turns your screen white and increases the screen's
- brightness to its maximum.
+ MrWhite is a tiny app that turns your screen white and increases the screen's
+ brightness to its maximum.
- If your phone has no led flash which you could use as a torch, you can help
- yourself with MrWhite.
+ If your phone has no led flash which you could use as a torch, you can help
+ yourself with MrWhite.
- Source code url is git:// so can only be viewed with an app such as
- https://f-droid.org/packages/com.madgag.agit.
+ Source code url is git:// so can only be viewed with an app such as
+ https://f-droid.org/packages/com.madgag.agit.
RepoType: git
Repo: https://gitlab.com/mafgl/mrwhite.git
diff --git a/metadata/org.beide.bomber.yml b/metadata/org.beide.bomber.yml
index 4ffc5d14f2..41b77a5696 100644
--- a/metadata/org.beide.bomber.yml
+++ b/metadata/org.beide.bomber.yml
@@ -10,12 +10,12 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=kees%40hui
AutoName: Bomber
Description: |-
- Bomber is a single player arcade game. The player is invading various cities in
- a plane that is decreasing in height.
+ Bomber is a single player arcade game. The player is invading various cities in
+ a plane that is decreasing in height.
- The goal of the game is to destroy all the buildings and advance to the next
- level. Each level gets a harder by increasing the speed of the plane and the
- height of the buildings.
+ The goal of the game is to destroy all the buildings and advance to the next
+ level. Each level gets a harder by increasing the speed of the plane and the
+ height of the buildings.
RepoType: git
Repo: https://github.com/sophiehuiberts/Bomber-for-android
diff --git a/metadata/org.beide.droidgain.yml b/metadata/org.beide.droidgain.yml
index 42069ec55f..825d21881d 100644
--- a/metadata/org.beide.droidgain.yml
+++ b/metadata/org.beide.droidgain.yml
@@ -10,10 +10,10 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=kees%40hui
AutoName: Droidgain
Description: |-
- Normalizes mp3 files; it makes them all sound equally loud, so if you have a
- song that's too quiet this app can make it be louder. Currently, it picks files
- via another app, so you will need to have a music player, such as
- https://f-droid.org/packages/com.android.music installed, or perhaps some other suitable file picker.
+ Normalizes mp3 files; it makes them all sound equally loud, so if you have a
+ song that's too quiet this app can make it be louder. Currently, it picks files
+ via another app, so you will need to have a music player, such as
+ https://f-droid.org/packages/com.android.music installed, or perhaps some other suitable file picker.
RepoType: git
Repo: https://github.com/beide/Droidgain.git
diff --git a/metadata/org.berlin_vegan.bvapp.yml b/metadata/org.berlin_vegan.bvapp.yml
index b8f9052b02..14052b414c 100644
--- a/metadata/org.berlin_vegan.bvapp.yml
+++ b/metadata/org.berlin_vegan.bvapp.yml
@@ -9,25 +9,25 @@ IssueTracker: https://github.com/Berlin-Vegan/berlin-vegan-guide/issues
AutoName: Berlin-Vegan
Description: |-
- With the "Berlin Vegan Guide", you've got quick access to an overview of the
- vegan food and shopping possibilities in Berlin, Germany --- even while you're
- out and about.
+ With the "Berlin Vegan Guide", you've got quick access to an overview of the
+ vegan food and shopping possibilities in Berlin, Germany --- even while you're
+ out and about.
- The app contains the following information:
+ The app contains the following information:
- * over 300 restaurants, snack bars and takeaways with vegan declared offers
- * a further 200 shopping possibilities in the area of cosmetics, groceries and organic produce
+ * over 300 restaurants, snack bars and takeaways with vegan declared offers
+ * a further 200 shopping possibilities in the area of cosmetics, groceries and organic produce
- The guide is not just suitable for vegetarians and vegans but also for all
- people who are trying to live their life in a greener and more animal friendly
- way.
+ The guide is not just suitable for vegetarians and vegans but also for all
+ people who are trying to live their life in a greener and more animal friendly
+ way.
- NOTE: Berlin Vegan Guide was completely rewritten using Qt, and
- is now available for SailfishOS, iOS and Android. Due to technical reasons,
- it currently cannot be updated in the f-droid.org repo (and there's no ETA
- yet for this). To switch between versions from f-droid.org and IzzyOnDroid,
- you'll have to first uninstall and then reinstall the app (as you'd have to
- do when switching between F-Droid and Google Play).
+ NOTE: Berlin Vegan Guide was completely rewritten using Qt, and
+ is now available for SailfishOS, iOS and Android. Due to technical reasons,
+ it currently cannot be updated in the f-droid.org repo (and there's no ETA
+ yet for this). To switch between versions from f-droid.org and IzzyOnDroid,
+ you'll have to first uninstall and then reinstall the app (as you'd have to
+ do when switching between F-Droid and Google Play).
RepoType: git
Repo: https://github.com/Berlin-Vegan/berlin-vegan-guide
@@ -90,7 +90,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e 's/def gitDescription = dirtyWorkingCopy .*/def gitDescription
- = gitHash/g' -e '/playstoreCompile/d' build.gradle
+ = gitHash/g' -e '/playstoreCompile/d' build.gradle
- versionName: 2.0.7
versionCode: 25
@@ -99,7 +99,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/def gitDescription = dirtyWorkingCopy .*/def gitDescription
- = gitHash/g' -e '/playstoreCompile/d' build.gradle
+ = gitHash/g' -e '/playstoreCompile/d' build.gradle
- versionName: 2.0.8
versionCode: 26
@@ -108,14 +108,14 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/def gitDescription = dirtyWorkingCopy .*/def gitDescription
- = gitHash/g' -e '/playstoreCompile/d' build.gradle
+ = gitHash/g' -e '/playstoreCompile/d' build.gradle
MaintainerNotes: |-
- * Versions <= 2.0 do not build from the current repo, but one needs to use the old repo
- * Auto Update Mode is working, but only with a hack: with commit dd0b38a in fdroidserver the tag is used as versionname, if the versionname could not be parse from the manifest or gradle files.
- * Archive Policy: 'Currently the only supported format is "n versions", where n is the number of versions to keep.'
- * Auto Update Mode: '... if an app always has a tag "2.7.2" corresponding to version 2.7.2, you would simply specify "Version %v"'
- * Update Check Mode: '... when apps tag non-release versions such as X.X-alpha, so you can filter them out with something like .*[0-9]$ which requires tag names to end with a digit.'
+ * Versions <= 2.0 do not build from the current repo, but one needs to use the old repo
+ * Auto Update Mode is working, but only with a hack: with commit dd0b38a in fdroidserver the tag is used as versionname, if the versionname could not be parse from the manifest or gradle files.
+ * Archive Policy: 'Currently the only supported format is "n versions", where n is the number of versions to keep.'
+ * Auto Update Mode: '... if an app always has a tag "2.7.2" corresponding to version 2.7.2, you would simply specify "Version %v"'
+ * Update Check Mode: '... when apps tag non-release versions such as X.X-alpha, so you can filter them out with something like .*[0-9]$ which requires tag names to end with a digit.'
ArchivePolicy: 1
AutoUpdateMode: Version
diff --git a/metadata/org.bibledit.android.yml b/metadata/org.bibledit.android.yml
index 3809f2e676..8fe58d3deb 100644
--- a/metadata/org.bibledit.android.yml
+++ b/metadata/org.bibledit.android.yml
@@ -54,7 +54,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.10.2.4988404' > /dev/null
+ 'cmake;3.10.2.4988404' > /dev/null
ndk: r21e
AutoUpdateMode: Version
diff --git a/metadata/org.bienvenidoainternet.app.yml b/metadata/org.bienvenidoainternet.app.yml
index 351907cb1c..4fc671cf46 100644
--- a/metadata/org.bienvenidoainternet.app.yml
+++ b/metadata/org.bienvenidoainternet.app.yml
@@ -6,15 +6,15 @@ IssueTracker: https://github.com/Renard1911/BaiApp/issues
AutoName: Bienvenido a Internet
Description: |-
- BaiApp is a browser for the Bienvenido a Internet text/image board
+ BaiApp is a browser for the Bienvenido a Internet text/image board
- Features include
+ Features include
- * Support for both text and image boards
- * Internal image viewer
- * File upload to image boards
- * Thread creation, reply and deletion support
- * Youtube thumbnails and colored IDs
+ * Support for both text and image boards
+ * Internal image viewer
+ * File upload to image boards
+ * Thread creation, reply and deletion support
+ * Youtube thumbnails and colored IDs
RepoType: git
Repo: https://github.com/Renard1911/BaiApp
diff --git a/metadata/org.billthefarmer.buses.yml b/metadata/org.billthefarmer.buses.yml
index 30385dd6bf..23d2463ac3 100644
--- a/metadata/org.billthefarmer.buses.yml
+++ b/metadata/org.billthefarmer.buses.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App connects to nextbuses.mobi and tnjplib.mxdata.co.uk
+ NonFreeNet:
+ en-US: App connects to nextbuses.mobi and tnjplib.mxdata.co.uk
Categories:
- Navigation
License: GPL-3.0-only
diff --git a/metadata/org.billthefarmer.currency.yml b/metadata/org.billthefarmer.currency.yml
index af77f9e438..87618bc852 100644
--- a/metadata/org.billthefarmer.currency.yml
+++ b/metadata/org.billthefarmer.currency.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App downloads the data from www.ecb.europa.eu.
+ NonFreeNet:
+ en-US: App downloads the data from www.ecb.europa.eu.
Categories:
- Money
License: GPL-3.0-only
diff --git a/metadata/org.billthefarmer.melodeon.yml b/metadata/org.billthefarmer.melodeon.yml
index 923d02252e..60edc7e852 100644
--- a/metadata/org.billthefarmer.melodeon.yml
+++ b/metadata/org.billthefarmer.melodeon.yml
@@ -193,8 +193,8 @@ Builds:
- yes
MaintainerNotes: |-
- Does not build on my local machine, but clean checkout works for
- upstream, see https://github.com/billthefarmer/melodeon/issues/2.
+ Does not build on my local machine, but clean checkout works for
+ upstream, see https://github.com/billthefarmer/melodeon/issues/2.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.billthefarmer.specie.yml b/metadata/org.billthefarmer.specie.yml
index 4f503bc9f4..1dc686d6d0 100644
--- a/metadata/org.billthefarmer.specie.yml
+++ b/metadata/org.billthefarmer.specie.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on non-libre floatrates.com exchange rate API.
+ NonFreeNet:
+ en-US: Depends on non-libre floatrates.com exchange rate API.
Categories:
- Money
License: GPL-3.0-only
diff --git a/metadata/org.biotstoiq.gophercle.yml b/metadata/org.biotstoiq.gophercle.yml
index 99450a55a3..a336e471d9 100644
--- a/metadata/org.biotstoiq.gophercle.yml
+++ b/metadata/org.biotstoiq.gophercle.yml
@@ -14,19 +14,19 @@ Bitcoin: bc1qp7668qpa9kfq2r36t7lwzkrud2hzmdvvdmvfq0
Name: gophercle
AutoName: gophercle
Description: |-
- NOTE: App is no longer maintained.
+ NOTE: App is no longer maintained.
- gophercle is a gopher client for android.
+ gophercle is a gopher client for android.
- it lets you:
+ it lets you:
- * download items
- * go back in history for the current session
- * bookmark a url
- * set global search url
- * set text size
- * set light/dark theme
- * share a link
+ * download items
+ * go back in history for the current session
+ * bookmark a url
+ * set global search url
+ * set text size
+ * set light/dark theme
+ * share a link
RepoType: git
Repo: https://gitlab.com/biotstoiq/gophercle.git
diff --git a/metadata/org.biotstoiq.launch.yml b/metadata/org.biotstoiq.launch.yml
index 6243b9b6c2..c76554fce8 100644
--- a/metadata/org.biotstoiq.launch.yml
+++ b/metadata/org.biotstoiq.launch.yml
@@ -14,54 +14,54 @@ Bitcoin: bc1qp7668qpa9kfq2r36t7lwzkrud2hzmdvvdmvfq0
Name: launch
AutoName: launch
Description: |-
- NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
+ NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
- launch is a fast, productive and easy-to-use launcher for android
+ launch is a fast, productive and easy-to-use launcher for android
- features
- --------
- * launch apps instantly with patterns: as fast as your typing allows you to
- be
- * assign long-press shortcuts to quickly access apps.
- * easy on eyes
- * no icons, distractions, clutter/bloat, etc
- * lightweight and efficient
- * not just visual minimalism like most other minimalist launchers,
- but technical minimalism too.
- * open-source
- * uses at least ~10x less space than even the *minimalist* launchers
+ features
+ --------
+ * launch apps instantly with patterns: as fast as your typing allows you to
+ be
+ * assign long-press shortcuts to quickly access apps.
+ * easy on eyes
+ * no icons, distractions, clutter/bloat, etc
+ * lightweight and efficient
+ * not just visual minimalism like most other minimalist launchers,
+ but technical minimalism too.
+ * open-source
+ * uses at least ~10x less space than even the *minimalist* launchers
- functions
- ---------
- * use search keys to create a filter word which shows only the filtered apps
- * click on an app to launch it
- * long-press on an app to launch it's system settings
- * press back button to clear the last character of the search word
- * long-press on the back button to refresh the app list (to reflect
- deletion/addition of apps)
- * long-press on a search key to launch/assign a shortcut app.
+ functions
+ ---------
+ * use search keys to create a filter word which shows only the filtered apps
+ * click on an app to launch it
+ * long-press on an app to launch it's system settings
+ * press back button to clear the last character of the search word
+ * long-press on the back button to refresh the app list (to reflect
+ deletion/addition of apps)
+ * long-press on a search key to launch/assign a shortcut app.
- how does it work
- ----------------
- * keys on the left and right side are for searching, and the middle section
- shows the apps installed
- * start searching by using the search keys
- * if the search word only has one final matching app in the list, it will
- be opened automatically
- * to quickly launch an app, find a unique combination of alphabets
- which can launch it. for example, if "K-9 Mail" is the only app which has
- a "9" in it in my app list, then it can be launched just by pressing
- the "9" search key
- * assign an app to a search key by long-pressing on the search key. this
- assignment can be removed and/or modified.
+ how does it work
+ ----------------
+ * keys on the left and right side are for searching, and the middle section
+ shows the apps installed
+ * start searching by using the search keys
+ * if the search word only has one final matching app in the list, it will
+ be opened automatically
+ * to quickly launch an app, find a unique combination of alphabets
+ which can launch it. for example, if "K-9 Mail" is the only app which has
+ a "9" in it in my app list, then it can be launched just by pressing
+ the "9" search key
+ * assign an app to a search key by long-pressing on the search key. this
+ assignment can be removed and/or modified.
- goals
- -----
- * launch aims for the following:
- * maximum compatibility (supports android >=5.0)
- * do more with less
- * ethical correctness (no ads/trackers)
- * stick to the UNIX philosophy (do one thing and do it well)
+ goals
+ -----
+ * launch aims for the following:
+ * maximum compatibility (supports android >=5.0)
+ * do more with less
+ * ethical correctness (no ads/trackers)
+ * stick to the UNIX philosophy (do one thing and do it well)
RepoType: git
Repo: https://gitlab.com/biotstoiq/launch.git
diff --git a/metadata/org.biotstoiq.seshat.yml b/metadata/org.biotstoiq.seshat.yml
index 9ada33fa0f..6a84dea46a 100644
--- a/metadata/org.biotstoiq.seshat.yml
+++ b/metadata/org.biotstoiq.seshat.yml
@@ -14,36 +14,36 @@ Bitcoin: bc1qp7668qpa9kfq2r36t7lwzkrud2hzmdvvdmvfq0
Name: Seshat
AutoName: Seshat
Description: |-
- NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
+ NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
- A minimalist logger/tracker/journal
+ A minimalist logger/tracker/journal
- seshat is a simple and minimalist logger/journal which can keep track of
- numerical values.
+ seshat is a simple and minimalist logger/journal which can keep track of
+ numerical values.
- seshat can be used a wide range of purposes.
- to learn more about the software and it's usages, please check out
- https://biotstoiq.gitlab.io/software/seshat.
+ seshat can be used a wide range of purposes.
+ to learn more about the software and it's usages, please check out
+ https://biotstoiq.gitlab.io/software/seshat.
- features
- --------
- * suckless in nature
- * lightweight
- * no ads/anti-features
- * completely open-source
- * completely hackable since the codebase is small
- * designed with usability and efficiency in mind, rather than convenience
- and eye-candyness
+ features
+ --------
+ * suckless in nature
+ * lightweight
+ * no ads/anti-features
+ * completely open-source
+ * completely hackable since the codebase is small
+ * designed with usability and efficiency in mind, rather than convenience
+ and eye-candyness
- rationale for the lack of notification/notification-bar can be read here:
- https://roidujeu.gitlab.io/blog/why_notifications_are_bad.html.
+ rationale for the lack of notification/notification-bar can be read here:
+ https://roidujeu.gitlab.io/blog/why_notifications_are_bad.html.
- in a pool full of bloated software, please give this a try and spread the word!
+ in a pool full of bloated software, please give this a try and spread the word!
- website: https://biotstoiq.gitlab.io
- source: https://biotstoiq.gitlab.io/source
+ website: https://biotstoiq.gitlab.io
+ source: https://biotstoiq.gitlab.io/source
- made by biotstoiq, with love
+ made by biotstoiq, with love
RepoType: git
Repo: https://gitlab.com/biotstoiq/seshat.git
diff --git a/metadata/org.birthdayadapter.yml b/metadata/org.birthdayadapter.yml
index ac042233e3..320031e16a 100644
--- a/metadata/org.birthdayadapter.yml
+++ b/metadata/org.birthdayadapter.yml
@@ -12,11 +12,11 @@ Bitcoin: 12Y6zbBYoRxf8kBrjau3WedjtzvcACvPMk
AutoName: Birthday Adapter
Description: |-
- Adapter that makes the birthdays from your contacts available as a standard
- calendar.
+ Adapter that makes the birthdays from your contacts available as a standard
+ calendar.
- Shows birthdays, anniversaries, and other dates from your contacts as events in
- your favorite calendar app. It supports all calendar apps available for Android.
+ Shows birthdays, anniversaries, and other dates from your contacts as events in
+ your favorite calendar app. It supports all calendar apps available for Android.
RepoType: git
Repo: https://github.com/PrivacyApps/birthday-calendar.git
diff --git a/metadata/org.bitbucket.tickytacky.mirrormirror.yml b/metadata/org.bitbucket.tickytacky.mirrormirror.yml
index 1fd19dfe87..0de8147746 100644
--- a/metadata/org.bitbucket.tickytacky.mirrormirror.yml
+++ b/metadata/org.bitbucket.tickytacky.mirrormirror.yml
@@ -5,12 +5,12 @@ SourceCode: https://bitbucket-archive.softwareheritage.org/projects/ti/tickytack
AutoName: Mirror Mirror
Description: |-
- See what your front camera sees
+ See what your front camera sees
- * No permissions except camera
- * Hides status bar
- * Keeps screen on
- * No other silly features
+ * No permissions except camera
+ * Hides status bar
+ * Keeps screen on
+ * No other silly features
Builds:
- versionName: '1.0'
diff --git a/metadata/org.blitzortung.android.app.yml b/metadata/org.blitzortung.android.app.yml
index b96c6a5586..d0bd8d078f 100644
--- a/metadata/org.blitzortung.android.app.yml
+++ b/metadata/org.blitzortung.android.app.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App is tethered to blitzortung.org, which is proprietary.
+ NonFreeNet:
+ en-US: App is tethered to blitzortung.org, which is proprietary.
Categories:
- Science & Education
License: Apache-2.0
diff --git a/metadata/org.blockinger.game.yml b/metadata/org.blockinger.game.yml
index 699ca0e5a7..40ec24a2bf 100644
--- a/metadata/org.blockinger.game.yml
+++ b/metadata/org.blockinger.game.yml
@@ -7,10 +7,10 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H6V
AutoName: Blockinger
Description: |-
- Note: this app is no longer maintained.
+ Note: this app is no longer maintained.
- Clone of the classic Tetris game for Android. Includes many levels of difficulty
- and a clean, intuitive user interface.
+ Clone of the classic Tetris game for Android. Includes many levels of difficulty
+ and a clean, intuitive user interface.
RepoType: git
Repo: https://github.com/vocollapse/Blockinger
diff --git a/metadata/org.blokada.alarm.yml b/metadata/org.blokada.alarm.yml
index 1efa1b082c..326dfb3a3f 100644
--- a/metadata/org.blokada.alarm.yml
+++ b/metadata/org.blokada.alarm.yml
@@ -672,7 +672,7 @@ Builds:
ndk: r21d
MaintainerNotes: Upstream does not support the inclusion of the F-Droid version anymore
- and it actively encourages users away from it.
+ and it actively encourages users away from it.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/org.blokada.fem.fdroid.yml b/metadata/org.blokada.fem.fdroid.yml
index cdfea29993..1e08c36fb1 100644
--- a/metadata/org.blokada.fem.fdroid.yml
+++ b/metadata/org.blokada.fem.fdroid.yml
@@ -544,8 +544,8 @@ Builds:
ndk: r24
MaintainerNotes: Upstream does not support the inclusion of the F-Droid version anymore
- and it actively encourages users away from it. Atempts have been made to clean
- up proprietary bits but it lead to various errors.
+ and it actively encourages users away from it. Atempts have been made to clean up
+ proprietary bits but it lead to various errors.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/org.bobstuff.bobball.yml b/metadata/org.bobstuff.bobball.yml
index c27a9006b3..c1f9faeada 100644
--- a/metadata/org.bobstuff.bobball.yml
+++ b/metadata/org.bobstuff.bobball.yml
@@ -6,13 +6,13 @@ IssueTracker: https://github.com/bobthekingofegypt/BobBall/issues
AutoName: BobBall
Description: |-
- BobBall is a simple version of the old game Jezzball.
+ BobBall is a simple version of the old game Jezzball.
- Features:
+ Features:
- * Easy to play, hard to master
- * Infinite levels
- * Top scores table
+ * Easy to play, hard to master
+ * Infinite levels
+ * Top scores table
RepoType: git
Repo: https://github.com/bobthekingofegypt/BobBall.git
diff --git a/metadata/org.bombusmod.yml b/metadata/org.bombusmod.yml
index a73839a623..2ebab9e9b8 100644
--- a/metadata/org.bombusmod.yml
+++ b/metadata/org.bombusmod.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/BombusMod/BombusMod/issues
AutoName: BombusMod
Description: |-
- Full-featured XMPP client based on a J2ME app. Website and source code docs are
- in Russian.
+ Full-featured XMPP client based on a J2ME app. Website and source code docs are
+ in Russian.
RepoType: git
Repo: https://github.com/BombusMod/BombusMod
@@ -68,7 +68,7 @@ Builds:
- docs
- ios
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
+ 'platforms;android-31' 'build-tools;30.0.2' > /dev/null
scanignore:
- android/src/main/assets/smiles/animate.bin
diff --git a/metadata/org.bottiger.podcast.yml b/metadata/org.bottiger.podcast.yml
index 8c0aeddb7f..12fe4fa5fc 100644
--- a/metadata/org.bottiger.podcast.yml
+++ b/metadata/org.bottiger.podcast.yml
@@ -9,19 +9,19 @@ Changelog: https://github.com/bottiger/SoundWaves/blob/HEAD/Changelog.txt
AutoName: SoundWaves
Description: |-
- Manage, fetch and listen to podcasts.
+ Manage, fetch and listen to podcasts.
- Features:
+ Features:
- * Material UI:: Utilizing a fast and modern UI
- * Audio engine: Variable speed, silence trimming etc.
- * Web Player: Continue to listen to your podcasts in your browser on your desktop computer.
- * Synchronization: Synchronize your players with other devices.
- * Chromecast: Play episodes on your chromecast or chromecast audio
- * Sonos: Adds podcasts to your Sonos player.
- * Filters: Create a dynamic custom playlist with only the podcasts you listen to frequently
- * Chapters: Podcasts with chapters are supported. Both mp3 and Apples Enhanced Podcasts Chapters in m4a files.
- * Automatic file management: Automatic podcast download and deletion.
+ * Material UI:: Utilizing a fast and modern UI
+ * Audio engine: Variable speed, silence trimming etc.
+ * Web Player: Continue to listen to your podcasts in your browser on your desktop computer.
+ * Synchronization: Synchronize your players with other devices.
+ * Chromecast: Play episodes on your chromecast or chromecast audio
+ * Sonos: Adds podcasts to your Sonos player.
+ * Filters: Create a dynamic custom playlist with only the podcasts you listen to frequently
+ * Chapters: Podcasts with chapters are supported. Both mp3 and Apples Enhanced Podcasts Chapters in m4a files.
+ * Automatic file management: Automatic podcast download and deletion.
RepoType: git
Repo: https://github.com/bottiger/SoundWaves
@@ -37,7 +37,7 @@ Builds:
rm:
- app/src/amazon/libs/*.jar
prebuild: sed -i -e '/amazonCompile/d' -e '/googleCompile/d' -e '/jsoup/afreeCompile
- "ch.acra:acra:4.5.0"' build.gradle
+ "ch.acra:acra:4.5.0"' build.gradle
- versionName: '0.70'
versionCode: 84
@@ -404,7 +404,7 @@ Builds:
- versionName: 0.110.2
versionCode: 188
disable: gradle errors since com.android.databinding:library:1.0-rc2 cannot be
- found
+ found
commit: '188'
subdir: app
gradle:
@@ -1092,7 +1092,7 @@ Builds:
- versionName: 0.160.2
versionCode: 422
disable: 'error: VendorMediaRouteCast is not abstract and does not override abstract
- method removeListener(EventListener)'
+ method removeListener(EventListener)'
commit: '422'
subdir: app
gradle:
diff --git a/metadata/org.brandroid.openmanager.yml b/metadata/org.brandroid.openmanager.yml
index b0662fabdb..e8c6e3c2ba 100644
--- a/metadata/org.brandroid.openmanager.yml
+++ b/metadata/org.brandroid.openmanager.yml
@@ -8,19 +8,19 @@ Donate: https://brandroid.org/donate.php
AutoName: Open Explorer Beta
Description: |-
- Open Explorer – file manager for all devices! (Tablets, Phones, Google TVs,
- sandwiches!)
+ Open Explorer – file manager for all devices! (Tablets, Phones, Google TVs,
+ sandwiches!)
- * Complete file system management
- * USB, SD and other external media
- * Network connectable (FTP, SFTP, SMB/Samba/Windows/Lan/WIFI)
- * Text Editor (Tabbed, Multiple Document Interface)
- * Smart Folders that scan for different types of media (Videos, Photos, Music, Downloads)
- * View Pager directory navigation (swipe right to go up a directory)
- * Superuser/Root ability to list/read system folders (no system write yet)
- * More features like offline file structure cache, more Networking capability and Disk space heat map to come.
+ * Complete file system management
+ * USB, SD and other external media
+ * Network connectable (FTP, SFTP, SMB/Samba/Windows/Lan/WIFI)
+ * Text Editor (Tabbed, Multiple Document Interface)
+ * Smart Folders that scan for different types of media (Videos, Photos, Music, Downloads)
+ * View Pager directory navigation (swipe right to go up a directory)
+ * Superuser/Root ability to list/read system folders (no system write yet)
+ * More features like offline file structure cache, more Networking capability and Disk space heat map to come.
- The source code for our build is in a branch called fdroid.
+ The source code for our build is in a branch called fdroid.
RepoType: git
Repo: https://github.com/BrandroidTools/OpenExplorer.git
diff --git a/metadata/org.briarproject.briar.android.yml b/metadata/org.briarproject.briar.android.yml
index 27f6097226..caff39e03b 100644
--- a/metadata/org.briarproject.briar.android.yml
+++ b/metadata/org.briarproject.briar.android.yml
@@ -13,13 +13,13 @@ Bitcoin: 1NZCKkUCtJV2U2Y9hDb9uq8S7ksFCFGR6K
AutoName: Briar
Description: |-
- Briar is a messaging app designed for activists, journalists, and anyone else
- who needs a safe, easy and robust way to communicate. Unlike traditional
- messaging tools such as email, Twitter or Telegram, Briar doesn't rely on a
- central server - messages are synchronized directly between the users' devices.
- If the Internet's down, Briar can sync via Bluetooth or Wi-Fi, keeping the
- information flowing in a crisis. If the Internet's up, Briar can sync via the
- Tor network, protecting users and their relationships from surveillance.
+ Briar is a messaging app designed for activists, journalists, and anyone else
+ who needs a safe, easy and robust way to communicate. Unlike traditional
+ messaging tools such as email, Twitter or Telegram, Briar doesn't rely on a
+ central server - messages are synchronized directly between the users' devices.
+ If the Internet's down, Briar can sync via Bluetooth or Wi-Fi, keeping the
+ information flowing in a crisis. If the Internet's up, Briar can sync via the
+ Tor network, protecting users and their relationships from surveillance.
RepoType: git
Repo: https://code.briarproject.org/briar/briar.git
diff --git a/metadata/org.broeuschmeul.android.gps.bluetooth.provider.yml b/metadata/org.broeuschmeul.android.gps.bluetooth.provider.yml
index fafc860d21..d44c4da6fb 100644
--- a/metadata/org.broeuschmeul.android.gps.bluetooth.provider.yml
+++ b/metadata/org.broeuschmeul.android.gps.bluetooth.provider.yml
@@ -7,12 +7,12 @@ IssueTracker: https://sourceforge.net/p/bluegps4droid/tickets
AutoName: BlueGps
Description: |-
- Allows the connection of an external GPS tracker/mouse via bluetooth, injecting
- the location data as a “mock provider”. This can provide more accurate location
- than the build-in receiver (very useful for tracking in dense areas or in the
- woods, esp. for small tracks or streetaddresses etc), as well as make it
- possible to use GPS inside a car/boot, where the GPS receiver is mounted outside
- to get better reception.
+ Allows the connection of an external GPS tracker/mouse via bluetooth, injecting
+ the location data as a “mock provider”. This can provide more accurate location
+ than the build-in receiver (very useful for tracking in dense areas or in the
+ woods, esp. for small tracks or streetaddresses etc), as well as make it
+ possible to use GPS inside a car/boot, where the GPS receiver is mounted outside
+ to get better reception.
RepoType: git
Repo: https://git.code.sf.net/p/bluegps4droid/git
diff --git a/metadata/org.c_base.c_beam.yml b/metadata/org.c_base.c_beam.yml
index 8ad34dc76d..039a896457 100644
--- a/metadata/org.c_base.c_beam.yml
+++ b/metadata/org.c_base.c_beam.yml
@@ -9,26 +9,26 @@ Changelog: https://github.com/c-base/c-beam-droid/releases
AutoName: c-beam
Description: |-
- c-base on-board computer interface - control the c-base from your pocket!
+ c-base on-board computer interface - control the c-base from your pocket!
- NOTE: This app is only usable from within the c-base-crew wifi. If you don't
- know what this means, don't download c-beam.
+ NOTE: This app is only usable from within the c-base-crew wifi. If you don't
+ know what this means, don't download c-beam.
- If you're still with us, here's a feature set for your informational pleasure:
+ If you're still with us, here's a feature set for your informational pleasure:
- * login / logout
- * c-mission (task assignment)
- * mind control
- * world domination
- * information retrieval
- * current events
- * c-portal
- * artefacts
- * local maps
- * control
- * c-leuse
- * c_out
- * and the rest of the space station
+ * login / logout
+ * c-mission (task assignment)
+ * mind control
+ * world domination
+ * information retrieval
+ * current events
+ * c-portal
+ * artefacts
+ * local maps
+ * control
+ * c-leuse
+ * c_out
+ * and the rest of the space station
RepoType: git
Repo: https://github.com/c-base/c-beam-droid
diff --git a/metadata/org.ca.squawker.yml b/metadata/org.ca.squawker.yml
index c7f7c09de9..fff71212c8 100644
--- a/metadata/org.ca.squawker.yml
+++ b/metadata/org.ca.squawker.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Twitter/X, which is proprietary.
+ NonFreeNet:
+ en-US: Depends on Twitter/X, which is proprietary.
Categories:
- Internet
License: MIT
diff --git a/metadata/org.calyxinstitute.vpn.yml b/metadata/org.calyxinstitute.vpn.yml
index c36d71a5d3..eb32d2fbd8 100644
--- a/metadata/org.calyxinstitute.vpn.yml
+++ b/metadata/org.calyxinstitute.vpn.yml
@@ -15,18 +15,18 @@ Bitcoin: 14wntQ8cBdnhUVfYmDjXz6PbpSSX8nCtkr
AutoName: CalyxVPN
Description: |-
- With CalyxVPN, you can safely encrypt all your network traffic and route it through the Calyx Institute.
+ With CalyxVPN, you can safely encrypt all your network traffic and route it through the Calyx Institute.
- * Automatic Setup: There is nothing to configure.
- * Anonymous VPN: No user accounts and no logging.
- * Anonymous IP Address: When the VPN connection is active, all the servers on the internet will see you as originating from an anonymous IP hosted by Calyx.
- * Free: This is a free service provided by the Calyx Institute.
- * Open Source: Both the client and server are 100% free and open source software.
- * No IPv6 Leaks: CalyxVPN will not leak IPv6 traffic (requires root).
- * No DNS Leaks: CalyxVPN is configured on both the client and the server to prevent any leaking of DNS. All DNS requests are anonymously handled by Calyx when the VPN is on.
- * Circumvention: When "Use Bridges" option is enabled, all your traffic is hidden as normal web traffic, in order to circumvent some censorship systems that block VPN traffic.
+ * Automatic Setup: There is nothing to configure.
+ * Anonymous VPN: No user accounts and no logging.
+ * Anonymous IP Address: When the VPN connection is active, all the servers on the internet will see you as originating from an anonymous IP hosted by Calyx.
+ * Free: This is a free service provided by the Calyx Institute.
+ * Open Source: Both the client and server are 100% free and open source software.
+ * No IPv6 Leaks: CalyxVPN will not leak IPv6 traffic (requires root).
+ * No DNS Leaks: CalyxVPN is configured on both the client and the server to prevent any leaking of DNS. All DNS requests are anonymously handled by Calyx when the VPN is on.
+ * Circumvention: When "Use Bridges" option is enabled, all your traffic is hidden as normal web traffic, in order to circumvent some censorship systems that block VPN traffic.
- As with all VPNs, CalyxVPN only adds security to your data as it flows over the network. It cannot protect the content of your data that is stored or that you give to a website. It also does not prevent advertising and tracking in your apps or web browser (except when this tracking is based on your IP address).
+ As with all VPNs, CalyxVPN only adds security to your data as it flows over the network. It cannot protect the content of your data that is stored or that you give to a website. It also does not prevent advertising and tracking in your apps or web browser (except when this tracking is based on your IP address).
RepoType: git
Repo: https://gitlab.com/CalyxOS/bitmask_android.git
diff --git a/metadata/org.catrobat.paintroid.yml b/metadata/org.catrobat.paintroid.yml
index 3819a7a2ed..aa0572b178 100644
--- a/metadata/org.catrobat.paintroid.yml
+++ b/metadata/org.catrobat.paintroid.yml
@@ -10,13 +10,13 @@ Changelog: https://github.com/Catrobat/Paintroid/releases
AutoName: Paintroid
Description: |-
- Paintroid is a graphical paint editor App, that, among others, allows
- setting parts of pictures to transparent, insert Text / Images, add Layers,
- use Color filling and picking tools, rotate, resize and position
- elements...
+ Paintroid is a graphical paint editor App, that, among others, allows
+ setting parts of pictures to transparent, insert Text / Images, add Layers,
+ use Color filling and picking tools, rotate, resize and position
+ elements...
- It is also known as Pocket Paint, it is associated to Catroid (which is
- like Scratch but for Android).
+ It is also known as Pocket Paint, it is associated to Catroid (which is
+ like Scratch but for Android).
RepoType: git
Repo: https://github.com/Catrobat/Paintroid.git
@@ -144,6 +144,6 @@ Builds:
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v.*$
UpdateCheckData: build.gradle|androidVersionCode = ([0-9]+)|.|androidVersionName =
- '([0-9.]*)'
+ '([0-9.]*)'
CurrentVersion: 2.11.0
CurrentVersionCode: 51
diff --git a/metadata/org.chorem.android.saymytexts.yml b/metadata/org.chorem.android.saymytexts.yml
index 19d82bb59b..00715aefa6 100644
--- a/metadata/org.chorem.android.saymytexts.yml
+++ b/metadata/org.chorem.android.saymytexts.yml
@@ -6,8 +6,8 @@ IssueTracker: https://gitlab.nuiton.org/chorem/say-my-texts/issues
AutoName: Say My Texts
Description: |-
- Reads out loud the SMS you receive while a headset is plugged or a bluetooth
- handfree is connected.
+ Reads out loud the SMS you receive while a headset is plugged or a bluetooth
+ handfree is connected.
Builds:
- versionName: 2.0.1
@@ -35,9 +35,9 @@ Builds:
prebuild: sed -i 's@3.8.2@3.7.0@g' pom.xml
MaintainerNotes: |-
- Remove prebuild when build server is no longer stuck at mvn-3.0.5. Check
- the sed script at every release as it matches quite a lot: Don't use sed
- for XML manipulation...
+ Remove prebuild when build server is no longer stuck at mvn-3.0.5. Check
+ the sed script at every release as it matches quite a lot: Don't use sed
+ for XML manipulation...
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.chrisbailey.todo.yml b/metadata/org.chrisbailey.todo.yml
index 9f9486a690..e52cb42e49 100644
--- a/metadata/org.chrisbailey.todo.yml
+++ b/metadata/org.chrisbailey.todo.yml
@@ -7,10 +7,10 @@ IssueTracker: https://github.com/chrispbailey/ToDo-List-Widget/issues
AutoName: ToDo List Widget
Description: |-
- A simple todo list widget.
+ A simple todo list widget.
- Newer versions are available elsewhere, but no source code is published for
- those.
+ Newer versions are available elsewhere, but no source code is published for
+ those.
RepoType: git
Repo: https://github.com/chrispbailey/ToDo-List-Widget.git
diff --git a/metadata/org.ciasaboark.tacere.yml b/metadata/org.ciasaboark.tacere.yml
index dc006a0db1..bff977d43c 100644
--- a/metadata/org.ciasaboark.tacere.yml
+++ b/metadata/org.ciasaboark.tacere.yml
@@ -9,16 +9,16 @@ Changelog: https://github.com/ciasaboark/Tacere/releases
AutoName: Tacere
Description: |-
- Automatically silence the phone whenever there is an active event or meeting in
- the calendar. It includes support to:
+ Automatically silence the phone whenever there is an active event or meeting in
+ the calendar. It includes support to:
- * Silence during events marked as "free" or "available".
- * Silence during all day events.
- * Automatically silence all calendar events or choose specific events to silence.
- * View upcoming events.
- * Change your settings for each event.
- * Schedule a different ringer state for each instance of a repeating event.
- * Automatically adjust media and alarm volumes if desired.
+ * Silence during events marked as "free" or "available".
+ * Silence during all day events.
+ * Automatically silence all calendar events or choose specific events to silence.
+ * View upcoming events.
+ * Change your settings for each event.
+ * Schedule a different ringer state for each instance of a repeating event.
+ * Automatically adjust media and alarm volumes if desired.
RepoType: git
Repo: https://github.com/ciasaboark/Tacere
@@ -36,9 +36,9 @@ Builds:
- yes
MaintainerNotes: |-
- * UCM is broken, because version and VC are constructed out of variables.
- * 2.1.0+ use In-App-Billing and break on build.
- * https://github.com/ciasaboark/Tacere/issues/43
+ * UCM is broken, because version and VC are constructed out of variables.
+ * 2.1.0+ use In-App-Billing and break on build.
+ * https://github.com/ciasaboark/Tacere/issues/43
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.cipherdyne.fwknop2.yml b/metadata/org.cipherdyne.fwknop2.yml
index 221b77a80d..1b05bcf39b 100644
--- a/metadata/org.cipherdyne.fwknop2.yml
+++ b/metadata/org.cipherdyne.fwknop2.yml
@@ -10,10 +10,10 @@ Changelog: https://github.com/jp-bennett/Fwknop2/blob/HEAD/CHANGES
AutoName: Fwknop2
Description: |-
- Allows you to send packets to an fwknopd service to remotely open ports on a
- Linux machine or a router running OpenWrt. Fwknop2 has the ability to launch an
- ssh client to start the login process through the newly opened port. It also
- includes the ability to import keys via QR codes.
+ Allows you to send packets to an fwknopd service to remotely open ports on a
+ Linux machine or a router running OpenWrt. Fwknop2 has the ability to launch an
+ ssh client to start the login process through the newly opened port. It also
+ includes the ability to import keys via QR codes.
RepoType: git
Repo: https://github.com/jp-bennett/fwknop2.git
diff --git a/metadata/org.cmotc.tools.rotationlockpp.yml b/metadata/org.cmotc.tools.rotationlockpp.yml
index faf0546a83..8bf6f7e0c0 100644
--- a/metadata/org.cmotc.tools.rotationlockpp.yml
+++ b/metadata/org.cmotc.tools.rotationlockpp.yml
@@ -7,14 +7,14 @@ IssueTracker: https://github.com/cmotc/RotationLock/issues
Name: Rotation Lock + Landscape
AutoName: Rotation Lock+Landscape
Description: |-
- Turn on/off Auto-rotate screen quickly by long pressing search button.
+ Turn on/off Auto-rotate screen quickly by long pressing search button.
- When you are lying on bed. The screen changes to landscape. Have to open system
- settings to disable Auto-rotate screen. Did you find it is really inconvenient?
- This app provides a super easy way for switching this setting. And it provides a
- state icon to indicate the current setting.
+ When you are lying on bed. The screen changes to landscape. Have to open system
+ settings to disable Auto-rotate screen. Did you find it is really inconvenient?
+ This app provides a super easy way for switching this setting. And it provides a
+ state icon to indicate the current setting.
- Fork of https://f-droid.org/packages/org.penghuang.tools.rotationlock.
+ Fork of https://f-droid.org/packages/org.penghuang.tools.rotationlock.
RepoType: git
Repo: https://github.com/cmotc/RotationLock
diff --git a/metadata/org.connectbot.yml b/metadata/org.connectbot.yml
index 8981151f69..1157c61cc7 100644
--- a/metadata/org.connectbot.yml
+++ b/metadata/org.connectbot.yml
@@ -10,12 +10,12 @@ Changelog: https://github.com/connectbot/connectbot/blob/HEAD/CHANGELOG.md
AutoName: ConnectBot
Description: |-
- An SSH and telnet client, and terminal emulator for local shell. Supports
- multiple sessions, including running them concurrently.
+ An SSH and telnet client, and terminal emulator for local shell. Supports
+ multiple sessions, including running them concurrently.
- https://f-droid.org/packages/org.pocketworkstation.pckeyboard, https://f-droid.org/packages/com.anysoftkeyboard.languagepack.SSH
- and the Android PC-keyboard-layout in Android 4.1 are well suited to terminal
- work.
+ https://f-droid.org/packages/org.pocketworkstation.pckeyboard, https://f-droid.org/packages/com.anysoftkeyboard.languagepack.SSH
+ and the Android PC-keyboard-layout in Android 4.1 are well suited to terminal
+ work.
RepoType: git
Repo: https://github.com/connectbot/connectbot.git
@@ -151,7 +151,7 @@ Builds:
gradle:
- oss
prebuild: sed -i -e '/googleImplementation/d' -e 's/androidGitVersion.name()/"1.9.5"/'
- build.gradle
+ build.gradle
- versionName: 1.9.6-oss
versionCode: 10906000
@@ -163,7 +163,7 @@ Builds:
gradle:
- oss
prebuild: sed -i -e '/googleImplementation/d' -e 's/androidGitVersion.name()/"1.9.6"/'
- build.gradle
+ build.gradle
- versionName: 1.9.8-oss
versionCode: 10908000
diff --git a/metadata/org.coolfrood.mytronome.yml b/metadata/org.coolfrood.mytronome.yml
index 4140bad582..3b15223b20 100644
--- a/metadata/org.coolfrood.mytronome.yml
+++ b/metadata/org.coolfrood.mytronome.yml
@@ -6,8 +6,8 @@ SourceCode: https://code.google.com/p/android-metronome/source
AutoName: Mytronome
Description: |-
- A simple metronome. Supports 1 to 200 beats per minute and 8 meters. The
- application is intended to be run only in portrait mode.
+ A simple metronome. Supports 1 to 200 beats per minute and 8 meters. The
+ application is intended to be run only in portrait mode.
Builds:
- versionName: 1.0.1
diff --git a/metadata/org.coolreader.fdroid.yml b/metadata/org.coolreader.fdroid.yml
index e6fa8cea1f..dba8c7b898 100644
--- a/metadata/org.coolreader.fdroid.yml
+++ b/metadata/org.coolreader.fdroid.yml
@@ -9,12 +9,12 @@ Donate: https://sourceforge.net/p/crengine/donate
AutoName: Cool Reader
Description: |-
- An e-book reader. Supported formats: FB2, TXT, RTF, TCR, HTML, EPUB, CHM. Browse
- free books online and add your own OPDS shares.
+ An e-book reader. Supported formats: FB2, TXT, RTF, TCR, HTML, EPUB, CHM. Browse
+ free books online and add your own OPDS shares.
- The default dictionary app is non-free. However, you can choose
- https://f-droid.org/packages/aarddict.android as a dictionary from the Dictionary section of the
- Settings.
+ The default dictionary app is non-free. However, you can choose
+ https://f-droid.org/packages/aarddict.android as a dictionary from the Dictionary section of the
+ Settings.
RepoType: git
Repo: https://github.com/buggins/coolreader
diff --git a/metadata/org.coolreader.yml b/metadata/org.coolreader.yml
index c862455311..327d3c6ae1 100644
--- a/metadata/org.coolreader.yml
+++ b/metadata/org.coolreader.yml
@@ -10,14 +10,14 @@ Donate: https://sourceforge.net/p/crengine/donate
AutoName: Cool Reader
Description: |-
- Note: The app id is changed. Please use https://f-droid.org/packages/org.coolreader.fdroid/ instead.
+ Note: The app id is changed. Please use https://f-droid.org/packages/org.coolreader.fdroid/ instead.
- An e-book reader. Supported formats: FB2, TXT, RTF, TCR, HTML, EPUB, CHM. Browse
- free books online and add your own OPDS shares.
+ An e-book reader. Supported formats: FB2, TXT, RTF, TCR, HTML, EPUB, CHM. Browse
+ free books online and add your own OPDS shares.
- The default dictionary app is non-free. However, you can choose
- https://f-droid.org/packages/aarddict.android as a dictionary from the Dictionary section of the
- Settings.
+ The default dictionary app is non-free. However, you can choose
+ https://f-droid.org/packages/aarddict.android as a dictionary from the Dictionary section of the
+ Settings.
RepoType: git
Repo: https://github.com/buggins/coolreader
diff --git a/metadata/org.courville.nova.yml b/metadata/org.courville.nova.yml
index 3d490cda41..14e3a1b844 100644
--- a/metadata/org.courville.nova.yml
+++ b/metadata/org.courville.nova.yml
@@ -935,10 +935,10 @@ Builds:
- adultScrape
MaintainerNotes: |-
- aos-fdroid git is dedicated to F-Droid builds and is updated from upstream repos.
- meson version is forced to 0.53.2 because 0.54.0 breaks dav1d's build.
- MediaLibs/libs/*.jar and FileCoreLibrary/libs/*.jar are built in prebuild gradle phase, generating a warning about jar blobs at end of the build.
- NonFreeNet: are metadata fetched from non-free sources?
+ aos-fdroid git is dedicated to F-Droid builds and is updated from upstream repos.
+ meson version is forced to 0.53.2 because 0.54.0 breaks dav1d's build.
+ MediaLibs/libs/*.jar and FileCoreLibrary/libs/*.jar are built in prebuild gradle phase, generating a warning about jar blobs at end of the build.
+ NonFreeNet: are metadata fetched from non-free sources?
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.covolunablu.marswallpaper.yml b/metadata/org.covolunablu.marswallpaper.yml
index 8747e97b21..df6963e5b6 100644
--- a/metadata/org.covolunablu.marswallpaper.yml
+++ b/metadata/org.covolunablu.marswallpaper.yml
@@ -9,7 +9,7 @@ Donate: https://paypal.me/portaloffreedom
AutoName: Mars Live Wallpaper
Description: A realistic rendering of your favourite red planet on your home screen.
- No battery will be harmed by using this live wallpaper (just keep FPS low).
+ No battery will be harmed by using this live wallpaper (just keep FPS low).
RepoType: git
Repo: https://gitlab.com/portaloffreedom/MarsWallpaper.git
diff --git a/metadata/org.cprados.wificellmanager.yml b/metadata/org.cprados.wificellmanager.yml
index cb22f8fc02..71fe164e53 100644
--- a/metadata/org.cprados.wificellmanager.yml
+++ b/metadata/org.cprados.wificellmanager.yml
@@ -10,19 +10,19 @@ Changelog: https://github.com/arqam/wifimatic-android/blob/HEAD/doc/ChangeLog.tx
AutoName: Wi-Fi Matic
Description: |-
- Activates and deactivates Wi-Fi depending on your location, helping you to save
- battery and consumption of data through your cellular network.
+ Activates and deactivates Wi-Fi depending on your location, helping you to save
+ battery and consumption of data through your cellular network.
- It detects automatically the location of known Wi-Fi networks; turns on Wi-Fi
- when you arrive a place where there is Wi-Fi, and turns it off when you leave.
- Simply turn start the app once, enable WiFi where you need to and the app will
- learn over time.
+ It detects automatically the location of known Wi-Fi networks; turns on Wi-Fi
+ when you arrive a place where there is Wi-Fi, and turns it off when you leave.
+ Simply turn start the app once, enable WiFi where you need to and the app will
+ learn over time.
- It uses network location services only, which are normally provided by Google
- Apps though there is a solid replacement by NoGapps project.
+ It uses network location services only, which are normally provided by Google
+ Apps though there is a solid replacement by NoGapps project.
- Of course, cellular connectivity itself is a large battery drainer and you'd be
- better off to leave the phone in Airplane mode when you can.
+ Of course, cellular connectivity itself is a large battery drainer and you'd be
+ better off to leave the phone in Airplane mode when you can.
RepoType: git
Repo: https://github.com/cprados/wifimatic-android.git
diff --git a/metadata/org.crocodile.sbautologin.yml b/metadata/org.crocodile.sbautologin.yml
index e270ab3391..44788ca338 100644
--- a/metadata/org.crocodile.sbautologin.yml
+++ b/metadata/org.crocodile.sbautologin.yml
@@ -6,7 +6,7 @@ SourceCode: https://code.google.com/p/sbautologin/source
AutoName: sbautologin
Description: Automatically accepts the Terms Of Service when logging into a Starbucks
- WLAN.
+ WLAN.
RepoType: hg
Repo: https://code.google.com/p/sbautologin
diff --git a/metadata/org.cry.otp.yml b/metadata/org.cry.otp.yml
index bdc9985083..0d306ad371 100644
--- a/metadata/org.cry.otp.yml
+++ b/metadata/org.cry.otp.yml
@@ -8,21 +8,21 @@ IssueTracker: https://github.com/chrismiceli/motp/issues
AutoName: mOTP
Description: |-
- Generating OTPs without the need for a special hardware token. Using motp, hotp
- or totp algorithms, wih multiple profiles and time-zone support.
+ Generating OTPs without the need for a special hardware token. Using motp, hotp
+ or totp algorithms, wih multiple profiles and time-zone support.
- Support:
+ Support:
- * mOTP
- * HOTP RFC 4226
- * TOTP RFC 6238
+ * mOTP
+ * HOTP RFC 4226
+ * TOTP RFC 6238
- Features:
+ Features:
- * Profiles for multiple security sites
- * Time zone support
+ * Profiles for multiple security sites
+ * Time zone support
- One time passwords provide two-factor authentication for added security.
+ One time passwords provide two-factor authentication for added security.
RepoType: git
Repo: https://github.com/chrismiceli/motp
diff --git a/metadata/org.csploit.android.yml b/metadata/org.csploit.android.yml
index 21c1ffc6b0..f1c357ed8d 100644
--- a/metadata/org.csploit.android.yml
+++ b/metadata/org.csploit.android.yml
@@ -9,17 +9,17 @@ Changelog: https://github.com/cSploit/android/releases
AutoName: cSploit
Description: |-
- cSploit is an Android network analysis and penetration suite which aims to offer
- to IT security experts/geeks the most complete and advanced professional toolkit
- to perform network security assesments on a mobile device.
+ cSploit is an Android network analysis and penetration suite which aims to offer
+ to IT security experts/geeks the most complete and advanced professional toolkit
+ to perform network security assesments on a mobile device.
- Once cSploit is started, you will be able to easily map your network,
- fingerprint alive hosts operating systems and running services, search for known
- vulnerabilities, crack logon procedures of many tcp protocols, perform man in
- the middle attacks such as password sniffing (with common protocols dissection),
- real time traffic manipulation, etc.
+ Once cSploit is started, you will be able to easily map your network,
+ fingerprint alive hosts operating systems and running services, search for known
+ vulnerabilities, crack logon procedures of many tcp protocols, perform man in
+ the middle attacks such as password sniffing (with common protocols dissection),
+ real time traffic manipulation, etc.
- This app requires a rooted device with Busybox installed.
+ This app requires a rooted device with Busybox installed.
RequiresRoot: true
@@ -73,11 +73,11 @@ Builds:
- ./build.sh
MaintainerNotes: |-
- Uses scandelete to get rid of many unused binaries in the submodules.
+ Uses scandelete to get rid of many unused binaries in the submodules.
- Modifies the NDK, so must first make a full copy of it.
+ Modifies the NDK, so must first make a full copy of it.
- App was removed, as a third party file is being downloaded. As there was no reaction from upstream, it was decided to remove the app. See https://gitlab.com/fdroid/fdroiddata/-/issues/387 for more details.
+ App was removed, as a third party file is being downloaded. As there was no reaction from upstream, it was decided to remove the app. See https://gitlab.com/fdroid/fdroiddata/-/issues/387 for more details.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/org.cyanogenmod.great.freedom.yml b/metadata/org.cyanogenmod.great.freedom.yml
index 5a861de068..e5c4c1a3bd 100644
--- a/metadata/org.cyanogenmod.great.freedom.yml
+++ b/metadata/org.cyanogenmod.great.freedom.yml
@@ -7,27 +7,27 @@ IssueTracker: https://github.com/elelinux/GreatFreedom/issues
AutoName: Great Freedom
Description: |-
- Theme for CyanogenMod that is designed with solid colors and tries to keep as
- close to stock CM as possible apart from the icons.
+ Theme for CyanogenMod that is designed with solid colors and tries to keep as
+ close to stock CM as possible apart from the icons.
- What's Themed/Included:
+ What's Themed/Included:
- * Framework
- * Systemui
- * Settings
- * Dialer
- * Mms Widget
- * Email Widget
- * Gmail Widget
- * Facebook Widget
- * LockClock
- * ApexLauncher
- * Power Control Widget
+ * Framework
+ * Systemui
+ * Settings
+ * Dialer
+ * Mms Widget
+ * Email Widget
+ * Gmail Widget
+ * Facebook Widget
+ * LockClock
+ * ApexLauncher
+ * Power Control Widget
- * Custom ringtones/alarms/notifications
- * GreatFreedom wallpaper
- * GreatFreedom iconpack
- * GreatFreedom fonts
+ * Custom ringtones/alarms/notifications
+ * GreatFreedom wallpaper
+ * GreatFreedom iconpack
+ * GreatFreedom fonts
RepoType: git
Repo: https://github.com/elelinux/GreatFreedom
diff --git a/metadata/org.cyanogenmod.oneclick.yml b/metadata/org.cyanogenmod.oneclick.yml
index ba57aea889..e4664b6825 100644
--- a/metadata/org.cyanogenmod.oneclick.yml
+++ b/metadata/org.cyanogenmod.oneclick.yml
@@ -8,12 +8,12 @@ IssueTracker: https://github.com/cyngn/OneClickAndroid/issues
AutoName: CyanogenMod Installer
Description: |-
- OneClickAndroid has a single function – to guide users to enable "ADB", a built
- in development and debugging tool, and then navigates the user to the desktop
- installer. The desktop application then performs the installation of the
- CyanogenMod on their Android device.
+ OneClickAndroid has a single function – to guide users to enable "ADB", a built
+ in development and debugging tool, and then navigates the user to the desktop
+ installer. The desktop application then performs the installation of the
+ CyanogenMod on their Android device.
- AntiFeatures: NonFreeAdd - installer for non-Free software
+ AntiFeatures: NonFreeAdd - installer for non-Free software
RepoType: git
Repo: https://github.com/cyngn/OneClickAndroid.git
diff --git a/metadata/org.cyanogenmod.wundergroundcmweatherprovider.yml b/metadata/org.cyanogenmod.wundergroundcmweatherprovider.yml
index f8800543f0..005b167bd4 100644
--- a/metadata/org.cyanogenmod.wundergroundcmweatherprovider.yml
+++ b/metadata/org.cyanogenmod.wundergroundcmweatherprovider.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Users have to acquire and account/api key to use this app
+ NonFreeNet:
+ en-US: Users have to acquire and account/api key to use this app
Categories:
- Internet
- System
@@ -11,13 +11,13 @@ IssueTracker: https://github.com/CyanogenMod/android_packages_apps_WundergroundW
AutoName: Weather Underground
Summary: CM Weather plugin (Weather Underground)
Description: |-
- This application is a plugin for CyanogenMod's weather api's, providing real
- time weather data for any listeners from Weather Underground. It requires at
- least API level 5 or higher in the CyanogenMod build you're running.
+ This application is a plugin for CyanogenMod's weather api's, providing real
+ time weather data for any listeners from Weather Underground. It requires at
+ least API level 5 or higher in the CyanogenMod build you're running.
- AntiFeatures:
+ AntiFeatures:
- * NonFreeNet: Users have to acquire and account/api key to use this app.
+ * NonFreeNet: Users have to acquire and account/api key to use this app.
RepoType: git
Repo: https://github.com/CyanogenMod/android_packages_apps_WundergroundWeatherProvider.git
diff --git a/metadata/org.dash.electrum.electrum_dash.yml b/metadata/org.dash.electrum.electrum_dash.yml
index b454ece426..0f8988e287 100644
--- a/metadata/org.dash.electrum.electrum_dash.yml
+++ b/metadata/org.dash.electrum.electrum_dash.yml
@@ -6,14 +6,14 @@ IssueTracker: https://github.com/akhavr/electrum-dash/issues
Name: Dash Electrum
Description: |-
- Note: This project is not available any longer: https://web.archive.org/web/20220329100055/https://github.com/akhavr/electrum-dash/wiki/Dash-Electrum-factsheet
+ Note: This project is not available any longer: https://web.archive.org/web/20220329100055/https://github.com/akhavr/electrum-dash/wiki/Dash-Electrum-factsheet
- Dash Electrum is an easy-to-use Dash client based on Electrum.
- Dash Electrum protects you from losing coins if you lose your
- backup or suffer computer failure, because your wallet can be
- recovered from a secret phrase that can be written down
- on paper or learnt by heart. There is no waiting time when you
- start the client, because it does not download the Dash blockchain.
+ Dash Electrum is an easy-to-use Dash client based on Electrum.
+ Dash Electrum protects you from losing coins if you lose your
+ backup or suffer computer failure, because your wallet can be
+ recovered from a secret phrase that can be written down
+ on paper or learnt by heart. There is no waiting time when you
+ start the client, because it does not download the Dash blockchain.
RepoType: git
Repo: https://github.com/akhavr/electrum-dash
diff --git a/metadata/org.daylightingsociety.wherearetheeyes.yml b/metadata/org.daylightingsociety.wherearetheeyes.yml
index cf958c5a0c..3b4fb22e06 100644
--- a/metadata/org.daylightingsociety.wherearetheeyes.yml
+++ b/metadata/org.daylightingsociety.wherearetheeyes.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- Tracking:
- en-US: Telemetry is enabled by default.
+ Tracking:
+ en-US: Telemetry is enabled by default.
Categories:
- Navigation
- Security
@@ -14,16 +14,16 @@ IssueTracker: https://github.com/DaylightingSociety/WhereAreTheEyes/issues
AutoName: WhereAreTheEyes
Description: |-
- Where are the Eyes is a tool for detecting and evading surveillance. Together,
- you and other users build a map of surveillance cameras to protect activists,
- students, and other at-risk minorities.
+ Where are the Eyes is a tool for detecting and evading surveillance. Together,
+ you and other users build a map of surveillance cameras to protect activists,
+ students, and other at-risk minorities.
- When run, the map will display red pins on cameras near your location. To mark a
- new camera, or verify that a marked camera exists, just stand near it and press
- the "eye" button.
+ When run, the map will display red pins on cameras near your location. To mark a
+ new camera, or verify that a marked camera exists, just stand near it and press
+ the "eye" button.
- The app has telemetry on by default. Press "Mapbox" button on the main screen to
- disable it.
+ The app has telemetry on by default. Press "Mapbox" button on the main screen to
+ disable it.
RepoType: git
Repo: https://github.com/DaylightingSociety/WhereAreTheEyes
diff --git a/metadata/org.ddosolitary.okcagent.yml b/metadata/org.ddosolitary.okcagent.yml
index bd88965bbe..c43008c554 100644
--- a/metadata/org.ddosolitary.okcagent.yml
+++ b/metadata/org.ddosolitary.okcagent.yml
@@ -8,15 +8,15 @@ Changelog: https://github.com/DDoSolitary/OkcAgent/releases
AutoName: OkcAgent
Description: |-
- OkcAgent acts as a bridge/proxy between Termux and OpenKeychain,
- enabling you to perform crypto operations in Termux using your keys stored
- in OpenKeychain, like:
+ OkcAgent acts as a bridge/proxy between Termux and OpenKeychain,
+ enabling you to perform crypto operations in Termux using your keys stored
+ in OpenKeychain, like:
- * authenticate SSH connections
- * sign/verify/encrypt/decrypt messages
+ * authenticate SSH connections
+ * sign/verify/encrypt/decrypt messages
- OkcAgent implements the existing protocols in this field so you can
- seamlessly integrate it with other command line utilities like ssh and git.
+ OkcAgent implements the existing protocols in this field so you can
+ seamlessly integrate it with other command line utilities like ssh and git.
RepoType: git
Repo: https://github.com/DDoSolitary/OkcAgent.git
diff --git a/metadata/org.debian.eugen.headingcalculator.yml b/metadata/org.debian.eugen.headingcalculator.yml
index 87649fc324..929512d15d 100644
--- a/metadata/org.debian.eugen.headingcalculator.yml
+++ b/metadata/org.debian.eugen.headingcalculator.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/eugmes/headingcalculator/issues
AutoName: Heading Calculator
Description: |-
- Calculate true heading (TH) and ground speed (GS) of an aircraft from given true
- airspeed (TAS), true course (TC), and wind direction and speed (WD/WS).
+ Calculate true heading (TH) and ground speed (GS) of an aircraft from given true
+ airspeed (TAS), true course (TC), and wind direction and speed (WD/WS).
RepoType: git
Repo: https://github.com/eugmes/headingcalculator.git
diff --git a/metadata/org.decsync.flym.yml b/metadata/org.decsync.flym.yml
index 4b5f471b5e..90b0e4e5f1 100644
--- a/metadata/org.decsync.flym.yml
+++ b/metadata/org.decsync.flym.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Feedly, which is not libre.
+ NonFreeNet:
+ en-US: Depends on Feedly, which is not libre.
Categories:
- Reading
License: GPL-3.0-only
diff --git a/metadata/org.decsync.sparss.floss.yml b/metadata/org.decsync.sparss.floss.yml
index ef452c0bff..aeac313ac3 100644
--- a/metadata/org.decsync.sparss.floss.yml
+++ b/metadata/org.decsync.sparss.floss.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Feedly for feed search.
+ NonFreeNet:
+ en-US: Depends on Feedly for feed search.
Categories:
- Internet
- Reading
diff --git a/metadata/org.deluge.trireme.yml b/metadata/org.deluge.trireme.yml
index 32733001d5..803b3ba451 100644
--- a/metadata/org.deluge.trireme.yml
+++ b/metadata/org.deluge.trireme.yml
@@ -9,11 +9,11 @@ Changelog: https://github.com/teal77/trireme/releases
Name: Trireme for Deluge
AutoName: Deluge
Description: |-
- Use this app to connect and manage your Deluge Daemon.
+ Use this app to connect and manage your Deluge Daemon.
- Deluge is a popular torrent client which follows a server client model.
+ Deluge is a popular torrent client which follows a server client model.
- This app will act as a client.
+ This app will act as a client.
RepoType: git
Repo: https://github.com/teal77/trireme.git
@@ -112,9 +112,9 @@ Builds:
- $$flutter$$/bin/flutter build apk --flavor fdroid
MaintainerNotes: |-
- Builds will fail when the srclib ref of flutter and the version with which
- upstream has been built with differ.
- In that case we need to manually give the correct ref to srclib.
+ Builds will fail when the srclib ref of flutter and the version with which
+ upstream has been built with differ.
+ In that case we need to manually give the correct ref to srclib.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[0-9.]*$
diff --git a/metadata/org.developfreedom.ccdroid.app.yml b/metadata/org.developfreedom.ccdroid.app.yml
index e77f37b2e9..7fe18351af 100644
--- a/metadata/org.developfreedom.ccdroid.app.yml
+++ b/metadata/org.developfreedom.ccdroid.app.yml
@@ -11,9 +11,9 @@ Changelog: https://github.com/ylogx/CCDroid/releases
AutoName: CCDroid
Description: |-
- Helps developers to track their builds on the fly from their smartphones.
- CCDroid is to Android what CCMenu is to Mac and what CCTray is to Windows: A
- very handy tool if you have continuous integration enabled on your projects.
+ Helps developers to track their builds on the fly from their smartphones.
+ CCDroid is to Android what CCMenu is to Mac and what CCTray is to Windows: A
+ very handy tool if you have continuous integration enabled on your projects.
RepoType: git
Repo: https://github.com/shubhamchaudhary/ccdroid.git
diff --git a/metadata/org.developfreedom.wordpowermadeeasy.yml b/metadata/org.developfreedom.wordpowermadeeasy.yml
index ac53727af8..7db77a2e84 100644
--- a/metadata/org.developfreedom.wordpowermadeeasy.yml
+++ b/metadata/org.developfreedom.wordpowermadeeasy.yml
@@ -11,12 +11,12 @@ Translation: https://github.com/ylogx/wordpowermadeeasy/wiki
AutoName: Word Power Made Easy
Description: |-
- Vocabulary building with hundreds of word meanings chosen carefully from various
- SAT, GRE and GMAT course materials.
+ Vocabulary building with hundreds of word meanings chosen carefully from various
+ SAT, GRE and GMAT course materials.
- You will get random words from a very big offline in-app dictionary. You have to
- guess the meaning of the word in 1 second otherwise the app will show it to you.
- So you need to be fast. You can tap anywhere to get the next word.
+ You will get random words from a very big offline in-app dictionary. You have to
+ guess the meaning of the word in 1 second otherwise the app will show it to you.
+ So you need to be fast. You can tap anywhere to get the next word.
RepoType: git
Repo: https://github.com/ylogx/wordpowermadeeasy.git
diff --git a/metadata/org.develz.crawl.yml b/metadata/org.develz.crawl.yml
index a63e0ae2a5..5a990dd8dc 100644
--- a/metadata/org.develz.crawl.yml
+++ b/metadata/org.develz.crawl.yml
@@ -6,22 +6,22 @@ SourceCode: https://github.com/crawl/crawl
IssueTracker: https://github.com/crawl/crawl/issues
Description: |-
- Dungeon Crawl Stone Soup is a roguelike game of exploration
- and treasure-hunting in dungeons filled with dangerous and
- unfriendly monsters in a quest for the mystifyingly fabulous
- Orb of Zot.
+ Dungeon Crawl Stone Soup is a roguelike game of exploration
+ and treasure-hunting in dungeons filled with dangerous and
+ unfriendly monsters in a quest for the mystifyingly fabulous
+ Orb of Zot.
- Dungeon Crawl Stone Soup has diverse species and many different
- character backgrounds to choose from, deep tactical game-play,
- sophisticated magic, religion and skill systems, and a grand
- variety of monsters to fight and run from, making each game
- unique and challenging.
+ Dungeon Crawl Stone Soup has diverse species and many different
+ character backgrounds to choose from, deep tactical game-play,
+ sophisticated magic, religion and skill systems, and a grand
+ variety of monsters to fight and run from, making each game
+ unique and challenging.
- Android controls:
- * The back key works as an alias for escape.
- * Two finger scrolling works on menus.
- * Volume keys zoom the dungeon and the map.
- * There's an extra icon in the commands menu to toggle the virtual keyboard.
+ Android controls:
+ * The back key works as an alias for escape.
+ * Two finger scrolling works on menus.
+ * Volume keys zoom the dungeon and the map.
+ * There's an extra icon in the commands menu to toggle the virtual keyboard.
RepoType: git
Repo: https://github.com/crawl/crawl
@@ -112,10 +112,10 @@ Builds:
ndk: r23b
MaintainerNotes: |-
- Android releases are not tagged and respective commit from
- 'crawl-ref/source/android-project' should be used instead.
- versionName is autogenerated and can be found using
- 'git describe --tags' in repo.
+ Android releases are not tagged and respective commit from
+ 'crawl-ref/source/android-project' should be used instead.
+ versionName is autogenerated and can be found using
+ 'git describe --tags' in repo.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.dgtale.icsimport.yml b/metadata/org.dgtale.icsimport.yml
index 1598153ea5..32308a2008 100644
--- a/metadata/org.dgtale.icsimport.yml
+++ b/metadata/org.dgtale.icsimport.yml
@@ -10,13 +10,13 @@ FlattrID: '2225390'
AutoName: Add to calendar
Description: |-
- Helper that opens files of type text/calendar and displays the "Add to calendar"
- dialog pre-populated.
+ Helper that opens files of type text/calendar and displays the "Add to calendar"
+ dialog pre-populated.
- No permission is needed since the calendar data is not manipulated.
+ No permission is needed since the calendar data is not manipulated.
- Status: Alpha. There might still be many bugs and a lot of functionality is
- still missing. Report issues if you find any.
+ Status: Alpha. There might still be many bugs and a lot of functionality is
+ still missing. Report issues if you find any.
RepoType: git
Repo: https://github.com/danielegobbetti/ICSImport.git
diff --git a/metadata/org.diasurgical.devilutionx.yml b/metadata/org.diasurgical.devilutionx.yml
index e280bc2e74..cdab6988d1 100644
--- a/metadata/org.diasurgical.devilutionx.yml
+++ b/metadata/org.diasurgical.devilutionx.yml
@@ -8,15 +8,15 @@ Changelog: https://github.com/diasurgical/devilutionX/blob/HEAD/docs/CHANGELOG.m
AutoName: DevilutionX
Description: |-
- Note: The source code has license terms on top of Unlicense making it not-FOSS
+ Note: The source code has license terms on top of Unlicense making it not-FOSS
- DevilutionX is a source port of Diablo and Hellfire that strives to make it simple to run the game while providing engine improvements, bugfixes, and some optional quality of life features.
+ DevilutionX is a source port of Diablo and Hellfire that strives to make it simple to run the game while providing engine improvements, bugfixes, and some optional quality of life features.
- Check out the manual for what features are available and how best to take advantage of them.
+ Check out the manual for what features are available and how best to take advantage of them.
- Note: You'll need access to the data from the original game. If you don't have an original CD then you can buy Diablo from GoG.com and extract the game file. Alternately you can use spawn.mpq from the shareware version, in place of DIABDAT.MPQ, to play the shareware portion of the game. Create a folder called "devilutionx" in the root of the phone's internal memory or SD card, and place the MPQ-files there.
+ Note: You'll need access to the data from the original game. If you don't have an original CD then you can buy Diablo from GoG.com and extract the game file. Alternately you can use spawn.mpq from the shareware version, in place of DIABDAT.MPQ, to play the shareware portion of the game. Create a folder called "devilutionx" in the root of the phone's internal memory or SD card, and place the MPQ-files there.
- Android notes: Currently to play the game it requires a physical game controller or a keyboard as you have no way of healing or using spells using the touch screen, but with it it should work just as well as the PC version. An Android friendly UI is in the works.
+ Android notes: Currently to play the game it requires a physical game controller or a keyboard as you have no way of healing or using spells using the touch screen, but with it it should work just as well as the PC version. An Android friendly UI is in the works.
RepoType: git
Repo: https://github.com/diasurgical/devilutionX.git
diff --git a/metadata/org.disroot.disrootapp.yml b/metadata/org.disroot.disrootapp.yml
index 74f2390581..4aaa27c659 100644
--- a/metadata/org.disroot.disrootapp.yml
+++ b/metadata/org.disroot.disrootapp.yml
@@ -9,19 +9,19 @@ Bitcoin: 1GNmDSXxpU1zaxEopKCJK2TzLh3dbZAxEA
AutoName: Disroot App
Description: |-
- Disroot is a platform providing online services based on principles of freedom,
- privacy, federation and decentralization. This app is like your Swiss Army knife
- to the Disroot platform, made by the community for the community. If you don't
- have a Disroot account you can still use this app to access all the Disroot
- services that do not require an account:
+ Disroot is a platform providing online services based on principles of freedom,
+ privacy, federation and decentralization. This app is like your Swiss Army knife
+ to the Disroot platform, made by the community for the community. If you don't
+ have a Disroot account you can still use this app to access all the Disroot
+ services that do not require an account:
- * Etherpad
- * Ethercalc
- * Private bin
- * Upload
- * Poll
- * Searx
- * Diaspora* (requires a Diaspora only account)
+ * Etherpad
+ * Ethercalc
+ * Private bin
+ * Upload
+ * Poll
+ * Searx
+ * Diaspora* (requires a Diaspora only account)
RepoType: git
Repo: https://git.disroot.org/Disroot/disapp
diff --git a/metadata/org.disrupted.rumble.yml b/metadata/org.disrupted.rumble.yml
index 4acc84e0fe..ccc8b0b0a0 100644
--- a/metadata/org.disrupted.rumble.yml
+++ b/metadata/org.disrupted.rumble.yml
@@ -9,15 +9,15 @@ Bitcoin: 1PXXMinxQgYUPXzZq6BixZpJTFeiCLqDqD
AutoName: Rumble
Description: |-
- Rumble is a completely off-the-grid application and delay-tolerant
- micro-blogging application that allows a device to connect, chat and share
- content (text and images) with other people around you. It doesn't require
- Internet to work and rely instead on Smartphone, Local Area Network (Bluetooth
- and Wifi) and human mobility to spread information.
+ Rumble is a completely off-the-grid application and delay-tolerant
+ micro-blogging application that allows a device to connect, chat and share
+ content (text and images) with other people around you. It doesn't require
+ Internet to work and rely instead on Smartphone, Local Area Network (Bluetooth
+ and Wifi) and human mobility to spread information.
- Using only the social fabric as an infrastructure, it makes Rumble suitable for
- use case where the Internet is either best to avoid (surveillance/censorship) or
- simply not available.
+ Using only the social fabric as an infrastructure, it makes Rumble suitable for
+ use case where the Internet is either best to avoid (surveillance/censorship) or
+ simply not available.
RepoType: git
Repo: https://github.com/Marlinski/Rumble
diff --git a/metadata/org.diygenomics.pg.yml b/metadata/org.diygenomics.pg.yml
index 567a73bede..2d4fc94e12 100644
--- a/metadata/org.diygenomics.pg.yml
+++ b/metadata/org.diygenomics.pg.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/lablogga/DIYgenomics_Android/issues
AutoName: DIYgenomics
Description: |-
- Side-by-side comparison of consumer genomic services (deCODEme, Navigenics, and
- 23andme) by loci and variants for 20 conditions (diabetes, cancers, etc.)
+ Side-by-side comparison of consumer genomic services (deCODEme, Navigenics, and
+ 23andme) by loci and variants for 20 conditions (diabetes, cancers, etc.)
RepoType: git
Repo: https://github.com/lablogga/DIYgenomics_Android.git
diff --git a/metadata/org.dmfs.tasks.yml b/metadata/org.dmfs.tasks.yml
index 12d956854d..5ec07357ac 100644
--- a/metadata/org.dmfs.tasks.yml
+++ b/metadata/org.dmfs.tasks.yml
@@ -11,11 +11,11 @@ Changelog: https://github.com/dmfs/opentasks/releases
AutoName: OpenTasks
Description: |-
- A task manager app, allowing you to categorise your todo list by urgency, state,
- timeframe etc.
+ A task manager app, allowing you to categorise your todo list by urgency, state,
+ timeframe etc.
- Tasks can be synchronised with a CalDAV server using, e.g.,
- https://f-droid.org/packages/at.bitfire.davdroid and https://f-droid.org/packages/com.etesync.syncadapter
+ Tasks can be synchronised with a CalDAV server using, e.g.,
+ https://f-droid.org/packages/at.bitfire.davdroid and https://f-droid.org/packages/com.etesync.syncadapter
RepoType: git
Repo: https://github.com/dmfs/opentasks.git
@@ -313,8 +313,8 @@ Builds:
- sed -i -e 's|refs/remotes/origin/master|refs/tags/$$VERSION$$|' build.gradle
MaintainerNotes: |-
- Cannot use UCM/AUM because build.gradle calculates version code at run time.
- see https://github.com/dmfs/opentasks/issues/550 .
+ Cannot use UCM/AUM because build.gradle calculates version code at run time.
+ see https://github.com/dmfs/opentasks/issues/550 .
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.dnaq.dialer2.yml b/metadata/org.dnaq.dialer2.yml
index 0ae85147b8..e5e8a818f1 100644
--- a/metadata/org.dnaq.dialer2.yml
+++ b/metadata/org.dnaq.dialer2.yml
@@ -5,8 +5,8 @@ SourceCode: https://bitbucket.org/dnaq/dialer2/src
AutoName: Dialer2
Description: |-
- A clean T9-dialer inspired by the HTC Sense Dialer in functionality, but with
- other design. Speed and clean design are the main goals of this Dialer.
+ A clean T9-dialer inspired by the HTC Sense Dialer in functionality, but with
+ other design. Speed and clean design are the main goals of this Dialer.
Builds:
- versionName: '2.90'
diff --git a/metadata/org.documentfoundation.libreoffice.yml b/metadata/org.documentfoundation.libreoffice.yml
index 0baae6c734..0ebd399a3b 100644
--- a/metadata/org.documentfoundation.libreoffice.yml
+++ b/metadata/org.documentfoundation.libreoffice.yml
@@ -9,20 +9,20 @@ Donate: https://donate.libreoffice.org
Name: LibreOffice Viewer
Description: |-
- LibreOffice Viewer uses the same engine as LibreOffice for Windows, Mac, and
- Linux. This, combined with a new front-end based on Firefox for Android, reads
- documents similarly to LibreOffice desktop.
+ LibreOffice Viewer uses the same engine as LibreOffice for Windows, Mac, and
+ Linux. This, combined with a new front-end based on Firefox for Android, reads
+ documents similarly to LibreOffice desktop.
- Supported files:
+ Supported files:
- * Open Document Format (odt, ods and odp)
- * Microsoft Office 2007/2010/2013 (docx, xlsx and pptx)
- * Microsoft Office 97/2000/XP/2003 (doc, xls and ppt)
+ * Open Document Format (odt, ods and odp)
+ * Microsoft Office 2007/2010/2013 (docx, xlsx and pptx)
+ * Microsoft Office 97/2000/XP/2003 (doc, xls and ppt)
- LibreOffice Viewer also comes with a first preview of the editing functionality,
- which is considered an experimental feature and not stable enough for mission
- critical tasks. Feedback and bug reports are very welcome, to help developers
- improve the quality of the application on its way to a fully-fledged editor.
+ LibreOffice Viewer also comes with a first preview of the editing functionality,
+ which is considered an experimental feature and not stable enough for mission
+ critical tasks. Feedback and bug reports are very welcome, to help developers
+ improve the quality of the application on its way to a fully-fledged editor.
RepoType: git
Repo: git://anongit.freedesktop.org/libreoffice/core
@@ -1134,21 +1134,21 @@ Builds:
ndk: 23.2.8568313
MaintainerNotes: |-
- To fix crashes on Tegra2 device, we might need to `sed -i -e 's/mfpu=neon/mfpu=vfpv3-d16/g' configure.ac`, but this might have consequences for other devices. Since we use our own versioncodes, maybe have a third flavor?
+ To fix crashes on Tegra2 device, we might need to `sed -i -e 's/mfpu=neon/mfpu=vfpv3-d16/g' configure.ac`, but this might have consequences for other devices. Since we use our own versioncodes, maybe have a third flavor?
- Four flavours of each version: X86, x86_64, armv7 and aarch64, hence four builds with different version codes for each underlying LibreOffice version. The builds only differ in a command line flag to autogen.sh.
+ Four flavours of each version: X86, x86_64, armv7 and aarch64, hence four builds with different version codes for each underlying LibreOffice version. The builds only differ in a command line flag to autogen.sh.
- External libraries/tarballs are downloaded using the `make fetch` command and extracted in prebuild, so that they are scanned as well and unwanted binaries are removed during the scan. They're re-packed again to the original location where the LibreOffice build system expects them in the build step (i.e. after scanning).
+ External libraries/tarballs are downloaded using the `make fetch` command and extracted in prebuild, so that they are scanned as well and unwanted binaries are removed during the scan. They're re-packed again to the original location where the LibreOffice build system expects them in the build step (i.e. after scanning).
- For the build of the HSQLDB external, the Java classpath is explicitly set to use the system-provided Java Servlet API jar, because the one contained in the HSQLDB tarball that is usually used is deleted as binary during the scan.
+ For the build of the HSQLDB external, the Java classpath is explicitly set to use the system-provided Java Servlet API jar, because the one contained in the HSQLDB tarball that is usually used is deleted as binary during the scan.
- The cd/mkdir/touch commands near the end of the prebuild are to enable fdroid to run the project clean command, which expects these dependencies.
+ The cd/mkdir/touch commands near the end of the prebuild are to enable fdroid to run the project clean command, which expects these dependencies.
- The last line sets the version code. Make sure this is correct. The version needs to be in the format a.b.c.d//. Crucially, without the right portion of the commit hash, it will fail at the end of the build with "unexpected version/version code".
+ The last line sets the version code. Make sure this is correct. The version needs to be in the format a.b.c.d//. Crucially, without the right portion of the commit hash, it will fail at the end of the build with "unexpected version/version code".
- In the build section, the touch-ed files from the prebuild are removed before making the libreoffice core.
+ In the build section, the touch-ed files from the prebuild are removed before making the libreoffice core.
- The libreoffice build scripts spit out warning about the NDK version, so keep an eye out to make sure you have the right one. It's usually pretty recent.
+ The libreoffice build scripts spit out warning about the NDK version, so keep an eye out to make sure you have the right one. It's usually pretty recent.
ArchivePolicy: 12
AutoUpdateMode: None
diff --git a/metadata/org.dolphinemu.dolphinemu.yml b/metadata/org.dolphinemu.dolphinemu.yml
index 162bd6cde8..b17223de75 100644
--- a/metadata/org.dolphinemu.dolphinemu.yml
+++ b/metadata/org.dolphinemu.dolphinemu.yml
@@ -8,21 +8,21 @@ Translation: https://www.transifex.com/projects/p/dolphin-emu/
AutoName: Dolphin Emulator
Description: |-
- Dolphin is a Gamecube, Wii and Triforce (the arcade machine based on the
- Gamecube) emulator which supports many extra features and abilities not present
- on the original consoles. Gamecube and Wii compatibility is good - one can
- expect "mainstream" titles to run; lesser known titles can be hit or miss.
- Triforce compatibility is currently limited to a couple of games - others
- require more of the Triforce-specific peripheral devices to be emulated.
+ Dolphin is a Gamecube, Wii and Triforce (the arcade machine based on the
+ Gamecube) emulator which supports many extra features and abilities not present
+ on the original consoles. Gamecube and Wii compatibility is good - one can
+ expect "mainstream" titles to run; lesser known titles can be hit or miss.
+ Triforce compatibility is currently limited to a couple of games - others
+ require more of the Triforce-specific peripheral devices to be emulated.
- Compatibility Wiki
+ Compatibility Wiki
- Usage guide
+ Usage guide
- OpenGL ES 3 guide
+ OpenGL ES 3 guide
- Status: ALPHA. Note that newer versions require ARM64, which only some of the
- newest devices have.
+ Status: ALPHA. Note that newer versions require ARM64, which only some of the
+ newest devices have.
RepoType: git
Repo: https://github.com/dolphin-emu/dolphin.git
@@ -139,7 +139,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1'
+ 'cmake;3.18.1'
scanignore:
- Data/Sys/codehandler.bin
- Data/Sys/GC/dsp_rom.bin
@@ -288,9 +288,9 @@ Builds:
ndk: r25c
MaintainerNotes: |-
- See if there's a new "Beta versions" release on https://dolphin-emu.org/download/
- Click latest one, see the `commit` needed and extract `aapt2 dump badging fileapk|grep versionCode` from APK
- Follow that commit and see "ndkVersion", in Source/Android/app/build.gradle for `ndk:` and one in Externals/fmt/support/build.gradle for `prebuild:`
+ See if there's a new "Beta versions" release on https://dolphin-emu.org/download/
+ Click latest one, see the `commit` needed and extract `aapt2 dump badging fileapk|grep versionCode` from APK
+ Follow that commit and see "ndkVersion", in Source/Android/app/build.gradle for `ndk:` and one in Externals/fmt/support/build.gradle for `prebuild:`
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.domogik.domodroid13.yml b/metadata/org.domogik.domodroid13.yml
index 685e11426c..cd7dcf22e6 100644
--- a/metadata/org.domogik.domodroid13.yml
+++ b/metadata/org.domogik.domodroid13.yml
@@ -8,20 +8,20 @@ Changelog: https://github.com/domogik/domodroid/blob/HEAD/Domodroid/src/main/res
AutoName: Domodroid
Description: |-
- Domodroid is a remote control application that allow you to control your
- Domogik home automation system. The following features
- are already available on the latest version of Domodroid:
+ Domodroid is a remote control application that allow you to control your
+ Domogik home automation system. The following features
+ are already available on the latest version of Domodroid:
- * Graph Data Values with homemade graph engine (by default)
- * Graph Data Values with Achartengine (in development)
- * Video camera streaming
- * On/Off (2 versions available), Variator, Actuator, State and Data Widgets
- * Auto-Updated widgets
- * Full icon pack supported
- * Technologies supported: Onewire, PLCBus, IPX800, Mirror, Teleinfo, X10, WakeOnLan, Ping, Zibase, RFXCom, YahooWather (Theorycally, all that are supported by Domogik)
- * All screen size supported Smartphone/Tablet
- * Power management control
- * Startup directly in map mode.
+ * Graph Data Values with homemade graph engine (by default)
+ * Graph Data Values with Achartengine (in development)
+ * Video camera streaming
+ * On/Off (2 versions available), Variator, Actuator, State and Data Widgets
+ * Auto-Updated widgets
+ * Full icon pack supported
+ * Technologies supported: Onewire, PLCBus, IPX800, Mirror, Teleinfo, X10, WakeOnLan, Ping, Zibase, RFXCom, YahooWather (Theorycally, all that are supported by Domogik)
+ * All screen size supported Smartphone/Tablet
+ * Power management control
+ * Startup directly in map mode.
RepoType: git
Repo: https://github.com/domogik/domodroid
@@ -255,7 +255,7 @@ Builds:
- cp $$AChartEngineFr3ts0n$$/target/achartengine-1.2.0.jar libs/
MaintainerNotes: Never update to pre-release builds since upstream uses same VC for
- stable/release and alpha/beta versions.
+ stable/release and alpha/beta versions.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.dpadgett.timer.yml b/metadata/org.dpadgett.timer.yml
index a7954263d2..e3fb408d64 100644
--- a/metadata/org.dpadgett.timer.yml
+++ b/metadata/org.dpadgett.timer.yml
@@ -6,7 +6,7 @@ IssueTracker: https://github.com/dpadgett/Timer/issues
AutoName: Timer
Description: Stopwatch, countdown timer and world clock combined in a Holo-themed
- interface
+ interface
RepoType: git
Repo: https://github.com/dpadgett/Timer.git
diff --git a/metadata/org.droidparts.battery_widget.yml b/metadata/org.droidparts.battery_widget.yml
index 03e052fdc4..029b0f6bef 100644
--- a/metadata/org.droidparts.battery_widget.yml
+++ b/metadata/org.droidparts.battery_widget.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/yanchenko/droidparts-battery-widget/issues
AutoName: Battery Widget
Description: |-
- A tiny widget that displays battery level both numerically and graphically. This
- is a fork of Quick Battery Widget which was discontinued.
+ A tiny widget that displays battery level both numerically and graphically. This
+ is a fork of Quick Battery Widget which was discontinued.
RepoType: git
Repo: https://github.com/yanchenko/droidparts-battery-widget.git
diff --git a/metadata/org.droidseries.yml b/metadata/org.droidseries.yml
index 68b787767c..6cf0e0e0bf 100644
--- a/metadata/org.droidseries.yml
+++ b/metadata/org.droidseries.yml
@@ -5,9 +5,9 @@ SourceCode: https://gitorious.org/droidseries/droidseries
AutoName: DroidSeries
Description: |-
- DroidSeries is a TV Series/TV Shows browser and tracker application for Android.
- It helps you manage your favorite TV shows and keep track of the episodes that
- you have or have not seen.
+ DroidSeries is a TV Series/TV Shows browser and tracker application for Android.
+ It helps you manage your favorite TV shows and keep track of the episodes that
+ you have or have not seen.
Builds:
- versionName: 0.1.5-5
diff --git a/metadata/org.droidtr.deletegapps.yml b/metadata/org.droidtr.deletegapps.yml
index 8b2d796600..38fd2a6c7e 100644
--- a/metadata/org.droidtr.deletegapps.yml
+++ b/metadata/org.droidtr.deletegapps.yml
@@ -7,23 +7,23 @@ IssueTracker: https://gitlab.com/sulincix/disable-delete-gapps/issues
AutoName: /d/gapps
Description: |-
- This application is used to delete or disable gapps. It uses a regex to
- find GApps package
+ This application is used to delete or disable gapps. It uses a regex to
+ find GApps package
- - pm disable xxx (xxx is a package name that is found by the application)
+ - pm disable xxx (xxx is a package name that is found by the application)
- or
+ or
- - rm -rf xxx (xxx is a path name that is found by the application)
+ - rm -rf xxx (xxx is a path name that is found by the application)
- It requires root to work.
+ It requires root to work.
- Don't delete GApps on touchwiz (or similar) stock rom or your device might
- not boot afterwards. You should try to disable GApps instead!
+ Don't delete GApps on touchwiz (or similar) stock rom or your device might
+ not boot afterwards. You should try to disable GApps instead!
- To re-enable GApps, go to the *Settings › Apps* menu, and chose "restore apps
- preferences". If you want to reinstall GApps, you should use the OpenGApps zip
- or GApps installer (third party apps).
+ To re-enable GApps, go to the *Settings › Apps* menu, and chose "restore apps
+ preferences". If you want to reinstall GApps, you should use the OpenGApps zip
+ or GApps installer (third party apps).
RequiresRoot: true
diff --git a/metadata/org.droidtr.keyboard.yml b/metadata/org.droidtr.keyboard.yml
index db978cb7d6..15465ad8d1 100644
--- a/metadata/org.droidtr.keyboard.yml
+++ b/metadata/org.droidtr.keyboard.yml
@@ -7,24 +7,24 @@ IssueTracker: https://gitlab.com/droidtr/org.droidtr.keyboard/issues
AutoName: DroidTR IME
Description: |-
- Features:
- * Small size
- * Full keyboard
- * trf / trq / en layouts
- * tra / aqvoid layouts (fantastic)
- * Word suggestions
- * Replace changing color and picture
- * Low version android device support
- * The intensity of the sound can be adjusted
- * Emoji support
- * Low power consumption
- * Adjustable volume keys
- * Right / left arrow keys
- * Keyboard embedded settings
- * Compatibility with small devices
- * 6 different key styles
- * Lava (Experimental)
- * Standard structure
+ Features:
+ * Small size
+ * Full keyboard
+ * trf / trq / en layouts
+ * tra / aqvoid layouts (fantastic)
+ * Word suggestions
+ * Replace changing color and picture
+ * Low version android device support
+ * The intensity of the sound can be adjusted
+ * Emoji support
+ * Low power consumption
+ * Adjustable volume keys
+ * Right / left arrow keys
+ * Keyboard embedded settings
+ * Compatibility with small devices
+ * 6 different key styles
+ * Lava (Experimental)
+ * Standard structure
RepoType: git
Repo: https://gitlab.com/droidtr/org.droidtr.keyboard.git
diff --git a/metadata/org.droidtr.termbin.yml b/metadata/org.droidtr.termbin.yml
index df59da39d9..58c6441593 100644
--- a/metadata/org.droidtr.termbin.yml
+++ b/metadata/org.droidtr.termbin.yml
@@ -6,12 +6,12 @@ IssueTracker: https://gitlab.com/droidtr/termbin-client/issues
AutoName: Termbin
Description: |-
- Termbin is an open source pastebin service that used socket programming.
- This application uses socket programming to simulate netcat.
+ Termbin is an open source pastebin service that used socket programming.
+ This application uses socket programming to simulate netcat.
- The pendant to this app is available for Linux and can be found
- at Github. Also see
- https://termbin.com/ for additional details.
+ The pendant to this app is available for Linux and can be found
+ at Github. Also see
+ https://termbin.com/ for additional details.
RepoType: git
Repo: https://gitlab.com/droidtr/termbin-client.git
diff --git a/metadata/org.droidupnp.yml b/metadata/org.droidupnp.yml
index 7bf0bba74f..2f3a0ab93f 100644
--- a/metadata/org.droidupnp.yml
+++ b/metadata/org.droidupnp.yml
@@ -11,11 +11,11 @@ Changelog: https://github.com/trishika/DroidUPnP/releases
AutoName: DroidUPnP
Description: |-
- Discover your home UPnP device, content provider, connected television or any
- device controllable by UPnP and allow you to control those. It also allow you to
- share your local content to other UPnP capable device.
+ Discover your home UPnP device, content provider, connected television or any
+ device controllable by UPnP and allow you to control those. It also allow you to
+ share your local content to other UPnP capable device.
- Currently this app still uses binary libraries from http://4thline.org/.
+ Currently this app still uses binary libraries from http://4thline.org/.
RepoType: git
Repo: https://github.com/trishika/DroidUPnP.git
diff --git a/metadata/org.dsandler.apps.markers.yml b/metadata/org.dsandler.apps.markers.yml
index 12fc034d30..4e1bc2eca8 100644
--- a/metadata/org.dsandler.apps.markers.yml
+++ b/metadata/org.dsandler.apps.markers.yml
@@ -9,11 +9,11 @@ IssueTracker: https://github.com/dsandler/markers/issues
AutoName: Markers
Description: |-
- Uses the multitouch and pressure sensitivity of capactive screens but there are
- differences in screen technology, so please see the website if you experience
- problems.
+ Uses the multitouch and pressure sensitivity of capactive screens but there are
+ differences in screen technology, so please see the website if you experience
+ problems.
- A tutorial on the website shows how to simulate layers.
+ A tutorial on the website shows how to simulate layers.
RepoType: git
Repo: https://github.com/dsandler/markers
diff --git a/metadata/org.durka.hallmonitor.yml b/metadata/org.durka.hallmonitor.yml
index 1bfdde2e69..c4e1cf11e4 100644
--- a/metadata/org.durka.hallmonitor.yml
+++ b/metadata/org.durka.hallmonitor.yml
@@ -10,12 +10,12 @@ Changelog: https://github.com/durka/HallMonitor/blob/HEAD/CHANGELOG.md
AutoName: Hall Monitor
Description: |-
- This app reimplements some of the behaviors specific to the Samsung Galaxy S4,
- so that they can be used with alternative ROMs, such as CyanogenMod, where the
- proprietary Samsung components are not available.
+ This app reimplements some of the behaviors specific to the Samsung Galaxy S4,
+ so that they can be used with alternative ROMs, such as CyanogenMod, where the
+ proprietary Samsung components are not available.
- For more information, see upstream's
- README.
+ For more information, see upstream's
+ README.
RepoType: git
Repo: https://github.com/durka/HallMonitor.git
diff --git a/metadata/org.dynalogin.android.yml b/metadata/org.dynalogin.android.yml
index 01c1f7ddf5..b25b273148 100644
--- a/metadata/org.dynalogin.android.yml
+++ b/metadata/org.dynalogin.android.yml
@@ -8,9 +8,9 @@ Changelog: https://raw.githubusercontent.com/dynalogin/dynalogin-android/HEAD/Ch
AutoName: dynalogin
Description: |-
- Soft-token implementing the HOTP algorithm from the Open Authentication (OATH)
- initiative. Works well with the dynalogin server platform for secure Single Sign
- On (SSO) and OpenID use cases.
+ Soft-token implementing the HOTP algorithm from the Open Authentication (OATH)
+ initiative. Works well with the dynalogin server platform for secure Single Sign
+ On (SSO) and OpenID use cases.
RepoType: git
Repo: https://github.com/dynalogin/dynalogin-android.git
diff --git a/metadata/org.dynamicsoft.caloriescope.yml b/metadata/org.dynamicsoft.caloriescope.yml
index 934a6d2fcf..72065f2afb 100644
--- a/metadata/org.dynamicsoft.caloriescope.yml
+++ b/metadata/org.dynamicsoft.caloriescope.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App connects to Newsapi.org and Google (YouTube).
+ NonFreeNet:
+ en-US: App connects to Newsapi.org and Google (YouTube).
Categories:
- Sports & Health
License: GPL-2.0-or-later
diff --git a/metadata/org.dyndns.fules.ck.yml b/metadata/org.dyndns.fules.ck.yml
index 72e2059746..b4c68d98b5 100644
--- a/metadata/org.dyndns.fules.ck.yml
+++ b/metadata/org.dyndns.fules.ck.yml
@@ -7,19 +7,19 @@ Changelog: https://github.com/gsimon75/compass-keyboard/blob/HEAD/Changelog
AutoName: Compass Keyboard
Description: |-
- CompassKeyboard's main goal is to enable entering any character (including
- international characters and symbols of computer languages as well) with the
- same layouts. Default layouts support Latin- and Cyrillic-based and Greek
- character sets: user-definable external layouts are supported as well. For
- entering a plain character just swipe a key to some direction: for entering some
- accented ones, do a big swipe across the whole keyboard. Depending on the
- direction of the big swipe, you can choose different sets of accenting. For
- choosing a different layout, do a big swipe from the top-left corner of the
- keyboard across to bottom-down, and choose a layout from L0 to L6 (L0:Latin,
- L1:Cyrillic, L2:Greek, L3-L6:Custom). To get a visual feedback about the symbol
- you are about to enter, visit the entries 'Feedback/Normal feedback' and
- 'Feedback/Password feedback' in the Settings menu, and choose either Toast or
- Highlight.
+ CompassKeyboard's main goal is to enable entering any character (including
+ international characters and symbols of computer languages as well) with the
+ same layouts. Default layouts support Latin- and Cyrillic-based and Greek
+ character sets: user-definable external layouts are supported as well. For
+ entering a plain character just swipe a key to some direction: for entering some
+ accented ones, do a big swipe across the whole keyboard. Depending on the
+ direction of the big swipe, you can choose different sets of accenting. For
+ choosing a different layout, do a big swipe from the top-left corner of the
+ keyboard across to bottom-down, and choose a layout from L0 to L6 (L0:Latin,
+ L1:Cyrillic, L2:Greek, L3-L6:Custom). To get a visual feedback about the symbol
+ you are about to enter, visit the entries 'Feedback/Normal feedback' and
+ 'Feedback/Password feedback' in the Settings menu, and choose either Toast or
+ Highlight.
RepoType: git
Repo: https://github.com/gsimon75/compass-keyboard
diff --git a/metadata/org.dyndns.ipignoli.petronius.yml b/metadata/org.dyndns.ipignoli.petronius.yml
index aa8e1db46b..24b396e76c 100644
--- a/metadata/org.dyndns.ipignoli.petronius.yml
+++ b/metadata/org.dyndns.ipignoli.petronius.yml
@@ -6,9 +6,9 @@ SourceCode: https://code.google.com/p/petronius/source
AutoName: Petronius
Description: |-
- Petronius is your personal wardrobe consultant. It keeps track of the clothes
- you have in your closet and helps you to choose them day by day, always
- suggesting the most stylish and creative combinations.
+ Petronius is your personal wardrobe consultant. It keeps track of the clothes
+ you have in your closet and helps you to choose them day by day, always
+ suggesting the most stylish and creative combinations.
Builds:
- versionName: '1.3'
diff --git a/metadata/org.dyndns.sven_ola.debian_kit.yml b/metadata/org.dyndns.sven_ola.debian_kit.yml
index d334015044..cd48506314 100644
--- a/metadata/org.dyndns.sven_ola.debian_kit.yml
+++ b/metadata/org.dyndns.sven_ola.debian_kit.yml
@@ -7,13 +7,13 @@ IssueTracker: https://sourceforge.net/p/debian-kit/tickets
AutoName: Debian Kit
Description: |-
- It's possible to install a complete GNU/Linux software stack on Android devices,
- e.g. by adding a chroot environment as others already have implemented. This kit
- does 2 things differently: Firstly, it installs a Debian file system
- side-by-side to the Android file system. In order to access anything that's
- accessible from Android also from the Debian side. And secondly, the Debian
- bootstrap is executed on the Device itself without any help of a larger PC,
- Android debugging bridge or similar.
+ It's possible to install a complete GNU/Linux software stack on Android devices,
+ e.g. by adding a chroot environment as others already have implemented. This kit
+ does 2 things differently: Firstly, it installs a Debian file system
+ side-by-side to the Android file system. In order to access anything that's
+ accessible from Android also from the Debian side. And secondly, the Debian
+ bootstrap is executed on the Device itself without any help of a larger PC,
+ Android debugging bridge or similar.
RequiresRoot: true
@@ -35,7 +35,7 @@ Builds:
forceversion: true
forcevercode: true
prebuild: sed -i -e 's@http://sven-ola.dyndns.org/repo/@http://sven-ola.commando.de/repo/@g'
- assets/debian-kit-en.html src/org/dyndns/sven_ola/debian_kit/DownloadActivity.java
+ assets/debian-kit-en.html src/org/dyndns/sven_ola/debian_kit/DownloadActivity.java
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.dyndns.warenix.web2pdf.yml b/metadata/org.dyndns.warenix.web2pdf.yml
index 45d42d150a..e8dd6dda9d 100644
--- a/metadata/org.dyndns.warenix.web2pdf.yml
+++ b/metadata/org.dyndns.warenix.web2pdf.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on pdfmyurl.com, which is not libre.
+ NonFreeNet:
+ en-US: Depends on pdfmyurl.com, which is not libre.
Categories:
- Multimedia
License: MIT
@@ -9,17 +9,17 @@ IssueTracker: https://github.com/warenix/Web2PDF/issues
AutoName: Web2PDF
Description: |-
- Web2PDF is the android way to use http://www.pdfmyurl.com/ for converting web
- pages to pdf files. It lets you convert a web page to pdf file by using the
- unique "share" feature of android platform. Unfortunately websites requiring you
- to login are not supported.
+ Web2PDF is the android way to use http://www.pdfmyurl.com/ for converting web
+ pages to pdf files. It lets you convert a web page to pdf file by using the
+ unique "share" feature of android platform. Unfortunately websites requiring you
+ to login are not supported.
- For Gingerbread or newer devices, system download manager will be used to
- download the pdf file. Otherwise for older devices, once pdf conversion is
- completed, system browser will be opened to download the pdf. The location of
- the saved file may be different across different devices. For example, using the
- stock browser with nexus one, the pdf file will be downloaded such as
- /sdcard/download/www.nytimes.com.pdf
+ For Gingerbread or newer devices, system download manager will be used to
+ download the pdf file. Otherwise for older devices, once pdf conversion is
+ completed, system browser will be opened to download the pdf. The location of
+ the saved file may be different across different devices. For example, using the
+ stock browser with nexus one, the pdf file will be downloaded such as
+ /sdcard/download/www.nytimes.com.pdf
RepoType: git
Repo: https://github.com/warenix/Web2PDF
diff --git a/metadata/org.dystopia.email.yml b/metadata/org.dystopia.email.yml
index e3f6316b38..b78c3c0b9a 100644
--- a/metadata/org.dystopia.email.yml
+++ b/metadata/org.dystopia.email.yml
@@ -10,44 +10,44 @@ Changelog: https://framagit.org/dystopia-project/simple-email/blob/HEAD/CHANGELO
Name: SimpleEmail
AutoName: Email
Description: |-
- SimpleEmail is Free Software, minimalistic and privacy friendly email app.
+ SimpleEmail is Free Software, minimalistic and privacy friendly email app.
- * Easy navigation
- * No unnecessary settings
- * No bells and whistles
- * Simple design
+ * Easy navigation
+ * No unnecessary settings
+ * No bells and whistles
+ * Simple design
- SimpleEmail starts a foreground service with a low priority status bar notification to make sure you'll never miss new email.
+ SimpleEmail starts a foreground service with a low priority status bar notification to make sure you'll never miss new email.
- This project has been forked from https://f-droid.org/packages/eu.faircode.email.
+ This project has been forked from https://f-droid.org/packages/eu.faircode.email.
- Features
+ Features
- * 100% Free Software
- * Multiple accounts (inboxes)
- * Multiple identities (outboxes)
- * Unified inbox
- * Conversation view
- * Two way synchronization
- * Offline storage and operations
- * Battery friendly
- * Low data usage
- * Folder management
- * Signatures
- * Dark theme
- * Account colors
- * Search on server
- * Encryption/decryption
- * Export settings
+ * 100% Free Software
+ * Multiple accounts (inboxes)
+ * Multiple identities (outboxes)
+ * Unified inbox
+ * Conversation view
+ * Two way synchronization
+ * Offline storage and operations
+ * Battery friendly
+ * Low data usage
+ * Folder management
+ * Signatures
+ * Dark theme
+ * Account colors
+ * Search on server
+ * Encryption/decryption
+ * Export settings
- Secure:
- * Allow encrypted connections only
- * Accept valid security certificates only
- * Authentication required
- * Safe message view (styling, scripting and unsafe HTML removed)
- * No special permissions required
- * No advertisements
- * No analytics and no tracking
+ Secure:
+ * Allow encrypted connections only
+ * Accept valid security certificates only
+ * Authentication required
+ * Safe message view (styling, scripting and unsafe HTML removed)
+ * No special permissions required
+ * No advertisements
+ * No analytics and no tracking
RepoType: git
Repo: https://framagit.org/dystopia-project/simple-email.git
diff --git a/metadata/org.ea.sqrl.yml b/metadata/org.ea.sqrl.yml
index 1613c37e33..a9f0d5338a 100644
--- a/metadata/org.ea.sqrl.yml
+++ b/metadata/org.ea.sqrl.yml
@@ -10,27 +10,27 @@ Changelog: https://raw.githubusercontent.com/kalaspuffar/secure-quick-reliable-l
AutoName: SQRL Login
Description: |-
- This app is an implementation for SQRL (Secure Quick Reliable Login) on Android.
+ This app is an implementation for SQRL (Secure Quick Reliable Login) on Android.
- Before you begin using SQRL to login to websites, your SQRL private identity
- must be created. You only need one, probably for life, because it reveals
- NOTHING about you, and it's highly secure. It's just a very long (77-digit)
- random number.
+ Before you begin using SQRL to login to websites, your SQRL private identity
+ must be created. You only need one, probably for life, because it reveals
+ NOTHING about you, and it's highly secure. It's just a very long (77-digit)
+ random number.
- From then on, whenever you login with SQRL to a website, your private identity
- is used to generate another 77-digit number for that one website. Every website
- you visit sees you as a different number, yet every time you return to the same
- site, that site's unique number is regenerated.
+ From then on, whenever you login with SQRL to a website, your private identity
+ is used to generate another 77-digit number for that one website. Every website
+ you visit sees you as a different number, yet every time you return to the same
+ site, that site's unique number is regenerated.
- This allows you to be uniquely and permanently identified, yet completely
- anonymous.
+ This allows you to be uniquely and permanently identified, yet completely
+ anonymous.
- Since you never need to use an eMail address or a password, you never give a
- website your actual identity to protect. If the website's SQRL identities are
- ever stolen, not only would the stolen identities only be valid for that one
- website, but SQRL's cryptography prevents impersonation using stolen identities.
+ Since you never need to use an eMail address or a password, you never give a
+ website your actual identity to protect. If the website's SQRL identities are
+ ever stolen, not only would the stolen identities only be valid for that one
+ website, but SQRL's cryptography prevents impersonation using stolen identities.
- This is as good as it sounds. It's what we've been waiting for.
+ This is as good as it sounds. It's what we've been waiting for.
RepoType: git
Repo: https://github.com/kalaspuffar/secure-quick-reliable-login.git
@@ -222,8 +222,8 @@ Builds:
ndk: r22
MaintainerNotes: |-
- Build instructions:
- https://github.com/kalaspuffar/secure-quick-reliable-login/blob/master/.travis.yml
+ Build instructions:
+ https://github.com/kalaspuffar/secure-quick-reliable-login/blob/master/.travis.yml
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.easyrpg.player.yml b/metadata/org.easyrpg.player.yml
index 6214443cde..fd65a5e927 100644
--- a/metadata/org.easyrpg.player.yml
+++ b/metadata/org.easyrpg.player.yml
@@ -6,10 +6,10 @@ SourceCode: https://github.com/EasyRPG/Player
IssueTracker: https://github.com/EasyRPG/Player/issues
Description: |-
- EasyRPG Player is a program that allows to play games created with RPG Maker 2000 and 2003.
+ EasyRPG Player is a program that allows to play games created with RPG Maker 2000 and 2003.
- It aims to be a free (as in freedom) cross-platform RPG Maker 2000/2003 interpreter.
- The main goal is to play all games created with them as the original game interpreter (RPG_RT) does.
+ It aims to be a free (as in freedom) cross-platform RPG Maker 2000/2003 interpreter.
+ The main goal is to play all games created with them as the original game interpreter (RPG_RT) does.
RepoType: git
Repo: https://github.com/EasyRPG/buildscripts
@@ -58,8 +58,8 @@ Builds:
ndk: r15c
MaintainerNotes: |-
- Upstream patches versionCode and versionName on their CI
- based on "Player" repo, we do the same here.
+ Upstream patches versionCode and versionName on their CI
+ based on "Player" repo, we do the same here.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.echoline.drawterm.yml b/metadata/org.echoline.drawterm.yml
index 6027c4edbd..84b150fd01 100644
--- a/metadata/org.echoline.drawterm.yml
+++ b/metadata/org.echoline.drawterm.yml
@@ -20,7 +20,7 @@ Builds:
commit: 43919b6e730a0f4a01fd1503035e5ea82590a7f8
output: drawterm-unsigned.apk
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-24' 'build-tools;30.0.3'
- > /dev/null
+ > /dev/null
build:
- export BUILD_TOOLS=30.0.3
- ./fdroid-build.sh
diff --git a/metadata/org.edunivers.whereami.yml b/metadata/org.edunivers.whereami.yml
index 35cbf1ae90..dc21e91b33 100644
--- a/metadata/org.edunivers.whereami.yml
+++ b/metadata/org.edunivers.whereami.yml
@@ -7,10 +7,10 @@ IssueTracker: https://f-droid.org/forums/topic/whereami
AutoName: Where am I?
Description: |-
- Locate user on a map using GPS and OpenStreetMap.
+ Locate user on a map using GPS and OpenStreetMap.
- This app uses prebuilt jars that have been verified to be identical to their
- upstream binary releases.
+ This app uses prebuilt jars that have been verified to be identical to their
+ upstream binary releases.
RepoType: git
Repo: https://bitbucket.org/edunivers/whereami.git
diff --git a/metadata/org.eehouse.android.xw4.yml b/metadata/org.eehouse.android.xw4.yml
index 231159a868..5351d3ae92 100644
--- a/metadata/org.eehouse.android.xw4.yml
+++ b/metadata/org.eehouse.android.xw4.yml
@@ -10,20 +10,20 @@ Donate: https://www.paypal.com/cgi-bin/webscr?item_name=Donation+to+Crosswords+f
AutoName: Crosswords
Description: |-
- A cross-platform game with the same rules as Scrabble that can be played locally
- (on the same device), or against another device via data-SMS, Bluetooth and the internet.
- Start games via an invitation sent by email, SMS, or Bluetooth, or if somebody's nearby
- have them scan a QR Code.
+ A cross-platform game with the same rules as Scrabble that can be played locally
+ (on the same device), or against another device via data-SMS, Bluetooth and the internet.
+ Start games via an invitation sent by email, SMS, or Bluetooth, or if somebody's nearby
+ have them scan a QR Code.
- Drag letters onto the board next to other letters to
- make new words; press the number on the right of the screen to commit your move
- and let the next person move. An English wordlist is included but there is a
- link to the website to download wordlists to play in other languages.
+ Drag letters onto the board next to other letters to
+ make new words; press the number on the right of the screen to commit your move
+ and let the next person move. An English wordlist is included but there is a
+ link to the website to download wordlists to play in other languages.
- The source code supports push messaging via Google Play, but that won't function
- in this build even if Google Play is installed. It just means that moves won't
- be transmitted quite as quickly as if it were supported. Play via SMS or
- Bluetooth is unaffected by this.
+ The source code supports push messaging via Google Play, but that won't function
+ in this build even if Google Play is installed. It just means that moves won't
+ be transmitted quite as quickly as if it were supported. Play via SMS or
+ Bluetooth is unaffected by this.
RepoType: git
Repo: https://github.com/eehouse/xwords.git
@@ -891,6 +891,6 @@ Builds:
AutoUpdateMode: Version
UpdateCheckMode: Tags ^fdroid_release
UpdateCheckData: xwords4/android/app/build.gradle|VERSION_CODE_BASE = (\d+)|.|VERSION_NAME
- = '([\d.]+)'
+ = '([\d.]+)'
CurrentVersion: 4.4.198
CurrentVersionCode: 194
diff --git a/metadata/org.elijaxapps.androidxmrigminer.yml b/metadata/org.elijaxapps.androidxmrigminer.yml
index 1f5e1477ac..6015a9adc5 100644
--- a/metadata/org.elijaxapps.androidxmrigminer.yml
+++ b/metadata/org.elijaxapps.androidxmrigminer.yml
@@ -10,33 +10,33 @@ Bitcoin: 37GpugVZNiof2DzWQX5aivHewc4wZLxATL
Name: Android XMRig Miner
AutoName: AndroidMiner
Description: |-
- This is a direct port of XMRIG Miner to an APP. With this,
- you can mine different crypto coins based on the cryptonight
- algorithm.
+ This is a direct port of XMRIG Miner to an APP. With this,
+ you can mine different crypto coins based on the cryptonight
+ algorithm.
- * Please, read DISCLAIMER below.
+ * Please, read DISCLAIMER below.
- Supported Currencies
- * XMR (Monero)
- * Not tested, but should do also ETN, SUMO, AEON, WOW, ...
- Supported Pools
- * www.supportxmr.com
- * ... and others. If it does not work ...
- * [Send your suggestions vía IssueTracker]
+ Supported Currencies
+ * XMR (Monero)
+ * Not tested, but should do also ETN, SUMO, AEON, WOW, ...
+ Supported Pools
+ * www.supportxmr.com
+ * ... and others. If it does not work ...
+ * [Send your suggestions vía IssueTracker]
- Modes
- * Benchmark Run on my settings. Benchmark your phone,
- earn my some hashes (c'mon, it's an ADs free version ;)
- * Standard Configure your miner to connect to supported
- pools. You're welcome to test new pools and open an Issue if
- your favourite does not work.
+ Modes
+ * Benchmark Run on my settings. Benchmark your phone,
+ earn my some hashes (c'mon, it's an ADs free version ;)
+ * Standard Configure your miner to connect to supported
+ pools. You're welcome to test new pools and open an Issue if
+ your favourite does not work.
- DISCLAIMER In case you didn't know, using miners could
- damage your hardware. There is a Safe Mode activated by default,
- and should only be deactivated by experienced users for tweaking
- reasons. By using this app, you agree that I am not responsible
- for any posible damage caused to your devices, and that you have
- been warned and you are also aware of this.
+ DISCLAIMER In case you didn't know, using miners could
+ damage your hardware. There is a Safe Mode activated by default,
+ and should only be deactivated by experienced users for tweaking
+ reasons. By using this app, you agree that I am not responsible
+ for any posible damage caused to your devices, and that you have
+ been warned and you are also aware of this.
RepoType: git
Repo: https://github.com/ElijaxApps-org/android-xmrig-miner.git
diff --git a/metadata/org.emergent.android.weave.yml b/metadata/org.emergent.android.weave.yml
index 03365cda57..15970dde7d 100644
--- a/metadata/org.emergent.android.weave.yml
+++ b/metadata/org.emergent.android.weave.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/emergentdotorg/shaman/issues
AutoName: Shaman
Description: |-
- Shaman is a read only Firefox Sync client that lets you access your bookmarks
- and passwords on your mobile device.
+ Shaman is a read only Firefox Sync client that lets you access your bookmarks
+ and passwords on your mobile device.
RepoType: git
Repo: https://github.com/emergentdotorg/shaman.git
diff --git a/metadata/org.epstudios.epmobile.yml b/metadata/org.epstudios.epmobile.yml
index 5c99413d30..ae04800dcb 100644
--- a/metadata/org.epstudios.epmobile.yml
+++ b/metadata/org.epstudios.epmobile.yml
@@ -10,10 +10,10 @@ Changelog: https://github.com/mannd/epmobile/tree/HEAD/doc/changes
AutoName: EP Mobile
Description: |-
- EP Mobile is an application that provides a set of tools for
- electrophysiologists and other health care workers who deal with cardiac
- arrhythmias. The program includes EP calculators, drug dose calculators, risk
- scores, diagnostic tools, ECG figures, and more.
+ EP Mobile is an application that provides a set of tools for
+ electrophysiologists and other health care workers who deal with cardiac
+ arrhythmias. The program includes EP calculators, drug dose calculators, risk
+ scores, diagnostic tools, ECG figures, and more.
RepoType: git
Repo: https://github.com/mannd/epmobile.git
diff --git a/metadata/org.epstudios.morbidmeter.yml b/metadata/org.epstudios.morbidmeter.yml
index 96b622a2b3..3a96d3bab5 100644
--- a/metadata/org.epstudios.morbidmeter.yml
+++ b/metadata/org.epstudios.morbidmeter.yml
@@ -9,11 +9,11 @@ IssueTracker: https://github.com/mannd/morbidmeter-android/issues
AutoName: MorbidMeter
Description: |-
- Morbid Meter is a widget that puts your time on earth into perspective. Choose a
- life-expectancy and a timescale and the widget will display how much of that
- timescale you have already lived. The default is years, so that will show what
- month of the year it is, so to speak. Choose it to be reversed, with seconds,
- and it will show you how many more seconds you can be expected to live for.
+ Morbid Meter is a widget that puts your time on earth into perspective. Choose a
+ life-expectancy and a timescale and the widget will display how much of that
+ timescale you have already lived. The default is years, so that will show what
+ month of the year it is, so to speak. Choose it to be reversed, with seconds,
+ and it will show you how many more seconds you can be expected to live for.
RepoType: git
Repo: https://github.com/mannd/morbidmeter-android.git
diff --git a/metadata/org.equeim.tremotesf.yml b/metadata/org.equeim.tremotesf.yml
index 2ba441db52..6ba6cdbf91 100644
--- a/metadata/org.equeim.tremotesf.yml
+++ b/metadata/org.equeim.tremotesf.yml
@@ -101,7 +101,7 @@ Builds:
- ln -s $(realpath $$OpenSSL$$) ../3rdparty/openssl/openssl
- ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r15c
- versionName: 1.7.1
@@ -121,7 +121,7 @@ Builds:
- ln -s $(realpath $$OpenSSL$$) ../3rdparty/openssl/openssl
- ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r17b
- versionName: 1.8.0
@@ -141,7 +141,7 @@ Builds:
- ln -s $(realpath $$OpenSSL$$) ../3rdparty/openssl/openssl
- ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r17b
- versionName: 1.8.1
@@ -161,7 +161,7 @@ Builds:
- ln -s $(realpath $$OpenSSL$$) ../3rdparty/openssl/openssl
- ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r17b
- versionName: 1.8.2
@@ -182,7 +182,7 @@ Builds:
- ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase
- sed -i -e 's/4.10/4.9/' ../gradle/wrapper/gradle-wrapper.properties
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r17b
- versionName: 1.8.3
@@ -203,7 +203,7 @@ Builds:
- ln -s $(realpath $$QtBase$$) ../3rdparty/qt/qtbase
- sed -i -e 's/4.10/4.9/' ../gradle/wrapper/gradle-wrapper.properties
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r17b
- versionName: 1.8.4
@@ -227,7 +227,7 @@ Builds:
scandelete:
- 3rdparty
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r17b
- versionName: 1.8.5
@@ -251,7 +251,7 @@ Builds:
scandelete:
- 3rdparty
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r18b
- versionName: 1.9.0
@@ -275,7 +275,7 @@ Builds:
scandelete:
- 3rdparty
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r18b
- versionName: 1.9.3
@@ -300,7 +300,7 @@ Builds:
scandelete:
- 3rdparty
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r19c
- versionName: 1.10.0
@@ -325,7 +325,7 @@ Builds:
scandelete:
- 3rdparty
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r19c
- versionName: 1.10.1
@@ -350,7 +350,7 @@ Builds:
scandelete:
- 3rdparty
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r19c
- versionName: 2.0.1
@@ -375,7 +375,7 @@ Builds:
scandelete:
- 3rdparty
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r19c
- versionName: 2.0.2
@@ -400,7 +400,7 @@ Builds:
scandelete:
- 3rdparty
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r20b
- versionName: 2.2.0
@@ -426,7 +426,7 @@ Builds:
scandelete:
- 3rdparty
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r21d
- versionName: 2.3.0
@@ -450,7 +450,7 @@ Builds:
scandelete:
- 3rdparty
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r21d
- versionName: 2.3.1
@@ -474,7 +474,7 @@ Builds:
scandelete:
- 3rdparty
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r21d
- versionName: 2.3.2
@@ -498,7 +498,7 @@ Builds:
scandelete:
- 3rdparty
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r21d
- versionName: 2.4.0
@@ -515,7 +515,7 @@ Builds:
scandelete:
- 3rdparty
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r22b
- versionName: 2.4.2
@@ -532,7 +532,7 @@ Builds:
scandelete:
- 3rdparty
build: ANDROID_SDK_ROOT="$$SDK$$" ANDROID_NDK_ROOT="$$NDK$$" ../build-native.sh
- -j $(nproc)
+ -j $(nproc)
ndk: r22b
- versionName: 2.5.1
@@ -572,7 +572,7 @@ Builds:
gradle:
- fdroid
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1'
+ 'cmake;3.18.1'
scanignore:
- gradle-plugin/build
scandelete:
@@ -597,7 +597,7 @@ Builds:
gradle:
- fdroid
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1'
+ 'cmake;3.18.1'
scanignore:
- gradle-plugin/build
scandelete:
@@ -622,7 +622,7 @@ Builds:
gradle:
- fdroid
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1'
+ 'cmake;3.18.1'
scanignore:
- gradle-plugin/build
scandelete:
@@ -647,7 +647,7 @@ Builds:
gradle:
- fdroid
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1'
+ 'cmake;3.18.1'
scanignore:
- gradle-plugin/build
scandelete:
@@ -673,7 +673,7 @@ Builds:
gradle:
- fdroid
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1'
+ 'cmake;3.18.1'
scanignore:
- gradle-plugin/build
scandelete:
@@ -801,13 +801,13 @@ Builds:
ndk: r25c
MaintainerNotes: |
- Tremotesf uses Gradle plugin in its build process, which is compiled from source on first Gradle invocation.
- Since it happens before scanning for binaries, we need to scanignore plugin's build directory.
+ Tremotesf uses Gradle plugin in its build process, which is compiled from source on first Gradle invocation.
+ Since it happens before scanning for binaries, we need to scanignore plugin's build directory.
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckName: Ignore
UpdateCheckData: app/build.gradle.kts|versionCode = (\d+)|app/build.gradle.kts|versionName
- = "([\d.]+)"
+ = "([\d.]+)"
CurrentVersion: 2.9.1
CurrentVersionCode: 4054
diff --git a/metadata/org.ethack.orwall.yml b/metadata/org.ethack.orwall.yml
index dc143309b0..ca026a115e 100644
--- a/metadata/org.ethack.orwall.yml
+++ b/metadata/org.ethack.orwall.yml
@@ -11,28 +11,28 @@ Litecoin: LXjW5tKRHbrbxwTZmitj4JeBqcm4xpqvJ2
AutoName: orWall
Description: |-
- NOTE: App repo is archived by dev. No longer maintained.
+ NOTE: App repo is archived by dev. No longer maintained.
- Force selected applications through Orbot while preventing unchecked
- applications to have network access.
+ Force selected applications through Orbot while preventing unchecked
+ applications to have network access.
- In short, orWall will add special iptables rules in order to redirect traffic
- for applications through Tor; it will also add required rules in order to block
- traffic for other apps. The redirection is based on the application user id.
- Each android application runs as a dedicated user, and iptables has support for
- traffic filtering based on the process owner, meaning it's really easy and
- pretty safe to do this kind of thing on an Android device.
+ In short, orWall will add special iptables rules in order to redirect traffic
+ for applications through Tor; it will also add required rules in order to block
+ traffic for other apps. The redirection is based on the application user id.
+ Each android application runs as a dedicated user, and iptables has support for
+ traffic filtering based on the process owner, meaning it's really easy and
+ pretty safe to do this kind of thing on an Android device.
- The application works in two stages: first, an init-script will block all
- incoming and outgoing traffic. This should prevent leaks, knowing Android sends
- stuff before you can even access the device. Second stage comes once the device
- is fully booted: orWall itself takes the lead on the firewall, and add required
- rules in order to allow Orbot traffic, and redirect selected application to
- Orbot TransPort.
+ The application works in two stages: first, an init-script will block all
+ incoming and outgoing traffic. This should prevent leaks, knowing Android sends
+ stuff before you can even access the device. Second stage comes once the device
+ is fully booted: orWall itself takes the lead on the firewall, and add required
+ rules in order to allow Orbot traffic, and redirect selected application to
+ Orbot TransPort.
- Limitations: init-script works only on Android <= 4.4.x
+ Limitations: init-script works only on Android <= 4.4.x
- Conflict: all other firewall application such as AFWall, DroidWall, etc
+ Conflict: all other firewall application such as AFWall, DroidWall, etc
RequiresRoot: true
diff --git a/metadata/org.eu.exodus_privacy.exodusprivacy.yml b/metadata/org.eu.exodus_privacy.exodusprivacy.yml
index 0fddc4d1cf..b872565c2a 100644
--- a/metadata/org.eu.exodus_privacy.exodusprivacy.yml
+++ b/metadata/org.eu.exodus_privacy.exodusprivacy.yml
@@ -102,7 +102,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/$System.env.EXODUS_API_KEY/a7b296cf7959cd10cc04a3a4321ca38bdadc4c9d/'
- build.gradle
+ build.gradle
- versionName: 3.0.1
versionCode: 14
@@ -111,7 +111,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/$System.env.EXODUS_API_KEY/a7b296cf7959cd10cc04a3a4321ca38bdadc4c9d/'
- build.gradle
+ build.gradle
- versionName: 3.1.0
versionCode: 15
@@ -124,7 +124,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/$System.env.EXODUS_API_KEY/a7b296cf7959cd10cc04a3a4321ca38bdadc4c9d/'
- build.gradle
+ build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.evilsoft.pathfinder.reference.yml b/metadata/org.evilsoft.pathfinder.reference.yml
index cc3fe90eb6..885f034cad 100644
--- a/metadata/org.evilsoft.pathfinder.reference.yml
+++ b/metadata/org.evilsoft.pathfinder.reference.yml
@@ -11,23 +11,23 @@ IssueTracker: https://github.com/devonjones/PathfinderOpenReference/issues
AutoName: 'Masterwork Tools: Pathfinder Open Reference'
Description: |-
- This reference gives you rapid access to every feat, spell, class, skill,
- monster and rule in the full Pathfinder Roleplaying Game Reference Document.
- With intuitive indexing and powerful search capability, the reference gets you
- the information you need quickly so you can get back to the game. Includes rules
- material from the Pathfinder Roleplaying Game Core Rulebook, Advanced Player's
- Guide, Ultimate Magic, Ultimate Combat, Ultimate Equipment, GameMastery Guide,
- NPC Codex, Bestiary, Bestiary 2 and Bestiary 3.
+ This reference gives you rapid access to every feat, spell, class, skill,
+ monster and rule in the full Pathfinder Roleplaying Game Reference Document.
+ With intuitive indexing and powerful search capability, the reference gets you
+ the information you need quickly so you can get back to the game. Includes rules
+ material from the Pathfinder Roleplaying Game Core Rulebook, Advanced Player's
+ Guide, Ultimate Magic, Ultimate Combat, Ultimate Equipment, GameMastery Guide,
+ NPC Codex, Bestiary, Bestiary 2 and Bestiary 3.
- The application has 31000 rule snippets allowing you to access over 20000
- discrete rule topics. Including: 725 Feats, 1358 Spells, 1402 Monsters & NPCs,
- 45 Classes and a ton more. The application allows you to hone in the passages
- that matter for what's going on in game now. Every title in every article is a
- link that lets you just see/bookmark that section. It has a powerful and fast
- search lets you find the rule you need, quickly. It also allows you to create
- bookmark collections. You can bookmark passages that you want quick access to as
- a GM, while creating other collections for your characters, giving you quick
- access to the rules that applicable to that character.
+ The application has 31000 rule snippets allowing you to access over 20000
+ discrete rule topics. Including: 725 Feats, 1358 Spells, 1402 Monsters & NPCs,
+ 45 Classes and a ton more. The application allows you to hone in the passages
+ that matter for what's going on in game now. Every title in every article is a
+ link that lets you just see/bookmark that section. It has a powerful and fast
+ search lets you find the rule you need, quickly. It also allows you to create
+ bookmark collections. You can bookmark passages that you want quick access to as
+ a GM, while creating other collections for your characters, giving you quick
+ access to the rules that applicable to that character.
RepoType: git
Repo: https://github.com/devonjones/PathfinderOpenReference.git
diff --git a/metadata/org.example.pushupbuddy.yml b/metadata/org.example.pushupbuddy.yml
index 5de4a6754f..a1b161c9ba 100644
--- a/metadata/org.example.pushupbuddy.yml
+++ b/metadata/org.example.pushupbuddy.yml
@@ -8,12 +8,12 @@ IssueTracker: https://bugs.launchpad.net/pushupbuddy
AutoName: Pushup Buddy
Summary: Count push-ups using sensors
Description: |-
- Uses the proximity sensor of your phone to log your push-up workout.
+ Uses the proximity sensor of your phone to log your push-up workout.
- Press the start button and let Pushup Buddy measure and tell your progress on
- your pushup workout, using the proximity sensor. It detects when you rest
- between sets and tells you when you have rested long enough and makes a list of
- all the sets. Workouts are saved so you can compare them any time.
+ Press the start button and let Pushup Buddy measure and tell your progress on
+ your pushup workout, using the proximity sensor. It detects when you rest
+ between sets and tells you when you have rested long enough and makes a list of
+ all the sets. Workouts are saved so you can compare them any time.
RepoType: bzr
Repo: lp:~portstrom/pushupbuddy/trunk
diff --git a/metadata/org.example.rosary.yml b/metadata/org.example.rosary.yml
index c79b91413c..fe64da69fc 100644
--- a/metadata/org.example.rosary.yml
+++ b/metadata/org.example.rosary.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/jfcolom/rosary/issues
AutoName: Rosary
Description: This is a very simple app helping christian users to pray the Rosary.
- It basically shows biblical texts for the mysteries in an ordered way, and simulate
- beads to count Hail Mary prayers.
+ It basically shows biblical texts for the mysteries in an ordered way, and simulate
+ beads to count Hail Mary prayers.
RepoType: git
Repo: https://github.com/jfcolom/rosary
diff --git a/metadata/org.exarhteam.iitc_mobile.yml b/metadata/org.exarhteam.iitc_mobile.yml
index 0fa9c04b05..8789b069dd 100644
--- a/metadata/org.exarhteam.iitc_mobile.yml
+++ b/metadata/org.exarhteam.iitc_mobile.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: Connects to Google and Facebook.
- Tracking:
- en-US: Requires Google and Facebook accounts, tracking your activity.
+ NonFreeNet:
+ en-US: Connects to Google and Facebook.
+ Tracking:
+ en-US: Requires Google and Facebook accounts, tracking your activity.
Categories:
- Games
License: ISC
diff --git a/metadata/org.fastergps.yml b/metadata/org.fastergps.yml
index 1323000cb3..b748d2dc9d 100644
--- a/metadata/org.fastergps.yml
+++ b/metadata/org.fastergps.yml
@@ -10,18 +10,18 @@ Bitcoin: 12Y6zbBYoRxf8kBrjau3WedjtzvcACvPMk
AutoName: FasterGPS
Description: |-
- With FasterGPS you can select a NTP Server matching your region to speed up the
- process of getting a GPS fix. For more details on why NTP Server choice could
- matter, read
- this.
+ With FasterGPS you can select a NTP Server matching your region to speed up the
+ process of getting a GPS fix. For more details on why NTP Server choice could
+ matter, read
+ this.
- Permissions:
+ Permissions:
- * Internet access: To allow donations
+ * Internet access: To allow donations
- Requires root: Yes. To write gps.conf file to /system partition.
+ Requires root: Yes. To write gps.conf file to /system partition.
- NOTE: This app is no longer in active development.
+ NOTE: This app is no longer in active development.
RequiresRoot: true
diff --git a/metadata/org.fcitx.fcitx5.android.plugin.anthy.yml b/metadata/org.fcitx.fcitx5.android.plugin.anthy.yml
index 57072c67a6..a43fdf5994 100644
--- a/metadata/org.fcitx.fcitx5.android.plugin.anthy.yml
+++ b/metadata/org.fcitx.fcitx5.android.plugin.anthy.yml
@@ -383,6 +383,6 @@ VercodeOperation:
- 10 * %c + 3
- 10 * %c + 4
UpdateCheckData: https://raw.githubusercontent.com/fcitx5-android/fcitx5-android/master/build-logic/convention/src/main/kotlin/Versions.kt|baseVersionCode
- = (\d+)|https://github.com/fcitx5-android/fcitx5-android/releases/latest/download/build-metadata.plugin.anthy.json|"versionName":\s"(.*)"
+ = (\d+)|https://github.com/fcitx5-android/fcitx5-android/releases/latest/download/build-metadata.plugin.anthy.json|"versionName":\s"(.*)"
CurrentVersion: 0.0.7-0-gac5720a1
CurrentVersionCode: 54
diff --git a/metadata/org.fcitx.fcitx5.android.plugin.clipboard_filter.yml b/metadata/org.fcitx.fcitx5.android.plugin.clipboard_filter.yml
index f154a5814f..282f3cbaf1 100644
--- a/metadata/org.fcitx.fcitx5.android.plugin.clipboard_filter.yml
+++ b/metadata/org.fcitx.fcitx5.android.plugin.clipboard_filter.yml
@@ -42,6 +42,6 @@ UpdateCheckMode: HTTP
VercodeOperation:
- 10 * %c + 2
UpdateCheckData: https://raw.githubusercontent.com/fcitx5-android/fcitx5-android/master/build-logic/convention/src/main/kotlin/Versions.kt|baseVersionCode
- = (\d+)|https://github.com/fcitx5-android/fcitx5-android/releases/latest/download/build-metadata.plugin.clipboard-filter.json|"versionName":\s"(.*)"
+ = (\d+)|https://github.com/fcitx5-android/fcitx5-android/releases/latest/download/build-metadata.plugin.clipboard-filter.json|"versionName":\s"(.*)"
CurrentVersion: 0.0.7-0-gac5720a1
CurrentVersionCode: 52
diff --git a/metadata/org.fcitx.fcitx5.android.yml b/metadata/org.fcitx.fcitx5.android.yml
index f51c9e61e5..50e870b9a2 100644
--- a/metadata/org.fcitx.fcitx5.android.yml
+++ b/metadata/org.fcitx.fcitx5.android.yml
@@ -652,6 +652,6 @@ VercodeOperation:
- 10 * %c + 3
- 10 * %c + 4
UpdateCheckData: https://raw.githubusercontent.com/fcitx5-android/fcitx5-android/master/build-logic/convention/src/main/kotlin/Versions.kt|baseVersionCode
- = (\d+)|https://github.com/fcitx5-android/fcitx5-android/releases/latest/download/build-metadata.json|"versionName":\s"(.*)"
+ = (\d+)|https://github.com/fcitx5-android/fcitx5-android/releases/latest/download/build-metadata.json|"versionName":\s"(.*)"
CurrentVersion: 0.0.7-0-gac5720a1
CurrentVersionCode: 54
diff --git a/metadata/org.fdroid.basic.yml b/metadata/org.fdroid.basic.yml
index 0ecdd435c9..ad7b5da4ec 100644
--- a/metadata/org.fdroid.basic.yml
+++ b/metadata/org.fdroid.basic.yml
@@ -13,21 +13,21 @@ OpenCollective: F-Droid-Euro
Name: F-Droid Basic
AutoName: F-Droid Basic
Description: |-
- NOTE: The Basic version of F-Droid Client has a reduced feature set (e.g. no nearby share and no panic feature). It targets Android 13 and can do unattended updates without privileged extension or root.
+ NOTE: The Basic version of F-Droid Client has a reduced feature set (e.g. no nearby share and no panic feature). It targets Android 13 and can do unattended updates without privileged extension or root.
- F-Droid is an installable catalogue of libre software apps for Android. The F-Droid client app makes it easy to browse, install, and keep track of updates on your device.
+ F-Droid is an installable catalogue of libre software apps for Android. The F-Droid client app makes it easy to browse, install, and keep track of updates on your device.
- It connects to any F-Droid compatible repositories. The default repo is hosted at f-droid.org, which contains only bona fide libre software.
+ It connects to any F-Droid compatible repositories. The default repo is hosted at f-droid.org, which contains only bona fide libre software.
- Android itself is open in the sense that you are free to install APKs from anywhere you wish, but there are many good reasons for using F-Droid as your libre software app manager:
+ Android itself is open in the sense that you are free to install APKs from anywhere you wish, but there are many good reasons for using F-Droid as your libre software app manager:
- * Get notified when updates are available
- * Optionally download and install updates automatically
- * Keep track of older and beta versions
- * Filter out apps incompatible with the device
- * Find apps via categories and searchable descriptions
- * Access associated URLs for donations, source code etc.
- * Stay safe by checking repo index signatures and APK hashes
+ * Get notified when updates are available
+ * Optionally download and install updates automatically
+ * Keep track of older and beta versions
+ * Filter out apps incompatible with the device
+ * Find apps via categories and searchable descriptions
+ * Access associated URLs for donations, source code etc.
+ * Stay safe by checking repo index signatures and APK hashes
RepoType: git
Repo: https://gitlab.com/fdroid/fdroidclient.git
@@ -179,9 +179,9 @@ Builds:
- libs/index/src/commonTest/resources
MaintainerNotes: |
- This is maintained in tight conjunction with fdroidclient releases.
- Please check with the fdroidclient maintainers before making
- changes.
+ This is maintained in tight conjunction with fdroidclient releases.
+ Please check with the fdroidclient maintainers before making
+ changes.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.fdroid.fdroid.privileged.yml b/metadata/org.fdroid.fdroid.privileged.yml
index e446076f04..4e8e6fe05b 100644
--- a/metadata/org.fdroid.fdroid.privileged.yml
+++ b/metadata/org.fdroid.fdroid.privileged.yml
@@ -122,12 +122,12 @@ Builds:
gradle:
- yes
-MaintainerNotes: |4-
- Updating from the old FDroidPrivilegedExtension.apk to the new name
- with a dash, F-DroidPrivilegedExtension.apk has not really been
- tested. So this keeps the Current Version on old name. This build
- is needed for the OTA bundle, since that just includes this APK via a
- script.
+MaintainerNotes: |-
+ Updating from the old FDroidPrivilegedExtension.apk to the new name
+ with a dash, F-DroidPrivilegedExtension.apk has not really been
+ tested. So this keeps the Current Version on old name. This build
+ is needed for the OTA bundle, since that just includes this APK via a
+ script.
AutoUpdateMode: Version %v
UpdateCheckMode: None
diff --git a/metadata/org.fdroid.fdroid.yml b/metadata/org.fdroid.fdroid.yml
index 3a8c8ba130..05f05216d9 100644
--- a/metadata/org.fdroid.fdroid.yml
+++ b/metadata/org.fdroid.fdroid.yml
@@ -2076,10 +2076,10 @@ Builds:
- libs/index/src/commonTest/resources
MaintainerNotes: |
- This is maintained in tight conjunction with fdroidclient releases.
- Please check with the fdroidclient maintainers before making
- changes. Don't forget to open a MR to fdroid-website/.htaccess
- when bumping CurrentVersionCode.
+ This is maintained in tight conjunction with fdroidclient releases.
+ Please check with the fdroidclient maintainers before making
+ changes. Don't forget to open a MR to fdroid-website/.htaccess
+ when bumping CurrentVersionCode.
ArchivePolicy: 4
AutoUpdateMode: None
diff --git a/metadata/org.fdroid.nearby.yml b/metadata/org.fdroid.nearby.yml
index 8d78e692de..6229f4a338 100644
--- a/metadata/org.fdroid.nearby.yml
+++ b/metadata/org.fdroid.nearby.yml
@@ -10,11 +10,11 @@ OpenCollective: F-Droid-Euro
AutoName: F-Droid Nearby
Description: |
- F-Droid Nearby is a simple app for exchanging free software apps locally,
- device-to-device, even when internet is not available or too expensive. It is
- compatible with the built-in Nearby feature of the F-Droid client app.
+ F-Droid Nearby is a simple app for exchanging free software apps locally,
+ device-to-device, even when internet is not available or too expensive. It is
+ compatible with the built-in Nearby feature of the F-Droid client app.
- This is an early alpha version! It might work really badly.
+ This is an early alpha version! It might work really badly.
RepoType: git
Repo: https://gitlab.com/fdroid/fdroid-nearby.git
@@ -35,9 +35,9 @@ Builds:
- yes
MaintainerNotes: |
- This is maintained in tight conjunction with fdroid-nearby releases.
- Please check with the fdroid-nearby maintainers before making
- changes.
+ This is maintained in tight conjunction with fdroid-nearby releases.
+ Please check with the fdroid-nearby maintainers before making
+ changes.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9][0-9.]+[0-9]$
diff --git a/metadata/org.fedorahosted.freeotp.yml b/metadata/org.fedorahosted.freeotp.yml
index 4a228ba04f..9e82c026fb 100644
--- a/metadata/org.fedorahosted.freeotp.yml
+++ b/metadata/org.fedorahosted.freeotp.yml
@@ -7,15 +7,15 @@ IssueTracker: https://github.com/freeotp/freeotp-android/issues
AutoName: FreeOTP
Description: |-
- FreeOTP is a two-factor authentication (2FA) application for systems utilizing
- one-time password protocols (OTP). Tokens can be added easily by scanning a
- QR-code or by manually entering in the token configuration.
+ FreeOTP is a two-factor authentication (2FA) application for systems utilizing
+ one-time password protocols (OTP). Tokens can be added easily by scanning a
+ QR-code or by manually entering in the token configuration.
- FreeOTP implements open standards. This means that no proprietary server-side
- component is necessary: use any server-side component that implements these
- standards - for example FreeIPA, which uses TOTP. Any
- standards-compliant implementation will work. Currently, FreeOTP provides
- implementations of HOTP (RFC 4226) and TOTP (RFC 6238).
+ FreeOTP implements open standards. This means that no proprietary server-side
+ component is necessary: use any server-side component that implements these
+ standards - for example FreeIPA, which uses TOTP. Any
+ standards-compliant implementation will work. Currently, FreeOTP provides
+ implementations of HOTP (RFC 4226) and TOTP (RFC 6238).
RepoType: git
Repo: https://github.com/freeotp/freeotp-android
diff --git a/metadata/org.fitchfamily.android.dejavu.yml b/metadata/org.fitchfamily.android.dejavu.yml
index 9248cc671c..14f7377096 100644
--- a/metadata/org.fitchfamily.android.dejavu.yml
+++ b/metadata/org.fitchfamily.android.dejavu.yml
@@ -10,20 +10,20 @@ Changelog: https://github.com/n76/DejaVu/blob/HEAD/CHANGELOG.md
AutoName: Déjà Vu Location Service
Description: |-
- UnifiedNlp backend that uses locally acquired WLAN/Wi-Fi AP and mobile/cellular
- tower data to resolve user location. Collectively, “WLAN/WiFi and
- mobile/cellular” signals will be called “RF emitters” below.
+ UnifiedNlp backend that uses locally acquired WLAN/Wi-Fi AP and mobile/cellular
+ tower data to resolve user location. Collectively, “WLAN/WiFi and
+ mobile/cellular” signals will be called “RF emitters” below.
- Conceptually, this backend consists of two parts sharing a common database. One
- part passively monitors the GPS. If the GPS has acquired and has a good position
- accuracy, then the coverage maps for RF emitters detected by the phone are
- created and saved.
+ Conceptually, this backend consists of two parts sharing a common database. One
+ part passively monitors the GPS. If the GPS has acquired and has a good position
+ accuracy, then the coverage maps for RF emitters detected by the phone are
+ created and saved.
- The other part is the actual location provider which uses the database to
- estimate location when the GPS is not available.
+ The other part is the actual location provider which uses the database to
+ estimate location when the GPS is not available.
- This backend uses no network data. All data acquired by the phone stays on the
- phone.
+ This backend uses no network data. All data acquired by the phone stays on the
+ phone.
RepoType: git
Repo: https://github.com/n76/DejaVu
diff --git a/metadata/org.fitchfamily.android.gsmlocation.yml b/metadata/org.fitchfamily.android.gsmlocation.yml
index cb3fb058e7..cdcfe01654 100644
--- a/metadata/org.fitchfamily.android.gsmlocation.yml
+++ b/metadata/org.fitchfamily.android.gsmlocation.yml
@@ -11,17 +11,17 @@ Changelog: https://gitlab.com/deveee/Local-GSM-Backend/-/blob/master/CHANGELOG.m
Name: LocalGsmNlpBackend
AutoName: GSM Location Service
Description: |-
- https://f-droid.org/packages/com.google.android.gms backend that uses local GSM data to resolve user
- location.
+ https://f-droid.org/packages/com.google.android.gms backend that uses local GSM data to resolve user
+ location.
- A facility in the setting menu allows you to create a database using data from
- OpenCellId and/or Location Services CSV files. Alternatively, the on-phone database can
- be generated in advance via the lacells-creator scripts that gather tower information from those two sources,
- too.
+ A facility in the setting menu allows you to create a database using data from
+ OpenCellId and/or Location Services CSV files. Alternatively, the on-phone database can
+ be generated in advance via the lacells-creator scripts that gather tower information from those two sources,
+ too.
- This backend performs no network data. All data acquired by the phone stays on
- the phone and no queries are made to a centralized AP location provider.
+ This backend performs no network data. All data acquired by the phone stays on
+ the phone and no queries are made to a centralized AP location provider.
RepoType: git
Repo: https://gitlab.com/deveee/Local-GSM-Backend.git
@@ -353,7 +353,7 @@ Builds:
- versionName: 1.4.15
versionCode: 62
disable: "Unexpected version/version code in output; APK: '1.4.14' / '61', Expected:\
- \ '1.4.15' / '62'"
+ \ '1.4.15' / '62'"
commit: v1.4.15
subdir: app
gradle:
diff --git a/metadata/org.fitchfamily.android.symphony.yml b/metadata/org.fitchfamily.android.symphony.yml
index 5049cf2ed2..8916ed2edf 100644
--- a/metadata/org.fitchfamily.android.symphony.yml
+++ b/metadata/org.fitchfamily.android.symphony.yml
@@ -10,10 +10,10 @@ Changelog: https://github.com/n76/Symphony/blob/HEAD/CHANGELOG.md
AutoName: Symphony
Description: |-
- A simple music player based on the ability to play random albums within a
- specified genre with all the songs in the album played in order. This is
- tailored to listening to classical music, Broadway musicals or other genres
- where the order of the tracks in an album are significant.
+ A simple music player based on the ability to play random albums within a
+ specified genre with all the songs in the album played in order. This is
+ tailored to listening to classical music, Broadway musicals or other genres
+ where the order of the tracks in an album are significant.
RepoType: git
Repo: https://github.com/n76/Symphony
@@ -26,7 +26,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 0.9.2
versionCode: 3
@@ -35,7 +35,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 1.0.0
versionCode: 4
@@ -51,7 +51,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 1.0.2
versionCode: 6
@@ -60,7 +60,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 1.0.3
versionCode: 7
@@ -69,7 +69,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 1.1.0
versionCode: 8
@@ -78,7 +78,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 1.1.1
versionCode: 9
@@ -87,7 +87,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 1.1.2
versionCode: 10
@@ -96,7 +96,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 1.1.3
versionCode: 11
@@ -105,7 +105,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 1.1.4
versionCode: 12
@@ -114,7 +114,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 1.1.5
versionCode: 13
@@ -123,7 +123,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 1.1.6
versionCode: 14
@@ -132,7 +132,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 1.1.7
versionCode: 15
@@ -141,7 +141,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 1.1.8
versionCode: 16
@@ -150,7 +150,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 1.1.9
versionCode: 17
@@ -159,7 +159,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 1.1.10
versionCode: 18
@@ -168,7 +168,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 1.1.11
versionCode: 19
@@ -177,7 +177,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 1.1.12
versionCode: 20
@@ -186,7 +186,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 1.1.13
versionCode: 21
@@ -195,7 +195,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
- versionName: 1.1.14
versionCode: 22
@@ -204,7 +204,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-beta4/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.fitchfamily.android.wifi_backend.yml b/metadata/org.fitchfamily.android.wifi_backend.yml
index 8a77fccb41..5ba977b8a4 100644
--- a/metadata/org.fitchfamily.android.wifi_backend.yml
+++ b/metadata/org.fitchfamily.android.wifi_backend.yml
@@ -11,20 +11,20 @@ Changelog: https://github.com/n76/wifi_backend/blob/HEAD/CHANGELOG.md
Name: LocalWifiNlpBackend
AutoName: WiFi Location Service
Description: |-
- https://f-droid.org/packages/com.google.android.gms backend that uses locally acquired WiFi AP data to
- resolve user location.
+ https://f-droid.org/packages/com.google.android.gms backend that uses locally acquired WiFi AP data to
+ resolve user location.
- This backend consists of two parts sharing a common database. One part passively
- monitors the GPS. If the GPS has acquired and has a good position accuracy, then
- the WiFi APs detected by the phone are stored.
+ This backend consists of two parts sharing a common database. One part passively
+ monitors the GPS. If the GPS has acquired and has a good position accuracy, then
+ the WiFi APs detected by the phone are stored.
- The other part is the actual location provider which uses the database to
- estimate location when the GPS is not available or has not yet gotten its first
- fix. The use of stored WiFi AP can dramatically decrease the GPS time to first
- fix.
+ The other part is the actual location provider which uses the database to
+ estimate location when the GPS is not available or has not yet gotten its first
+ fix. The use of stored WiFi AP can dramatically decrease the GPS time to first
+ fix.
- This backend performs no network data. All data acquired by the phone stays on
- the phone and no queries are made to a centralized AP location provider.
+ This backend performs no network data. All data acquired by the phone stays on
+ the phone and no queries are made to a centralized AP location provider.
RepoType: git
Repo: https://github.com/n76/wifi_backend
@@ -269,7 +269,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'ExtraTranslation' } }" >>
- build.gradle
+ build.gradle
- versionName: 1.1.7
versionCode: 36
diff --git a/metadata/org.flare.app.yml b/metadata/org.flare.app.yml
index 107dfb20fd..cfad6f1852 100644
--- a/metadata/org.flare.app.yml
+++ b/metadata/org.flare.app.yml
@@ -9,14 +9,14 @@ Donate: https://flarerpg.org/faq/#donations
AutoName: FLARE
Description: |-
- Flare (Free Libre Action Roleplaying Engine) is a simple game engine built to
- handle a very specific kind of game: single-player 2D action RPGs.
- Flare is not a reimplementation of an existing game or engine. It is a tribute
- to and exploration of the action RPG genre.
+ Flare (Free Libre Action Roleplaying Engine) is a simple game engine built to
+ handle a very specific kind of game: single-player 2D action RPGs.
+ Flare is not a reimplementation of an existing game or engine. It is a tribute
+ to and exploration of the action RPG genre.
- Android version of Flare requires manual installation of engine data files.
- Instructions on how to install default game called 'The Empyrean Campaign'
- can be found here: https://github.com/flareteam/flare-engine/wiki/Android-Port
+ Android version of Flare requires manual installation of engine data files.
+ Instructions on how to install default game called 'The Empyrean Campaign'
+ can be found here: https://github.com/flareteam/flare-engine/wiki/Android-Port
RepoType: git
Repo: https://github.com/flareteam/flare-engine.git
@@ -54,10 +54,10 @@ Builds:
ndk: r22b
MaintainerNotes: |-
- SDL repo commits were provided by the author and reflect the upstream build environment.
- Scanner complains about binary test data in SDL repos that's safe to scandelete.
- The engine requires data files that can be installed using the following instruction:
- https://github.com/flareteam/flare-engine/wiki/Android-Port
+ SDL repo commits were provided by the author and reflect the upstream build environment.
+ Scanner complains about binary test data in SDL repos that's safe to scandelete.
+ The engine requires data files that can be installed using the following instruction:
+ https://github.com/flareteam/flare-engine/wiki/Android-Port
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.floens.chan.yml b/metadata/org.floens.chan.yml
index 697f0a3d47..08419c2444 100644
--- a/metadata/org.floens.chan.yml
+++ b/metadata/org.floens.chan.yml
@@ -13,10 +13,10 @@ Bitcoin: 1N7VtcNh8L8u4tF9CJ38GjnPbmxM4Vixi6
AutoName: Clover
Description: |-
- Clover is an imageboard browser. Supports 4chan, 8chan and more.
+ Clover is an imageboard browser. Supports 4chan, 8chan and more.
- Features include inline replying, thread watching, notifications, themes, 4chan
- pass support and filters.
+ Features include inline replying, thread watching, notifications, themes, 4chan
+ pass support and filters.
RepoType: git
Repo: https://github.com/chandevel/Clover.git
diff --git a/metadata/org.flyve.inventory.agent.yml b/metadata/org.flyve.inventory.agent.yml
index 4f5916b7e1..cb7b031adc 100644
--- a/metadata/org.flyve.inventory.agent.yml
+++ b/metadata/org.flyve.inventory.agent.yml
@@ -10,25 +10,25 @@ Changelog: https://github.com/flyve-mdm/android-inventory-agent/raw/HEAD/CHANGEL
AutoName: Inventory
Description: |-
- Note: The app id was changed. Please use
- org.glpi.inventory.agent
- instead.
+ Note: The app id was changed. Please use
+ org.glpi.inventory.agent
+ instead.
- This application is the Android inventory agent of the Inventory project.
+ This application is the Android inventory agent of the Inventory project.
- It features a complete inventory of your Android devices: both hardware and
- software informations are collected. You get the data about processor, memory,
- drives, sensors, the list and description of installed application (apk) and
- more.
+ It features a complete inventory of your Android devices: both hardware and
+ software informations are collected. You get the data about processor, memory,
+ drives, sensors, the list and description of installed application (apk) and
+ more.
- Inventory Agent for Android can send inventory to:
+ Inventory Agent for Android can send inventory to:
- * FusionInventory for GLPI 2.3.x and higher
- * OCSInventory NG (ocsng) 1.3.x and 2.x
- * Mandriva Pulse2
+ * FusionInventory for GLPI 2.3.x and higher
+ * OCSInventory NG (ocsng) 1.3.x and 2.x
+ * Mandriva Pulse2
- Inventory agents can also be used with other open sources projects like Uranos
- or Rudder.
+ Inventory agents can also be used with other open sources projects like Uranos
+ or Rudder.
RepoType: git
Repo: https://github.com/flyve-mdm/android-inventory-agent.git
@@ -48,7 +48,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/android:versionName=\"/android:versionName=\"$$VERSION$$/'
- src/main/AndroidManifest.xml
+ src/main/AndroidManifest.xml
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.flyve.mdm.agent.mqtt.yml b/metadata/org.flyve.mdm.agent.mqtt.yml
index 275c766aa4..cfb1cb3b3f 100644
--- a/metadata/org.flyve.mdm.agent.mqtt.yml
+++ b/metadata/org.flyve.mdm.agent.mqtt.yml
@@ -10,50 +10,50 @@ Changelog: https://github.com/flyve-mdm/android-mdm-agent/raw/HEAD/CHANGELOG.md
AutoName: Flyve MDM Agent
Description: |-
- Flyve MDM is an award winning mobile device management software that enables
- organizations manage their entire mobile fleet with ease. Give your IT security
- team a broader visibility to proactively work on security weaknesses and manage
- risk on Apple iOS and Google Android mobile devices.
+ Flyve MDM is an award winning mobile device management software that enables
+ organizations manage their entire mobile fleet with ease. Give your IT security
+ team a broader visibility to proactively work on security weaknesses and manage
+ risk on Apple iOS and Google Android mobile devices.
- Control It!
+ Control It!
- Flyve MDM offers a range of powerful security features in an intuitive web
- interface that allows you to monitor unauthorized behavior and prevent damage of
- your employees, image, brand and public reputation.
+ Flyve MDM offers a range of powerful security features in an intuitive web
+ interface that allows you to monitor unauthorized behavior and prevent damage of
+ your employees, image, brand and public reputation.
- Powerful Features:
+ Powerful Features:
- * Ability to control and configure every device.
- * Remotely erase all content and settings on your device.
- * Remotely lock terminals.
- * Activate remotely encryption.
- * Real-time geolocation.
- * Bluetooth and Wi-Fi connectivity control.
- * Control camera both front and facing.
- * Install and uninstall applications remotely.
- * Set the level of complexity of your passwords.
- * Support to Bring Your Own Devices (BYOD).
+ * Ability to control and configure every device.
+ * Remotely erase all content and settings on your device.
+ * Remotely lock terminals.
+ * Activate remotely encryption.
+ * Real-time geolocation.
+ * Bluetooth and Wi-Fi connectivity control.
+ * Control camera both front and facing.
+ * Install and uninstall applications remotely.
+ * Set the level of complexity of your passwords.
+ * Support to Bring Your Own Devices (BYOD).
- A Safe Context for Employees
+ A Safe Context for Employees
- Make employees comply safety standards in your network, Flyve MDM make it easier
- for the IT team to oversee and control security levels of every device remotely
- without any employee time and effort, it just works.
+ Make employees comply safety standards in your network, Flyve MDM make it easier
+ for the IT team to oversee and control security levels of every device remotely
+ without any employee time and effort, it just works.
- Reduce Leaks
+ Reduce Leaks
- Flyve MDM helps you reduce the risk of sensitive corporate data leaks and loss
- of intellectual property. In case of stolen or lost devices, you can disable and
- wipe information with just one click.
+ Flyve MDM helps you reduce the risk of sensitive corporate data leaks and loss
+ of intellectual property. In case of stolen or lost devices, you can disable and
+ wipe information with just one click.
- Take the proactive approach.
+ Take the proactive approach.
- Try it Now.
+ Try it Now.
- This app uses the Device Administrator permission
+ This app uses the Device Administrator permission
- Note: This is the MQTT flavour of the app that does not depend on Google
- Firebase services.
+ Note: This is the MQTT flavour of the app that does not depend on Google
+ Firebase services.
RepoType: git
Repo: https://github.com/flyve-mdm/android-mdm-agent.git
diff --git a/metadata/org.flyve.mdm.agent.yml b/metadata/org.flyve.mdm.agent.yml
index 3c4803c7ac..35b978d1b1 100644
--- a/metadata/org.flyve.mdm.agent.yml
+++ b/metadata/org.flyve.mdm.agent.yml
@@ -10,50 +10,50 @@ Changelog: https://github.com/flyve-mdm/android-mdm-agent/raw/HEAD/CHANGELOG.md
AutoName: Flyve MDM Agent
Description: |-
- Note: Since version 2.0.0-rc.7 the open-source version of this app has a new ID,
- hence you need to uninstall this one and install https://f-droid.org/packages/org.flyve.mdm.agent.mqtt.
+ Note: Since version 2.0.0-rc.7 the open-source version of this app has a new ID,
+ hence you need to uninstall this one and install https://f-droid.org/packages/org.flyve.mdm.agent.mqtt.
- Flyve MDM is an award winning mobile device management software that enables
- organizations manage their entire mobile fleet with ease. Give your IT security
- team a broader visibility to proactively work on security weaknesses and manage
- risk on Apple iOS and Google Android mobile devices.
+ Flyve MDM is an award winning mobile device management software that enables
+ organizations manage their entire mobile fleet with ease. Give your IT security
+ team a broader visibility to proactively work on security weaknesses and manage
+ risk on Apple iOS and Google Android mobile devices.
- Control It!
+ Control It!
- Flyve MDM offers a range of powerful security features in an intuitive web
- interface that allows you to monitor unauthorized behavior and prevent damage of
- your employees, image, brand and public reputation.
+ Flyve MDM offers a range of powerful security features in an intuitive web
+ interface that allows you to monitor unauthorized behavior and prevent damage of
+ your employees, image, brand and public reputation.
- Powerful Features:
+ Powerful Features:
- * Ability to control and configure every device.
- * Remotely erase all content and settings on your device.
- * Remotely lock terminals.
- * Activate remotely encryption.
- * Real-time geolocation.
- * Bluetooth and Wi-Fi connectivity control.
- * Control camera both front and facing.
- * Install and uninstall applications remotely.
- * Set the level of complexity of your passwords.
- * Support to Bring Your Own Devices (BYOD).
+ * Ability to control and configure every device.
+ * Remotely erase all content and settings on your device.
+ * Remotely lock terminals.
+ * Activate remotely encryption.
+ * Real-time geolocation.
+ * Bluetooth and Wi-Fi connectivity control.
+ * Control camera both front and facing.
+ * Install and uninstall applications remotely.
+ * Set the level of complexity of your passwords.
+ * Support to Bring Your Own Devices (BYOD).
- A Safe Context for Employees
+ A Safe Context for Employees
- Make employees comply safety standards in your network, Flyve MDM make it easier
- for the IT team to oversee and control security levels of every device remotely
- without any employee time and effort, it just works.
+ Make employees comply safety standards in your network, Flyve MDM make it easier
+ for the IT team to oversee and control security levels of every device remotely
+ without any employee time and effort, it just works.
- Reduce Leaks
+ Reduce Leaks
- Flyve MDM helps you reduce the risk of sensitive corporate data leaks and loss
- of intellectual property. In case of stolen or lost devices, you can disable and
- wipe information with just one click.
+ Flyve MDM helps you reduce the risk of sensitive corporate data leaks and loss
+ of intellectual property. In case of stolen or lost devices, you can disable and
+ wipe information with just one click.
- Take the proactive approach.
+ Take the proactive approach.
- Try it Now.
+ Try it Now.
- This app uses the Device Administrator permission
+ This app uses the Device Administrator permission
RepoType: git
Repo: https://github.com/flyve-mdm/android-mdm-agent.git
@@ -80,9 +80,9 @@ Builds:
- yes
MaintainerNotes: |-
- Includes Firebase libraries since 2.0.0-rc.7. There is a Firebase-free flavor
- ("mqtt"), but it adds a suffix to the application ID, so it basically
- introduces a new app.
+ Includes Firebase libraries since 2.0.0-rc.7. There is a Firebase-free flavor
+ ("mqtt"), but it adds a suffix to the application ID, so it basically
+ introduces a new app.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/org.forkgram.messenger.yml b/metadata/org.forkgram.messenger.yml
index 4ba57a326e..9dc20b802b 100644
--- a/metadata/org.forkgram.messenger.yml
+++ b/metadata/org.forkgram.messenger.yml
@@ -1560,6 +1560,6 @@ VercodeOperation:
- '%c - 2'
- '%c - 1'
UpdateCheckData: https://github.com/Forkgram/TelegramAndroid/releases/latest|Version
- code:\s(\d+)|.|releases/tag/([\d.]+)
+ code:\s(\d+)|.|releases/tag/([\d.]+)
CurrentVersion: 9.7.9.0
CurrentVersionCode: 372608
diff --git a/metadata/org.fossasia.badgemagic.yml b/metadata/org.fossasia.badgemagic.yml
index 66b7d79d4a..43799ab489 100644
--- a/metadata/org.fossasia.badgemagic.yml
+++ b/metadata/org.fossasia.badgemagic.yml
@@ -10,9 +10,9 @@ Changelog: https://github.com/fossasia/badge-magic-android/releases
AutoName: Badge Magic
Description: The Badge Magic Android app lets you create scrolling symbols and text
- on LED name badges through Bluetooth. The app provides options to portray names,
- clipart and simple animations on LED badges. For the data transfer from the smartphone
- to the LED badge we use Bluetooth. The project is based on the work of Nilhcem.
+ on LED name badges through Bluetooth. The app provides options to portray names,
+ clipart and simple animations on LED badges. For the data transfer from the smartphone
+ to the LED badge we use Bluetooth. The project is based on the work of Nilhcem.
RepoType: git
Repo: https://github.com/fossasia/badge-magic-android
diff --git a/metadata/org.fossasia.openevent.yml b/metadata/org.fossasia.openevent.yml
index b673d23fa5..e0d77110b3 100644
--- a/metadata/org.fossasia.openevent.yml
+++ b/metadata/org.fossasia.openevent.yml
@@ -12,12 +12,12 @@ Name: FOSSASIA 2017
AutoName: Open Event
Summary: Browse information of FOSSASIA 2017
Description: |-
- Note: This was replaced by the more general https://f-droid.org/packages/com.eventyay.attendee.
+ Note: This was replaced by the more general https://f-droid.org/packages/com.eventyay.attendee.
- This is a companion app for the FOSSASIA 2017 summit
- which will be held at Science Center Singapore for 17th to 19th March. It is
- built upon the Open Event
- framework.
+ This is a companion app for the FOSSASIA 2017 summit
+ which will be held at Science Center Singapore for 17th to 19th March. It is
+ built upon the Open Event
+ framework.
RepoType: git
Repo: https://github.com/fossasia/open-event-android
diff --git a/metadata/org.fossasia.pslab.yml b/metadata/org.fossasia.pslab.yml
index 5c5b886466..bf5ef6541d 100644
--- a/metadata/org.fossasia.pslab.yml
+++ b/metadata/org.fossasia.pslab.yml
@@ -12,13 +12,13 @@ Changelog: https://github.com/fossasia/pslab-android/releases
AutoName: PSLab
Summary: Pocket Science Lab Android interface for PSLab hardware
Description: |-
- Pocket Science Lab hardware device provides an array of sensors for doing
- science and engineering experiments. It provides functions of numerous
- experimental devices such as an oscilloscope, a waveform generator, a frequency
- counter, a programmable voltage & current source and a data logger. This app
- exposes all the functionalities of device along with using Audio Jack as
- Oscilloscope and Wave Generator. The app has built-in support for experiments
- covering areas like electronics, electrical and physics etc.
+ Pocket Science Lab hardware device provides an array of sensors for doing
+ science and engineering experiments. It provides functions of numerous
+ experimental devices such as an oscilloscope, a waveform generator, a frequency
+ counter, a programmable voltage & current source and a data logger. This app
+ exposes all the functionalities of device along with using Audio Jack as
+ Oscilloscope and Wave Generator. The app has built-in support for experiments
+ covering areas like electronics, electrical and physics etc.
RepoType: git
Repo: https://github.com/fossasia/pslab-android
diff --git a/metadata/org.fox.tttrss.yml b/metadata/org.fox.tttrss.yml
index 96d4535546..07ed02e0a5 100644
--- a/metadata/org.fox.tttrss.yml
+++ b/metadata/org.fox.tttrss.yml
@@ -7,12 +7,12 @@ Donate: https://www.patreon.com/cthulhoo
AutoName: Tiny Tiny RSS
Description: |-
- This is a fork of the original Tiny Tiny RSS app for android. Due to
- incompatibility with fdroid this fork was produced. However only a few changes
- where made to allow this app to be distributed on fdroid.
+ This is a fork of the original Tiny Tiny RSS app for android. Due to
+ incompatibility with fdroid this fork was produced. However only a few changes
+ where made to allow this app to be distributed on fdroid.
- Since this version does not need to be bough I highly recommend to donate to the
- original developer.
+ Since this version does not need to be bough I highly recommend to donate to the
+ original developer.
RepoType: git
Repo: https://gitlab.com/derSchabi/tttrsss.git
diff --git a/metadata/org.freeminer.freeminer.yml b/metadata/org.freeminer.freeminer.yml
index 2221ae3c8a..5fe6565175 100644
--- a/metadata/org.freeminer.freeminer.yml
+++ b/metadata/org.freeminer.freeminer.yml
@@ -8,19 +8,19 @@ Changelog: https://github.com/freeminer/freeminer/blob/HEAD/CHANGELOG.md#changel
Name: freeminer
Description: |-
- Fork of https://f-droid.org/packages/net.minetest.minetest, a block sandbox game and a game engine
- inspired by InfiniMiner, Minecraft and the like.
+ Fork of https://f-droid.org/packages/net.minetest.minetest, a block sandbox game and a game engine
+ inspired by InfiniMiner, Minecraft and the like.
- Features:
+ Features:
- * Explore, dig and build in a voxel world, and craft stuff from raw materials to help you along the way.
- * Play with your friends on public servers or self hosted servers
- * Easy plugin based Modding API used to add blocks, tools and features to the game.
- * Voxel based lighting with gameplay consequences (light caves and buildings with torches)
- * Almost infinite world and several beautiful map generators.
- * Runs natively on Windows, Linux, OS X, FreeBSD and Android
- * Supports multiple languages, translated by the community.
- * A constant development to add new functionalities for end-users
+ * Explore, dig and build in a voxel world, and craft stuff from raw materials to help you along the way.
+ * Play with your friends on public servers or self hosted servers
+ * Easy plugin based Modding API used to add blocks, tools and features to the game.
+ * Voxel based lighting with gameplay consequences (light caves and buildings with torches)
+ * Almost infinite world and several beautiful map generators.
+ * Runs natively on Windows, Linux, OS X, FreeBSD and Android
+ * Supports multiple languages, translated by the community.
+ * A constant development to add new functionalities for end-users
RepoType: git
Repo: https://github.com/freeminer/freeminer.git
diff --git a/metadata/org.freshrss.easyrss.yml b/metadata/org.freshrss.easyrss.yml
index cb4b92ec1d..ab41be4111 100644
--- a/metadata/org.freshrss.easyrss.yml
+++ b/metadata/org.freshrss.easyrss.yml
@@ -11,19 +11,19 @@ Changelog: https://raw.githubusercontent.com/Alkarex/EasyRSS/HEAD/CHANGELOG.md
AutoName: EasyRSS
Description: |-
- An Android client for RSS services compatible with Google Reader API, such as
- the open source self-hosted project FreshRSS.
+ An Android client for RSS services compatible with Google Reader API, such as
+ the open source self-hosted project FreshRSS.
- Features:
+ Features:
- * Sync with RSS services compatible with Google Reader API
- * Image downloading for off-line reading
- * Simple swipe between starred/all/unread items
- * Manage starred items
- * View items by tag or subscription
- * State saving & syncing
- * Slide up & down to move between items
- * Font size adjustment
+ * Sync with RSS services compatible with Google Reader API
+ * Image downloading for off-line reading
+ * Simple swipe between starred/all/unread items
+ * Manage starred items
+ * View items by tag or subscription
+ * State saving & syncing
+ * Slide up & down to move between items
+ * Font size adjustment
RepoType: git
Repo: https://github.com/Alkarex/EasyRSS
diff --git a/metadata/org.froscon.schedule.yml b/metadata/org.froscon.schedule.yml
index a13d57300f..ea3fdaebc1 100644
--- a/metadata/org.froscon.schedule.yml
+++ b/metadata/org.froscon.schedule.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/derpeter/FrOSCon/issues
AutoName: FrOSCon
Description: |-
- Schedule for the FrOSCon conference 2014. Shows the
- schedule for the Free and Opensource Software Conference (FrOSCon), which will
- happen on 23. - 24.8.14 for the 9. time.
+ Schedule for the FrOSCon conference 2014. Shows the
+ schedule for the Free and Opensource Software Conference (FrOSCon), which will
+ happen on 23. - 24.8.14 for the 9. time.
RepoType: git
Repo: https://github.com/derpeter/FrOSCon
diff --git a/metadata/org.galexander.sshd.yml b/metadata/org.galexander.sshd.yml
index 2df26f6b3e..dba586f063 100644
--- a/metadata/org.galexander.sshd.yml
+++ b/metadata/org.galexander.sshd.yml
@@ -7,9 +7,9 @@ SourceCode: http://galexander.org/git/simplesshd.git/
AutoName: SimpleSSHD
Description: |-
- SimpleSSHD is a SSH server Android app, based on Dropbear, written by Greg Alexander.
+ SimpleSSHD is a SSH server Android app, based on Dropbear, written by Greg Alexander.
- It allows user access (user ssh) or full root access (by setting the login shell to /system/xbin/su) (if root is allowed).
+ It allows user access (user ssh) or full root access (by setting the login shell to /system/xbin/su) (if root is allowed).
RepoType: git
Repo: http://galexander.org/git/simplesshd.git/
diff --git a/metadata/org.gc.networktester.yml b/metadata/org.gc.networktester.yml
index d0701d94a4..f6d4edf665 100644
--- a/metadata/org.gc.networktester.yml
+++ b/metadata/org.gc.networktester.yml
@@ -6,10 +6,10 @@ SourceCode: http://git.zarb.org/?p=androidnetworktester
AutoName: Network Tester
Description: |-
- Is that open wifi really letting you access the web? Android Network Tester
- quickly validates you're connected to the real web (by downloading a dedicated
- 36 bytes file and checking its content). If the hotspot is actually redirecting
- you to a billing or authentication portal, you'll know instantly.
+ Is that open wifi really letting you access the web? Android Network Tester
+ quickly validates you're connected to the real web (by downloading a dedicated
+ 36 bytes file and checking its content). If the hotspot is actually redirecting
+ you to a billing or authentication portal, you'll know instantly.
RepoType: git
Repo: git://git.zarb.org/androidnetworktester
diff --git a/metadata/org.gege.caldavsyncadapter.yml b/metadata/org.gege.caldavsyncadapter.yml
index 5de661312b..4755f302b7 100644
--- a/metadata/org.gege.caldavsyncadapter.yml
+++ b/metadata/org.gege.caldavsyncadapter.yml
@@ -7,16 +7,16 @@ Changelog: https://github.com/gggard/AndroidCaldavSyncAdapater/releases
AutoName: CalDAV Sync Adapter
Description: |-
- Synchronise your calendar from a caldav calendar server. Fully integrated and
- transparent in Android account management. Two-way synchronisation was
- introduced in version 1.8.
+ Synchronise your calendar from a caldav calendar server. Fully integrated and
+ transparent in Android account management. Two-way synchronisation was
+ introduced in version 1.8.
- You can use your ownCloud server with the following uri scheme:
- http(s)://owncloud_server/remote.php/dav
+ You can use your ownCloud server with the following uri scheme:
+ http(s)://owncloud_server/remote.php/dav
- For baikal, use: http(s)://server/baikal base/cal.php/principals/user_name
+ For baikal, use: http(s)://server/baikal base/cal.php/principals/user_name
- Status: BETA
+ Status: BETA
RepoType: git
Repo: https://github.com/gggard/AndroidCaldavSyncAdapater.git
diff --git a/metadata/org.geometerplus.fbreader.plugin.local_opds_scanner.yml b/metadata/org.geometerplus.fbreader.plugin.local_opds_scanner.yml
index 220573e5a6..a16055f7e8 100644
--- a/metadata/org.geometerplus.fbreader.plugin.local_opds_scanner.yml
+++ b/metadata/org.geometerplus.fbreader.plugin.local_opds_scanner.yml
@@ -11,9 +11,9 @@ Donate: https://fbreader.org/donation/make.php
AutoName: FBReader Calibre connector
Description: |-
- Allows automatic discovery of opds shares made discoverable by zeroconf (avahi,
- Bonjour). FBReader already allows you to add remote OPDS shares e.g.
- https://m.gutenberg.org/ or https://bookserver.revues.org/.
+ Allows automatic discovery of opds shares made discoverable by zeroconf (avahi,
+ Bonjour). FBReader already allows you to add remote OPDS shares e.g.
+ https://m.gutenberg.org/ or https://bookserver.revues.org/.
RepoType: git
Repo: https://github.com/geometer/FBReaderJ-plugin-local-opds-scanner.git
diff --git a/metadata/org.geometerplus.fbreader.plugin.tts.yml b/metadata/org.geometerplus.fbreader.plugin.tts.yml
index 9a2974d5b4..43f5766eff 100644
--- a/metadata/org.geometerplus.fbreader.plugin.tts.yml
+++ b/metadata/org.geometerplus.fbreader.plugin.tts.yml
@@ -12,10 +12,10 @@ Donate: https://fbreader.org/donation/make.php
AutoName: FBReader TTS plugin
Description: |-
- N.B v1.2 is for post Android 3.0 and v1.1 is for pre Android 3.0
+ N.B v1.2 is for post Android 3.0 and v1.1 is for pre Android 3.0
- Adds text to speech functionality to FBReader. It doesn't create a launcher
- entry, but the speech can be activated from FBReader's context menu.
+ Adds text to speech functionality to FBReader. It doesn't create a launcher
+ entry, but the speech can be activated from FBReader's context menu.
RepoType: git
Repo: https://github.com/geometer/FBReaderJ-plugin-tts.git
diff --git a/metadata/org.geometerplus.zlibrary.ui.android.yml b/metadata/org.geometerplus.zlibrary.ui.android.yml
index 8f6683eee8..a9ecf38e29 100644
--- a/metadata/org.geometerplus.zlibrary.ui.android.yml
+++ b/metadata/org.geometerplus.zlibrary.ui.android.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeAdd:
- en-US: App suggests non-libre dictionaries.
- UpstreamNonFree:
- en-US: Some non-free 3rd-party libraries were removed.
+ NonFreeAdd:
+ en-US: App suggests non-libre dictionaries.
+ UpstreamNonFree:
+ en-US: Some non-free 3rd-party libraries were removed.
Categories:
- Reading
License: GPL-2.0-or-later
@@ -17,19 +17,19 @@ Donate: https://fbreader.org/donation/make.php
AutoName: FBReader
Description: |-
- N.BThere are three different apks to cover the different versions of
- Android. Donut covers 1.5-1.6; Froyo covers 2.0-2.3 and Honeycomb covers 3.0+.
- x86 and MIPS are supported natively in all apks.
+ N.BThere are three different apks to cover the different versions of
+ Android. Donut covers 1.5-1.6; Froyo covers 2.0-2.3 and Honeycomb covers 3.0+.
+ x86 and MIPS are supported natively in all apks.
- An e-book reader. Features include the ability to stock up on books from online
- OPDS libraries like Project Gutenberg straight from the app. F-Droid.org has two
- other addon apps that provide text-to-speech functionality and one to support
- local OPDS shares.
+ An e-book reader. Features include the ability to stock up on books from online
+ OPDS libraries like Project Gutenberg straight from the app. F-Droid.org has two
+ other addon apps that provide text-to-speech functionality and one to support
+ local OPDS shares.
- Anti-features: Addons. While there are some addons for this app that are free,
- the dictionaries that are suggested are not. However, it does support
- https://f-droid.org/packages/aarddict.android, as long as that is installed beforehand and you
- choose it via the Dictionary section of the settings.
+ Anti-features: Addons. While there are some addons for this app that are free,
+ the dictionaries that are suggested are not. However, it does support
+ https://f-droid.org/packages/aarddict.android, as long as that is installed beforehand and you
+ choose it via the Dictionary section of the settings.
RepoType: git
Repo: https://github.com/geometer/FBReaderJ.git
@@ -559,23 +559,23 @@ Builds:
ndk: r12b
MaintainerNotes: |-
- * LingvoIntegration and OpenDictionary APIs are non-free. Remove jars and patch
- depending code. Currently done with rm and sed in prebuilds.
- * %v tags are currently targeting gingerbread, but have ressource conflicts
- with target=android-9; they build with target=android-14
- * %v-ics tags are actually based on the yotaphone branch, so we have to
- use raw commits for the ice-cream-sandwich branch (look for "Merge
- branch 'master' into ice-cream-sandwich" after a commit with "version
- => ...")
- * ics branch uses google play, so we have to sed AM.xml and ant files.
- /fbreader/network/ depends on Google Play Services, so these are
- removed and replaced with the master branch which does not depend on
- these.
- * UCM is set to master branch, we don't care for target or device specific
- releases.
+ * LingvoIntegration and OpenDictionary APIs are non-free. Remove jars and patch
+ depending code. Currently done with rm and sed in prebuilds.
+ * %v tags are currently targeting gingerbread, but have ressource conflicts
+ with target=android-9; they build with target=android-14
+ * %v-ics tags are actually based on the yotaphone branch, so we have to
+ use raw commits for the ice-cream-sandwich branch (look for "Merge
+ branch 'master' into ice-cream-sandwich" after a commit with "version
+ => ...")
+ * ics branch uses google play, so we have to sed AM.xml and ant files.
+ /fbreader/network/ depends on Google Play Services, so these are
+ removed and replaced with the master branch which does not depend on
+ these.
+ * UCM is set to master branch, we don't care for target or device specific
+ releases.
- TODO:
- * make gingerbread/master available for android-9!
+ TODO:
+ * make gingerbread/master available for android-9!
ArchivePolicy: 6
AutoUpdateMode: None
diff --git a/metadata/org.gfd.gsmlocation.yml b/metadata/org.gfd.gsmlocation.yml
index 5fd10e4f75..c05322264b 100644
--- a/metadata/org.gfd.gsmlocation.yml
+++ b/metadata/org.gfd.gsmlocation.yml
@@ -9,20 +9,20 @@ IssueTracker: https://github.com/rtreffer/LocalGSMLocationProvider/issues
Name: GSMLocationNlpBackend
AutoName: GSMLocationBackend
Description: |-
- https://f-droid.org/packages/com.google.android.gms backend that uses OpenCellID.
+ https://f-droid.org/packages/com.google.android.gms backend that uses OpenCellID.
- Location calculation is done onboard and works without network connectivity. The
- cell-tower based lookup for your current location is implemented via a included
- binary cell database extracted from OpenCellID.
+ Location calculation is done onboard and works without network connectivity. The
+ cell-tower based lookup for your current location is implemented via a included
+ binary cell database extracted from OpenCellID.
- This "NetworkLocationProvider" works without network connectivity and will never
- post your data anywhere. You are thus encouraged to help OpenCellID to gather
- more cells in order to improve this project.
+ This "NetworkLocationProvider" works without network connectivity and will never
+ post your data anywhere. You are thus encouraged to help OpenCellID to gather
+ more cells in order to improve this project.
- https://f-droid.org/packages/de.enaikoon.android.keypadmapper3 can be used to gather cell information for
- OpenCellID.
+ https://f-droid.org/packages/de.enaikoon.android.keypadmapper3 can be used to gather cell information for
+ OpenCellID.
- Warning: This app drains battery and seems no longer maintained.
+ Warning: This app drains battery and seems no longer maintained.
RepoType: git
Repo: https://github.com/rtreffer/LocalGSMLocationProvider.git
diff --git a/metadata/org.ghostsinthelab.apps.guilelessbopomofo.yml b/metadata/org.ghostsinthelab.apps.guilelessbopomofo.yml
index bb0f890777..d7405a8ad3 100644
--- a/metadata/org.ghostsinthelab.apps.guilelessbopomofo.yml
+++ b/metadata/org.ghostsinthelab.apps.guilelessbopomofo.yml
@@ -332,7 +332,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1' > /dev/null
+ 'cmake;3.18.1' > /dev/null
ndk: r23b
- versionName: 1.7.1
@@ -348,7 +348,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1' > /dev/null
+ 'cmake;3.18.1' > /dev/null
ndk: r22b
- versionName: 1.7.3
@@ -364,7 +364,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1' > /dev/null
+ 'cmake;3.18.1' > /dev/null
ndk: r22b
- versionName: 1.8.0
@@ -380,7 +380,7 @@ Builds:
gradle:
- yes
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'cmake;3.18.1' > /dev/null
+ 'cmake;3.18.1' > /dev/null
ndk: r22b
- versionName: 1.8.2
diff --git a/metadata/org.github.OxygenGuide.yml b/metadata/org.github.OxygenGuide.yml
index 68fe86f797..2a0ad6d158 100644
--- a/metadata/org.github.OxygenGuide.yml
+++ b/metadata/org.github.OxygenGuide.yml
@@ -10,8 +10,8 @@ IssueTracker: https://github.com/nicolas-raoul/OxygenGuide-Android/issues
AutoName: Wikivoyage offline
Summary: Wikivoyage Offline travel guide
Description: |-
- A world travel guide stored on the SD card. Articles are downloaded from
- Wikivoyage.org, the travel wiki. The whole world takes less than 1GB.
+ A world travel guide stored on the SD card. Articles are downloaded from
+ Wikivoyage.org, the travel wiki. The whole world takes less than 1GB.
RepoType: git
Repo: https://github.com/nicolas-raoul/OxygenGuide-Android.git
diff --git a/metadata/org.github.henryquan.animeone.yml b/metadata/org.github.henryquan.animeone.yml
index 0172fa4448..5169098fb1 100644
--- a/metadata/org.github.henryquan.animeone.yml
+++ b/metadata/org.github.henryquan.animeone.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on the AnimeOne website, which is not libre.
+ NonFreeNet:
+ en-US: Depends on the AnimeOne website, which is not libre.
Categories:
- Multimedia
License: MIT
diff --git a/metadata/org.gitorious.jamesjrh.isokeys.yml b/metadata/org.gitorious.jamesjrh.isokeys.yml
index c5e46512d5..0ed04c70e4 100644
--- a/metadata/org.gitorious.jamesjrh.isokeys.yml
+++ b/metadata/org.gitorious.jamesjrh.isokeys.yml
@@ -5,23 +5,23 @@ SourceCode: https://gitorious.org/hexiano/hexiano
AutoName: Hexiano
Description: |-
- Hexiano is an isomorphic musical keyboard. Isomorphic keyboards are about 12
- times easier to learn than the traditional keyboard layout.
+ Hexiano is an isomorphic musical keyboard. Isomorphic keyboards are about 12
+ times easier to learn than the traditional keyboard layout.
- Keyboard layouts supported are:
+ Keyboard layouts supported are:
- * Wicki-Hayden (Jammer)
- * Harmonic Table (Sonome)
- * Janko
+ * Wicki-Hayden (Jammer)
+ * Harmonic Table (Sonome)
+ * Janko
- It turns your Android device into a musical instrument like the Thummer
- (Thumtronics) or AXiS-64 (C-Thru Music). It works best on recent mid- to
- high-end devices with large accurate multitouch screens. Old or low-end devices
- tend to only support 2 simultaneous touches, and are very inaccurate. On slow
- devices, especially with a single-core CPU, it's not responsive while it's
- loading and can take over 20 seconds to load all of the sound samples.
- Unfortunately, the Android sound system likes to hog the single processor core
- while it's doing this.
+ It turns your Android device into a musical instrument like the Thummer
+ (Thumtronics) or AXiS-64 (C-Thru Music). It works best on recent mid- to
+ high-end devices with large accurate multitouch screens. Old or low-end devices
+ tend to only support 2 simultaneous touches, and are very inaccurate. On slow
+ devices, especially with a single-core CPU, it's not responsive while it's
+ loading and can take over 20 seconds to load all of the sound samples.
+ Unfortunately, the Android sound system likes to hog the single processor core
+ while it's doing this.
Builds:
- versionName: 0.82.1 ALPHA
diff --git a/metadata/org.glpi.inventory.agent.yml b/metadata/org.glpi.inventory.agent.yml
index 08ee4cbc58..9ca3d1e6db 100644
--- a/metadata/org.glpi.inventory.agent.yml
+++ b/metadata/org.glpi.inventory.agent.yml
@@ -8,9 +8,9 @@ Changelog: https://github.com/glpi-project/android-inventory-agent/blob/HEAD/CHA
AutoName: GLPI Agent
Description: |-
- The Inventory Agent for Android is part of GLPI Android Inventory Agent project.
- It allows you to collect a complete inventory of your Android device and sent it
- to your management software.
+ The Inventory Agent for Android is part of GLPI Android Inventory Agent project.
+ It allows you to collect a complete inventory of your Android device and sent it
+ to your management software.
RepoType: git
Repo: https://github.com/glpi-project/android-inventory-agent.git
diff --git a/metadata/org.glucosio.android.yml b/metadata/org.glucosio.android.yml
index 130956dd17..67d64c8f76 100644
--- a/metadata/org.glucosio.android.yml
+++ b/metadata/org.glucosio.android.yml
@@ -13,26 +13,26 @@ Changelog: https://gitlab.com/glucosio/glucosio-android/tags
AutoName: Glucosio
Description: |-
- Glucosio is a modern diabetes app for blood glucose, HB1AC, Cholesterol, Blood
- Pressure, Ketones, Body Weight and more. Glucosio diabetes tracker makes it
- quick and easy to track all aspects of your diabetes! Glucosio is the only open
- source diabetes app for both type 1 & type 2 diabetes and entirely free!
+ Glucosio is a modern diabetes app for blood glucose, HB1AC, Cholesterol, Blood
+ Pressure, Ketones, Body Weight and more. Glucosio diabetes tracker makes it
+ quick and easy to track all aspects of your diabetes! Glucosio is the only open
+ source diabetes app for both type 1 & type 2 diabetes and entirely free!
- Features:
+ Features:
- * Quick and easy logging (blood glucose, HB1AC, Cholesterol, Blood Pressure, Ketones, Body Weight etc.)
- * Designed for both type 1 & type 2 diabetes
- * Estimated HbA1c & HbA1c conversion calculator
- * Choose Glucose Target (ADA, NICE, AACE, Custom)
- * Reminders;
- * Daily, weekly and monthly graphs and analysis
- * Assistant gives tips and more
- * Backup to Google Drive and export data to CSV
- * Import from CSV
- * Free support (average response time under 24 hours!)
- * Accesibility features
- * Opt-in to support diabetes research anonymously through the app
- * Support for Android 7.1 shortcuts
+ * Quick and easy logging (blood glucose, HB1AC, Cholesterol, Blood Pressure, Ketones, Body Weight etc.)
+ * Designed for both type 1 & type 2 diabetes
+ * Estimated HbA1c & HbA1c conversion calculator
+ * Choose Glucose Target (ADA, NICE, AACE, Custom)
+ * Reminders;
+ * Daily, weekly and monthly graphs and analysis
+ * Assistant gives tips and more
+ * Backup to Google Drive and export data to CSV
+ * Import from CSV
+ * Free support (average response time under 24 hours!)
+ * Accesibility features
+ * Opt-in to support diabetes research anonymously through the app
+ * Support for Android 7.1 shortcuts
RepoType: git
Repo: https://gitlab.com/glucosio/glucosio-android.git
@@ -103,10 +103,10 @@ Builds:
prebuild: sed -i -e '/gradle/s/2.13/2.14.1/g' ../build.gradle
MaintainerNotes: |-
- Distributing a modified version of the app under the same trademark can
- lead to issues, so avoid it.
+ Distributing a modified version of the app under the same trademark can
+ lead to issues, so avoid it.
- See: https://gitlab.com/glucosio/glucosio-android/issues/219
+ See: https://gitlab.com/glucosio/glucosio-android/issues/219
AutoUpdateMode: None
UpdateCheckMode: Tags ^[0-9.]+-foss$
diff --git a/metadata/org.gmote.client.android.yml b/metadata/org.gmote.client.android.yml
index 1b2ccaa50f..4bde67b9b9 100644
--- a/metadata/org.gmote.client.android.yml
+++ b/metadata/org.gmote.client.android.yml
@@ -6,19 +6,19 @@ SourceCode: https://code.google.com/p/gmote/source
AutoName: Gmote
Description: |-
- Gmote turns Android into a remote control for a computer, allowing users to run
- movies and music at a distance. It supports all of the standard remote control
- features such as play, pause, rewind, volume controls etc. It also has a
- built-in file browser that lets you select what to play. Some typical use-cases
- are people launching and controlling movies while sitting back on their couch,
- or listening to music.
+ Gmote turns Android into a remote control for a computer, allowing users to run
+ movies and music at a distance. It supports all of the standard remote control
+ features such as play, pause, rewind, volume controls etc. It also has a
+ built-in file browser that lets you select what to play. Some typical use-cases
+ are people launching and controlling movies while sitting back on their couch,
+ or listening to music.
- It also has a touch pad feature which allows you to control your mouse from the
- phone, similar to a laptop touchpad (also sending keystrokes typed in on the
- phone to the computer). It's great for sitting back on the couch while watching
- youtube or hulu.
+ It also has a touch pad feature which allows you to control your mouse from the
+ phone, similar to a laptop touchpad (also sending keystrokes typed in on the
+ phone to the computer). It's great for sitting back on the couch while watching
+ youtube or hulu.
- Status: Version 2.0.7 elsewhere exists but there isn't any source
+ Status: Version 2.0.7 elsewhere exists but there isn't any source
Builds:
- versionName: 2.0.2
diff --git a/metadata/org.gnu.emacs.yml b/metadata/org.gnu.emacs.yml
index 6fd94037a7..0555790aa4 100644
--- a/metadata/org.gnu.emacs.yml
+++ b/metadata/org.gnu.emacs.yml
@@ -10,25 +10,25 @@ Changelog: https://git.savannah.gnu.org/cgit/emacs.git/tree/ChangeLog.android?h=
Donate: https://my.fsf.org/donate/
Description: |-
- GNU Emacs is an extensible, customizable, free/libre text
- editor — and more.
+ GNU Emacs is an extensible, customizable, free/libre text
+ editor — and more.
- At its core GNU Emacs is an interpreter for Emacs Lisp, a
- dialect of the Lisp programming language with extensions to
- support text editing.
+ At its core GNU Emacs is an interpreter for Emacs Lisp, a
+ dialect of the Lisp programming language with extensions to
+ support text editing.
- The features of GNU Emacs include:
- * Content-aware editing modes, including syntax coloring, for many file types;
- * Complete built-in documentation, including a tutorial for new users;
- * Full Unicode support for nearly all human scripts;
- * Highly customizable, using Emacs Lisp code or a graphical interface;
- * A wide range of functionality beyond text editing, including a project planner, mail and news reader, debugger interface, calendar, IRC client, and more;
- * A packaging system for downloading and installing extensions.
+ The features of GNU Emacs include:
+ * Content-aware editing modes, including syntax coloring, for many file types;
+ * Complete built-in documentation, including a tutorial for new users;
+ * Full Unicode support for nearly all human scripts;
+ * Highly customizable, using Emacs Lisp code or a graphical interface;
+ * A wide range of functionality beyond text editing, including a project planner, mail and news reader, debugger interface, calendar, IRC client, and more;
+ * A packaging system for downloading and installing extensions.
- Android notes:
- * System keyboard can be invoked by tapping on a non read-only buffer;
- * Permissions are not granted by default, they must be explicitly enabled in system settings menu;
- * Android version of emacs is built without GNUTLS support;
+ Android notes:
+ * System keyboard can be invoked by tapping on a non read-only buffer;
+ * Permissions are not granted by default, they must be explicitly enabled in system settings menu;
+ * Android version of emacs is built without GNUTLS support;
RepoType: git
Repo: git://git.savannah.gnu.org/emacs.git
@@ -43,7 +43,7 @@ Builds:
- apt-get install -y make gcc libncurses-dev autoconf texinfo
output: java/emacs-*.apk
prebuild: sed -i 's/android:versionCode="@emacs_major_version@"/android:versionCode="$$VERCODE$$"/'
- java/AndroidManifest.xml.in
+ java/AndroidManifest.xml.in
scanignore:
- admin/charsets/glibc/*.gz
- build-aux/dir_top
@@ -69,7 +69,7 @@ Builds:
- apt-get install -y make gcc libncurses-dev autoconf texinfo
output: java/emacs-*.apk
prebuild: sed -i 's/android:versionCode="@emacs_major_version@"/android:versionCode="$$VERCODE$$"/'
- java/AndroidManifest.xml.in
+ java/AndroidManifest.xml.in
scanignore:
- admin/charsets/glibc/*.gz
- build-aux/dir_top
@@ -95,7 +95,7 @@ Builds:
- apt-get install -y make gcc libncurses-dev autoconf texinfo
output: java/emacs-*.apk
prebuild: sed -i 's/android:versionCode="@emacs_major_version@"/android:versionCode="$$VERCODE$$"/'
- java/AndroidManifest.xml.in
+ java/AndroidManifest.xml.in
scanignore:
- admin/charsets/glibc/*.gz
- build-aux/dir_top
@@ -121,7 +121,7 @@ Builds:
- apt-get install -y make gcc libncurses-dev autoconf texinfo
output: java/emacs-*.apk
prebuild: sed -i 's/android:versionCode="@emacs_major_version@"/android:versionCode="$$VERCODE$$"/'
- java/AndroidManifest.xml.in
+ java/AndroidManifest.xml.in
scanignore:
- admin/charsets/glibc/*.gz
- build-aux/dir_top
@@ -147,7 +147,7 @@ Builds:
- apt-get install -y make gcc libncurses-dev autoconf texinfo
output: java/emacs-*.apk
prebuild: sed -i 's/android:versionCode="@emacs_major_version@"/android:versionCode="$$VERCODE$$"/'
- java/AndroidManifest.xml.in
+ java/AndroidManifest.xml.in
scanignore:
- admin/charsets/glibc/*.gz
- build-aux/dir_top
@@ -173,7 +173,7 @@ Builds:
- apt-get install -y make gcc libncurses-dev autoconf texinfo
output: java/emacs-*.apk
prebuild: sed -i 's/android:versionCode="@emacs_major_version@"/android:versionCode="$$VERCODE$$"/'
- java/AndroidManifest.xml.in
+ java/AndroidManifest.xml.in
scanignore:
- admin/charsets/glibc/*.gz
- build-aux/dir_top
@@ -199,7 +199,7 @@ Builds:
- apt-get install -y make gcc libncurses-dev autoconf texinfo
output: java/emacs-*.apk
prebuild: sed -i 's/android:versionCode="@emacs_major_version@"/android:versionCode="$$VERCODE$$"/'
- java/AndroidManifest.xml.in
+ java/AndroidManifest.xml.in
scanignore:
- admin/charsets/glibc/*.gz
- build-aux/dir_top
@@ -225,7 +225,7 @@ Builds:
- apt-get install -y make gcc libncurses-dev autoconf texinfo
output: java/emacs-*.apk
prebuild: sed -i 's/android:versionCode="@emacs_major_version@"/android:versionCode="$$VERCODE$$"/'
- java/AndroidManifest.xml.in
+ java/AndroidManifest.xml.in
scanignore:
- admin/charsets/glibc/*.gz
- build-aux/dir_top
@@ -243,32 +243,32 @@ Builds:
ndk: r25b
MaintainerNotes: |-
- Build instructions can be found at:
- https://git.savannah.gnu.org/cgit/emacs.git/tree/INSTALL.android?h=feature/android
+ Build instructions can be found at:
+ https://git.savannah.gnu.org/cgit/emacs.git/tree/INSTALL.android?h=feature/android
- VersionCode is substituted based on versionCode in the
- build section.
- VersionCode is based on versionName with 2 digits for each of
- major version, minor version, patch.
- Three numbers are appended to the end of versionCode, two to account for builds until
- the release of GNU Emacs 30 and one to differentiate builds for each architecture:
+ VersionCode is substituted based on versionCode in the
+ build section.
+ VersionCode is based on versionName with 2 digits for each of
+ major version, minor version, patch.
+ Three numbers are appended to the end of versionCode, two to account for builds until
+ the release of GNU Emacs 30 and one to differentiate builds for each architecture:
- x86 - 0
- armeabi-v7a - 1
- x86_64 - 2
- arm64-v8a - 3
+ x86 - 0
+ armeabi-v7a - 1
+ x86_64 - 2
+ arm64-v8a - 3
- Scangnored files:
- * admin/charsets/glibc/*.gz - contains gzipped charsets which are needed
- for the build;
- * build-aux/dir_top - page for emacs' info system, which contains an ASCII
- control character and falsely reported as binary.
+ Scangnored files:
+ * admin/charsets/glibc/*.gz - contains gzipped charsets which are needed
+ for the build;
+ * build-aux/dir_top - page for emacs' info system, which contains an ASCII
+ control character and falsely reported as binary.
- Scandeleted files:
- * test - contains multiple gzip-compressed files related to tests,
- not needed for the build;
- * etc/e - contains prebuilt terminfo data, which is deleted and built
- again during the build.
+ Scandeleted files:
+ * test - contains multiple gzip-compressed files related to tests,
+ not needed for the build;
+ * etc/e - contains prebuilt terminfo data, which is deleted and built
+ again during the build.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.gnu.icecat.yml b/metadata/org.gnu.icecat.yml
index 2fe694a7c5..926bda6ce7 100644
--- a/metadata/org.gnu.icecat.yml
+++ b/metadata/org.gnu.icecat.yml
@@ -8,9 +8,9 @@ Donate: https://www.fsf.org/about/ways-to-donate/
Name: IceCatMobile
Description: |-
- Browser using the Gecko layout engine to render web pages, which implements
- current and anticipated web standards. This is a free software rebranding of the
- latest Firefox-ESR release.
+ Browser using the Gecko layout engine to render web pages, which implements
+ current and anticipated web standards. This is a free software rebranding of the
+ latest Firefox-ESR release.
RepoType: hg
Repo: https://hg.mozilla.org/releases/mozilla-esr68/
@@ -938,8 +938,8 @@ Builds:
ndk: r19c
MaintainerNotes: |-
- Needs Mercurial (a.k.a. hg) >= 3.5 to clone from Mozilla server.
- Needs host g++ since at least version 52.3
+ Needs Mercurial (a.k.a. hg) >= 3.5 to clone from Mozilla server.
+ Needs host g++ since at least version 52.3
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/org.gnucash.android.yml b/metadata/org.gnucash.android.yml
index f92f6b3396..9d5277efb6 100644
--- a/metadata/org.gnucash.android.yml
+++ b/metadata/org.gnucash.android.yml
@@ -12,14 +12,14 @@ Changelog: https://github.com/codinguser/gnucash-android/blob/HEAD/CHANGELOG.md
AutoName: GnuCash
Summary: Money management
Description: |-
- A companion application for the desktop app GnuCash. It allows you to record
- transactions on-the-go and export them in the OFX format and later import the
- data into GnuCash for the desktop. You can create multiple accounts for
- transactions in GnuCash. You can't open your GnuCash (for desktop) XML files,
- however.
+ A companion application for the desktop app GnuCash. It allows you to record
+ transactions on-the-go and export them in the OFX format and later import the
+ data into GnuCash for the desktop. You can create multiple accounts for
+ transactions in GnuCash. You can't open your GnuCash (for desktop) XML files,
+ however.
- Upstream is now using a bunch of non-free libraries, and intends to use more in
- the future. Chances are this app will not be updated any more.
+ Upstream is now using a bunch of non-free libraries, and intends to use more in
+ the future. Chances are this app will not be updated any more.
RepoType: git
Repo: https://github.com/codinguser/gnucash-android.git
@@ -64,7 +64,7 @@ Builds:
srclibs:
- ActionBarSherlock@4.2.0
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
- versionName: 1.2.0
versionCode: 8
@@ -73,7 +73,7 @@ Builds:
srclibs:
- ActionBarSherlock@4.2.0
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
- versionName: 1.2.2
versionCode: 10
@@ -82,7 +82,7 @@ Builds:
srclibs:
- ActionBarSherlock@4.2.0
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
- versionName: 1.2.3
versionCode: 13
@@ -91,7 +91,7 @@ Builds:
srclibs:
- ActionBarSherlock@4.2.0
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
- versionName: 1.2.4
versionCode: 14
@@ -100,7 +100,7 @@ Builds:
srclibs:
- ActionBarSherlock@4.2.0
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
- versionName: 1.2.7
versionCode: 22
diff --git a/metadata/org.godotengine.editor.v3.yml b/metadata/org.godotengine.editor.v3.yml
index 28175fef4e..e5ecbcaaae 100644
--- a/metadata/org.godotengine.editor.v3.yml
+++ b/metadata/org.godotengine.editor.v3.yml
@@ -8,21 +8,21 @@ IssueTracker: https://github.com/godotengine/godot/issues/
Donate: https://godotengine.org/donate/
Description: |-
- Godot Engine is a feature-packed, cross-platform game engine to create 2D and 3D
- games from a unified interface. It provides a comprehensive set of common tools,
- so that you can focus on making games without having to reinvent the wheel.
+ Godot Engine is a feature-packed, cross-platform game engine to create 2D and 3D
+ games from a unified interface. It provides a comprehensive set of common tools,
+ so that you can focus on making games without having to reinvent the wheel.
- The Android editor is currently in an experimental stage. The UI has not been adapted
- for touch screens yet; using a hardware keyboard and mouse is strongly recommended.
- Currently, android version of godot editor doesn't support exporting projects.
+ The Android editor is currently in an experimental stage. The UI has not been adapted
+ for touch screens yet; using a hardware keyboard and mouse is strongly recommended.
+ Currently, android version of godot editor doesn't support exporting projects.
- This is a 3.x branch of godot engine. It focuses on stability and providing
- maintenance releases for 3.x version of godot engine. For new features
- it's advised to use the 4.x branch.
+ This is a 3.x branch of godot engine. It focuses on stability and providing
+ maintenance releases for 3.x version of godot engine. For new features
+ it's advised to use the 4.x branch.
- Screenshots for projects in asset library are automatically downloaded
- when browsing. They are user-submitted and some of them may be hosted
- on third-party services which may violate your privacy (imgur, etc).
+ Screenshots for projects in asset library are automatically downloaded
+ when browsing. They are user-submitted and some of them may be hosted
+ on third-party services which may violate your privacy (imgur, etc).
RepoType: git
Repo: https://github.com/godotengine/godot
@@ -189,34 +189,34 @@ Builds:
ndk: r23c
MaintainerNotes: |-
- 3.5.x is the last stable release. Starting from 3.6.x many changes from 4.0 branch
- are backported, versionCode is also different.
+ 3.5.x is the last stable release. Starting from 3.6.x many changes from 4.0 branch
+ are backported, versionCode is also different.
- VersionCode is generated at compile time upstream. F-Droid builds correspond
- to upstream version codes with an addition of a single digit at the end to
- differentiate builds for different architecture:
+ VersionCode is generated at compile time upstream. F-Droid builds correspond
+ to upstream version codes with an addition of a single digit at the end to
+ differentiate builds for different architecture:
- x86 - 0
- x86_64 - 1
- armv7 - 2
- arm64v8 - 3
+ x86 - 0
+ x86_64 - 1
+ armv7 - 2
+ arm64v8 - 3
- Starting from 3.6.x editor/build.gradle supports incrementing versionName and versionCode
- via 'editorBuildsNumber` variable. VersionName is incremented, however versionCode is
- replaced by the one from the build, with a digit for different architectures
- (and being identical to the generated one otherwise).
- For future F-Droid builds, editorBuildsNumber should be incremented and
- it should be reflected in versionCode in the build section:
- (with buildNumber = 0, arm64v8 will be 306002003, with buildNumber = 5 it will be
- 306002053 and so on).
+ Starting from 3.6.x editor/build.gradle supports incrementing versionName and versionCode
+ via 'editorBuildsNumber` variable. VersionName is incremented, however versionCode is
+ replaced by the one from the build, with a digit for different architectures
+ (and being identical to the generated one otherwise).
+ For future F-Droid builds, editorBuildsNumber should be incremented and
+ it should be reflected in versionCode in the build section:
+ (with buildNumber = 0, arm64v8 will be 306002003, with buildNumber = 5 it will be
+ 306002053 and so on).
- Scanner complains about `url repoUrl` in app/build.gradle, however it's not a
- maven repo, but a piece of code to add user supplied maven repos when exporting
- a project (not used in the build of android editor itself).
+ Scanner complains about `url repoUrl` in app/build.gradle, however it's not a
+ maven repo, but a piece of code to add user supplied maven repos when exporting
+ a project (not used in the build of android editor itself).
- Upstream also provides android export templates in form of APKs, however, exporting projects
- is currently not supported in the android version of godot editor, so there's no point in
- building them.
+ Upstream also provides android export templates in form of APKs, however, exporting projects
+ is currently not supported in the android version of godot editor, so there's no point in
+ building them.
ArchivePolicy: 12
AutoUpdateMode: None
diff --git a/metadata/org.godotengine.editor.v4.yml b/metadata/org.godotengine.editor.v4.yml
index 2029b78995..abbead7dc0 100644
--- a/metadata/org.godotengine.editor.v4.yml
+++ b/metadata/org.godotengine.editor.v4.yml
@@ -8,21 +8,21 @@ IssueTracker: https://github.com/godotengine/godot/issues/
Donate: https://godotengine.org/donate/
Description: |-
- Godot Engine is a feature-packed, cross-platform game engine to create 2D and 3D
- games from a unified interface. It provides a comprehensive set of common tools,
- so that you can focus on making games without having to reinvent the wheel.
+ Godot Engine is a feature-packed, cross-platform game engine to create 2D and 3D
+ games from a unified interface. It provides a comprehensive set of common tools,
+ so that you can focus on making games without having to reinvent the wheel.
- The Android editor is currently in an experimental stage. The UI has not been adapted
- for touch screens yet; using a hardware keyboard and mouse is strongly recommended.
- Currently, android version of godot editor doesn't support exporting projects.
+ The Android editor is currently in an experimental stage. The UI has not been adapted
+ for touch screens yet; using a hardware keyboard and mouse is strongly recommended.
+ Currently, android version of godot editor doesn't support exporting projects.
- This is a 4.x branch of godot editor. It provides a massive overhaul of the
- engine with many new features. It's advised to use 3.x branch of godot editor
- for stability and compatibility with older godot projects.
+ This is a 4.x branch of godot editor. It provides a massive overhaul of the
+ engine with many new features. It's advised to use 3.x branch of godot editor
+ for stability and compatibility with older godot projects.
- Screenshots for projects in asset library are automatically downloaded
- when browsing. They are user-submitted and some of them may be hosted
- on third-party services which may violate your privacy (imgur, etc).
+ Screenshots for projects in asset library are automatically downloaded
+ when browsing. They are user-submitted and some of them may be hosted
+ on third-party services which may violate your privacy (imgur, etc).
RepoType: git
Repo: https://github.com/godotengine/godot
@@ -189,31 +189,31 @@ Builds:
ndk: r23c
MaintainerNotes: |-
- VersionCode is generated at compile time upstream. F-Droid builds correspond
- to upstream version codes with an addition of a single digit at the end to
- differentiate builds for different architecture:
+ VersionCode is generated at compile time upstream. F-Droid builds correspond
+ to upstream version codes with an addition of a single digit at the end to
+ differentiate builds for different architecture:
- x86 - 0
- x86_64 - 1
- armv7 - 2
- arm64v8 - 3
+ x86 - 0
+ x86_64 - 1
+ armv7 - 2
+ arm64v8 - 3
- editor/build.gradle supports incrementing versionName and versionCode
- via 'editorBuildsNumber` variable. VersionName is incremented, however versionCode is
- replaced by the one from the build, with a digit for different architectures
- (and being identical to the generated one otherwise).
- For future F-Droid builds, editorBuildsNumber should be incremented and
- it should be reflected in versionCode in the build section:
- (with buildNumber = 0, arm64v8 will be 400002003, with buildNumber = 5 it will be
- 400002053 and so on).
+ editor/build.gradle supports incrementing versionName and versionCode
+ via 'editorBuildsNumber` variable. VersionName is incremented, however versionCode is
+ replaced by the one from the build, with a digit for different architectures
+ (and being identical to the generated one otherwise).
+ For future F-Droid builds, editorBuildsNumber should be incremented and
+ it should be reflected in versionCode in the build section:
+ (with buildNumber = 0, arm64v8 will be 400002003, with buildNumber = 5 it will be
+ 400002053 and so on).
- Scanner complains about `url repoUrl` in app/build.gradle, however it's not a
- maven repo, but a piece of code to add user supplied maven repos when exporting
- a project (not used in the build of android editor itself).
+ Scanner complains about `url repoUrl` in app/build.gradle, however it's not a
+ maven repo, but a piece of code to add user supplied maven repos when exporting
+ a project (not used in the build of android editor itself).
- Upstream also provides android export templates in form of APKs, however, exporting projects
- is currently not supported in the android version of godot editor, so there's no point in
- building them.
+ Upstream also provides android export templates in form of APKs, however, exporting projects
+ is currently not supported in the android version of godot editor, so there's no point in
+ building them.
ArchivePolicy: 12
AutoUpdateMode: None
diff --git a/metadata/org.grapentin.apps.exceer.yml b/metadata/org.grapentin.apps.exceer.yml
index e7d1ede51d..af16220940 100644
--- a/metadata/org.grapentin.apps.exceer.yml
+++ b/metadata/org.grapentin.apps.exceer.yml
@@ -9,8 +9,8 @@ Changelog: https://github.com/oaken-source/exceer/releases
AutoName: Exceer
Description: |-
- Exceer is designed to support your bodyweight training workout by enforcing your
- progressions and form.
+ Exceer is designed to support your bodyweight training workout by enforcing your
+ progressions and form.
RepoType: git
Repo: https://github.com/oaken-source/exceer
diff --git a/metadata/org.gringene.colourclock.yml b/metadata/org.gringene.colourclock.yml
index c1f4d26d1b..a103c3673c 100644
--- a/metadata/org.gringene.colourclock.yml
+++ b/metadata/org.gringene.colourclock.yml
@@ -9,18 +9,18 @@ Changelog: https://github.com/gringer/ColourClock/blob/HEAD/CHANGES.md#changelog
AutoName: Colour Clock
Description: |-
- Tell the time with colours that change as they rotate round the clock face.
- Blobs at the end of the hour, minute, and second regions change colours over
- time (red = 12, yellow = 3, green = 6, blue = 9).
+ Tell the time with colours that change as they rotate round the clock face.
+ Blobs at the end of the hour, minute, and second regions change colours over
+ time (red = 12, yellow = 3, green = 6, blue = 9).
- This might help younger children to tell the time without having to know what
- numbers mean (e.g. it's yellow and orange).
+ This might help younger children to tell the time without having to know what
+ numbers mean (e.g. it's yellow and orange).
- A sine-wave second "tick" has also been implemented, as well as fixing the
- minute hand to integer positions. This makes the clock a bit more interesting,
- because each hand tells the time in a different way.
+ A sine-wave second "tick" has also been implemented, as well as fixing the
+ minute hand to integer positions. This makes the clock a bit more interesting,
+ because each hand tells the time in a different way.
- Other apps by this developer: https://f-droid.org/packages/org.gringene.concentricclock
+ Other apps by this developer: https://f-droid.org/packages/org.gringene.concentricclock
RepoType: git
Repo: https://github.com/gringer/ColourClock.git
diff --git a/metadata/org.gringene.concentricclock.yml b/metadata/org.gringene.concentricclock.yml
index 224fc10942..51ca4b6ffd 100644
--- a/metadata/org.gringene.concentricclock.yml
+++ b/metadata/org.gringene.concentricclock.yml
@@ -9,12 +9,12 @@ Changelog: https://github.com/gringer/ConcentricClock/releases
AutoName: Concentric Clock
Description: |-
- This is a clock that uses spinning and growing concentric arcs to tell the time,
- and demonstrates in a dynamic way the factors of 60. The minute hand is
- suggested by the start and end positions of the arcs, while the hour of day is
- shown by the size of the outer arc.
+ This is a clock that uses spinning and growing concentric arcs to tell the time,
+ and demonstrates in a dynamic way the factors of 60. The minute hand is
+ suggested by the start and end positions of the arcs, while the hour of day is
+ shown by the size of the outer arc.
- Other apps by this developer: https://f-droid.org/packages/org.gringene.colourclock
+ Other apps by this developer: https://f-droid.org/packages/org.gringene.colourclock
RepoType: git
Repo: https://github.com/gringer/ConcentricClock.git
diff --git a/metadata/org.handmadeideas.chordreader.yml b/metadata/org.handmadeideas.chordreader.yml
index 71458032ec..e5326fadf0 100644
--- a/metadata/org.handmadeideas.chordreader.yml
+++ b/metadata/org.handmadeideas.chordreader.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on ultimate-guitar.com.
+ NonFreeNet:
+ en-US: Depends on ultimate-guitar.com.
Categories:
- Multimedia
License: WTFPL
@@ -12,8 +12,8 @@ IssueTracker: https://github.com/marcelklehr/chordreader/issues
AutoName: Chord Reader
Description: This simple app allows you to search the web for tabs and chords and
- capture them for display in the app with the ability to store the chords for offline
- usage and transpose them to fit your voice.
+ capture them for display in the app with the ability to store the chords for offline
+ usage and transpose them to fit your voice.
RepoType: git
Repo: https://github.com/marcelklehr/chordreader
diff --git a/metadata/org.hanenoshino.onscripter.yml b/metadata/org.hanenoshino.onscripter.yml
index de68854b5e..1276fcbf11 100644
--- a/metadata/org.hanenoshino.onscripter.yml
+++ b/metadata/org.hanenoshino.onscripter.yml
@@ -10,12 +10,12 @@ IssueTracker: http://onscripter.sourceforge.jp/cgi-bin/kagemai/guest.cgi?project
Name: ONScripter
Description: |-
- Only English ONScripter games are known to be supported. This port uses upstream
- ONScripter engine, but any Android-specific issues should be reported to port
- developer (see source code link).
+ Only English ONScripter games are known to be supported. This port uses upstream
+ ONScripter engine, but any Android-specific issues should be reported to port
+ developer (see source code link).
- Narcissu is a free English game; download the
- linux edition and extract to the sdcard.
+ Narcissu is a free English game; download the
+ linux edition and extract to the sdcard.
RepoType: git
Repo: https://github.com/shinohane/onscripter
diff --git a/metadata/org.happypeng.sumatora.android.sumatoradictionary.yml b/metadata/org.happypeng.sumatora.android.sumatoradictionary.yml
index f5d7768ca1..80859ee701 100644
--- a/metadata/org.happypeng.sumatora.android.sumatoradictionary.yml
+++ b/metadata/org.happypeng.sumatora.android.sumatoradictionary.yml
@@ -10,11 +10,11 @@ IssueTracker: https://github.com/HappyPeng2x/SumatoraDictionary/issues
AutoName: Sumatora
Description: |-
- Sumatora has the following distinctive features:
- * very fast search and display of exact term/term at the beginning/term included
- * bookmarks and bookmark export/import
- * search selected text in applications using contextual menu (or sharing)
- * multilingual search (supports English, German, Russian, Spanish, Dutch, Hungarian, Swedish, Slovenian and French).
+ Sumatora has the following distinctive features:
+ * very fast search and display of exact term/term at the beginning/term included
+ * bookmarks and bookmark export/import
+ * search selected text in applications using contextual menu (or sharing)
+ * multilingual search (supports English, German, Russian, Spanish, Dutch, Hungarian, Swedish, Slovenian and French).
RepoType: git
Repo: https://github.com/HappyPeng2x/SumatoraDictionary
diff --git a/metadata/org.happysanta.gd.yml b/metadata/org.happysanta.gd.yml
index cf1b556dd8..2837c746fb 100644
--- a/metadata/org.happysanta.gd.yml
+++ b/metadata/org.happysanta.gd.yml
@@ -6,16 +6,16 @@ IssueTracker: https://github.com/gch1p/gravitydefied/issues
AutoName: Gravity Defied
Description: |-
- Gravity Defied is an iconic trail racing mobile game. It was originally
- developed by Codebrew Software in 2004 for the J2ME platform.
+ Gravity Defied is an iconic trail racing mobile game. It was originally
+ developed by Codebrew Software in 2004 for the J2ME platform.
- Codebrew launched an Android version of the game in 2012, though it was totally
- remade. This game is a port to Android, trying to change as little as possible
- from the original.
+ Codebrew launched an Android version of the game in 2012, though it was totally
+ remade. This game is a port to Android, trying to change as little as possible
+ from the original.
- This port includes all features of the original Gravity Defied. In addition,
- more than 1000 levels mods made by fans since 2007 have been collected. You can
- install any mod and switch between mods directly from the game menu.
+ This port includes all features of the original Gravity Defied. In addition,
+ more than 1000 levels mods made by fans since 2007 have been collected. You can
+ install any mod and switch between mods directly from the game menu.
RepoType: git
Repo: https://github.com/gch1p/gravitydefied.git
diff --git a/metadata/org.hekmatof.chesswatch.yml b/metadata/org.hekmatof.chesswatch.yml
index e0b189e783..1b319f6182 100644
--- a/metadata/org.hekmatof.chesswatch.yml
+++ b/metadata/org.hekmatof.chesswatch.yml
@@ -10,10 +10,10 @@ Changelog: https://github.com/esahekmat/ChessWatch/releases
AutoName: ChessWatch
Description: |-
- Clock for games like chess. It uses time control method. To use, you should provide time for each
- player as initial time and delay time. After each move the delay time will be
- added to the remaining time of the player.
+ Clock for games like chess. It uses time control method. To use, you should provide time for each
+ player as initial time and delay time. After each move the delay time will be
+ added to the remaining time of the player.
RepoType: git
Repo: https://github.com/esahekmat/ChessWatch
diff --git a/metadata/org.helllabs.android.xmp.yml b/metadata/org.helllabs.android.xmp.yml
index b6a00f1887..dd98787286 100644
--- a/metadata/org.helllabs.android.xmp.yml
+++ b/metadata/org.helllabs.android.xmp.yml
@@ -6,12 +6,12 @@ SourceCode: https://sourceforge.net/p/xmp/xmp-android
AutoName: Xmp Mod Player
Description: |-
- The Extended Module Player, or xmp, is a portable module or chiptune player. Xmp
- plays over 90 mainstream and obscure module formats from Amiga, Atari, Acorn,
- Apple IIgs and PC. All module formats are supported, but external file
- compressors are not. Some examples are provided and can be seen when you browse
- /sdcard/mod from the app and sites that distribute more are listed on the
- website.
+ The Extended Module Player, or xmp, is a portable module or chiptune player. Xmp
+ plays over 90 mainstream and obscure module formats from Amiga, Atari, Acorn,
+ Apple IIgs and PC. All module formats are supported, but external file
+ compressors are not. Some examples are provided and can be seen when you browse
+ /sdcard/mod from the app and sites that distribute more are listed on the
+ website.
RepoType: git
Repo: https://git.code.sf.net/p/xmp/xmp-android.git
@@ -106,7 +106,7 @@ Builds:
- autoconf
- ./configure
prebuild: sed -i 's/android:minSdkVersion=\"3\"/android:minSdkVersion=\"4\"/g;10d'
- AndroidManifest.xml
+ AndroidManifest.xml
target: android-17
buildjni:
- yes
diff --git a/metadata/org.herac.tuxguitar.android.application.yml b/metadata/org.herac.tuxguitar.android.application.yml
index d6482fe2d7..f56da42bd3 100644
--- a/metadata/org.herac.tuxguitar.android.application.yml
+++ b/metadata/org.herac.tuxguitar.android.application.yml
@@ -10,25 +10,25 @@ IssueTracker: https://sourceforge.net/p/tuxguitar/bugs/
Donate: https://tuxguitar.com.ar/donate.html
Description: |-
- TuxGuitar is a multitrack tablature editor and player.
- It can open Guitar Pro and PowerTab files.
+ TuxGuitar is a multitrack tablature editor and player.
+ It can open Guitar Pro and PowerTab files.
- With TuxGuitar, you will be able to compose music using
- the following features:
+ With TuxGuitar, you will be able to compose music using
+ the following features:
- * Tablature editor
- * Score Viewer
- * Autoscroll while playing
- * Note duration management
- * Various effects (bend, slide, vibrato, hammer-on/pull-off)
- * Support for triplets (5,6,7,9,10,11,12)
- * Repeat open, close and alternative endings
- * Time signature management
- * Tempo management
+ * Tablature editor
+ * Score Viewer
+ * Autoscroll while playing
+ * Note duration management
+ * Various effects (bend, slide, vibrato, hammer-on/pull-off)
+ * Support for triplets (5,6,7,9,10,11,12)
+ * Repeat open, close and alternative endings
+ * Time signature management
+ * Tempo management
- Note: this version of TuxGuitar is missing google
- drive functionality as it depends on a proprietary
- library.
+ Note: this version of TuxGuitar is missing google
+ drive functionality as it depends on a proprietary
+ library.
RepoType: git
Repo: https://gitlab.com/f-droid-mirrors/empty.git
@@ -57,12 +57,12 @@ Builds:
- gradle assembleRelease
MaintainerNotes: |-
- Using a dummy repo because svn-type repos are deprecated
- And git-svn is incredibly slow.
+ Using a dummy repo because svn-type repos are deprecated
+ And git-svn is incredibly slow.
- Upstream doesn't have tags or any way to determine the release.
+ Upstream doesn't have tags or any way to determine the release.
- VersionCode is generated from build date, so we instead use our own.
+ VersionCode is generated from build date, so we instead use our own.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.hermit.tricorder.yml b/metadata/org.hermit.tricorder.yml
index 10e2e793b3..e51a7a10eb 100644
--- a/metadata/org.hermit.tricorder.yml
+++ b/metadata/org.hermit.tricorder.yml
@@ -6,10 +6,10 @@ SourceCode: https://gitorious.org/f-droid-mirrors/tricorder
AutoName: Tricorder
Description: |-
- Turns your Android device into a functional thing like what used to be used to
- be on the tv.
+ Turns your Android device into a functional thing like what used to be used to
+ be on the tv.
- Status: Probably the final version, excepting forks.
+ Status: Probably the final version, excepting forks.
Builds:
- versionName: '5.12'
diff --git a/metadata/org.herrlado.ask.languagepack.czech.yml b/metadata/org.herrlado.ask.languagepack.czech.yml
index aa8573b58d..0659e3505c 100644
--- a/metadata/org.herrlado.ask.languagepack.czech.yml
+++ b/metadata/org.herrlado.ask.languagepack.czech.yml
@@ -11,12 +11,12 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=KDYBGNUNMM
Name: 'AnySoftKeyboard: Czech'
AutoName: AnySoftKeyboard - Czech Language Pack
Description: |-
- Czech keyboard layout with dictionary.
+ Czech keyboard layout with dictionary.
- Dictionary comes from AOSP. The source code is in another branch to the default.
+ Dictionary comes from AOSP. The source code is in another branch to the default.
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
RepoType: git
Repo: https://github.com/AnySoftKeyboard/LanguagePack.git
diff --git a/metadata/org.herrlado.ask.languagepack.lithuanian.yml b/metadata/org.herrlado.ask.languagepack.lithuanian.yml
index 2c37985cc3..3d66300da1 100644
--- a/metadata/org.herrlado.ask.languagepack.lithuanian.yml
+++ b/metadata/org.herrlado.ask.languagepack.lithuanian.yml
@@ -11,13 +11,13 @@ IssueTracker: https://github.com/AnySoftKeyboard/LanguagePack/issues
Name: 'AnySoftKeyboard: Lithuanian'
AutoName: AnySoftKeyboard - Lithuanian Language Pack
Description: |-
- Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
- layout from AnySoftKeyboard's Settings->Keyboards menu.
+ Install https://f-droid.org/packages/com.menny.android.anysoftkeyboard first, then select the desired
+ layout from AnySoftKeyboard's Settings->Keyboards menu.
- Utka A. 2009. Dažninis rašytinės lietuvių kalbos žodynas: 1 milijono žodžių
- morfologiškai anotuoto tekstyno pagrindu. Elektroninis leidinys. Kaunas: VDU
- leidykla. Elektroninė prieiga:
- http://donelaitis.vdu.lt/publikacijos/Dazninis_zodynas.pdf
+ Utka A. 2009. Dažninis rašytinės lietuvių kalbos žodynas: 1 milijono žodžių
+ morfologiškai anotuoto tekstyno pagrindu. Elektroninis leidinys. Kaunas: VDU
+ leidykla. Elektroninė prieiga:
+ http://donelaitis.vdu.lt/publikacijos/Dazninis_zodynas.pdf
RepoType: git-svn
Repo: https://softkeyboard.googlecode.com/svn/trunk/LanguagePacks/Lithuanian
diff --git a/metadata/org.herrlado.geofonts.yml b/metadata/org.herrlado.geofonts.yml
index 5935adb911..35b28148a4 100644
--- a/metadata/org.herrlado.geofonts.yml
+++ b/metadata/org.herrlado.geofonts.yml
@@ -7,18 +7,18 @@ IssueTracker: https://github.com/herrlado/GeorgianFonts/issues
AutoName: Georgian Fonts Installer
Description: |-
- Install Georgian fonts if you don't have them already.
+ Install Georgian fonts if you don't have them already.
- Fonts have an AOSP base with added glyphs from
- DejaVu.
- Installation will overwrite the default fonts that you already have and make a
- backup of them.
+ Fonts have an AOSP base with added glyphs from
+ DejaVu.
+ Installation will overwrite the default fonts that you already have and make a
+ backup of them.
- If it doesn't work maybe you don't have S-OFF or are currently using a
- non-default font. Reboot after installation. The suggested log application isn't
- free so use https://f-droid.org/packages/org.jtb.alogcat instead.
+ If it doesn't work maybe you don't have S-OFF or are currently using a
+ non-default font. Reboot after installation. The suggested log application isn't
+ free so use https://f-droid.org/packages/org.jtb.alogcat instead.
- Requires root: Yes. Android fonts are always located in /system
+ Requires root: Yes. Android fonts are always located in /system
RequiresRoot: true
diff --git a/metadata/org.hoi_polloi.android.ringcode.yml b/metadata/org.hoi_polloi.android.ringcode.yml
index 61175d34a1..9629b38ace 100644
--- a/metadata/org.hoi_polloi.android.ringcode.yml
+++ b/metadata/org.hoi_polloi.android.ringcode.yml
@@ -10,14 +10,14 @@ Bitcoin: 18FLvxn8Vgz5DTgVH1kT4DRJoaANpWhqvP
AutoName: RingCode
Description: |-
- If the normal ringtones are silenced, the application will notify incoming calls
- with a Morse code associated with the calling number.
+ If the normal ringtones are silenced, the application will notify incoming calls
+ with a Morse code associated with the calling number.
- The user assigns codes to phone numbers (either directly or based on contact
- info). The list of assignments can be modified (entry activated, deactivated or
- deleted).
+ The user assigns codes to phone numbers (either directly or based on contact
+ info). The list of assignments can be modified (entry activated, deactivated or
+ deleted).
- The user can specify parameters like volume and Morse speed.
+ The user can specify parameters like volume and Morse speed.
RepoType: git
Repo: https://github.com/bfix/ringcode-android
diff --git a/metadata/org.holylobster.nuntius.yml b/metadata/org.holylobster.nuntius.yml
index 4ee6c6e1d2..a3f6f4ee75 100644
--- a/metadata/org.holylobster.nuntius.yml
+++ b/metadata/org.holylobster.nuntius.yml
@@ -8,10 +8,10 @@ Changelog: https://raw.githubusercontent.com/holylobster/nuntius-android/HEAD/NE
AutoName: Nuntius
Description: |-
- Nuntius delivers notifications from your phone or tablet to your computer over
- Bluetooth. To use Nuntius you will need to install a companion tool on your
- computer and pair your phone via Bluetooth. See the README for additional
- information.
+ Nuntius delivers notifications from your phone or tablet to your computer over
+ Bluetooth. To use Nuntius you will need to install a companion tool on your
+ computer and pair your phone via Bluetooth. See the README for additional
+ information.
RepoType: git
Repo: https://github.com/holylobster/nuntius-android
diff --git a/metadata/org.horaapps.leafpic.yml b/metadata/org.horaapps.leafpic.yml
index 36e9817136..0450976c31 100644
--- a/metadata/org.horaapps.leafpic.yml
+++ b/metadata/org.horaapps.leafpic.yml
@@ -8,13 +8,13 @@ Changelog: https://gitlab.com/HoraApps/LeafPic/blob/dev/CHANGELOG.md
AutoName: LeafPic
Description: |-
- Note: This app is no longer developed, https://f-droid.org/packages/com.alienpants.leafpicrevived is a fork that continues development.
+ Note: This app is no longer developed, https://f-droid.org/packages/com.alienpants.leafpicrevived is a fork that continues development.
- Advanced replacement for the default image gallery.
+ Advanced replacement for the default image gallery.
- LeafPic is a fluid, material-designed alternative gallery. It doesn't miss
- any of the main features of a stock gallery, and we also have plans to add more
- useful features.
+ LeafPic is a fluid, material-designed alternative gallery. It doesn't miss
+ any of the main features of a stock gallery, and we also have plans to add more
+ useful features.
RepoType: git
Repo: https://gitlab.com/HoraApps/LeafPic.git
@@ -28,8 +28,8 @@ Builds:
gradle:
- noGPlay
prebuild: sed -i -e '/jcenter/amaven { url "https://jitpack.io" }' -e '/dasar/d'
- -e '/uz.shift/d' -e '/support-v4/acompile "com.github.DASAR:ShiftColorPicker:v0.5@aar"'
- build.gradle
+ -e '/uz.shift/d' -e '/support-v4/acompile "com.github.DASAR:ShiftColorPicker:v0.5@aar"'
+ build.gradle
- versionName: v0.5.9
versionCode: 12
@@ -39,8 +39,8 @@ Builds:
gradle:
- noGPlay
prebuild: sed -i -e '/jcenter/amaven { url "https://jitpack.io" }' -e '/dasar/d'
- -e '/uz.shift/d' -e '/support-v4/acompile "com.github.DASAR:ShiftColorPicker:v0.5@aar"'
- build.gradle
+ -e '/uz.shift/d' -e '/support-v4/acompile "com.github.DASAR:ShiftColorPicker:v0.5@aar"'
+ build.gradle
- versionName: v0.6-beta-1
versionCode: 13
@@ -50,8 +50,8 @@ Builds:
gradle:
- noGPlay
prebuild: sed -i -e '/jcenter/amaven { url "https://jitpack.io" }' -e '/dasar/d'
- -e '/uz.shift/d' -e '/support-v4/acompile "com.github.DASAR:ShiftColorPicker:v0.5@aar"'
- build.gradle
+ -e '/uz.shift/d' -e '/support-v4/acompile "com.github.DASAR:ShiftColorPicker:v0.5@aar"'
+ build.gradle
AutoUpdateMode: None
UpdateCheckMode: Tags ^v[0-9\.]+$
diff --git a/metadata/org.hwyl.sexytopo.yml b/metadata/org.hwyl.sexytopo.yml
index 3065c672fa..7d2b1f8faf 100644
--- a/metadata/org.hwyl.sexytopo.yml
+++ b/metadata/org.hwyl.sexytopo.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/richsmith/sexytopo/issues
AutoName: SexyTopo
Description: |-
- Assists in cave surveying. It interfaces with an automated measuring device (the
- Disto-X) and builds up an accurate model of the cave. It also provides a
- sketching environment for the cave surveyor to fill out the details.
+ Assists in cave surveying. It interfaces with an automated measuring device (the
+ Disto-X) and builds up an accurate model of the cave. It also provides a
+ sketching environment for the cave surveyor to fill out the details.
RepoType: git
Repo: https://github.com/richsmith/sexytopo
diff --git a/metadata/org.hystudio.android.dosbox.yml b/metadata/org.hystudio.android.dosbox.yml
index b684e349cc..949cf85c45 100644
--- a/metadata/org.hystudio.android.dosbox.yml
+++ b/metadata/org.hystudio.android.dosbox.yml
@@ -5,9 +5,9 @@ SourceCode: https://code.google.com/archive/p/adosbox/source
AutoName: aDosBox
Description: |-
- DOSBox is a x86 emulator with Tandy/Hercules/CGA/EGA/VGA/SVGA graphics, sound
- and DOS. It's been designed to run old DOS games under platforms that don't
- support it.
+ DOSBox is a x86 emulator with Tandy/Hercules/CGA/EGA/VGA/SVGA graphics, sound
+ and DOS. It's been designed to run old DOS games under platforms that don't
+ support it.
Builds:
- versionName: 0.2.5
diff --git a/metadata/org.hzontal.tellaFOSS.yml b/metadata/org.hzontal.tellaFOSS.yml
index 550de0752b..4aca35fbc5 100644
--- a/metadata/org.hzontal.tellaFOSS.yml
+++ b/metadata/org.hzontal.tellaFOSS.yml
@@ -26,7 +26,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*' 'assets/cleaninsights.json'
+ 'META-INF/services/*' 'assets/cleaninsights.json'
AllowedAPKSigningKeys: 0f98d162b443e71de141a93aec27c6d5acaa725dba4c3fca97457258c193a729
diff --git a/metadata/org.icasdri.mather.yml b/metadata/org.icasdri.mather.yml
index ce92217631..ca58888376 100644
--- a/metadata/org.icasdri.mather.yml
+++ b/metadata/org.icasdri.mather.yml
@@ -7,19 +7,19 @@ Changelog: https://github.com/icasdri/Mather/releases
AutoName: Mather
Description: |-
- Mather is a powerful, simple-to-use, no BS expression-based computation engine.
- In addition to basic calculator arithmetic, it supports all of the following.
- Powered by Math.js.
+ Mather is a powerful, simple-to-use, no BS expression-based computation engine.
+ In addition to basic calculator arithmetic, it supports all of the following.
+ Powered by Math.js.
- * Variables
- * User-defined functions
- * Easily-accessible math constants, e.g. 'pi'
- * Complex math expression evaluation
- * Trigonometric functions
- * Unit conversions (and more general unit arithmetic)
- * Complex numbers
- * Matrices
- * and more
+ * Variables
+ * User-defined functions
+ * Easily-accessible math constants, e.g. 'pi'
+ * Complex math expression evaluation
+ * Trigonometric functions
+ * Unit conversions (and more general unit arithmetic)
+ * Complex numbers
+ * Matrices
+ * and more
RepoType: git
Repo: https://github.com/icasdri/Mather
diff --git a/metadata/org.ietf.ietfsched.yml b/metadata/org.ietf.ietfsched.yml
index f86ed6e2e1..10e9038d7b 100644
--- a/metadata/org.ietf.ietfsched.yml
+++ b/metadata/org.ietf.ietfsched.yml
@@ -9,9 +9,9 @@ IssueTracker: https://github.com/ietf/ietfsched/issues
AutoName: IETF 117
Description: |-
- The Internet Engineering Task Force (IETF) is a large open international community of network designers, operators, vendors, and researchers concerned with the evolution of the Internet architecture and the smooth operation of the Internet. It is open to any interested individual.
+ The Internet Engineering Task Force (IETF) is a large open international community of network designers, operators, vendors, and researchers concerned with the evolution of the Internet architecture and the smooth operation of the Internet. It is open to any interested individual.
- The actual technical work of the IETF is done in its working groups, which are organized by topic into several areas (e.g., routing, transport, security, etc.). Much of the work is handled via mailing lists. The IETF holds meetings three times per year.
+ The actual technical work of the IETF is done in its working groups, which are organized by topic into several areas (e.g., routing, transport, security, etc.). Much of the work is handled via mailing lists. The IETF holds meetings three times per year.
RepoType: git
Repo: https://github.com/ietf/ietfsched
diff --git a/metadata/org.iilab.openmentoring.yml b/metadata/org.iilab.openmentoring.yml
index 510ceffd8f..31b952941a 100644
--- a/metadata/org.iilab.openmentoring.yml
+++ b/metadata/org.iilab.openmentoring.yml
@@ -11,26 +11,26 @@ Changelog: https://github.com/iilab/openmentoring-mobile/blob/HEAD/CHANGELOG.md#
AutoName: openmentoring-mobile
Description: |-
- This app exists as a part of a digital platform which will provide essential
- digital security information.
+ This app exists as a part of a digital platform which will provide essential
+ digital security information.
- The platform aims to provide:
+ The platform aims to provide:
- * Concise and easy to understand content
- * The ability to browse and search for specific content
- * Adaptive content that supports self-guided learning
- * Selective downloading of content for limited data usage and offline reading
- * Multi-platform access, including older Android versions
- * Anonymous access to content and no identifiable user data
+ * Concise and easy to understand content
+ * The ability to browse and search for specific content
+ * Adaptive content that supports self-guided learning
+ * Selective downloading of content for limited data usage and offline reading
+ * Multi-platform access, including older Android versions
+ * Anonymous access to content and no identifiable user data
- Open Mentoring exists as a learning content delivery system within a broader
- ecosystem of content which includes adapting content and establishing
- partnerships with sources such as: Security in a Box by the Tactical Technology
- Collective, The Umbrella app by Security First, The Story Maker app by Free
- Press Unlimited, Scalio, and the Guardian Project, SSD by the Electronic
- Frontier Foundation, The Digital First Aid Kit by the Digital Defenders
- Partnership, Level Up by Internews, the Panic Button app by iilab, TOTEM by
- Greenhost.
+ Open Mentoring exists as a learning content delivery system within a broader
+ ecosystem of content which includes adapting content and establishing
+ partnerships with sources such as: Security in a Box by the Tactical Technology
+ Collective, The Umbrella app by Security First, The Story Maker app by Free
+ Press Unlimited, Scalio, and the Guardian Project, SSD by the Electronic
+ Frontier Foundation, The Digital First Aid Kit by the Digital Defenders
+ Partnership, Level Up by Internews, the Panic Button app by iilab, TOTEM by
+ Greenhost.
RepoType: git
Repo: https://github.com/iilab/openmentoring-mobile.git
diff --git a/metadata/org.iilab.pb.yml b/metadata/org.iilab.pb.yml
index c141cfcb3d..5500d16e4e 100644
--- a/metadata/org.iilab.pb.yml
+++ b/metadata/org.iilab.pb.yml
@@ -9,11 +9,11 @@ Changelog: https://github.com/PanicInitiative/PanicButton/releases
AutoName: Calculate!
Description: |-
- NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
+ NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
- Set up emergency plans like whom to text in case of intimidation. When in
- danger, rapidly press the power button and the secret alarm gets triggered. The
- app is disguised as a calculator.
+ Set up emergency plans like whom to text in case of intimidation. When in
+ danger, rapidly press the power button and the secret alarm gets triggered. The
+ app is disguised as a calculator.
RepoType: git
Repo: https://github.com/iilab/PanicButton
@@ -60,10 +60,10 @@ Builds:
- find src -type f -print0 | xargs -0 sed -i '/Crashlytics/d'
MaintainerNotes: |-
- Check sed replacement on every release since sed is not meant for XML files.
- Remove it when build server uses maven >= 3.1.1.
+ Check sed replacement on every release since sed is not meant for XML files.
+ Remove it when build server uses maven >= 3.1.1.
- AutoName is correct; a "wrong" name is part of their hiding strategy.
+ AutoName is correct; a "wrong" name is part of their hiding strategy.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.indywidualni.fblite.yml b/metadata/org.indywidualni.fblite.yml
index 2467c4b0cd..ac77695568 100644
--- a/metadata/org.indywidualni.fblite.yml
+++ b/metadata/org.indywidualni.fblite.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Facebook.com.
+ NonFreeNet:
+ en-US: Depends on Facebook.com.
Categories:
- Internet
License: GPL-2.0-or-later
@@ -16,12 +16,12 @@ Bitcoin: 1JUaZytkub2CP5jhRYQDDY6pibqrUUSp2y
AutoName: Face Slim
Description: |-
- Unofficial app built around the mobile Facebook site.
+ Unofficial app built around the mobile Facebook site.
- Face Slim is an unofficial Facebook application for Android devices that
- resembles the Facebook Mobile Web Application before Facebook started removing
- features. FaceSlim is free of spyware, unlike what is built into the official
- Facebook and Facebook Messenger applications.
+ Face Slim is an unofficial Facebook application for Android devices that
+ resembles the Facebook Mobile Web Application before Facebook started removing
+ features. FaceSlim is free of spyware, unlike what is built into the official
+ Facebook and Facebook Messenger applications.
RepoType: git
Repo: https://github.com/indywidualny/FaceSlim
diff --git a/metadata/org.irmacard.cardemu.yml b/metadata/org.irmacard.cardemu.yml
index f2f33b426e..b78be10856 100644
--- a/metadata/org.irmacard.cardemu.yml
+++ b/metadata/org.irmacard.cardemu.yml
@@ -34,7 +34,7 @@ Builds:
- irmagobridge/mock_export
- irmagobridge/structodart
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-28' 'build-tools;28.0.3'
- > /dev/null
+ > /dev/null
build:
- export GOPATH="$PWD/gopath"
- export PATH=$PATH:$GOPATH/bin
@@ -65,7 +65,7 @@ Builds:
- irmagobridge/mock_export
- irmagobridge/structodart
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-28' 'build-tools;28.0.3'
- > /dev/null
+ > /dev/null
build:
- export GOPATH="$PWD/gopath"
- export PATH=$PATH:$GOPATH/bin
@@ -96,7 +96,7 @@ Builds:
- irmagobridge/mock_export
- irmagobridge/structodart
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-28' 'build-tools;28.0.3'
- > /dev/null
+ > /dev/null
build:
- export GOPATH="$PWD/gopath"
- export PATH=$PATH:$GOPATH/bin
@@ -124,7 +124,7 @@ Builds:
- irmagobridge/mock_export
- irmagobridge/structodart
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-28' 'build-tools;28.0.3'
- > /dev/null
+ > /dev/null
build:
- curl -Lso go.tar.gz https://golang.org/dl/go1.17.1.linux-amd64.tar.gz
- echo "dab7d9c34361dc21ec237d584590d72500652e7c909bf082758fb63064fca0ef go.tar.gz"
@@ -161,7 +161,7 @@ Builds:
- irmagobridge/mock_export
- irmagobridge/structodart
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-28' 'build-tools;28.0.3' > /dev/null
+ 'platforms;android-28' 'build-tools;28.0.3' > /dev/null
build:
- curl -Lso go.tar.gz https://golang.org/dl/go1.17.1.linux-amd64.tar.gz
- echo "dab7d9c34361dc21ec237d584590d72500652e7c909bf082758fb63064fca0ef go.tar.gz"
@@ -198,7 +198,7 @@ Builds:
- irmagobridge/mock_export
- irmagobridge/structodart
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-28' 'build-tools;28.0.3' > /dev/null
+ 'platforms;android-28' 'build-tools;28.0.3' > /dev/null
build:
- curl -Lso go.tar.gz https://golang.org/dl/go1.17.1.linux-amd64.tar.gz
- echo "dab7d9c34361dc21ec237d584590d72500652e7c909bf082758fb63064fca0ef go.tar.gz"
@@ -235,7 +235,7 @@ Builds:
- irmagobridge/mock_export
- irmagobridge/structodart
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
+ 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
build:
- curl -Lso go.tar.gz https://go.dev/dl/go1.18.3.linux-amd64.tar.gz
- echo "956f8507b302ab0bb747613695cdae10af99bbd39a90cae522b7c0302cc27245 go.tar.gz"
@@ -271,7 +271,7 @@ Builds:
- irmagobridge/mock_export
- irmagobridge/structodart
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
+ 'platforms;android-32' 'build-tools;32.0.0' > /dev/null
build:
- curl -Lso go.tar.gz https://go.dev/dl/go1.18.3.linux-amd64.tar.gz
- echo "956f8507b302ab0bb747613695cdae10af99bbd39a90cae522b7c0302cc27245 go.tar.gz"
diff --git a/metadata/org.ironrabbit.bhoboard.yml b/metadata/org.ironrabbit.bhoboard.yml
index f1594d90c9..cc1200d6b6 100644
--- a/metadata/org.ironrabbit.bhoboard.yml
+++ b/metadata/org.ironrabbit.bhoboard.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/iamironrabbit/bho/issues
AutoName: Tibetan Keyboard
Description: |-
- Basic Tibetan keyboard; doesn't require special fonts. Good for use with
- https://f-droid.org/packages/org.ironrabbit.
+ Basic Tibetan keyboard; doesn't require special fonts. Good for use with
+ https://f-droid.org/packages/org.ironrabbit.
RepoType: srclib
Repo: Bho
diff --git a/metadata/org.ironrabbit.yml b/metadata/org.ironrabbit.yml
index 6802f92da4..23e1bbf3a6 100644
--- a/metadata/org.ironrabbit.yml
+++ b/metadata/org.ironrabbit.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/iamironrabbit/bho/issues
AutoName: Tibetan Pad
Description: |-
- View any Tibetan text or webpage by using the "Share Via" feature of other apps
- like Browser, Email or Messaging: even if your device doesn't have the fonts.
- Text can be edited with a Tibetan keyboard like https://f-droid.org/packages/org.ironrabbit.bhoboard.
+ View any Tibetan text or webpage by using the "Share Via" feature of other apps
+ like Browser, Email or Messaging: even if your device doesn't have the fonts.
+ Text can be edited with a Tibetan keyboard like https://f-droid.org/packages/org.ironrabbit.bhoboard.
RepoType: srclib
Repo: Bho
diff --git a/metadata/org.isoron.uhabits.yml b/metadata/org.isoron.uhabits.yml
index 90fb2a119b..b1fc97a24d 100644
--- a/metadata/org.isoron.uhabits.yml
+++ b/metadata/org.isoron.uhabits.yml
@@ -12,19 +12,19 @@ Changelog: https://github.com/iSoron/uhabits/blob/HEAD/CHANGELOG.md
Name: Loop Habit Tracker
AutoName: Habits
Description: |-
- Loop is a simple app that helps you create and maintain good habits, allowing
- you to achieve your long-term goals. Detailed graphs and statistics show you how
- your habits improved over time.
+ Loop is a simple app that helps you create and maintain good habits, allowing
+ you to achieve your long-term goals. Detailed graphs and statistics show you how
+ your habits improved over time.
- Features
+ Features
- * Simple, beautiful and modern interface: Loop has a minimalistic interface that is easy to use and follows the material design guidelines.
- * Habit score: In addition to showing your current streak, Loop has an advanced algorithm for calculating the strength of your habits. Every repetition makes your habit stronger, and every missed day makes it weaker. A few missed days after a long streak, however, will not completely destroy your entire progress.
- * Detailed graphs and statistics: Clearly see how your habits improved over time with beautiful and detailed graphs. Scroll back to see the complete history of your habits.
- * Flexible schedules: Supports both daily habits and habits with more complex schedules, such as 3 times every week; one time every other week; or every other day.
- * Reminders: Create an individual reminder for each habit, at a chosen hour of the day. Easily check, dismiss or snooze your habit directly from the notification, without opening the app.
+ * Simple, beautiful and modern interface: Loop has a minimalistic interface that is easy to use and follows the material design guidelines.
+ * Habit score: In addition to showing your current streak, Loop has an advanced algorithm for calculating the strength of your habits. Every repetition makes your habit stronger, and every missed day makes it weaker. A few missed days after a long streak, however, will not completely destroy your entire progress.
+ * Detailed graphs and statistics: Clearly see how your habits improved over time with beautiful and detailed graphs. Scroll back to see the complete history of your habits.
+ * Flexible schedules: Supports both daily habits and habits with more complex schedules, such as 3 times every week; one time every other week; or every other day.
+ * Reminders: Create an individual reminder for each habit, at a chosen hour of the day. Easily check, dismiss or snooze your habit directly from the notification, without opening the app.
- Screenshots
+ Screenshots
RepoType: git
Repo: https://github.com/iSoron/uhabits/
diff --git a/metadata/org.itishka.pointim.yml b/metadata/org.itishka.pointim.yml
index 144ffc3528..d4fc71b4ee 100644
--- a/metadata/org.itishka.pointim.yml
+++ b/metadata/org.itishka.pointim.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Point.im itself is non-libre.
+ NonFreeNet:
+ en-US: Point.im itself is non-libre.
Categories:
- Internet
License: GPL-3.0-only
diff --git a/metadata/org.itxtech.daedalus.yml b/metadata/org.itxtech.daedalus.yml
index 9cb8ff788b..2d15a6238e 100644
--- a/metadata/org.itxtech.daedalus.yml
+++ b/metadata/org.itxtech.daedalus.yml
@@ -22,7 +22,7 @@ Builds:
gradle:
- pure
prebuild: sed -i -e '/maven {/,+2d' -e '/google-services/d' -e '/io.fabric/d'
- build.gradle ../build.gradle
+ build.gradle ../build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.jak_linux.dns66.yml b/metadata/org.jak_linux.dns66.yml
index 41cf79cfb9..98c8cca5bc 100644
--- a/metadata/org.jak_linux.dns66.yml
+++ b/metadata/org.jak_linux.dns66.yml
@@ -11,19 +11,19 @@ Changelog: https://github.com/julian-klode/dns66/releases
AutoName: DNS66
Description: |-
- DNS66 allows blocking host names via DNS. This can be used for ad blocking. It
- also allows other DNS servers to be added, for more privacy.
+ DNS66 allows blocking host names via DNS. This can be used for ad blocking. It
+ also allows other DNS servers to be added, for more privacy.
- Compared to AdBlock Plus, this works without proxy stuff; and it also does not
- require root, like AdAway does: DNS66 establishes a VPN interface, and redirects
- DNS server traffic to it. The VPN interface filters the traffic, only allowing
- queries for hosts that are not blacklisted.
+ Compared to AdBlock Plus, this works without proxy stuff; and it also does not
+ require root, like AdAway does: DNS66 establishes a VPN interface, and redirects
+ DNS server traffic to it. The VPN interface filters the traffic, only allowing
+ queries for hosts that are not blacklisted.
- A host (list) can be configured as allow, deny, or ignore. A later entry in the
- list overrides a previous entry.
+ A host (list) can be configured as allow, deny, or ignore. A later entry in the
+ list overrides a previous entry.
- Custom DNS Servers can be configured as well, using the same UI, but no
- differentiation is made between ignored and denied servers.
+ Custom DNS Servers can be configured as well, using the same UI, but no
+ differentiation is made between ignored and denied servers.
RepoType: git
Repo: https://github.com/julian-klode/dns66
diff --git a/metadata/org.jamienicol.episodes.yml b/metadata/org.jamienicol.episodes.yml
index 9183e15c6a..f5784a8804 100644
--- a/metadata/org.jamienicol.episodes.yml
+++ b/metadata/org.jamienicol.episodes.yml
@@ -9,11 +9,11 @@ Bitcoin: 149XkMSs84ZyzNMqiQeJLt5DbPru16amwA
AutoName: Episodes
Description: |-
- Keep track of which episodes you've watched of your favourite TV shows. The data
- is sourced from TheTVDB.com, the content of which is
- licensed under CC-BY-NC.
+ Keep track of which episodes you've watched of your favourite TV shows. The data
+ is sourced from TheTVDB.com, the content of which is
+ licensed under CC-BY-NC.
- Note: This app is no longer maintained.
+ Note: This app is no longer maintained.
RepoType: git
Repo: https://github.com/jamienicol/episodes
diff --git a/metadata/org.janb.shoppinglist.yml b/metadata/org.janb.shoppinglist.yml
index cf05c8f735..8d7c790041 100644
--- a/metadata/org.janb.shoppinglist.yml
+++ b/metadata/org.janb.shoppinglist.yml
@@ -6,17 +6,17 @@ IssueTracker: https://github.com/GroundApps/ShoppingList/issues
AutoName: ShoppingList
Description: |-
- Helps to keep a shoppinglist synchronized among multiple people. Please remember
- to keep the backend updated.
+ Helps to keep a shoppinglist synchronized among multiple people. Please remember
+ to keep the backend updated.
- Features:
+ Features:
- * Basic cached version in case of connection loss
- * Tap to mark to delete
- * Longtap to edit item
- * Quick add for favorites
- * Material Design
- * The PHP & MySql backend is available here
+ * Basic cached version in case of connection loss
+ * Tap to mark to delete
+ * Longtap to edit item
+ * Quick add for favorites
+ * Material Design
+ * The PHP & MySql backend is available here
RepoType: git
Repo: https://github.com/GroundApps/ShoppingList
diff --git a/metadata/org.jessies.dalvikexplorer.yml b/metadata/org.jessies.dalvikexplorer.yml
index f43070cddb..c3b6bcb862 100644
--- a/metadata/org.jessies.dalvikexplorer.yml
+++ b/metadata/org.jessies.dalvikexplorer.yml
@@ -6,10 +6,10 @@ SourceCode: https://code.google.com/p/enh/source
AutoName: Dalvik Explorer
Description: |-
- Find out what Java system properties, environment variables,
- java.nio.charset.Charsets, java.util.Locales, or java.util.TimeZones are
- available to your app on a specific device. (Also useful for debugging problems
- users in other territories are experiencing.)
+ Find out what Java system properties, environment variables,
+ java.nio.charset.Charsets, java.util.Locales, or java.util.TimeZones are
+ available to your app on a specific device. (Also useful for debugging problems
+ users in other territories are experiencing.)
Builds:
- versionName: '3.3'
diff --git a/metadata/org.jfedor.frozenbubble.yml b/metadata/org.jfedor.frozenbubble.yml
index bfaa333538..00d4a2d374 100644
--- a/metadata/org.jfedor.frozenbubble.yml
+++ b/metadata/org.jfedor.frozenbubble.yml
@@ -7,8 +7,8 @@ IssueTracker: https://github.com/videogameboy76/frozenbubbleandroid/issues
AutoName: Frozen Bubble
Description: |-
- A bubble shooting game. Knock the bubbles down by forming clusters of three or
- more bubbles.
+ A bubble shooting game. Knock the bubbles down by forming clusters of three or
+ more bubbles.
RepoType: git
Repo: https://github.com/videogameboy76/frozenbubbleandroid
@@ -117,7 +117,7 @@ Builds:
versionCode: 25
commit: '76'
prebuild: sed -i '/adsOn/s/true/false/g' src/com/efortin/frozenbubble/PreferencesActivity.java
- src/org/jfedor/frozenbubble/FrozenBubble.java
+ src/org/jfedor/frozenbubble/FrozenBubble.java
buildjni:
- yes
ndk: r12b
@@ -126,7 +126,7 @@ Builds:
versionCode: 27
commit: '88'
prebuild: sed -i '/adsOn/s/true/false/g' src/com/efortin/frozenbubble/PreferencesActivity.java
- src/org/jfedor/frozenbubble/FrozenBubble.java
+ src/org/jfedor/frozenbubble/FrozenBubble.java
buildjni:
- yes
ndk: r12b
@@ -135,7 +135,7 @@ Builds:
versionCode: 31
commit: '93'
prebuild: sed -i '/adsOn/s/true/false/g' src/com/efortin/frozenbubble/PreferencesActivity.java
- src/org/jfedor/frozenbubble/FrozenBubble.java
+ src/org/jfedor/frozenbubble/FrozenBubble.java
buildjni:
- yes
ndk: r12b
@@ -144,7 +144,7 @@ Builds:
versionCode: 35
commit: '100'
prebuild: sed -i '/adsOn/s/true/false/g' src/com/efortin/frozenbubble/PreferencesActivity.java
- src/org/jfedor/frozenbubble/FrozenBubble.java
+ src/org/jfedor/frozenbubble/FrozenBubble.java
buildjni:
- yes
ndk: r12b
@@ -153,7 +153,7 @@ Builds:
versionCode: 36
commit: '101'
prebuild: sed -i '/adsOn/s/true/false/g' src/com/efortin/frozenbubble/PreferencesActivity.java
- src/org/jfedor/frozenbubble/FrozenBubble.java
+ src/org/jfedor/frozenbubble/FrozenBubble.java
buildjni:
- yes
ndk: r12b
@@ -162,7 +162,7 @@ Builds:
versionCode: 37
commit: '103'
prebuild: sed -i '/adsOn/s/true/false/g' src/com/efortin/frozenbubble/PreferencesActivity.java
- src/org/jfedor/frozenbubble/FrozenBubble.java
+ src/org/jfedor/frozenbubble/FrozenBubble.java
buildjni:
- yes
ndk: r12b
@@ -171,7 +171,7 @@ Builds:
versionCode: 38
commit: '109'
prebuild: sed -i '/adsOn/s/true/false/g' src/com/efortin/frozenbubble/PreferencesActivity.java
- src/org/jfedor/frozenbubble/FrozenBubble.java
+ src/org/jfedor/frozenbubble/FrozenBubble.java
buildjni:
- yes
ndk: r12b
@@ -180,7 +180,7 @@ Builds:
versionCode: 39
commit: eb8033969197077a4f5f08f4522b435d540c770a
prebuild: sed -i '/adsOn/s/true/false/g' src/com/efortin/frozenbubble/PreferencesActivity.java
- src/org/jfedor/frozenbubble/FrozenBubble.java
+ src/org/jfedor/frozenbubble/FrozenBubble.java
buildjni:
- yes
ndk: r12b
@@ -189,7 +189,7 @@ Builds:
versionCode: 41
commit: e8ebd0a3bde5cff9fba0b1d43fa802e34e68ec65
prebuild: sed -i '/adsOn/s/true/false/g' src/com/efortin/frozenbubble/PreferencesActivity.java
- src/org/jfedor/frozenbubble/FrozenBubble.java
+ src/org/jfedor/frozenbubble/FrozenBubble.java
buildjni:
- yes
ndk: r12b
@@ -198,7 +198,7 @@ Builds:
versionCode: 42
commit: 331deaace7d3a6a2a16bfffa06cee99b25a0c0d5
prebuild: sed -i '/adsOn/s/true/false/g' src/com/efortin/frozenbubble/PreferencesActivity.java
- src/org/jfedor/frozenbubble/FrozenBubble.java
+ src/org/jfedor/frozenbubble/FrozenBubble.java
buildjni:
- yes
ndk: r12b
@@ -207,7 +207,7 @@ Builds:
versionCode: 43
commit: 178b2fe3d4db6f3bd54e1fbfd43ba5ee43717717
prebuild: sed -i '/adsOn/s/true/false/g' src/com/efortin/frozenbubble/PreferencesActivity.java
- src/org/jfedor/frozenbubble/FrozenBubble.java
+ src/org/jfedor/frozenbubble/FrozenBubble.java
buildjni:
- yes
ndk: r12b
@@ -216,7 +216,7 @@ Builds:
versionCode: 44
commit: 7af146c925099c92fc7b5888efffd730bc22d161
prebuild: sed -i '/adsOn/s/true/false/g' src/com/efortin/frozenbubble/PreferencesActivity.java
- src/org/jfedor/frozenbubble/FrozenBubble.java
+ src/org/jfedor/frozenbubble/FrozenBubble.java
buildjni:
- yes
ndk: r12b
@@ -225,7 +225,7 @@ Builds:
versionCode: 45
commit: cbbfa449d66c512598e80be6afd0bce94ee43fcb
prebuild: sed -i '/adsOn/s/true/false/g' src/com/efortin/frozenbubble/PreferencesActivity.java
- src/org/jfedor/frozenbubble/FrozenBubble.java
+ src/org/jfedor/frozenbubble/FrozenBubble.java
buildjni:
- yes
ndk: r12b
@@ -234,7 +234,7 @@ Builds:
versionCode: 46
commit: 18b29082ebdaaa88b2cafdc094f7a5d4cb226139
prebuild: sed -i '/adsOn/s/true/false/g' src/com/efortin/frozenbubble/PreferencesActivity.java
- src/org/jfedor/frozenbubble/FrozenBubble.java
+ src/org/jfedor/frozenbubble/FrozenBubble.java
buildjni:
- yes
ndk: r12b
@@ -243,7 +243,7 @@ Builds:
versionCode: 47
commit: 58cc343d14a4f9c04cfd12d53c4b3b9c586af061
prebuild: sed -i '/adsOn/s/true/false/g' src/com/efortin/frozenbubble/PreferencesActivity.java
- src/org/jfedor/frozenbubble/FrozenBubble.java
+ src/org/jfedor/frozenbubble/FrozenBubble.java
buildjni:
- yes
ndk: r12b
@@ -252,7 +252,7 @@ Builds:
versionCode: 48
commit: cf4754888ef196d3ab30f73d4a3c0d24fd4d4b42
prebuild: sed -i '/adsOn/s/true/false/g' src/com/efortin/frozenbubble/PreferencesActivity.java
- src/org/jfedor/frozenbubble/FrozenBubble.java
+ src/org/jfedor/frozenbubble/FrozenBubble.java
buildjni:
- yes
ndk: r12b
@@ -261,7 +261,7 @@ Builds:
versionCode: 49
commit: da75b318675ec8b4711c76834d004926f02650c9
prebuild: sed -i '/adsOn/s/true/false/g' src/com/efortin/frozenbubble/PreferencesActivity.java
- src/org/jfedor/frozenbubble/FrozenBubble.java
+ src/org/jfedor/frozenbubble/FrozenBubble.java
buildjni:
- yes
ndk: r12b
@@ -270,7 +270,7 @@ Builds:
versionCode: 50
commit: d1c0367b0cab14315ec336cf47773b3694aee193
prebuild: sed -i '/adsOn/s/true/false/g' src/com/efortin/frozenbubble/PreferencesActivity.java
- src/org/jfedor/frozenbubble/FrozenBubble.java
+ src/org/jfedor/frozenbubble/FrozenBubble.java
buildjni:
- yes
ndk: r12b
@@ -279,7 +279,7 @@ Builds:
versionCode: 51
commit: 68bda6f6dac5d677f305aa622c61f7991d26886b
prebuild: sed -i '/adsOn/s/true/false/g' src/com/efortin/frozenbubble/PreferencesActivity.java
- src/org/jfedor/frozenbubble/FrozenBubble.java
+ src/org/jfedor/frozenbubble/FrozenBubble.java
target: android-14
buildjni:
- yes
diff --git a/metadata/org.jfedor.nxtremotecontrol.yml b/metadata/org.jfedor.nxtremotecontrol.yml
index 0e21e5f83e..c57d0b6a8f 100644
--- a/metadata/org.jfedor.nxtremotecontrol.yml
+++ b/metadata/org.jfedor.nxtremotecontrol.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/jfedor2/nxt-remote-control/issues
AutoName: NXT Remote Control
Description: |-
- Lets you control Lego Mindstorms NXT robots from an Android phone via Bluetooth.
+ Lets you control Lego Mindstorms NXT robots from an Android phone via Bluetooth.
- Protocol is documented on Lego website.
+ Protocol is documented on Lego website.
- The official MINDdroid app is
- also free software.
+ The official MINDdroid app is
+ also free software.
RepoType: git
Repo: https://github.com/jfedor2/nxt-remote-control
diff --git a/metadata/org.jfet.batsHIIT.yml b/metadata/org.jfet.batsHIIT.yml
index bfc51d206e..26aa4331d2 100644
--- a/metadata/org.jfet.batsHIIT.yml
+++ b/metadata/org.jfet.batsHIIT.yml
@@ -9,62 +9,62 @@ IssueTracker: https://github.com/kwantam/batsHIIT/issues
AutoName: Bats! HIIT
Description: |-
- Bats! HIIT is a simple but useful High Intensity Interval Training timer.
+ Bats! HIIT is a simple but useful High Intensity Interval Training timer.
- Workout structure
+ Workout structure
- A HIIT workout with Bats! HIIT comprises a sequence of alternating rest (warm
- up/cool down) intervals and work blocks. For example, a workout with two workout
- blocks will look like
+ A HIIT workout with Bats! HIIT comprises a sequence of alternating rest (warm
+ up/cool down) intervals and work blocks. For example, a workout with two workout
+ blocks will look like
- 1) warm up 2) block #1 3) rest 4) block #2 5)cool down
+ 1) warm up 2) block #1 3) rest 4) block #2 5)cool down
- Bats! HIIT always inserts rest intervals between blocks, and always includes a
- warm up and cool down interval.
+ Bats! HIIT always inserts rest intervals between blocks, and always includes a
+ warm up and cool down interval.
- The length of the rest interval is configurable. By default, it is 60 seconds.
+ The length of the rest interval is configurable. By default, it is 60 seconds.
- Block structure
+ Block structure
- A block is a series of work/break interval pairs; each work interval has a
- corresponding break interval. For example, you might configure Bats! HIIT to
- include 4 work intervals per block, with a 50 second work interval and 10 second
- break. Such a block would take 4 minutes.
+ A block is a series of work/break interval pairs; each work interval has a
+ corresponding break interval. For example, you might configure Bats! HIIT to
+ include 4 work intervals per block, with a 50 second work interval and 10 second
+ break. Such a block would take 4 minutes.
- Audio and visual cues
+ Audio and visual cues
- Bats! HIIT always gives a warning consisting of 4 short chirps when you're about
- to transition to a new interval. Every work interval begins with a single
- high-pitched beep; break intervals begin with a descending, two-tone beep. Rest
- intervals do not have an initial beep.
+ Bats! HIIT always gives a warning consisting of 4 short chirps when you're about
+ to transition to a new interval. Every work interval begins with a single
+ high-pitched beep; break intervals begin with a descending, two-tone beep. Rest
+ intervals do not have an initial beep.
- During work intervals, your phone's screen will be green. In breaks, the screen
- will turn yellow. Rest is indicated by a red background. Your phone will also
- tell you how long is left in the present sub-interval and how many work/break
- pairs and blocks remain.
+ During work intervals, your phone's screen will be green. In breaks, the screen
+ will turn yellow. Rest is indicated by a red background. Your phone will also
+ tell you how long is left in the present sub-interval and how many work/break
+ pairs and blocks remain.
- Screen lock
+ Screen lock
- When you're exercising, you want to be able to see your progress without
- unlocking your screen. Bats! HIIT prevents your screen from turning off, though
- it does allow it to dim for power savings. This lets you know at a glance how
- you're doing. Save/recall workout
+ When you're exercising, you want to be able to see your progress without
+ unlocking your screen. Bats! HIIT prevents your screen from turning off, though
+ it does allow it to dim for power savings. This lets you know at a glance how
+ you're doing. Save/recall workout
- You can save/recall/delete stored workouts. "Last workout" is automatically
- created whenever you do a workout, and is restored when the app is next started.
+ You can save/recall/delete stored workouts. "Last workout" is automatically
+ created whenever you do a workout, and is restored when the app is next started.
- Pause workout
+ Pause workout
- If Bats! HIIT loses focus during a workout, your workout will be paused and will
- resume when Bats! HIIT resumes. Delay locked loop
+ If Bats! HIIT loses focus during a workout, your workout will be paused and will
+ resume when Bats! HIIT resumes. Delay locked loop
- To ensure that your workout is accurately timed, Bats! HIIT implements a
- feedback system called a delay-locked loop. Every second, when Bats! HIIT wakes
- up to update the timer readout, it measures how long it was actually asleep and
- adjusts future delay intervals to hit the target 1-second sleep interval. In
- practice, this reduces short-term timing errors from more than 5% to about 0.2%;
- since the error is integrated over the life of your workout, the overall
- accuracy is two to three orders of magnitude better than the short-term errors.
+ To ensure that your workout is accurately timed, Bats! HIIT implements a
+ feedback system called a delay-locked loop. Every second, when Bats! HIIT wakes
+ up to update the timer readout, it measures how long it was actually asleep and
+ adjusts future delay intervals to hit the target 1-second sleep interval. In
+ practice, this reduces short-term timing errors from more than 5% to about 0.2%;
+ since the error is integrated over the life of your workout, the overall
+ accuracy is two to three orders of magnitude better than the short-term errors.
RepoType: git
Repo: https://github.com/kwantam/batsHIIT
diff --git a/metadata/org.jitsi.meet.yml b/metadata/org.jitsi.meet.yml
index 0748b9f50c..8311ec03fa 100644
--- a/metadata/org.jitsi.meet.yml
+++ b/metadata/org.jitsi.meet.yml
@@ -10,22 +10,22 @@ Changelog: https://github.com/jitsi/jitsi-meet-release-notes/blob/HEAD/CHANGELOG
AutoName: Jitsi Meet
Description: |-
- Jitsi Meet lets you stay in touch with all your teams, be they family, friends,
- or colleagues. Instant video conferences, efficiently adapting to your scale.
+ Jitsi Meet lets you stay in touch with all your teams, be they family, friends,
+ or colleagues. Instant video conferences, efficiently adapting to your scale.
- * Unlimited users: There are no artificial restrictions on the number of users or conference participants. Server power and bandwidth are the only limiting factors.
- * No account needed.
- * Lock-protected rooms: Control the access to your conferences with a password.
- * Encrypted by default.
- * High quality: Audio and video are delivered with the clarity and richness of Opus and VP8.
- * Web browser ready: No downloads are required of your friends to join the conversation. Jitsi Meet works directly within their browsers as well. Simply share your conference URL with others to get started.
- * 100% open source: Powered by awesome communities from all over the world. And your friends at 8x8.
- * Invite by pretty URLs: You can meet at the easy to remember https://example.com/OurConf of your choice instead of joining the hard to remember rooms with seemingly random sequences of numbers and letters in their names.
+ * Unlimited users: There are no artificial restrictions on the number of users or conference participants. Server power and bandwidth are the only limiting factors.
+ * No account needed.
+ * Lock-protected rooms: Control the access to your conferences with a password.
+ * Encrypted by default.
+ * High quality: Audio and video are delivered with the clarity and richness of Opus and VP8.
+ * Web browser ready: No downloads are required of your friends to join the conversation. Jitsi Meet works directly within their browsers as well. Simply share your conference URL with others to get started.
+ * 100% open source: Powered by awesome communities from all over the world. And your friends at 8x8.
+ * Invite by pretty URLs: You can meet at the easy to remember https://example.com/OurConf of your choice instead of joining the hard to remember rooms with seemingly random sequences of numbers and letters in their names.
- (Warning: when using a Jitsi Meet instance, your stream is encrypted on the
- network but decrypted on the machine that hosts the bridge.
- See https://github.com/jitsi/jitsi-meet/issues/409#issuecomment-355406112
- for more information.)
+ (Warning: when using a Jitsi Meet instance, your stream is encrypted on the
+ network but decrypted on the machine that hosts the bridge.
+ See https://github.com/jitsi/jitsi-meet/issues/409#issuecomment-355406112
+ for more information.)
RepoType: git
Repo: https://github.com/jitsi/jitsi-meet.git
@@ -1618,14 +1618,14 @@ Builds:
ndk: r21e
MaintainerNotes: |-
- 3 directories are currently (scan)ignored as they contain binaries which are currently deemed acceptable for inclusion
- - React Native
- - WebRTC
- - JavaScript Core (JS engine, required by React Native)
+ 3 directories are currently (scan)ignored as they contain binaries which are currently deemed acceptable for inclusion
+ - React Native
+ - WebRTC
+ - JavaScript Core (JS engine, required by React Native)
- We can't enable autoupdate as versionCode is dynamic, depending on build date.
+ We can't enable autoupdate as versionCode is dynamic, depending on build date.
- Jitsi Meet is fully funded by 8x8 and does not take donations.
+ Jitsi Meet is fully funded by 8x8 and does not take donations.
ArchivePolicy: 6
AutoUpdateMode: None
diff --git a/metadata/org.jmoyer.NotificationPlus.yml b/metadata/org.jmoyer.NotificationPlus.yml
index 73d2c40116..b356b1d9ad 100644
--- a/metadata/org.jmoyer.NotificationPlus.yml
+++ b/metadata/org.jmoyer.NotificationPlus.yml
@@ -5,9 +5,9 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/https://notificat
AutoName: Notification Plus
Description: |-
- Delivers recurring notifications via the phone's vibrator or notification
- ringtone. This is especially useful for phones which lack a notification LED,
- such as the Nexus S, and at least two of the Galaxy S variants.
+ Delivers recurring notifications via the phone's vibrator or notification
+ ringtone. This is especially useful for phones which lack a notification LED,
+ such as the Nexus S, and at least two of the Galaxy S variants.
Builds:
- versionName: '1.1'
diff --git a/metadata/org.joinmastodon.android.yml b/metadata/org.joinmastodon.android.yml
index 4556f7984d..f2d45efe97 100644
--- a/metadata/org.joinmastodon.android.yml
+++ b/metadata/org.joinmastodon.android.yml
@@ -1,7 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on joinmastodon.org which is not libre (neither were its ToS
- found)
+ NonFreeNet:
+ en-US: Depends on joinmastodon.org which is not libre (neither were its ToS found)
Categories:
- Connectivity
- Internet
diff --git a/metadata/org.jsl.shmp.yml b/metadata/org.jsl.shmp.yml
index cb2111df78..4cbcab2491 100644
--- a/metadata/org.jsl.shmp.yml
+++ b/metadata/org.jsl.shmp.yml
@@ -10,23 +10,23 @@ Changelog: https://github.com/js-labs/ShellsMP/blob/HEAD/CHANGELOG.md
AutoName: ShellsMP
Description: |-
- This program gives an opportunity to play a Shells game with your friends. Only
- multiplayer mode is supported, so you will need 2 devices: one for thimblerigger
- and another one for the victim. Devices should be connected to the same WiFi
- network segment.
+ This program gives an opportunity to play a Shells game with your friends. Only
+ multiplayer mode is supported, so you will need 2 devices: one for thimblerigger
+ and another one for the victim. Devices should be connected to the same WiFi
+ network segment.
- If you are thimblerigger - start the game, wait for the victim, put ball and few
- cups then move cups.
+ If you are thimblerigger - start the game, wait for the victim, put ball and few
+ cups then move cups.
- If you are victim - connect the game, watch and guess.
+ If you are victim - connect the game, watch and guess.
- Source code gives an example how following techonologies can be used:
+ Source code gives an example how following techonologies can be used:
- * Android NSD for device discovery
- * OpenGL text rendering
- * OpenGL ball rendering
- * OpenGL shadows rendering
- * JS-Collider: Java network framework JS-Collider
+ * Android NSD for device discovery
+ * OpenGL text rendering
+ * OpenGL ball rendering
+ * OpenGL shadows rendering
+ * JS-Collider: Java network framework JS-Collider
RepoType: git
Repo: https://github.com/js-labs/ShellsMP.git
diff --git a/metadata/org.jsl.wfwt.yml b/metadata/org.jsl.wfwt.yml
index c28150fe0d..a6f0129eea 100644
--- a/metadata/org.jsl.wfwt.yml
+++ b/metadata/org.jsl.wfwt.yml
@@ -9,18 +9,18 @@ Changelog: https://github.com/js-labs/WalkieTalkie/blob/HEAD/CHANGELOG.md
AutoName: WiFi Walkie Talkie
Description: |-
- This program transmits sound recorded from microphone to some other devices
- running the same program on the same network segment, so works like Walkie
- Talkie radio.
+ This program transmits sound recorded from microphone to some other devices
+ running the same program on the same network segment, so works like Walkie
+ Talkie radio.
- Devices find each other by Android NSD (aka Bonjour), no any configuration
- required. Unfortunately Android NSD implementation is not stable enough, so
- sometimes application can not establish connection properly. Application restart
- or device reboot usually helps. Audio data is being transmitted by the unicast
- channel, so each device works as a server and as a client at the same time.
+ Devices find each other by Android NSD (aka Bonjour), no any configuration
+ required. Unfortunately Android NSD implementation is not stable enough, so
+ sometimes application can not establish connection properly. Application restart
+ or device reboot usually helps. Audio data is being transmitted by the unicast
+ channel, so each device works as a server and as a client at the same time.
- Program was implemented as a demonstration of JS-Collider: Java high performance
- scalable NIO framework, see https://github.com/js-labs/js-collider.
+ Program was implemented as a demonstration of JS-Collider: Java high performance
+ scalable NIO framework, see https://github.com/js-labs/js-collider.
RepoType: git
Repo: https://github.com/js-labs/WalkieTalkie.git
diff --git a/metadata/org.jtb.alogcat.yml b/metadata/org.jtb.alogcat.yml
index 49e574bc8f..a01eb17fe0 100644
--- a/metadata/org.jtb.alogcat.yml
+++ b/metadata/org.jtb.alogcat.yml
@@ -5,14 +5,14 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/http://alogcat.go
AutoName: aLogcat
Description: |-
- An app equivalent of logcat from the terminal. You can filter by importance in
- the settings: see only errors or view general debugging info. The result can
- then be filtered by keyword so if an app has problems you can send just the
- relevant logs to the developer. But watch out, the filter remains in place
- unless you remove it!
+ An app equivalent of logcat from the terminal. You can filter by importance in
+ the settings: see only errors or view general debugging info. The result can
+ then be filtered by keyword so if an app has problems you can send just the
+ relevant logs to the developer. But watch out, the filter remains in place
+ unless you remove it!
- It might not work on Android 4.1+, since apps are not allowed to access each
- other's logs. In custom ROMs with root access it should still probably work.
+ It might not work on Android 4.1+, since apps are not allowed to access each
+ other's logs. In custom ROMs with root access it should still probably work.
Builds:
- versionName: 2.1.6
diff --git a/metadata/org.jtb.droidlife.yml b/metadata/org.jtb.droidlife.yml
index 4acc1d734f..dc2bf44024 100644
--- a/metadata/org.jtb.droidlife.yml
+++ b/metadata/org.jtb.droidlife.yml
@@ -5,13 +5,13 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/http://droidlife.
AutoName: DroidLife
Description: |-
- Simulate cellular life. This is an implementation of Conway's Game of Life.
- Choose from many included seeds, download thousands online, or design your own
- from the app.
+ Simulate cellular life. This is an implementation of Conway's Game of Life.
+ Choose from many included seeds, download thousands online, or design your own
+ from the app.
- Define your own life: configure birth and survival rules.
+ Define your own life: configure birth and survival rules.
- Reads standard Life file formats: Life 106 & RLE.
+ Reads standard Life file formats: Life 106 & RLE.
Builds:
- versionName: 2.4.1
diff --git a/metadata/org.jtb.httpmon.yml b/metadata/org.jtb.httpmon.yml
index 2d73d703eb..8d0264b65f 100644
--- a/metadata/org.jtb.httpmon.yml
+++ b/metadata/org.jtb.httpmon.yml
@@ -6,8 +6,8 @@ SourceCode: https://code.google.com/p/httpmon/source
AutoName: httpmon
Description: |-
- A simple HTTP monitoring application. Get notified when remote web sites are
- down.
+ A simple HTTP monitoring application. Get notified when remote web sites are
+ down.
Builds:
- versionName: 0.4.9
diff --git a/metadata/org.jwz.xscreensaver.yml b/metadata/org.jwz.xscreensaver.yml
index bbc8dce5c9..7a29e0b050 100644
--- a/metadata/org.jwz.xscreensaver.yml
+++ b/metadata/org.jwz.xscreensaver.yml
@@ -9,11 +9,11 @@ IssueTracker: https://github.com/Zygo/xscreensaver/issues
Changelog: https://www.jwz.org/xscreensaver/changelog.html
Description: |
- XScreenSaver has about 150 different live wallpapers (and now daydreams as well) to use on your screen - with more coming in future editions! This is one of the best and most robust live wallpaper apps out there.
+ XScreenSaver has about 150 different live wallpapers (and now daydreams as well) to use on your screen - with more coming in future editions! This is one of the best and most robust live wallpaper apps out there.
- The Android port is fairly recent, some of the demos don't work yet.
+ The Android port is fairly recent, some of the demos don't work yet.
- If you are an Android developer and you'd like to help us finish it, source code is available at https://www.jwz.org/xscreensaver/.
+ If you are an Android developer and you'd like to help us finish it, source code is available at https://www.jwz.org/xscreensaver/.
RepoType: git
Repo: https://github.com/Zygo/xscreensaver
@@ -65,8 +65,8 @@ Builds:
ndk: r25c
MaintainerNotes: |
- `make all` already does the gradle build. Running gradle standalone doesn't work as is afterwards beause of undefined env variables.
- Disabling the preBuild tasks in the gradle file works around this issue.
+ `make all` already does the gradle build. Running gradle standalone doesn't work as is afterwards beause of undefined env variables.
+ Disabling the preBuild tasks in the gradle file works around this issue.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.kaqui.yml b/metadata/org.kaqui.yml
index 420711a5c7..cf022d4122 100644
--- a/metadata/org.kaqui.yml
+++ b/metadata/org.kaqui.yml
@@ -10,52 +10,52 @@ Bitcoin: 12bnT7epKmf9ztkAeuM8dHCcoc76r9rgVX
AutoName: Kakugo
Description: |-
- Kakugo is an application that helps learning Japanese. It includes multiple
- tests to memorize hiragana, katakana, and kanji and adapts to the user's
- learning pace.
+ Kakugo is an application that helps learning Japanese. It includes multiple
+ tests to memorize hiragana, katakana, and kanji and adapts to the user's
+ learning pace.
- One of the biggest difficulty with learning Japanese is memorizing kanji
- and vocabulary. While learning them by just reading and writing them
- everyday may work, the more kanji you know, the harder it gets and the more
- time it takes to revise them all. Proper tools can help you memorize these
- huge amounts of knowledge to more quickly become a fluent Japanese speaker.
+ One of the biggest difficulty with learning Japanese is memorizing kanji
+ and vocabulary. While learning them by just reading and writing them
+ everyday may work, the more kanji you know, the harder it gets and the more
+ time it takes to revise them all. Proper tools can help you memorize these
+ huge amounts of knowledge to more quickly become a fluent Japanese speaker.
- Kakugo is one of these tools. It helps learning and revising kanji and
- vocabulary in an efficient manner. It uses Spaced Repetition in a unique
- way that adapts to the user's pace. If you only have time to revise 30
- kanji every day, or if you can revise as much as 100 kanji every day,
- Kakugo will adapt and test you on the right kanji at the right time for you
- to memorize them. There is no "kanji of the day" list to revise, you can
- start and finish a session whenever you feel like it.
+ Kakugo is one of these tools. It helps learning and revising kanji and
+ vocabulary in an efficient manner. It uses Spaced Repetition in a unique
+ way that adapts to the user's pace. If you only have time to revise 30
+ kanji every day, or if you can revise as much as 100 kanji every day,
+ Kakugo will adapt and test you on the right kanji at the right time for you
+ to memorize them. There is no "kanji of the day" list to revise, you can
+ start and finish a session whenever you feel like it.
- Kakugo also features a wide variety of tests to help you find the best ways
- that will help you learn Japanese.
+ Kakugo also features a wide variety of tests to help you find the best ways
+ that will help you learn Japanese.
- Features include
+ Features include
- * Hiragana, Katakana quizzes
- * Kanji quizzes by reading and meaning
- * Kanji test by part composition
- * Kanji writing test
- * Vocabulary quizzes by reading and meaning
- * Unique spaced repetition formula that adapts to your own learning pace
- * Unlimited quiz sessions that allow you to take a quiz at any time, for however long you want, useful to efficiently spend commuting time
- * Show similar-looking kanji in answers to teach you the differences
- * Kanji and vocabulary sorted by JLPT level
- * Clicking on kanji opens aedict3 (a non-free Japanese dictionary) or jisho.org
- * Optimized tablet support
- * Open source
- * No ads
- * No internet access required
- * Supported languages: English, French
- * More to come
+ * Hiragana, Katakana quizzes
+ * Kanji quizzes by reading and meaning
+ * Kanji test by part composition
+ * Kanji writing test
+ * Vocabulary quizzes by reading and meaning
+ * Unique spaced repetition formula that adapts to your own learning pace
+ * Unlimited quiz sessions that allow you to take a quiz at any time, for however long you want, useful to efficiently spend commuting time
+ * Show similar-looking kanji in answers to teach you the differences
+ * Kanji and vocabulary sorted by JLPT level
+ * Clicking on kanji opens aedict3 (a non-free Japanese dictionary) or jisho.org
+ * Optimized tablet support
+ * Open source
+ * No ads
+ * No internet access required
+ * Supported languages: English, French
+ * More to come
- Credits
+ Credits
- * The kanji quizzes are based on kanjidic.
- * The vocabulary quizzes are based on JMdict.
- * The kanji similarity database comes from https://minerva-access.unimelb.edu.au/handle/11343/35336 and http://lars.yencken.org/datasets/phd/
- * The kanji composition and drawing database comes from KanjiVG.
+ * The kanji quizzes are based on kanjidic.
+ * The vocabulary quizzes are based on JMdict.
+ * The kanji similarity database comes from https://minerva-access.unimelb.edu.au/handle/11343/35336 and http://lars.yencken.org/datasets/phd/
+ * The kanji composition and drawing database comes from KanjiVG.
RepoType: git
Repo: https://github.com/blastrock/kaqui.git
@@ -382,8 +382,8 @@ Builds:
- app/src/main/res/raw/dict
MaintainerNotes: |-
- The scanignore'd file contains the dictionaries to be imported when the app
- first runs. It is a gzipped sqlite3 database.
+ The scanignore'd file contains the dictionaries to be imported when the app
+ first runs. It is a gzipped sqlite3 database.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.katsarov.dofcalc.yml b/metadata/org.katsarov.dofcalc.yml
index 20632b993d..edb54a70ef 100644
--- a/metadata/org.katsarov.dofcalc.yml
+++ b/metadata/org.katsarov.dofcalc.yml
@@ -5,8 +5,8 @@ SourceCode: http://code.webface.bg/dof-calculator.html
AutoName: DoF Calculator
Description: |-
- DoF Calculator calculates depth of field (in photography) depending on selected
- camera/sensor type, focal length, aperture value and distance to subject.
+ DoF Calculator calculates depth of field (in photography) depending on selected
+ camera/sensor type, focal length, aperture value and distance to subject.
Builds:
- versionName: '1.1'
diff --git a/metadata/org.kde.kdeconnect_tp.yml b/metadata/org.kde.kdeconnect_tp.yml
index 64c86fbd33..f9b9e1c56f 100644
--- a/metadata/org.kde.kdeconnect_tp.yml
+++ b/metadata/org.kde.kdeconnect_tp.yml
@@ -269,7 +269,7 @@ Builds:
- versionName: 1.7.1
versionCode: 1710
disable: Cannot resolve external dependency com.android.tools.build:gradle:3.0.1
- because no repositories are defined
+ because no repositories are defined
commit: v1.7.1
gradle:
- yes
diff --git a/metadata/org.kde.ktrip.yml b/metadata/org.kde.ktrip.yml
index e8c24e19ba..7353d4bf31 100644
--- a/metadata/org.kde.ktrip.yml
+++ b/metadata/org.kde.ktrip.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on different public transport data providers.
+ NonFreeNet:
+ en-US: Depends on different public transport data providers.
Categories:
- Internet
- Navigation
diff --git a/metadata/org.kde.necessitas.ministro.yml b/metadata/org.kde.necessitas.ministro.yml
index 0441d150e6..c2e90b14dc 100644
--- a/metadata/org.kde.necessitas.ministro.yml
+++ b/metadata/org.kde.necessitas.ministro.yml
@@ -6,21 +6,21 @@ SourceCode: https://cgit.kde.org/ministro.git/
AutoName: Ministro
Description: |-
- You do not need to install this unless another app requests it. That may direct
- you towards Google Play, but you can install this instead. There are currently
- no such apps in this repo because they require a different SDK to build. For
- testing purposes, there is a Breakout-style game apk available via
- this thread.
+ You do not need to install this unless another app requests it. That may direct
+ you towards Google Play, but you can install this instead. There are currently
+ no such apps in this repo because they require a different SDK to build. For
+ testing purposes, there is a Breakout-style game apk available via
+ this thread.
- Ministro is a system wide Qt shared libraries installer/provider service. It
- acts as a bridge between your apps and Qt libraries.
+ Ministro is a system wide Qt shared libraries installer/provider service. It
+ acts as a bridge between your apps and Qt libraries.
- The connection API protocol used by applications to connect and query the
- service is released under BSD license, it mean that any application (no matter
- if that application is free or not) can connect and query its services.
+ The connection API protocol used by applications to connect and query the
+ service is released under BSD license, it mean that any application (no matter
+ if that application is free or not) can connect and query its services.
- Also, be aware, this service will install/provide the free versions of Qt
- libraries, licensed under LGPL v2.1/ GPL v3.
+ Also, be aware, this service will install/provide the free versions of Qt
+ libraries, licensed under LGPL v2.1/ GPL v3.
RepoType: git
Repo: https://anongit.kde.org/ministro.git
diff --git a/metadata/org.kiwix.kiwixcustomwikivoyageeurope.yml b/metadata/org.kiwix.kiwixcustomwikivoyageeurope.yml
index 5fa62c5421..8185e07247 100644
--- a/metadata/org.kiwix.kiwixcustomwikivoyageeurope.yml
+++ b/metadata/org.kiwix.kiwixcustomwikivoyageeurope.yml
@@ -10,19 +10,19 @@ IssueTracker: https://github.com/kiwix/kiwix-android/issues
Changelog: https://github.com/kiwix/kiwix-android/blob/HEAD/CHANGELOG
Description: |-
- Wikivoyage is a free travel guide that allows you to browse all the information you need about every destination in Europe without an internet connection: no roaming fees when you are traveling abroad!
+ Wikivoyage is a free travel guide that allows you to browse all the information you need about every destination in Europe without an internet connection: no roaming fees when you are traveling abroad!
- Wherever you go, get tips about:
- * How to get from the airport to the city
- * What are the must-see
- * What to eat/drink, including a selection of restaurants and bars
- * Where to sleep, depending on your budget
- * Local customs, how to stay safe, everything you need to know
- * Basic phrasebook
+ Wherever you go, get tips about:
+ * How to get from the airport to the city
+ * What are the must-see
+ * What to eat/drink, including a selection of restaurants and bars
+ * Where to sleep, depending on your budget
+ * Local customs, how to stay safe, everything you need to know
+ * Basic phrasebook
- Complete with region/city maps and pictures.
+ Complete with region/city maps and pictures.
- Wikivoyage is written by volunteers, it is the "Wikipedia of travel guides" and is run by the same non-profit as Wikipedia (Wikimedia). If you notice an error or want to add touristic information, please edit the relevant article at https://en.wikivoyage.org, your contribution will be included in the next release. Powered by Kiwix.
+ Wikivoyage is written by volunteers, it is the "Wikipedia of travel guides" and is run by the same non-profit as Wikipedia (Wikimedia). If you notice an error or want to add touristic information, please edit the relevant article at https://en.wikivoyage.org, your contribution will be included in the next release. Powered by Kiwix.
RepoType: git
Repo: https://github.com/kiwix/kiwix-android
@@ -45,14 +45,14 @@ Builds:
- sed -i -e "s/'arm64-v8a', 'armeabi', 'mips', 'mips64', 'x86', 'x86_64'/'armeabi'/"
app/build.gradle
build: wget https://download.kiwix.org/zim/wikivoyage/wikivoyage_en_europe_novid_$$VERSION$$.zim
- -O app/src/wikivoyage_europe/content.zim
+ -O app/src/wikivoyage_europe/content.zim
ndk: r12b
MaintainerNotes: |-
- Upstream info.json does not contain a version code so we set it manually.
+ Upstream info.json does not contain a version code so we set it manually.
- Upstream distributes the content file as an APK expansion file, but we include it in the APK.
- Because of this, we only build the armeabi arch because the content file is duplicated for each arch.
+ Upstream distributes the content file as an APK expansion file, but we include it in the APK.
+ Because of this, we only build the armeabi arch because the content file is duplicated for each arch.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/org.kiwix.kiwixmobile.yml b/metadata/org.kiwix.kiwixmobile.yml
index 0445b681b5..432d3fe749 100644
--- a/metadata/org.kiwix.kiwixmobile.yml
+++ b/metadata/org.kiwix.kiwixmobile.yml
@@ -11,16 +11,16 @@ Changelog: https://github.com/kiwix/kiwix-android/blob/HEAD/CHANGELOG
AutoName: Kiwix
Description: |-
- Kiwix lets you read Wikipedia and other websites without an Internet connection.
- It uses the highly compressed ZIM format to store
- webpages for quick and easy reading.
+ Kiwix lets you read Wikipedia and other websites without an Internet connection.
+ It uses the highly compressed ZIM format to store
+ webpages for quick and easy reading.
- The app is a lightweight piece of software reading bigger files stored on your
- device or SD card: once it is installed, you can select which additional content
- you would like to download (Wikipedia, Wiktionary, TED talks, etc.) and be ready
- for when your internet connection is bad (or need to be in airplane mode)!
+ The app is a lightweight piece of software reading bigger files stored on your
+ device or SD card: once it is installed, you can select which additional content
+ you would like to download (Wikipedia, Wiktionary, TED talks, etc.) and be ready
+ for when your internet connection is bad (or need to be in airplane mode)!
- Note: Kiwix is also available on regular computers (Windows, Mac, Linux).
+ Note: Kiwix is also available on regular computers (Windows, Mac, Linux).
RepoType: git
Repo: https://github.com/kiwix/kiwix-android.git
@@ -248,9 +248,9 @@ Builds:
- disableSigning
MaintainerNotes: |-
- For 2.2 and older repo: https://github.com/kiwix/kiwix-xulrunner
- Don't run `make android-deps` as that will download the SDK and NDK.
- As of 2.5.1 version is scripted.
+ For 2.2 and older repo: https://github.com/kiwix/kiwix-xulrunner
+ Don't run `make android-deps` as that will download the SDK and NDK.
+ As of 2.5.1 version is scripted.
AutoUpdateMode: None
UpdateCheckMode: HTTP
diff --git a/metadata/org.koitharu.kotatsu.yml b/metadata/org.koitharu.kotatsu.yml
index f035fddf15..b81773b9a3 100644
--- a/metadata/org.koitharu.kotatsu.yml
+++ b/metadata/org.koitharu.kotatsu.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: Downloads Manga from non-libre sources.
- NSFW:
- en-US: App offers explicite content by default (can be disabled, though).
+ NonFreeNet:
+ en-US: Downloads Manga from non-libre sources.
+ NSFW:
+ en-US: App offers explicite content by default (can be disabled, though).
Categories:
- Multimedia
- Reading
diff --git a/metadata/org.kontalk.yml b/metadata/org.kontalk.yml
index e548ef0611..fa3849baed 100644
--- a/metadata/org.kontalk.yml
+++ b/metadata/org.kontalk.yml
@@ -983,8 +983,8 @@ Builds:
- app/src/main/res/raw/truststore
MaintainerNotes: |-
- Summary and Description have been moved to the new localizable text files:
- https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
+ Summary and Description have been moved to the new localizable text files:
+ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
ArchivePolicy: 10
AutoUpdateMode: Version
diff --git a/metadata/org.kore.kolabnotes.android.yml b/metadata/org.kore.kolabnotes.android.yml
index 3eef01ca0e..c6da7682c0 100644
--- a/metadata/org.kore.kolabnotes.android.yml
+++ b/metadata/org.kore.kolabnotes.android.yml
@@ -7,19 +7,19 @@ Changelog: https://github.com/konradrenner/kolabnotes-android/blob/HEAD/CHANGELO
AutoName: Kolab Notes
Description: |-
- Take notes locally and optionally sync them with Kolab and IMAP servers in the
- Kolab v3 storage format.
+ Take notes locally and optionally sync them with Kolab and IMAP servers in the
+ Kolab v3 storage format.
- The goal of the app is, to support the full stack of Kolab Notes functionality:
- notebooks and tags for organising notes is already possible. Also it is possible
- to edit the classification and color of a note. Formatting the text and inserting
- inline images works, too. The app is also able to display and edit the color of
- tags. Since 1.0.0 shared notebooks are supported (which can be toggled in the
- extended options from the account creation wizard).
+ The goal of the app is, to support the full stack of Kolab Notes functionality:
+ notebooks and tags for organising notes is already possible. Also it is possible
+ to edit the classification and color of a note. Formatting the text and inserting
+ inline images works, too. The app is also able to display and edit the color of
+ tags. Since 1.0.0 shared notebooks are supported (which can be toggled in the
+ extended options from the account creation wizard).
- There are already 2 types of widgets included in the app. One widget is a kind
- of a "sticky note" widget, it displays the summary and description of a single
- note. The other widget is a configureable list widget.
+ There are already 2 types of widgets included in the app. One widget is a kind
+ of a "sticky note" widget, it displays the summary and description of a single
+ note. The other widget is a configureable list widget.
RepoType: git
Repo: https://github.com/konradrenner/kolabnotes-android
diff --git a/metadata/org.koreader.launcher.fdroid.yml b/metadata/org.koreader.launcher.fdroid.yml
index 0a3ec24808..5570a73e10 100644
--- a/metadata/org.koreader.launcher.fdroid.yml
+++ b/metadata/org.koreader.launcher.fdroid.yml
@@ -415,7 +415,7 @@ Builds:
- base/thirdparty/
- base/spec/unit/data/
build: ANDROID_ARCH=arm64 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
- release android
+ release android
ndk: r15c
- versionName: v2023.01
@@ -436,7 +436,7 @@ Builds:
- base/thirdparty/
- base/spec/unit/data/
build: ANDROID_ARCH=x86 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
- release android
+ release android
ndk: r15c
- versionName: v2023.03
@@ -477,7 +477,7 @@ Builds:
- base/thirdparty/
- base/spec/unit/data/
build: ANDROID_ARCH=arm64 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
- release android
+ release android
ndk: r15c
- versionName: v2023.03
@@ -498,7 +498,7 @@ Builds:
- base/thirdparty/
- base/spec/unit/data/
build: ANDROID_ARCH=x86 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
- release android
+ release android
ndk: r15c
- versionName: v2023.04
@@ -539,7 +539,7 @@ Builds:
- base/thirdparty/
- base/spec/unit/data/
build: ANDROID_ARCH=arm64 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
- release android
+ release android
ndk: r15c
- versionName: v2023.04
@@ -560,7 +560,7 @@ Builds:
- base/thirdparty/
- base/spec/unit/data/
build: ANDROID_ARCH=x86 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
- release android
+ release android
ndk: r15c
- versionName: v2023.05
@@ -601,7 +601,7 @@ Builds:
- base/thirdparty/
- base/spec/unit/data/
build: ANDROID_ARCH=arm64 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
- release android
+ release android
ndk: r15c
- versionName: v2023.05
@@ -622,7 +622,7 @@ Builds:
- base/thirdparty/
- base/spec/unit/data/
build: ANDROID_ARCH=x86 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
- release android
+ release android
ndk: r15c
- versionName: v2023.05.1
@@ -663,7 +663,7 @@ Builds:
- base/thirdparty/
- base/spec/unit/data/
build: ANDROID_ARCH=arm64 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
- release android
+ release android
ndk: r15c
- versionName: v2023.05.1
@@ -684,7 +684,7 @@ Builds:
- base/thirdparty/
- base/spec/unit/data/
build: ANDROID_ARCH=x86 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
- release android
+ release android
ndk: r15c
- versionName: v2023.06
@@ -725,7 +725,7 @@ Builds:
- base/thirdparty/
- base/spec/unit/data/
build: ANDROID_ARCH=arm64 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
- release android
+ release android
ndk: r15c
- versionName: v2023.06
@@ -746,7 +746,7 @@ Builds:
- base/thirdparty/
- base/spec/unit/data/
build: ANDROID_ARCH=x86 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
- release android
+ release android
ndk: r15c
- versionName: v2023.06.1
@@ -787,7 +787,7 @@ Builds:
- base/thirdparty/
- base/spec/unit/data/
build: ANDROID_ARCH=arm64 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
- release android
+ release android
ndk: r15c
- versionName: v2023.06.1
@@ -808,7 +808,7 @@ Builds:
- base/thirdparty/
- base/spec/unit/data/
build: ANDROID_ARCH=x86 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
- release android
+ release android
ndk: r15c
- versionName: v2023.08
@@ -849,7 +849,7 @@ Builds:
- base/thirdparty/
- base/spec/unit/data/
build: ANDROID_ARCH=arm64 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
- release android
+ release android
ndk: r23c
- versionName: v2023.08
@@ -870,7 +870,7 @@ Builds:
- base/thirdparty/
- base/spec/unit/data/
build: ANDROID_ARCH=x86 NDK=$$NDK$$ SDK=$$SDK$$ ANDROID_FLAVOR=fdroid ./kodev
- release android
+ release android
ndk: r23c
AutoUpdateMode: Version %v
diff --git a/metadata/org.koreader.launcher.yml b/metadata/org.koreader.launcher.yml
index 55d767027d..94ec64608e 100644
--- a/metadata/org.koreader.launcher.yml
+++ b/metadata/org.koreader.launcher.yml
@@ -9,7 +9,7 @@ Changelog: https://github.com/koreader/koreader/releases
Liberapay: KOReader
Description: |
- Note: The appid was changed, please use this one instead.
+ Note: The appid was changed, please use this one instead.
RepoType: git
Repo: https://github.com/koreader/koreader.git
diff --git a/metadata/org.kost.externalip.yml b/metadata/org.kost.externalip.yml
index 2463f4b6a0..775855cf4d 100644
--- a/metadata/org.kost.externalip.yml
+++ b/metadata/org.kost.externalip.yml
@@ -11,8 +11,8 @@ Litecoin: LfWH3KchBMKdXSfbUXy4iDB3Drgcq3TjH3
AutoName: External IP
Summary: Display your IP addresses
Description: |-
- Simple application to display IP addresses of interface and your internet IP
- address.
+ Simple application to display IP addresses of interface and your internet IP
+ address.
RepoType: git
Repo: https://github.com/kost/external-ip.git
diff --git a/metadata/org.kost.nmap.android.networkmapper.yml b/metadata/org.kost.nmap.android.networkmapper.yml
index e7a7e3e21d..e704ee2da9 100644
--- a/metadata/org.kost.nmap.android.networkmapper.yml
+++ b/metadata/org.kost.nmap.android.networkmapper.yml
@@ -9,14 +9,14 @@ Litecoin: LSHhNebrbzLqRYR5JzXk9NkgEiXLKhQvZW
AutoName: NetworkMapper
Description: |-
- This frontend will help you to download and install Nmap as well as use it. Nmap
- will help you to discover hosts, protocols, open ports, services and its
- configuration and vulnerabilities on networks.
+ This frontend will help you to download and install Nmap as well as use it. Nmap
+ will help you to discover hosts, protocols, open ports, services and its
+ configuration and vulnerabilities on networks.
- Supports all known Android architectures: arm, mips and x86.
+ Supports all known Android architectures: arm, mips and x86.
- Nmap binaries are transferred using HTTPS by default and are fetched from the
- following port: https://github.com/kost/nmap-android
+ Nmap binaries are transferred using HTTPS by default and are fetched from the
+ following port: https://github.com/kost/nmap-android
RepoType: git
Repo: https://github.com/kost/NetworkMapper.git
diff --git a/metadata/org.kreed.vanilla.yml b/metadata/org.kreed.vanilla.yml
index 90625050fc..7e4353e87d 100644
--- a/metadata/org.kreed.vanilla.yml
+++ b/metadata/org.kreed.vanilla.yml
@@ -8,12 +8,12 @@ Name: Vanilla Music (old)
AutoName: Vanilla Music
Summary: Listen to music files
Description: |-
- Music player with a simple interface similar to the stock music player. Supports
- browsing by folder, queueing, shake-to-skip and more. Supports the same audio
- formats as the stock music player since the system media APIs are used.
+ Music player with a simple interface similar to the stock music player. Supports
+ browsing by folder, queueing, shake-to-skip and more. Supports the same audio
+ formats as the stock music player since the system media APIs are used.
- This app is no longer being developed by its author so if you are using Android
- 4.0.3 or higher you should try https://f-droid.org/packages/ch.blinkenlights.android.vanilla.
+ This app is no longer being developed by its author so if you are using Android
+ 4.0.3 or higher you should try https://f-droid.org/packages/ch.blinkenlights.android.vanilla.
RepoType: git
Repo: https://github.com/kreed/vanilla.git
diff --git a/metadata/org.krita.yml b/metadata/org.krita.yml
index e33538abab..3cc486f7e2 100644
--- a/metadata/org.krita.yml
+++ b/metadata/org.krita.yml
@@ -11,19 +11,19 @@ Changelog: https://krita.org/en/about/krita-releases-overview/
Donate: https://krita.org/en/support-us/donations
Description: |-
- Krita is a professional painting program.
- It is made by artists that want to see affordable
- art tools for everyone.
+ Krita is a professional painting program.
+ It is made by artists that want to see affordable
+ art tools for everyone.
- It's designed primarily for digital painting and
- 2D animation and features an OpenGL-accelerated canvas,
- colour management support, an advanced brush engine,
- non-destructive layers and masks, group-based layer
- management, vector artwork support and switchable
- customisation profiles.
+ It's designed primarily for digital painting and
+ 2D animation and features an OpenGL-accelerated canvas,
+ colour management support, an advanced brush engine,
+ non-destructive layers and masks, group-based layer
+ management, vector artwork support and switchable
+ customisation profiles.
- Note: android version of krita is optimized only
- for tablets and may behave poorly on phone screens.
+ Note: android version of krita is optimized only
+ for tablets and may behave poorly on phone screens.
RepoType: git
Repo: https://invent.kde.org/graphics/krita.git
@@ -634,8 +634,8 @@ Builds:
- rm src/org/krita/android/DonationHelper.java
- sed -i -e '/DonationHelper/d' src/org/krita/android/MainActivity.java
build: MAKEFLAGS=-j$(nproc) packaging/android/androidbuild.sh -p=all --src=$(pwd)
- --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
- --android-abi=armeabi-v7a
+ --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
+ --android-abi=armeabi-v7a
ndk: r22b
- versionName: 5.1.3
@@ -667,8 +667,8 @@ Builds:
- rm src/org/krita/android/DonationHelper.java
- sed -i -e '/DonationHelper/d' src/org/krita/android/MainActivity.java
build: MAKEFLAGS=-j$(nproc) packaging/android/androidbuild.sh -p=all --src=$(pwd)
- --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
- --android-abi=arm64-v8a
+ --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
+ --android-abi=arm64-v8a
ndk: r22b
- versionName: 5.1.3
@@ -700,8 +700,8 @@ Builds:
- rm src/org/krita/android/DonationHelper.java
- sed -i -e '/DonationHelper/d' src/org/krita/android/MainActivity.java
build: MAKEFLAGS=-j$(nproc) packaging/android/androidbuild.sh -p=all --src=$(pwd)
- --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
- --android-abi=x86
+ --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
+ --android-abi=x86
ndk: r22b
- versionName: 5.1.3
@@ -733,8 +733,8 @@ Builds:
- rm src/org/krita/android/DonationHelper.java
- sed -i -e '/DonationHelper/d' src/org/krita/android/MainActivity.java
build: MAKEFLAGS=-j$(nproc) packaging/android/androidbuild.sh -p=all --src=$(pwd)
- --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
- --android-abi=x86_64
+ --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
+ --android-abi=x86_64
ndk: r22b
- versionName: 5.1.4
@@ -765,8 +765,8 @@ Builds:
- rm src/org/krita/android/DonationHelper.java
- sed -i -e '/DonationHelper/d' src/org/krita/android/MainActivity.java
build: MAKEFLAGS=-j$(nproc) packaging/android/androidbuild.sh -p=all --src=$(pwd)
- --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
- --android-abi=armeabi-v7a
+ --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
+ --android-abi=armeabi-v7a
ndk: r22b
- versionName: 5.1.4
@@ -797,8 +797,8 @@ Builds:
- rm src/org/krita/android/DonationHelper.java
- sed -i -e '/DonationHelper/d' src/org/krita/android/MainActivity.java
build: MAKEFLAGS=-j$(nproc) packaging/android/androidbuild.sh -p=all --src=$(pwd)
- --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
- --android-abi=arm64-v8a
+ --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
+ --android-abi=arm64-v8a
ndk: r22b
- versionName: 5.1.4
@@ -829,8 +829,8 @@ Builds:
- rm src/org/krita/android/DonationHelper.java
- sed -i -e '/DonationHelper/d' src/org/krita/android/MainActivity.java
build: MAKEFLAGS=-j$(nproc) packaging/android/androidbuild.sh -p=all --src=$(pwd)
- --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
- --android-abi=x86
+ --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
+ --android-abi=x86
ndk: r22b
- versionName: 5.1.4
@@ -861,8 +861,8 @@ Builds:
- rm src/org/krita/android/DonationHelper.java
- sed -i -e '/DonationHelper/d' src/org/krita/android/MainActivity.java
build: MAKEFLAGS=-j$(nproc) packaging/android/androidbuild.sh -p=all --src=$(pwd)
- --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
- --android-abi=x86_64
+ --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
+ --android-abi=x86_64
ndk: r22b
- versionName: 5.1.5
@@ -893,8 +893,8 @@ Builds:
- rm src/org/krita/android/DonationHelper.java
- sed -i -e '/DonationHelper/d' src/org/krita/android/MainActivity.java
build: MAKEFLAGS=-j$(nproc) packaging/android/androidbuild.sh -p=all --src=$(pwd)
- --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
- --android-abi=armeabi-v7a
+ --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
+ --android-abi=armeabi-v7a
ndk: r22b
- versionName: 5.1.5
@@ -925,8 +925,8 @@ Builds:
- rm src/org/krita/android/DonationHelper.java
- sed -i -e '/DonationHelper/d' src/org/krita/android/MainActivity.java
build: MAKEFLAGS=-j$(nproc) packaging/android/androidbuild.sh -p=all --src=$(pwd)
- --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
- --android-abi=arm64-v8a
+ --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
+ --android-abi=arm64-v8a
ndk: r22b
- versionName: 5.1.5
@@ -957,8 +957,8 @@ Builds:
- rm src/org/krita/android/DonationHelper.java
- sed -i -e '/DonationHelper/d' src/org/krita/android/MainActivity.java
build: MAKEFLAGS=-j$(nproc) packaging/android/androidbuild.sh -p=all --src=$(pwd)
- --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
- --android-abi=x86
+ --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
+ --android-abi=x86
ndk: r22b
- versionName: 5.1.5
@@ -989,29 +989,29 @@ Builds:
- rm src/org/krita/android/DonationHelper.java
- sed -i -e '/DonationHelper/d' src/org/krita/android/MainActivity.java
build: MAKEFLAGS=-j$(nproc) packaging/android/androidbuild.sh -p=all --src=$(pwd)
- --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
- --android-abi=x86_64
+ --build-type=Release --build-root=$(pwd)/build --ndk-path=$$NDK$$ --sdk-path=$$SDK$$
+ --android-abi=x86_64
ndk: r22b
MaintainerNotes: |-
- (1) Compilation fails if older versions of the SDK are present, so we're
- removing unneeded ones.
- (2) Dependencies are built using a recent commit from the master branch.
- The exact commits and the logs for the deps and the app builds can be
- found on KDE jenkins:
- The apk is built in https://binary-factory.kde.org/job/Krita_Release_Android_arm64-v8a_Build
- The dep job can be find in the full log by searching "Krita_Android_arm64-v8a_Dependency_Build".
- Then the commit can be found in https://binary-factory.kde.org/job/Krita_Android_arm64-v8a_Dependency_Build
- (3) Translations are downloaded as part of the release process. They are
- included in the release tarball, and the official builds are based upon it.
- We can add FETCH_TRANSLATIONS to the build options or just run copy_po.py
- before building krita.
- (4) Patches at metadata/org.krita/*.patch actually create another patches
- in the project's root directory, since otherwise fdroid lint fails with
- unused file.
- (7) Version code schema:
- abi: ['armeabi-v7a': 1, 'arm64-v8a': 2, 'x86': 3, 'x86_64': 4]
- versionMajor * 1000000 + versionMinor * 10000 + versionRelease * 100 + abi
+ (1) Compilation fails if older versions of the SDK are present, so we're
+ removing unneeded ones.
+ (2) Dependencies are built using a recent commit from the master branch.
+ The exact commits and the logs for the deps and the app builds can be
+ found on KDE jenkins:
+ The apk is built in https://binary-factory.kde.org/job/Krita_Release_Android_arm64-v8a_Build
+ The dep job can be find in the full log by searching "Krita_Android_arm64-v8a_Dependency_Build".
+ Then the commit can be found in https://binary-factory.kde.org/job/Krita_Android_arm64-v8a_Dependency_Build
+ (3) Translations are downloaded as part of the release process. They are
+ included in the release tarball, and the official builds are based upon it.
+ We can add FETCH_TRANSLATIONS to the build options or just run copy_po.py
+ before building krita.
+ (4) Patches at metadata/org.krita/*.patch actually create another patches
+ in the project's root directory, since otherwise fdroid lint fails with
+ unused file.
+ (7) Version code schema:
+ abi: ['armeabi-v7a': 1, 'arm64-v8a': 2, 'x86': 3, 'x86_64': 4]
+ versionMajor * 1000000 + versionMinor * 10000 + versionRelease * 100 + abi
ArchivePolicy: 12
AutoUpdateMode: None
diff --git a/metadata/org.kwaak3.yml b/metadata/org.kwaak3.yml
index 8bca4c2689..231e318452 100644
--- a/metadata/org.kwaak3.yml
+++ b/metadata/org.kwaak3.yml
@@ -6,10 +6,10 @@ SourceCode: https://code.google.com/p/kwaak3/source
AutoName: Kwaak3
Description: |-
- Port of ioquake3 engine to Android. Place original pak0.pk3 file from Quake 3
- and patch files in
- /sdcard/quake3/baseq3. Touch controls do not work in this version, so you need
- hardware keys to play.
+ Port of ioquake3 engine to Android. Place original pak0.pk3 file from Quake 3
+ and patch files in
+ /sdcard/quake3/baseq3. Touch controls do not work in this version, so you need
+ hardware keys to play.
Builds:
- versionName: '1.0'
diff --git a/metadata/org.legtux.m_316k.fortune.yml b/metadata/org.legtux.m_316k.fortune.yml
index 58e6151527..9efb6c965e 100644
--- a/metadata/org.legtux.m_316k.fortune.yml
+++ b/metadata/org.legtux.m_316k.fortune.yml
@@ -8,12 +8,12 @@ Changelog: https://github.com/316k/android-fortune/releases
AutoName: Fortunes
Description: |-
- Simple viewer for Unix
- fortunes.
+ Simple viewer for Unix
+ fortunes.
- By default, you will see the traditional Unix Fortunes, but you can add your own
- fortune files. Everything in sdcard/fortunes/ will be added to the default
- fortunes.
+ By default, you will see the traditional Unix Fortunes, but you can add your own
+ fortune files. Everything in sdcard/fortunes/ will be added to the default
+ fortunes.
RepoType: git
Repo: https://github.com/316k/android-fortune
diff --git a/metadata/org.lenchan139.ncbookmark.yml b/metadata/org.lenchan139.ncbookmark.yml
index 3f2d82e411..4cca42aeaf 100644
--- a/metadata/org.lenchan139.ncbookmark.yml
+++ b/metadata/org.lenchan139.ncbookmark.yml
@@ -9,8 +9,8 @@ IssueTracker: https://gitlab.com/lenchan139/NCBookmark/issues
AutoName: NC Bookmark Viewer
Description: |-
- With this application you can view, add and edit bookmarks in your Nextcloud.
- You need to have the bookmarks app installed.
+ With this application you can view, add and edit bookmarks in your Nextcloud.
+ You need to have the bookmarks app installed.
RepoType: git
Repo: https://gitlab.com/lenchan139/NCBookmark.git
diff --git a/metadata/org.lf_net.pgpunlocker.yml b/metadata/org.lf_net.pgpunlocker.yml
index 94e4a9d5f7..e0dcea4f0d 100644
--- a/metadata/org.lf_net.pgpunlocker.yml
+++ b/metadata/org.lf_net.pgpunlocker.yml
@@ -13,17 +13,17 @@ Bitcoin: 18ii4wvKxPFvKoGk7MXLngq9yWNsp7ABPd
AutoName: PGPAuth
Description: |-
- This app sends GPG-verified requests over the internet to a given server.
+ This app sends GPG-verified requests over the internet to a given server.
- Currently there are the actions open and close, but request-type will be
- configurable. The request also includes a timestamp to verify the request is
- sent by the owner of the gpg-key and is not sent again by someone else.
+ Currently there are the actions open and close, but request-type will be
+ configurable. The request also includes a timestamp to verify the request is
+ sent by the owner of the gpg-key and is not sent again by someone else.
- It is used in the ChaosChemnitz hackerspace in Germany to open and close the
- door without the need of a "real" key.
+ It is used in the ChaosChemnitz hackerspace in Germany to open and close the
+ door without the need of a "real" key.
- You'll need https://f-droid.org/packages/org.thialfihar.android.apg or
- https://f-droid.org/packages/org.sufficientlysecure.keychain to sign requests.
+ You'll need https://f-droid.org/packages/org.thialfihar.android.apg or
+ https://f-droid.org/packages/org.sufficientlysecure.keychain to sign requests.
RepoType: git
Repo: https://github.com/PGPAuth/PGPAuth_Android.git
diff --git a/metadata/org.liberty.android.fantastischmemo.yml b/metadata/org.liberty.android.fantastischmemo.yml
index 2a1751062f..d553c01c25 100644
--- a/metadata/org.liberty.android.fantastischmemo.yml
+++ b/metadata/org.liberty.android.fantastischmemo.yml
@@ -9,17 +9,17 @@ Donate: https://anymemo.org
AutoName: AnyMemo
Description: |-
- Cards show on the screen with questions and the answers can be revealed or read
- out by touching the panel below the question.
+ Cards show on the screen with questions and the answers can be revealed or read
+ out by touching the panel below the question.
- * Improved adaptive algorithm from Mnemosyne, Supermemo, Anki.
- * Simple and power saving interface with rich functions
- * Text-to-Speech, MP3/OGG/WAV audio
- * Download millions of flash card db to study Arabic, English, Chinese, Japanese etc.
- * Import, export to Mnemosyne etc
+ * Improved adaptive algorithm from Mnemosyne, Supermemo, Anki.
+ * Simple and power saving interface with rich functions
+ * Text-to-Speech, MP3/OGG/WAV audio
+ * Download millions of flash card db to study Arabic, English, Chinese, Japanese etc.
+ * Import, export to Mnemosyne etc
- Functionality that requires 'secret' API keys (e.g. Google Drive, Dropbox, Cram
- search, does not work in this build.
+ Functionality that requires 'secret' API keys (e.g. Google Drive, Dropbox, Cram
+ search, does not work in this build.
RepoType: git
Repo: https://github.com/helloworld1/AnyMemo
@@ -213,9 +213,9 @@ Builds:
- app/src/main/res/raw/gestures
MaintainerNotes: |-
- * replace achartengine with sourcebuild (xlythe?)
- * clean!
- Non-free: https://github.com/helloworld1/AnyMemo/issues/436 -- solved, see https://github.com/helloworld1/AnyMemo/issues/519
+ * replace achartengine with sourcebuild (xlythe?)
+ * clean!
+ Non-free: https://github.com/helloworld1/AnyMemo/issues/436 -- solved, see https://github.com/helloworld1/AnyMemo/issues/519
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.liberty.android.freeotpplus.yml b/metadata/org.liberty.android.freeotpplus.yml
index 1256df7a65..8e33523641 100644
--- a/metadata/org.liberty.android.freeotpplus.yml
+++ b/metadata/org.liberty.android.freeotpplus.yml
@@ -219,6 +219,6 @@ Builds:
AutoUpdateMode: Version
UpdateCheckMode: Tags RELEASE-[\d.]+$
UpdateCheckData: build.gradle.kts|\["versionCode"\] = (\d+)|.|\["versionName"\] =
- "([\d.]+)"
+ "([\d.]+)"
CurrentVersion: '3.0'
CurrentVersionCode: 21
diff --git a/metadata/org.libreflix.app.yml b/metadata/org.libreflix.app.yml
index ef958e9432..50fd1a7239 100644
--- a/metadata/org.libreflix.app.yml
+++ b/metadata/org.libreflix.app.yml
@@ -8,8 +8,8 @@ Donate: https://acredito.me/libreflix2018
AutoName: Libreflix
Description: |-
- Libreflix is an open and collaborative streaming platform that brings together
- independent, free-to-air and thought-provoking audiovisual productions.
+ Libreflix is an open and collaborative streaming platform that brings together
+ independent, free-to-air and thought-provoking audiovisual productions.
RepoType: git
Repo: https://notabug.org/kassiano.resende/LibreflixApp.git
diff --git a/metadata/org.libreoffice.impressremote.yml b/metadata/org.libreoffice.impressremote.yml
index 2ea8f6b9a6..093e17f3aa 100644
--- a/metadata/org.libreoffice.impressremote.yml
+++ b/metadata/org.libreoffice.impressremote.yml
@@ -10,20 +10,20 @@ Bitcoin: 129jj3HiLfj3zCfqoro3sMTdovizXEdo8A
AutoName: Impress Remote
Description: |-
- Interact with your slideshow presentation from your Android device.
+ Interact with your slideshow presentation from your Android device.
- Features:
+ Features:
- * Slide previews
- * Speaker notes
- * Play/Pause presentation
- * Set timers
+ * Slide previews
+ * Speaker notes
+ * Play/Pause presentation
+ * Set timers
- To set up the app with your computer, follow this guide:
- RemoteHowTo
+ To set up the app with your computer, follow this guide:
+ RemoteHowTo
- This build does not include the proprietary google play services library, and
- thus lacks wearable support.
+ This build does not include the proprietary google play services library, and
+ thus lacks wearable support.
RepoType: git
Repo: git://gerrit.libreoffice.org/impress_remote
@@ -123,7 +123,7 @@ Builds:
prebuild: sed -r -i '/full(Implementation|Wear)/d' build.gradle
MaintainerNotes: UpdateCheckData below is needed for update check to find versions
- from 2.6.0 on.
+ from 2.6.0 on.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.lichess.mobileapp.free.yml b/metadata/org.lichess.mobileapp.free.yml
index 96d779da37..3d5dbe4a65 100644
--- a/metadata/org.lichess.mobileapp.free.yml
+++ b/metadata/org.lichess.mobileapp.free.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeAssets:
- en-US: Some graphics used are CC BY-NC-SA and thus not libre.
+ NonFreeAssets:
+ en-US: Some graphics used are CC BY-NC-SA and thus not libre.
Categories:
- Games
License: GPL-3.0-or-later
diff --git a/metadata/org.ligi.ajsha.yml b/metadata/org.ligi.ajsha.yml
index 244aa97aba..e35cbfb576 100644
--- a/metadata/org.ligi.ajsha.yml
+++ b/metadata/org.ligi.ajsha.yml
@@ -9,11 +9,11 @@ IssueTracker: https://github.com/ligi/AJShA/issues
AutoName: AJShA Android Java Shell App
Description: |-
- With this App you can quickly eval some Android Java code - scripting style for
- fast iterations, experiments and API exploration.
+ With this App you can quickly eval some Android Java code - scripting style for
+ fast iterations, experiments and API exploration.
- Sometimes you just want to evaluate some Android-Code without compiling a
- project - this is your app for this job.
+ Sometimes you just want to evaluate some Android-Code without compiling a
+ project - this is your app for this job.
RepoType: git
Repo: https://github.com/ligi/AJShA.git
diff --git a/metadata/org.ligi.fast.yml b/metadata/org.ligi.fast.yml
index e3a2625c09..e4a2b2d4c2 100644
--- a/metadata/org.ligi.fast.yml
+++ b/metadata/org.ligi.fast.yml
@@ -9,11 +9,11 @@ IssueTracker: https://github.com/ligi/FAST/issues
AutoName: FAST App Search Tool
Description: |-
- Find your apps without needing to scroll through lists. It can display icons or
- not and search for package names too if the option is selected. Long-pressing an
- entry can display options to view the App Details, which is helpful for
- uninstalling apps, or to view the app on Google Play. Works as a normal app or a
- launcher.
+ Find your apps without needing to scroll through lists. It can display icons or
+ not and search for package names too if the option is selected. Long-pressing an
+ entry can display options to view the App Details, which is helpful for
+ uninstalling apps, or to view the app on Google Play. Works as a normal app or a
+ launcher.
RepoType: git
Repo: https://github.com/ligi/FAST.git
diff --git a/metadata/org.ligi.faster.yml b/metadata/org.ligi.faster.yml
index 1fbf8a98c9..89a399a219 100644
--- a/metadata/org.ligi.faster.yml
+++ b/metadata/org.ligi.faster.yml
@@ -10,12 +10,12 @@ IssueTracker: https://github.com/ligi/FAST/issues
Name: FASTer App Search Tool
AutoName: FAST App Search Tool
Description: |-
- Find your apps without needing to scroll through lists. It can display icons or
- not and search for package names too if the option is selected. Long-pressing an
- entry can display options to view the App Details, which is helpful for
- uninstalling apps, or to view the app on Google Play. Works as a normal app or a
- launcher. This is the smaller variant (no translations and extras) - if you do
- not care that much for space you might want to install FAST.
+ Find your apps without needing to scroll through lists. It can display icons or
+ not and search for package names too if the option is selected. Long-pressing an
+ entry can display options to view the App Details, which is helpful for
+ uninstalling apps, or to view the app on Google Play. Works as a normal app or a
+ launcher. This is the smaller variant (no translations and extras) - if you do
+ not care that much for space you might want to install FAST.
RepoType: git
Repo: https://github.com/ligi/FAST.git
diff --git a/metadata/org.ligi.gobandroid_hd.yml b/metadata/org.ligi.gobandroid_hd.yml
index 79e6f38fb8..5694baf00d 100644
--- a/metadata/org.ligi.gobandroid_hd.yml
+++ b/metadata/org.ligi.gobandroid_hd.yml
@@ -9,21 +9,21 @@ IssueTracker: https://github.com/ligi/gobandroid/issues
AutoName: Gobandroid
Description: |-
- Gobandroid is virtual goban (GO-Board) on your mobile to study and play the
- ancient game of Go (weiqi in Chinese, igo in Japanese, baduk in Korean).
+ Gobandroid is virtual goban (GO-Board) on your mobile to study and play the
+ ancient game of Go (weiqi in Chinese, igo in Japanese, baduk in Korean).
- Go originated in China more than 2,000 years ago. The game is noted for being
- rich in strategy despite its relatively simple rules. It has been claimed that
- Go is the most complex game in the world due to its vast number of variations in
- individual games. More info on Wikipedia.
+ Go originated in China more than 2,000 years ago. The game is noted for being
+ rich in strategy despite its relatively simple rules. It has been claimed that
+ Go is the most complex game in the world due to its vast number of variations in
+ individual games. More info on Wikipedia.
- Features:
+ Features:
- * Solve Tsumegos (Go Problems are called Tsumego)
- * Review Games (SGF Format reader)
- * Record Games (or use the phone/tablet as a board - incl SGF writer)
- * TV-Mode (automatic replay of games - mainly for GoogleTV)
- * Play against GnuGo (extra install needed)
+ * Solve Tsumegos (Go Problems are called Tsumego)
+ * Review Games (SGF Format reader)
+ * Record Games (or use the phone/tablet as a board - incl SGF writer)
+ * TV-Mode (automatic replay of games - mainly for GoogleTV)
+ * Play against GnuGo (extra install needed)
RepoType: git
Repo: https://github.com/ligi/gobandroid.git
@@ -124,7 +124,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.0.7
versionCode: 207
@@ -133,7 +133,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.0.8
versionCode: 208
@@ -142,7 +142,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.0.9
versionCode: 209
@@ -151,7 +151,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.1.0
versionCode: 210
@@ -161,7 +161,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.1.1
versionCode: 211
@@ -170,7 +170,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.1.2
versionCode: 212
@@ -179,7 +179,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.1.3
versionCode: 213
@@ -188,7 +188,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.1.4
versionCode: 214
@@ -197,7 +197,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.1.5
versionCode: 215
@@ -206,7 +206,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.1.6
versionCode: 216
@@ -215,7 +215,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.1.7
versionCode: 217
@@ -224,7 +224,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.1.8
versionCode: 218
@@ -233,7 +233,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.1.9
versionCode: 219
@@ -242,7 +242,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.2.0
versionCode: 220
@@ -251,7 +251,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.2.1
versionCode: 221
@@ -260,7 +260,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.2.4
versionCode: 224
@@ -269,7 +269,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.2.5
versionCode: 225
@@ -278,7 +278,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.2.6
versionCode: 226
@@ -287,7 +287,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.2.7
versionCode: 227
@@ -296,7 +296,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.3.0
versionCode: 230
@@ -305,7 +305,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.3.1
versionCode: 231
@@ -314,7 +314,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.3.3
versionCode: 233
@@ -323,7 +323,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.3.4
versionCode: 234
@@ -332,7 +332,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.3.5
versionCode: 235
@@ -341,7 +341,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.3.6
versionCode: 236
@@ -350,7 +350,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.3.7
versionCode: 237
@@ -359,7 +359,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.3.8
versionCode: 238
@@ -368,7 +368,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.3.9
versionCode: 239
@@ -377,7 +377,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.4.0
versionCode: 240
@@ -386,7 +386,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.4.2
versionCode: 242
@@ -395,7 +395,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.4.3
versionCode: 243
@@ -404,7 +404,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.4.5
versionCode: 245
@@ -413,7 +413,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.4.6
versionCode: 246
@@ -422,7 +422,7 @@ Builds:
gradle:
- NoAnalyticsNoCloudProd
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.4.7
versionCode: 247
@@ -431,7 +431,7 @@ Builds:
gradle:
- NoAnalyticsNoCloudProd
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.4.8
versionCode: 248
@@ -440,7 +440,7 @@ Builds:
gradle:
- NoAnalyticsNoCloudProd
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.4.9
versionCode: 249
@@ -449,7 +449,7 @@ Builds:
gradle:
- NoAnalyticsNoCloudProd
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.5.0
versionCode: 250
@@ -458,7 +458,7 @@ Builds:
gradle:
- NoAnalyticsNoCloudProd
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.5.1
versionCode: 251
@@ -468,7 +468,7 @@ Builds:
gradle:
- NoAnalyticsNoCloudProd
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.5.2
versionCode: 252
@@ -477,7 +477,7 @@ Builds:
gradle:
- NoAnalyticsNoCloudProd
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.5.3
versionCode: 253
@@ -486,7 +486,7 @@ Builds:
gradle:
- NoAnalyticsNoCloudProd
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.5.4
versionCode: 254
@@ -495,7 +495,7 @@ Builds:
gradle:
- NoAnalyticsNoCloudProd
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.5.5
versionCode: 255
@@ -504,7 +504,7 @@ Builds:
gradle:
- NoAnalyticsNoCloudProd
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.5.6
versionCode: 256
@@ -513,7 +513,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.5.7
versionCode: 257
@@ -522,7 +522,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.5.8
versionCode: 258
@@ -531,7 +531,7 @@ Builds:
gradle:
- NoAnalyticsNoCloud
prebuild: sed -i -e '/play_services/d' -e '/play-services/d' -e '/android-sdk-manager/d'
- build.gradle
+ build.gradle
- versionName: 2.5.9
versionCode: 259
diff --git a/metadata/org.ligi.gobandroidhd.ai.gnugo.yml b/metadata/org.ligi.gobandroidhd.ai.gnugo.yml
index bc87f5f9ed..fec46ac5eb 100644
--- a/metadata/org.ligi.gobandroidhd.ai.gnugo.yml
+++ b/metadata/org.ligi.gobandroidhd.ai.gnugo.yml
@@ -9,13 +9,13 @@ IssueTracker: https://github.com/ligi/gobandroid-ai-gnugo/issues
AutoName: gobandroid ai gnugo
Description: |-
- Note: This is not a standalone app. In Gobandroid ( https://f-droid.org/packages/org.ligi.gobandroid_hd/ ) press Setup -> GNU Go to activate it.
+ Note: This is not a standalone app. In Gobandroid ( https://f-droid.org/packages/org.ligi.gobandroid_hd/ ) press Setup -> GNU Go to activate it.
- This is a plugin that enables the GNU Go 3.8 engine to play as an AI player inside Gobandroid.
+ This is a plugin that enables the GNU Go 3.8 engine to play as an AI player inside Gobandroid.
- After install please restart Gobandroid so it is detected.
+ After install please restart Gobandroid so it is detected.
- The app does not have a launcher icon so it can be uninstalled either from F-Droid Client or from Android Settings Apps.
+ The app does not have a launcher icon so it can be uninstalled either from F-Droid Client or from Android Settings Apps.
RepoType: git
Repo: https://github.com/ligi/gobandroid-ai-gnugo.git
diff --git a/metadata/org.ligi.ipfsdroid.yml b/metadata/org.ligi.ipfsdroid.yml
index 60403b8787..289f800ecd 100644
--- a/metadata/org.ligi.ipfsdroid.yml
+++ b/metadata/org.ligi.ipfsdroid.yml
@@ -9,13 +9,13 @@ IssueTracker: https://github.com/ligi/IPFSDroid/issues
AutoName: IPFSDroid
Description: |-
- Client for the File System (IPFS).
+ Client for the File System (IPFS).
- This App does not represent a full IPFS node yet! Think of it as a dependency
- injection for IPFS on android. Currently we use the centralized service ipfs.io
- so you can use ipfs on android - later this will be exchanged for a full-node
- for decentralisation but all things that use this app don't have to change/care.
+ This App does not represent a full IPFS node yet! Think of it as a dependency
+ injection for IPFS on android. Currently we use the centralized service ipfs.io
+ so you can use ipfs on android - later this will be exchanged for a full-node
+ for decentralisation but all things that use this app don't have to change/care.
RepoType: git
Repo: https://github.com/ligi/IPFSDroid
diff --git a/metadata/org.ligi.materialteatimer.yml b/metadata/org.ligi.materialteatimer.yml
index 6b5b9fab89..f2878987a0 100644
--- a/metadata/org.ligi.materialteatimer.yml
+++ b/metadata/org.ligi.materialteatimer.yml
@@ -9,8 +9,8 @@ IssueTracker: https://github.com/ligi/MaterialTeaTimer/issues
AutoName: Material Tea Timer
Description: |-
- Material design themed tea timer. Time your tea with material style. Shows you
- temperature and time quickly. Have a great tea!
+ Material design themed tea timer. Time your tea with material style. Shows you
+ temperature and time quickly. Have a great tea!
RepoType: git
Repo: https://github.com/ligi/MaterialTeaTimer
diff --git a/metadata/org.ligi.passandroid.yml b/metadata/org.ligi.passandroid.yml
index b8bc6f194e..5607274f38 100644
--- a/metadata/org.ligi.passandroid.yml
+++ b/metadata/org.ligi.passandroid.yml
@@ -10,24 +10,24 @@ Translation: https://www.transifex.com/ligi/passandroid/
AutoName: PassAndroid
Description: |-
- Displays Passbook (*.pkpass) files & shows the Barcode (QR, PDF417 and AZTEC
- format). It can be used also when offline.
+ Displays Passbook (*.pkpass) files & shows the Barcode (QR, PDF417 and AZTEC
+ format). It can be used also when offline.
- This app is a viewer for passes - a pass could be a e.g. boarding-pass for your
- next flight, a coupon for a nice hot beverage on the destination, a movie
- ticket, a membership card - there are a lot of possibilities. Basically it is a
- replacement for a piece of paper or plastic you would normally have to carry
- with you - so lets save some trees and reduce waste!
+ This app is a viewer for passes - a pass could be a e.g. boarding-pass for your
+ next flight, a coupon for a nice hot beverage on the destination, a movie
+ ticket, a membership card - there are a lot of possibilities. Basically it is a
+ replacement for a piece of paper or plastic you would normally have to carry
+ with you - so lets save some trees and reduce waste!
- How does it work?
+ How does it work?
- There are so called espass or pkpass files - you can open them with this app -
- e.g. when you receive them via email or get an Download-option. The most
- important content is the BarCode ( QR , AZTEC & PDF417which authorizes you most
- of the time - but it also has other interesting content like a description -
- often a time ( that you now can add to your calendar ) - often also locations (
- to give you directions ) - just try It out! The app is offline usable once you
- downloaded the pass!
+ There are so called espass or pkpass files - you can open them with this app -
+ e.g. when you receive them via email or get an Download-option. The most
+ important content is the BarCode ( QR , AZTEC & PDF417which authorizes you most
+ of the time - but it also has other interesting content like a description -
+ often a time ( that you now can add to your calendar ) - often also locations (
+ to give you directions ) - just try It out! The app is offline usable once you
+ downloaded the pass!
RepoType: git
Repo: https://github.com/ligi/PassAndroid
@@ -50,7 +50,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play_services/d' -e '/android-sdk-manager/d' -e '/spoon/d'
- build.gradle
+ build.gradle
- versionName: 2.3.5
versionCode: 235
@@ -60,7 +60,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play_services/d' -e '/android-sdk-manager/d' -e '/spoon/d'
- build.gradle
+ build.gradle
- versionName: 2.3.6
versionCode: 236
@@ -70,7 +70,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play_services/d' -e '/android-sdk-manager/d' -e '/spoon/d'
- build.gradle
+ build.gradle
- versionName: 2.3.7
versionCode: 237
@@ -80,7 +80,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play_services/d' -e '/android-sdk-manager/d' -e '/spoon/d'
- build.gradle
+ build.gradle
- versionName: 2.3.9
versionCode: 239
@@ -90,7 +90,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play_services/d' -e '/android-sdk-manager/d' -e '/spoon/d'
- build.gradle
+ build.gradle
- versionName: 2.4.1
versionCode: 241
@@ -182,7 +182,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play_services/d' -e '/android-sdk-manager/d' -e '/spoon/d'
- build.gradle
+ build.gradle
- versionName: 2.5.4
versionCode: 254
@@ -217,7 +217,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 2.6.0
versionCode: 260
@@ -228,7 +228,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 2.6.2
versionCode: 262
@@ -239,7 +239,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 2.6.3
versionCode: 263
@@ -250,7 +250,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 2.6.4
versionCode: 264
@@ -261,7 +261,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 2.7.0
versionCode: 270
@@ -272,7 +272,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 2.7.1
versionCode: 271
@@ -283,7 +283,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 2.7.2
versionCode: 272
@@ -294,7 +294,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 2.7.3
versionCode: 273
@@ -305,7 +305,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 2.7.5
versionCode: 275
@@ -316,7 +316,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 2.7.6
versionCode: 276
@@ -327,7 +327,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 2.8.0
versionCode: 280
@@ -338,7 +338,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 3.0.1
versionCode: 301
@@ -349,7 +349,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 3.0.2
versionCode: 302
@@ -360,7 +360,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 3.0.4
versionCode: 304
@@ -371,7 +371,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 3.0.7
versionCode: 307
@@ -382,7 +382,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 3.0.8
versionCode: 308
@@ -393,7 +393,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 3.0.9
versionCode: 309
@@ -404,7 +404,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 3.1.0
versionCode: 310
@@ -415,7 +415,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 3.1.1
versionCode: 311
@@ -426,7 +426,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 3.1.2
versionCode: 312
@@ -437,7 +437,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 3.1.6
versionCode: 316
@@ -448,7 +448,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 3.1.7
versionCode: 317
@@ -459,7 +459,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 3.1.8
versionCode: 318
@@ -470,7 +470,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 3.2.0
versionCode: 320
@@ -481,7 +481,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 3.2.1
versionCode: 321
@@ -492,7 +492,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 3.2.2
versionCode: 322
@@ -503,7 +503,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 3.2.3
versionCode: 323
@@ -514,7 +514,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 3.2.5
versionCode: 325
@@ -525,7 +525,7 @@ Builds:
- noAnalytics
- forFDroid
prebuild: sed -i -e '/play-services/d' -e '/android-sdk-manager/d' -e '/spoon-gradle-plugin/,+2d'
- -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
+ -e '/spoon {/,+2d' -e '/spoon/d' build.gradle
- versionName: 3.2.7
versionCode: 327
diff --git a/metadata/org.ligi.satoshiproof.yml b/metadata/org.ligi.satoshiproof.yml
index 490991b6e9..a4b82186a6 100644
--- a/metadata/org.ligi.satoshiproof.yml
+++ b/metadata/org.ligi.satoshiproof.yml
@@ -9,10 +9,10 @@ IssueTracker: https://github.com/ligi/SatoshiProof/issues
AutoName: Satoshi Proof
Description: |-
- Use the Bitcoin network like a notary. For example if your bike is damaged you
- can take a photo; then the app sends a small amount of bitcoins (a Satoshi) to a
- made-up address. If you ever need to prove when the photo was taken, the app can
- do so by checking the history of the Bitcoin network.
+ Use the Bitcoin network like a notary. For example if your bike is damaged you
+ can take a photo; then the app sends a small amount of bitcoins (a Satoshi) to a
+ made-up address. If you ever need to prove when the photo was taken, the app can
+ do so by checking the history of the Bitcoin network.
RepoType: git
Repo: https://github.com/ligi/SatoshiProof.git
diff --git a/metadata/org.ligi.scr.yml b/metadata/org.ligi.scr.yml
index 6080d1b04a..e722fcc3a3 100644
--- a/metadata/org.ligi.scr.yml
+++ b/metadata/org.ligi.scr.yml
@@ -9,7 +9,7 @@ IssueTracker: https://github.com/ligi/SCR/issues
AutoName: 33c3 SCR
Description: Mark the talks you want to see at 33C3 and prevent schedule conflicts
- this way.
+ this way.
RepoType: git
Repo: https://github.com/ligi/SCR.git
diff --git a/metadata/org.ligi.survivalmanual.yml b/metadata/org.ligi.survivalmanual.yml
index 7f8b1348ef..1682341669 100644
--- a/metadata/org.ligi.survivalmanual.yml
+++ b/metadata/org.ligi.survivalmanual.yml
@@ -10,16 +10,16 @@ IssueTracker: https://github.com/ligi/SurvivalManual/issues
AutoName: Survival Manual
Description: |-
- Survival Manual based on the Army Field Manual 21-76 - fully working offline. It
- contains info on how to make fire, build a shelter, find food, heal and other
- useful content in a case of emergency.
+ Survival Manual based on the Army Field Manual 21-76 - fully working offline. It
+ contains info on how to make fire, build a shelter, find food, heal and other
+ useful content in a case of emergency.
- But it does not have to be used in emergency situations only - it can be also
- useful for trips to the outdoors, hiking, camping, learning about nature and
- yourself truly. This is not only fun, but you can also train skills (make fire,
- build shelter, ..) you might need in a catastrophy. Some things work best with
- practice in a relaxed environment - then you also have time for some
- experiments.
+ But it does not have to be used in emergency situations only - it can be also
+ useful for trips to the outdoors, hiking, camping, learning about nature and
+ yourself truly. This is not only fun, but you can also train skills (make fire,
+ build shelter, ..) you might need in a catastrophy. Some things work best with
+ practice in a relaxed environment - then you also have time for some
+ experiments.
RepoType: git
Repo: https://github.com/ligi/SurvivalManual
diff --git a/metadata/org.linaro.glmark2.yml b/metadata/org.linaro.glmark2.yml
index d05bc3ba59..2ad4c73f24 100644
--- a/metadata/org.linaro.glmark2.yml
+++ b/metadata/org.linaro.glmark2.yml
@@ -17,7 +17,7 @@ Builds:
subdir: android
output: glmark2.apk
prebuild: sed -i -e 's#android-16/android.jar#android-26/android.jar#' -e '/jarsigner/d'
- build.sh
+ build.sh
build:
- export JAVA_HOME=$(readlink -f /usr/bin/javac | sed "s:/bin/javac::")
- ./build.sh
diff --git a/metadata/org.linphone.yml b/metadata/org.linphone.yml
index fd33c6b62a..8e02152675 100644
--- a/metadata/org.linphone.yml
+++ b/metadata/org.linphone.yml
@@ -272,7 +272,7 @@ Builds:
- src/android/org/linphone/gcm
- src/android/org/linphone/firebase/Firebase*.java
prebuild: sed -i -e 's|"kill_service_with_task_manager">true<|"kill_service_with_task_manager">false<|'
- res/values/non_localizable_custom.xml
+ res/values/non_localizable_custom.xml
scandelete:
- submodules
build:
@@ -303,7 +303,7 @@ Builds:
- src/android/org/linphone/gcm
- src/android/org/linphone/firebase/Firebase*.java
prebuild: sed -i -e 's|"kill_service_with_task_manager">true<|"kill_service_with_task_manager">false<|'
- res/values/non_localizable_custom.xml
+ res/values/non_localizable_custom.xml
scandelete:
- submodules
build:
@@ -336,7 +336,7 @@ Builds:
- src/android/org/linphone/firebase/Firebase*.java
- submodules/externals/xerces-c/tools/jars
prebuild: sed -i -e 's|"kill_service_with_task_manager">true<|"kill_service_with_task_manager">false<|'
- res/values/non_localizable_custom.xml
+ res/values/non_localizable_custom.xml
scanignore:
- submodules/belcard/src/vcard_grammar
- submodules/linphone/share/cpim_grammar
@@ -3116,8 +3116,8 @@ Builds:
- UpstreamNonFree
MaintainerNotes: |-
- We pull linphone-sdk at one random tag (since master is not allowed) and then checkout the latest tag available.
- We patch linphone-sdk to remove GMS and Firebase, thus UpstreamNonFree.
+ We pull linphone-sdk at one random tag (since master is not allowed) and then checkout the latest tag available.
+ We patch linphone-sdk to remove GMS and Firebase, thus UpstreamNonFree.
AutoUpdateMode: Version
UpdateCheckMode: Tags .*[0-9]$
diff --git a/metadata/org.logicallycreative.movingpolygons.yml b/metadata/org.logicallycreative.movingpolygons.yml
index 096197ed79..16a4952927 100644
--- a/metadata/org.logicallycreative.movingpolygons.yml
+++ b/metadata/org.logicallycreative.movingpolygons.yml
@@ -8,8 +8,8 @@ Changelog: https://github.com/jagossel/MovingPolygons/releases
AutoName: Moving Polygons
Description: |-
- Simple live wallpaper with a series of lines that have points bouncing off of
- the screen.
+ Simple live wallpaper with a series of lines that have points bouncing off of
+ the screen.
RepoType: git
Repo: https://github.com/jagossel/MovingPolygons.git
diff --git a/metadata/org.lumicall.android.yml b/metadata/org.lumicall.android.yml
index 46e5f52dfb..774928b139 100644
--- a/metadata/org.lumicall.android.yml
+++ b/metadata/org.lumicall.android.yml
@@ -8,15 +8,15 @@ IssueTracker: https://github.com/opentelecoms-org/lumicall/issues
AutoName: Lumicall
Description: |-
- SIP softphone with a comprehensive range of features:
+ SIP softphone with a comprehensive range of features:
- * ENUM dialing seamlessly checks all numbers you dial
- * DNS SRV lookup keeps track of which contact email addresses are active for federated SIP
- * TLS encryption of SIP messaging and both SRTP and ZRTP supported for audio stream encryption
- * ICE/STUN/TURN algorithms for NAT traversal in virtually any network (based on ice4j from Jitsi)
- * Push-to-talk (PTT) walkie-talkie mode allows free group chat on wifi (as long as the router supports multicast)
- * Built in Ganglia agent provides an enterprise-grade monitoring solution to map wifi coverage and it's relationship with call quality
- * Native x86 support
+ * ENUM dialing seamlessly checks all numbers you dial
+ * DNS SRV lookup keeps track of which contact email addresses are active for federated SIP
+ * TLS encryption of SIP messaging and both SRTP and ZRTP supported for audio stream encryption
+ * ICE/STUN/TURN algorithms for NAT traversal in virtually any network (based on ice4j from Jitsi)
+ * Push-to-talk (PTT) walkie-talkie mode allows free group chat on wifi (as long as the router supports multicast)
+ * Built in Ganglia agent provides an enterprise-grade monitoring solution to map wifi coverage and it's relationship with call quality
+ * Native x86 support
RepoType: git
Repo: https://github.com/opentelecoms-org/lumicall.git
diff --git a/metadata/org.macno.puma.yml b/metadata/org.macno.puma.yml
index ad83abb3c8..f0a3132491 100644
--- a/metadata/org.macno.puma.yml
+++ b/metadata/org.macno.puma.yml
@@ -5,12 +5,12 @@ SourceCode: https://gitorious.org/puma-droid/puma
AutoName: Puma
Description: |-
- A simple client for Pump.io, a stream server for distributed social networking
- and microblogging. Register a free account at a
- participating website and follow some people, before using the app.
+ A simple client for Pump.io, a stream server for distributed social networking
+ and microblogging. Register a free account at a
+ participating website and follow some people, before using the app.
- Status: Alpha. Not all the functions of the web UI are available, such as
- following people or viewing profiles.
+ Status: Alpha. Not all the functions of the web UI are available, such as
+ following people or viewing profiles.
Builds:
- versionName: '0.6'
@@ -66,16 +66,16 @@ Builds:
commit: ab1fe68b3c6f939a3f53ab424399bbd3066e70c5
MaintainerNotes: |-
- 0.18 has not been tagged. Reset UCM to RepoManifest. Disable AUM due to missing
- tags and included jar files! Replace them before re-enabling:
+ 0.18 has not been tagged. Reset UCM to RepoManifest. Disable AUM due to missing
+ tags and included jar files! Replace them before re-enabling:
- - android-support-v4.jar
- - httpclient-4.2.1.jar
- - httpcore-4.2.1.jar
- - httpmime-4.2.1.jar
- - markdown4j-2.2.jar
- - signpost-commonshttp4-1.2.1.2.jar
- - signpost-core-1.2.1.2.jar
+ - android-support-v4.jar
+ - httpclient-4.2.1.jar
+ - httpcore-4.2.1.jar
+ - httpmime-4.2.1.jar
+ - markdown4j-2.2.jar
+ - signpost-commonshttp4-1.2.1.2.jar
+ - signpost-core-1.2.1.2.jar
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.madore.android.unicodeMap.yml b/metadata/org.madore.android.unicodeMap.yml
index 2980861a54..5f9bc95aca 100644
--- a/metadata/org.madore.android.unicodeMap.yml
+++ b/metadata/org.madore.android.unicodeMap.yml
@@ -9,12 +9,12 @@ SourceCode: http://git.madore.org/cgit/android/UnicodeMap.git/
AutoName: Unicode Map
Description: |-
- UnicodeMap lets you browse Unicode characters by range and search for them by
- name, display them (when Android has the font) and copy them to the clipboard.
- It can also decode a string of Unicode characters to names. Of course, Android
- will only properly display a minuscule fraction of the characters, but those
- that are not properly displayed still “work” in the sense that you can copy them
- around or whatever.
+ UnicodeMap lets you browse Unicode characters by range and search for them by
+ name, display them (when Android has the font) and copy them to the clipboard.
+ It can also decode a string of Unicode characters to names. Of course, Android
+ will only properly display a minuscule fraction of the characters, but those
+ that are not properly displayed still “work” in the sense that you can copy them
+ around or whatever.
RepoType: git
Repo: git://git.madore.org/android/UnicodeMap.git
diff --git a/metadata/org.marcus905.wifi.ace.yml b/metadata/org.marcus905.wifi.ace.yml
index 50cab00b35..6d2c359bc3 100644
--- a/metadata/org.marcus905.wifi.ace.yml
+++ b/metadata/org.marcus905.wifi.ace.yml
@@ -9,9 +9,9 @@ IssueTracker: https://github.com/marcus905/android-wifi-ace/issues
Name: WiFi ACE
AutoName: WiFi Advanced Configuration Editor
Description: |-
- WiFi Advanced Configuration Editor lets you fine tune the settings of your
- configured wireless networks, such as BSSID, ciphers, WEP keys and various WPA
- options.
+ WiFi Advanced Configuration Editor lets you fine tune the settings of your
+ configured wireless networks, such as BSSID, ciphers, WEP keys and various WPA
+ options.
RepoType: git
Repo: https://github.com/marcus905/android-wifi-ace
diff --git a/metadata/org.mariotaku.imageviewergl.yml b/metadata/org.mariotaku.imageviewergl.yml
index 963aaf50a6..d6bfd30604 100644
--- a/metadata/org.mariotaku.imageviewergl.yml
+++ b/metadata/org.mariotaku.imageviewergl.yml
@@ -5,9 +5,9 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/https://github.co
AutoName: GLImageViewer
Description: |-
- Simple image viewer based on AOSP-Gallery app. It can open local/offline and
- remote/online images. It does not install an app launcher, but gets invoked from
- a browser or file explorer.
+ Simple image viewer based on AOSP-Gallery app. It can open local/offline and
+ remote/online images. It does not install an app launcher, but gets invoked from
+ a browser or file explorer.
Builds:
- versionName: '1.0'
diff --git a/metadata/org.mariotaku.twidere.extension.twitlonger.yml b/metadata/org.mariotaku.twidere.extension.twitlonger.yml
index 9511901998..9d2fe80d55 100644
--- a/metadata/org.mariotaku.twidere.extension.twitlonger.yml
+++ b/metadata/org.mariotaku.twidere.extension.twitlonger.yml
@@ -10,9 +10,9 @@ IssueTracker: https://github.com/mariotaku/twidere.extension.twitlonger/issues
Name: 'Twidere Extension: TwitLonger'
AutoName: Twidere TwitLonger Extension
Description: |-
- TwitLonger.com is a service that lets you post those tricky messages that really
- do need more than 140 characters and send them to Twitter. Not affiliated with
- Twitter so you may need to look at their privacy policy.
+ TwitLonger.com is a service that lets you post those tricky messages that really
+ do need more than 140 characters and send them to Twitter. Not affiliated with
+ Twitter so you may need to look at their privacy policy.
RepoType: git
Repo: https://github.com/mariotaku/twidere.extension.twitlonger.git
diff --git a/metadata/org.mariotaku.twidere.yml b/metadata/org.mariotaku.twidere.yml
index d6ecfd2b84..e1d215842f 100644
--- a/metadata/org.mariotaku.twidere.yml
+++ b/metadata/org.mariotaku.twidere.yml
@@ -12,24 +12,24 @@ Bitcoin: 3HGDdf9ptTPNaY7C53gREMUnUsUVUoqm8G
AutoName: Twidere
Description: |-
- Features include:
+ Features include:
- * Built in image viewer and map viewer
- * Direct messages with conversation style
- * Extension support like Twicca, but more friendly for users and developers
- * t.co link auto expanding
- * Multiple account support
- * Custom oAuth consumer key/secret
- * Basic features supported for Fanfou
- * Direct login with user name and password (Don't worry! It's safe!)
- * Custom API Proxy (gtap, twip, jtapi supported)
- * GZip compressing for API requests
- * TCP DNS query and custom host mapping to fight against censorship
+ * Built in image viewer and map viewer
+ * Direct messages with conversation style
+ * Extension support like Twicca, but more friendly for users and developers
+ * t.co link auto expanding
+ * Multiple account support
+ * Custom oAuth consumer key/secret
+ * Basic features supported for Fanfou
+ * Direct login with user name and password (Don't worry! It's safe!)
+ * Custom API Proxy (gtap, twip, jtapi supported)
+ * GZip compressing for API requests
+ * TCP DNS query and custom host mapping to fight against censorship
- Development is focussed on Twitter and that service is the only one officially
- supported.
+ Development is focussed on Twitter and that service is the only one officially
+ supported.
- You can donate via PayPal and Bitcoin/Ethereum here.
+ You can donate via PayPal and Bitcoin/Ethereum here.
RepoType: git
Repo: https://github.com/TwidereProject/Twidere-Android
diff --git a/metadata/org.materialos.icons.yml b/metadata/org.materialos.icons.yml
index e0825a2b5b..82a85fd69e 100644
--- a/metadata/org.materialos.icons.yml
+++ b/metadata/org.materialos.icons.yml
@@ -6,33 +6,33 @@ IssueTracker: https://github.com/materialos/android-icon-pack/issues
AutoName: MaterialOS
Description: |-
- MaterialOS - Icons is an icon pack from a community of designers. It features
- Material Design and Material Inspired wallpapers and iconography.
+ MaterialOS - Icons is an icon pack from a community of designers. It features
+ Material Design and Material Inspired wallpapers and iconography.
- Features:
+ Features:
- * 450+ Icons
- * Wallpapers by amazing designers
+ * 450+ Icons
+ * Wallpapers by amazing designers
- Supported Launchers:
+ Supported Launchers:
- * Nova Launcher
- * Apex Launcher
- * ADW Launcher
- * Action Launcher
- * Atom Launcher
- * Aviate Launcher
- * CyanogenMod Theme Engine
- * Go Launcher
- * KK Launcher
- * LG Home
- * Next Launcher
- * Smart Launcher
- * Solo Launcher
+ * Nova Launcher
+ * Apex Launcher
+ * ADW Launcher
+ * Action Launcher
+ * Atom Launcher
+ * Aviate Launcher
+ * CyanogenMod Theme Engine
+ * Go Launcher
+ * KK Launcher
+ * LG Home
+ * Next Launcher
+ * Smart Launcher
+ * Solo Launcher
- Other launchers may be supported but you will have to activate the icon pack
- from the launcher's settings. Google's Launcher and stock launchers don't
- support icon packs without external hacks (like Xposed GEL Settings)
+ Other launchers may be supported but you will have to activate the icon pack
+ from the launcher's settings. Google's Launcher and stock launchers don't
+ support icon packs without external hacks (like Xposed GEL Settings)
RepoType: git
Repo: https://github.com/materialos/android-icon-pack.git
diff --git a/metadata/org.mazhuang.guanggoo.yml b/metadata/org.mazhuang.guanggoo.yml
index eeeda04cd4..cb9e97ec0f 100644
--- a/metadata/org.mazhuang.guanggoo.yml
+++ b/metadata/org.mazhuang.guanggoo.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on guozaoke.com.
+ NonFreeNet:
+ en-US: Depends on guozaoke.com.
Categories:
- Internet
License: Apache-2.0
diff --git a/metadata/org.mbach.lemonde.yml b/metadata/org.mbach.lemonde.yml
index ef15160430..d56d10ed20 100644
--- a/metadata/org.mbach.lemonde.yml
+++ b/metadata/org.mbach.lemonde.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on the Le Monde website, which is not libre.
+ NonFreeNet:
+ en-US: App depends on the Le Monde website, which is not libre.
Categories:
- Reading
License: GPL-3.0-only
@@ -24,7 +24,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g'
- ../build.gradle
+ ../build.gradle
- versionName: '1.9'
versionCode: 9
@@ -33,7 +33,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g'
- ../build.gradle
+ ../build.gradle
- versionName: '1.10'
versionCode: 10
@@ -42,7 +42,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g'
- ../build.gradle
+ ../build.gradle
- versionName: '1.11'
versionCode: 11
@@ -51,7 +51,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g'
- ../build.gradle
+ ../build.gradle
- versionName: '1.12'
versionCode: 12
@@ -60,7 +60,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g'
- ../build.gradle
+ ../build.gradle
- versionName: '1.13'
versionCode: 13
@@ -69,7 +69,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g'
- ../build.gradle
+ ../build.gradle
- versionName: '1.14'
versionCode: 14
@@ -78,7 +78,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g'
- ../build.gradle
+ ../build.gradle
- versionName: '1.15'
versionCode: 15
@@ -87,7 +87,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:3.2.0-alpha05/com.android.tools.build:gradle:3.1.2/g'
- ../build.gradle
+ ../build.gradle
- versionName: '1.16'
versionCode: 16
diff --git a/metadata/org.mcxa.softsound.yml b/metadata/org.mcxa.softsound.yml
index ada2435016..105623084a 100644
--- a/metadata/org.mcxa.softsound.yml
+++ b/metadata/org.mcxa.softsound.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/wildeyedskies/Soft-Sound/issues
AutoName: Soft Sound
Description: |-
- Play relaxing sounds to help you sleep, concentrate or stay calm.
- The sound files used are from soundbible.com and are licensed under Creative Commons
- or public domain. Sounds recorded by Tim, Mike Koenig, Mark DiAngelo, Lisa Redfern
+ Play relaxing sounds to help you sleep, concentrate or stay calm.
+ The sound files used are from soundbible.com and are licensed under Creative Commons
+ or public domain. Sounds recorded by Tim, Mike Koenig, Mark DiAngelo, Lisa Redfern
RepoType: git
Repo: https://github.com/wildeyedskies/Soft-Sound
diff --git a/metadata/org.mcxa.vortaro.yml b/metadata/org.mcxa.vortaro.yml
index 69c67912f2..dd429e6bd0 100644
--- a/metadata/org.mcxa.vortaro.yml
+++ b/metadata/org.mcxa.vortaro.yml
@@ -10,9 +10,9 @@ Changelog: https://github.com/zoenb/vortaro/releases
AutoName: Senreta Vortaro
Description: |-
- Senreta Vortaro (Offline Dictionary) is an English-Esperanto dictionary app
- inspired by the web page Tuja Vortaro. It is
- designed to be easy to use for beginners.
+ Senreta Vortaro (Offline Dictionary) is an English-Esperanto dictionary app
+ inspired by the web page Tuja Vortaro. It is
+ designed to be easy to use for beginners.
RepoType: git
Repo: https://github.com/zoenb/vortaro
diff --git a/metadata/org.mcxa.zephyrlogger.yml b/metadata/org.mcxa.zephyrlogger.yml
index 352da705e7..ec5b7e520e 100644
--- a/metadata/org.mcxa.zephyrlogger.yml
+++ b/metadata/org.mcxa.zephyrlogger.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/ianmcxa/ZephyrLogger/issues
AutoName: ZephyrLogger
Description: |-
- ZephyrLogger connects to the Zypher HxM heart rate monitor and logs the data
- from the device directly to a text file. This allows for in depth analysis of
- the heart rate data.
+ ZephyrLogger connects to the Zypher HxM heart rate monitor and logs the data
+ from the device directly to a text file. This allows for in depth analysis of
+ the heart rate data.
RepoType: git
Repo: https://github.com/ianmcxa/ZephyrLogger
diff --git a/metadata/org.me.tvhguide.yml b/metadata/org.me.tvhguide.yml
index 8d53cb9a5f..ac4df0f6bd 100644
--- a/metadata/org.me.tvhguide.yml
+++ b/metadata/org.me.tvhguide.yml
@@ -8,11 +8,11 @@ Name: TVHGuide (old)
AutoName: TVHGuide
Summary: TVHeadEnd PVR client
Description: |-
- Watch live TV and recordings from your home theatre setup if you have a
- TVHeadEnd PVR
+ Watch live TV and recordings from your home theatre setup if you have a
+ TVHeadEnd PVR
- Note: upstream developer has changed package id, new package is at
- https://f-droid.org/packages/org.tvheadend.tvhguide.
+ Note: upstream developer has changed package id, new package is at
+ https://f-droid.org/packages/org.tvheadend.tvhguide.
RepoType: git
Repo: https://github.com/john-tornblom/TVHGuide.git
diff --git a/metadata/org.miamplayer.autoairplanemode.yml b/metadata/org.miamplayer.autoairplanemode.yml
index 11a5ad418a..b141cc77ae 100644
--- a/metadata/org.miamplayer.autoairplanemode.yml
+++ b/metadata/org.miamplayer.autoairplanemode.yml
@@ -11,8 +11,8 @@ Bitcoin: 39RBokXr4V9FPpuF7v1bM6PYcbgRRApp9W
AutoName: Auto Airplane Mode
Description: |-
- Schedule airplane mode based on your settings, e.g. by date/time. Root access is
- required to write secure system settings!
+ Schedule airplane mode based on your settings, e.g. by date/time. Root access is
+ required to write secure system settings!
RequiresRoot: true
diff --git a/metadata/org.michaelevans.nightmodeenabler.yml b/metadata/org.michaelevans.nightmodeenabler.yml
index 0ad5f75ff9..b02c75f9d0 100644
--- a/metadata/org.michaelevans.nightmodeenabler.yml
+++ b/metadata/org.michaelevans.nightmodeenabler.yml
@@ -8,19 +8,19 @@ IssueTracker: https://github.com/MichaelEvans/NightModeEnabler/issues
AutoName: Night Mode Enabler
Description: |-
- Enables toggle and quick tile to control system-wide dark theming.
+ Enables toggle and quick tile to control system-wide dark theming.
- Want access to the Night Mode Quick Tile on Nougat? Seems like it's hidden. But
- with this amazing app, you can get a sweet VIP pass to that awesome blue-light
- killer.
+ Want access to the Night Mode Quick Tile on Nougat? Seems like it's hidden. But
+ with this amazing app, you can get a sweet VIP pass to that awesome blue-light
+ killer.
- If you're having trouble - make sure to click "On" in the top left rather than
- the switch in the top right once it opens System UI Tuner.
+ If you're having trouble - make sure to click "On" in the top left rather than
+ the switch in the top right once it opens System UI Tuner.
- Note: On Android 7.1 and higher - this feature is officially built into the
- operating system, called Night Light. However, this feature requires a driver,
- and as a result, only is available on Pixel and Pixel XL (and newer devices). As
- a result this will not work on Nexus devices on that version.
+ Note: On Android 7.1 and higher - this feature is officially built into the
+ operating system, called Night Light. However, this feature requires a driver,
+ and as a result, only is available on Pixel and Pixel XL (and newer devices). As
+ a result this will not work on Nexus devices on that version.
RepoType: git
Repo: https://github.com/MichaelEvans/NightModeEnabler
diff --git a/metadata/org.microg.nlp.backend.apple.yml b/metadata/org.microg.nlp.backend.apple.yml
index debdc16bce..7261073801 100644
--- a/metadata/org.microg.nlp.backend.apple.yml
+++ b/metadata/org.microg.nlp.backend.apple.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on proprietary Apple backend service.
- Tracking:
- en-US: Apple tracking your location.
+ NonFreeNet:
+ en-US: Depends on proprietary Apple backend service.
+ Tracking:
+ en-US: Apple tracking your location.
Categories:
- Navigation
License: Apache-2.0
@@ -14,11 +14,11 @@ Changelog: https://github.com/microg/AppleWifiNlpBackend/releases
AutoName: Apple UnifiedNlp Backend
Description: |-
- https://f-droid.org/packages/com.google.android.gms backend that uses Apple's service to resolve WiFi
- locations.
+ https://f-droid.org/packages/com.google.android.gms backend that uses Apple's service to resolve WiFi
+ locations.
- Location calculation is done onboard and wifi locations are cached to minimize
- data usage.
+ Location calculation is done onboard and wifi locations are cached to minimize
+ data usage.
RepoType: git
Repo: https://github.com/microg/AppleWifiNlpBackend.git
diff --git a/metadata/org.microg.nlp.backend.ichnaea.yml b/metadata/org.microg.nlp.backend.ichnaea.yml
index 2048d13939..c307d7101f 100644
--- a/metadata/org.microg.nlp.backend.ichnaea.yml
+++ b/metadata/org.microg.nlp.backend.ichnaea.yml
@@ -10,10 +10,10 @@ Changelog: https://github.com/microg/IchnaeaNlpBackend/releases
Name: MozillaNlpBackend
AutoName: Mozilla UnifiedNlp Backend
Description: |-
- https://f-droid.org/packages/com.google.android.gms backend that uses
- Mozilla Location Services.
+ https://f-droid.org/packages/com.google.android.gms backend that uses
+ Mozilla Location Services.
- Location calculation is done online and therefor requires internet connection.
+ Location calculation is done online and therefor requires internet connection.
RepoType: git
Repo: https://github.com/microg/IchnaeaNlpBackend
diff --git a/metadata/org.microg.nlp.backend.nominatim.yml b/metadata/org.microg.nlp.backend.nominatim.yml
index 6073f3bad5..c91cf779e2 100644
--- a/metadata/org.microg.nlp.backend.nominatim.yml
+++ b/metadata/org.microg.nlp.backend.nominatim.yml
@@ -11,8 +11,8 @@ Changelog: https://github.com/microg/NominatimGeocoderBackend/releases
Name: NominatimNlpBackend
AutoName: Nominatim Geocoder Backend
Description: |-
- https://f-droid.org/packages/com.google.android.gms backend that uses MapQuest's Nominatim service (based
- on OpenStreetMap) for geocoding.
+ https://f-droid.org/packages/com.google.android.gms backend that uses MapQuest's Nominatim service (based
+ on OpenStreetMap) for geocoding.
RepoType: git
Repo: https://github.com/microg/NominatimGeocoderBackend
diff --git a/metadata/org.microg.nlp.yml b/metadata/org.microg.nlp.yml
index 792e102443..97f424f203 100644
--- a/metadata/org.microg.nlp.yml
+++ b/metadata/org.microg.nlp.yml
@@ -11,23 +11,23 @@ Changelog: https://github.com/microg/android_packages_apps_UnifiedNlp/releases
Name: UnifiedNlp (GAPPS)
AutoName: microG UnifiedNlp
Description: |-
- Most modern ROMs come with support for non-Google geolocation providers. On
- these systems UnifiedNlp can be installed as a user app to replace the network
- location provider. It acts as a middleware for various plugins aka backends, it
- does not provide any location lookup itself. For further information please
- refer to the https://f-droid.org/packages/com.google.android.gms package and the
- README.
+ Most modern ROMs come with support for non-Google geolocation providers. On
+ these systems UnifiedNlp can be installed as a user app to replace the network
+ location provider. It acts as a middleware for various plugins aka backends, it
+ does not provide any location lookup itself. For further information please
+ refer to the https://f-droid.org/packages/com.google.android.gms package and the
+ README.
- To be able to use this package, you will either need the
- XposedUnifiedNlp
- module, or your custom ROM must have org.microg.nlp added to the list of
- network location services, otherwise https://f-droid.org/packages/com.google.android.gms would be more
- suitable for you (provided that you do not have GAPPS installed on your system).
+ To be able to use this package, you will either need the
+ XposedUnifiedNlp
+ module, or your custom ROM must have org.microg.nlp added to the list of
+ network location services, otherwise https://f-droid.org/packages/com.google.android.gms would be more
+ suitable for you (provided that you do not have GAPPS installed on your system).
- After installing you have to reboot your device, install a backend service and
- activate/configure it in the app settings. After this you can use UnifiedNlp by
- activating network-based geolocation from Settings -> Location: You need to
- select any mode but "device only".
+ After installing you have to reboot your device, install a backend service and
+ activate/configure it in the app settings. After this you can use UnifiedNlp by
+ activating network-based geolocation from Settings -> Location: You need to
+ select any mode but "device only".
RepoType: git
Repo: https://github.com/microg/android_packages_apps_UnifiedNlp/
diff --git a/metadata/org.midorinext.android.yml b/metadata/org.midorinext.android.yml
index 78178f5a96..c1b4f9dd11 100644
--- a/metadata/org.midorinext.android.yml
+++ b/metadata/org.midorinext.android.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- Tracking:
- en-US: App sends bug reports without consent.
+ Tracking:
+ en-US: App sends bug reports without consent.
Categories:
- Internet
License: LGPL-3.0-only
@@ -55,7 +55,7 @@ Builds:
- stable
MaintainerNotes: Tracking AntiFeature as the app sends bug reports without consent
- (d#2317)
+ (d#2317)
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.mixare.yml b/metadata/org.mixare.yml
index f07f04157f..a884d54a79 100644
--- a/metadata/org.mixare.yml
+++ b/metadata/org.mixare.yml
@@ -11,19 +11,19 @@ SourceCode: https://gitlab.com/mixare/mixare
AutoName: Mixare
Description: |-
- Point the camera and see what's around. Uses a variety of sources, including
- Wikipedia , Twitter, OpenStreetMap and mixare.org. Versions after 0.9.2 are
- built from a different repository which avoids the Google Maps requirement and
- uses OSM instead. (This is not fully implemented yet).
+ Point the camera and see what's around. Uses a variety of sources, including
+ Wikipedia , Twitter, OpenStreetMap and mixare.org. Versions after 0.9.2 are
+ built from a different repository which avoids the Google Maps requirement and
+ uses OSM instead. (This is not fully implemented yet).
- Google Maps don't function in the f-droid.org build, because API keys aren't in
- the source code.
+ Google Maps don't function in the f-droid.org build, because API keys aren't in
+ the source code.
- Anti-feature: Dependencies. It's necessary for Google Maps to be already
- installed either as an app or as a shared system library for this app to be
- installable.
+ Anti-feature: Dependencies. It's necessary for Google Maps to be already
+ installed either as an app or as a shared system library for this app to be
+ installable.
- Note: This app is currently not actively maintained.
+ Note: This app is currently not actively maintained.
RepoType: git
Repo: https://gitlab.com/mixare/mixare.git
@@ -40,7 +40,7 @@ Builds:
- versionName: 0.8.2
versionCode: 23
disable: b17820b40d59 but need to resolve build issue - now has libraries that
- need building
+ need building
commit: need building
- versionName: 0.9.2
diff --git a/metadata/org.mmk2410.cyngn.theme.fira.yml b/metadata/org.mmk2410.cyngn.theme.fira.yml
index 40145a2d09..25cfaaae8a 100644
--- a/metadata/org.mmk2410.cyngn.theme.fira.yml
+++ b/metadata/org.mmk2410.cyngn.theme.fira.yml
@@ -10,9 +10,9 @@ IssueTracker: https://gitlab.com/mmk2410/cm-themechooser-font-fira/issues
AutoName: Fira Font
Description: |-
- This is the Fira font by Erik Spiekermann, Ralph du Carrois, Anja Meiners and
- Botio Nikoltchev, packaged for the Cyanogenmod Theme Engine. All the credits go
- to the three named font designers.
+ This is the Fira font by Erik Spiekermann, Ralph du Carrois, Anja Meiners and
+ Botio Nikoltchev, packaged for the Cyanogenmod Theme Engine. All the credits go
+ to the three named font designers.
RepoType: git
Repo: https://gitlab.com/mmk2410/cm-themechooser-font-fira.git
diff --git a/metadata/org.moparisthebest.appbak.yml b/metadata/org.moparisthebest.appbak.yml
index ac78a9a2ea..20ac079ea5 100644
--- a/metadata/org.moparisthebest.appbak.yml
+++ b/metadata/org.moparisthebest.appbak.yml
@@ -8,16 +8,16 @@ IssueTracker: https://github.com/moparisthebest/AppBak/issues
AutoName: AppBak
Description: |-
- Simple way to back up a list of installed applications to a file on your SD
- card. The option to restore individual apps from this list is limited to other
- app stores that are installed on the phone that can accept market intents. It is
- not a good idea to restore apps already in the F-droid repo using this method.
- In most cases F-droid apps will have a different signature requiring you to
- uninstall the app when switching between sources.
+ Simple way to back up a list of installed applications to a file on your SD
+ card. The option to restore individual apps from this list is limited to other
+ app stores that are installed on the phone that can accept market intents. It is
+ not a good idea to restore apps already in the F-droid repo using this method.
+ In most cases F-droid apps will have a different signature requiring you to
+ uninstall the app when switching between sources.
- There is an option in F-droid to cache downloaded apks to local storage, so if
- you are looking to restore apps after a wipe try keeping that enabled. The apps
- can then be restored using a file manager like https://f-droid.org/packages/org.openintents.filemanager.
+ There is an option in F-droid to cache downloaded apks to local storage, so if
+ you are looking to restore apps after a wipe try keeping that enabled. The apps
+ can then be restored using a file manager like https://f-droid.org/packages/org.openintents.filemanager.
RepoType: git
Repo: https://github.com/moparisthebest/AppBak.git
diff --git a/metadata/org.moparisthebest.pageplus.yml b/metadata/org.moparisthebest.pageplus.yml
index 1141495761..c8678eda5e 100644
--- a/metadata/org.moparisthebest.pageplus.yml
+++ b/metadata/org.moparisthebest.pageplus.yml
@@ -9,19 +9,19 @@ Changelog: https://github.com/moparisthebest/PagePlusBalance#changelog
AutoName: Page Plus Balance
Description: |-
- Gets your balance directly from PagePlusCellular.com, saving bandwidth by making
- fewer requests than a browser could and not downloading any javascript, css, or
- images that a browser would.
+ Gets your balance directly from PagePlusCellular.com, saving bandwidth by making
+ fewer requests than a browser could and not downloading any javascript, css, or
+ images that a browser would.
- Optionally, over mobile data, will send your details to a service on my server
- that uses the same code to grab your balance from Page Plus as the android app
- and sending you back only the data you want as plain text, saving you a
- substantial amount of bandwidth.
+ Optionally, over mobile data, will send your details to a service on my server
+ that uses the same code to grab your balance from Page Plus as the android app
+ and sending you back only the data you want as plain text, saving you a
+ substantial amount of bandwidth.
- Now supports getting your balance by automatically sending a text of BAL to
- 7243, and parsing the response.
+ Now supports getting your balance by automatically sending a text of BAL to
+ 7243, and parsing the response.
- Stores your balance on your phone along with the last time you refreshed it.
+ Stores your balance on your phone along with the last time you refreshed it.
RepoType: git
Repo: https://github.com/moparisthebest/PagePlusBalance.git
diff --git a/metadata/org.mosad.teapod.yml b/metadata/org.mosad.teapod.yml
index 1fbb0ebd25..d68117870f 100644
--- a/metadata/org.mosad.teapod.yml
+++ b/metadata/org.mosad.teapod.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on anime-on-demand.de, which is not libre.
+ NonFreeNet:
+ en-US: App depends on anime-on-demand.de, which is not libre.
Categories:
- Multimedia
License: GPL-3.0-or-later
diff --git a/metadata/org.mosspaper.yml b/metadata/org.mosspaper.yml
index 34d8555452..cfa865aae9 100644
--- a/metadata/org.mosspaper.yml
+++ b/metadata/org.mosspaper.yml
@@ -9,12 +9,12 @@ IssueTracker: https://github.com/teneighty/moss/issues
AutoName: Moss
Description: |-
- Conky-like live wallpaper. It provides system statistics
- such as uptime, CPU usage, network usage, top processes, and battery level.
+ Conky-like live wallpaper. It provides system statistics
+ such as uptime, CPU usage, network usage, top processes, and battery level.
- See the website for more themes; some of those are already packaged as Moss
- Patches — a zip file with an mpk extension containing configs, fonts etc. which
- will launch Moss when downloaded.
+ See the website for more themes; some of those are already packaged as Moss
+ Patches — a zip file with an mpk extension containing configs, fonts etc. which
+ will launch Moss when downloaded.
RepoType: git
Repo: https://github.com/teneighty/moss.git
diff --git a/metadata/org.mozc.android.inputmethod.japanese.yml b/metadata/org.mozc.android.inputmethod.japanese.yml
index 310e05e6c7..9938e89df2 100644
--- a/metadata/org.mozc.android.inputmethod.japanese.yml
+++ b/metadata/org.mozc.android.inputmethod.japanese.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeAssets:
- en-US: contains files provided by the Japanese postal services (not libre)
+ NonFreeAssets:
+ en-US: contains files provided by the Japanese postal services (not libre)
Categories:
- Writing
License: BSD-3-Clause
@@ -86,10 +86,10 @@ Builds:
ndk: r16b
MaintainerNotes: |-
- We get guava from Maven Central because building it from source would
- require Java 7.
+ We get guava from Maven Central because building it from source would
+ require Java 7.
- As explained here, we use files provided by the Japanese postal services to enrich the dictionary. These files are not published under a FOSS license, but redistribution is allowed.
+ As explained here, we use files provided by the Japanese postal services to enrich the dictionary. These files are not published under a FOSS license, but redistribution is allowed.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.mozilla.fennec_fdroid.yml b/metadata/org.mozilla.fennec_fdroid.yml
index 6b0a6322ac..a8f132d2ad 100644
--- a/metadata/org.mozilla.fennec_fdroid.yml
+++ b/metadata/org.mozilla.fennec_fdroid.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- Tracking:
- en-US: Connects to various Mozilla and Google services that can track users.
- UpstreamNonFree:
- en-US: Telemetry and proprietary bits are removed by F-Droid builds.
+ Tracking:
+ en-US: Connects to various Mozilla and Google services that can track users.
+ UpstreamNonFree:
+ en-US: Telemetry and proprietary bits are removed by F-Droid builds.
Categories:
- Internet
License: MPL-2.0
@@ -14,19 +14,19 @@ Donate: https://sendto.mozilla.org/page/contribute/openwebfund
Name: Fennec F-Droid
Description: |-
- Browser that supports current and anticipated web standards.
+ Browser that supports current and anticipated web standards.
- * Improved tracking protection that blocks over 2000 online trackers.
- * Private mode available in a single tap.
- * Customizable navigation bar position.
- * Dark theme.
- * Collections of tabs.
- * Synchronization across multiple devices.
- * Search widget.
- * Picture-in-picture mode.
+ * Improved tracking protection that blocks over 2000 online trackers.
+ * Private mode available in a single tap.
+ * Customizable navigation bar position.
+ * Dark theme.
+ * Collections of tabs.
+ * Synchronization across multiple devices.
+ * Search widget.
+ * Picture-in-picture mode.
- Fennec F-Droid is based on the latest Firefox release (codenamed Fenix).
- It has proprietary bits and telemetry removed, but still connects to various Mozilla and Google services that can track users.
+ Fennec F-Droid is based on the latest Firefox release (codenamed Fenix).
+ It has proprietary bits and telemetry removed, but still connects to various Mozilla and Google services that can track users.
RepoType: git
Repo: https://github.com/mozilla-mobile/firefox-android
@@ -438,11 +438,11 @@ Builds:
versionCode: 360400
commit: FENNEC_36_0_4_RELEASE
init: rm -R docshell/test/ dom/tests/ modules/libjar/test/ security/manager/ssl/tests/*test/
- security/nss/cmd/bltest/tests/ security/nss/tests/ toolkit/crashreporter/moz.build
- toolkit/crashreporter/client/ toolkit/crashreporter/google-breakpad/src/tools/
- toolkit/crashreporter/google-breakpad/src/client/ toolkit/crashreporter/google-breakpad/src/processor/testdata/
- toolkit/crashreporter/google-breakpad/src/third_party/linux/ toolkit/mozapps/extensions/test/
- xpcom/tests/
+ security/nss/cmd/bltest/tests/ security/nss/tests/ toolkit/crashreporter/moz.build
+ toolkit/crashreporter/client/ toolkit/crashreporter/google-breakpad/src/tools/
+ toolkit/crashreporter/google-breakpad/src/client/ toolkit/crashreporter/google-breakpad/src/processor/testdata/
+ toolkit/crashreporter/google-breakpad/src/third_party/linux/ toolkit/mozapps/extensions/test/
+ xpcom/tests/
patch:
- 36.0.4-android-22-a.patch
- 36.0.4-android-22-b.patch
@@ -503,11 +503,11 @@ Builds:
versionCode: 360410
commit: FENNEC_36_0_4_RELEASE
init: rm -R docshell/test/ dom/tests/ modules/libjar/test/ security/manager/ssl/tests/*test/
- security/nss/cmd/bltest/tests/ security/nss/tests/ toolkit/crashreporter/moz.build
- toolkit/crashreporter/client/ toolkit/crashreporter/google-breakpad/src/tools/
- toolkit/crashreporter/google-breakpad/src/client/ toolkit/crashreporter/google-breakpad/src/processor/testdata/
- toolkit/crashreporter/google-breakpad/src/third_party/linux/ toolkit/mozapps/extensions/test/
- xpcom/tests/
+ security/nss/cmd/bltest/tests/ security/nss/tests/ toolkit/crashreporter/moz.build
+ toolkit/crashreporter/client/ toolkit/crashreporter/google-breakpad/src/tools/
+ toolkit/crashreporter/google-breakpad/src/client/ toolkit/crashreporter/google-breakpad/src/processor/testdata/
+ toolkit/crashreporter/google-breakpad/src/third_party/linux/ toolkit/mozapps/extensions/test/
+ xpcom/tests/
patch:
- 36.0.4-android-22-a.patch
- 36.0.4-android-22-b.patch
@@ -568,11 +568,11 @@ Builds:
versionCode: 370000
commit: FENNEC_37_0_RELEASE
init: rm -R docshell/test/ dom/tests/ modules/libjar/test/ security/manager/ssl/tests/*test/
- security/nss/cmd/bltest/tests/ security/nss/tests/ toolkit/crashreporter/moz.build
- toolkit/crashreporter/client/ toolkit/crashreporter/google-breakpad/src/tools/
- toolkit/crashreporter/google-breakpad/src/client/ toolkit/crashreporter/google-breakpad/src/processor/testdata/
- toolkit/crashreporter/google-breakpad/src/third_party/linux/ toolkit/mozapps/extensions/test/
- xpcom/tests/
+ security/nss/cmd/bltest/tests/ security/nss/tests/ toolkit/crashreporter/moz.build
+ toolkit/crashreporter/client/ toolkit/crashreporter/google-breakpad/src/tools/
+ toolkit/crashreporter/google-breakpad/src/client/ toolkit/crashreporter/google-breakpad/src/processor/testdata/
+ toolkit/crashreporter/google-breakpad/src/third_party/linux/ toolkit/mozapps/extensions/test/
+ xpcom/tests/
patch:
- 36.0.4-android-22-a.patch
- 36.0.4-android-22-b.patch
@@ -631,11 +631,11 @@ Builds:
versionCode: 370010
commit: FENNEC_37_0_RELEASE
init: rm -R docshell/test/ dom/tests/ modules/libjar/test/ security/manager/ssl/tests/*test/
- security/nss/cmd/bltest/tests/ security/nss/tests/ toolkit/crashreporter/moz.build
- toolkit/crashreporter/client/ toolkit/crashreporter/google-breakpad/src/tools/
- toolkit/crashreporter/google-breakpad/src/client/ toolkit/crashreporter/google-breakpad/src/processor/testdata/
- toolkit/crashreporter/google-breakpad/src/third_party/linux/ toolkit/mozapps/extensions/test/
- xpcom/tests/
+ security/nss/cmd/bltest/tests/ security/nss/tests/ toolkit/crashreporter/moz.build
+ toolkit/crashreporter/client/ toolkit/crashreporter/google-breakpad/src/tools/
+ toolkit/crashreporter/google-breakpad/src/client/ toolkit/crashreporter/google-breakpad/src/processor/testdata/
+ toolkit/crashreporter/google-breakpad/src/third_party/linux/ toolkit/mozapps/extensions/test/
+ xpcom/tests/
patch:
- 36.0.4-android-22-a.patch
- 36.0.4-android-22-b.patch
@@ -694,11 +694,11 @@ Builds:
versionCode: 370100
commit: FENNEC_37_0_1_RELEASE
init: rm -R docshell/test/ dom/tests/ modules/libjar/test/ security/manager/ssl/tests/*test/
- security/nss/cmd/bltest/tests/ security/nss/tests/ toolkit/crashreporter/moz.build
- toolkit/crashreporter/client/ toolkit/crashreporter/google-breakpad/src/tools/
- toolkit/crashreporter/google-breakpad/src/client/ toolkit/crashreporter/google-breakpad/src/processor/testdata/
- toolkit/crashreporter/google-breakpad/src/third_party/linux/ toolkit/mozapps/extensions/test/
- xpcom/tests/
+ security/nss/cmd/bltest/tests/ security/nss/tests/ toolkit/crashreporter/moz.build
+ toolkit/crashreporter/client/ toolkit/crashreporter/google-breakpad/src/tools/
+ toolkit/crashreporter/google-breakpad/src/client/ toolkit/crashreporter/google-breakpad/src/processor/testdata/
+ toolkit/crashreporter/google-breakpad/src/third_party/linux/ toolkit/mozapps/extensions/test/
+ xpcom/tests/
patch:
- 36.0.4-android-22-a.patch
- 36.0.4-android-22-b.patch
@@ -757,11 +757,11 @@ Builds:
versionCode: 370110
commit: FENNEC_37_0_1_RELEASE
init: rm -R docshell/test/ dom/tests/ modules/libjar/test/ security/manager/ssl/tests/*test/
- security/nss/cmd/bltest/tests/ security/nss/tests/ toolkit/crashreporter/moz.build
- toolkit/crashreporter/client/ toolkit/crashreporter/google-breakpad/src/tools/
- toolkit/crashreporter/google-breakpad/src/client/ toolkit/crashreporter/google-breakpad/src/processor/testdata/
- toolkit/crashreporter/google-breakpad/src/third_party/linux/ toolkit/mozapps/extensions/test/
- xpcom/tests/
+ security/nss/cmd/bltest/tests/ security/nss/tests/ toolkit/crashreporter/moz.build
+ toolkit/crashreporter/client/ toolkit/crashreporter/google-breakpad/src/tools/
+ toolkit/crashreporter/google-breakpad/src/client/ toolkit/crashreporter/google-breakpad/src/processor/testdata/
+ toolkit/crashreporter/google-breakpad/src/third_party/linux/ toolkit/mozapps/extensions/test/
+ xpcom/tests/
patch:
- 36.0.4-android-22-a.patch
- 36.0.4-android-22-b.patch
@@ -820,11 +820,11 @@ Builds:
versionCode: 370200
commit: FENNEC_37_0_2_RELEASE
init: rm -R docshell/test/ dom/tests/ modules/libjar/test/ security/manager/ssl/tests/*test/
- security/nss/cmd/bltest/tests/ security/nss/tests/ toolkit/crashreporter/moz.build
- toolkit/crashreporter/client/ toolkit/crashreporter/google-breakpad/src/tools/
- toolkit/crashreporter/google-breakpad/src/client/ toolkit/crashreporter/google-breakpad/src/processor/testdata/
- toolkit/crashreporter/google-breakpad/src/third_party/linux/ toolkit/mozapps/extensions/test/
- xpcom/tests/
+ security/nss/cmd/bltest/tests/ security/nss/tests/ toolkit/crashreporter/moz.build
+ toolkit/crashreporter/client/ toolkit/crashreporter/google-breakpad/src/tools/
+ toolkit/crashreporter/google-breakpad/src/client/ toolkit/crashreporter/google-breakpad/src/processor/testdata/
+ toolkit/crashreporter/google-breakpad/src/third_party/linux/ toolkit/mozapps/extensions/test/
+ xpcom/tests/
patch:
- 36.0.4-android-22-a.patch
- 36.0.4-android-22-b.patch
@@ -883,11 +883,11 @@ Builds:
versionCode: 370210
commit: FENNEC_37_0_2_RELEASE
init: rm -R docshell/test/ dom/tests/ modules/libjar/test/ security/manager/ssl/tests/*test/
- security/nss/cmd/bltest/tests/ security/nss/tests/ toolkit/crashreporter/moz.build
- toolkit/crashreporter/client/ toolkit/crashreporter/google-breakpad/src/tools/
- toolkit/crashreporter/google-breakpad/src/client/ toolkit/crashreporter/google-breakpad/src/processor/testdata/
- toolkit/crashreporter/google-breakpad/src/third_party/linux/ toolkit/mozapps/extensions/test/
- xpcom/tests/
+ security/nss/cmd/bltest/tests/ security/nss/tests/ toolkit/crashreporter/moz.build
+ toolkit/crashreporter/client/ toolkit/crashreporter/google-breakpad/src/tools/
+ toolkit/crashreporter/google-breakpad/src/client/ toolkit/crashreporter/google-breakpad/src/processor/testdata/
+ toolkit/crashreporter/google-breakpad/src/third_party/linux/ toolkit/mozapps/extensions/test/
+ xpcom/tests/
patch:
- 36.0.4-android-22-a.patch
- 36.0.4-android-22-b.patch
@@ -13639,30 +13639,29 @@ Builds:
build: $$MozBuild$$/build.sh
ndk: r21d
-MaintainerNotes: |4-
+MaintainerNotes: |-
+ Version code scheme:
+ XYZAR, where X.Y.Z is upstream version, A is architecture (0 = ARMv7, 1 = x86, 2 = ARMv8), R is revision (if we need to re-release).
+ * Example: 530210 = Firefox 53.0.2 for x86, initial revision
+ * Example: 550021 = Firefox 55.0 for ARMv8, second revision
- Version code scheme:
- XYZAR, where X.Y.Z is upstream version, A is architecture (0 = ARMv7, 1 = x86, 2 = ARMv8), R is revision (if we need to re-release).
- * Example: 530210 = Firefox 53.0.2 for x86, initial revision
- * Example: 550021 = Firefox 55.0 for ARMv8, second revision
+ MozAppServices, Glean and MozFennec versions:
+ grep 'mozilla_appservices =' build/org.mozilla.fennec_fdroid/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt
+ grep 'mozilla_glean =' build/org.mozilla.fennec_fdroid/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt
+ grep 'version =' build/org.mozilla.fennec_fdroid/android-components/plugins/dependencies/src/main/java/Gecko.kt
- MozAppServices, Glean and MozFennec versions:
- grep 'mozilla_appservices =' build/org.mozilla.fennec_fdroid/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt
- grep 'mozilla_glean =' build/org.mozilla.fennec_fdroid/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt
- grep 'version =' build/org.mozilla.fennec_fdroid/android-components/plugins/dependencies/src/main/java/Gecko.kt
+ MozAndroidComponentsAS version:
+ grep 'android_components_version =' build/srclib/MozAppServices/build.gradle
- MozAndroidComponentsAS version:
- grep 'android_components_version =' build/srclib/MozAppServices/build.gradle
+ MozGleanAS version:
+ grep 'mozilla_glean =' build/srclib/FirefoxAndroidAS/android-components/buildSrc/src/main/java/Dependencies.kt
- MozGleanAS version:
- grep 'mozilla_glean =' build/srclib/FirefoxAndroidAS/android-components/buildSrc/src/main/java/Dependencies.kt
+ wasi-sdk version:
+ grep -A5 '^wasi-sdk:' build/srclib/MozFennec/taskcluster/ci/fetch/toolchains.yml
- wasi-sdk version:
- grep -A5 '^wasi-sdk:' build/srclib/MozFennec/taskcluster/ci/fetch/toolchains.yml
-
- Rust:
- * https://github.com/rust-lang/rustup/tags
- * https://www.rust-lang.org/
+ Rust:
+ * https://github.com/rust-lang/rustup/tags
+ * https://www.rust-lang.org/
ArchivePolicy: 4
AutoUpdateMode: None
diff --git a/metadata/org.mozilla.klar.yml b/metadata/org.mozilla.klar.yml
index 2ecb734dc0..560db58fdc 100644
--- a/metadata/org.mozilla.klar.yml
+++ b/metadata/org.mozilla.klar.yml
@@ -27,8 +27,8 @@ Builds:
rm:
- app/libs/*
prebuild: "sed -i -e '/focusCompile/d' -e '/geckoCompile/d' -e \"s/compile(name:\
- \ 'telemetry-2b0baee', ext: 'aar')/compile 'org.mozilla.telemetry:telemetry:1.0.0'/\"\
- \ build.gradle"
+ \ 'telemetry-2b0baee', ext: 'aar')/compile 'org.mozilla.telemetry:telemetry:1.0.0'/\"\
+ \ build.gradle"
- versionName: '1.1'
versionCode: 6
@@ -73,7 +73,7 @@ Builds:
rm:
- app/libs/*
prebuild: sed -i -e '/focusCompile/d' -e '/geckoCompile/d' -e '/Dynamically set
- versionCode/,/^}/d' build.gradle
+ versionCode/,/^}/d' build.gradle
- versionName: '2.1'
versionCode: 12
@@ -976,13 +976,13 @@ Builds:
- Tracking
MaintainerNotes: |-
- Cannot use AUM/UCM because version code is not updated, see
- https://github.com/mozilla-mobile/focus-android/issues/1528.
+ Cannot use AUM/UCM because version code is not updated, see
+ https://github.com/mozilla-mobile/focus-android/issues/1528.
- Increment version code by 1 on each release. Then attach
- 1 for arm64, 2 for x86 and 0 for armv7.
+ Increment version code by 1 on each release. Then attach
+ 1 for arm64, 2 for x86 and 0 for armv7.
- Tracking AntiFeature as Telemetry is opt-out. This was due to a bug and fixed with later versions we do not yet have, so should those newer versions be added the AntiFeature can be removed again.
+ Tracking AntiFeature as Telemetry is opt-out. This was due to a bug and fixed with later versions we do not yet have, so should those newer versions be added the AntiFeature can be removed again.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/org.mozilla.mozstumbler.yml b/metadata/org.mozilla.mozstumbler.yml
index b7d3c2fffa..73ea26626b 100644
--- a/metadata/org.mozilla.mozstumbler.yml
+++ b/metadata/org.mozilla.mozstumbler.yml
@@ -10,19 +10,19 @@ Changelog: https://github.com/mozilla/MozStumbler/releases
AutoName: Mozilla Stumbler
Description: |-
- Mozilla Stumbler is now obsolete.
- See
- Retiring Mozilla Stumbler for details.
+ Mozilla Stumbler is now obsolete.
+ See
+ Retiring Mozilla Stumbler for details.
- new obsol
- Android Stumbler for Mozilla Location
- Service. This allows you to contribute a mapping from Cell towers and WiFi
- access points to a GPS location. This will be used for location services when no
- GPS is available, similar to OpenWLANMap.
+ new obsol
+ Android Stumbler for Mozilla Location
+ Service. This allows you to contribute a mapping from Cell towers and WiFi
+ access points to a GPS location. This will be used for location services when no
+ GPS is available, similar to OpenWLANMap.
- While both, client and server, are free software, Mozilla only releases the
- cell data. WiFi data is
- withheld due to privacy/legal issues.
+ While both, client and server, are free software, Mozilla only releases the
+ cell data. WiFi data is
+ withheld due to privacy/legal issues.
RepoType: git
Repo: https://github.com/mozilla/MozStumbler.git
@@ -34,7 +34,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/debuggable true/debuggable false/' -e '/task wrapper/,/^}$/d'
- build.gradle
+ build.gradle
- versionName: 0.8.3
versionCode: 21
@@ -330,17 +330,17 @@ Builds:
gradle:
- fdroid
prebuild: sed -i -e 's/private-"+scope+".properties/private-fdroid.properties/'
- build.gradle
+ build.gradle
MaintainerNotes: |-
- * Update check is disabled on fdroid since upstream calculates version and
- versioncode within gradle. Our updatecheck doesn't actually know anything
- about gradle and just scrapes the files for relevant data.
- * The app was
-
- retired by Mozilla on February 8, 2021. The interactive map is
- broken, and uploads to MLS (the primary feature) no longer work on
- Android 10 or later.
+ * Update check is disabled on fdroid since upstream calculates version and
+ versioncode within gradle. Our updatecheck doesn't actually know anything
+ about gradle and just scrapes the files for relevant data.
+ * The app was
+
+ retired by Mozilla on February 8, 2021. The interactive map is
+ broken, and uploads to MLS (the primary feature) no longer work on
+ Android 10 or later.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/org.mozilla.rocket.yml b/metadata/org.mozilla.rocket.yml
index 782ce134a5..0e0afa1660 100644
--- a/metadata/org.mozilla.rocket.yml
+++ b/metadata/org.mozilla.rocket.yml
@@ -10,8 +10,8 @@ Translation: https://github.com/mozilla-tw/FirefoxLite/blob/HEAD/docs/translatio
Changelog: https://github.com/mozilla-tw/FirefoxLite/releases
Description: Firefox Lite is a light but feature-packed browser that lets you save
- data and phone storage, capture and share content, and browse quickly even on
- slow connections.
+ data and phone storage, capture and share content, and browse quickly even on slow
+ connections.
RepoType: git
Repo: https://github.com/mozilla-tw/FirefoxLite
@@ -99,15 +99,15 @@ Builds:
- buildSrc/.gradle/
MaintainerNotes: |-
- We have to use scanignore because "project(':firebase')" triggers a false positive. (But the flavor we build does not actually contain Firebase.)
+ We have to use scanignore because "project(':firebase')" triggers a false positive. (But the flavor we build does not actually contain Firebase.)
- The Tracking anti-feature is there because data collection is enabled by default.
+ The Tracking anti-feature is there because data collection is enabled by default.
- Release builds crash when they don't have Firebase and Adjust keys so we have to patch the AppConstants and AdjustHelper classes in order to avoid that.
+ Release builds crash when they don't have Firebase and Adjust keys so we have to patch the AppConstants and AdjustHelper classes in order to avoid that.
- Upstream seems to always use a version code of 1, so we need to force it.
+ Upstream seems to always use a version code of 1, so we need to force it.
- Cannot build newer versions, Mozilla made Firebase and GMS mandatory. :-(
+ Cannot build newer versions, Mozilla made Firebase and GMS mandatory. :-(
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/org.mult.daap.yml b/metadata/org.mult.daap.yml
index 74a26e3dea..c7fadeea86 100644
--- a/metadata/org.mult.daap.yml
+++ b/metadata/org.mult.daap.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/chrismiceli/daap-client/issues
AutoName: DAAP
Description: |-
- Client for DAAP (Digital Audio Access Protocol) servers. Supports streaming,
- queuing, playlists, and searching.
+ Client for DAAP (Digital Audio Access Protocol) servers. Supports streaming,
+ queuing, playlists, and searching.
RepoType: git
Repo: https://github.com/chrismiceli/daap-client.git
diff --git a/metadata/org.mumod.android.yml b/metadata/org.mumod.android.yml
index 78b6d64f09..bff8696b0d 100644
--- a/metadata/org.mumod.android.yml
+++ b/metadata/org.mumod.android.yml
@@ -7,18 +7,18 @@ FlattrID: '998492'
AutoName: Mustard {MOD}
Description: |-
- Client for StatusNet (now known as
- GNU social). GNU social is a microblogging
- platform somewhat like Twitter, but decentralized. Some examples are:
- fsf.org, and bka.li. (The latter is in
- German, as is the website)
+ Client for StatusNet (now known as
+ GNU social). GNU social is a microblogging
+ platform somewhat like Twitter, but decentralized. Some examples are:
+ fsf.org, and bka.li. (The latter is in
+ German, as is the website)
- Twitter is disabled in this build, but in future versions it will be possible to
- enter oAuth credentials into the app, after registering your own client at
- dev.twitter.com. It is already possible to add oAuth credentials for StatusNet
- sites.
+ Twitter is disabled in this build, but in future versions it will be possible to
+ enter oAuth credentials into the app, after registering your own client at
+ dev.twitter.com. It is already possible to add oAuth credentials for StatusNet
+ sites.
- Status: Abandoned
+ Status: Abandoned
RepoType: git
Repo: https://github.com/kromonos/Mustard-Mod.git
diff --git a/metadata/org.mupen64plusae.v3.alpha.yml b/metadata/org.mupen64plusae.v3.alpha.yml
index 4fe086e2bc..a1e0a2aecf 100644
--- a/metadata/org.mupen64plusae.v3.alpha.yml
+++ b/metadata/org.mupen64plusae.v3.alpha.yml
@@ -11,7 +11,7 @@ Translation: https://www.transifex.com/projects/p/mupen64plus-ae
Name: Mupen64Plus AE
AutoName: Mupen64Plus
Description: Mupen64Plus, Android Edition (AE) is an Android user interface for the
- Mupen64Plus Nintendo 64 emulator.
+ Mupen64Plus Nintendo 64 emulator.
RepoType: git
Repo: https://github.com/mupen64plus-ae/mupen64plus-ae
diff --git a/metadata/org.musicpd.yml b/metadata/org.musicpd.yml
index 37bf2e71bb..e3264c3e85 100644
--- a/metadata/org.musicpd.yml
+++ b/metadata/org.musicpd.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/MusicPlayerDaemon/MPD/issues
AutoName: MPD
Description: Music Player Daemon (MPD) is a flexible, powerful, server-side application
- for playing music. Through plugins and libraries it can play a variety of sound
- files while being controlled by its network protocol.
+ for playing music. Through plugins and libraries it can play a variety of sound
+ files while being controlled by its network protocol.
RepoType: git
Repo: https://github.com/MusicPlayerDaemon/MPD.git
diff --git a/metadata/org.mustard.android.yml b/metadata/org.mustard.android.yml
index 35582e5ea5..eae0cee8d3 100644
--- a/metadata/org.mustard.android.yml
+++ b/metadata/org.mustard.android.yml
@@ -7,22 +7,22 @@ FlattrID: '7104'
AutoName: Mustard
Description: |-
- The versions here don't work with Twitter or identi.ca any more. They only
- work with GNU Social (formerly StatusNet). You may like to try
- https://f-droid.org/packages/org.mariotaku.twidere or https://f-droid.org/packages/org.andstatus.app, for Twitter; or
- https://f-droid.org/packages/org.macno.puma for identi.ca.
+ The versions here don't work with Twitter or identi.ca any more. They only
+ work with GNU Social (formerly StatusNet). You may like to try
+ https://f-droid.org/packages/org.mariotaku.twidere or https://f-droid.org/packages/org.andstatus.app, for Twitter; or
+ https://f-droid.org/packages/org.macno.puma for identi.ca.
- Mustard is a full-featured client for Statusnet / GNU
- Social, a microblogging platform somewhat like Twitter, but decentralized. Note
- that the hitherto largest Statusnet site, identi.ca, now uses
- a different platform called pump.io.
+ Mustard is a full-featured client for Statusnet / GNU
+ Social, a microblogging platform somewhat like Twitter, but decentralized. Note
+ that the hitherto largest Statusnet site, identi.ca, now uses
+ a different platform called pump.io.
- It has many features like attachments, geolocation and avatar update. It
- supports tags, groups and public timelines, favor/disfavor notices,
- subscribe/unsubscribe users and multiple accounts.
+ It has many features like attachments, geolocation and avatar update. It
+ supports tags, groups and public timelines, favor/disfavor notices,
+ subscribe/unsubscribe users and multiple accounts.
- If the server uses OAuth the credentials will need to be put on a server as
- explained on the website.
+ If the server uses OAuth the credentials will need to be put on a server as
+ explained on the website.
Builds:
- versionName: 0.4.1
diff --git a/metadata/org.mysociety.FixMyStreet.yml b/metadata/org.mysociety.FixMyStreet.yml
index 6bf4501401..80be80393a 100644
--- a/metadata/org.mysociety.FixMyStreet.yml
+++ b/metadata/org.mysociety.FixMyStreet.yml
@@ -12,8 +12,8 @@ Donate: https://www.mysociety.org/donate
AutoName: FixMyStreet
Description: |-
- Using this app you can report common street problems, like potholes or broken
- street lights, to councils throughout the UK or other FixMyStreet instances.
+ Using this app you can report common street problems, like potholes or broken
+ street lights, to councils throughout the UK or other FixMyStreet instances.
RepoType: git
Repo: https://github.com/mysociety/fixmystreet-mobile.git
diff --git a/metadata/org.mythdroid.yml b/metadata/org.mythdroid.yml
index e68c15f869..baea1cd5ac 100644
--- a/metadata/org.mythdroid.yml
+++ b/metadata/org.mythdroid.yml
@@ -5,26 +5,26 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/http://mythdroid.
AutoName: MythDroid
Description: |-
- A remote control system for MythTV featuring:
+ A remote control system for MythTV featuring:
- * Support MythTV 0.21 - 0.26
- * Optimised for both phone and tablet screens
- * Coverart / fanart display (MythTV 0.25+)
- * Standard and 'gesture' remote control interfaces
- * Move in-progress playback between frontends and/or the device itself
- * Wake and unlock upon device movement whilst in remotes
- * Display of detected commercial breaks
- * Browse, schedule, delete and play recordings
- * Stream recordings and videos to the android device
- * Music remote with album art
- * Video browsing and playback
- * Status and Program guide viewers
- * Automatic discovery of frontends and backend
- * Supports multiple frontends
- * Hardware keyboard 'passthru'
- * Frontend Wake On Lan
- * Call / SMS info display on MythTV OSD
- * Automated, secure, muxed connection for simplified use when away from home
+ * Support MythTV 0.21 - 0.26
+ * Optimised for both phone and tablet screens
+ * Coverart / fanart display (MythTV 0.25+)
+ * Standard and 'gesture' remote control interfaces
+ * Move in-progress playback between frontends and/or the device itself
+ * Wake and unlock upon device movement whilst in remotes
+ * Display of detected commercial breaks
+ * Browse, schedule, delete and play recordings
+ * Stream recordings and videos to the android device
+ * Music remote with album art
+ * Video browsing and playback
+ * Status and Program guide viewers
+ * Automatic discovery of frontends and backend
+ * Supports multiple frontends
+ * Hardware keyboard 'passthru'
+ * Frontend Wake On Lan
+ * Call / SMS info display on MythTV OSD
+ * Automated, secure, muxed connection for simplified use when away from home
Builds:
- versionName: 0.4.3
diff --git a/metadata/org.n52.sosmobileclient.yml b/metadata/org.n52.sosmobileclient.yml
index 9abeec968c..6a70eb5df4 100644
--- a/metadata/org.n52.sosmobileclient.yml
+++ b/metadata/org.n52.sosmobileclient.yml
@@ -10,10 +10,10 @@ Changelog: https://github.com/marfnk/sosmobileclient#status
AutoName: MobileSWC
Description: |-
- HTML5 client for the Sensor Observation Network by 52north. Most sensors are in
- Germany and Belgium though there are some in Asia.
+ HTML5 client for the Sensor Observation Network by 52north. Most sensors are in
+ Germany and Belgium though there are some in Asia.
- Status: Beta.
+ Status: Beta.
RepoType: git
Repo: https://github.com/marfnk/sosmobileclient.git
diff --git a/metadata/org.nathan.jf.build.prop.editor.yml b/metadata/org.nathan.jf.build.prop.editor.yml
index e7ef754a50..86fd24cb6b 100644
--- a/metadata/org.nathan.jf.build.prop.editor.yml
+++ b/metadata/org.nathan.jf.build.prop.editor.yml
@@ -9,15 +9,15 @@ Changelog: https://github.com/nathanpc/Build.prop-Editor#changelog
AutoName: build.prop Editor
Description: |-
- Edit your build.prop file easily. This file resides in /system and contains all
- the info that identifies the capabilities of your device. After editing an entry
- you must press a button in the top right hand corner that isn't very visible and
- changes may not register in the list until you re-enter the app.
+ Edit your build.prop file easily. This file resides in /system and contains all
+ the info that identifies the capabilities of your device. After editing an entry
+ you must press a button in the top right hand corner that isn't very visible and
+ changes may not register in the list until you re-enter the app.
- Don't mess with this unless you know what you are doing and are confident that
- you can restore a backup via adb shell in recovery.
+ Don't mess with this unless you know what you are doing and are confident that
+ you can restore a backup via adb shell in recovery.
- Requires root: Yes. The build.prop is located in /system.
+ Requires root: Yes. The build.prop is located in /system.
RequiresRoot: true
diff --git a/metadata/org.navitproject.navit.yml b/metadata/org.navitproject.navit.yml
index 8107d04a4f..732ddd4d8a 100644
--- a/metadata/org.navitproject.navit.yml
+++ b/metadata/org.navitproject.navit.yml
@@ -842,8 +842,8 @@ Builds:
ndk: r20b
MaintainerNotes: |-
- Found JAR file at navit/android/libs/TTS_library_stub.jar, removed as of v0.5.3-442-g96d9c41.
- NDK r12b is the minimum required as of v0.5.3, later versions may work but are untested.
+ Found JAR file at navit/android/libs/TTS_library_stub.jar, removed as of v0.5.3-442-g96d9c41.
+ NDK r12b is the minimum required as of v0.5.3, later versions may work but are untested.
AutoUpdateMode: Version %v
UpdateCheckMode: HTTP
diff --git a/metadata/org.ncrmnt.nettts.yml b/metadata/org.ncrmnt.nettts.yml
index f11e2158e5..58ac3f24bf 100644
--- a/metadata/org.ncrmnt.nettts.yml
+++ b/metadata/org.ncrmnt.nettts.yml
@@ -7,16 +7,16 @@ IssueTracker: https://github.com/nekromant/NetTTS/issues
Name: NetTTS
AutoName: Necromant's NetTTS
Description: |-
- NetTTS allows to use Android device as remote-controlled Text-to-Speech server
- from other computers, via simple telnet-like network protocol. A TTS engine must
- be installed on your device. To try:
+ NetTTS allows to use Android device as remote-controlled Text-to-Speech server
+ from other computers, via simple telnet-like network protocol. A TTS engine must
+ be installed on your device. To try:
- telnet 4444
+ telnet 4444
- type "Hello".
+ type "Hello".
- Note that currently app provides minimal means of access control (optional
- plain-text password), so use outside your local network with caution.
+ Note that currently app provides minimal means of access control (optional
+ plain-text password), so use outside your local network with caution.
RepoType: git
Repo: https://github.com/nekromant/NetTTS.git
diff --git a/metadata/org.ndeftools.boilerplate.yml b/metadata/org.ndeftools.boilerplate.yml
index 00adda28c3..c13b896f33 100644
--- a/metadata/org.ndeftools.boilerplate.yml
+++ b/metadata/org.ndeftools.boilerplate.yml
@@ -10,14 +10,14 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=NPR
AutoName: NDEF Tools for Android
Description: |-
- Toolkit sample for NFC/NDEF/"Beam". Repository contains libraries for developing
- your own projects as well.
+ Toolkit sample for NFC/NDEF/"Beam". Repository contains libraries for developing
+ your own projects as well.
- Features:
+ Features:
- * Read NFC tags and "beams" (push/P2P) from other devices.
- * Write NDEF payloads to any tye of tag.
- * Beam (pushd/P2P) to other devices.
+ * Read NFC tags and "beams" (push/P2P) from other devices.
+ * Write NDEF payloads to any tye of tag.
+ * Beam (pushd/P2P) to other devices.
RepoType: git
Repo: https://github.com/skjolber/ndef-tools-for-android
diff --git a/metadata/org.nerdcircus.android.klaxon.yml b/metadata/org.nerdcircus.android.klaxon.yml
index bb82dcce36..08bd3b7439 100644
--- a/metadata/org.nerdcircus.android.klaxon.yml
+++ b/metadata/org.nerdcircus.android.klaxon.yml
@@ -5,10 +5,10 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/https://klaxon.go
Name: Klaxon
Description: |-
- Klaxon is a tool designed for on-call personnel, that repeatedly notifies the
- user (by means of a ringtone, vibration or both) when a page is received until
- the user looks at it. A page to Klaxon is an SMS message, optionally meeting
- filtering criteria set by the user.
+ Klaxon is a tool designed for on-call personnel, that repeatedly notifies the
+ user (by means of a ringtone, vibration or both) when a page is received until
+ the user looks at it. A page to Klaxon is an SMS message, optionally meeting
+ filtering criteria set by the user.
Builds:
- versionName: '0.27'
diff --git a/metadata/org.nick.cryptfs.passwdmanager.yml b/metadata/org.nick.cryptfs.passwdmanager.yml
index d41dd8a7f7..ec27136957 100644
--- a/metadata/org.nick.cryptfs.passwdmanager.yml
+++ b/metadata/org.nick.cryptfs.passwdmanager.yml
@@ -9,20 +9,20 @@ IssueTracker: https://github.com/nelenkov/cryptfs-password-manager/issues
AutoName: Cryptfs Password
Description: |-
- This app lets you changes the Android disk encryption password.
+ This app lets you changes the Android disk encryption password.
- You will only be required to use the new password at the next boot, so it is
- important not to forget it until then, and take a full backup just in case.
+ You will only be required to use the new password at the next boot, so it is
+ important not to forget it until then, and take a full backup just in case.
- Short of brute-forcing, the only way to recover from a forgotten encryption
- password is to factory reset the device, deleting all user data in the process,
- so proceed with caution.
+ Short of brute-forcing, the only way to recover from a forgotten encryption
+ password is to factory reset the device, deleting all user data in the process,
+ so proceed with caution.
- The app will verify that you have root access by checking if you have one of the
- more popular 'superuser' apps (Superuser or SuperSU) installed, and trying to
- execute a dummy command with su at startup.
+ The app will verify that you have root access by checking if you have one of the
+ more popular 'superuser' apps (Superuser or SuperSU) installed, and trying to
+ execute a dummy command with su at startup.
- If your device is not encrypted, it will refuse to start.
+ If your device is not encrypted, it will refuse to start.
RepoType: git
Repo: https://github.com/nelenkov/cryptfs-password-manager.git
diff --git a/metadata/org.nick.wwwjdic.yml b/metadata/org.nick.wwwjdic.yml
index c4d8058bfc..fc81a5bf40 100644
--- a/metadata/org.nick.wwwjdic.yml
+++ b/metadata/org.nick.wwwjdic.yml
@@ -12,27 +12,27 @@ Bitcoin: 1DXhWFS9SL78GGyX7Luao9EuP5SxtDiPG1
AutoName: WWWJDIC for Android
Description: |-
- Frontend for WWWJDIC. For more details, see the FAQ. Dictionary search supports romaji lookup, but you need a Japanese IME to
- use all features.
+ Frontend for WWWJDIC. For more details, see the FAQ. Dictionary search supports romaji lookup, but you need a Japanese IME to
+ use all features.
- * Full tablet support
- * Japanese pronunciation (via a separate, non-free app)
- * Text to speech for kanji and dictionary entry translations
- * Multi-radical kanji search
- * Kanji of the day widget
- * Japanese sentence translation
- * Example search with approximately 150,000 examples (Japanese/English pairs)
- * Example word breakdown/translation
- * Animated stroke order diagrams for over 6000 kanji
- * History and favorites with backup and restore
- * Favorites export to CSV and Anki
- * Handwriting recognition (via a separate, non-free app)
- * Optical Character Recognition (WeOCR; author's server)
- * OCR-based handwritten kanji recognition, does not require correct stroke order
+ * Full tablet support
+ * Japanese pronunciation (via a separate, non-free app)
+ * Text to speech for kanji and dictionary entry translations
+ * Multi-radical kanji search
+ * Kanji of the day widget
+ * Japanese sentence translation
+ * Example search with approximately 150,000 examples (Japanese/English pairs)
+ * Example word breakdown/translation
+ * Animated stroke order diagrams for over 6000 kanji
+ * History and favorites with backup and restore
+ * Favorites export to CSV and Anki
+ * Handwriting recognition (via a separate, non-free app)
+ * Optical Character Recognition (WeOCR; author's server)
+ * OCR-based handwritten kanji recognition, does not require correct stroke order
- A proprietary analytics library was removed before building, so the analytics
- switch in the preferences isn't relevant. Anti-feature: Tracking. Crash reports
- are sent by default, though that can be disabled.
+ A proprietary analytics library was removed before building, so the analytics
+ switch in the preferences isn't relevant. Anti-feature: Tracking. Crash reports
+ are sent by default, though that can be disabled.
RepoType: git
Repo: https://github.com/nelenkov/wwwjdic
diff --git a/metadata/org.ninthfloor.copperpdf.yml b/metadata/org.ninthfloor.copperpdf.yml
index 794921b8ce..1faa99612e 100644
--- a/metadata/org.ninthfloor.copperpdf.yml
+++ b/metadata/org.ninthfloor.copperpdf.yml
@@ -11,14 +11,14 @@ IssueTracker: https://github.com/paride/CopperPDF/issues
AutoName: CuprumPDF
Description: |-
- NOTE: This app is no longer actively maintained.
+ NOTE: This app is no longer actively maintained.
- View PDF files via pdf.js embedded into a
- WebView.
+ View PDF files via pdf.js embedded into a
+ WebView.
- Fork of CopperheadOS PdfViewer made before the license was changed from Apache
- 2.0 to Creative Commons Attribution-NonCommercial-ShareAlike, which is not a
- Free/Libre Software license.
+ Fork of CopperheadOS PdfViewer made before the license was changed from Apache
+ 2.0 to Creative Commons Attribution-NonCommercial-ShareAlike, which is not a
+ Free/Libre Software license.
RepoType: git
Repo: https://github.com/paride/CopperPDF
@@ -61,10 +61,10 @@ Builds:
prebuild: sed -i -e '/jcenter/a google()' ../build.gradle
MaintainerNotes: |-
- KnownVuln: PDF.js 1.5.188 noted at below link
- https://github.com/paride/CopperPDF/blob/$TAG/app/src/main/assets/pdf.js
- https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
- Repository archived
+ KnownVuln: PDF.js 1.5.188 noted at below link
+ https://github.com/paride/CopperPDF/blob/$TAG/app/src/main/assets/pdf.js
+ https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
+ Repository archived
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.nitri.opentopo.yml b/metadata/org.nitri.opentopo.yml
index 0d0c9bb51c..1f259e211e 100644
--- a/metadata/org.nitri.opentopo.yml
+++ b/metadata/org.nitri.opentopo.yml
@@ -11,10 +11,10 @@ Donate: https://ko-fi.com/U7U372JJ
Name: OpenTopoMap Viewer
AutoName: OpenTopoMap
Description: |-
- An online OpenTopoMap client with caching.
+ An online OpenTopoMap client with caching.
- * Follow location
- * Import and display GPX
+ * Follow location
+ * Import and display GPX
RepoType: git
Repo: https://github.com/Pygmalion69/OpenTopoMapViewer
diff --git a/metadata/org.noise_planet.noisecapture.yml b/metadata/org.noise_planet.noisecapture.yml
index fd5d89723f..82a810d9e2 100644
--- a/metadata/org.noise_planet.noisecapture.yml
+++ b/metadata/org.noise_planet.noisecapture.yml
@@ -44,7 +44,7 @@ Builds:
- android.useAndroidX=true
MaintainerNotes: connects to a.basemaps.cartocdn.com, onomap-gs.noise-planet.org and
- img.shields.io, see https://gitlab.com/fdroid/fdroiddata/-/merge_requests/10732#note_878422774
+ img.shields.io, see https://gitlab.com/fdroid/fdroiddata/-/merge_requests/10732#note_878422774
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.nonononoki.hendroid.yml b/metadata/org.nonononoki.hendroid.yml
index ea220bb79c..29728ea17b 100644
--- a/metadata/org.nonononoki.hendroid.yml
+++ b/metadata/org.nonononoki.hendroid.yml
@@ -1,10 +1,10 @@
AntiFeatures:
- Ads:
- en-US: Shows interstitial ads for other apps.
- NonFreeNet:
- en-US: Content is downloaded from non-libre sources.
- NSFW:
- en-US: Displays explicit content (Hentai).
+ Ads:
+ en-US: Shows interstitial ads for other apps.
+ NonFreeNet:
+ en-US: Content is downloaded from non-libre sources.
+ NSFW:
+ en-US: Displays explicit content (Hentai).
Categories:
- Reading
License: Apache-2.0
diff --git a/metadata/org.notabug.lifeuser.moviedb.yml b/metadata/org.notabug.lifeuser.moviedb.yml
index 50036ffb75..0f300a1669 100644
--- a/metadata/org.notabug.lifeuser.moviedb.yml
+++ b/metadata/org.notabug.lifeuser.moviedb.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on themoviedb.org.
+ NonFreeNet:
+ en-US: Depends on themoviedb.org.
Categories:
- Multimedia
License: GPL-3.0-only
@@ -28,7 +28,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 1.2.0
versionCode: 120
diff --git a/metadata/org.npr.android.news.yml b/metadata/org.npr.android.news.yml
index 64cf31dc68..efa7bcd034 100644
--- a/metadata/org.npr.android.news.yml
+++ b/metadata/org.npr.android.news.yml
@@ -8,26 +8,26 @@ SourceCode: https://code.google.com/p/npr-android-app/source
AutoName: NPR News
Description: |-
- NPR is a non-profit media organization that serves as a national syndicator to a
- network of 900 public radio stations in the United States.
+ NPR is a non-profit media organization that serves as a national syndicator to a
+ network of 900 public radio stations in the United States.
- * Read and listen to the day's top stories from NPR News
- * Stay informed via our hourly five-minute newscasts
- * Connect to local public radio stations
- * Make your own playlist
- * Listen and read at the same time
- * Share your favorite stories via SMS, social media or email
+ * Read and listen to the day's top stories from NPR News
+ * Stay informed via our hourly five-minute newscasts
+ * Connect to local public radio stations
+ * Make your own playlist
+ * Listen and read at the same time
+ * Share your favorite stories via SMS, social media or email
- A proprietary analytics library was removed before building.
+ A proprietary analytics library was removed before building.
- The app makes use of an API and you should observe the
- terms if you are
- considering making a derivative — in particular, only non-commercial use is
- allowed.
+ The app makes use of an API and you should observe the
+ terms if you are
+ considering making a derivative — in particular, only non-commercial use is
+ allowed.
- Status: There isn't any source for the current version so we built from the
- latest available. Bugs are included, especially to do with the location aspect
- so you might want to disable GPS while using.
+ Status: There isn't any source for the current version so we built from the
+ latest available. Bugs are included, especially to do with the location aspect
+ so you might want to disable GPS while using.
RepoType: git
Repo: https://code.google.com/p/npr-android-app
diff --git a/metadata/org.ntpsync.yml b/metadata/org.ntpsync.yml
index 2d3f6bb158..43ce8655e0 100644
--- a/metadata/org.ntpsync.yml
+++ b/metadata/org.ntpsync.yml
@@ -10,12 +10,12 @@ Bitcoin: 12Y6zbBYoRxf8kBrjau3WedjtzvcACvPMk
AutoName: NTPSync
Description: |-
- NTP (Network Time Protocol) client.
+ NTP (Network Time Protocol) client.
- Requires root: No. To see the time you don't need root but to set the system
- time root is needed.
+ Requires root: No. To see the time you don't need root but to set the system
+ time root is needed.
- NOTE: This app is no longer in active development.
+ NOTE: This app is no longer in active development.
RepoType: git
Repo: https://github.com/free-software-for-android/NTPSync.git
diff --git a/metadata/org.nuclearfog.twidda.yml b/metadata/org.nuclearfog.twidda.yml
index 5270b886cd..9bf2105744 100644
--- a/metadata/org.nuclearfog.twidda.yml
+++ b/metadata/org.nuclearfog.twidda.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- NonFreeNet:
- en-US: This app connects to Twitter.
- de: Diese App nutzt Verbindungen zu Twitter.
+ NonFreeNet:
+ en-US: This app connects to Twitter.
+ de: Diese App nutzt Verbindungen zu Twitter.
Categories:
- Internet
License: Apache-2.0
diff --git a/metadata/org.numixproject.iconsubmit.yml b/metadata/org.numixproject.iconsubmit.yml
index f1aa3fbf16..7980b30132 100644
--- a/metadata/org.numixproject.iconsubmit.yml
+++ b/metadata/org.numixproject.iconsubmit.yml
@@ -9,8 +9,8 @@ IssueTracker: https://github.com/numixproject/org.numixproject.iconsubmit/issues
AutoName: Icon Request for Numix
Description: |-
- With this tool you can send Numix the app that are missing in their icon packs.
- Please note that it may be some time before you see your request fulfilled.
+ With this tool you can send Numix the app that are missing in their icon packs.
+ Please note that it may be some time before you see your request fulfilled.
RepoType: git
Repo: https://github.com/numixproject/org.numixproject.iconsubmit
@@ -23,7 +23,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/com.android.tools.build:gradle:0.13.0/com.android.tools.build:gradle:0.12.0/g'
- ../build.gradle
+ ../build.gradle
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/org.nutritionfacts.dailydozen.yml b/metadata/org.nutritionfacts.dailydozen.yml
index bf93c5fc16..50cc9a3292 100644
--- a/metadata/org.nutritionfacts.dailydozen.yml
+++ b/metadata/org.nutritionfacts.dailydozen.yml
@@ -13,24 +13,24 @@ Bitcoin: 3GQUrb9sw36MoQeZNJ4g16CCNqgr3Va6bx
AutoName: Daily Dozen
Description: |-
- In the years of research required to create the more than a thousand
- evidence-based videos on NutritionFacts.org, Michael Greger, MD, FACLM, has
- arrived at a list of what he considers the most important foods to include in a
- healthy daily diet.
+ In the years of research required to create the more than a thousand
+ evidence-based videos on NutritionFacts.org, Michael Greger, MD, FACLM, has
+ arrived at a list of what he considers the most important foods to include in a
+ healthy daily diet.
- Yes, greens are good for you, but how much should we try to eat each day? Dr.
- Greger's Daily Dozen details the healthiest foods and how many servings of each
- we should try to check off every day. He explains his rationale in his book
- How Not to Die. All his proceeds from his
- books, DVDs, and speaking engagements is all donated to charity.
+ Yes, greens are good for you, but how much should we try to eat each day? Dr.
+ Greger's Daily Dozen details the healthiest foods and how many servings of each
+ we should try to check off every day. He explains his rationale in his book
+ How Not to Die. All his proceeds from his
+ books, DVDs, and speaking engagements is all donated to charity.
- NutritionFacts.org is a non-commercial, nonprofit, science-based public service
- provided by Dr. Greger, providing free daily updates on the latest in nutrition
- research via bite-sized videos. He has nearly a thousand videos on every aspect
- of healthy eating, with new videos and articles uploaded every day. Like this
- app, everything on the website is both free of ads and free of charge.
+ NutritionFacts.org is a non-commercial, nonprofit, science-based public service
+ provided by Dr. Greger, providing free daily updates on the latest in nutrition
+ research via bite-sized videos. He has nearly a thousand videos on every aspect
+ of healthy eating, with new videos and articles uploaded every day. Like this
+ app, everything on the website is both free of ads and free of charge.
- This app was developed thanks to the volunteer efforts of John Slavick.
+ This app was developed thanks to the volunteer efforts of John Slavick.
RepoType: git
Repo: https://github.com/nutritionfactsorg/daily-dozen-android.git
diff --git a/metadata/org.nv95.openmanga.yml b/metadata/org.nv95.openmanga.yml
index f90afe5827..ff57a0be63 100644
--- a/metadata/org.nv95.openmanga.yml
+++ b/metadata/org.nv95.openmanga.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on non-libre Manga servers.
- NSFW:
- en-US: Explicit content (Hentai).
+ NonFreeNet:
+ en-US: Depends on non-libre Manga servers.
+ NSFW:
+ en-US: Explicit content (Hentai).
Categories:
- Multimedia
- Reading
@@ -15,21 +15,21 @@ Changelog: https://github.com/nv95/OpenManga/releases
AutoName: OpenManga
Description: |-
- <>Note: This app is discontinued.
+ <>Note: This app is discontinued.
- Powerful manga reader with online catalogues.
+ Powerful manga reader with online catalogues.
- Features:
+ Features:
- * 13 online manga's catalogues with search
- * Downloading manga to local storage
- * Material design UI
- * Customizable reader
- * Favourites, bookmarks and history with remembering last viewed chapter and page
- * Selecting sort order
- * Filter by genre
- * Notifications about new chapters
- * Importing from CBZ files
+ * 13 online manga's catalogues with search
+ * Downloading manga to local storage
+ * Material design UI
+ * Customizable reader
+ * Favourites, bookmarks and history with remembering last viewed chapter and page
+ * Selecting sort order
+ * Filter by genre
+ * Notifications about new chapters
+ * Importing from CBZ files
RepoType: git
Repo: https://github.com/nv95/OpenManga
diff --git a/metadata/org.ocsinventoryng.android.agent.yml b/metadata/org.ocsinventoryng.android.agent.yml
index acf833e775..b00332261e 100644
--- a/metadata/org.ocsinventoryng.android.agent.yml
+++ b/metadata/org.ocsinventoryng.android.agent.yml
@@ -7,21 +7,21 @@ IssueTracker: https://bugs.launchpad.net/ocsinventory-android-agent
AutoName: OCS-NG Agent
Description: |-
- Agent/Client for the Open Computers and
- Software Inventory.
+ Agent/Client for the Open Computers and
+ Software Inventory.
- You will have a complete inventory of all your Android devices: hardware and
- software information will be collected and stored. Processors, memories, drives
- and space used, bios, serial number, installed applications and versions, SIM
- and operator information, … OCS Inventory Agent for Android send inventory to
- OCS Inventory NG Server 2.1
+ You will have a complete inventory of all your Android devices: hardware and
+ software information will be collected and stored. Processors, memories, drives
+ and space used, bios, serial number, installed applications and versions, SIM
+ and operator information, … OCS Inventory Agent for Android send inventory to
+ OCS Inventory NG Server 2.1
- OCS Inventory NG project is an open source project providing:
+ OCS Inventory NG project is an open source project providing:
- * hardware and software inventory (multiplatform)
- * network discovery (IP Discover and SNMP)
- * software deployment
- * interfaced with others IT and Asset Management Software througt the OCS WebService
+ * hardware and software inventory (multiplatform)
+ * network discovery (IP Discover and SNMP)
+ * software deployment
+ * interfaced with others IT and Asset Management Software througt the OCS WebService
RepoType: bzr
Repo: lp:ocsinventory-android-agent/stable-2.1
diff --git a/metadata/org.odk.collect.android.yml b/metadata/org.odk.collect.android.yml
index b2d801ec3b..ba079b7305 100644
--- a/metadata/org.odk.collect.android.yml
+++ b/metadata/org.odk.collect.android.yml
@@ -8,24 +8,24 @@ SourceCode: https://code.google.com/p/opendatakit/source
AutoName: ODK Collect
Description: |-
- Sample blank surveys can be downloaded within the app.
+ Sample blank surveys can be downloaded within the app.
- Open Data Kit (ODK) is a cross-platform set of tools which help organizations
- author, field, and manage mobile data collection solutions. ODK provides an
- out-of-the-box solution for users to:
+ Open Data Kit (ODK) is a cross-platform set of tools which help organizations
+ author, field, and manage mobile data collection solutions. ODK provides an
+ out-of-the-box solution for users to:
- * Build a data collection form or survey;
- * Collect the data on a mobile device and send it to a server; and
- * Aggregate the collected data on a server and extract it in useful formats.
+ * Build a data collection form or survey;
+ * Collect the data on a mobile device and send it to a server; and
+ * Aggregate the collected data on a server and extract it in useful formats.
- In addition to socio-economic and health surveys with GPS locations and images,
- ODK is being used to create decision support for clinicians and for building
- multimedia-rich nature mapping tools. See featured deployments and list of tools
- for more examples of what the ODK community is doing. We welcome and encourage
- participation from the user community.
+ In addition to socio-economic and health surveys with GPS locations and images,
+ ODK is being used to create decision support for clinicians and for building
+ multimedia-rich nature mapping tools. See featured deployments and list of tools
+ for more examples of what the ODK community is doing. We welcome and encourage
+ participation from the user community.
- Newer versions of this app exist, but contain proprietary software, so updates
- are unlikely to appear here.
+ Newer versions of this app exist, but contain proprietary software, so updates
+ are unlikely to appear here.
RepoType: hg
Repo: https://code.google.com/p/opendatakit.collect
diff --git a/metadata/org.og8.a1tox.yml b/metadata/org.og8.a1tox.yml
index 29b383c325..58207b5872 100644
--- a/metadata/org.og8.a1tox.yml
+++ b/metadata/org.og8.a1tox.yml
@@ -7,9 +7,9 @@ IssueTracker: https://gitlab.com/og8org/1tox/issues
AutoName: 1toX
Description: |-
- Brain game to train the short time memory. Numbers appear for a glimpse and you
- need to remember the right order. On screen time is getting shorter and more
- numbers come to play. How many can you grasp?
+ Brain game to train the short time memory. Numbers appear for a glimpse and you
+ need to remember the right order. On screen time is getting shorter and more
+ numbers come to play. How many can you grasp?
RepoType: git
Repo: https://gitlab.com/og8org/1tox.git
diff --git a/metadata/org.ogre.browser.yml b/metadata/org.ogre.browser.yml
index 75df67de09..0036487d15 100644
--- a/metadata/org.ogre.browser.yml
+++ b/metadata/org.ogre.browser.yml
@@ -8,9 +8,9 @@ Changelog: https://github.com/OGRECave/ogre/releases
Donate: https://www.patreon.com/ogre1
Description: |-
- OGRE demo application, showcasing the rendering capabilities. Also useful for
- testing compatibility with different graphics drivers. Uses the GLES2 Rendering
- System and GLES3 features as available.
+ OGRE demo application, showcasing the rendering capabilities. Also useful for
+ testing compatibility with different graphics drivers. Uses the GLES2 Rendering
+ System and GLES3 features as available.
RepoType: git
Repo: https://github.com/OGRECave/ogre.git
@@ -34,7 +34,7 @@ Builds:
commit: v1.10.8
output: SampleBrowserNDK/bin/NativeActivity-release-unsigned.apk
prebuild: sed -i 's/android:versionCode="1"/android:versionCode="$$VERCODE$$"/'
- CMake/Templates/AndroidManifest.xml.in
+ CMake/Templates/AndroidManifest.xml.in
build:
- export ANDROID_SDK=$$SDK$$
- cmake -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_COMPONENT_JAVA=OFF -DOGRE_USE_STD11=ON
@@ -50,7 +50,7 @@ Builds:
commit: v1.10.8
output: SampleBrowserNDK/bin/NativeActivity-release-unsigned.apk
prebuild: sed -i 's/android:versionCode="1"/android:versionCode="$$VERCODE$$"/'
- CMake/Templates/AndroidManifest.xml.in
+ CMake/Templates/AndroidManifest.xml.in
build:
- export ANDROID_SDK=$$SDK$$
- cmake -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_COMPONENT_JAVA=OFF -DOGRE_USE_STD11=ON
@@ -66,7 +66,7 @@ Builds:
commit: v1.10.9
output: SampleBrowserNDK/bin/NativeActivity-release-unsigned.apk
prebuild: sed -i 's/android:versionCode="1"/android:versionCode="$$VERCODE$$"/'
- CMake/Templates/AndroidManifest.xml.in
+ CMake/Templates/AndroidManifest.xml.in
build:
- export ANDROID_SDK=$$SDK$$
- cmake -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_COMPONENT_JAVA=OFF -DOGRE_USE_STD11=ON
@@ -82,7 +82,7 @@ Builds:
commit: v1.10.9
output: SampleBrowserNDK/bin/NativeActivity-release-unsigned.apk
prebuild: sed -i 's/android:versionCode="1"/android:versionCode="$$VERCODE$$"/'
- CMake/Templates/AndroidManifest.xml.in
+ CMake/Templates/AndroidManifest.xml.in
build:
- export ANDROID_SDK=$$SDK$$
- cmake -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_COMPONENT_JAVA=OFF -DOGRE_USE_STD11=ON
@@ -98,7 +98,7 @@ Builds:
commit: v1.10.10
output: SampleBrowserNDK/bin/NativeActivity-release-unsigned.apk
prebuild: sed -i 's/android:versionCode="1"/android:versionCode="$$VERCODE$$"/'
- CMake/Templates/AndroidManifest.xml.in
+ CMake/Templates/AndroidManifest.xml.in
build:
- export ANDROID_SDK=$$SDK$$
- cmake -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_COMPONENT_JAVA=OFF -DOGRE_USE_STD11=ON
@@ -114,7 +114,7 @@ Builds:
commit: v1.10.10
output: SampleBrowserNDK/bin/NativeActivity-release-unsigned.apk
prebuild: sed -i 's/android:versionCode="1"/android:versionCode="$$VERCODE$$"/'
- CMake/Templates/AndroidManifest.xml.in
+ CMake/Templates/AndroidManifest.xml.in
build:
- export ANDROID_SDK=$$SDK$$
- cmake -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_COMPONENT_JAVA=OFF -DOGRE_USE_STD11=ON
@@ -130,7 +130,7 @@ Builds:
commit: v1.10.11
output: SampleBrowserNDK/bin/NativeActivity-release-unsigned.apk
prebuild: sed -i 's/android:versionCode="1"/android:versionCode="$$VERCODE$$"/'
- CMake/Templates/AndroidManifest.xml.in
+ CMake/Templates/AndroidManifest.xml.in
build:
- export ANDROID_SDK=$$SDK$$
- cmake -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_COMPONENT_JAVA=OFF -DOGRE_USE_STD11=ON
@@ -146,7 +146,7 @@ Builds:
commit: v1.10.11
output: SampleBrowserNDK/bin/NativeActivity-release-unsigned.apk
prebuild: sed -i 's/android:versionCode="1"/android:versionCode="$$VERCODE$$"/'
- CMake/Templates/AndroidManifest.xml.in
+ CMake/Templates/AndroidManifest.xml.in
build:
- export ANDROID_SDK=$$SDK$$
- cmake -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_COMPONENT_JAVA=OFF -DOGRE_USE_STD11=ON
@@ -162,7 +162,7 @@ Builds:
commit: v1.11.1
output: SampleBrowserNDK/bin/NativeActivity-release-unsigned.apk
prebuild: sed -i 's/android:versionCode="1"/android:versionCode="$$VERCODE$$"/'
- CMake/Templates/AndroidManifest.xml.in
+ CMake/Templates/AndroidManifest.xml.in
build:
- export ANDROID_SDK=$$SDK$$
- cmake -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_COMPONENT_JAVA=OFF -DANDROID_NATIVE_API_LEVEL=16
@@ -177,7 +177,7 @@ Builds:
commit: v1.11.1
output: SampleBrowserNDK/bin/NativeActivity-release-unsigned.apk
prebuild: sed -i 's/android:versionCode="1"/android:versionCode="$$VERCODE$$"/'
- CMake/Templates/AndroidManifest.xml.in
+ CMake/Templates/AndroidManifest.xml.in
build:
- export ANDROID_SDK=$$SDK$$
- cmake -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_COMPONENT_JAVA=OFF -DANDROID_NATIVE_API_LEVEL=16
@@ -193,7 +193,7 @@ Builds:
submodules: true
output: SampleBrowserNDK/app/build/outputs/apk/release/app-release-unsigned.apk
prebuild: sed -i 's/android:versionCode="1"/android:versionCode="$$VERCODE$$"/'
- CMake/Templates/AndroidManifest.xml.in
+ CMake/Templates/AndroidManifest.xml.in
build:
- cmake -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_COMPONENT_JAVA=OFF -DANDROID_NATIVE_API_LEVEL=16
-DANDROID_ABI=arm64-v8a -DCMAKE_TOOLCHAIN_FILE=$$NDK$$/build/cmake/android.toolchain.cmake
@@ -208,7 +208,7 @@ Builds:
submodules: true
output: SampleBrowserNDK/app/build/outputs/apk/release/app-release-unsigned.apk
prebuild: sed -i 's/android:versionCode="1"/android:versionCode="$$VERCODE$$"/'
- CMake/Templates/AndroidManifest.xml.in
+ CMake/Templates/AndroidManifest.xml.in
build:
- cmake -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_COMPONENT_JAVA=OFF -DANDROID_NATIVE_API_LEVEL=16
-DANDROID_ABI=x86 -DCMAKE_TOOLCHAIN_FILE=$$NDK$$/build/cmake/android.toolchain.cmake
@@ -298,8 +298,8 @@ Builds:
ndk: r21e
MaintainerNotes: |-
- For documentation of cmake options see:
- https://ogrecave.github.io/ogre/api/latest/building-ogre.html#autotoc_md260
+ For documentation of cmake options see:
+ https://ogrecave.github.io/ogre/api/latest/building-ogre.html#autotoc_md260
ArchivePolicy: 6
AutoUpdateMode: None
diff --git a/metadata/org.okfn.pod.yml b/metadata/org.okfn.pod.yml
index 0bd0bf4f83..a516ccad21 100644
--- a/metadata/org.okfn.pod.yml
+++ b/metadata/org.okfn.pod.yml
@@ -9,11 +9,11 @@ IssueTracker: https://github.com/okfn/product-browser-android/issues
AutoName: Product Open Data
Description: |-
- The barcode on most products is an unique identifier. The
- Product Open Data project tries to collect
- and link information to those barcodes, like nutrition facts or who actually
- owns the vendor. You can either browse and filter the database or look up
- specific codes.
+ The barcode on most products is an unique identifier. The
+ Product Open Data project tries to collect
+ and link information to those barcodes, like nutrition facts or who actually
+ owns the vendor. You can either browse and filter the database or look up
+ specific codes.
RepoType: git
Repo: https://github.com/okfn/product-browser-android.git
diff --git a/metadata/org.olgsoft.apipepanic.yml b/metadata/org.olgsoft.apipepanic.yml
index b3a2fcd599..f44f8a15af 100644
--- a/metadata/org.olgsoft.apipepanic.yml
+++ b/metadata/org.olgsoft.apipepanic.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/rnauber/pipepanic-android/issues
AutoName: PipePanic
Description: |-
- PipePanic is about connecting pipes in a hurry before any water spills.
+ PipePanic is about connecting pipes in a hurry before any water spills.
- This is an android port of the
- PipePanic game made by
- Thunor based on 2048-android
- by Paul Sarbinowski. It gives you a launcher icon and allows offline play.
+ This is an android port of the
+ PipePanic game made by
+ Thunor based on 2048-android
+ by Paul Sarbinowski. It gives you a launcher icon and allows offline play.
RepoType: git
Repo: https://github.com/rnauber/pipepanic-android.git
diff --git a/metadata/org.olpc_france.sugarizer.yml b/metadata/org.olpc_france.sugarizer.yml
index 03042582dd..8289609818 100644
--- a/metadata/org.olpc_france.sugarizer.yml
+++ b/metadata/org.olpc_france.sugarizer.yml
@@ -11,11 +11,11 @@ Changelog: https://github.com/llaske/sugarizer/blob/HEAD/CHANGELOG.md
AutoName: Sugarizer
Description: |-
- Developed for the "One Laptop Per Child" project, Sugar is a leading learning
- platform used by nearly 3 million children around the world.
+ Developed for the "One Laptop Per Child" project, Sugar is a leading learning
+ platform used by nearly 3 million children around the world.
- Sugarizer allow you to discover the Sugar Learning Platform from your smartphone
- or tablet. It includes a bunch of educative activities coming from Sugar.
+ Sugarizer allow you to discover the Sugar Learning Platform from your smartphone
+ or tablet. It includes a bunch of educative activities coming from Sugar.
RepoType: git
Repo: https://github.com/llaske/sugarizer_android_build.git
diff --git a/metadata/org.openbmap.unifiedNlp.yml b/metadata/org.openbmap.unifiedNlp.yml
index d3227a001e..1321ec940a 100644
--- a/metadata/org.openbmap.unifiedNlp.yml
+++ b/metadata/org.openbmap.unifiedNlp.yml
@@ -9,13 +9,13 @@ Changelog: https://github.com/openbmap/radiocells-nlp-android#history
Name: Radiocells.org UnifiedNlp Backend
AutoName: org.openbmap.unifiedNlpProvider
Description: |-
- https://f-droid.org/packages/com.google.android.gms wifi/cell geolocation backend that uses
- Radiocells.org database for geolocation.
+ https://f-droid.org/packages/com.google.android.gms wifi/cell geolocation backend that uses
+ Radiocells.org database for geolocation.
- Location can be retrieved either online or completely offline if a local
- database is already present.
+ Location can be retrieved either online or completely offline if a local
+ database is already present.
- https://f-droid.org/packages/org.openbmap can be used to gather wifi and cell information.
+ https://f-droid.org/packages/org.openbmap can be used to gather wifi and cell information.
RepoType: git
Repo: https://github.com/openbmap/radiocells-nlp-android
diff --git a/metadata/org.openbmap.yml b/metadata/org.openbmap.yml
index 5796f435a9..cfc34ee597 100644
--- a/metadata/org.openbmap.yml
+++ b/metadata/org.openbmap.yml
@@ -8,15 +8,15 @@ Translation: https://hosted.weblate.org/projects/openbmap/
AutoName: RadioBeacon
Description: |-
- Map wireless networks and cell towers for the openbmap.org
- database.
+ Map wireless networks and cell towers for the openbmap.org
+ database.
- openBmap is a free and open wifi and cells database. The website offers a
- coverage maps of wifis and cells. Collected data can be downloaded from the
- website and used for many purposes, such as determining your own location
- without GPS or creating network coverage maps.
+ openBmap is a free and open wifi and cells database. The website offers a
+ coverage maps of wifis and cells. Collected data can be downloaded from the
+ website and used for many purposes, such as determining your own location
+ without GPS or creating network coverage maps.
- Status: Testing
+ Status: Testing
RepoType: git
Repo: https://github.com/openbmap/radiocells-scanner-android
diff --git a/metadata/org.opengappsdownloader.yml b/metadata/org.opengappsdownloader.yml
index bfd54638ca..249a504c12 100644
--- a/metadata/org.opengappsdownloader.yml
+++ b/metadata/org.opengappsdownloader.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeAdd:
- en-US: GApps are not libre.
- NonFreeNet:
- en-US: Depends on Github.
+ NonFreeAdd:
+ en-US: GApps are not libre.
+ NonFreeNet:
+ en-US: Depends on Github.
Categories:
- Internet
License: GPL-3.0-only
@@ -13,8 +13,8 @@ Bitcoin: 16VEzu37BePgR3o9hAciZkGK2VCAQFE28r
AutoName: OpenGApps Downloader
Description: |-
- App to auto download opengapps zip files from github. You can select your
- prefered variant through settings.
+ App to auto download opengapps zip files from github. You can select your
+ prefered variant through settings.
RepoType: git
Repo: https://github.com/daktak/opengapps_downloader
diff --git a/metadata/org.opengemara.shiurim.yml b/metadata/org.opengemara.shiurim.yml
index 5edd093aee..2ca72fe740 100644
--- a/metadata/org.opengemara.shiurim.yml
+++ b/metadata/org.opengemara.shiurim.yml
@@ -6,11 +6,11 @@ Bitcoin: 19p5TXDfMksHjUstFEp2PUt383Cy7JdmLa
AutoName: Shiurim
Description: |-
- A quick and easy conversion tool to convert from Biblical, Mishnaic and Halachic
- units to metric and imperial units.
+ A quick and easy conversion tool to convert from Biblical, Mishnaic and Halachic
+ units to metric and imperial units.
- Supports R' Avraham Chaim Na'eh and Chazon Ish shiurim. Currently, only length
- conversion is supported. Other dimensions are up-coming.
+ Supports R' Avraham Chaim Na'eh and Chazon Ish shiurim. Currently, only length
+ conversion is supported. Other dimensions are up-coming.
Builds:
- versionName: 0.1.1
diff --git a/metadata/org.opengpx.yml b/metadata/org.opengpx.yml
index e774ad1d9e..3603ed0927 100644
--- a/metadata/org.opengpx.yml
+++ b/metadata/org.opengpx.yml
@@ -6,21 +6,21 @@ SourceCode: https://code.google.com/p/opengpx/source
AutoName: OpenGPX
Description: |-
- N.B Switch to the OpenStreetMap map provider in settings. The app will
- crash if you try to use Google Maps and you don't have that installed.
+ N.B Switch to the OpenStreetMap map provider in settings. The app will
+ crash if you try to use Google Maps and you don't have that installed.
- * Copy gpx files to the folder /sdcard/gpx (or /sdcard/download)
- * Optional: create / edit the text file /sdcard/gpx/info.txt (e.g. your personal cache search order)
- * Run OpenGPX
+ * Copy gpx files to the folder /sdcard/gpx (or /sdcard/download)
+ * Optional: create / edit the text file /sdcard/gpx/info.txt (e.g. your personal cache search order)
+ * Run OpenGPX
- Variation 2 (faster imports):
+ Variation 2 (faster imports):
- * Create a cache database by using the Cache Database Management tool
- * Copy database.db4o to /sdcard/gpx/database
+ * Create a cache database by using the Cache Database Management tool
+ * Copy database.db4o to /sdcard/gpx/database
- Variation 3 (Online):
+ Variation 3 (Online):
- * Use the "Search Online" feature (requires a free account at bcaching)
+ * Use the "Search Online" feature (requires a free account at bcaching)
Builds:
- versionName: 1.1.0
diff --git a/metadata/org.openhab.habdroid.beta.yml b/metadata/org.openhab.habdroid.beta.yml
index c7f845e69f..949d940bd8 100644
--- a/metadata/org.openhab.habdroid.beta.yml
+++ b/metadata/org.openhab.habdroid.beta.yml
@@ -22,7 +22,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.1.5-beta
versionCode: 54
@@ -32,7 +32,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.1.6-beta
versionCode: 55
@@ -42,7 +42,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.1.9-beta
versionCode: 58
@@ -52,7 +52,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.2.1-beta
versionCode: 60
@@ -62,7 +62,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.2.3-beta
versionCode: 62
@@ -72,7 +72,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.2.4-beta
versionCode: 63
@@ -82,7 +82,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.2.5-beta
versionCode: 64
@@ -92,7 +92,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.2.6-beta
versionCode: 65
@@ -102,7 +102,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.2.7-beta
versionCode: 66
@@ -112,7 +112,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.2.9-beta
versionCode: 68
@@ -122,7 +122,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.2.10-beta
versionCode: 69
@@ -132,7 +132,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.2.13-beta
versionCode: 71
@@ -142,7 +142,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.2.14-beta
versionCode: 72
@@ -152,7 +152,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.2.17-beta
versionCode: 75
@@ -162,7 +162,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.2.18-beta
versionCode: 76
@@ -172,7 +172,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.2.19-beta
versionCode: 77
@@ -182,7 +182,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.2.20-beta
versionCode: 78
@@ -192,7 +192,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.2.22-beta
versionCode: 80
@@ -202,7 +202,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.2.23-beta
versionCode: 81
@@ -212,7 +212,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.3.1-beta
versionCode: 83
@@ -222,7 +222,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.3.2-beta
versionCode: 84
@@ -232,7 +232,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.3.3-beta
versionCode: 85
@@ -242,7 +242,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.3.6-beta
versionCode: 86
@@ -252,7 +252,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.3.7-beta
versionCode: 87
@@ -262,7 +262,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.3.8-beta
versionCode: 88
@@ -272,7 +272,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.3.9-beta
versionCode: 89
@@ -282,7 +282,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.3.10-beta
versionCode: 90
@@ -292,7 +292,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.4.1-beta
versionCode: 92
@@ -302,7 +302,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.4.2-beta
versionCode: 93
@@ -312,7 +312,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.4.3-beta
versionCode: 94
@@ -322,7 +322,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.5.1-beta
versionCode: 96
@@ -332,7 +332,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.5.2-beta
versionCode: 97
@@ -342,7 +342,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.5.3-beta
versionCode: 98
@@ -352,7 +352,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.5.4-beta
versionCode: 99
@@ -362,7 +362,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.5.5-beta
versionCode: 100
@@ -372,7 +372,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.5.6-beta
versionCode: 101
@@ -382,7 +382,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.5.7-beta
versionCode: 102
@@ -392,7 +392,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.5.8-beta
versionCode: 103
@@ -402,7 +402,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.5.9-beta
versionCode: 104
@@ -412,7 +412,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.5.10-beta
versionCode: 105
@@ -422,7 +422,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.5.11-beta
versionCode: 106
@@ -432,7 +432,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.5.12-beta
versionCode: 107
@@ -442,7 +442,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.5.13-beta
versionCode: 108
@@ -452,7 +452,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.5.14-beta
versionCode: 109
@@ -462,7 +462,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.5.15-beta
versionCode: 110
@@ -472,7 +472,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.5.16-beta
versionCode: 111
@@ -482,7 +482,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.5.17-beta
versionCode: 112
@@ -492,7 +492,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.5.18-beta
versionCode: 113
@@ -502,7 +502,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.2-beta
versionCode: 116
@@ -512,7 +512,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.3-beta
versionCode: 117
@@ -522,7 +522,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.4-beta
versionCode: 118
@@ -532,7 +532,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.5-beta
versionCode: 119
@@ -542,7 +542,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.7-beta
versionCode: 121
@@ -552,7 +552,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.8-beta
versionCode: 122
@@ -562,7 +562,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.11-beta
versionCode: 125
@@ -572,7 +572,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.13-beta
versionCode: 126
@@ -582,7 +582,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.14-beta
versionCode: 127
@@ -592,7 +592,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.16-beta
versionCode: 129
@@ -602,7 +602,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.17-beta
versionCode: 130
@@ -612,7 +612,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.18-beta
versionCode: 131
@@ -622,7 +622,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.19-beta
versionCode: 132
@@ -632,7 +632,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.20-beta
versionCode: 133
@@ -642,7 +642,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.21-beta
versionCode: 134
@@ -652,7 +652,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.22-beta
versionCode: 135
@@ -662,7 +662,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.23-beta
versionCode: 136
@@ -672,7 +672,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.25-beta
versionCode: 138
@@ -682,7 +682,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.26-beta
versionCode: 139
@@ -692,7 +692,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.7.1-beta
versionCode: 141
@@ -702,7 +702,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.7.3-beta
versionCode: 143
@@ -712,7 +712,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.7.4-beta
versionCode: 144
@@ -722,7 +722,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.7.5-beta
versionCode: 145
@@ -732,7 +732,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.7.10-beta
versionCode: 150
@@ -742,7 +742,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.7.11-beta
versionCode: 151
@@ -752,7 +752,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.7.12-beta
versionCode: 152
@@ -762,7 +762,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.7.13-beta
versionCode: 153
@@ -772,7 +772,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.7.14-beta
versionCode: 154
@@ -782,7 +782,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.7.16-beta
versionCode: 156
@@ -792,7 +792,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.7.17-beta
versionCode: 157
@@ -802,7 +802,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.8.2-beta
versionCode: 160
@@ -812,7 +812,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.8.3-beta
versionCode: 161
@@ -822,7 +822,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.8.6-beta
versionCode: 164
@@ -832,7 +832,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.8.7-beta
versionCode: 165
@@ -842,7 +842,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.8.8-beta
versionCode: 166
@@ -852,7 +852,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.8.10-beta
versionCode: 168
@@ -862,7 +862,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.8.11-beta
versionCode: 169
@@ -872,7 +872,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.8.12-beta
versionCode: 170
@@ -882,7 +882,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.8.13-beta
versionCode: 171
@@ -892,7 +892,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.8.14-beta
versionCode: 172
@@ -902,7 +902,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.8.16-beta
versionCode: 174
@@ -912,7 +912,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.8.18-beta
versionCode: 176
@@ -922,7 +922,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.8.19-beta
versionCode: 177
@@ -932,7 +932,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.8.21-beta
versionCode: 179
@@ -942,7 +942,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.8.22-beta
versionCode: 180
@@ -952,7 +952,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.8.24-beta
versionCode: 192
@@ -962,7 +962,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.8.26-beta
versionCode: 194
@@ -972,7 +972,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.9.2-beta
versionCode: 201
@@ -982,7 +982,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.9.3-beta
versionCode: 202
@@ -992,7 +992,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.9.4-beta
versionCode: 203
@@ -1002,7 +1002,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.9.5-beta
versionCode: 204
@@ -1012,7 +1012,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.9.6-beta
versionCode: 205
@@ -1022,7 +1022,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.9.7-beta
versionCode: 206
@@ -1032,7 +1032,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.9.8-beta
versionCode: 207
@@ -1042,7 +1042,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.9.9-beta
versionCode: 208
@@ -1052,7 +1052,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.9.10-beta
versionCode: 209
@@ -1062,7 +1062,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.9.11-beta
versionCode: 210
@@ -1072,7 +1072,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.10.1-beta
versionCode: 212
@@ -1082,7 +1082,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.10.4-beta
versionCode: 215
@@ -1092,7 +1092,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.10.6-beta
versionCode: 216
@@ -1102,7 +1102,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.10.8-beta
versionCode: 218
@@ -1112,7 +1112,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.10.9-beta
versionCode: 219
@@ -1122,7 +1122,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.10.10-beta
versionCode: 220
@@ -1132,7 +1132,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.10.11-beta
versionCode: 221
@@ -1142,7 +1142,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.10.13-beta
versionCode: 223
@@ -1152,7 +1152,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.10.14-beta
versionCode: 224
@@ -1162,7 +1162,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.10.15-beta
versionCode: 225
@@ -1172,7 +1172,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.10.17-beta
versionCode: 227
@@ -1182,7 +1182,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.10.18-beta
versionCode: 228
@@ -1192,7 +1192,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.10.19-beta
versionCode: 229
@@ -1202,7 +1202,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.10.21-beta
versionCode: 231
@@ -1212,7 +1212,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.11.1-beta
versionCode: 233
@@ -1222,7 +1222,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.11.2-beta
versionCode: 234
@@ -1232,7 +1232,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.11.3-beta
versionCode: 235
@@ -1242,7 +1242,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.11.5-beta
versionCode: 237
@@ -1252,7 +1252,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.11.6-beta
versionCode: 238
@@ -1262,7 +1262,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.11.8-beta
versionCode: 251
@@ -1272,7 +1272,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.11.12-beta
versionCode: 255
@@ -1282,7 +1282,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.11.14-beta
versionCode: 257
@@ -1292,7 +1292,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.11.18-beta
versionCode: 261
@@ -1302,7 +1302,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.11.22-beta
versionCode: 265
@@ -1312,7 +1312,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.11.23-beta
versionCode: 266
@@ -1322,7 +1322,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.11.24-beta
versionCode: 267
@@ -1332,7 +1332,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.12.3-beta
versionCode: 271
@@ -1342,7 +1342,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.12.6-beta
versionCode: 274
@@ -1352,7 +1352,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.12.7-beta
versionCode: 275
@@ -1362,7 +1362,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.12.8-beta
versionCode: 276
@@ -1372,7 +1372,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.12.9-beta
versionCode: 277
@@ -1382,7 +1382,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.12.10-beta
versionCode: 278
@@ -1392,7 +1392,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.12.11-beta
versionCode: 279
@@ -1402,7 +1402,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.12.12-beta
versionCode: 280
@@ -1412,7 +1412,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.12.14-beta
versionCode: 282
@@ -1422,7 +1422,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.12.15-beta
versionCode: 283
@@ -1432,7 +1432,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.12.16-beta
versionCode: 284
@@ -1442,7 +1442,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.12.18-beta
versionCode: 286
@@ -1452,7 +1452,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.12.19-beta
versionCode: 287
@@ -1462,7 +1462,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.12.20-beta
versionCode: 288
@@ -1472,7 +1472,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.12.21-beta
versionCode: 289
@@ -1482,7 +1482,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.13.1-beta
versionCode: 291
@@ -1492,7 +1492,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.13.2-beta
versionCode: 292
@@ -1502,7 +1502,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.13.4-beta
versionCode: 293
@@ -1512,7 +1512,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.13.6-beta
versionCode: 295
@@ -1522,7 +1522,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.13.9-beta
versionCode: 298
@@ -1532,7 +1532,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.13.10-beta
versionCode: 299
@@ -1542,7 +1542,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.13.11-beta
versionCode: 300
@@ -1552,7 +1552,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.13.12-beta
versionCode: 301
@@ -1562,7 +1562,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.13.13-beta
versionCode: 302
@@ -1572,7 +1572,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.13.14-beta
versionCode: 303
@@ -1582,7 +1582,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.13.15-beta
versionCode: 304
@@ -1592,7 +1592,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.13.16-beta
versionCode: 305
@@ -1602,7 +1602,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.13.17-beta
versionCode: 306
@@ -1612,7 +1612,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.13.18-beta
versionCode: 307
@@ -1622,7 +1622,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.13.19-beta
versionCode: 308
@@ -1632,7 +1632,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.13.20-beta
versionCode: 309
@@ -1642,7 +1642,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.13.21-beta
versionCode: 310
@@ -1652,7 +1652,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.14.1-beta
versionCode: 312
@@ -1662,7 +1662,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.14.2-beta
versionCode: 313
@@ -1672,7 +1672,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.14.3-beta
versionCode: 314
@@ -1682,7 +1682,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.14.4-beta
versionCode: 315
@@ -1692,7 +1692,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.14.5-beta
versionCode: 316
@@ -1702,7 +1702,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.14.6-beta
versionCode: 317
@@ -1712,7 +1712,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.14.7-beta
versionCode: 318
@@ -1722,7 +1722,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.14.8-beta
versionCode: 319
@@ -1732,7 +1732,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.14.9-beta
versionCode: 320
@@ -1742,7 +1742,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.14.10-beta
versionCode: 321
@@ -1752,7 +1752,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.14.11-beta
versionCode: 322
@@ -1762,7 +1762,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.1-beta
versionCode: 324
@@ -1772,7 +1772,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.2-beta
versionCode: 325
@@ -1782,7 +1782,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.3-beta
versionCode: 326
@@ -1792,7 +1792,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.4-beta
versionCode: 331
@@ -1802,7 +1802,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.5-beta
versionCode: 332
@@ -1812,7 +1812,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.6-beta
versionCode: 333
@@ -1822,7 +1822,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.7-beta
versionCode: 334
@@ -1832,7 +1832,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.8-beta
versionCode: 335
@@ -1842,7 +1842,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.9-beta
versionCode: 336
@@ -1852,7 +1852,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.10-beta
versionCode: 337
@@ -1862,7 +1862,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.11-beta
versionCode: 338
@@ -1872,7 +1872,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.12-beta
versionCode: 339
@@ -1882,7 +1882,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.13-beta
versionCode: 340
@@ -1892,7 +1892,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.14-beta
versionCode: 341
@@ -1902,7 +1902,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.15-beta
versionCode: 342
@@ -1912,7 +1912,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.17-beta
versionCode: 343
@@ -1922,7 +1922,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.18-beta
versionCode: 344
@@ -1932,7 +1932,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.19-beta
versionCode: 345
@@ -1942,7 +1942,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.21-beta
versionCode: 347
@@ -1952,7 +1952,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.22-beta
versionCode: 348
@@ -1962,7 +1962,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.24-beta
versionCode: 349
@@ -1972,7 +1972,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.25-beta
versionCode: 350
@@ -1982,7 +1982,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.26-beta
versionCode: 351
@@ -1992,7 +1992,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.27-beta
versionCode: 352
@@ -2002,7 +2002,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.29-beta
versionCode: 354
@@ -2012,7 +2012,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.30-beta
versionCode: 355
@@ -2022,7 +2022,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.16.2-beta
versionCode: 358
@@ -2032,7 +2032,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.16.6-beta
versionCode: 362
@@ -2042,7 +2042,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.16.7-beta
versionCode: 363
@@ -2052,7 +2052,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.16.8-beta
versionCode: 364
@@ -2062,7 +2062,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.16.9-beta
versionCode: 365
@@ -2072,7 +2072,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.16.10-beta
versionCode: 366
@@ -2082,7 +2082,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.16.11-beta
versionCode: 367
@@ -2092,7 +2092,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.16.14-beta
versionCode: 370
@@ -2102,7 +2102,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.16.15-beta
versionCode: 371
@@ -2112,7 +2112,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.16.16-beta
versionCode: 372
@@ -2122,7 +2122,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.16.17-beta
versionCode: 373
@@ -2132,7 +2132,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.16.18-beta
versionCode: 374
@@ -2142,7 +2142,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.16.19-beta
versionCode: 375
@@ -2152,7 +2152,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.16.20-beta
versionCode: 376
@@ -2162,7 +2162,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.17.2-beta
versionCode: 380
@@ -2172,7 +2172,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.17.3-beta
versionCode: 391
@@ -2182,7 +2182,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.17.5-beta
versionCode: 393
@@ -2192,7 +2192,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.17.6-beta
versionCode: 394
@@ -2202,7 +2202,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.17.7-beta
versionCode: 395
@@ -2212,7 +2212,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.17.8-beta
versionCode: 396
@@ -2222,7 +2222,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.17.9-beta
versionCode: 397
@@ -2232,7 +2232,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.18.1-beta
versionCode: 399
@@ -2242,7 +2242,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.18.2-beta
versionCode: 400
@@ -2252,7 +2252,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.18.3-beta
versionCode: 401
@@ -2266,7 +2266,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.18.4-beta
versionCode: 402
@@ -2280,7 +2280,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.18.5-beta
versionCode: 403
@@ -2294,7 +2294,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.19.1-beta
versionCode: 405
@@ -2308,7 +2308,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.19.2-beta
versionCode: 406
@@ -2322,7 +2322,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.19.3-beta
versionCode: 408
@@ -2336,7 +2336,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.19.4-beta
versionCode: 409
@@ -2350,7 +2350,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.19.5-beta
versionCode: 410
@@ -2364,7 +2364,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.19.6-beta
versionCode: 411
@@ -2378,7 +2378,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.19.7-beta
versionCode: 412
@@ -2392,7 +2392,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.19.8-beta
versionCode: 413
@@ -2406,7 +2406,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.19.9-beta
versionCode: 414
@@ -2420,7 +2420,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.19.10-beta
versionCode: 415
@@ -2434,7 +2434,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.19.11-beta
versionCode: 416
@@ -2448,7 +2448,7 @@ Builds:
- foss
- beta
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.19.12-beta
versionCode: 417
@@ -3344,7 +3344,7 @@ Builds:
- echo 'org.gradle.jvmargs=-Xmx4096m' >> ../gradle.properties
MaintainerNotes: Replace the fabric.io maven with mavencentral instead of deleting
- it to not trigger fdroid/fdroidserver#463.
+ it to not trigger fdroid/fdroidserver#463.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]+-beta-fdroid$
diff --git a/metadata/org.openhab.habdroid.yml b/metadata/org.openhab.habdroid.yml
index 81d386416b..2d1c89a938 100644
--- a/metadata/org.openhab.habdroid.yml
+++ b/metadata/org.openhab.habdroid.yml
@@ -23,7 +23,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.0.31
versionCode: 34
@@ -33,7 +33,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.1.0
versionCode: 50
@@ -43,7 +43,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.2.0
versionCode: 59
@@ -53,7 +53,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.3.0
versionCode: 82
@@ -63,7 +63,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.4.0
versionCode: 91
@@ -73,7 +73,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.5.0
versionCode: 95
@@ -83,7 +83,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.0
versionCode: 114
@@ -93,7 +93,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.6.9
versionCode: 123
@@ -103,7 +103,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.7.0
versionCode: 140
@@ -113,7 +113,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.8.0
versionCode: 158
@@ -123,7 +123,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.9.0
versionCode: 195
@@ -133,7 +133,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.10.0
versionCode: 211
@@ -143,7 +143,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.10.3
versionCode: 214
@@ -153,7 +153,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.11.0
versionCode: 232
@@ -163,7 +163,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.12.0
versionCode: 268
@@ -173,7 +173,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.12.1
versionCode: 269
@@ -183,7 +183,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.13.0
versionCode: 290
@@ -193,7 +193,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.14.0
versionCode: 311
@@ -203,7 +203,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.15.0
versionCode: 323
@@ -213,7 +213,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.16.1
versionCode: 357
@@ -223,7 +223,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.17.0
versionCode: 378
@@ -233,7 +233,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /fabric/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.18.0
versionCode: 398
@@ -243,7 +243,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.19.0
versionCode: 404
@@ -257,7 +257,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.20.0
versionCode: 418
@@ -271,7 +271,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.21.0
versionCode: 435
@@ -285,7 +285,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.22.0
versionCode: 437
@@ -299,7 +299,7 @@ Builds:
- foss
- stable
prebuild: sed -i -e 's|maven.fabric.io/public|repo1.maven.org/maven2|' -e /firebase/d
- -e '/google-services/d' build.gradle
+ -e '/google-services/d' build.gradle
- versionName: 2.23.0
versionCode: 442
@@ -454,7 +454,7 @@ Builds:
- echo 'org.gradle.jvmargs=-Xmx4g' >> ../gradle.properties
MaintainerNotes: Replace the fabric.io maven with mavencentral instead of deleting
- it to not trigger fdroid/fdroidserver#463.
+ it to not trigger fdroid/fdroidserver#463.
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]+-release-fdroid$
diff --git a/metadata/org.openintents.filemanager.yml b/metadata/org.openintents.filemanager.yml
index 6a4e5cf6d2..ac4c2d3c6a 100644
--- a/metadata/org.openintents.filemanager.yml
+++ b/metadata/org.openintents.filemanager.yml
@@ -12,23 +12,23 @@ Bitcoin: 16MJeiftw9LRuvqoSH18v16kYTeNx7wJSZ
AutoName: OI File Manager
Description: |-
- The OpenIntents file manager allows you to browse your SD card, create
- directories, rename, move, and delete files. It also acts as an extension to
- other applications to display "Open" and "Save" dialogs.
+ The OpenIntents file manager allows you to browse your SD card, create
+ directories, rename, move, and delete files. It also acts as an extension to
+ other applications to display "Open" and "Save" dialogs.
- Note that this is included in older versions of Cyanogenmod as a system
- application, so you will not be able to upgrade it without first manually
- removing (as root) the existing version.
+ Note that this is included in older versions of Cyanogenmod as a system
+ application, so you will not be able to upgrade it without first manually
+ removing (as root) the existing version.
- Features:
+ Features:
- * Show list of files with thumbnails for images.
- * Move, copy, rename, and delete files.
- * Create and delete directories (folders).
- * Send files by email.
- * Acts as an extension to other applications, like GMail, to attach files.
- * Support for many file endings and mime types.
- * Supports PICK_FILE and PICK_DIRECTORY intents so that other applications can use OI File Manager.
+ * Show list of files with thumbnails for images.
+ * Move, copy, rename, and delete files.
+ * Create and delete directories (folders).
+ * Send files by email.
+ * Acts as an extension to other applications, like GMail, to attach files.
+ * Support for many file endings and mime types.
+ * Supports PICK_FILE and PICK_DIRECTORY intents so that other applications can use OI File Manager.
RepoType: git
Repo: https://github.com/openintents/filemanager.git
diff --git a/metadata/org.openintents.flashlight.yml b/metadata/org.openintents.flashlight.yml
index 051b7a7350..c4899c45d6 100644
--- a/metadata/org.openintents.flashlight.yml
+++ b/metadata/org.openintents.flashlight.yml
@@ -11,13 +11,13 @@ Bitcoin: 16MJeiftw9LRuvqoSH18v16kYTeNx7wJSZ
AutoName: OI Flashlight
Description: |-
- OI Flashlight is a simple and effective application that helps you find a way in
- the dark. OI Flashlight locks the display backlight on, clearly illuminating the
- surrounding area.
+ OI Flashlight is a simple and effective application that helps you find a way in
+ the dark. OI Flashlight locks the display backlight on, clearly illuminating the
+ surrounding area.
- For devices with a camera flash, OI Flashlight can also use the flash as a
- bright torch to brighten the room. The color of the backlight is completely
- customizable with OI Color Picker.
+ For devices with a camera flash, OI Flashlight can also use the flash as a
+ bright torch to brighten the room. The color of the backlight is completely
+ customizable with OI Color Picker.
RepoType: git
Repo: https://github.com/openintents/flashlight
diff --git a/metadata/org.openintents.notepad.yml b/metadata/org.openintents.notepad.yml
index 469cee3eea..5fecb85b8e 100644
--- a/metadata/org.openintents.notepad.yml
+++ b/metadata/org.openintents.notepad.yml
@@ -12,29 +12,29 @@ Bitcoin: 16MJeiftw9LRuvqoSH18v16kYTeNx7wJSZ
AutoName: OI Notepad
Description: |-
- OI Notepad allows to create, edit, send, and delete notes.
+ OI Notepad allows to create, edit, send, and delete notes.
- Further features include:
+ Further features include:
- * Send notes: In the list of notes, long-press on a note to see the context menu.
- * Add tags.
- * Filter notes: in the list of notes press a few letters to filter the list.
- * Sort notes alphabetically, or by modification date.
- * Open files from SD card or save files to SD card.
+ * Send notes: In the list of notes, long-press on a note to see the context menu.
+ * Add tags.
+ * Filter notes: in the list of notes press a few letters to filter the list.
+ * Sort notes alphabetically, or by modification date.
+ * Open files from SD card or save files to SD card.
- The following extensions are available:
+ The following extensions are available:
- * OI Voice Notes to add a recorded message to a note.
- * OI ConvertCSV to export/import notes to the SD card.
- * OI Insert Date to insert the current date into a note.
- * https://f-droid.org/packages/org.openintents.about to display version information, links, credits, and license information.
- * uмop ∂pısd∩ (Upside down) to turn selected text upside down.
+ * OI Voice Notes to add a recorded message to a note.
+ * OI ConvertCSV to export/import notes to the SD card.
+ * OI Insert Date to insert the current date into a note.
+ * https://f-droid.org/packages/org.openintents.about to display version information, links, credits, and license information.
+ * uмop ∂pısd∩ (Upside down) to turn selected text upside down.
- OI Notepad works together with the following applications:
+ OI Notepad works together with the following applications:
- * https://f-droid.org/packages/org.openintents.safe to encrypt notes.
- * https://f-droid.org/packages/org.openintents.filemanager to open files from SD card or save them to SD card.
- * OI Update to receive notifications when updates are available.
+ * https://f-droid.org/packages/org.openintents.safe to encrypt notes.
+ * https://f-droid.org/packages/org.openintents.filemanager to open files from SD card or save them to SD card.
+ * OI Update to receive notifications when updates are available.
RepoType: git
Repo: https://github.com/openintents/notepad
diff --git a/metadata/org.openintents.safe.yml b/metadata/org.openintents.safe.yml
index ed40c41028..03373bb889 100644
--- a/metadata/org.openintents.safe.yml
+++ b/metadata/org.openintents.safe.yml
@@ -12,8 +12,8 @@ Bitcoin: 16MJeiftw9LRuvqoSH18v16kYTeNx7wJSZ
AutoName: OI Safe
Description: |-
- OI Safe safely protects all of your passwords and other private data using
- industry standard AES encryption.
+ OI Safe safely protects all of your passwords and other private data using
+ industry standard AES encryption.
RepoType: git
Repo: https://github.com/openintents/safe.git
diff --git a/metadata/org.openintents.shopping.yml b/metadata/org.openintents.shopping.yml
index a5ed0fffe1..028d66802b 100644
--- a/metadata/org.openintents.shopping.yml
+++ b/metadata/org.openintents.shopping.yml
@@ -11,15 +11,15 @@ Bitcoin: 16MJeiftw9LRuvqoSH18v16kYTeNx7wJSZ
AutoName: OI Shopping List
Description: |-
- OI Shopping List is a powerful application which makes it easy to create and
- manage checklists. OI Shopping List makes it easy to add items to a list, check
- the item off, and remove it from the list.
+ OI Shopping List is a powerful application which makes it easy to create and
+ manage checklists. OI Shopping List makes it easy to add items to a list, check
+ the item off, and remove it from the list.
- The application can track separate prices for each store that you use, and
- features a high level of customization. Font size, sort order, list columns, and
- list cleanup behavior are all settings controlled by the user. All of these
- features are brought together in a crisp layout that is customizable through a
- variety of themes.
+ The application can track separate prices for each store that you use, and
+ features a high level of customization. Font size, sort order, list columns, and
+ list cleanup behavior are all settings controlled by the user. All of these
+ features are brought together in a crisp layout that is customizable through a
+ variety of themes.
RepoType: git
Repo: https://github.com/openintents/shoppinglist
diff --git a/metadata/org.openlp.android2.yml b/metadata/org.openlp.android2.yml
index 208c332839..9d6fcae128 100644
--- a/metadata/org.openlp.android2.yml
+++ b/metadata/org.openlp.android2.yml
@@ -9,19 +9,19 @@ Donate: https://openlp.org/donate
AutoName: OpenLP
Description: |-
- OpenLP is an open-source presentation platform created for use in churches large
- and small. Say good-bye to the hassle of subscription costs and device
- platforms; this software offers a wide variety of features that will greatly
- benefit your worship service.
+ OpenLP is an open-source presentation platform created for use in churches large
+ and small. Say good-bye to the hassle of subscription costs and device
+ platforms; this software offers a wide variety of features that will greatly
+ benefit your worship service.
- Control your presentations from anywhere using OpenLP's first-of-its-kind remote
- system. With a built-in web app, you can access your service from any
- network-enabled device that has a browser and a touch screen. Change slides, or
- even change what is currently presenting from your phone. Search for songs,
- Bible verses, images and more without needing to touch the computer.
+ Control your presentations from anywhere using OpenLP's first-of-its-kind remote
+ system. With a built-in web app, you can access your service from any
+ network-enabled device that has a browser and a touch screen. Change slides, or
+ even change what is currently presenting from your phone. Search for songs,
+ Bible verses, images and more without needing to touch the computer.
- This android app has all the same features as the web app, packed into a native
- application.
+ This android app has all the same features as the web app, packed into a native
+ application.
RepoType: bzr
Repo: lp:openlp/android2
diff --git a/metadata/org.openobservatory.ooniprobe.yml b/metadata/org.openobservatory.ooniprobe.yml
index baeddf43ac..a37387edd6 100644
--- a/metadata/org.openobservatory.ooniprobe.yml
+++ b/metadata/org.openobservatory.ooniprobe.yml
@@ -13,61 +13,61 @@ Donate: https://ooni.org/donate/
AutoName: OONI Probe
Description: |-
- Are websites and social media apps blocked? Is your network unusually slow?
- Run OONI Probe to find out!
+ Are websites and social media apps blocked? Is your network unusually slow?
+ Run OONI Probe to find out!
- With this app, you will examine the blocking of websites and instant
- messaging apps, measure your network's speed and performance, and check
- whether systems that could be responsible for censorship and surveillance
- are in your network.
+ With this app, you will examine the blocking of websites and instant
+ messaging apps, measure your network's speed and performance, and check
+ whether systems that could be responsible for censorship and surveillance
+ are in your network.
- OONI Probe is developed by the Open Observatory of Network Interference
- (OONI), a free software project (under The Tor Project) that aims to uncover
- internet censorship around the world.
+ OONI Probe is developed by the Open Observatory of Network Interference
+ (OONI), a free software project (under The Tor Project) that aims to uncover
+ internet censorship around the world.
- Since 2012, OONI's global community has collected millions of network
- measurements from more than 200 countries, shedding light on multiple cases
- of network interference.
+ Since 2012, OONI's global community has collected millions of network
+ measurements from more than 200 countries, shedding light on multiple cases
+ of network interference.
- Collect evidence of internet censorship
- You can check whether and how websites and instant messaging apps are
- blocked. The network measurement data you will collect may serve as evidence
- of internet censorship.
+ Collect evidence of internet censorship
+ You can check whether and how websites and instant messaging apps are
+ blocked. The network measurement data you will collect may serve as evidence
+ of internet censorship.
- Detect systems responsible for censorship and surveillance
- OONI Probe tests are also designed to uncover the presence of systems
- (middleboxes) that could be responsible for censorship and surveillance.
+ Detect systems responsible for censorship and surveillance
+ OONI Probe tests are also designed to uncover the presence of systems
+ (middleboxes) that could be responsible for censorship and surveillance.
- Measure the speed and performance of your network
- You can measure the speed and performance of your network by running OONI's
- implementation of the Network Diagnostic Test (NDT). You can also measure
- video streaming performance with the Dynamic Adaptive Streaming over HTTP
- (DASH) test.
+ Measure the speed and performance of your network
+ You can measure the speed and performance of your network by running OONI's
+ implementation of the Network Diagnostic Test (NDT). You can also measure
+ video streaming performance with the Dynamic Adaptive Streaming over HTTP
+ (DASH) test.
- Open data
- OONI publishes network measurement data because open data allows third
- parties to verify OONI findings, conduct independent studies, and answer
- other research questions. Openly publishing OONI data also helps increase
- transparency of internet censorship around the world. You can explore and
- download OONI data here: https://ooni.io/data/
+ Open data
+ OONI publishes network measurement data because open data allows third
+ parties to verify OONI findings, conduct independent studies, and answer
+ other research questions. Openly publishing OONI data also helps increase
+ transparency of internet censorship around the world. You can explore and
+ download OONI data here: https://ooni.io/data/
- Free software
- All OONI Probe tests (including our NDT and DASH implementations), are based
- on free and open source software. You can find OONI software projects
- on Github. Curious to learn how OONI Probe tests
- work? Learn more here.
+ Free software
+ All OONI Probe tests (including our NDT and DASH implementations), are based
+ on free and open source software. You can find OONI software projects
+ on Github. Curious to learn how OONI Probe tests
+ work? Learn more here.
- To receive updates from the OONI-verse,
- follow us on Twitter
+ To receive updates from the OONI-verse,
+ follow us on Twitter
- Disclaimer: Running OONI Probe might be against the terms of service of your ISP
- or legally questionable in your country. By running OONI Probe, you will connect
- to web services which might be banned. The OONI project will publish data
- submitted by probes, possibly including your IP address or other identifying
- information. In addition, your use of OONI Probe will be clear to anyone who has
- access to your computer, and to anyone who can monitor your Internet connection
- (such as your employer, ISP or government). Learn more about potential risks
- here
+ Disclaimer: Running OONI Probe might be against the terms of service of your ISP
+ or legally questionable in your country. By running OONI Probe, you will connect
+ to web services which might be banned. The OONI project will publish data
+ submitted by probes, possibly including your IP address or other identifying
+ information. In addition, your use of OONI Probe will be clear to anyone who has
+ access to your computer, and to anyone who can monitor your Internet connection
+ (such as your employer, ISP or government). Learn more about potential risks
+ here
RepoType: git
Repo: https://github.com/ooni/probe-android
@@ -99,7 +99,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/constraint-layout:1.0.0-alpha7/constraint-layout:1.0.2/'
- build.gradle
+ build.gradle
antifeatures:
- Tracking
@@ -297,7 +297,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/21.0.6113669/21.3.6528147/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r21d
antifeatures:
- Tracking
@@ -309,7 +309,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/21.0.6113669/21.3.6528147/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r21d
antifeatures:
- Tracking
@@ -321,7 +321,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/21.0.6113669/21.3.6528147/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r21d
antifeatures:
- Tracking
@@ -333,7 +333,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/21.0.6113669/21.3.6528147/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r21d
antifeatures:
- Tracking
@@ -346,7 +346,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/21.0.6113669/21.3.6528147/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r21d
antifeatures:
- Tracking
@@ -358,7 +358,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/21.0.6113669/21.3.6528147/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r22
antifeatures:
- Tracking
@@ -370,7 +370,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/21.0.6113669/21.3.6528147/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r22
antifeatures:
- Tracking
@@ -382,7 +382,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/21.0.6113669/21.3.6528147/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r22
antifeatures:
- Tracking
@@ -394,7 +394,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/21.0.6113669/21.3.6528147/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r22
antifeatures:
- Tracking
@@ -406,7 +406,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/21.0.6113669/21.3.6528147/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r22
- versionName: 2.11.0
@@ -416,7 +416,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/22.0.7026061/22.1.7171670/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r22b
- versionName: 3.0.0
@@ -426,7 +426,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/22.0.7026061/22.1.7171670/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r22b
- versionName: 3.1.0
@@ -436,7 +436,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/22.0.7026061/22.1.7171670/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r22b
- versionName: 3.2.0
@@ -446,7 +446,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/22.0.7026061/22.1.7171670/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r22b
- versionName: 3.3.0
@@ -456,7 +456,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/22.0.7026061/22.1.7171670/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r22b
- versionName: 3.3.1
@@ -466,7 +466,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/22.0.7026061/22.1.7171670/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r22b
- versionName: 3.4.0
@@ -480,7 +480,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/22.0.7026061/22.1.7171670/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r22b
- versionName: 3.4.1
@@ -494,7 +494,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/22.0.7026061/22.1.7171670/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r22b
- versionName: 3.5.0
@@ -508,7 +508,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/22.0.7026061/22.1.7171670/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r22b
- versionName: 3.6.0
@@ -522,7 +522,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/22.0.7026061/22.1.7171670/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r22b
- versionName: 3.6.1
@@ -536,7 +536,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/22.0.7026061/22.1.7171670/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r22b
- versionName: 3.7.0
@@ -550,7 +550,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/22.0.7026061/22.1.7171670/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r22b
- versionName: 3.7.1
@@ -564,7 +564,7 @@ Builds:
gradle:
- stableFdroid
prebuild: sed -i -e '/fabric/d' -e 's/22.0.7026061/22.1.7171670/' -e '/com.google.gms/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ndk: r22b
- versionName: 3.7.2
diff --git a/metadata/org.openorienteering.mapper.yml b/metadata/org.openorienteering.mapper.yml
index 21daa04c48..bedeffb1cd 100644
--- a/metadata/org.openorienteering.mapper.yml
+++ b/metadata/org.openorienteering.mapper.yml
@@ -11,9 +11,9 @@ Changelog: https://github.com/OpenOrienteering/mapper/releases
AutoName: OpenOrienteering
Description: |-
- Mapper is an alternative to the proprietary software OCad. Symbols sets for ISOM
- 2000 (forest), ISSOM 2007 (sprint), ISMTBOM (mountain bike), ISSkiOM (ski), and
- for course design and control description sheets.
+ Mapper is an alternative to the proprietary software OCad. Symbols sets for ISOM
+ 2000 (forest), ISSOM 2007 (sprint), ISMTBOM (mountain bike), ISSkiOM (ski), and
+ for course design and control description sheets.
RepoType: git
Repo: https://github.com/OpenOrienteering/mapper/
diff --git a/metadata/org.openpetfoodfacts.scanner.yml b/metadata/org.openpetfoodfacts.scanner.yml
index f466488852..76679c6a0a 100644
--- a/metadata/org.openpetfoodfacts.scanner.yml
+++ b/metadata/org.openpetfoodfacts.scanner.yml
@@ -13,25 +13,25 @@ Changelog: https://github.com/openfoodfacts/openfoodfacts-androidapp/releases
Name: Open Pet Food Facts
AutoName: Open PetFood Facts
Description: |-
- Scan pet food products or their barcode to obtain data on ingredients, additives
- and nutrition facts.
+ Scan pet food products or their barcode to obtain data on ingredients, additives
+ and nutrition facts.
- The app allows to view the over 100 pet products already contained in the free
- and open database Open Pet Food Facts, and also to add pictures and data for
- missing products.
+ The app allows to view the over 100 pet products already contained in the free
+ and open database Open Pet Food Facts, and also to add pictures and data for
+ missing products.
- To discover the Open Pet Food Facts project, please visit
- https://openpetfoodfacts.org.
+ To discover the Open Pet Food Facts project, please visit
+ https://openpetfoodfacts.org.
- You will also be able to find (according to the indications present on the
- products): - PetScore (nutritional score for our 2, 4 and 6 legged Friends),
- nutritional info… - brands, allergens (catnip), labels (bio, fish free fish
- food...)
+ You will also be able to find (according to the indications present on the
+ products): - PetScore (nutritional score for our 2, 4 and 6 legged Friends),
+ nutritional info… - brands, allergens (catnip), labels (bio, fish free fish
+ food...)
- Also, Open Pet Food Facts will soon replace OpenFoodFacts, with Dog, Cat, Bird
- or Fish domination.
+ Also, Open Pet Food Facts will soon replace OpenFoodFacts, with Dog, Cat, Bird
+ or Fish domination.
- 1 dog product uploaded as open data = 1 dog vote Cats currently lead the game.
+ 1 dog product uploaded as open data = 1 dog vote Cats currently lead the game.
RepoType: git
Repo: https://github.com/openfoodfacts/openfoodfacts-androidapp
diff --git a/metadata/org.osmdroid.yml b/metadata/org.osmdroid.yml
index ef177098fb..cf92421aa2 100644
--- a/metadata/org.osmdroid.yml
+++ b/metadata/org.osmdroid.yml
@@ -31,7 +31,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/4.2-SNAPSHOT/4.2/g' -e 's/android.support:compatibility-v4/com.android.support:support-v4/g'
- build.gradle
+ build.gradle
- versionName: 6.0.1
versionCode: 31
diff --git a/metadata/org.osmocom.tacdatabaseclient.yml b/metadata/org.osmocom.tacdatabaseclient.yml
index bdf3707734..41dc8586c7 100644
--- a/metadata/org.osmocom.tacdatabaseclient.yml
+++ b/metadata/org.osmocom.tacdatabaseclient.yml
@@ -10,21 +10,21 @@ IssueTracker: https://gitea.osmocom.org/osmocom/osmo-tacdb/issues
AutoName: TAC Database Client
Description: |-
- This project aims to provide a publicly, community-maintained, and
- well-organized database to collect Type Allocation Codes (TACs). While other
- databases exist, they either don't provide the full data set (e.g. by providing
- a query interface with rate limiting) or are not maintained in a way that we
- consider helps the community (submission process cumbersome, data not
- cleaned/sanitized,...).
+ This project aims to provide a publicly, community-maintained, and
+ well-organized database to collect Type Allocation Codes (TACs). While other
+ databases exist, they either don't provide the full data set (e.g. by providing
+ a query interface with rate limiting) or are not maintained in a way that we
+ consider helps the community (submission process cumbersome, data not
+ cleaned/sanitized,...).
- What is a TAC?
+ What is a TAC?
- A Type Allocation Code (TAC) is made up by the first 8 digits of the so-called
- International Mobile Station Equipment Identity (IMEI) associated with mobile
- devices. Earlier versions of the 3GPP TS 03.03 specification defined it as 6
- bytes. The TAC is a unique identifier to determine the device manufacturer/model
- and its marketing name. These records are allocated by certain groups and a full
- list of all IMEIs is maintained by the GSMA.
+ A Type Allocation Code (TAC) is made up by the first 8 digits of the so-called
+ International Mobile Station Equipment Identity (IMEI) associated with mobile
+ devices. Earlier versions of the 3GPP TS 03.03 specification defined it as 6
+ bytes. The TAC is a unique identifier to determine the device manufacturer/model
+ and its marketing name. These records are allocated by certain groups and a full
+ list of all IMEIs is maintained by the GSMA.
RepoType: git
Repo: git://gitea.osmocom.org/osmo-tacdb.git
diff --git a/metadata/org.outline.android.client.yml b/metadata/org.outline.android.client.yml
index ba11773090..27d92c5397 100644
--- a/metadata/org.outline.android.client.yml
+++ b/metadata/org.outline.android.client.yml
@@ -9,9 +9,9 @@ IssueTracker: https://github.com/Jigsaw-Code/outline-client/issues
AutoName: Outline
Description: |-
- The Outline Client is a cross-platform VPN or proxy client. The Outline Client
- is designed for use with the Outline Server software, but it is fully compatible
- with any Shadowsocks server.
+ The Outline Client is a cross-platform VPN or proxy client. The Outline Client
+ is designed for use with the Outline Server software, but it is fully compatible
+ with any Shadowsocks server.
RepoType: git
Repo: https://github.com/Jigsaw-Code/outline-client.git
diff --git a/metadata/org.pacien.tincapp.yml b/metadata/org.pacien.tincapp.yml
index 734f83d4e7..ff6d4c7e45 100644
--- a/metadata/org.pacien.tincapp.yml
+++ b/metadata/org.pacien.tincapp.yml
@@ -13,30 +13,30 @@ Bitcoin: 152t9TEBBhEescQx5gG7T5wHaJVeupAXQm
AutoName: Tinc App
Description: |-
- Main features:
+ Main features:
- * Does NOT require root privilege
- * Connection management through a graphical interface
- * Uses conventional tinc configuration files (extended with support for encrypted private keys and VPN bypass per Android application)
- * Automatable using third party Android applications via Intents
+ * Does NOT require root privilege
+ * Connection management through a graphical interface
+ * Uses conventional tinc configuration files (extended with support for encrypted private keys and VPN bypass per Android application)
+ * Automatable using third party Android applications via Intents
- Notes:
+ Notes:
- * This application is only a VPN client, which is not tied to any VPN service provider by default.
- * It requires an existing tinc network to connect to.
- * For more information about the tinc VPN protocol, see https://www.tinc-vpn.org/
+ * This application is only a VPN client, which is not tied to any VPN service provider by default.
+ * It requires an existing tinc network to connect to.
+ * For more information about the tinc VPN protocol, see https://www.tinc-vpn.org/
- Platform specific limitations of the Android client:
+ Platform specific limitations of the Android client:
- * Operates with tinc in router mode only
- * Connects to only one tinc network at a time
- * No support for hook scripts
+ * Operates with tinc in router mode only
+ * Connects to only one tinc network at a time
+ * No support for hook scripts
- Please see the project's website for more information (setup guide,
- documentation, sources, issues):
+ Please see the project's website for more information (setup guide,
+ documentation, sources, issues):
- * https://tincapp.pacien.org
- * https://github.com/pacien/tincapp
+ * https://tincapp.pacien.org
+ * https://github.com/pacien/tincapp
RepoType: git
Repo: https://github.com/pacien/tincapp.git
@@ -172,7 +172,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/keystorePropertiesFile/,+2d' -e '/signingConfigs/,+7d' -e
- '/signingConfigs.release/d' -e '/keystoreProperties/d' build.gradle
+ '/signingConfigs.release/d' -e '/keystoreProperties/d' build.gradle
- versionName: '0.19'
versionCode: 19
diff --git a/metadata/org.paladyn.mediclog.yml b/metadata/org.paladyn.mediclog.yml
index 5209c0fe9a..2ca5a81743 100644
--- a/metadata/org.paladyn.mediclog.yml
+++ b/metadata/org.paladyn.mediclog.yml
@@ -9,8 +9,8 @@ IssueTracker: https://github.com/JohnLines/mediclog/issues
AutoName: MedicLog
Description: |-
- MedicLog logs key medical information - blood pressure, temperature and weight,
- with an emphasis on simplicity and privacy.
+ MedicLog logs key medical information - blood pressure, temperature and weight,
+ with an emphasis on simplicity and privacy.
RepoType: git
Repo: https://github.com/JohnLines/mediclog
diff --git a/metadata/org.passwordmaker.android.yml b/metadata/org.passwordmaker.android.yml
index bda565ef5a..c568a868fa 100644
--- a/metadata/org.passwordmaker.android.yml
+++ b/metadata/org.passwordmaker.android.yml
@@ -8,10 +8,10 @@ IssueTracker: https://github.com/tasermonkey/android-passwordmaker/issues
AutoName: PasswordMaker Pro
Description: |-
- PasswordMaker Pro creates unique, secure passwords that are very easy for you to
- retrieve but no one else. Nothing is stored anywhere, anytime, so there's
- nothing to be hacked, lost, or stolen. See https://passwordmaker.org/ for
- details.
+ PasswordMaker Pro creates unique, secure passwords that are very easy for you to
+ retrieve but no one else. Nothing is stored anywhere, anytime, so there's
+ nothing to be hacked, lost, or stolen. See https://passwordmaker.org/ for
+ details.
RepoType: git
Repo: https://github.com/tasermonkey/android-passwordmaker.git
@@ -39,9 +39,9 @@ Builds:
target: android-10
MaintainerNotes: |-
- gson 1.7.1 from https://code.google.com/p/google-gson was processed in this way:
- https://sites.google.com/site/gson/gson-on-android to produce
- tasermonkeys 1.7.1 and I can confirm the md5sums match ( using jarjar 1.2)
+ gson 1.7.1 from https://code.google.com/p/google-gson was processed in this way:
+ https://sites.google.com/site/gson/gson-on-android to produce
+ tasermonkeys 1.7.1 and I can confirm the md5sums match ( using jarjar 1.2)
AutoUpdateMode: None
UpdateCheckMode: Tags ^v[0-9.]+$
diff --git a/metadata/org.paulmach.textedit.yml b/metadata/org.paulmach.textedit.yml
index 3c635471e8..c7d3377b57 100644
--- a/metadata/org.paulmach.textedit.yml
+++ b/metadata/org.paulmach.textedit.yml
@@ -7,13 +7,13 @@ IssueTracker: https://github.com/paulmach/Text-Edit-for-Android/issues
AutoName: Text Edit
Description: |-
- Note: this app is no longer maintained, its repo was archived.
+ Note: this app is no longer maintained, its repo was archived.
- Text Edit is a simple notepad application. It opens, edits and saves text files
- on the SD card.
+ Text Edit is a simple notepad application. It opens, edits and saves text files
+ on the SD card.
- Unfortunately, this app is not recommended for large files. The author has
- decided to stop working on the app so any future updates are unlikely.
+ Unfortunately, this app is not recommended for large files. The author has
+ decided to stop working on the app so any future updates are unlikely.
RepoType: git
Repo: https://github.com/paulmach/Text-Edit-for-Android.git
diff --git a/metadata/org.penghuang.tools.rotationlock.yml b/metadata/org.penghuang.tools.rotationlock.yml
index 0e254e0ce5..34f14ecf28 100644
--- a/metadata/org.penghuang.tools.rotationlock.yml
+++ b/metadata/org.penghuang.tools.rotationlock.yml
@@ -9,13 +9,13 @@ IssueTracker: https://github.com/phuang/RotationLock/issues
AutoName: Rotation Lock
Summary: Stop screen auto-rotation
Description: |-
- Turn on/off Auto-rotate screen quickly by long pressing search button.
+ Turn on/off Auto-rotate screen quickly by long pressing search button.
- When you are lying on bed. The screen changes to landscape. Have to open system
- settings to disable Auto-rotate screen. Did you find it is really inconvenient?
- This app provides a super easy way for switching this setting.
+ When you are lying on bed. The screen changes to landscape. Have to open system
+ settings to disable Auto-rotate screen. Did you find it is really inconvenient?
+ This app provides a super easy way for switching this setting.
- And it provides a state icon to indicate the current setting.
+ And it provides a state icon to indicate the current setting.
RepoType: git
Repo: https://github.com/phuang/RotationLock
diff --git a/metadata/org.peterbaldwin.client.android.tinyurl.yml b/metadata/org.peterbaldwin.client.android.tinyurl.yml
index 311c78c103..7fa39c1344 100644
--- a/metadata/org.peterbaldwin.client.android.tinyurl.yml
+++ b/metadata/org.peterbaldwin.client.android.tinyurl.yml
@@ -6,11 +6,11 @@ SourceCode: https://code.google.com/p/android-tinyurl/source
AutoName: Link Shortener for TinyURL
Description: |-
- This app works standalone but also via the share menu. It could be used in this
- manner as a way of peeking at the full url of the current page.
+ This app works standalone but also via the share menu. It could be used in this
+ manner as a way of peeking at the full url of the current page.
- You will need to specify the full URL (including 'https://') or it will
- complain about 'invalid URL'.
+ You will need to specify the full URL (including 'https://') or it will
+ complain about 'invalid URL'.
Builds:
- versionName: 1.0.9
diff --git a/metadata/org.peterbaldwin.client.android.vlcremote.yml b/metadata/org.peterbaldwin.client.android.vlcremote.yml
index 55d7f09b4b..1a24ccd5a2 100644
--- a/metadata/org.peterbaldwin.client.android.vlcremote.yml
+++ b/metadata/org.peterbaldwin.client.android.vlcremote.yml
@@ -6,9 +6,9 @@ SourceCode: https://code.google.com/p/android-vlc-remote/source
AutoName: Remote for VLC
Description: |-
- The website has instructions on how to enable the VLC web server. Album art
- features are experimental. See https://github.com/peterseverin/RMPlayer for
- using the app with MPlayer
+ The website has instructions on how to enable the VLC web server. Album art
+ features are experimental. See https://github.com/peterseverin/RMPlayer for
+ using the app with MPlayer
Builds:
- versionName: 0.5.5
diff --git a/metadata/org.petero.droidfish.yml b/metadata/org.petero.droidfish.yml
index 7a17bc8c34..de8370cf72 100644
--- a/metadata/org.petero.droidfish.yml
+++ b/metadata/org.petero.droidfish.yml
@@ -7,31 +7,31 @@ Changelog: https://github.com/peterosterlund2/droidfish/blob/HEAD/ChangeLog.txt
AutoName: DroidFish
Description: |-
- Port of the CuckooChess applet/engine. Features include:
+ Port of the CuckooChess applet/engine. Features include:
- * Opening books: Internal, polyglot, CTG
- * Clocks
- * Analyze mode
- * Two player mode
- * Edit board
- * PGN import/export/edit
- * FEN/EPD import
- * Adjustable playing strength
- * One Touch Moves
- * Blindfold mode
- * Color themes
- * Animated moves
- * Scid DB support using "Scid on the go"
- * Highly configurable
- * Third party UCI engines
- * Configurable UCI engine options
- * Support for "open exchange" engine apps, such as texel and komodo 8.
- * Gaviota endgame tablebases
- * Syzygy endgame tablebases
+ * Opening books: Internal, polyglot, CTG
+ * Clocks
+ * Analyze mode
+ * Two player mode
+ * Edit board
+ * PGN import/export/edit
+ * FEN/EPD import
+ * Adjustable playing strength
+ * One Touch Moves
+ * Blindfold mode
+ * Color themes
+ * Animated moves
+ * Scid DB support using "Scid on the go"
+ * Highly configurable
+ * Third party UCI engines
+ * Configurable UCI engine options
+ * Support for "open exchange" engine apps, such as texel and komodo 8.
+ * Gaviota endgame tablebases
+ * Syzygy endgame tablebases
- If you have https://f-droid.org/packages/org.scid.android installed you can read Scid database files
- directly from the app by long-pressing the board and choosing Load game from
- Scid file.
+ If you have https://f-droid.org/packages/org.scid.android installed you can read Scid database files
+ directly from the app by long-pressing the board and choosing Load game from
+ Scid file.
RepoType: git
Repo: https://github.com/peterosterlund2/droidfish
@@ -212,7 +212,7 @@ Builds:
- versionName: '1.68'
versionCode: 76
disable: 'ProGuard: Unsupported class version number [52.0] (maximum 51.0, Java
- 1.7)'
+ 1.7)'
commit: 2f15e7a7752dfe9ba84ee4a58c80c92a05ff70f7
subdir: DroidFish
prebuild: printf 'source.dir=src;../CuckooChessEngine/src' > ant.properties
diff --git a/metadata/org.pgnapps.pk2.yml b/metadata/org.pgnapps.pk2.yml
index b5e026e01c..fcfa24f278 100644
--- a/metadata/org.pgnapps.pk2.yml
+++ b/metadata/org.pgnapps.pk2.yml
@@ -46,6 +46,6 @@ Builds:
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: android/app/build.gradle|versionCode (0x[0-9a-fA-F]+)|.|versionName
- "(.*)"
+ "(.*)"
CurrentVersion: 1.4.5
CurrentVersionCode: 1029
diff --git a/metadata/org.pipoypipagames.towerjumper.yml b/metadata/org.pipoypipagames.towerjumper.yml
index d5be879e63..a293c1b6a9 100644
--- a/metadata/org.pipoypipagames.towerjumper.yml
+++ b/metadata/org.pipoypipagames.towerjumper.yml
@@ -9,9 +9,9 @@ Changelog: https://github.com/Dariasteam/TowerJumper/releases
AutoName: TowerJumper
Description: |
- This is a clone of a popular android game in which you move a jumping ball and
- try to reach the end of a tower avoiding the obstacles. The levels are randomly
- generated.
+ This is a clone of a popular android game in which you move a jumping ball and
+ try to reach the end of a tower avoiding the obstacles. The levels are randomly
+ generated.
RepoType: git
Repo: https://github.com/Dariasteam/TowerJumper.git
diff --git a/metadata/org.pixmob.freemobile.netstat.yml b/metadata/org.pixmob.freemobile.netstat.yml
index 687b7ce1fe..2520bea821 100644
--- a/metadata/org.pixmob.freemobile.netstat.yml
+++ b/metadata/org.pixmob.freemobile.netstat.yml
@@ -6,13 +6,13 @@ IssueTracker: https://github.com/gilbsgilbs/freemobilenetstat/issues
AutoName: Free Mobile Netstat
Description: |-
- NOTE: App is no longer maintained.
+ NOTE: App is no longer maintained.
- Monitors the Free Mobile network (a French mobile operator) and builds coverage
- statistics.
+ Monitors the Free Mobile network (a French mobile operator) and builds coverage
+ statistics.
- French: Avec Free Mobile Netstat, vous savez à chaque instant sur quelle antenne
- votre téléphone Android est connecté : Orange ou Free Mobile.
+ French: Avec Free Mobile Netstat, vous savez à chaque instant sur quelle antenne
+ votre téléphone Android est connecté : Orange ou Free Mobile.
RepoType: git
Repo: https://github.com/gilbsgilbs/freemobilenetstat
@@ -55,8 +55,8 @@ Builds:
- yes
MaintainerNotes: |-
- Uses non-free crashlytics now, see https://github.com/vdavy/freemobilenetstat/commit/5b33386cc4dcbfa251a8cb1a55ad1aa71f6a5efb
- Reset AUM to "Auto Update Mode:Version %v" when situation changes again...
+ Uses non-free crashlytics now, see https://github.com/vdavy/freemobilenetstat/commit/5b33386cc4dcbfa251a8cb1a55ad1aa71f6a5efb
+ Reset AUM to "Auto Update Mode:Version %v" when situation changes again...
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.pocketworkstation.pckeyboard.yml b/metadata/org.pocketworkstation.pckeyboard.yml
index 1bcca242d0..189479c1ca 100644
--- a/metadata/org.pocketworkstation.pckeyboard.yml
+++ b/metadata/org.pocketworkstation.pckeyboard.yml
@@ -7,24 +7,24 @@ Changelog: https://github.com/klausw/hackerskeyboard/releases
AutoName: Hacker's Keyboard
Description: |-
- There are about thirty different languages covered, which can be enabled in the
- settings.
+ There are about thirty different languages covered, which can be enabled in the
+ settings.
- For the five-row layout, the keyboard has separate number keys, punctuation in
- the usual places; tab, ctrl and arrow keys.
+ For the five-row layout, the keyboard has separate number keys, punctuation in
+ the usual places; tab, ctrl and arrow keys.
- It is based on the AOSP Gingerbread soft keyboard, so it supports multitouch for
- the modifier keys.
+ It is based on the AOSP Gingerbread soft keyboard, so it supports multitouch for
+ the modifier keys.
- Completion dictionaries are only possible via plug-in packages, available from
- the website, though there is no template for building these from source.
- Anysoftkeyboard dictionaries don't appear to work.
+ Completion dictionaries are only possible via plug-in packages, available from
+ the website, though there is no template for building these from source.
+ Anysoftkeyboard dictionaries don't appear to work.
- The permissions requested by the application are those needed by the underlying
- Gingerbread keyboard.
+ The permissions requested by the application are those needed by the underlying
+ Gingerbread keyboard.
- It uses the contacts information for completion of names and email addresses,
- and audio recording for the voice input feature.
+ It uses the contacts information for completion of names and email addresses,
+ and audio recording for the voice input feature.
RepoType: git
Repo: https://github.com/klausw/hackerskeyboard
diff --git a/metadata/org.poirsouille.tinc_gui.yml b/metadata/org.poirsouille.tinc_gui.yml
index 90d9d80783..46866bc2b2 100644
--- a/metadata/org.poirsouille.tinc_gui.yml
+++ b/metadata/org.poirsouille.tinc_gui.yml
@@ -7,13 +7,13 @@ IssueTracker: https://github.com/Vilbrekin/tinc_gui/issues
AutoName: Tinc
Description: |-
- Tinc GUI for Android is a (slightly modified) cross-compiled version of tincd,
- associated with a basic GUI for daemon management.
+ Tinc GUI for Android is a (slightly modified) cross-compiled version of tincd,
+ associated with a basic GUI for daemon management.
- Root is not needed, even if highly recommended for correct tinc daemon usage.
+ Root is not needed, even if highly recommended for correct tinc daemon usage.
- Starting from version 0.9.8, all main architectures (ARM, X86 and MIPS) are
- supported.
+ Starting from version 0.9.8, all main architectures (ARM, X86 and MIPS) are
+ supported.
RepoType: git
Repo: https://github.com/Vilbrekin/tinc_gui.git
@@ -70,11 +70,11 @@ Builds:
- yes
MaintainerNotes: |-
- Uses native binaries (armeabi, x86 and misp) in the assets dir, thus the apk
- has no native-code. Not that bad since it supports all the architectures and
- should run everywhere. Should in the future use libs//.
+ Uses native binaries (armeabi, x86 and misp) in the assets dir, thus the apk
+ has no native-code. Not that bad since it supports all the architectures and
+ should run everywhere. Should in the future use libs//.
- Wait for https://github.com/Vilbrekin/tinc_gui/issues/32 .
+ Wait for https://github.com/Vilbrekin/tinc_gui/issues/32 .
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/org.polaric.cyanogenmodchangelog.yml b/metadata/org.polaric.cyanogenmodchangelog.yml
index 4bd982d055..fb748fa39d 100644
--- a/metadata/org.polaric.cyanogenmodchangelog.yml
+++ b/metadata/org.polaric.cyanogenmodchangelog.yml
@@ -5,14 +5,14 @@ License: GPL-3.0-or-later
AutoName: Changelog
Summary: View CM changelog
Description: |-
- View the latest CyanogenMod changelogs for all of your favorite devices.
+ View the latest CyanogenMod changelogs for all of your favorite devices.
- Features
+ Features
- * Multi-version and multi-device support.
- * A beautiful material designed UI.
- * Lightweight and fast.
- * No permissions or phoning home.
+ * Multi-version and multi-device support.
+ * A beautiful material designed UI.
+ * Lightweight and fast.
+ * No permissions or phoning home.
Builds:
- versionName: '5.3'
diff --git a/metadata/org.poopeeland.tinytinyfeed.yml b/metadata/org.poopeeland.tinytinyfeed.yml
index a9dc1d6406..f9973753c5 100644
--- a/metadata/org.poopeeland.tinytinyfeed.yml
+++ b/metadata/org.poopeeland.tinytinyfeed.yml
@@ -10,15 +10,15 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TPH
AutoName: Tiny Tiny Feed
Description: |-
- A Simple Widget to publish your Tiny Tiny RSS Feeds (https://tt-rss.org) on your
- home screen.
+ A Simple Widget to publish your Tiny Tiny RSS Feeds (https://tt-rss.org) on your
+ home screen.
- You need to have an account on a Tiny Tiny RSS installation (v1.12 at least)
- with the APIs enabled in order to use this widget.
+ You need to have an account on a Tiny Tiny RSS installation (v1.12 at least)
+ with the APIs enabled in order to use this widget.
- The widget updates itself every 30 minutes and shows you the last 20 articles
- (you can change this value in the settings). Be aware that the widget update
- isn't in sync with the TTRss update.
+ The widget updates itself every 30 minutes and shows you the last 20 articles
+ (you can change this value in the settings). Be aware that the widget update
+ isn't in sync with the TTRss update.
RepoType: git
Repo: https://github.com/fistons/TinyTinyFeed
diff --git a/metadata/org.ppsspp.ppsspp.yml b/metadata/org.ppsspp.ppsspp.yml
index f38e54fe90..4ff30559b4 100644
--- a/metadata/org.ppsspp.ppsspp.yml
+++ b/metadata/org.ppsspp.ppsspp.yml
@@ -10,15 +10,15 @@ IssueTracker: https://github.com/hrydgard/ppsspp/issues
AutoName: PPSSPP
Description: |-
- PPSSPP is a PSP emulator for Android and other platforms. It is being developed
- at a rapid speed and compatibility is increasing quickly, but there are many
- games it doesn't run yet and it doesn't run fast on Android yet.
+ PPSSPP is a PSP emulator for Android and other platforms. It is being developed
+ at a rapid speed and compatibility is increasing quickly, but there are many
+ games it doesn't run yet and it doesn't run fast on Android yet.
- No games are included with this download, you will have to dump your own PSP
- games and turn them into .ISO or .CSO files, or simply play free homebrew games,
- which are available online.
+ No games are included with this download, you will have to dump your own PSP
+ games and turn them into .ISO or .CSO files, or simply play free homebrew games,
+ which are available online.
- * PSP is a trademark of Sony, Inc.
+ * PSP is a trademark of Sony, Inc.
RepoType: git
Repo: https://github.com/hrydgard/ppsspp.git
@@ -519,7 +519,7 @@ Builds:
- versionName: 1.2.1.0
versionCode: 12100
disable: "weird \"android-arm64-build.sh: build_arm64: not found\" that I (mvdan)\
- \ can't reproduce on my laptop"
+ \ can't reproduce on my laptop"
commit: v1.2.1
subdir: android
submodules: true
diff --git a/metadata/org.primftpd.yml b/metadata/org.primftpd.yml
index 8e427414c2..4ad03c9262 100644
--- a/metadata/org.primftpd.yml
+++ b/metadata/org.primftpd.yml
@@ -6,11 +6,11 @@ IssueTracker: https://github.com/wolpi/prim-ftpd/issues
AutoName: primitive ftpd
Description: |-
- A simple FTP and SFTP (SSH file transfer) server. Allows to exchange files with
- other machines over WiFi. No more USB cable searching. Runs without root
- privileges and is not started when device boots: Control yourself when the
- server runs. However, while it runs it prevents standby to avoid long uploads
- and downloads to abort.
+ A simple FTP and SFTP (SSH file transfer) server. Allows to exchange files with
+ other machines over WiFi. No more USB cable searching. Runs without root
+ privileges and is not started when device boots: Control yourself when the
+ server runs. However, while it runs it prevents standby to avoid long uploads
+ and downloads to abort.
RepoType: git
Repo: https://github.com/wolpi/prim-ftpd.git
diff --git a/metadata/org.privacyhelper.yml b/metadata/org.privacyhelper.yml
index f74c38f888..028837defc 100644
--- a/metadata/org.privacyhelper.yml
+++ b/metadata/org.privacyhelper.yml
@@ -9,23 +9,23 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TM2
AutoName: Privacy Helper
Description: |-
- A simple Android app to help users understand the risks of giving apps dangerous
- permissions.
+ A simple Android app to help users understand the risks of giving apps dangerous
+ permissions.
- What Privacy Helper brings is a simple, easy-to-use educational app with that
- leverages the mobile platform to inform and demonstrate effectively and
- interactively.
+ What Privacy Helper brings is a simple, easy-to-use educational app with that
+ leverages the mobile platform to inform and demonstrate effectively and
+ interactively.
- Features:
+ Features:
- * Simple privacy quiz to test the user's privacy knowledge
- * Guide on data privacy, and the problem with Android
- * Guides on disabling permissions, unused apps, and other mitigations
- * Simple map demonstration of location tracking
- * List of dangerous permissions used by popular Android applications
- * Guide on Open Source app alternatives
- * List of alternative resources to help the user increase their knowledge
- * Sharing with popular platforms including Facebook, Twitter, and more
+ * Simple privacy quiz to test the user's privacy knowledge
+ * Guide on data privacy, and the problem with Android
+ * Guides on disabling permissions, unused apps, and other mitigations
+ * Simple map demonstration of location tracking
+ * List of dangerous permissions used by popular Android applications
+ * Guide on Open Source app alternatives
+ * List of alternative resources to help the user increase their knowledge
+ * Sharing with popular platforms including Facebook, Twitter, and more
RepoType: git
Repo: https://gitlab.com/seiba/PrivacyHelper.git
diff --git a/metadata/org.projectmaxs.main.yml b/metadata/org.projectmaxs.main.yml
index 15f7aafebd..630c6255b2 100644
--- a/metadata/org.projectmaxs.main.yml
+++ b/metadata/org.projectmaxs.main.yml
@@ -7,13 +7,13 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Main
Description: |-
- MAXS (Modular Android XMPP Service) allows you to receive notifications and
- remote control your Android device over XMPP. You will need at least one
- transport component and one module besides MAXS main in order to make use of
- MAXS.
+ MAXS (Modular Android XMPP Service) allows you to receive notifications and
+ remote control your Android device over XMPP. You will need at least one
+ transport component and one module besides MAXS main in order to make use of
+ MAXS.
- Make sure to launch Maxs Main once before installing other MAXS
- components!
+ Make sure to launch Maxs Main once before installing other MAXS
+ components!
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.alarmset.yml b/metadata/org.projectmaxs.module.alarmset.yml
index 9ea69b4c53..0df5070128 100644
--- a/metadata/org.projectmaxs.module.alarmset.yml
+++ b/metadata/org.projectmaxs.module.alarmset.yml
@@ -7,10 +7,10 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module AlarmSet
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need "MAXS
- Main" and a configured MAXS Transport to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need "MAXS
+ Main" and a configured MAXS Transport to make use of it.
- The AlarmSet module can be used to set arlarms, and to set and start timers.
+ The AlarmSet module can be used to set arlarms, and to set and start timers.
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.bluetooth.yml b/metadata/org.projectmaxs.module.bluetooth.yml
index 37ce9f4567..7402db3c5d 100644
--- a/metadata/org.projectmaxs.module.bluetooth.yml
+++ b/metadata/org.projectmaxs.module.bluetooth.yml
@@ -7,11 +7,11 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module Bluetooth
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need "MAXS
- Main" and a configured MAXS Transport to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need "MAXS
+ Main" and a configured MAXS Transport to make use of it.
- The Bluetooth module can be used to query the default bluetooth adapter for its
- status.
+ The Bluetooth module can be used to query the default bluetooth adapter for its
+ status.
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.bluetoothadmin.yml b/metadata/org.projectmaxs.module.bluetoothadmin.yml
index 04a7185d4c..fc3793efe0 100644
--- a/metadata/org.projectmaxs.module.bluetoothadmin.yml
+++ b/metadata/org.projectmaxs.module.bluetoothadmin.yml
@@ -7,11 +7,11 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module BluetoothAdmin
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need "MAXS
- Main" and a configured MAXS Transport to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need "MAXS
+ Main" and a configured MAXS Transport to make use of it.
- The BluetoothAdmin module can be used to enable or disable the bluetooth
- adapter.
+ The BluetoothAdmin module can be used to enable or disable the bluetooth
+ adapter.
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.clipboard.yml b/metadata/org.projectmaxs.module.clipboard.yml
index da3da92f40..4e9b12aaee 100644
--- a/metadata/org.projectmaxs.module.clipboard.yml
+++ b/metadata/org.projectmaxs.module.clipboard.yml
@@ -7,11 +7,11 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module Clipboard
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need "MAXS
- Main" and a configured MAXS Transport to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need "MAXS
+ Main" and a configured MAXS Transport to make use of it.
- The Clipboard module can be used to set and retrieve the content of the Android
- clipboard.
+ The Clipboard module can be used to set and retrieve the content of the Android
+ clipboard.
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.contactsread.yml b/metadata/org.projectmaxs.module.contactsread.yml
index 5045761c72..9e2e100660 100644
--- a/metadata/org.projectmaxs.module.contactsread.yml
+++ b/metadata/org.projectmaxs.module.contactsread.yml
@@ -7,20 +7,20 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module ContactsRead
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need
- https://f-droid.org/packages/org.projectmaxs.main and a configured MAXS Transport (e.g.,
- https://f-droid.org/packages/org.projectmaxs.transport.xmpp) to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need
+ https://f-droid.org/packages/org.projectmaxs.main and a configured MAXS Transport (e.g.,
+ https://f-droid.org/packages/org.projectmaxs.transport.xmpp) to make use of it.
- With this module, you can query your contact list:
+ With this module, you can query your contact list:
- * contact num - Lookup a contact by number
- * contact name - Lookup a contact by name
- * contact nick - Lookup contact by nickname
- * contact mobile - Lookup contact by mobile number
- * contact lookup - Lookup a contact
+ * contact num - Lookup a contact by number
+ * contact name - Lookup a contact by name
+ * contact nick - Lookup contact by nickname
+ * contact mobile - Lookup contact by mobile number
+ * contact lookup - Lookup a contact
- This module is used by other modules (such as smssend) and must be installed for
- them to work properly.
+ This module is used by other modules (such as smssend) and must be installed for
+ them to work properly.
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.fileread.yml b/metadata/org.projectmaxs.module.fileread.yml
index e9c6631ea3..9edafd93c4 100644
--- a/metadata/org.projectmaxs.module.fileread.yml
+++ b/metadata/org.projectmaxs.module.fileread.yml
@@ -7,11 +7,11 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module FileRead
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need "MAXS
- Main" and a configured MAXS Transport to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need "MAXS
+ Main" and a configured MAXS Transport to make use of it.
- The FileRead module can be used to browse the storage device. Send files over
- transports that allow it.
+ The FileRead module can be used to browse the storage device. Send files over
+ transports that allow it.
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.filewrite.yml b/metadata/org.projectmaxs.module.filewrite.yml
index ee305ac3d2..51cdd95c27 100644
--- a/metadata/org.projectmaxs.module.filewrite.yml
+++ b/metadata/org.projectmaxs.module.filewrite.yml
@@ -7,11 +7,11 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module FileWrite
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need "MAXS
- Main" and a configured MAXS Transport to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need "MAXS
+ Main" and a configured MAXS Transport to make use of it.
- The FileWrite module can be used to write, modify (rename, move, …) and delete
- files on the external storage.
+ The FileWrite module can be used to write, modify (rename, move, …) and delete
+ files on the external storage.
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.locationfine.yml b/metadata/org.projectmaxs.module.locationfine.yml
index c180c2c0bf..e24c5cbcc6 100644
--- a/metadata/org.projectmaxs.module.locationfine.yml
+++ b/metadata/org.projectmaxs.module.locationfine.yml
@@ -7,11 +7,11 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module LocationFine
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need "MAXS
- Main" and a configured MAXS Transport to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need "MAXS
+ Main" and a configured MAXS Transport to make use of it.
- The LocationFine module can be used to locate the device using the best possible
- locate mechanism available (fine location).
+ The LocationFine module can be used to locate the device using the best possible
+ locate mechanism available (fine location).
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.misc.yml b/metadata/org.projectmaxs.module.misc.yml
index 2df534ca98..bbd32dee1c 100644
--- a/metadata/org.projectmaxs.module.misc.yml
+++ b/metadata/org.projectmaxs.module.misc.yml
@@ -7,11 +7,11 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module Misc
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need "MAXS
- Main" and a configured MAXS Transport to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need "MAXS
+ Main" and a configured MAXS Transport to make use of it.
- The Misc module provides miscellaneous commands that require no special
- permission.
+ The Misc module provides miscellaneous commands that require no special
+ permission.
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.nfc.yml b/metadata/org.projectmaxs.module.nfc.yml
index 54b9f60468..2ca5c80a72 100644
--- a/metadata/org.projectmaxs.module.nfc.yml
+++ b/metadata/org.projectmaxs.module.nfc.yml
@@ -7,10 +7,10 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module NFC
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need "MAXS
- Main" and a configured MAXS Transport to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need "MAXS
+ Main" and a configured MAXS Transport to make use of it.
- The NFC module can be used to query the default NFC adapter for its status.
+ The NFC module can be used to query the default NFC adapter for its status.
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.notification.yml b/metadata/org.projectmaxs.module.notification.yml
index 5f516270ca..0a7241cb36 100644
--- a/metadata/org.projectmaxs.module.notification.yml
+++ b/metadata/org.projectmaxs.module.notification.yml
@@ -7,15 +7,15 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module Notification
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need "MAXS
- Main" and a configured MAXS Transport to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need "MAXS
+ Main" and a configured MAXS Transport to make use of it.
- The Notification module can be used to listen for new notifications and inform
- the user.
+ The Notification module can be used to listen for new notifications and inform
+ the user.
- You need to allow the access to the notifications in Settings → Security →
- Notification access. The module allows you to configure when to notify you about
- Android notifications: when posted, when removed.
+ You need to allow the access to the notifications in Settings → Security →
+ Notification access. The module allows you to configure when to notify you about
+ Android notifications: when posted, when removed.
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.phonestateread.yml b/metadata/org.projectmaxs.module.phonestateread.yml
index c76a5f5d26..d03a989b7e 100644
--- a/metadata/org.projectmaxs.module.phonestateread.yml
+++ b/metadata/org.projectmaxs.module.phonestateread.yml
@@ -7,10 +7,10 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module PhonestateRead
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need "MAXS
- Main" and a configured MAXS Transport to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need "MAXS
+ Main" and a configured MAXS Transport to make use of it.
- The PhonestateRead module can be used to get notified about incoming calls.
+ The PhonestateRead module can be used to get notified about incoming calls.
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.ringermode.yml b/metadata/org.projectmaxs.module.ringermode.yml
index ecb12c3f7b..c753f01743 100644
--- a/metadata/org.projectmaxs.module.ringermode.yml
+++ b/metadata/org.projectmaxs.module.ringermode.yml
@@ -7,11 +7,11 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module Ringermode
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need "MAXS
- Main" and a configured MAXS Transport to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need "MAXS
+ Main" and a configured MAXS Transport to make use of it.
- The RingerMode module can be used to display and change the ringer mode
- (silent/vibration/normal).
+ The RingerMode module can be used to display and change the ringer mode
+ (silent/vibration/normal).
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.shell.yml b/metadata/org.projectmaxs.module.shell.yml
index 7810621670..68dfd3297d 100644
--- a/metadata/org.projectmaxs.module.shell.yml
+++ b/metadata/org.projectmaxs.module.shell.yml
@@ -7,10 +7,10 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module Shell
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need "MAXS
- Main" and a configured MAXS Transport to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need "MAXS
+ Main" and a configured MAXS Transport to make use of it.
- The Shell module can be used to execute a shell command and return the result.
+ The Shell module can be used to execute a shell command and return the result.
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.smsnotify.yml b/metadata/org.projectmaxs.module.smsnotify.yml
index a55f042c03..ac58e8fb70 100644
--- a/metadata/org.projectmaxs.module.smsnotify.yml
+++ b/metadata/org.projectmaxs.module.smsnotify.yml
@@ -7,11 +7,11 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module SmsNotify
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need "MAXS
- Main" and a configured MAXS Transport to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need "MAXS
+ Main" and a configured MAXS Transport to make use of it.
- The SmsNotify module can be used to get notified about new incoming SMS
- messages. It optionally makes use of the ContactsRead module, if installed.
+ The SmsNotify module can be used to get notified about new incoming SMS
+ messages. It optionally makes use of the ContactsRead module, if installed.
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.smsread.yml b/metadata/org.projectmaxs.module.smsread.yml
index d653793323..2c80d8e147 100644
--- a/metadata/org.projectmaxs.module.smsread.yml
+++ b/metadata/org.projectmaxs.module.smsread.yml
@@ -7,11 +7,11 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module SmsRead
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need "MAXS
- Main" and a configured MAXS Transport to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need "MAXS
+ Main" and a configured MAXS Transport to make use of it.
- The SmsRead module can be used to query the system's SMS database for messages.
- It can optionally make use of the ContactsRead module, if installed.
+ The SmsRead module can be used to query the system's SMS database for messages.
+ It can optionally make use of the ContactsRead module, if installed.
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.smssend.yml b/metadata/org.projectmaxs.module.smssend.yml
index 3b3b1ae625..93dd56f0dd 100644
--- a/metadata/org.projectmaxs.module.smssend.yml
+++ b/metadata/org.projectmaxs.module.smssend.yml
@@ -7,11 +7,11 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module SmsSend
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need "MAXS
- Main" and a configured MAXS Transport to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need "MAXS
+ Main" and a configured MAXS Transport to make use of it.
- The SmsSend module can be used to send SMS messages. It can optionally make use
- of the ContactsRead and SmsWrite modules, if installed.
+ The SmsSend module can be used to send SMS messages. It can optionally make use
+ of the ContactsRead and SmsWrite modules, if installed.
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.smswrite.yml b/metadata/org.projectmaxs.module.smswrite.yml
index 60f2635f6a..cc8d7f656d 100644
--- a/metadata/org.projectmaxs.module.smswrite.yml
+++ b/metadata/org.projectmaxs.module.smswrite.yml
@@ -7,13 +7,13 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module SmsWrite
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need "MAXS
- Main" and a configured MAXS Transport to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need "MAXS
+ Main" and a configured MAXS Transport to make use of it.
- The SmsWrite module can be used to modify the system's SMS database, e.g. add
- new messages to it. The main purpose is to add messages send by module-smssend,
- to the outbox. It can optionally make use of the ContactsRead module, if
- installed.
+ The SmsWrite module can be used to modify the system's SMS database, e.g. add
+ new messages to it. The main purpose is to add messages send by module-smssend,
+ to the outbox. It can optionally make use of the ContactsRead module, if
+ installed.
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.wifiaccess.yml b/metadata/org.projectmaxs.module.wifiaccess.yml
index 31389210cf..a062e0160d 100644
--- a/metadata/org.projectmaxs.module.wifiaccess.yml
+++ b/metadata/org.projectmaxs.module.wifiaccess.yml
@@ -7,11 +7,11 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module WifiAccess
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need "MAXS
- Main" and a configured MAXS Transport to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need "MAXS
+ Main" and a configured MAXS Transport to make use of it.
- The WifiAccess module can be used to query the current state of the WiFi
- subsystem.
+ The WifiAccess module can be used to query the current state of the WiFi
+ subsystem.
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.module.wifichange.yml b/metadata/org.projectmaxs.module.wifichange.yml
index 4e5589ac2e..3f6c015505 100644
--- a/metadata/org.projectmaxs.module.wifichange.yml
+++ b/metadata/org.projectmaxs.module.wifichange.yml
@@ -7,11 +7,11 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Module WifiChange
Description: |-
- This is a Module for MAXS, which does not install any launcher. You need "MAXS
- Main" and a configured MAXS Transport to make use of it.
+ This is a Module for MAXS, which does not install any launcher. You need "MAXS
+ Main" and a configured MAXS Transport to make use of it.
- The WifiChange module can be used to perform changes to the WiFi subsystem
- (enable/disable WiFi).
+ The WifiChange module can be used to perform changes to the WiFi subsystem
+ (enable/disable WiFi).
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectmaxs.transport.xmpp.yml b/metadata/org.projectmaxs.transport.xmpp.yml
index 43e33a45a2..0307b0d502 100644
--- a/metadata/org.projectmaxs.transport.xmpp.yml
+++ b/metadata/org.projectmaxs.transport.xmpp.yml
@@ -7,12 +7,12 @@ Bitcoin: bc1qu482c0tngkcvx3q7mrm8zmuldrh2f2lrh26ym0
AutoName: MAXS Transport XMPP
Description: |-
- This is the XMPP Transport for MAXS, which does not install any launcher. You
- need "MAXS Main" and preferably some MAXS Modules to make use of it!
+ This is the XMPP Transport for MAXS, which does not install any launcher. You
+ need "MAXS Main" and preferably some MAXS Modules to make use of it!
- MAXS Transport XMPP acts as gateway between MAXS and the Extensible Messaging
- and Presence Protocol (XMPP). It enables MAXS to receive commands and send
- responses or notifications via XMPP.
+ MAXS Transport XMPP acts as gateway between MAXS and the Extensible Messaging
+ and Presence Protocol (XMPP). It enables MAXS to receive commands and send
+ responses or notifications via XMPP.
RepoType: srclib
Repo: ProjectMAXS
diff --git a/metadata/org.projectvoodoo.otarootkeeper.yml b/metadata/org.projectvoodoo.otarootkeeper.yml
index 7c32726604..8317f07a98 100644
--- a/metadata/org.projectvoodoo.otarootkeeper.yml
+++ b/metadata/org.projectvoodoo.otarootkeeper.yml
@@ -9,20 +9,20 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=curio%40fr
AutoName: Voodoo OTA RootKeeper
Description: |-
- Does not work for Android 4.3 updates
+ Does not work for Android 4.3 updates
- This application makes a backup or a protected backup of your device's root.
- This device must already be rooted: OTA RootKeeper doesn't have the ability to
- root devices. If several conditions are matched, OTA RootKeeper will make root
- survive OTAs, and anything else except /system partition formatting.
+ This application makes a backup or a protected backup of your device's root.
+ This device must already be rooted: OTA RootKeeper doesn't have the ability to
+ root devices. If several conditions are matched, OTA RootKeeper will make root
+ survive OTAs, and anything else except /system partition formatting.
- Requirement:
+ Requirement:
- * /system partition as Ext2, Ext3 or Ext4
- * Upgrades not formatting or overwriting completely the /system partition.
- * See website for info about devices that meet these requirements
+ * /system partition as Ext2, Ext3 or Ext4
+ * Upgrades not formatting or overwriting completely the /system partition.
+ * See website for info about devices that meet these requirements
- Require root: Yes.
+ Require root: Yes.
RequiresRoot: true
diff --git a/metadata/org.projectvoodoo.screentestpatterns.yml b/metadata/org.projectvoodoo.screentestpatterns.yml
index a4802e3172..11f694bc53 100644
--- a/metadata/org.projectvoodoo.screentestpatterns.yml
+++ b/metadata/org.projectvoodoo.screentestpatterns.yml
@@ -8,10 +8,10 @@ IssueTracker: https://github.com/project-voodoo/screen-test-patterns-app/issues
AutoName: Voodoo Screen Test Patterns
Description: |-
- This app display simple colors on your screen; those colors are then measured by
- a colorimeter or spectrophotometer (such as
- Color HCFR) in order to build graphs
- or color profiles.
+ This app display simple colors on your screen; those colors are then measured by
+ a colorimeter or spectrophotometer (such as
+ Color HCFR) in order to build graphs
+ or color profiles.
RepoType: git
Repo: https://github.com/project-voodoo/screen-test-patterns-app.git
diff --git a/metadata/org.projectvoodoo.simplecarrieriqdetector.yml b/metadata/org.projectvoodoo.simplecarrieriqdetector.yml
index cda828cc80..0a4e92f1b1 100644
--- a/metadata/org.projectvoodoo.simplecarrieriqdetector.yml
+++ b/metadata/org.projectvoodoo.simplecarrieriqdetector.yml
@@ -9,13 +9,13 @@ IssueTracker: https://github.com/project-voodoo/simple_carrieriq_detector_app/is
AutoName: Voodoo CarrierIQ Detector
Description: |-
- This is a naive app that tells if your phone seems to host CarrierIQ elements or
- not. CarrierIQ is a diagnostics tool that comes embedded in the firmware of
- some Android phones.
+ This is a naive app that tells if your phone seems to host CarrierIQ elements or
+ not. CarrierIQ is a diagnostics tool that comes embedded in the firmware of
+ some Android phones.
- Some malware scanners are falsely reporting this as the AndroidOS/Qicsomos.A
- trojan. That trojan requires the android.permission.SEND_SMS permission, this
- app does not, so it cannot send SMS messages.
+ Some malware scanners are falsely reporting this as the AndroidOS/Qicsomos.A
+ trojan. That trojan requires the android.permission.SEND_SMS permission, this
+ app does not, so it cannot send SMS messages.
RepoType: git
Repo: https://github.com/project-voodoo/simple_carrieriq_detector_app.git
diff --git a/metadata/org.pulpdust.lesserpad.yml b/metadata/org.pulpdust.lesserpad.yml
index afb7155023..0eda56de0b 100644
--- a/metadata/org.pulpdust.lesserpad.yml
+++ b/metadata/org.pulpdust.lesserpad.yml
@@ -7,8 +7,8 @@ IssueTracker: https://fr.osdn.net/users/kodakana/pf/Lesser_Pad/ticket/
AutoName: Lesser Pad
Description: |-
- Simple memo pad that stores your text in a file on the SD card. Its design
- philosophy derived from the old Palm OS Memo Pad.
+ Simple memo pad that stores your text in a file on the SD card. Its design
+ philosophy derived from the old Palm OS Memo Pad.
RepoType: git
Repo: git://git.pf.sourceforge.jp/gitroot/k/ko/kodakana/Lesser_Pad.git
diff --git a/metadata/org.purple.smoke.yml b/metadata/org.purple.smoke.yml
index e84013b8b3..ee6125a47c 100644
--- a/metadata/org.purple.smoke.yml
+++ b/metadata/org.purple.smoke.yml
@@ -21,8 +21,8 @@ Builds:
rm:
- Smoke/app/libs/*
prebuild: sed -i -e '/bcprov-ext-jdk15on-168/d' -e "/fileTree/aimplementation
- 'org.bouncycastle:bcprov-ext-jdk15on:1.68'" -e '/MissingTranslation/aabortOnError\
- false' build.gradle
+ 'org.bouncycastle:bcprov-ext-jdk15on:1.68'" -e '/MissingTranslation/aabortOnError\
+ false' build.gradle
- versionName: 2021.01.10
versionCode: 20210110
@@ -34,8 +34,8 @@ Builds:
rm:
- Smoke/app/libs/*
prebuild: sed -i -e '/bcprov-ext-jdk15on-168/d' -e "/fileTree/aimplementation
- 'org.bouncycastle:bcprov-ext-jdk15on:1.68'" -e '/MissingTranslation/aabortOnError\
- false' build.gradle
+ 'org.bouncycastle:bcprov-ext-jdk15on:1.68'" -e '/MissingTranslation/aabortOnError\
+ false' build.gradle
- versionName: 2021.01.20
versionCode: 20210120
@@ -47,8 +47,8 @@ Builds:
rm:
- Smoke/app/libs/*
prebuild: sed -i -e '/bcprov-ext-jdk15on-168/d' -e "/fileTree/aimplementation
- 'org.bouncycastle:bcprov-ext-jdk15on:1.68'" -e '/MissingTranslation/aabortOnError\
- false' build.gradle
+ 'org.bouncycastle:bcprov-ext-jdk15on:1.68'" -e '/MissingTranslation/aabortOnError\
+ false' build.gradle
- versionName: 2021.01.30
versionCode: 20210130
@@ -60,8 +60,8 @@ Builds:
rm:
- Smoke/app/libs/*
prebuild: sed -i -e '/bcprov-ext-jdk15on-168/d' -e "/fileTree/aimplementation
- 'org.bouncycastle:bcprov-ext-jdk15on:1.68'" -e '/MissingTranslation/aabortOnError\
- false' build.gradle
+ 'org.bouncycastle:bcprov-ext-jdk15on:1.68'" -e '/MissingTranslation/aabortOnError\
+ false' build.gradle
- versionName: 2021.02.10
versionCode: 20210210
@@ -73,8 +73,8 @@ Builds:
rm:
- Smoke/app/libs/*
prebuild: sed -i -e '/bcprov-ext-jdk15on-168/d' -e "/fileTree/aimplementation
- 'org.bouncycastle:bcprov-ext-jdk15on:1.68'" -e '/MissingTranslation/aabortOnError\
- false' build.gradle
+ 'org.bouncycastle:bcprov-ext-jdk15on:1.68'" -e '/MissingTranslation/aabortOnError\
+ false' build.gradle
- versionName: 2021.02.25
versionCode: 20210225
@@ -86,8 +86,8 @@ Builds:
rm:
- Smoke/app/libs/*
prebuild: sed -i -e '/bcprov-ext-jdk15on-168/d' -e "/fileTree/aimplementation
- 'org.bouncycastle:bcprov-ext-jdk15on:1.68'" -e '/MissingTranslation/aabortOnError\
- false' build.gradle
+ 'org.bouncycastle:bcprov-ext-jdk15on:1.68'" -e '/MissingTranslation/aabortOnError\
+ false' build.gradle
- versionName: 2021.03.20
versionCode: 20210320
@@ -99,8 +99,8 @@ Builds:
rm:
- Smoke/app/libs/*
prebuild: sed -i -e '/bcprov-ext-jdk15on-168/d' -e "/fileTree/aimplementation
- 'org.bouncycastle:bcprov-ext-jdk15on:1.68'" -e '/MissingTranslation/aabortOnError\
- false' build.gradle
+ 'org.bouncycastle:bcprov-ext-jdk15on:1.68'" -e '/MissingTranslation/aabortOnError\
+ false' build.gradle
- versionName: 2021.07.07
versionCode: 20210707
@@ -112,8 +112,8 @@ Builds:
rm:
- Smoke/app/libs/*
prebuild: sed -i -e '/bcprov-ext-jdk15on-169/d' -e "/fileTree/aimplementation
- 'org.bouncycastle:bcprov-ext-jdk15on:1.69'" -e '/MissingTranslation/aabortOnError\
- false' build.gradle
+ 'org.bouncycastle:bcprov-ext-jdk15on:1.69'" -e '/MissingTranslation/aabortOnError\
+ false' build.gradle
- versionName: 2021.07.25
versionCode: 20210725
@@ -125,8 +125,8 @@ Builds:
rm:
- Smoke/app/libs/*
prebuild: sed -i -e '/bcprov-ext-jdk15on-169/d' -e "/fileTree/aimplementation
- 'org.bouncycastle:bcprov-ext-jdk15on:1.69'" -e '/MissingTranslation/aabortOnError\
- false' build.gradle
+ 'org.bouncycastle:bcprov-ext-jdk15on:1.69'" -e '/MissingTranslation/aabortOnError\
+ false' build.gradle
- versionName: 2021.10.05
versionCode: 20211005
@@ -142,8 +142,8 @@ Builds:
rm:
- Smoke/app/libs/*
prebuild: sed -i -e '/bcprov-ext-jdk15on-169/d' -e "/fileTree/aimplementation
- 'org.bouncycastle:bcprov-ext-jdk15on:1.69'" -e '/MissingTranslation/aabortOnError\
- false' build.gradle
+ 'org.bouncycastle:bcprov-ext-jdk15on:1.69'" -e '/MissingTranslation/aabortOnError\
+ false' build.gradle
- versionName: 2021.12.17
versionCode: 20211217
diff --git a/metadata/org.pyload.android.client.yml b/metadata/org.pyload.android.client.yml
index 40d05938b9..b3857e0b39 100644
--- a/metadata/org.pyload.android.client.yml
+++ b/metadata/org.pyload.android.client.yml
@@ -10,20 +10,20 @@ Changelog: https://github.com/pyload/pyload-android/blob/HEAD/CHANGELOG.md
AutoName: pyLoad
Description: |-
- In order to use the Android client make sure your the newest pyLoad Core is
- running on your system, accessible over the network, the ip/hostname is correct
- and the port forwarded if necessary.
+ In order to use the Android client make sure your the newest pyLoad Core is
+ running on your system, accessible over the network, the ip/hostname is correct
+ and the port forwarded if necessary.
- * Display current downloads
- * Display queue/collector
- * Delete/Move/Restart packages
- * Abort downloads
- * Enter Captchas for downloads
- * Add packages, or upload container files (DLC, CCF etc.)
- * Toggle download/reconnect
- * Edit server side settings
- * View account
- * Secure SSL connection to the Core
+ * Display current downloads
+ * Display queue/collector
+ * Delete/Move/Restart packages
+ * Abort downloads
+ * Enter Captchas for downloads
+ * Add packages, or upload container files (DLC, CCF etc.)
+ * Toggle download/reconnect
+ * Edit server side settings
+ * View account
+ * Secure SSL connection to the Core
RepoType: git
Repo: https://github.com/pyload/pyload-android
diff --git a/metadata/org.pyneo.maps.yml b/metadata/org.pyneo.maps.yml
index 4ed507f853..de26330938 100644
--- a/metadata/org.pyneo.maps.yml
+++ b/metadata/org.pyneo.maps.yml
@@ -9,12 +9,12 @@ IssueTracker: https://github.com/emdete/tabulae/issues
AutoName: Tabulae
Description: |-
- This is a simple rastermap viewing app with the following features:
+ This is a simple rastermap viewing app with the following features:
- * Show maps from various providers like OSM, Google, BING, MapQuest, ArcGIS, Yandex and more
- * Record and show tracks
- * Record, show and edit POIs
- * Download tiles for offline usage
+ * Show maps from various providers like OSM, Google, BING, MapQuest, ArcGIS, Yandex and more
+ * Record and show tracks
+ * Record, show and edit POIs
+ * Download tiles for offline usage
RepoType: git
Repo: https://github.com/emdete/tabulae
diff --git a/metadata/org.qii.weiciyuan.yml b/metadata/org.qii.weiciyuan.yml
index 5ddc1324bb..e6ff677ac2 100644
--- a/metadata/org.qii.weiciyuan.yml
+++ b/metadata/org.qii.weiciyuan.yml
@@ -11,8 +11,8 @@ IssueTracker: https://github.com/qii/weiciyuan/issues
AutoName: 四次元
Description: |-
- Chinese social networking. Supposedly weibo.com has an English translation now
- but the app doesn't yet.
+ Chinese social networking. Supposedly weibo.com has an English translation now
+ but the app doesn't yet.
RepoType: git
Repo: https://github.com/qii/weiciyuan.git
diff --git a/metadata/org.quantumbadger.redreader.yml b/metadata/org.quantumbadger.redreader.yml
index 856c5e9a98..eed05d3514 100644
--- a/metadata/org.quantumbadger.redreader.yml
+++ b/metadata/org.quantumbadger.redreader.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Reddit.
+ NonFreeNet:
+ en-US: Depends on Reddit.
Categories:
- Internet
License: GPL-3.0-or-later
diff --git a/metadata/org.radar.app.yml b/metadata/org.radar.app.yml
index 73b94e21d5..b76ff7d9c7 100644
--- a/metadata/org.radar.app.yml
+++ b/metadata/org.radar.app.yml
@@ -424,17 +424,17 @@ Builds:
ndk: r19c
MaintainerNotes: |-
- Build process includes the following steps:
- 1. Generation of a picture with QR-code of APK download URL.
- 2. Configuration and building of OpenSSL libraries libssl and libcrypto with Android NDK.
- Suffix '_1_1' (SHLIB_EXT=_1_1.so) is added, beacause it is required for Qt to load APK-provided SSL libs instead of ones from Android installation.
- Built libraries are processed with llvm-strip to remove unneeded symbols from SO-libs.
- 3. Configuration of Qt library to build it with Android NDK Toolchain, skipping modules and features that application does not use.
- Qt modules, needed for App: qtdeclarative,qtandroidextras,qtlocation,qtquickcontrols2,qtgraphicaleffects. They are being loaded in prebuild section.
- -android-ndk-platform is set to android-16 in order to support older devices running Android 4.1.
- 4. Build and installation of Qt library. Build takes more than 1 hour on CI.
- 5. Configuration of radar-app using CMake. Note that ANDROID_SSL_LIBS must be specified in order 'libcrypto_1_1.so;libssl_1_1.so' to get them loaded properly in the runtime.
- 6. On the final stage, build is being done. Submodule qt-android-cmake [https://github.com/LaurentGomila/qt-android-cmake] has allowed us to configure APK build using CMake.
+ Build process includes the following steps:
+ 1. Generation of a picture with QR-code of APK download URL.
+ 2. Configuration and building of OpenSSL libraries libssl and libcrypto with Android NDK.
+ Suffix '_1_1' (SHLIB_EXT=_1_1.so) is added, beacause it is required for Qt to load APK-provided SSL libs instead of ones from Android installation.
+ Built libraries are processed with llvm-strip to remove unneeded symbols from SO-libs.
+ 3. Configuration of Qt library to build it with Android NDK Toolchain, skipping modules and features that application does not use.
+ Qt modules, needed for App: qtdeclarative,qtandroidextras,qtlocation,qtquickcontrols2,qtgraphicaleffects. They are being loaded in prebuild section.
+ -android-ndk-platform is set to android-16 in order to support older devices running Android 4.1.
+ 4. Build and installation of Qt library. Build takes more than 1 hour on CI.
+ 5. Configuration of radar-app using CMake. Note that ANDROID_SSL_LIBS must be specified in order 'libcrypto_1_1.so;libssl_1_1.so' to get them loaded properly in the runtime.
+ 6. On the final stage, build is being done. Submodule qt-android-cmake [https://github.com/LaurentGomila/qt-android-cmake] has allowed us to configure APK build using CMake.
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/org.recentwidget.yml b/metadata/org.recentwidget.yml
index 4f38da2a4a..dc3f777a27 100644
--- a/metadata/org.recentwidget.yml
+++ b/metadata/org.recentwidget.yml
@@ -6,9 +6,9 @@ SourceCode: https://code.google.com/p/android-recent-widget/source
AutoName: Recent Contacts Widget
Description: |-
- This widget aims to provide a concise view of the last contacts you interacted
- with. In other words, it aggregates the call log and the sms/mms received and
- displays them right on your Android home.
+ This widget aims to provide a concise view of the last contacts you interacted
+ with. In other words, it aggregates the call log and the sms/mms received and
+ displays them right on your Android home.
Builds:
- versionName: 0.4.4
diff --git a/metadata/org.redcross.openmapkit.yml b/metadata/org.redcross.openmapkit.yml
index d47ddca648..c052699154 100644
--- a/metadata/org.redcross.openmapkit.yml
+++ b/metadata/org.redcross.openmapkit.yml
@@ -8,25 +8,25 @@ Changelog: https://github.com/posm/OpenMapKitAndroid/releases
AutoName: OpenMapKit
Description: |-
- OpenMapKit (OMK) is an extension of OpenDataKit allowing users to create
- professional quality mobile data collection surveys for field data collection.
+ OpenMapKit (OMK) is an extension of OpenDataKit allowing users to create
+ professional quality mobile data collection surveys for field data collection.
- OpenMapKit launches directly from OpenDataKit when the OSM question type is
- enabled in a standard survey. Simply include OSM questions and tags in your
- survey to collect information on OSM in the field.
+ OpenMapKit launches directly from OpenDataKit when the OSM question type is
+ enabled in a standard survey. Simply include OSM questions and tags in your
+ survey to collect information on OSM in the field.
- Traditional field data collection tools for OpenStreetMap have either relied on
- paper or are too complicated, targeted at GIS professionals, or lack an
- understanding of traditional survey techniques. As new projects such as
- Missing Maps and other humanitarian field data
- collection projects focus on field data collection the need for a structured,
- yet simple, OpenStreetMap field data collection tool became apparent. OpenMapKit
- serves this need.
+ Traditional field data collection tools for OpenStreetMap have either relied on
+ paper or are too complicated, targeted at GIS professionals, or lack an
+ understanding of traditional survey techniques. As new projects such as
+ Missing Maps and other humanitarian field data
+ collection projects focus on field data collection the need for a structured,
+ yet simple, OpenStreetMap field data collection tool became apparent. OpenMapKit
+ serves this need.
- * View OpenStreetMap tiles via web and pre-cached mbtiles.
- * Download OSM data from the Overpass API for offline use.
- * Create and update tags for OSM features.
- * Integration with ODK Collect.
+ * View OpenStreetMap tiles via web and pre-cached mbtiles.
+ * Download OSM data from the Overpass API for offline use.
+ * Create and update tags for OSM features.
+ * Integration with ODK Collect.
RepoType: git
Repo: https://github.com/posm/OpenMapKitAndroid
diff --git a/metadata/org.retroarch.yml b/metadata/org.retroarch.yml
index 0c52bbf6a5..66fdd8d837 100644
--- a/metadata/org.retroarch.yml
+++ b/metadata/org.retroarch.yml
@@ -12,19 +12,19 @@ Name: RetroArch (obsolete)
AutoName: RetroArch
Summary: Modular multi-system emulator
Description: |-
- RetroArch is a modular multi-system game/emulator system that is designed to be
- fast, lightweight, and portable. It allows emulator developers to implement
- their emulators as special libraries (RetroArch cores) to target wide range of
- platforms, including game consoles and mobile devices, without writing any
- platform-specific code.
+ RetroArch is a modular multi-system game/emulator system that is designed to be
+ fast, lightweight, and portable. It allows emulator developers to implement
+ their emulators as special libraries (RetroArch cores) to target wide range of
+ platforms, including game consoles and mobile devices, without writing any
+ platform-specific code.
- This build supports following systems:
+ This build supports following systems:
- * PlayStation 1 with PCSX ReARMed core (ARMv7 only)
+ * PlayStation 1 with PCSX ReARMed core (ARMv7 only)
- Anti-features: Addons. This build does not include non-free components, but
- majority of cores, included in official .apk, have non-free licenses or contain
- proprietary parts.
+ Anti-features: Addons. This build does not include non-free components, but
+ majority of cores, included in official .apk, have non-free licenses or contain
+ proprietary parts.
RepoType: git
Repo: https://github.com/libretro/RetroArch.git
diff --git a/metadata/org.retroshare.android.qml_app.yml b/metadata/org.retroshare.android.qml_app.yml
index 7993c31f3e..8c7dc1a929 100644
--- a/metadata/org.retroshare.android.qml_app.yml
+++ b/metadata/org.retroshare.android.qml_app.yml
@@ -8,11 +8,11 @@ IssueTracker: https://github.com/RetroShare/RetroShare/issues
AutoName: RetroShare
Description: |-
- Retroshare establish encrypted connections between you and your friends to
- create a network of computers, and provides various distributed services on top
- of it. Retroshare is fully decentralized, and designed to provide security to
- its users. This version is a prototype in alpha state not sutiable for general
- use, expect to experience bugs and be kind to report them.
+ Retroshare establish encrypted connections between you and your friends to
+ create a network of computers, and provides various distributed services on top
+ of it. Retroshare is fully decentralized, and designed to provide security to
+ its users. This version is a prototype in alpha state not sutiable for general
+ use, expect to experience bugs and be kind to report them.
RepoType: git
Repo: https://github.com/RetroShare/RetroShare
diff --git a/metadata/org.runnerup.free.yml b/metadata/org.runnerup.free.yml
index 61018925ce..718c7029db 100644
--- a/metadata/org.runnerup.free.yml
+++ b/metadata/org.runnerup.free.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeNet:
- en-US: Uploading to Strava and other services makes use of non free net services.
- UpstreamNonFree:
- en-US: The Play version has additional features using non free libraries
+ NonFreeNet:
+ en-US: Uploading to Strava and other services makes use of non free net services.
+ UpstreamNonFree:
+ en-US: The Play version has additional features using non free libraries
Categories:
- Sports & Health
License: GPL-3.0-only
@@ -254,7 +254,7 @@ Builds:
- wear
- ANT-Android-SDKs
prebuild: sed -i -e '/play-services/d' -e '/mapboxsdk/d' -e '/api.mapbox.com/d'
- build.gradle
+ build.gradle
- versionName: 2.4.1.0
versionCode: 15000307
@@ -270,7 +270,7 @@ Builds:
- wear
- ANT-Android-SDKs
prebuild: sed -i -e '/play-services/d' -e '/mapboxsdk/d' -e '/api.mapbox.com/d'
- build.gradle
+ build.gradle
- versionName: 2.4.3.1
versionCode: 15000310
@@ -286,7 +286,7 @@ Builds:
- wear
- ANT-Android-SDKs
prebuild: sed -i -e '/play-services/d' -e '/mapboxsdk/d' -e '/api.mapbox.com/d'
- build.gradle
+ build.gradle
- versionName: 2.4.4.0
versionCode: 15000311
@@ -302,7 +302,7 @@ Builds:
- wear
- ANT-Android-SDKs
prebuild: sed -i -e '/play-services/d' -e '/mapboxsdk/d' -e '/api.mapbox.com/d'
- build.gradle
+ build.gradle
- versionName: 2.4.5.0
versionCode: 15000312
@@ -318,7 +318,7 @@ Builds:
- wear
- ANT-Android-SDKs
prebuild: sed -i -e '/play-services/d' -e '/mapboxsdk/d' -e '/api.mapbox.com/d'
- build.gradle
+ build.gradle
- versionName: 2.5.0.5
versionCode: 15000323
@@ -330,7 +330,7 @@ Builds:
- wear
- ANT-Android-SDKs
prebuild: sed -i -e '/play-services/d' -e '/mapboxsdk/d' -e '/api.mapbox.com/d'
- build.gradle
+ build.gradle
- versionName: 2.5.0.6
versionCode: 15000324
@@ -342,7 +342,7 @@ Builds:
- wear
- ANT-Android-SDKs
prebuild: sed -i -e '/play-services/d' -e '/mapboxsdk/d' -e '/api.mapbox.com/d'
- build.gradle
+ build.gradle
- versionName: 2.5.0.7
versionCode: 15000325
@@ -354,7 +354,7 @@ Builds:
- wear
- ANT-Android-SDKs
prebuild: sed -i -e '/play-services/d' -e '/mapboxsdk/d' -e '/api.mapbox.com/d'
- build.gradle
+ build.gradle
- versionName: 2.5.1.0
versionCode: 15000326
@@ -366,7 +366,7 @@ Builds:
- wear
- ANT-Android-SDKs
prebuild: sed -i -e '/play-services/d' -e '/mapboxsdk/d' -e '/api.mapbox.com/d'
- build.gradle
+ build.gradle
- versionName: 2.5.2.0
versionCode: 15000327
@@ -378,7 +378,7 @@ Builds:
- wear
- ANT-Android-SDKs
prebuild: sed -i -e '/play-services/d' -e '/mapboxsdk/d' -e '/api.mapbox.com/d'
- build.gradle
+ build.gradle
- versionName: 2.6.0.2
versionCode: 21000331
@@ -394,7 +394,7 @@ Builds:
- wear
- ANT-Android-SDKs
prebuild: sed -i -e '/play-services/d' -e '/mapboxsdk/d' -e '/api.mapbox.com/d'
- build.gradle
+ build.gradle
MaintainerNotes: This replaces RunnerUp 1.x https://f-droid.org/packages/org.runnerup
diff --git a/metadata/org.safecoin.safeprice.yml b/metadata/org.safecoin.safeprice.yml
index c2d39d49a5..dddc7bdc7a 100644
--- a/metadata/org.safecoin.safeprice.yml
+++ b/metadata/org.safecoin.safeprice.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on APIs from public, but non-libre sites.
+ NonFreeNet:
+ en-US: Depends on APIs from public, but non-libre sites.
Categories:
- Internet
- Money
diff --git a/metadata/org.safermobile.intheclear.yml b/metadata/org.safermobile.intheclear.yml
index 9a669f1b6b..5decb0dd51 100644
--- a/metadata/org.safermobile.intheclear.yml
+++ b/metadata/org.safermobile.intheclear.yml
@@ -6,13 +6,13 @@ IssueTracker: https://github.com/SaferMobile/intheclear/issues
AutoName: InTheClear
Description: |-
- InTheClear is a suite of mobile applications designed to keep users safer in
- difficult situations by using their phone's built-in tools. At its core are two
- main features: Emergency SMS and Data Wipe. At installation, InTheClear walks a
- new user through the process of configuring each of these features. The user can
- then activate either Emergency SMS or Data Wipe individually, on an ad-hoc
- basis. In addition, they can simultaneously activate *both* Emergency SMS and
- Data Wipe via Panic!, a simple, one-touch feature of InTheClear.
+ InTheClear is a suite of mobile applications designed to keep users safer in
+ difficult situations by using their phone's built-in tools. At its core are two
+ main features: Emergency SMS and Data Wipe. At installation, InTheClear walks a
+ new user through the process of configuring each of these features. The user can
+ then activate either Emergency SMS or Data Wipe individually, on an ad-hoc
+ basis. In addition, they can simultaneously activate *both* Emergency SMS and
+ Data Wipe via Panic!, a simple, one-touch feature of InTheClear.
RepoType: git
Repo: https://github.com/SaferMobile/intheclear.git
diff --git a/metadata/org.sagemath.droid.yml b/metadata/org.sagemath.droid.yml
index ff7f87c1d2..fd5873935b 100644
--- a/metadata/org.sagemath.droid.yml
+++ b/metadata/org.sagemath.droid.yml
@@ -8,12 +8,12 @@ IssueTracker: https://github.com/sagemath/android/issues
AutoName: Sage
Description: |-
- Sage is mathematical software that combines many packages into a common
- interface. This Android application connects as a http client to a Sage server,
- authenticates, initiates a session, sends commands and displays the results.
- There are some demos which appear to function via public server.
+ Sage is mathematical software that combines many packages into a common
+ interface. This Android application connects as a http client to a Sage server,
+ authenticates, initiates a session, sends commands and displays the results.
+ There are some demos which appear to function via public server.
- Status: Beta.
+ Status: Beta.
RepoType: git
Repo: https://github.com/sagemath/android
diff --git a/metadata/org.saiditnet.redreader.yml b/metadata/org.saiditnet.redreader.yml
index c62c06e403..dacc42f9be 100644
--- a/metadata/org.saiditnet.redreader.yml
+++ b/metadata/org.saiditnet.redreader.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: News site saidit.net itself is not libre.
+ NonFreeNet:
+ en-US: News site saidit.net itself is not libre.
Categories:
- Internet
License: GPL-3.0-or-later
@@ -12,20 +12,20 @@ Changelog: https://github.com/libertysoft3/RedReader/blob/HEAD/assets/changelog.
AutoName: SaidIt
Description: |-
- An official client for news site saidit.net. This app is a fork of
- QuantumBadger's RedReader.
+ An official client for news site saidit.net. This app is a fork of
+ QuantumBadger's RedReader.
- * Free and Open Source - no ads/tracking.
- * Swipe posts and comments left and right to perform customizable actions
- * Advanced cache management - automatically stores past versions of posts and comments.
- * Support for multiple accounts.
- * Two-column tablet mode
- * Image precaching (optional).
- * Built in image viewer, and GIF player.
- * Support for imgur albums and gifv files
- * Compression
- * Night mode (i.e. a dark theme)
- * Translations for some languages
+ * Free and Open Source - no ads/tracking.
+ * Swipe posts and comments left and right to perform customizable actions
+ * Advanced cache management - automatically stores past versions of posts and comments.
+ * Support for multiple accounts.
+ * Two-column tablet mode
+ * Image precaching (optional).
+ * Built in image viewer, and GIF player.
+ * Support for imgur albums and gifv files
+ * Compression
+ * Night mode (i.e. a dark theme)
+ * Translations for some languages
RepoType: git
Repo: https://github.com/libertysoft3/RedReader
diff --git a/metadata/org.sasehash.burgerwp.yml b/metadata/org.sasehash.burgerwp.yml
index 105c264d72..c7df6517d9 100644
--- a/metadata/org.sasehash.burgerwp.yml
+++ b/metadata/org.sasehash.burgerwp.yml
@@ -7,8 +7,8 @@ Changelog: https://gitlab.com/samsumas/LivingBurger/tags
AutoName: Live Burger Wallpaper
Description: |-
- Very nice Wallpaper featuring some pizza and burger. Burger and pizzas bounces
- around. Fork me on GitLab!
+ Very nice Wallpaper featuring some pizza and burger. Burger and pizzas bounces
+ around. Fork me on GitLab!
RepoType: git
Repo: https://gitlab.com/samsumas/LivingBurger.git
diff --git a/metadata/org.savapage.android.print.yml b/metadata/org.savapage.android.print.yml
index 5267d568bc..537b689c45 100644
--- a/metadata/org.savapage.android.print.yml
+++ b/metadata/org.savapage.android.print.yml
@@ -12,22 +12,22 @@ Changelog: https://gitlab.com/savapage-android/savapage-android-print/blob/HEAD/
AutoName: SavaPage Print Service
Description: |-
- Enable this app in the "Print services" section of the Settings app, add
- SavaPage Open Print Portal printers of your choice with your credentials,
- and use them to print to SavaPage from any app.
+ Enable this app in the "Print services" section of the Settings app, add
+ SavaPage Open Print Portal printers of your choice with your credentials,
+ and use them to print to SavaPage from any app.
- Preview the result in the SavaPage Print Portal's HTML5 Web App and proceed
- the print work-flow in the confines of your organization from there.
+ Preview the result in the SavaPage Print Portal's HTML5 Web App and proceed
+ the print work-flow in the confines of your organization from there.
- SavaPage Open Print Portal uses Open Standards and Commodity Hardware for
- Secure Pull-Printing, Pay-Per-Print, Delegated Print, Job Ticketing,
- Auditing and PDF Creation. Please consult the User Manual for a
- comprehensive introduction.
+ SavaPage Open Print Portal uses Open Standards and Commodity Hardware for
+ Secure Pull-Printing, Pay-Per-Print, Delegated Print, Job Ticketing,
+ Auditing and PDF Creation. Please consult the User Manual for a
+ comprehensive introduction.
- SavaPage is licensed under the terms of the GNU Affero General Public
- License (AGPL) version 3, or any later version. It is based on a Community
- Driven Development Model. User organizations join the community by
- subscribing to the software.
+ SavaPage is licensed under the terms of the GNU Affero General Public
+ License (AGPL) version 3, or any later version. It is based on a Community
+ Driven Development Model. User organizations join the community by
+ subscribing to the software.
RepoType: git
Repo: https://gitlab.com/savapage-android/savapage-android-print.git
diff --git a/metadata/org.schabi.etherwake.yml b/metadata/org.schabi.etherwake.yml
index 284c878cee..03a06223f9 100644
--- a/metadata/org.schabi.etherwake.yml
+++ b/metadata/org.schabi.etherwake.yml
@@ -7,9 +7,9 @@ IssueTracker: https://gitlab.com/derSchabi/Etherwake-app/issues
AutoName: Etherwake
Description: |-
- Wraper around the ehterwake command. It is used to start computers within the
- same network as the smartphone. Since this app sends pure ethernetframes it
- requires root privileges.
+ Wraper around the ehterwake command. It is used to start computers within the
+ same network as the smartphone. Since this app sends pure ethernetframes it
+ requires root privileges.
RequiresRoot: true
diff --git a/metadata/org.schabi.kiba.yml b/metadata/org.schabi.kiba.yml
index 626f5d1513..2bc69904dd 100644
--- a/metadata/org.schabi.kiba.yml
+++ b/metadata/org.schabi.kiba.yml
@@ -9,10 +9,10 @@ Changelog: https://git.savannah.gnu.org/cgit/kiba.git/log
AutoName: KIBA
Description: |-
- A simple android app to control the LED Plussy Display by Christian Carlowitz.
- It was created in order to promote the FSFE and its Fellowship campaign, as well
- as the F-Droid project. It is programmed in Android/Java using the Gradle build
- system, and will also run on Replicant OS.
+ A simple android app to control the LED Plussy Display by Christian Carlowitz.
+ It was created in order to promote the FSFE and its Fellowship campaign, as well
+ as the F-Droid project. It is programmed in Android/Java using the Gradle build
+ system, and will also run on Replicant OS.
RepoType: git
Repo: https://git.savannah.nongnu.org/git/kiba.git
diff --git a/metadata/org.schabi.newpipe.yml b/metadata/org.schabi.newpipe.yml
index da91f1e34f..78d560087e 100644
--- a/metadata/org.schabi.newpipe.yml
+++ b/metadata/org.schabi.newpipe.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Youtube for videos.
+ NonFreeNet:
+ en-US: Depends on Youtube for videos.
Categories:
- Internet
- Multimedia
@@ -962,7 +962,7 @@ AllowedAPKSigningKeys:
- cb84069bd68116bafae5ee4ee5b08a567aa6d898404e7cb12f9e756df5cf5cab
MaintainerNotes: ACRA is only used via email the users have to send themselves, see
- https://github.com/TeamNewPipe/NewPipe/issues/8705
+ https://github.com/TeamNewPipe/NewPipe/issues/8705
AutoUpdateMode: None
UpdateCheckMode: Tags .*[0-9]$
diff --git a/metadata/org.schabi.newpipelegacy.yml b/metadata/org.schabi.newpipelegacy.yml
index 008f2f253d..af07a961cb 100644
--- a/metadata/org.schabi.newpipelegacy.yml
+++ b/metadata/org.schabi.newpipelegacy.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Streamed content is obtained from YouTube.
+ NonFreeNet:
+ en-US: Streamed content is obtained from YouTube.
Categories:
- Internet
- Multimedia
diff --git a/metadata/org.schabi.nxbookmarks.owncloud.yml b/metadata/org.schabi.nxbookmarks.owncloud.yml
index b42b133348..6210995483 100644
--- a/metadata/org.schabi.nxbookmarks.owncloud.yml
+++ b/metadata/org.schabi.nxbookmarks.owncloud.yml
@@ -9,17 +9,17 @@ Changelog: https://gitlab.com/derSchabi/OCBookmarks/blob/HEAD/CHANGELOG.md
AutoName: OwnCloud Bookmarks
Description: |-
- An Android front end for the Nextcloud/Owncloud Bookmark App based on the new
- REST API that was introduced by Bookmarks version 0.10.2 With this app you can
- add/edit/delete and view bookmarks, and sync them with your ownCloud.
+ An Android front end for the Nextcloud/Owncloud Bookmark App based on the new
+ REST API that was introduced by Bookmarks version 0.10.2 With this app you can
+ add/edit/delete and view bookmarks, and sync them with your ownCloud.
- However you need to have the Bookmarks app in minimal required version 0.10.2
- installed and enabled on you ownCloud.
+ However you need to have the Bookmarks app in minimal required version 0.10.2
+ installed and enabled on you ownCloud.
- If you need more information about the Nextcloud Bookmark app, you can follow
- this link: https://marketplace.owncloud.com/apps/bookmarks
+ If you need more information about the Nextcloud Bookmark app, you can follow
+ this link: https://marketplace.owncloud.com/apps/bookmarks
- Note: this app is currently unmaintained and looking for a new maintainer.
+ Note: this app is currently unmaintained and looking for a new maintainer.
RepoType: git
Repo: https://gitlab.com/derSchabi/OCBookmarks.git
@@ -40,8 +40,8 @@ Builds:
build: gradle assembleOwncloud
MaintainerNotes: |-
- We need the manual gradle invocation because the package uses Release vs Owncloud build type, not flavours.
- Update Check Mode doesn't work because we can't find the computed packageId.
+ We need the manual gradle invocation because the package uses Release vs Owncloud build type, not flavours.
+ Update Check Mode doesn't work because we can't find the computed packageId.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/org.schabi.nxbookmarks.yml b/metadata/org.schabi.nxbookmarks.yml
index 92b31a6874..23378ec8b4 100644
--- a/metadata/org.schabi.nxbookmarks.yml
+++ b/metadata/org.schabi.nxbookmarks.yml
@@ -11,15 +11,15 @@ Liberapay: bisasda
AutoName: Nextcloud Bookmarks
Description: |-
- An Android front end for the Nextcloud/Owncloud Bookmark App based on the new
- REST API that was introduced by Bookmarks version 0.10.1 With this app you can
- add/edit/delete and view bookmarks, and sync them with your Nextcloud.
+ An Android front end for the Nextcloud/Owncloud Bookmark App based on the new
+ REST API that was introduced by Bookmarks version 0.10.1 With this app you can
+ add/edit/delete and view bookmarks, and sync them with your Nextcloud.
- However you need to have the Bookmarks app in minimal required version 0.10.1
- installed and enabled on you Nextcloud.
+ However you need to have the Bookmarks app in minimal required version 0.10.1
+ installed and enabled on you Nextcloud.
- If you need more information about the Nextcloud Bookmark app, you can follow
- this link: https://apps.nextcloud.com/apps/bookmarks
+ If you need more information about the Nextcloud Bookmark app, you can follow
+ this link: https://apps.nextcloud.com/apps/bookmarks
RepoType: git
Repo: https://gitlab.com/bisada/OCBookmarks.git
@@ -60,7 +60,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/applicationId "org.bisw.nxbookmarks"/applicationId "org.schabi.nxbookmarks"/g'
- build.gradle
+ build.gradle
- versionName: '1.13'
versionCode: 13
@@ -69,7 +69,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/applicationId "org.bisw.nxbookmarks"/applicationId "org.schabi.nxbookmarks"/g'
- build.gradle
+ build.gradle
- versionName: '1.16'
versionCode: 16
diff --git a/metadata/org.schabi.openhitboxstreams.yml b/metadata/org.schabi.openhitboxstreams.yml
index 6bd6a987f7..009ba87937 100644
--- a/metadata/org.schabi.openhitboxstreams.yml
+++ b/metadata/org.schabi.openhitboxstreams.yml
@@ -12,8 +12,8 @@ Bitcoin: 16A9J59ahMRqkLSZjhYj33n9j3fMztFxnh
AutoName: OpenHitboxStreams
Description: |-
- Opens Hitbox.tv streams from Intent. So for example open it from firefox, and
- choose your favorite player.
+ Opens Hitbox.tv streams from Intent. So for example open it from firefox, and
+ choose your favorite player.
RepoType: git
Repo: https://gitlab.com/derSchabi/OpenHitboxStreams.git
diff --git a/metadata/org.schabi.sharewithnewpipe.yml b/metadata/org.schabi.sharewithnewpipe.yml
index cc8d729ec8..e5645e91bd 100644
--- a/metadata/org.schabi.sharewithnewpipe.yml
+++ b/metadata/org.schabi.sharewithnewpipe.yml
@@ -13,10 +13,10 @@ Bitcoin: 16A9J59ahMRqkLSZjhYj33n9j3fMztFxnh
AutoName: Share With NewPipe
Summary: Opens NewPipe via share menu
Description: |-
- This app is no longer needed for recent versions of https://f-droid.org/packages/org.schabi.newpipe.
+ This app is no longer needed for recent versions of https://f-droid.org/packages/org.schabi.newpipe.
- This app allows to open youtube videos with https://f-droid.org/packages/org.schabi.newpipe using the
- share menu of another app.
+ This app allows to open youtube videos with https://f-droid.org/packages/org.schabi.newpipe using the
+ share menu of another app.
Builds:
- versionName: '1.0'
diff --git a/metadata/org.schabi.stethox.yml b/metadata/org.schabi.stethox.yml
index f5c7cb986c..de212618ba 100644
--- a/metadata/org.schabi.stethox.yml
+++ b/metadata/org.schabi.stethox.yml
@@ -8,16 +8,16 @@ IssueTracker: https://gitlab.com/derSchabi/Stethox/issues
AutoName: Stethox
Description: |-
- This is a Xposed Module that enables Stetho for every application on your
- phone. All Stetho functions are given besides Network Monitoring. For this
- however I highly recommend using mitmproxy or tcpdump and Wireshark.
+ This is a Xposed Module that enables Stetho for every application on your
+ phone. All Stetho functions are given besides Network Monitoring. For this
+ however I highly recommend using mitmproxy or tcpdump and Wireshark.
- This Module can be used for Reverse Engineering. Especially the Layout Preview
- is very useful. Please also take a look at Inspackage since this will add even
- more functions for this purpose.
+ This Module can be used for Reverse Engineering. Especially the Layout Preview
+ is very useful. Please also take a look at Inspackage since this will add even
+ more functions for this purpose.
- ATTENTION:Never leave this Module enabled or installed on day to day use. THIS
- IS A SECURITY RISK. Only enable this for Development.
+ ATTENTION:Never leave this Module enabled or installed on day to day use. THIS
+ IS A SECURITY RISK. Only enable this for Development.
RepoType: git
Repo: https://gitlab.com/derSchabi/Stethox.git
diff --git a/metadata/org.schabi.svgredirect.yml b/metadata/org.schabi.svgredirect.yml
index f61abb3f96..853b1d230c 100644
--- a/metadata/org.schabi.svgredirect.yml
+++ b/metadata/org.schabi.svgredirect.yml
@@ -8,9 +8,9 @@ Changelog: https://gitlab.com/derSchabi/SVG-redirect/blob/HEAD/CHANGELOG.md
AutoName: SVG redirect
Description: |-
- By default Android can't handle SVG files, when you try to open them from a file
- manager. A Browser could handle SVG, but the most of them don't allow to call
- SVG files from a file manager. SVG redirect makes that possible.
+ By default Android can't handle SVG files, when you try to open them from a file
+ manager. A Browser could handle SVG, but the most of them don't allow to call
+ SVG files from a file manager. SVG redirect makes that possible.
RepoType: git
Repo: https://gitlab.com/derSchabi/SVG-redirect.git
diff --git a/metadata/org.schabi.terminightor.yml b/metadata/org.schabi.terminightor.yml
index 6fd9094b1b..8282e70072 100644
--- a/metadata/org.schabi.terminightor.yml
+++ b/metadata/org.schabi.terminightor.yml
@@ -8,20 +8,20 @@ Changelog: https://gitlab.com/derSchabi/Terminightor/blob/HEAD/CHANGELOG.md
AutoName: Terminightor
Description: |-
- A simple alarm clock with a spicy special: In order to put off an alarm, you
- have to hold a NFC tag onto your phone. Unless you do that the alarm will not
- stop, even if you try to kill the Terminightor service.
+ A simple alarm clock with a spicy special: In order to put off an alarm, you
+ have to hold a NFC tag onto your phone. Unless you do that the alarm will not
+ stop, even if you try to kill the Terminightor service.
- So if you put a tag for example into your bathroom, and set up an alarm with
- that tag, it will ensure that you really get up in the morning.
+ So if you put a tag for example into your bathroom, and set up an alarm with
+ that tag, it will ensure that you really get up in the morning.
- Features:
+ Features:
- * repeat/don't repeat alarms
- * repeat alarms only on certain week days
- * custom ring-tone
- * put vibration on/off
- * put alarms off via NFC tag
+ * repeat/don't repeat alarms
+ * repeat alarms only on certain week days
+ * custom ring-tone
+ * put vibration on/off
+ * put alarms off via NFC tag
RepoType: git
Repo: https://gitlab.com/derSchabi/Terminightor.git
diff --git a/metadata/org.scoutant.blokish.yml b/metadata/org.scoutant.blokish.yml
index 114e52d6ac..eb3c1d8b20 100644
--- a/metadata/org.scoutant.blokish.yml
+++ b/metadata/org.scoutant.blokish.yml
@@ -11,11 +11,11 @@ Changelog: https://github.com/scoutant/blokish/blob/HEAD/README.md#changelog
AutoName: Blokish
Description: |-
- A strategy board game.
+ A strategy board game.
- Blokus is a family game involving four players and a board with 20 x 20 squares.
- Like chess or checkers, it's a game for which at any time you can see your
- opponent's pieces.
+ Blokus is a family game involving four players and a board with 20 x 20 squares.
+ Like chess or checkers, it's a game for which at any time you can see your
+ opponent's pieces.
RepoType: git
Repo: https://github.com/scoutant/blokish.git
diff --git a/metadata/org.scoutant.cc.yml b/metadata/org.scoutant.cc.yml
index 3dfc6705c3..f2a6e563e2 100644
--- a/metadata/org.scoutant.cc.yml
+++ b/metadata/org.scoutant.cc.yml
@@ -7,19 +7,19 @@ WebSite: http://chinese-checkers.scoutant.org
AutoName: Chinese Checkers
Description: |-
- A traditional strategy game to be played on a tablet. Play with up to 6 players,
- or against the machine.
+ A traditional strategy game to be played on a tablet. Play with up to 6 players,
+ or against the machine.
- The objective is to be first to race one's pieces across the gameboard. Each
- player has ten pieces. Players take turns moving a single piece, either by
- moving one step to an adjacent unoccupied space or by jumping in one of any
- number of available consecutive hops over other single pieces. There is no
- capturing, so hopped pieces remain active on the gameboard. In other languages :
- jeu de Dames chinoises (Fr), Halma (De), Kinaschack spel (Se), Damas chinas
- (Es), Dama chinese (It), 中國跳棋, 中国のチェッカー, Китайские шашки.
+ The objective is to be first to race one's pieces across the gameboard. Each
+ player has ten pieces. Players take turns moving a single piece, either by
+ moving one step to an adjacent unoccupied space or by jumping in one of any
+ number of available consecutive hops over other single pieces. There is no
+ capturing, so hopped pieces remain active on the gameboard. In other languages :
+ jeu de Dames chinoises (Fr), Halma (De), Kinaschack spel (Se), Damas chinas
+ (Es), Dama chinese (It), 中國跳棋, 中国のチェッカー, Китайские шашки.
- Status: The original source code repo was removed because the author was tired
- of seeing derivatives that didn't respect the license on the other app stores.
+ Status: The original source code repo was removed because the author was tired
+ of seeing derivatives that didn't respect the license on the other app stores.
Builds:
- versionName: '0.9'
diff --git a/metadata/org.scoutant.rpn.yml b/metadata/org.scoutant.rpn.yml
index 19af88d254..bb3419ba8e 100644
--- a/metadata/org.scoutant.rpn.yml
+++ b/metadata/org.scoutant.rpn.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/scoutant/rpn/issues
AutoName: RPN
Description: |-
- Very handy calculator, in Reverse Polish Notation style. Written in Kotlin.
+ Very handy calculator, in Reverse Polish Notation style. Written in Kotlin.
- For every day use. Large digits with only the most used operators.
+ For every day use. Large digits with only the most used operators.
RepoType: git
Repo: https://github.com/scoutant/rpn
diff --git a/metadata/org.scummvm.scummvm.yml b/metadata/org.scummvm.scummvm.yml
index da6397dd5d..4212da5990 100644
--- a/metadata/org.scummvm.scummvm.yml
+++ b/metadata/org.scummvm.scummvm.yml
@@ -10,28 +10,28 @@ Donate: https://sourceforge.net/p/scummvm/donate
Name: ScummVM
Description: |-
- ScummVM is a program which allows you to run certain classic graphical
- point-and-click adventure games, provided you already have their data files.
- List of supported engines include:
+ ScummVM is a program which allows you to run certain classic graphical
+ point-and-click adventure games, provided you already have their data files.
+ List of supported engines include:
- * SCUMM (Classic 2D LucasArts games: Full Throttle, Day of the Tentacle, etc.)
- * AGI (Early Sierra adventure games: King's Quest, Leisure Suit Larry etc.)
- * SCI (Newer Sierra adventure games: Space Quest, Police Quest etc.)
- * Kyra (Eye of the Beholder, The Legend of Kyrandia etc.)
- * Gob (Urban Runner, Gobliiins series)
- * SwordX (Broken Sword series)
- * Sky (Beneath a Steel Sky)
+ * SCUMM (Classic 2D LucasArts games: Full Throttle, Day of the Tentacle, etc.)
+ * AGI (Early Sierra adventure games: King's Quest, Leisure Suit Larry etc.)
+ * SCI (Newer Sierra adventure games: Space Quest, Police Quest etc.)
+ * Kyra (Eye of the Beholder, The Legend of Kyrandia etc.)
+ * Gob (Urban Runner, Gobliiins series)
+ * SwordX (Broken Sword series)
+ * Sky (Beneath a Steel Sky)
- and numerous others.
+ and numerous others.
- Documentation
+ Documentation
- README
- of Android port
+ README
+ of Android port
- Unlike upstream build, this one has all plugins bundled together in single apk.
- External plugin apks (e.g. from Google Play) won't work with this version and
- must be removed before installing it.
+ Unlike upstream build, this one has all plugins bundled together in single apk.
+ External plugin apks (e.g. from Google Play) won't work with this version and
+ must be removed before installing it.
RepoType: git
Repo: https://github.com/scummvm/scummvm.git
@@ -41,7 +41,7 @@ Builds:
versionCode: 6
commit: v1.5.0
init: echo -e '\n\n'
- > build.xml
+ > build.xml
patch:
- fdroid_build.patch
- latest_sdk.patch
@@ -66,12 +66,12 @@ Builds:
- '"-p"'
MaintainerNotes: |-
- Releases are tagged, but according to backends/platform/android/android.mk (which also contains
- version codes -- however, it hasn't been raised in a while), Market uploads take priority. They
- may lag notably behind general development, so checking https://sourceforge.net/projects/scummvm/files/scummvm/
- is advisable as well.
+ Releases are tagged, but according to backends/platform/android/android.mk (which also contains
+ version codes -- however, it hasn't been raised in a while), Market uploads take priority. They
+ may lag notably behind general development, so checking https://sourceforge.net/projects/scummvm/files/scummvm/
+ is advisable as well.
- See http://wiki.scummvm.org/index.php/Compiling_ScummVM/Android and https://gitlab.com/fdroid/fdroiddata/issues/41
+ See http://wiki.scummvm.org/index.php/Compiling_ScummVM/Android and https://gitlab.com/fdroid/fdroiddata/issues/41
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.seamapdroid.yml b/metadata/org.seamapdroid.yml
index bbb92d2c16..dc73fb8e63 100644
--- a/metadata/org.seamapdroid.yml
+++ b/metadata/org.seamapdroid.yml
@@ -7,12 +7,12 @@ Translation: https://github.com/marcoM32/SeaMapDroid#translations
AutoName: SeaMapDroid
Description: |-
- An Android application to consult the libre online nautical maps OpenSeaMap.
+ An Android application to consult the libre online nautical maps OpenSeaMap.
- Features:
+ Features:
- * Different languages: Italian, English
- * Many layers displayed on the map
+ * Different languages: Italian, English
+ * Many layers displayed on the map
RepoType: git
Repo: https://github.com/marcoM32/SeaMapDroid.git
@@ -28,7 +28,7 @@ Builds:
- versionName: 1.2.2
versionCode: 23
disable: "Unexpected version/version code in output; APK: '1.0' / '1', Expected:\
- \ '1.2.2' / '23'"
+ \ '1.2.2' / '23'"
commit: v1.2.2
subdir: app
gradle:
@@ -37,7 +37,7 @@ Builds:
- versionName: 1.3.2
versionCode: 24
disable: minSdkVersion 7 cannot be smaller than version 9 declared in library
- [com.android.support:design:25.3.1]
+ [com.android.support:design:25.3.1]
commit: v1.3.2
subdir: app
gradle:
@@ -46,7 +46,7 @@ Builds:
- versionName: 1.4.2
versionCode: 25
disable: minSdkVersion 7 cannot be smaller than version 9 declared in library
- [com.android.support:design:25.3.1]
+ [com.android.support:design:25.3.1]
commit: v1.4.2
subdir: app
gradle:
diff --git a/metadata/org.secuso.privacyfriendly2048.yml b/metadata/org.secuso.privacyfriendly2048.yml
index 7466603ca5..5fbf7361a0 100644
--- a/metadata/org.secuso.privacyfriendly2048.yml
+++ b/metadata/org.secuso.privacyfriendly2048.yml
@@ -11,15 +11,15 @@ Changelog: https://github.com/SecUSo/privacy-friendly-2048/blob/HEAD/CHANGELOG.m
AutoName: '2048'
Description: |
- The application Privacy Friendly 2048 is an exciting puzzle game. The game
- is considered to be won if you reach the number 2048 by sliding the same
- numbers together. The statistic function is also part of the app. This makes
- it possible to get information about for example the required number of swipes
- and the highest achieved number of points. The Privacy Friendly 2048 has four
- different game modes.
+ The application Privacy Friendly 2048 is an exciting puzzle game. The game
+ is considered to be won if you reach the number 2048 by sliding the same
+ numbers together. The statistic function is also part of the app. This makes
+ it possible to get information about for example the required number of swipes
+ and the highest achieved number of points. The Privacy Friendly 2048 has four
+ different game modes.
- The app belongs to the Privacy Friendly Apps group developed by the research
- group SECUSO at Karlsruhe Institute of Technology.
+ The app belongs to the Privacy Friendly Apps group developed by the research
+ group SECUSO at Karlsruhe Institute of Technology.
RepoType: git
Repo: https://github.com/SecUSo/privacy-friendly-2048.git
diff --git a/metadata/org.secuso.privacyfriendlyboardgameclock.yml b/metadata/org.secuso.privacyfriendlyboardgameclock.yml
index c4bba864d9..585f5fe945 100644
--- a/metadata/org.secuso.privacyfriendlyboardgameclock.yml
+++ b/metadata/org.secuso.privacyfriendlyboardgameclock.yml
@@ -12,13 +12,13 @@ Changelog: https://github.com/SecUSo/privacy-friendly-boardgame-clock/blob/HEAD/
AutoName: Board Game Clock
Description: |
- Privacy Friendly Boardgames Clock offers stopwatches and timers to support time tracking while playing boardgames.
- The app offers different modes depending on the game that is played. If the game is round based players and round
- times can be continued. The app tracks the time that the player needs in each round and alerts the player if he or
- she takes too much time. Privacy Friendly Boardgame Clock furthermore offers a time tracking mode. This is a stopwatch
- for each player that participates in the game as well as for the overall game time.
- The app belongs to the Privacy Friendly Apps group developed by the research group SECUSO at the Karlsruhe Institute
- of Technology.
+ Privacy Friendly Boardgames Clock offers stopwatches and timers to support time tracking while playing boardgames.
+ The app offers different modes depending on the game that is played. If the game is round based players and round
+ times can be continued. The app tracks the time that the player needs in each round and alerts the player if he or
+ she takes too much time. Privacy Friendly Boardgame Clock furthermore offers a time tracking mode. This is a stopwatch
+ for each player that participates in the game as well as for the overall game time.
+ The app belongs to the Privacy Friendly Apps group developed by the research group SECUSO at the Karlsruhe Institute
+ of Technology.
RepoType: git
Repo: https://github.com/SecUSo/privacy-friendly-boardgame-clock.git
diff --git a/metadata/org.secuso.privacyfriendlycardgameone.yml b/metadata/org.secuso.privacyfriendlycardgameone.yml
index e9d8094100..3f1fdbbd9a 100644
--- a/metadata/org.secuso.privacyfriendlycardgameone.yml
+++ b/metadata/org.secuso.privacyfriendlycardgameone.yml
@@ -11,16 +11,16 @@ Changelog: https://github.com/SecUSo/privacy-friendly-werewolf/blob/HEAD/CHANGEL
AutoName: Werewolf
Description: |-
- Privacy Friendly Werewolf is an open source Android implementation of the famous
- Werewolf card game. You can play it with your friends inside a local network, so
- that everyone can use their own phone. Play in the role of innocent citizen, a
- deadly werewolf, a magical witch or a mystical seer. The game master phone, with
- own voice output, will guide you through the different phases of the game, where
- you can play out different actions, according to your role. Witches can use
- healing or poison potions, seers can see the roles of other people, and of
- course there is the big voting, where the fate of one player is decided. In the
- end, it is your skill which decides who is going to win - werewolves or
- citizens!
+ Privacy Friendly Werewolf is an open source Android implementation of the famous
+ Werewolf card game. You can play it with your friends inside a local network, so
+ that everyone can use their own phone. Play in the role of innocent citizen, a
+ deadly werewolf, a magical witch or a mystical seer. The game master phone, with
+ own voice output, will guide you through the different phases of the game, where
+ you can play out different actions, according to your role. Witches can use
+ healing or poison potions, seers can see the roles of other people, and of
+ course there is the big voting, where the fate of one player is decided. In the
+ end, it is your skill which decides who is going to win - werewolves or
+ citizens!
RepoType: git
Repo: https://github.com/SecUSo/privacy-friendly-werewolf.git
diff --git a/metadata/org.secuso.privacyfriendlycircuittraining.yml b/metadata/org.secuso.privacyfriendlycircuittraining.yml
index 0e6dbba82b..350ba0de27 100644
--- a/metadata/org.secuso.privacyfriendlycircuittraining.yml
+++ b/metadata/org.secuso.privacyfriendlycircuittraining.yml
@@ -11,47 +11,47 @@ Changelog: https://github.com/SecUSo/privacy-friendly-circuit-training-exercises
AutoName: Circuit Trainer
Description: |-
- Privacy Friendly Circuit Trainer is an Android App that supports the user
- during his/her circuit training session. It provides a configurable set of
- timers for the exercises and the rest phases as well as multiple other
- features.
+ Privacy Friendly Circuit Trainer is an Android App that supports the user
+ during his/her circuit training session. It provides a configurable set of
+ timers for the exercises and the rest phases as well as multiple other
+ features.
- Workout Timer
+ Workout Timer
- After configuring the set of timers in the main menu you can start the
- workout routine by pressing the start button. The workout view has
- animations and sound output features which can be turned on and off inside the settings menu.
+ After configuring the set of timers in the main menu you can start the
+ workout routine by pressing the start button. The workout view has
+ animations and sound output features which can be turned on and off inside the settings menu.
- Motivation Alert
+ Motivation Alert
- The app can show you motivation alerts to remind you of planned workout
- sessions. You can define the time of day and the notification texts inside the settings menu.
+ The app can show you motivation alerts to remind you of planned workout
+ sessions. You can define the time of day and the notification texts inside the settings menu.
- Block Periodization
+ Block Periodization
- When scheduling the timers you may also choose the block periodization
- feature. This feature allows you to configure longer, separate breaks in
- between the exercises. This way the workout can be split into multiple high
- intensity workout cycles.
+ When scheduling the timers you may also choose the block periodization
+ feature. This feature allows you to configure longer, separate breaks in
+ between the exercises. This way the workout can be split into multiple high
+ intensity workout cycles.
- Workout History
+ Workout History
- The app can collect statistics about your performed workout sessions. The
- collected data comprises of the time spend working out and the calories
- burnt while exercising. The accuracy of the calories calculation can be
- improved by configuring the necessary user data in the settings menu. The
- collection of this data can be deleted as well as turned on and off inside the settings menu.
+ The app can collect statistics about your performed workout sessions. The
+ collected data comprises of the time spend working out and the calories
+ burnt while exercising. The accuracy of the calories calculation can be
+ improved by configuring the necessary user data in the settings menu. The
+ collection of this data can be deleted as well as turned on and off inside the settings menu.
- Exercise Sets
+ Exercise Sets
- The app allows you to create your own Exercise Sets for the circuit
- training. Therefore you can combine your own exercises to exercise sets.
- The image assigned to an exercise is displayed during the workout. In
- addition, the exercise sets can be repeated during a workout. For this you
- can set the number of rounds before starting the workout.
+ The app allows you to create your own Exercise Sets for the circuit
+ training. Therefore you can combine your own exercises to exercise sets.
+ The image assigned to an exercise is displayed during the workout. In
+ addition, the exercise sets can be repeated during a workout. For this you
+ can set the number of rounds before starting the workout.
- The app belongs to the Privacy Friendly Apps group developed by the
- research group SECUSO at the Karlsruhe Institute of Technology.
+ The app belongs to the Privacy Friendly Apps group developed by the
+ research group SECUSO at the Karlsruhe Institute of Technology.
RepoType: git
Repo: https://github.com/SecUSo/privacy-friendly-circuit-training-exercises.git
diff --git a/metadata/org.secuso.privacyfriendlyludo.yml b/metadata/org.secuso.privacyfriendlyludo.yml
index c03e652936..802eda1766 100644
--- a/metadata/org.secuso.privacyfriendlyludo.yml
+++ b/metadata/org.secuso.privacyfriendlyludo.yml
@@ -11,42 +11,42 @@ Changelog: https://github.com/SecUSo/privacy-friendly-ludo/blob/HEAD/CHANGELOG.m
AutoName: Ludo
Description: |-
- Privacy Friendly Ludo is a boardgame for 4 up to 6 players (persons or computer
- opponents). The goal of the game is bringing four figures to the goal fields.
- Therefore, it is important to prevent opponent from winning the game by
- beatening the opponent figures with his own figures.
+ Privacy Friendly Ludo is a boardgame for 4 up to 6 players (persons or computer
+ opponents). The goal of the game is bringing four figures to the goal fields.
+ Therefore, it is important to prevent opponent from winning the game by
+ beatening the opponent figures with his own figures.
- How to play
+ How to play
- Game
+ Game
- Each player has four figures which are marked in the player's color. At the
- beginning the of the game the figures are in the house. To leave the house the
- player has to roll a six on a six-sided die.
+ Each player has four figures which are marked in the player's color. At the
+ beginning the of the game the figures are in the house. To leave the house the
+ player has to roll a six on a six-sided die.
- Once a figure has left the house, the figure can be moved based on the result of
- a die role. To prevent opponents from winning, their figures can be sent back to
- the house. This happens if a player moves his figure to a field with a figure.
- Each player has four goal fields. The first player has reaches the goal with all
- his figures wins.
+ Once a figure has left the house, the figure can be moved based on the result of
+ a die role. To prevent opponents from winning, their figures can be sent back to
+ the house. This happens if a player moves his figure to a field with a figure.
+ Each player has four goal fields. The first player has reaches the goal with all
+ his figures wins.
- Game Modes
+ Game Modes
- Privacy Friendly Ludo has two game modes:
+ Privacy Friendly Ludo has two game modes:
- * 4 Players
- * 6 Players
+ * 4 Players
+ * 6 Players
- For player the following settings can be made:
+ For player the following settings can be made:
- * Player color
- * Player name
- * Player type (computer or person)
+ * Player color
+ * Player name
+ * Player type (computer or person)
- Furthermore the application offers a statistic to see how often each player has
- rolled a specific dice number. Additionally there is a possibility to play with
- own dice and own rules. The app belongs to the group of Privacy Friendly Apps
- developed by the SECUSO research group at Technische Universität Darmstadt.
+ Furthermore the application offers a statistic to see how often each player has
+ rolled a specific dice number. Additionally there is a possibility to play with
+ own dice and own rules. The app belongs to the group of Privacy Friendly Apps
+ developed by the SECUSO research group at Technische Universität Darmstadt.
RepoType: git
Repo: https://github.com/SecUSo/privacy-friendly-ludo.git
diff --git a/metadata/org.secuso.privacyfriendlymemory.yml b/metadata/org.secuso.privacyfriendlymemory.yml
index b46110ccf0..06bb32c595 100644
--- a/metadata/org.secuso.privacyfriendlymemory.yml
+++ b/metadata/org.secuso.privacyfriendlymemory.yml
@@ -41,8 +41,8 @@ Builds:
- gradle
MaintainerNotes: |-
- Gradle wrapper's distributionUrl suggests Gradle 2.14.1, but Android Gradle
- plugin actually requires newer Gradle version.
+ Gradle wrapper's distributionUrl suggests Gradle 2.14.1, but Android Gradle
+ plugin actually requires newer Gradle version.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.secuso.privacyfriendlyminesweeper.yml b/metadata/org.secuso.privacyfriendlyminesweeper.yml
index 30ec55f643..19172b8e1d 100644
--- a/metadata/org.secuso.privacyfriendlyminesweeper.yml
+++ b/metadata/org.secuso.privacyfriendlyminesweeper.yml
@@ -11,37 +11,37 @@ Changelog: https://github.com/SecUSo/privacy-friendly-minesweeper/blob/HEAD/CHAN
AutoName: Minesweeper
Description: |
- Privacy Friendly Minesweeper is a moblie version of the classic game Minesweeper.
- The goal of the game is to find and mark every mine without triggering one of them.
+ Privacy Friendly Minesweeper is a moblie version of the classic game Minesweeper.
+ The goal of the game is to find and mark every mine without triggering one of them.
- You reveal a field by clicking on it. If that field contains a mine it is triggered
- and the game is lost. Otherwise the field will show a number. That number will tell
- you the amount of mines in the surreounding 8 fields. With that information and logical
- thinking the mines can be located and marked.
+ You reveal a field by clicking on it. If that field contains a mine it is triggered
+ and the game is lost. Otherwise the field will show a number. That number will tell
+ you the amount of mines in the surreounding 8 fields. With that information and logical
+ thinking the mines can be located and marked.
- The first field you click each game will not ba a mine. Each game will have a new
- playing field with randomzed poisitioning of mines, so each game will be a new experience.
- While the mines are mostly positioned randomly the first field clicked each game will not
- have a mine, and four or more mines in adjacent fields will be avoided, since such clusters
- increase the chance of situations that must me solved by guessing.
+ The first field you click each game will not ba a mine. Each game will have a new
+ playing field with randomzed poisitioning of mines, so each game will be a new experience.
+ While the mines are mostly positioned randomly the first field clicked each game will not
+ have a mine, and four or more mines in adjacent fields will be avoided, since such clusters
+ increase the chance of situations that must me solved by guessing.
- There are three different gamemodes represinting three difficulties. They differ in
- playing field size and the amount of mines:
+ There are three different gamemodes represinting three difficulties. They differ in
+ playing field size and the amount of mines:
- * 6x10 Playing Field with 7 Mines
- * 10x16 Playing Field with 24 Mines
- * 12x19 Playing Field with 46 Mines
+ * 6x10 Playing Field with 7 Mines
+ * 10x16 Playing Field with 24 Mines
+ * 12x19 Playing Field with 46 Mines
- In addition there is the option to create your own gamemode where the size of the playing
- field (amount of rows and columns) and the proportion of mines (easy / medium / hard).
+ In addition there is the option to create your own gamemode where the size of the playing
+ field (amount of rows and columns) and the proportion of mines (easy / medium / hard).
- Up to 10 games can be saved and later continued. Your Performance for the three basic
- gamemodes is collected and analyzed and can be viewed at the statistic page. There you
- can check the number of games played, the ratio of won games, the average time of winning
- games, the number of revealed fields and the 10 best times for each gamemode.
+ Up to 10 games can be saved and later continued. Your Performance for the three basic
+ gamemodes is collected and analyzed and can be viewed at the statistic page. There you
+ can check the number of games played, the ratio of won games, the average time of winning
+ games, the number of revealed fields and the 10 best times for each gamemode.
- The app belongs to the Privacy Friendly Apps group developed by the research
- group SECUSO at Karlsruhe Institute of Technology.
+ The app belongs to the Privacy Friendly Apps group developed by the research
+ group SECUSO at Karlsruhe Institute of Technology.
RepoType: git
Repo: https://github.com/SecUSo/privacy-friendly-minesweeper.git
diff --git a/metadata/org.secuso.privacyfriendlypin.yml b/metadata/org.secuso.privacyfriendlypin.yml
index ea03f47384..b31334cc5e 100644
--- a/metadata/org.secuso.privacyfriendlypin.yml
+++ b/metadata/org.secuso.privacyfriendlypin.yml
@@ -12,11 +12,11 @@ Changelog: https://github.com/SecUSo/privacy-friendly-pin-mnemonic/blob/HEAD/CHA
AutoName: PIN Mnemonic
Description: |-
- Provides strategies to memorize a 4-digit PIN. Therefore it determines whether
- the PIN forms a T9-word, underlies a mathematical rule or forms a date or year.
+ Provides strategies to memorize a 4-digit PIN. Therefore it determines whether
+ the PIN forms a T9-word, underlies a mathematical rule or forms a date or year.
- It is part of the Privacy Friendly Apps developed by the SECUSO research group
- of the Technische Universtität Darmstadt in Germany.
+ It is part of the Privacy Friendly Apps developed by the SECUSO research group
+ of the Technische Universtität Darmstadt in Germany.
RepoType: git
Repo: https://github.com/SecUSo/privacy-friendly-pin-mnemonic
diff --git a/metadata/org.secuso.privacyfriendlyrecknoningskills.yml b/metadata/org.secuso.privacyfriendlyrecknoningskills.yml
index 9944969874..a54159744c 100644
--- a/metadata/org.secuso.privacyfriendlyrecknoningskills.yml
+++ b/metadata/org.secuso.privacyfriendlyrecknoningskills.yml
@@ -12,21 +12,21 @@ Changelog: https://github.com/SecUSo/privacy-friendly-reckoning-skills/blob/HEAD
AutoName: Reckoning Skills
Description: |-
- Privacy Friendly Reckoning Skills helps you improving your mental calculation
- skills in the four basic calculating operations. For each game, the player can
- choose between the four basic arithmetic operations and four difficulties
- (exercises up to 10, 100, 1000 and 10000).
+ Privacy Friendly Reckoning Skills helps you improving your mental calculation
+ skills in the four basic calculating operations. For each game, the player can
+ choose between the four basic arithmetic operations and four difficulties
+ (exercises up to 10, 100, 1000 and 10000).
- After finishing an exercise round the player receives a score which depends on
- the number of exercises answered correctly and the time it took to answer all
- ten exercises.
+ After finishing an exercise round the player receives a score which depends on
+ the number of exercises answered correctly and the time it took to answer all
+ ten exercises.
- After every game there is an overview which shows whether the exercises were
- solved correctly. It is also possible to choose "Direct Feedback" in the
- settings. If direct feedback is chosen, the player will receive feedback whether
- the exercise was solved correctly after each single exercise. This App requires
- minimal permissions and is part of the Privacy Friendly Apps group developed by
- the research group SECUSO at Technische Universität Darmstadt.
+ After every game there is an overview which shows whether the exercises were
+ solved correctly. It is also possible to choose "Direct Feedback" in the
+ settings. If direct feedback is chosen, the player will receive feedback whether
+ the exercise was solved correctly after each single exercise. This App requires
+ minimal permissions and is part of the Privacy Friendly Apps group developed by
+ the research group SECUSO at Technische Universität Darmstadt.
RepoType: git
Repo: https://github.com/SecUSo/privacy-friendly-reckoning-skills.git
diff --git a/metadata/org.secuso.privacyfriendlyruler.yml b/metadata/org.secuso.privacyfriendlyruler.yml
index 05e36aff15..a78cfdf18e 100644
--- a/metadata/org.secuso.privacyfriendlyruler.yml
+++ b/metadata/org.secuso.privacyfriendlyruler.yml
@@ -11,14 +11,14 @@ Changelog: https://github.com/SecUSo/privacy-friendly-ruler/blob/HEAD/CHANGELOG.
AutoName: Ruler
Description: |-
- Privacy Friendly Ruler turns the device screen into a ruler for quick
- measurements on the go. It can display rulers with either inch or centimeters as
- metric. Furthermore, it can display a protractor.
+ Privacy Friendly Ruler turns the device screen into a ruler for quick
+ measurements on the go. It can display rulers with either inch or centimeters as
+ metric. Furthermore, it can display a protractor.
- This app is optimized regarding the user's privacy. It doesn't use any tracking
- mechanisms, neither it displays any advertisement. It belongs to the Privacy
- Friendly Apps group developed by the SECUSO research group
- at Technische Universität Darmstadt, Germany.
+ This app is optimized regarding the user's privacy. It doesn't use any tracking
+ mechanisms, neither it displays any advertisement. It belongs to the Privacy
+ Friendly Apps group developed by the SECUSO research group
+ at Technische Universität Darmstadt, Germany.
RepoType: git
Repo: https://github.com/SecUSo/privacy-friendly-ruler
diff --git a/metadata/org.secuso.privacyfriendlysketching.yml b/metadata/org.secuso.privacyfriendlysketching.yml
index a4905ad35b..3f13f885cf 100644
--- a/metadata/org.secuso.privacyfriendlysketching.yml
+++ b/metadata/org.secuso.privacyfriendlysketching.yml
@@ -7,30 +7,30 @@ AuthorWebSite: https://secuso.aifb.kit.edu/english/
WebSite: https://www.secuso.org/pfa
SourceCode: https://github.com/SecUSo/privacy-friendly-sketching
IssueTracker: https://github.com/SecUSo/privacy-friendly-sketching/issues
-Changelog: https://github.com/SecUSo/privacy-friendly-sketching/blob/master/CHANGELOG.md
+Changelog: https://github.com/SecUSo/privacy-friendly-sketching/blob/HEAD/CHANGELOG.md
AutoName: Sketches
Description: |
- Privacy Friendly Sketching lets you create and save simple sketches in a
- quick manner without having to endure ads or requiring additional permissions.
+ Privacy Friendly Sketching lets you create and save simple sketches in a
+ quick manner without having to endure ads or requiring additional permissions.
- Select a background color or a background image and start drawing! This app
- allows you to draw simple sketches in a matter of seconds to share with your
- friends. A key feature of Privacy Friendly Sketching is ensuring the users
- privacy at all costs. This means that every sketch is saved encrypted and that
- there are no permissions being required in order to use this app.
- There is only one optional permission that this app needs if you want to access
- the import/export functionality of this app, with which you can import an image
- from the device storage or export a sketch into the device storage.
+ Select a background color or a background image and start drawing! This app
+ allows you to draw simple sketches in a matter of seconds to share with your
+ friends. A key feature of Privacy Friendly Sketching is ensuring the users
+ privacy at all costs. This means that every sketch is saved encrypted and that
+ there are no permissions being required in order to use this app.
+ There is only one optional permission that this app needs if you want to access
+ the import/export functionality of this app, with which you can import an image
+ from the device storage or export a sketch into the device storage.
- Functionalities:
- * Edit a sketch with various different colors, thickness and transparency
- * Undo/redo the last action
- * Zoom and Scrolling
- * Select a background image or a background color for your sketch
- * Export sketches as a PNG into the device storage
- * Share sketches with your friends
- * Gallery overview that shows all encrypted sketches
+ Functionalities:
+ * Edit a sketch with various different colors, thickness and transparency
+ * Undo/redo the last action
+ * Zoom and Scrolling
+ * Select a background image or a background color for your sketch
+ * Export sketches as a PNG into the device storage
+ * Share sketches with your friends
+ * Gallery overview that shows all encrypted sketches
RepoType: git
Repo: https://github.com/SecUSo/privacy-friendly-sketching.git
diff --git a/metadata/org.secuso.privacyfriendlysolitaire.yml b/metadata/org.secuso.privacyfriendlysolitaire.yml
index 01041b3343..a9d84b9046 100644
--- a/metadata/org.secuso.privacyfriendlysolitaire.yml
+++ b/metadata/org.secuso.privacyfriendlysolitaire.yml
@@ -11,22 +11,22 @@ Changelog: https://github.com/SecUSo/privacy-friendly-solitaire/blob/HEAD/CHANGE
AutoName: Solitaire
Description: |
- Privacy Friendly Solitiare is a Klondike Solitaire Game. Its goal is to move all cards to the foundations.
- A detailed description of the rules can be found in the app's help site.
+ Privacy Friendly Solitiare is a Klondike Solitaire Game. Its goal is to move all cards to the foundations.
+ A detailed description of the rules can be found in the app's help site.
- The app provides different difficulty levels that draw either one or three cards from the deck. Additionally
- there are the following versions of counting points:
+ The app provides different difficulty levels that draw either one or three cards from the deck. Additionally
+ there are the following versions of counting points:
- * None: No points are counted.
- * Standard: The Player starts with zero points, moves give different points.
- * Vegas: The Player starts at -52 points and tries to get more than zero points, while the deck can only be passed through one time.
+ * None: No points are counted.
+ * Standard: The Player starts with zero points, moves give different points.
+ * Vegas: The Player starts at -52 points and tries to get more than zero points, while the deck can only be passed through one time.
- The Player can generate an automatic move by clicking the Hint-Button or automatically move all possible cards
- to the foundation by shaking the device (if it is activated in the Settings). Addtionally he can undo and redo
- moves. Optionally he is shown the time of play. When the game is almost won (meaning that there are no more
- cards turned face-down), it will finish automatically.
- The app belongs to the Privacy Friendly Apps group developed by the research group SECUSO at the Karlsruhe
- Institute of Technology.
+ The Player can generate an automatic move by clicking the Hint-Button or automatically move all possible cards
+ to the foundation by shaking the device (if it is activated in the Settings). Addtionally he can undo and redo
+ moves. Optionally he is shown the time of play. When the game is almost won (meaning that there are no more
+ cards turned face-down), it will finish automatically.
+ The app belongs to the Privacy Friendly Apps group developed by the research group SECUSO at the Karlsruhe
+ Institute of Technology.
RepoType: git
Repo: https://github.com/SecUSo/privacy-friendly-solitaire.git
diff --git a/metadata/org.secuso.privacyfriendlytapemeasure.yml b/metadata/org.secuso.privacyfriendlytapemeasure.yml
index 36183618d4..412aa692fd 100644
--- a/metadata/org.secuso.privacyfriendlytapemeasure.yml
+++ b/metadata/org.secuso.privacyfriendlytapemeasure.yml
@@ -10,19 +10,19 @@ IssueTracker: https://github.com/SecUSo/privacy-friendly-tape-measure/issues
AutoName: Tape Measure
Description: |-
- Privacy Friendly Tape Measure can measure the size of objects in pictures based
- on objects of known sizes (e.g. coins) in the same picture. Just find a coin or
- other reference object of a known size, put it next to the item you want
- measured and take a picture. Make sure all objects are in the same level and the
- picture is taken perpendicularly to it. Now you can mark the reference object in
- the picture and measure any length or area you want!
+ Privacy Friendly Tape Measure can measure the size of objects in pictures based
+ on objects of known sizes (e.g. coins) in the same picture. Just find a coin or
+ other reference object of a known size, put it next to the item you want
+ measured and take a picture. Make sure all objects are in the same level and the
+ picture is taken perpendicularly to it. Now you can mark the reference object in
+ the picture and measure any length or area you want!
- Privacy Friendly Tape Measure belongs to the Privacy Friendly Apps group
- developed by the research group SECUSO at Technische Universität Darmstadt.
+ Privacy Friendly Tape Measure belongs to the Privacy Friendly Apps group
+ developed by the research group SECUSO at Technische Universität Darmstadt.
- Privacy Friendly Tape Measure can also display rulers or a protractor on the
- screen. Use this to quickly measure small objects or to cut a pizza in six equal
- slices.
+ Privacy Friendly Tape Measure can also display rulers or a protractor on the
+ screen. Use this to quickly measure small objects or to cut a pizza in six equal
+ slices.
RepoType: git
Repo: https://github.com/SecUSo/privacy-friendly-tape-measure.git
diff --git a/metadata/org.secuso.privacyfriendlywifimanager.yml b/metadata/org.secuso.privacyfriendlywifimanager.yml
index 6fe1bf299e..79542f20ca 100644
--- a/metadata/org.secuso.privacyfriendlywifimanager.yml
+++ b/metadata/org.secuso.privacyfriendlywifimanager.yml
@@ -13,26 +13,26 @@ Changelog: https://github.com/SecUSo/privacy-friendly-wifi-manager/blob/HEAD/CHA
AutoName: WiFi Manager
Description: |-
- Privacy Friendly WiFi Manager helps you automatically turning on/off your
- Wi-Fi while you are not near a known WiFi network. The app keeps track of
- the cell tower ids in your area while you are connected to a WiFi network.
- By keeping this information, the app tries to learn where your WiFi is
- located without using GPS.
+ Privacy Friendly WiFi Manager helps you automatically turning on/off your
+ Wi-Fi while you are not near a known WiFi network. The app keeps track of
+ the cell tower ids in your area while you are connected to a WiFi network.
+ By keeping this information, the app tries to learn where your WiFi is
+ located without using GPS.
- By switching off the device's WiFi when it is not required, so-called
- tracking via WiFi is avoided. Privacy Friendly WiFi Manager also saves
- battery life by automatically disabling your device's WiFi in case it is
- not near an already known WiFi network.
+ By switching off the device's WiFi when it is not required, so-called
+ tracking via WiFi is avoided. Privacy Friendly WiFi Manager also saves
+ battery life by automatically disabling your device's WiFi in case it is
+ not near an already known WiFi network.
- The app preserves your privacy by tracking least necessary data. All data
- is kept on your phone. No data is sent to anybody. We also try to use the
- least permissions possible. Privacy Friendly WiFi Manager requires access
- the the device's coarse location to retrieve the cell tower information. It
- furthermore requires access to the WiFi state and the permission to change
- the WiFi state.
+ The app preserves your privacy by tracking least necessary data. All data
+ is kept on your phone. No data is sent to anybody. We also try to use the
+ least permissions possible. Privacy Friendly WiFi Manager requires access
+ the the device's coarse location to retrieve the cell tower information. It
+ furthermore requires access to the WiFi state and the permission to change
+ the WiFi state.
- The app belongs to the Privacy Friendly Apps group developed by the
- research group SECUSO at Karlsruhe Institute of Technology.
+ The app belongs to the Privacy Friendly Apps group developed by the
+ research group SECUSO at Karlsruhe Institute of Technology.
RepoType: git
Repo: https://github.com/SecUSo/privacy-friendly-wifi-manager.git
diff --git a/metadata/org.secuso.privacyfriendlyyahtzeedicer.yml b/metadata/org.secuso.privacyfriendlyyahtzeedicer.yml
index c61ec10417..ea901b7f73 100644
--- a/metadata/org.secuso.privacyfriendlyyahtzeedicer.yml
+++ b/metadata/org.secuso.privacyfriendlyyahtzeedicer.yml
@@ -11,16 +11,16 @@ Changelog: https://github.com/SecUSo/privacy-friendly-dice-game/blob/HEAD/CHANGE
AutoName: Dice Game
Description: |-
- Privacy Friendly Dice Game is a very simple application to play a dice game with
- five dice. Particular dice can be saved for the next round by pressing them. A
- round counter helps to keep track over the round. The final result is displayed
- after round three. Users can define rules for collecting points like collecting
- pairs, three of kind, four of a kind, five of a kind, full house and others.
+ Privacy Friendly Dice Game is a very simple application to play a dice game with
+ five dice. Particular dice can be saved for the next round by pressing them. A
+ round counter helps to keep track over the round. The final result is displayed
+ after round three. Users can define rules for collecting points like collecting
+ pairs, three of kind, four of a kind, five of a kind, full house and others.
- The app belongs to the group of Privacy Friendly Apps developed at the
- SECUSO research group of Technische Universitaet
- Darmstadt. It does not require any permission and relinquishes advertisement and
- tracking mechanisms.
+ The app belongs to the group of Privacy Friendly Apps developed at the
+ SECUSO research group of Technische Universitaet
+ Darmstadt. It does not require any permission and relinquishes advertisement and
+ tracking mechanisms.
RepoType: git
Repo: https://github.com/SecUSo/privacy-friendly-dice-game
diff --git a/metadata/org.segin.ttleditor.yml b/metadata/org.segin.ttleditor.yml
index 3cfd282227..ba8480259e 100644
--- a/metadata/org.segin.ttleditor.yml
+++ b/metadata/org.segin.ttleditor.yml
@@ -9,8 +9,8 @@ IssueTracker: https://github.com/segin/TTLEditor/issues
AutoName: TTL Editor
Description: |-
- Simple graphical frontend for iptables to change the TTL (time-to-live) of
- packets sent over a given network interface.
+ Simple graphical frontend for iptables to change the TTL (time-to-live) of
+ packets sent over a given network interface.
RequiresRoot: true
diff --git a/metadata/org.sensors2.osc.yml b/metadata/org.sensors2.osc.yml
index b875c73e6a..fb372b8883 100644
--- a/metadata/org.sensors2.osc.yml
+++ b/metadata/org.sensors2.osc.yml
@@ -10,10 +10,10 @@ Changelog: https://github.com/SensorApps/Sensors2OSC/blob/HEAD/Changelog.md
AutoName: Sensors2OSC
Description: |-
- Read sensor data from your phone and send them to a receiver via Open Sound
- Control (OSC).
+ Read sensor data from your phone and send them to a receiver via Open Sound
+ Control (OSC).
- Typical use case is controlling a music application from your phone or tablet.
+ Typical use case is controlling a music application from your phone or tablet.
RepoType: git
Repo: https://github.com/SensorApps/Sensors2OSC
diff --git a/metadata/org.sensors2.pd.yml b/metadata/org.sensors2.pd.yml
index d483c96a32..b2d1e166d6 100644
--- a/metadata/org.sensors2.pd.yml
+++ b/metadata/org.sensors2.pd.yml
@@ -9,8 +9,8 @@ IssueTracker: https://github.com/SensorApps/Sensors2Pd/issues
AutoName: Sensors2Pd
Description: |-
- Using sensor data in Puredata patches. Sensors are available as receivers in the
- patch.
+ Using sensor data in Puredata patches. Sensors are available as receivers in the
+ patch.
RepoType: git
Repo: https://github.com/SensorApps/Sensors2Pd
diff --git a/metadata/org.servDroid.web.yml b/metadata/org.servDroid.web.yml
index 67969eec09..fcb1f172eb 100644
--- a/metadata/org.servDroid.web.yml
+++ b/metadata/org.servDroid.web.yml
@@ -7,13 +7,13 @@ IssueTracker: https://github.com/joanpuigsanz/servdroid/issues
AutoName: ServDroid
Description: |-
- Auto start options
+ Auto start options
- * Can run under port 1024 (iptables and super user rights are required). Check the wiki for more information
- * Only serves HTML pages (Servlets implementations will be considered for in future versions).
- * Log of all requests are saved in the Android database. This information can be dumped to a text file.
- * ServDroid can be configured to vibrate when a request is received.
- * The 404 error page can be personalised.
+ * Can run under port 1024 (iptables and super user rights are required). Check the wiki for more information
+ * Only serves HTML pages (Servlets implementations will be considered for in future versions).
+ * Log of all requests are saved in the Android database. This information can be dumped to a text file.
+ * ServDroid can be configured to vibrate when a request is received.
+ * The 404 error page can be personalised.
RepoType: git
Repo: https://github.com/joanpuigsanz/servdroid.git
diff --git a/metadata/org.servalproject.yml b/metadata/org.servalproject.yml
index 0a83a50d3e..d5b2f34c22 100644
--- a/metadata/org.servalproject.yml
+++ b/metadata/org.servalproject.yml
@@ -9,29 +9,29 @@ Changelog: https://github.com/servalproject/batphone/blob/development/CURRENT-RE
Name: Serval Mesh
Description: |-
- The Serval Project is seeking funds to develop a mesh extender which aims to
- work around the limitations caused by the lack of AdHoc mode in Android. Visit
- the campaign website to the cause.
+ The Serval Project is seeking funds to develop a mesh extender which aims to
+ work around the limitations caused by the lack of AdHoc mode in Android. Visit
+ the campaign website to the cause.
- N.B The app no longer asks for root by default although you can still try
- it in adhoc mode. Prebuilts are no longer in the source code.
+ N.B The app no longer asks for root by default although you can still try
+ it in adhoc mode. Prebuilts are no longer in the source code.
- This is experimental software: it may not work as advertised. It may lose
- or alter messages and files that it carries; it may consume a lot of space,
- speed and battery, and it may crash unexpectedly.
+ This is experimental software: it may not work as advertised. It may lose
+ or alter messages and files that it carries; it may consume a lot of space,
+ speed and battery, and it may crash unexpectedly.
- Mobile communications are useful, but depend on infrastructure that can be
- damaged, overwhelmed, or even absent. This app assumes zero infrastructure. The
- phones talk to each other using WiFi; relaying calls and messages and figuring
- out how to resolve numbers. In other words, it lets your phone communicate with
- other Android phones running Serval Mesh within WiFi range.
+ Mobile communications are useful, but depend on infrastructure that can be
+ damaged, overwhelmed, or even absent. This app assumes zero infrastructure. The
+ phones talk to each other using WiFi; relaying calls and messages and figuring
+ out how to resolve numbers. In other words, it lets your phone communicate with
+ other Android phones running Serval Mesh within WiFi range.
- Requires root: No. Basic Android still doesn't allow WiFi in AdHoc mode, so the
- app will ask for root if you try to enable adhoc mode.
+ Requires root: No. Basic Android still doesn't allow WiFi in AdHoc mode, so the
+ app will ask for root if you try to enable adhoc mode.
- The Java/XML part is distributable under the GNU GPLv3 while the serval-dna
- (distributed number architecture) project is GPLv2.
+ The Java/XML part is distributable under the GNU GPLv3 while the serval-dna
+ (distributed number architecture) project is GPLv2.
RepoType: git
Repo: https://github.com/servalproject/batphone.git
diff --git a/metadata/org.shadowice.flocke.andotp.yml b/metadata/org.shadowice.flocke.andotp.yml
index 25d04b5db0..7af0a49338 100644
--- a/metadata/org.shadowice.flocke.andotp.yml
+++ b/metadata/org.shadowice.flocke.andotp.yml
@@ -11,31 +11,31 @@ Donate: https://paypal.me/flocke000
AutoName: andOTP
Description: |-
- NOTE: App repo is archived by dev. No longer maintained
+ NOTE: App repo is archived by dev. No longer maintained
- andOTP is a two-factor authentication App for Android 4.4+.
+ andOTP is a two-factor authentication App for Android 4.4+.
- It implements Time-based One-time Passwords (TOTP) like specified in RFC 6238.
- Simply scan the QR code and login with the generated 6-digit code.
+ It implements Time-based One-time Passwords (TOTP) like specified in RFC 6238.
+ Simply scan the QR code and login with the generated 6-digit code.
- This is a fork of the great https://f-droid.org/packages/net.bierbaumer.otp_authenticator app written by
- Bruno Bierbaumer, which has sadly been inactive since 2015. All credit for the
- original version goes to Bruno.
+ This is a fork of the great https://f-droid.org/packages/net.bierbaumer.otp_authenticator app written by
+ Bruno Bierbaumer, which has sadly been inactive since 2015. All credit for the
+ original version goes to Bruno.
- Features:
+ Features:
- * Free and Open-Source
- * Encrypted storage
- * Plain-text backups
- * Encrypted backups using OpenPGP
- * Sleek minimalistic Material Design
- * Great Usability
- * Compatible with Google Authenticator
+ * Free and Open-Source
+ * Encrypted storage
+ * Plain-text backups
+ * Encrypted backups using OpenPGP
+ * Sleek minimalistic Material Design
+ * Great Usability
+ * Compatible with Google Authenticator
- Requires minimal permissions:
+ Requires minimal permissions:
- * Camera access for QR code scanning
- * Storage access for import and export of the database
+ * Camera access for QR code scanning
+ * Storage access for import and export of the database
RepoType: git
Repo: https://github.com/andOTP/andOTP
diff --git a/metadata/org.shirakumo.ocelot.yml b/metadata/org.shirakumo.ocelot.yml
index e54c0149f8..e3a6a4e50f 100644
--- a/metadata/org.shirakumo.ocelot.yml
+++ b/metadata/org.shirakumo.ocelot.yml
@@ -9,10 +9,10 @@ IssueTracker: https://github.com/Shirakumo/ocelot/issues
AutoName: Ocelot
Description: |-
- A chat client for the Lichat protocol.
+ A chat client for the Lichat protocol.
- This supports the full Lichat 1.3 protocol, including the extensions for data,
- emotes, and backfill.
+ This supports the full Lichat 1.3 protocol, including the extensions for data,
+ emotes, and backfill.
RepoType: git
Repo: https://github.com/Shirakumo/ocelot
diff --git a/metadata/org.shortcuts.yml b/metadata/org.shortcuts.yml
index 0cb166e9bb..7fe07195dc 100644
--- a/metadata/org.shortcuts.yml
+++ b/metadata/org.shortcuts.yml
@@ -11,8 +11,8 @@ Bitcoin: 12Y6zbBYoRxf8kBrjau3WedjtzvcACvPMk
AutoName: Shortcuts for Calendar/Contacts
Description: |-
- Lets you create shortcuts on your home screen, which directly open the dialog
- for a new calendar event or a new contact.
+ Lets you create shortcuts on your home screen, which directly open the dialog
+ for a new calendar event or a new contact.
RepoType: git
Repo: https://github.com/PrivacyApps/calendar-contacts-shortcuts
diff --git a/metadata/org.sickstache.yml b/metadata/org.sickstache.yml
index 96d95bd07c..24eb713f42 100644
--- a/metadata/org.sickstache.yml
+++ b/metadata/org.sickstache.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/Buttink/sick-stache/issues
AutoName: SickStache
Description: |-
- Sickbeard is a PVR application for newsgroups that searches for and manages your
- TV shows. This app connects to the Sickbeard server to manage the downloads etc.
+ Sickbeard is a PVR application for newsgroups that searches for and manages your
+ TV shows. This app connects to the Sickbeard server to manage the downloads etc.
RepoType: git
Repo: https://github.com/Buttink/sick-stache.git
diff --git a/metadata/org.simlar.yml b/metadata/org.simlar.yml
index 1aa655a861..592dd805fe 100644
--- a/metadata/org.simlar.yml
+++ b/metadata/org.simlar.yml
@@ -1,9 +1,9 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on simlar.org.
- Tracking:
- en-US: Server logs IP & phone numbers, the company that delivers the SMSes
- for account operations and maybe more.
+ NonFreeNet:
+ en-US: Depends on simlar.org.
+ Tracking:
+ en-US: Server logs IP & phone numbers, the company that delivers the SMSes for
+ account operations and maybe more.
Categories:
- Phone & SMS
License: GPL-2.0-or-later
@@ -171,7 +171,7 @@ Builds:
srclibs:
- linphone-sdk@5.2.37
prebuild: sed -i -e '/repositories/,+5d' -e 's/versionCode .*/versionCode $$VERCODE$$/'
- build.gradle
+ build.gradle
build:
- export LINPHONE_SDK_VERSION=$(sed -n "s/^[[:space:]]*liblinphoneVersion[[:space:]]*=[[:space:]]*\"\([1-9\.]*\)\"/\1/p"
build.gradle)
@@ -211,7 +211,7 @@ Builds:
srclibs:
- linphone-sdk@5.2.37
prebuild: sed -i -e '/repositories/,+5d' -e 's/versionCode .*/versionCode $$VERCODE$$/'
- build.gradle
+ build.gradle
build:
- export LINPHONE_SDK_VERSION=$(sed -n "s/^[[:space:]]*liblinphoneVersion[[:space:]]*=[[:space:]]*\"\([1-9\.]*\)\"/\1/p"
build.gradle)
@@ -251,7 +251,7 @@ Builds:
srclibs:
- linphone-sdk@5.2.37
prebuild: sed -i -e '/repositories/,+5d' -e 's/versionCode .*/versionCode $$VERCODE$$/'
- build.gradle
+ build.gradle
build:
- export LINPHONE_SDK_VERSION=$(sed -n "s/^[[:space:]]*liblinphoneVersion[[:space:]]*=[[:space:]]*\"\([1-9\.]*\)\"/\1/p"
build.gradle)
@@ -291,7 +291,7 @@ Builds:
srclibs:
- linphone-sdk@5.2.37
prebuild: sed -i -e '/repositories/,+5d' -e 's/versionCode .*/versionCode $$VERCODE$$/'
- build.gradle
+ build.gradle
build:
- export LINPHONE_SDK_VERSION=$(sed -n "s/^[[:space:]]*liblinphoneVersion[[:space:]]*=[[:space:]]*\"\([1-9\.]*\)\"/\1/p"
build.gradle)
@@ -331,7 +331,7 @@ Builds:
srclibs:
- linphone-sdk@5.2.37
prebuild: sed -i -e '/repositories/,+5d' -e 's/versionCode .*/versionCode $$VERCODE$$/'
- build.gradle
+ build.gradle
build:
- export LINPHONE_SDK_VERSION=$(sed -n "s/^[[:space:]]*liblinphoneVersion[[:space:]]*=[[:space:]]*\"\([1-9\.]*\)\"/\1/p"
build.gradle)
@@ -371,7 +371,7 @@ Builds:
srclibs:
- linphone-sdk@5.2.37
prebuild: sed -i -e '/repositories/,+5d' -e 's/versionCode .*/versionCode $$VERCODE$$/'
- build.gradle
+ build.gradle
build:
- export LINPHONE_SDK_VERSION=$(sed -n "s/^[[:space:]]*liblinphoneVersion[[:space:]]*=[[:space:]]*\"\([1-9\.]*\)\"/\1/p"
build.gradle)
@@ -411,7 +411,7 @@ Builds:
srclibs:
- linphone-sdk@5.2.37
prebuild: sed -i -e '/repositories/,+5d' -e 's/versionCode .*/versionCode $$VERCODE$$/'
- build.gradle
+ build.gradle
build:
- export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64/
- export LINPHONE_SDK_VERSION=$(sed -n "s/^[[:space:]]*liblinphoneVersion[[:space:]]*=[[:space:]]*\"\([1-9\.]*\)\"/\1/p"
@@ -452,7 +452,7 @@ Builds:
srclibs:
- linphone-sdk@5.2.37
prebuild: sed -i -e '/repositories/,+5d' -e 's/versionCode .*/versionCode $$VERCODE$$/'
- build.gradle
+ build.gradle
build:
- export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64/
- export LINPHONE_SDK_VERSION=$(sed -n "s/^[[:space:]]*liblinphoneVersion[[:space:]]*=[[:space:]]*\"\([1-9\.]*\)\"/\1/p"
@@ -493,7 +493,7 @@ Builds:
srclibs:
- linphone-sdk@5.2.37
prebuild: sed -i -e '/repositories/,+5d' -e 's/versionCode .*/versionCode $$VERCODE$$/'
- build.gradle
+ build.gradle
build:
- export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64/
- export LINPHONE_SDK_VERSION=$(sed -n "s/^[[:space:]]*liblinphoneVersion[[:space:]]*=[[:space:]]*\"\([1-9\.]*\)\"/\1/p"
@@ -521,8 +521,8 @@ Builds:
- ignore-git-dirty-version
MaintainerNotes: |-
- We pull linphone-sdk at the tag defined in app/build.gradle.
- We patch linphone-sdk to remove GMS and Firebase, thus UpstreamNonFree.
+ We pull linphone-sdk at the tag defined in app/build.gradle.
+ We patch linphone-sdk to remove GMS and Firebase, thus UpstreamNonFree.
ArchivePolicy: 9
AutoUpdateMode: None
diff --git a/metadata/org.sipdroid.sipua.yml b/metadata/org.sipdroid.sipua.yml
index 406bfcf218..42a48a2c67 100644
--- a/metadata/org.sipdroid.sipua.yml
+++ b/metadata/org.sipdroid.sipua.yml
@@ -8,9 +8,9 @@ Changelog: http://sipdroid.org/
AutoName: Sipdroid
Description: |-
- A SIP (VOIP) client with video calling capabilities. Visit the website for more
- info. For optimal battery usage reserve a free VoIP PBX on pbxes.org, and manage
- your SIP trunks using a web browser.
+ A SIP (VOIP) client with video calling capabilities. Visit the website for more
+ info. For optimal battery usage reserve a free VoIP PBX on pbxes.org, and manage
+ your SIP trunks using a web browser.
RepoType: git
Repo: https://github.com/i-p-tel/sipdroid
diff --git a/metadata/org.sirekanyan.knigopis.yml b/metadata/org.sirekanyan.knigopis.yml
index 26e4213a4d..3949cde83e 100644
--- a/metadata/org.sirekanyan.knigopis.yml
+++ b/metadata/org.sirekanyan.knigopis.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on knigopis.com
+ NonFreeNet:
+ en-US: Depends on knigopis.com
Categories:
- Reading
License: MIT
diff --git a/metadata/org.sixgun.ponyexpress.yml b/metadata/org.sixgun.ponyexpress.yml
index 3339567251..4055fba826 100644
--- a/metadata/org.sixgun.ponyexpress.yml
+++ b/metadata/org.sixgun.ponyexpress.yml
@@ -4,8 +4,8 @@ License: GPL-3.0-only
AutoName: Pony Express
Description: |-
- Download and play podcasts from SixGun Productions — producers of the Linux
- Outlaws podcast.
+ Download and play podcasts from SixGun Productions — producers of the Linux
+ Outlaws podcast.
Builds:
- versionName: 0.4.1
diff --git a/metadata/org.smblott.intentradio.yml b/metadata/org.smblott.intentradio.yml
index 79bc10de48..30061457e0 100644
--- a/metadata/org.smblott.intentradio.yml
+++ b/metadata/org.smblott.intentradio.yml
@@ -9,20 +9,20 @@ IssueTracker: https://github.com/smblott-github/intent_radio/issues
AutoName: IntentRadio
Description: |-
- Intent Radio is an android internet radio app without a graphical user
- interface. It is controlled exclusively through the delivery of broadcast
- intents. If you do not know what a broadcast intent is, then this is probably
- not the app for you.
+ Intent Radio is an android internet radio app without a graphical user
+ interface. It is controlled exclusively through the delivery of broadcast
+ intents. If you do not know what a broadcast intent is, then this is probably
+ not the app for you.
- Intent Radio was written primarily to be driven by shortcuts, tasks and events
- triggered from other apps.
+ Intent Radio was written primarily to be driven by shortcuts, tasks and events
+ triggered from other apps.
- Despite its name, Intent Radio will happily play any audio media supported
- natively by Android, including local content.
+ Despite its name, Intent Radio will happily play any audio media supported
+ natively by Android, including local content.
- Important: You must run the app manually at least once before Android will
- deliver broadcast intents. This is an Android security feature. Thereafter, even
- after reboots, it should not be necessary to run the app at all.
+ Important: You must run the app manually at least once before Android will
+ deliver broadcast intents. This is an Android security feature. Thereafter, even
+ after reboots, it should not be necessary to run the app at all.
RepoType: git
Repo: https://github.com/smblott-github/intent_radio.git
diff --git a/metadata/org.smc.inputmethod.indic.yml b/metadata/org.smc.inputmethod.indic.yml
index d5d7df891e..7712e5cdf6 100644
--- a/metadata/org.smc.inputmethod.indic.yml
+++ b/metadata/org.smc.inputmethod.indic.yml
@@ -11,18 +11,18 @@ Changelog: https://indic.app/whats-new.html
AutoName: Indic Keyboard
Description: |-
- Indic Keyboard is a versatile keyboard for Android users who wish to use Indic
- and Indian languages to type messages, compose emails and generally prefer to
- use them in addition to English on their phone. You can use this application to
- type anywhere in your phone that you would normally type in English.
+ Indic Keyboard is a versatile keyboard for Android users who wish to use Indic
+ and Indian languages to type messages, compose emails and generally prefer to
+ use them in addition to English on their phone. You can use this application to
+ type anywhere in your phone that you would normally type in English.
- Languages Supported - Assamese (অসমীয়া), Arabic (العَرَبِيةُ), Bengali /
- Bangla (বাংলা), Burmese (ဗမာ) / Myanmar, English, Gujarati (ગુજરાતી), Hindi
- (हिन्दी), Kannada (ಕನ್ನಡ), Kashmiri (کأشُر), Malayalam (മലയാളം), Manipuri /
- Methei (মৈতৈলোন্), Maithili (मैथिली), Marathi (मराठी), Mon (ဘာသာ မန်;), Nepali
- (नेपाली), Oriya (ଓଡ଼ିଆ), Punjabi / Gurmukhi (ਪੰਜਾਬੀ), Sanskrit (संस्कृत).
- Santali (संताली). Sinhala / Sinhalese (සිංහල). Tamil (தமிழ்), Telugu (తెలుగు),
- Urdu (اردو)
+ Languages Supported - Assamese (অসমীয়া), Arabic (العَرَبِيةُ), Bengali /
+ Bangla (বাংলা), Burmese (ဗမာ) / Myanmar, English, Gujarati (ગુજરાતી), Hindi
+ (हिन्दी), Kannada (ಕನ್ನಡ), Kashmiri (کأشُر), Malayalam (മലയാളം), Manipuri /
+ Methei (মৈতৈলোন্), Maithili (मैथिली), Marathi (मराठी), Mon (ဘာသာ မန်;), Nepali
+ (नेपाली), Oriya (ଓଡ଼ିଆ), Punjabi / Gurmukhi (ਪੰਜਾਬੀ), Sanskrit (संस्कृत).
+ Santali (संताली). Sinhala / Sinhalese (සිංහල). Tamil (தமிழ்), Telugu (తెలుగు),
+ Urdu (اردو)
RepoType: git
Repo: https://gitlab.com/indicproject/indic-keyboard.git
diff --git a/metadata/org.smerty.zooborns.yml b/metadata/org.smerty.zooborns.yml
index 64bf873276..0ef0ede431 100644
--- a/metadata/org.smerty.zooborns.yml
+++ b/metadata/org.smerty.zooborns.yml
@@ -5,10 +5,10 @@ SourceCode: https://github.com/Smerty/zooborns.android
AutoName: ZooBorns
Description: |-
- View the recent photos from zooborns.com, site dedicated
- to raising awareness of wildlife recreation efforts. Menu key in fullscreen for
- sharing / fullstory / wallpaper. Menu key on thumbnail list to enable / disable
- push notifications etc.
+ View the recent photos from zooborns.com, site dedicated
+ to raising awareness of wildlife recreation efforts. Menu key in fullscreen for
+ sharing / fullstory / wallpaper. Menu key on thumbnail list to enable / disable
+ push notifications etc.
RepoType: git
Repo: https://github.com/Smerty/zooborns.android.git
diff --git a/metadata/org.smssecure.smssecure.yml b/metadata/org.smssecure.smssecure.yml
index c9e931ad7f..fc2560fb97 100644
--- a/metadata/org.smssecure.smssecure.yml
+++ b/metadata/org.smssecure.smssecure.yml
@@ -880,11 +880,11 @@ Builds:
- rm -rf libs/gradle-witness/build
MaintainerNotes: |-
- Auto Update does not really work because the latest unstable build is newer than CV.
- So we need to always add new build manually.
+ Auto Update does not really work because the latest unstable build is newer than CV.
+ So we need to always add new build manually.
- Summary and Description have been moved to the new localizable text files:
- https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
+ Summary and Description have been moved to the new localizable text files:
+ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
ArchivePolicy: 5
AutoUpdateMode: Version
diff --git a/metadata/org.snikket.android.yml b/metadata/org.snikket.android.yml
index 2296dfe1ca..f851245cbe 100644
--- a/metadata/org.snikket.android.yml
+++ b/metadata/org.snikket.android.yml
@@ -20,7 +20,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e 's/targetSdkVersion 28/targetSdkVersion 25/' -e '/ExtraTranslation/a\
- \ \ \ \ \ \ \ abortOnError\ false' build.gradle
+ \ \ \ \ \ \ \ abortOnError\ false' build.gradle
- versionName: 2.8.3+fcr
versionCode: 383
@@ -28,8 +28,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21
- versionName: 2.9.0+fcr
@@ -38,8 +38,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.9.7+fcr
@@ -48,8 +48,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/ExtraTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e
- '/splits/,+5d' -e '/Variants.all/,+10d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.30039'" -e '/splits/,+5d'
+ -e '/Variants.all/,+10d' build.gradle
ndk: r21d
- versionName: 2.10.2+fcr
@@ -62,8 +62,8 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/libwebrtc/d'
- -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e
- '/splits/,+5d' -e '/Variants.all/,+8d' build.gradle
+ -e "/phonenumber/aimplementation 'org.webrtc:google-webrtc:1.0.32006'" -e '/splits/,+5d'
+ -e '/Variants.all/,+8d' build.gradle
ndk: r21e
antifeatures:
- KnownVuln
@@ -74,7 +74,7 @@ Builds:
gradle:
- conversationsFreeCompat
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e '/splits/,+5d'
- -e '/Variants.all/,+8d' build.gradle
+ -e '/Variants.all/,+8d' build.gradle
- versionName: 2.12.2+free
versionCode: 4205001
@@ -83,7 +83,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Snikket-*-conversations-free-armeabi-v7a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.2+free
versionCode: 4205002
@@ -92,7 +92,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Snikket-*-conversations-free-x86-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.2+free
versionCode: 4205003
@@ -101,7 +101,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Snikket-*-conversations-free-x86_64-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
- versionName: 2.12.2+free
versionCode: 4205004
@@ -110,7 +110,7 @@ Builds:
- conversationsFree
output: build/outputs/apk/conversationsFree/release/Snikket-*-conversations-free-arm64-v8a-release-unsigned.apk
prebuild: sed -i -e '/MissingTranslation/aabortOnError\ false' -e 's/Apk true/Apk
- false/' build.gradle
+ false/' build.gradle
AutoUpdateMode: Version ++free %v
UpdateCheckMode: Tags
diff --git a/metadata/org.softcatala.traductor.yml b/metadata/org.softcatala.traductor.yml
index 377f62daaf..5d32228aee 100644
--- a/metadata/org.softcatala.traductor.yml
+++ b/metadata/org.softcatala.traductor.yml
@@ -11,8 +11,8 @@ IssueTracker: https://github.com/Softcatala/TraductorSoftcatalaAndroid/issues
AutoName: Traductor Softcatalà
Description: |-
- Client for the Softcatalà Catalan on-line service.
+ Client for the Softcatalà Catalan on-line service.
RepoType: git
Repo: https://github.com/Softcatala/TraductorSoftcatalaAndroid.git
diff --git a/metadata/org.softeg.slartus.forpdaplus.yml b/metadata/org.softeg.slartus.forpdaplus.yml
index 348698dafe..19522d90b0 100644
--- a/metadata/org.softeg.slartus.forpdaplus.yml
+++ b/metadata/org.softeg.slartus.forpdaplus.yml
@@ -125,7 +125,7 @@ Builds:
gradle:
- rel
prebuild: sed -i -e '/applicationVariants.all/,+8d' -e '/signingConfigs {/,+11d'
- -e '/defaultSigningVariable/d' build.gradle
+ -e '/defaultSigningVariable/d' build.gradle
- versionName: 3.4.8.1
versionCode: 595
@@ -134,7 +134,7 @@ Builds:
gradle:
- rel
prebuild: sed -i -e '/applicationVariants.all/,+8d' -e '/signingConfigs {/,+11d'
- -e '/defaultSigningVariable/d' build.gradle
+ -e '/defaultSigningVariable/d' build.gradle
- versionName: 3.4.8.2
versionCode: 596
@@ -143,7 +143,7 @@ Builds:
gradle:
- rel
prebuild: sed -i -e '/applicationVariants.all/,+8d' -e '/signingConfigs {/,+11d'
- -e '/defaultSigningVariable/d' build.gradle
+ -e '/defaultSigningVariable/d' build.gradle
- versionName: 3.5.2.7
versionCode: 615
@@ -152,7 +152,7 @@ Builds:
gradle:
- rel
prebuild: sed -i -e '/applicationVariants.all/,+5d' -e '/signingConfigs {/,+11d'
- -e '/defaultSigningVariable/d' build.gradle
+ -e '/defaultSigningVariable/d' build.gradle
- versionName: 3.5.2.8
versionCode: 616
diff --git a/metadata/org.solovyev.android.calculator.yml b/metadata/org.solovyev.android.calculator.yml
index ce03e7975f..05528358ec 100644
--- a/metadata/org.solovyev.android.calculator.yml
+++ b/metadata/org.solovyev.android.calculator.yml
@@ -8,36 +8,36 @@ IssueTracker: https://github.com/serso/android-calculatorpp/issues
AutoName: Calculator++
Description: |-
- Are you looking for an efficient and easy-to-use calculator?
- Do you want to solve both simple and complex problems?
- Try Calculator++, a multipurpose calculator app with slick and intuitive user interface!
+ Are you looking for an efficient and easy-to-use calculator?
+ Do you want to solve both simple and complex problems?
+ Try Calculator++, a multipurpose calculator app with slick and intuitive user interface!
- ★ Save your time!
- * Access additional features from the main screen of the app using gestures. For example, to use «%» slide button «/» up
- * You don't need to press «=» anymore - result is calculated automatically
- * Copy/paste with a single button press
- * App supports both portrait and landscape screen orientations
+ ★ Save your time!
+ * Access additional features from the main screen of the app using gestures. For example, to use «%» slide button «/» up
+ * You don't need to press «=» anymore - result is calculated automatically
+ * Copy/paste with a single button press
+ * App supports both portrait and landscape screen orientations
- ★ Personalize!
- * C++ has two layouts: standard and engineer. Choose one which suits you best either from the initial wizard or from the application settings
- * Set theme you like
- * Add home screen widget
+ ★ Personalize!
+ * C++ has two layouts: standard and engineer. Choose one which suits you best either from the initial wizard or from the application settings
+ * Set theme you like
+ * Add home screen widget
- ★ Do calculations without switching between the apps!
- Calculator++ can work in a separate window floating over other applications on your phone
+ ★ Do calculations without switching between the apps!
+ Calculator++ can work in a separate window floating over other applications on your phone
- ★ Calculate percentages, square roots, powers, trigonometric functions!
- Calculator has a big variety of built-in functions and supports adding new user-defined functions
+ ★ Calculate percentages, square roots, powers, trigonometric functions!
+ Calculator has a big variety of built-in functions and supports adding new user-defined functions
- ★ Plot 2D and 3D graphs!
- Several functions can be plotted simultaneously
+ ★ Plot 2D and 3D graphs!
+ Several functions can be plotted simultaneously
- ★ Use powerful mathematical capabilities of the app:
- * Do calculations with variables and constants
- * Use built-in functions or add your own
- * Integrate and differentiate
- * Do calculations with fractions and simplify expressions
- * Do calculations with complex numbers
+ ★ Use powerful mathematical capabilities of the app:
+ * Do calculations with variables and constants
+ * Use built-in functions or add your own
+ * Integrate and differentiate
+ * Do calculations with fractions and simplify expressions
+ * Do calculations with complex numbers
RepoType: git
Repo: https://github.com/Bubu/android-calculatorpp
@@ -70,7 +70,7 @@ Builds:
- Tracking
MaintainerNotes: otto is installed to the local maven repo (~/.m2) and used during
- the build from there.
+ the build from there.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.sorz.lab.tinykeepass.yml b/metadata/org.sorz.lab.tinykeepass.yml
index 03e57b32d6..15539767fe 100644
--- a/metadata/org.sorz.lab.tinykeepass.yml
+++ b/metadata/org.sorz.lab.tinykeepass.yml
@@ -10,15 +10,15 @@ Changelog: https://github.com/sorz/TinyKeePass/releases
AutoName: TinyKeePass
Description: |-
- Lacks lots of common functions (e.g. edit, groups), and possibly buggy.
+ Lacks lots of common functions (e.g. edit, groups), and possibly buggy.
- Main Features
+ Main Features
- * Fetch/update database from HTTP(S)/WebDav server, support HTTP basic auth.
- * Keep master password in Android Keystore System.
- * Fingerprint or screen lock support.
- * Copy username and/or password to clipboard, with notification.
- * Autofill on Oreo or above.
+ * Fetch/update database from HTTP(S)/WebDav server, support HTTP basic auth.
+ * Keep master password in Android Keystore System.
+ * Fingerprint or screen lock support.
+ * Copy username and/or password to clipboard, with notification.
+ * Autofill on Oreo or above.
RepoType: git
Repo: https://github.com/sorz/TinyKeePass
diff --git a/metadata/org.sparkleshare.android.yml b/metadata/org.sparkleshare.android.yml
index 5cf4faf190..487be0b490 100644
--- a/metadata/org.sparkleshare.android.yml
+++ b/metadata/org.sparkleshare.android.yml
@@ -9,11 +9,11 @@ IssueTracker: https://github.com/NewProggie/SparkleShare-Android/issues
AutoName: SparkleShare
Description: |-
- SparkleShare is a collaboration and sharing tool that is designed to keep things
- simple and to stay out of your way.
+ SparkleShare is a collaboration and sharing tool that is designed to keep things
+ simple and to stay out of your way.
- Setup your own cloud with SparkleShare and browse
- your files right from your Android device.
+ Setup your own cloud with SparkleShare and browse
+ your files right from your Android device.
RepoType: git
Repo: https://github.com/NewProggie/SparkleShare-Android.git
diff --git a/metadata/org.spechide.btappnder.whatsapptransmitter.yml b/metadata/org.spechide.btappnder.whatsapptransmitter.yml
index 449cfa3852..711ecdb3d4 100644
--- a/metadata/org.spechide.btappnder.whatsapptransmitter.yml
+++ b/metadata/org.spechide.btappnder.whatsapptransmitter.yml
@@ -14,13 +14,13 @@ IssueTracker: https://github.com/SpEcHiDe/WhatsAppTransmitter/issues
AutoName: WhatsApp Transmitter
Summary: Share any file in WhatsApp
Description: |-
- The app has been superseded by https://f-droid.org/packages/me.shrimadhavuk.watransmitter.
+ The app has been superseded by https://f-droid.org/packages/me.shrimadhavuk.watransmitter.
- Send any type of file using the popular internet messaging service WhatsApp.
- This is achieved by uploading the file to a thirdparty server from where the
- user can download and get the file.
+ Send any type of file using the popular internet messaging service WhatsApp.
+ This is achieved by uploading the file to a thirdparty server from where the
+ user can download and get the file.
- WARNING: This app uploads shared files to a foreign server!
+ WARNING: This app uploads shared files to a foreign server!
RepoType: git
Repo: https://github.com/SpEcHiDe/WhatsAppTransmitter
diff --git a/metadata/org.strawberryforum.argentum.yml b/metadata/org.strawberryforum.argentum.yml
index b6d8bd0b04..3b6f034016 100644
--- a/metadata/org.strawberryforum.argentum.yml
+++ b/metadata/org.strawberryforum.argentum.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on the American Girl website, which is not libre.
+ NonFreeNet:
+ en-US: Depends on the American Girl website, which is not libre.
Categories:
- Internet
License: Unlicense
diff --git a/metadata/org.strawberryforum.pollywog.yml b/metadata/org.strawberryforum.pollywog.yml
index c5afb83295..b37260f042 100644
--- a/metadata/org.strawberryforum.pollywog.yml
+++ b/metadata/org.strawberryforum.pollywog.yml
@@ -8,11 +8,11 @@ IssueTracker: https://github.com/huckleberrypie/pollywog/issues
AutoName: Pollywog
Description: |-
- Just a minimal utilities menu for the LeapFrog Epic, the purpose being to unlock
- a number of hidden yet useful options that were present in vanilla AOSP but
- disabled in the Epic's firmware by LeapFrog for some reason. Think of it as like
- a watered down ROM Toolbox of sorts, but tailor-made for LeapFrog's Android
- tablet.
+ Just a minimal utilities menu for the LeapFrog Epic, the purpose being to unlock
+ a number of hidden yet useful options that were present in vanilla AOSP but
+ disabled in the Epic's firmware by LeapFrog for some reason. Think of it as like
+ a watered down ROM Toolbox of sorts, but tailor-made for LeapFrog's Android
+ tablet.
RepoType: git
Repo: https://github.com/huckleberrypie/pollywog
diff --git a/metadata/org.stypox.dicio.yml b/metadata/org.stypox.dicio.yml
index 4c0d8c6b03..7459c57dc5 100644
--- a/metadata/org.stypox.dicio.yml
+++ b/metadata/org.stypox.dicio.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Accesses APIs of Genius, OpenWeatherMap and DuckDuckGo
+ NonFreeNet:
+ en-US: Accesses APIs of Genius, OpenWeatherMap and DuckDuckGo
Categories:
- Internet
- System
diff --git a/metadata/org.subsurface.yml b/metadata/org.subsurface.yml
index b4e5ad1670..7414d5822f 100644
--- a/metadata/org.subsurface.yml
+++ b/metadata/org.subsurface.yml
@@ -11,13 +11,13 @@ IssueTracker: https://github.com/Subsurface-divelog/subsurface/issues
AutoName: Subsurface
Description: |-
- Companion app for the cross-platform Subsurface desktop app
+ Companion app for the cross-platform Subsurface desktop app
- * Capture dive positions
- * Search and modify old dives
- * Synchronise dives with a server for manipulation in desktop app
+ * Capture dive positions
+ * Search and modify old dives
+ * Synchronise dives with a server for manipulation in desktop app
- Recent versions require the non-free library Google Play Services library.
+ Recent versions require the non-free library Google Play Services library.
RepoType: git
Repo: https://github.com/Subsurface-divelog/subsurface.git
diff --git a/metadata/org.sudowars.yml b/metadata/org.sudowars.yml
index fc707d5ac0..55014632dd 100644
--- a/metadata/org.sudowars.yml
+++ b/metadata/org.sudowars.yml
@@ -10,11 +10,11 @@ Changelog: https://github.com/sudowars/sudowars#changelog
AutoName: Sudowars
Description: |-
- Sudowars is a Sudoku app which enables you to play Sudoku in multiplayer mode
- over Bluetooth against another person.
+ Sudowars is a Sudoku app which enables you to play Sudoku in multiplayer mode
+ over Bluetooth against another person.
- In addition to that there is also a trainings mode, where you can play alone. In
- the trainings mode you can ask for assistance through the game.
+ In addition to that there is also a trainings mode, where you can play alone. In
+ the trainings mode you can ask for assistance through the game.
RepoType: git
Repo: https://github.com/sudowars/sudowars.git
diff --git a/metadata/org.sufficientlysecure.ical.yml b/metadata/org.sufficientlysecure.ical.yml
index 1cbb5af869..cab6963fa9 100644
--- a/metadata/org.sufficientlysecure.ical.yml
+++ b/metadata/org.sufficientlysecure.ical.yml
@@ -13,14 +13,14 @@ Bitcoin: 12Y6zbBYoRxf8kBrjau3WedjtzvcACvPMk
AutoName: Calendar Import-Export
Description: |-
- This app allows you to import/export your calenders using ics files without
- using Google synchronization services.
+ This app allows you to import/export your calenders using ics files without
+ using Google synchronization services.
- Features:
+ Features:
- * Export/Backup to ics file
- * Import from SD card or server
- * Supports ics (iCal, iCalendar) files
+ * Export/Backup to ics file
+ * Import from SD card or server
+ * Supports ics (iCal, iCalendar) files
RepoType: git
Repo: https://github.com/SufficientlySecure/calendar-import-export.git
diff --git a/metadata/org.sufficientlysecure.keychain.yml b/metadata/org.sufficientlysecure.keychain.yml
index 411770c855..f90fa50e4b 100644
--- a/metadata/org.sufficientlysecure.keychain.yml
+++ b/metadata/org.sufficientlysecure.keychain.yml
@@ -846,9 +846,9 @@ Builds:
- OpenKeychain/src/test/resources/OpenPGP-Haskell/tests
MaintainerNotes: |-
- Summary and Description are maintained by upstream using fastlane in
- the source repo:
- https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
+ Summary and Description are maintained by upstream using fastlane in
+ the source repo:
+ https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[0-9.]+$
diff --git a/metadata/org.sufficientlysecure.localcalendar.yml b/metadata/org.sufficientlysecure.localcalendar.yml
index f993ce502b..313162487b 100644
--- a/metadata/org.sufficientlysecure.localcalendar.yml
+++ b/metadata/org.sufficientlysecure.localcalendar.yml
@@ -12,9 +12,9 @@ Bitcoin: 12Y6zbBYoRxf8kBrjau3WedjtzvcACvPMk
AutoName: Offline Calendar
Description: |-
- Lets you add offline calendars to the Calendar app, which are not synchronized
- and are accessible only on the device itself. Create the calendar in this app
- and it will then be available in the Calendar app.
+ Lets you add offline calendars to the Calendar app, which are not synchronized
+ and are accessible only on the device itself. Create the calendar in this app
+ and it will then be available in the Calendar app.
RepoType: git
Repo: https://github.com/PrivacyApps/offline-calendar.git
diff --git a/metadata/org.sufficientlysecure.standalonecalendar.yml b/metadata/org.sufficientlysecure.standalonecalendar.yml
index 266c5bdb9f..050fe6fafe 100644
--- a/metadata/org.sufficientlysecure.standalonecalendar.yml
+++ b/metadata/org.sufficientlysecure.standalonecalendar.yml
@@ -11,12 +11,12 @@ Bitcoin: 12Y6zbBYoRxf8kBrjau3WedjtzvcACvPMk
AutoName: Standalone Calendar
Description: |-
- Note: This project is no longer maintained. For a replacement consider
- https://f-droid.org/packages/ws.xsoh.etar or https://f-droid.org/packages/com.simplemobiletools.calendar.
+ Note: This project is no longer maintained. For a replacement consider
+ https://f-droid.org/packages/ws.xsoh.etar or https://f-droid.org/packages/com.simplemobiletools.calendar.
- Fork of the AOSP calendar, mainly for those who would like to have it installed
- but can't. It has a different package name to prevent conflicting with
- “com.android.calendar”.
+ Fork of the AOSP calendar, mainly for those who would like to have it installed
+ but can't. It has a different package name to prevent conflicting with
+ “com.android.calendar”.
RepoType: git
Repo: https://github.com/free-software-for-android/Standalone-Calendar.git
diff --git a/metadata/org.sufficientlysecure.termbot.yml b/metadata/org.sufficientlysecure.termbot.yml
index 6a2ece5b95..1e7398cc89 100644
--- a/metadata/org.sufficientlysecure.termbot.yml
+++ b/metadata/org.sufficientlysecure.termbot.yml
@@ -12,10 +12,10 @@ Bitcoin: 1LY6Hs6SurATjfxnihzLMDUMUuMxvQ4aEi
AutoName: TermBot
Description: |-
- Log into your servers with SSH and authenticate with your Security Keys and
- OpenPGP cards over NFC and USB.
+ Log into your servers with SSH and authenticate with your Security Keys and
+ OpenPGP cards over NFC and USB.
- TermBot is based on ConnectBot and uses the Cotech Hardware Security SDK.
+ TermBot is based on ConnectBot and uses the Cotech Hardware Security SDK.
RepoType: git
Repo: https://github.com/cotechde/termbot
diff --git a/metadata/org.sufficientlysecure.viewer.fontpack.yml b/metadata/org.sufficientlysecure.viewer.fontpack.yml
index a5daa19c4f..00db4e9db8 100644
--- a/metadata/org.sufficientlysecure.viewer.fontpack.yml
+++ b/metadata/org.sufficientlysecure.viewer.fontpack.yml
@@ -12,11 +12,11 @@ Bitcoin: 12Y6zbBYoRxf8kBrjau3WedjtzvcACvPMk
Name: Document Viewer Font Pack
AutoName: DV FontPack
Description: |-
- Note: Discontinued. This was a addon for Document Viewer which provided
- additional fonts. These MuPDF patches to support this no longer apply cleanly,
- so support for the font pack was dropped.
+ Note: Discontinued. This was a addon for Document Viewer which provided
+ additional fonts. These MuPDF patches to support this no longer apply cleanly,
+ so support for the font pack was dropped.
- Academy, Academy Old, FreeFonts, URW Symbol and Free Nimbus L.
+ Academy, Academy Old, FreeFonts, URW Symbol and Free Nimbus L.
RepoType: git
Repo: https://github.com/PrivacyApps/document-viewer-fontpack
diff --git a/metadata/org.sufficientlysecure.viewer.yml b/metadata/org.sufficientlysecure.viewer.yml
index f24da20bba..dd8ca602cd 100644
--- a/metadata/org.sufficientlysecure.viewer.yml
+++ b/metadata/org.sufficientlysecure.viewer.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- KnownVuln:
- en-US: uses insecure and outdated version 1.11 of the MuPDF library.
+ KnownVuln:
+ en-US: uses insecure and outdated version 1.11 of the MuPDF library.
Categories:
- Reading
License: GPL-3.0-only
@@ -15,21 +15,21 @@ Bitcoin: 12Y6zbBYoRxf8kBrjau3WedjtzvcACvPMk
AutoName: Document Viewer
Description: |-
- Document Viewer supports:
+ Document Viewer supports:
- * PDF
- * DjVu
- * EPUB
- * XPS (OpenXPS)
- * Comic Books (cbz) (NO support for cbr (rar compressed))
- * FictionBook (fb2)
+ * PDF
+ * DjVu
+ * EPUB
+ * XPS (OpenXPS)
+ * Comic Books (cbz) (NO support for cbr (rar compressed))
+ * FictionBook (fb2)
- IT DOES NOT SUPPORT DOC or DOCX files!
+ IT DOES NOT SUPPORT DOC or DOCX files!
- Collaboration with electronic publication sites and access to online ebook
- catalogs is allowed by the supported OPDS protocol.
+ Collaboration with electronic publication sites and access to online ebook
+ catalogs is allowed by the supported OPDS protocol.
- This apk supports all ABIs: ARM, x86 and MIPS.
+ This apk supports all ABIs: ARM, x86 and MIPS.
RepoType: git
Repo: https://github.com/PrivacyApps/document-viewer.git
@@ -1749,15 +1749,15 @@ Builds:
ndk: r16b
MaintainerNotes: |-
- * Check init.sh from time to time.
- * Archive policy last three upstream releases
- * Disable AUM since it does not support ABI splits
+ * Check init.sh from time to time.
+ * Archive policy last three upstream releases
+ * Disable AUM since it does not support ABI splits
- * KnownVuln: MuPDF 1.11 noted at below link
- * https://github.com/SufficientlySecure/document-viewer/commits/$TAG/document-viewer/jni/mupdf
- * https://github.com/SufficientlySecure/document-viewer/issues/277
- * https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
- * No longer maintained
+ * KnownVuln: MuPDF 1.11 noted at below link
+ * https://github.com/SufficientlySecure/document-viewer/commits/$TAG/document-viewer/jni/mupdf
+ * https://github.com/SufficientlySecure/document-viewer/issues/277
+ * https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
+ * No longer maintained
ArchivePolicy: 15
AutoUpdateMode: None
diff --git a/metadata/org.sugr.gearshift.yml b/metadata/org.sugr.gearshift.yml
index bc143db164..fa5dacf160 100644
--- a/metadata/org.sugr.gearshift.yml
+++ b/metadata/org.sugr.gearshift.yml
@@ -9,16 +9,16 @@ Changelog: https://github.com/urandom/gearshift/releases
AutoName: Gear Shift
Description: |-
- Remote control for the bittorent client Transmission. Features include:
+ Remote control for the bittorent client Transmission. Features include:
- * Multiple profiles (if you have more than one transmission daemon)
- * Torrent list (with an option to only update the active torrents)
- * Adding of torrents and magnet links. Clicking on a torrent file from the Downloads app or a file browser, or clicking on a magnet link from the browser will open the Add dialog.
- * Alternate speed - "turtle mode"
- * Torrent pause/resume/remove/move. Moving a torrent requires that you set up "Download Directories" in the Transmission profile.
- * Sorting, filtering, stats
- * Torrent details, with limit configurations per torrent, specific files for exclusion, tracker manipulation and per-file priority settings
- * Tablet interface (tested on the Nexus 7)
+ * Multiple profiles (if you have more than one transmission daemon)
+ * Torrent list (with an option to only update the active torrents)
+ * Adding of torrents and magnet links. Clicking on a torrent file from the Downloads app or a file browser, or clicking on a magnet link from the browser will open the Add dialog.
+ * Alternate speed - "turtle mode"
+ * Torrent pause/resume/remove/move. Moving a torrent requires that you set up "Download Directories" in the Transmission profile.
+ * Sorting, filtering, stats
+ * Torrent details, with limit configurations per torrent, specific files for exclusion, tracker manipulation and per-file priority settings
+ * Tablet interface (tested on the Nexus 7)
RepoType: git
Repo: https://github.com/urandom/gearshift
diff --git a/metadata/org.supertuxkart.stk.yml b/metadata/org.supertuxkart.stk.yml
index 6e9bca6c29..24d733f042 100644
--- a/metadata/org.supertuxkart.stk.yml
+++ b/metadata/org.supertuxkart.stk.yml
@@ -9,23 +9,23 @@ Changelog: https://github.com/supertuxkart/stk-code/blob/HEAD/CHANGELOG.md
Donate: https://supertuxkart.net/Donate
Description: |-
- Karts. Nitro. Action! SuperTuxKart is a 3D open-source arcade racer with a
- variety of characters, tracks, and modes to play. Our aim is to create a
- game that is more fun than realistic, and provide an enjoyable experience
- for all ages.
+ Karts. Nitro. Action! SuperTuxKart is a 3D open-source arcade racer with a
+ variety of characters, tracks, and modes to play. Our aim is to create a
+ game that is more fun than realistic, and provide an enjoyable experience
+ for all ages.
- Discover the mystery of an underwater world, or drive through the jungles
- of Val Verde and visit the famous Cocoa Temple. Race underground or in a
- spaceship, through a rural farmland or a strange alien planet.
- Or rest under the palm trees on the beach, watching the other karts
- overtake you. But don't eat the bananas! Watch for bowling balls,
- plungers, bubble gum, and cakes thrown by your opponents.
+ Discover the mystery of an underwater world, or drive through the jungles
+ of Val Verde and visit the famous Cocoa Temple. Race underground or in a
+ spaceship, through a rural farmland or a strange alien planet.
+ Or rest under the palm trees on the beach, watching the other karts
+ overtake you. But don't eat the bananas! Watch for bowling balls,
+ plungers, bubble gum, and cakes thrown by your opponents.
- You can do a single race against other karts, compete in one of several
- Grand Prix, try to beat the high score in time trials on your own, play
- battle mode against the computer or your friends, and more! For a greater
- challenge, race online against players from all over the world and prove
- your racing prowess!
+ You can do a single race against other karts, compete in one of several
+ Grand Prix, try to beat the high score in time trials on your own, play
+ battle mode against the computer or your friends, and more! For a greater
+ challenge, race online against players from all over the world and prove
+ your racing prowess!
RepoType: git
Repo: https://github.com/supertuxkart/stk-code
@@ -355,9 +355,9 @@ Builds:
ndk: r23b
MaintainerNotes: |-
- The resulting APK is ~118Mb per arch, but per arch lib is only 10-20Mb so either we have 4 APKs (one per arch) each 118Mb (3 versions means 12 APKs!) or one for all at ~145Mb.
+ The resulting APK is ~118Mb per arch, but per arch lib is only 10-20Mb so either we have 4 APKs (one per arch) each 118Mb (3 versions means 12 APKs!) or one for all at ~145Mb.
- Upstream sets the version manually during the build so we can't enable auto update.
+ Upstream sets the version manually during the build so we can't enable auto update.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.surrel.facebooknotifications.yml b/metadata/org.surrel.facebooknotifications.yml
index 6359c8ad32..4ebeb22f99 100644
--- a/metadata/org.surrel.facebooknotifications.yml
+++ b/metadata/org.surrel.facebooknotifications.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: You are required to log in to Facebook
+ NonFreeNet:
+ en-US: You are required to log in to Facebook
Categories:
- Internet
License: MIT
@@ -12,13 +12,13 @@ Changelog: https://github.com/gsurrel/FacebookNotifications#changelog
AutoName: Notifications for Facebook
Description: |-
- Small Android app for getting notified (friends, messages and notifications)
- while being privacy-friendly. It doesn't require the Facebook Platform to be
- turned on. It should be low on the battery usage.
+ Small Android app for getting notified (friends, messages and notifications)
+ while being privacy-friendly. It doesn't require the Facebook Platform to be
+ turned on. It should be low on the battery usage.
- AntiFeatures:
+ AntiFeatures:
- * NonFreeNet: You are required to log in to Facebook.
+ * NonFreeNet: You are required to log in to Facebook.
RepoType: git
Repo: https://github.com/gsurrel/FacebookNotifications.git
diff --git a/metadata/org.surrel.messengerbypasser.yml b/metadata/org.surrel.messengerbypasser.yml
index 91e9b14eab..1f7dde675a 100644
--- a/metadata/org.surrel.messengerbypasser.yml
+++ b/metadata/org.surrel.messengerbypasser.yml
@@ -9,13 +9,13 @@ Changelog: https://github.com/gsurrel/MessengerBypasser#changelog
AutoName: Messenger bypasser
Description: |-
- Note: This app is discontinued and has been replaced by
- https://f-droid.org/packages/it.rignanese.leo.slimfacebook.
+ Note: This app is discontinued and has been replaced by
+ https://f-droid.org/packages/it.rignanese.leo.slimfacebook.
- Bypasses the requirement for Messenger. In certain conditions, Facebook forces
- the start of Messenger, which crashes the browser (i.e. Tinfoil for Facebook).
- This app intercepts this start to prevent the crash and sends back the user to
- the webapp.
+ Bypasses the requirement for Messenger. In certain conditions, Facebook forces
+ the start of Messenger, which crashes the browser (i.e. Tinfoil for Facebook).
+ This app intercepts this start to prevent the crash and sends back the user to
+ the webapp.
RepoType: git
Repo: https://github.com/gsurrel/MessengerBypasser.git
diff --git a/metadata/org.synergy.yml b/metadata/org.synergy.yml
index 67a837db2b..19ca5c88d6 100644
--- a/metadata/org.synergy.yml
+++ b/metadata/org.synergy.yml
@@ -10,13 +10,13 @@ Changelog: https://github.com/symless/synergy-cyanogen/tree/HEAD/Releases
AutoName: Synergy
Description: |-
- SynergyAndroid is a port of the synergy client to the Android platform. See
- https://synergy-project.org for detail.
+ SynergyAndroid is a port of the synergy client to the Android platform. See
+ https://synergy-project.org for detail.
- Requires a modded Android with access to /dev/uinput (Like Cyanogen) You should
- make sure your app can read and write /dev/uinput (chmod 666)
+ Requires a modded Android with access to /dev/uinput (Like Cyanogen) You should
+ make sure your app can read and write /dev/uinput (chmod 666)
- Status: ALPHA
+ Status: ALPHA
RequiresRoot: true
@@ -32,12 +32,12 @@ Builds:
ndk: r12b
MaintainerNotes: |-
- One might need an older version of the server software to use this
- app. Test and update the description if needed.
+ One might need an older version of the server software to use this
+ app. Test and update the description if needed.
- Source repo no longer exists. Perhaps moved to synergy/synergy-cyanogenmod?
+ Source repo no longer exists. Perhaps moved to synergy/synergy-cyanogenmod?
- Old Repo:https://github.com/symless/synergy-cyanogen
+ Old Repo:https://github.com/symless/synergy-cyanogen
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/org.systemcall.scores.yml b/metadata/org.systemcall.scores.yml
index e5fd9845f2..1cc78e15b3 100644
--- a/metadata/org.systemcall.scores.yml
+++ b/metadata/org.systemcall.scores.yml
@@ -4,24 +4,24 @@ License: GPL-3.0-or-later
AutoName: Card Game Scores
Description: |-
- The purpose is to keep scores for games where each turn could give you any
- (random) score, and not a fixed block; for that type of game, use
- https://f-droid.org/packages/com.nolanlawson.keepscore.
+ The purpose is to keep scores for games where each turn could give you any
+ (random) score, and not a fixed block; for that type of game, use
+ https://f-droid.org/packages/com.nolanlawson.keepscore.
- You have two options: "New Game" or "Last Game". On either of them, you can
- add/delete people, change the maximum score and choose between win or lose at
- that score.
+ You have two options: "New Game" or "Last Game". On either of them, you can
+ add/delete people, change the maximum score and choose between win or lose at
+ that score.
- For example, on Uno, you can set the maximum score at 200 and set it to lose, so
- that when someone crosses the 200 barrier, the game ends and a "LOOSER" banner
- appear alongside the name who lost.
+ For example, on Uno, you can set the maximum score at 200 and set it to lose, so
+ that when someone crosses the 200 barrier, the game ends and a "LOOSER" banner
+ appear alongside the name who lost.
- During the game, a number box will be available for you to input the points
- accumulated, with ENTER changing down for the next, and an empty box being the
- same as zero points. After updating all scores, click on the update button.
+ During the game, a number box will be available for you to input the points
+ accumulated, with ENTER changing down for the next, and an empty box being the
+ same as zero points. After updating all scores, click on the update button.
- The app will save the data (names, score, win/lose) of your last game, so you
- can re-use it later via the "Last Game" button.
+ The app will save the data (names, score, win/lose) of your last game, so you
+ can re-use it later via the "Last Game" button.
Builds:
- versionName: '1.0'
diff --git a/metadata/org.t2.synconwifi.yml b/metadata/org.t2.synconwifi.yml
index 4f377ba225..2e122244ff 100644
--- a/metadata/org.t2.synconwifi.yml
+++ b/metadata/org.t2.synconwifi.yml
@@ -8,17 +8,17 @@ Changelog: https://github.com/Kadabash/SyncOnWifi/releases
AutoName: SyncOnWifi
Description: |-
- Ever had an account on your android device that you want to sync only when
- you're at home? Ever wished you could have your work email stop synchronising
- when you leave the office? SyncOnWifi handles this for you. It automatically
- switches synchronisation of your account on or off, depending on the WiFi
- network you are connected to.
+ Ever had an account on your android device that you want to sync only when
+ you're at home? Ever wished you could have your work email stop synchronising
+ when you leave the office? SyncOnWifi handles this for you. It automatically
+ switches synchronisation of your account on or off, depending on the WiFi
+ network you are connected to.
- The following permission are required:
+ The following permission are required:
- * WiFi / network status to react to WiFi network connecting / disconnecting.
- * Contacts / Accounts access to read which accounts there are on your device. NO contact data is accessed.
- * Read / Write synchronisation settings to allow automatic synchronisation switching.
+ * WiFi / network status to react to WiFi network connecting / disconnecting.
+ * Contacts / Accounts access to read which accounts there are on your device. NO contact data is accessed.
+ * Read / Write synchronisation settings to allow automatic synchronisation switching.
RepoType: git
Repo: https://github.com/Kadabash/SyncOnWifi
diff --git a/metadata/org.tamanegi.wallpaper.multipicture.dnt.yml b/metadata/org.tamanegi.wallpaper.multipicture.dnt.yml
index ec2c180f43..f956b7b7db 100644
--- a/metadata/org.tamanegi.wallpaper.multipicture.dnt.yml
+++ b/metadata/org.tamanegi.wallpaper.multipicture.dnt.yml
@@ -8,11 +8,11 @@ IssueTracker: https://github.com/lllllT/MultiPictureLiveWallpaper/issues
Name: Multipicture Wallpaper
AutoName: MultiPicture Live Wallpaper (donation)
Description: |-
- Display a slideshow as the wallpaper. Use images from a music album or a local
- directory such as the camera directory /sdcard/DCIM. Double tap to change
- picture and there are many options for cropping and colour depth etc.
+ Display a slideshow as the wallpaper. Use images from a music album or a local
+ directory such as the camera directory /sdcard/DCIM. Double tap to change
+ picture and there are many options for cropping and colour depth etc.
- Website is in Japanese.
+ Website is in Japanese.
RepoType: git
Repo: https://github.com/lllllT/MultiPictureLiveWallpaper.git
diff --git a/metadata/org.tasks.yml b/metadata/org.tasks.yml
index 7c4d2cf211..f8fb674d8d 100644
--- a/metadata/org.tasks.yml
+++ b/metadata/org.tasks.yml
@@ -46,7 +46,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc1/gradle:0.14.0/g'
- -e '/2.2.1/d' build.gradle
+ -e '/2.2.1/d' build.gradle
- versionName: 4.7.1
versionCode: 337
@@ -54,7 +54,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc1/gradle:0.14.0/g'
- -e '/2.2.1/d' build.gradle
+ -e '/2.2.1/d' build.gradle
- versionName: 4.7.2
versionCode: 338
@@ -62,7 +62,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc1/gradle:0.14.0/g'
- -e '/2.2.1/d' build.gradle
+ -e '/2.2.1/d' build.gradle
- versionName: 4.7.3
versionCode: 339
@@ -70,7 +70,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g'
- -e '/2.2.1/d' build.gradle
+ -e '/2.2.1/d' build.gradle
- versionName: 4.7.4
versionCode: 341
@@ -78,7 +78,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g'
- -e '/2.2.1/d' build.gradle
+ -e '/2.2.1/d' build.gradle
- versionName: 4.7.5
versionCode: 342
@@ -86,7 +86,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g'
- -e '/2.2.1/d' build.gradle
+ -e '/2.2.1/d' build.gradle
- versionName: 4.7.5
versionCode: 345
@@ -94,7 +94,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g'
- -e '/2.2.1/d' build.gradle
+ -e '/2.2.1/d' build.gradle
- versionName: 4.7.5
versionCode: 346
@@ -102,7 +102,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g'
- -e '/2.2.1/d' build.gradle
+ -e '/2.2.1/d' build.gradle
- versionName: 4.7.7
versionCode: 348
@@ -110,7 +110,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g'
- -e '/2.2.1/d' build.gradle
+ -e '/2.2.1/d' build.gradle
- versionName: 4.7.8
versionCode: 350
@@ -119,7 +119,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g'
- -e '/2.2.1/d' build.gradle
+ -e '/2.2.1/d' build.gradle
- versionName: 4.7.8
versionCode: 351
@@ -128,7 +128,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g'
- -e '/2.2.1/d' build.gradle
+ -e '/2.2.1/d' build.gradle
- versionName: 4.7.9
versionCode: 352
@@ -137,7 +137,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g'
- -e '/2.2.1/d' build.gradle
+ -e '/2.2.1/d' build.gradle
- versionName: 4.7.9
versionCode: 356
@@ -146,7 +146,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/21.0.2/21.0.+/g' -e 's/gradle:1.0.0-rc4/gradle:0.14.0/g'
- -e '/2.2.1/d' build.gradle
+ -e '/2.2.1/d' build.gradle
- versionName: 4.7.9
versionCode: 357
@@ -294,7 +294,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/wrapper/,+2d' -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -304,7 +304,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/wrapper/,+2d' -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -314,7 +314,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/wrapper/,+2d' -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -324,7 +324,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/wrapper/,+2d' -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -334,7 +334,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/wrapper/,+2d' -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -344,7 +344,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/wrapper/,+2d' -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -354,7 +354,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/wrapper/,+2d' -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -364,7 +364,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/wrapper/,+2d' -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -374,7 +374,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/wrapper/,+2d' -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -384,7 +384,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/wrapper/,+2d' -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -394,7 +394,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/wrapper/,+2d' -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -405,7 +405,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/wrapper/,+2d' -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -416,7 +416,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -427,7 +427,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -437,7 +437,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -447,7 +447,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -457,7 +457,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -467,7 +467,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -477,7 +477,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -487,7 +487,7 @@ Builds:
gradle:
- generic
prebuild: sed -i -e '/org.mockito:mockito-core/i*/' -e '/com.google.android.gms:play-services-location/i/*'
- build.gradle
+ build.gradle
scanignore:
- src/main/res/raw/gestures
@@ -2640,8 +2640,8 @@ Builds:
- tasks_mapbox_key="pk.eyJ1IjoiYmFrZXJiYSIsImEiOiJjanUxZG51dDUwMGttNDlvN3p3cHZzaXB3In0.1UWYV5dhTKiw_MkHNkA1jA"
MaintainerNotes: |-
- * Upstream releases multiple version with changed vercode. Looks like repushing tags.
- * 2021-03-11: disabled builds 531,632,633,645, see https://gitlab.com/fdroid/fdroiddata/-/issues/2294
+ * Upstream releases multiple version with changed vercode. Looks like repushing tags.
+ * 2021-03-11: disabled builds 531,632,633,645, see https://gitlab.com/fdroid/fdroiddata/-/issues/2294
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.tbrk.mnemododo.yml b/metadata/org.tbrk.mnemododo.yml
index 67ac860134..ef4bb63f88 100644
--- a/metadata/org.tbrk.mnemododo.yml
+++ b/metadata/org.tbrk.mnemododo.yml
@@ -10,16 +10,16 @@ IssueTracker: https://bugs.launchpad.net/mnemododo
AutoName: Mnemododo
Description: |-
- Mnemododo allows cards from Mnemosyne (a spaced-repetition flash-card program)
- to be reviewed.
+ Mnemododo allows cards from Mnemosyne (a spaced-repetition flash-card program)
+ to be reviewed.
- Mnemododo does not replace Mnemosyne: cards are still added, edited, and deleted
- using a desktop or laptop computer.
+ Mnemododo does not replace Mnemosyne: cards are still added, edited, and deleted
+ using a desktop or laptop computer.
- Rather, cards for several days are exported using the Mnemogogo plugin and then
- transferred to a mobile phone where they can be reviewed on the go. When those
- cards have been reviewed, they are imported back into Mnemosyne, and more cards
- may be exported.
+ Rather, cards for several days are exported using the Mnemogogo plugin and then
+ transferred to a mobile phone where they can be reviewed on the go. When those
+ cards have been reviewed, they are imported back into Mnemosyne, and more cards
+ may be exported.
RepoType: bzr
Repo: lp:mnemododo
diff --git a/metadata/org.telegram.messenger.yml b/metadata/org.telegram.messenger.yml
index a24f0f5f36..96f58f43f6 100644
--- a/metadata/org.telegram.messenger.yml
+++ b/metadata/org.telegram.messenger.yml
@@ -368,7 +368,7 @@ Builds:
gradle:
- fat
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
ndk: r14
- versionName: 3.18.0c
@@ -379,7 +379,7 @@ Builds:
gradle:
- fat
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
ndk: r14
- versionName: 4.1.1
@@ -412,7 +412,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
build:
- export NDK=$$NDK$$
- pushd jni
@@ -431,7 +431,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
build:
- export NDK=$$NDK$$
- pushd jni
@@ -450,7 +450,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
build:
- export NDK=$$NDK$$
- pushd jni
@@ -469,7 +469,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
build:
- export NDK=$$NDK$$
- pushd jni
@@ -488,7 +488,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
build:
- export NDK=$$NDK$$
- pushd jni
@@ -507,7 +507,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
build:
- export NDK=$$NDK$$
- pushd jni
@@ -529,7 +529,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -556,7 +556,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -584,7 +584,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -611,7 +611,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -638,7 +638,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -665,7 +665,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -692,7 +692,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -720,7 +720,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -748,7 +748,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -776,7 +776,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -804,7 +804,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -832,7 +832,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -860,7 +860,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -888,7 +888,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -916,7 +916,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -944,7 +944,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -972,7 +972,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -1000,7 +1000,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -1028,7 +1028,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -1056,7 +1056,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -1084,7 +1084,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -1112,7 +1112,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -1140,7 +1140,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -1168,7 +1168,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -1196,7 +1196,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -1224,7 +1224,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -1252,7 +1252,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -1280,7 +1280,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -1308,7 +1308,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -1336,7 +1336,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scanignore:
- TMessagesProj/src/main/java/org/telegram/messenger/voip/TgVoip.java
scandelete:
@@ -1366,7 +1366,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scanignore:
- TMessagesProj/src/main/java/org/telegram/messenger/voip/TgVoip.java
scandelete:
@@ -1396,7 +1396,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scanignore:
- TMessagesProj/src/main/java/org/telegram/messenger/voip/TgVoip.java
scandelete:
@@ -1426,7 +1426,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scanignore:
- TMessagesProj/src/main/java/org/telegram/messenger/voip/TgVoip.java
scandelete:
@@ -1487,7 +1487,7 @@ Builds:
- TMessagesProj/jni/libwebp/swig/libwebp.jar
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scanignore:
- TMessagesProj/src/main/java/org/telegram/messenger/voip/TgVoip.java
scandelete:
@@ -2028,7 +2028,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2055,7 +2055,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2083,7 +2083,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2111,7 +2111,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2139,7 +2139,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2167,7 +2167,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2195,7 +2195,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2223,7 +2223,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2251,7 +2251,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2280,7 +2280,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2309,7 +2309,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2338,7 +2338,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2367,7 +2367,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2396,7 +2396,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2425,7 +2425,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2454,7 +2454,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2483,7 +2483,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2512,7 +2512,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2541,7 +2541,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2570,7 +2570,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2599,7 +2599,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2628,7 +2628,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2657,7 +2657,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2686,7 +2686,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2715,7 +2715,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2744,7 +2744,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2773,7 +2773,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2802,7 +2802,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2831,7 +2831,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2862,7 +2862,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2893,7 +2893,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2921,7 +2921,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2949,7 +2949,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -2977,7 +2977,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 12834\nAPP_HASH = c84d9229db1d6be95c067b02b126352c'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -3005,7 +3005,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 105810\nAPP_HASH = 3e7a52498eec003c5896a330e5d29397'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -3033,7 +3033,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 105810\nAPP_HASH = 3e7a52498eec003c5896a330e5d29397'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -3061,7 +3061,7 @@ Builds:
rm:
- TMessagesProj/jni/ffmpeg/tests/ref/fate/sub-microdvd-remux
prebuild: echo -e 'APP_ID = 105810\nAPP_HASH = 3e7a52498eec003c5896a330e5d29397'
- > API_KEYS
+ > API_KEYS
scandelete:
- TMessagesProj/jni
build:
@@ -3077,7 +3077,7 @@ Builds:
ndk: r21e
MaintainerNotes: Update check mode not working because of version code calculations
- for different flavours.
+ for different flavours.
ArchivePolicy: 3
AutoUpdateMode: None
diff --git a/metadata/org.thecongers.mtpms.yml b/metadata/org.thecongers.mtpms.yml
index f6b39bf4ac..f4f024f892 100644
--- a/metadata/org.thecongers.mtpms.yml
+++ b/metadata/org.thecongers.mtpms.yml
@@ -10,26 +10,26 @@ Bitcoin: 1Pg54vVnaLxNsziA6cy9CTefoEG5iAm9Uh
AutoName: mTPMS
Description: |-
- Read tire pressure sensors of a motorcycle with an iTPMSystem.
+ Read tire pressure sensors of a motorcycle with an iTPMSystem.
- Features:
+ Features:
- * Displays tire pressure, temperature and voltage
- * User configurable units for pressure and temperature
- * User configurable notifications for low/high tire pressure (Sound, vibrate and LED)
- * Auto night mode (dark color scheme) using the light sensor
- * Sensor discovery
- * Screen rotation
- * Runs in the background
- * Optional data logging in csv format to /sdcard/mTPMS
- * English language
+ * Displays tire pressure, temperature and voltage
+ * User configurable units for pressure and temperature
+ * User configurable notifications for low/high tire pressure (Sound, vibrate and LED)
+ * Auto night mode (dark color scheme) using the light sensor
+ * Sensor discovery
+ * Screen rotation
+ * Runs in the background
+ * Optional data logging in csv format to /sdcard/mTPMS
+ * English language
- How to use:
+ How to use:
- * Power on the iTPMSystem
- * Pair your device to the iTPMSystem unit, test with the Vendor supplied app and close it. If it doesn't work then this app probably won't either.
- * Launch iTPMSystem, you should see message that you are connected. You now need to wait for the sensors to start sending data through the iTPMSystem.
- * Once discovered map them to their wheel locations in the preferences.
+ * Power on the iTPMSystem
+ * Pair your device to the iTPMSystem unit, test with the Vendor supplied app and close it. If it doesn't work then this app probably won't either.
+ * Launch iTPMSystem, you should see message that you are connected. You now need to wait for the sensors to start sending data through the iTPMSystem.
+ * Once discovered map them to their wheel locations in the preferences.
RepoType: git
Repo: https://github.com/kconger/org.thecongers.mtpms
diff --git a/metadata/org.thialfihar.android.apg.yml b/metadata/org.thialfihar.android.apg.yml
index 846e58fadd..1854ca2370 100644
--- a/metadata/org.thialfihar.android.apg.yml
+++ b/metadata/org.thialfihar.android.apg.yml
@@ -9,14 +9,14 @@ FlattrID: '164412'
AutoName: APG
Description: |-
- Note: The developer marked this project as "fallen asleep" on 2017-09-10,
- so you should rather use it's succesor https://f-droid.org/packages/org.sufficientlysecure.keychain. It
- has evolved very much, a much more active and well managed development
- community.
+ Note: The developer marked this project as "fallen asleep" on 2017-09-10,
+ so you should rather use it's succesor https://f-droid.org/packages/org.sufficientlysecure.keychain. It
+ has evolved very much, a much more active and well managed development
+ community.
- APG is a port of OpenPGP for Android. Use it to encrypt and decrypt files, and
- in conjunction with K-9 Mail, to seamlessly add support for encrypting and
- decrypting emails, as well as adding and verifying digital signatures.
+ APG is a port of OpenPGP for Android. Use it to encrypt and decrypt files, and
+ in conjunction with K-9 Mail, to seamlessly add support for encrypting and
+ decrypting emails, as well as adding and verifying digital signatures.
RepoType: git
Repo: https://github.com/thialfihar/apg.git
diff --git a/metadata/org.thiolliere.youtubestream.yml b/metadata/org.thiolliere.youtubestream.yml
index 0674228c9b..da4da0049a 100644
--- a/metadata/org.thiolliere.youtubestream.yml
+++ b/metadata/org.thiolliere.youtubestream.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Youtube website.
+ NonFreeNet:
+ en-US: Depends on Youtube website.
Categories:
- Multimedia
License: MIT
@@ -9,10 +9,10 @@ IssueTracker: https://github.com/thiolliere/YouTubeStream/issues
AutoName: YouTube Stream
Description: |
- Share a YouTube video with this application or use the clipboard,
- the application then get the stream and open it with local application,
- VLC is a compatible local application. The video is then handle by the
- local application which can allow to put in background (VLC does allow it).
+ Share a YouTube video with this application or use the clipboard,
+ the application then get the stream and open it with local application,
+ VLC is a compatible local application. The video is then handle by the
+ local application which can allow to put in background (VLC does allow it).
RepoType: git
Repo: https://github.com/thiolliere/YouTubeStream
diff --git a/metadata/org.thosp.yourlocalweather.yml b/metadata/org.thosp.yourlocalweather.yml
index cb4842279b..50c536b47c 100644
--- a/metadata/org.thosp.yourlocalweather.yml
+++ b/metadata/org.thosp.yourlocalweather.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on OpenWeatherMap, which is not libre.
+ NonFreeNet:
+ en-US: Depends on OpenWeatherMap, which is not libre.
Categories:
- Internet
License: GPL-3.0-or-later
@@ -924,7 +924,7 @@ Builds:
prebuild: sed -i -e '/android {/a lint {abortOnError false}' build.gradle
MaintainerNotes: NonFreeNet for OWM; also uses Mozilla location service (libre or
- not?)
+ not?)
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.tigase.messenger.phone.pro.yml b/metadata/org.tigase.messenger.phone.pro.yml
index 55662c28e3..226f086f47 100644
--- a/metadata/org.tigase.messenger.phone.pro.yml
+++ b/metadata/org.tigase.messenger.phone.pro.yml
@@ -10,26 +10,26 @@ IssueTracker: https://github.com/tigase/stork/issues
AutoName: Stork IM
Description: |-
- Tigase Messenger is a mobile chat client to use with Jabber.org, Google Talk,
- Live Journal Talk, Nimbuzz, Ovi, and thousands of other services run by
- companies, ISPs, and volunteers around the world (a small list is on the page:
- https://xmpp.net/).
+ Tigase Messenger is a mobile chat client to use with Jabber.org, Google Talk,
+ Live Journal Talk, Nimbuzz, Ovi, and thousands of other services run by
+ companies, ISPs, and volunteers around the world (a small list is on the page:
+ https://xmpp.net/).
- If you happen to have a few accounts on different servers, if you want to stay
- online when you are on the go, to be in contact with your friends and family all
- the time, if you love to share photos once you take them, then Tigase Messenger
- is for you.
+ If you happen to have a few accounts on different servers, if you want to stay
+ online when you are on the go, to be in contact with your friends and family all
+ the time, if you love to share photos once you take them, then Tigase Messenger
+ is for you.
- * Unlimited number of XMPP accounts
- * Address book integration
- * Photo sharing
- * Multi User Chat
- * Geolocation - share your location with friends
- * Save your battery
+ * Unlimited number of XMPP accounts
+ * Address book integration
+ * Photo sharing
+ * Multi User Chat
+ * Geolocation - share your location with friends
+ * Save your battery
- All functions are available when you connect Tigase Messenger to our server
- (sure.im, jabber.me, tigase.im), on other servers, some functions may be
- unavailable.
+ All functions are available when you connect Tigase Messenger to our server
+ (sure.im, jabber.me, tigase.im), on other servers, some functions may be
+ unavailable.
RepoType: git
Repo: https://github.com/tigase/stork
diff --git a/metadata/org.tint.adblock.yml b/metadata/org.tint.adblock.yml
index c3fa37fb03..d03624b548 100644
--- a/metadata/org.tint.adblock.yml
+++ b/metadata/org.tint.adblock.yml
@@ -6,11 +6,11 @@ IssueTracker: https://github.com/Anasthase/TintBrowserAdblockAddon/issues
AutoName: Tint Browser Adblock Addon
Description: |-
- This is an addon for https://f-droid.org/packages/org.tint. It does nothing on its own.
+ This is an addon for https://f-droid.org/packages/org.tint. It does nothing on its own.
- This is an addon based on the now defunct AdSweep script. It works by injecting
- a piece of Javascript after a page has finished loading. The Javascript then
- removes ads.
+ This is an addon based on the now defunct AdSweep script. It works by injecting
+ a piece of Javascript after a page has finished loading. The Javascript then
+ removes ads.
RepoType: git
Repo: https://github.com/Anasthase/TintBrowserAdblockAddon.git
diff --git a/metadata/org.tint.yml b/metadata/org.tint.yml
index af06fc1e61..eadd4640b8 100644
--- a/metadata/org.tint.yml
+++ b/metadata/org.tint.yml
@@ -6,14 +6,14 @@ IssueTracker: https://github.com/Anasthase/TintBrowser/issues
AutoName: Tint Browser
Description: |-
- Enhanced version of the stock browser, featuring:
+ Enhanced version of the stock browser, featuring:
- * All basic browser features
- * Auto-hiding controls
- * Import/export bookmarks from/to SD card
- * Disable search suggestions
- * Custom search engines
- * Addons e.g https://f-droid.org/packages/org.tint.adblock
+ * All basic browser features
+ * Auto-hiding controls
+ * Import/export bookmarks from/to SD card
+ * Disable search suggestions
+ * Custom search engines
+ * Addons e.g https://f-droid.org/packages/org.tint.adblock
RepoType: git
Repo: https://github.com/Anasthase/TintBrowser.git
diff --git a/metadata/org.tlhInganHol.android.klingonassistant.yml b/metadata/org.tlhInganHol.android.klingonassistant.yml
index 3c87133243..91230f380e 100644
--- a/metadata/org.tlhInganHol.android.klingonassistant.yml
+++ b/metadata/org.tlhInganHol.android.klingonassistant.yml
@@ -7,12 +7,12 @@ Changelog: https://github.com/De7vID/klingon-assistant-android/blob/HEAD/CHANGEL
AutoName: boQwI'
Description: "tlhIngan Hol boQwI' / Klingon Language Assistant is a lexicon dictionary,\
- \ canon search tool, and grammar analyser for the Klingon language ({tlhIngan\
- \ Hol}) devised by Marc Okrand for Star Trek's warrior race, and spoken by characters\
- \ on The Big Bang Theory and Star Trek: Discovery. It can parse Klingon grammar\
- \ and serve as an aid in Klingon-to-English translation. However, it is NOT a\
- \ general-purpose English-to-Klingon translator. You will need to know some Klingon\
- \ already to make use of it for that purpose."
+ \ canon search tool, and grammar analyser for the Klingon language ({tlhIngan Hol})\
+ \ devised by Marc Okrand for Star Trek's warrior race, and spoken by characters\
+ \ on The Big Bang Theory and Star Trek: Discovery. It can parse Klingon grammar\
+ \ and serve as an aid in Klingon-to-English translation. However, it is NOT a general-purpose\
+ \ English-to-Klingon translator. You will need to know some Klingon already to make\
+ \ use of it for that purpose."
RepoType: git
Repo: https://github.com/De7vID/klingon-assistant-android.git
diff --git a/metadata/org.tmurakam.presentationtimer.yml b/metadata/org.tmurakam.presentationtimer.yml
index d3276ee35b..89b5e02d76 100644
--- a/metadata/org.tmurakam.presentationtimer.yml
+++ b/metadata/org.tmurakam.presentationtimer.yml
@@ -8,9 +8,9 @@ Changelog: https://github.com/Plux7MMxGiLYmoJY/presentationtimer-android/blob/HE
AutoName: Presentation Timer
Description: |-
- Simple timer for presentations. It rings bell at specified time. You can specify
- up to three bell timing. You can ring bell manually, too. When bell rings, the
- timer text color will be changed.
+ Simple timer for presentations. It rings bell at specified time. You can specify
+ up to three bell timing. You can ring bell manually, too. When bell rings, the
+ timer text color will be changed.
RepoType: git
Repo: https://github.com/Plux7MMxGiLYmoJY/presentationtimer-android
diff --git a/metadata/org.tof.yml b/metadata/org.tof.yml
index 9abb316126..56f612f803 100644
--- a/metadata/org.tof.yml
+++ b/metadata/org.tof.yml
@@ -5,8 +5,8 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/http://tapsoffire
AutoName: Taps Of Fire (1.0.5 Droid)
Description: |-
- An implementation of Frets on Fire (Guitar Hero like game). It supports plain
- FOF songs (just put them in /sdcard/TapsOfFire/songs).
+ An implementation of Frets on Fire (Guitar Hero like game). It supports plain
+ FOF songs (just put them in /sdcard/TapsOfFire/songs).
Builds:
- versionName: 1.0.5 (Droid)
diff --git a/metadata/org.tomdroid.yml b/metadata/org.tomdroid.yml
index 79f5472d31..0c5d155d98 100644
--- a/metadata/org.tomdroid.yml
+++ b/metadata/org.tomdroid.yml
@@ -8,13 +8,13 @@ Changelog: http://bazaar.launchpad.net/~tomdroid-maintainers/tomdroid/main/view/
AutoName: Tomdroid
Description: |-
- A note taking application. A port of the popular desktop application Tomboy.
+ A note taking application. A port of the popular desktop application Tomboy.
- The new beta releases of 0.7.0+ have a lot of new features including editing
- support, but take care if you are syncing important notes by making local backup
- to the sdcard. See the website for a full list of the new features. The source
- code for these builds is in the trunk branch,
- while that for the stable versions is in the stable branch.
+ The new beta releases of 0.7.0+ have a lot of new features including editing
+ support, but take care if you are syncing important notes by making local backup
+ to the sdcard. See the website for a full list of the new features. The source
+ code for these builds is in the trunk branch,
+ while that for the stable versions is in the stable branch.
RepoType: bzr
Repo: lp:tomdroid/stable
@@ -38,10 +38,10 @@ Builds:
target: android-19
MaintainerNotes: |-
- 0.7.1 and 0.7.2 were previously built from a different branch (lp:tomdroid)
- which was then switched away from in favour of lp:tomdroid/stable, so although
- we have the binaries built, the build data (commented out) doesn't work for
- them.
+ 0.7.1 and 0.7.2 were previously built from a different branch (lp:tomdroid)
+ which was then switched away from in favour of lp:tomdroid/stable, so although
+ we have the binaries built, the build data (commented out) doesn't work for
+ them.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.torproject.android.yml b/metadata/org.torproject.android.yml
index 405cf7103d..b42070dc22 100644
--- a/metadata/org.torproject.android.yml
+++ b/metadata/org.torproject.android.yml
@@ -14,21 +14,21 @@ OpenCollective: GuardianProject
AutoName: Orbot
Description: |
- Tor is both software and an open network that helps you defend against network
- surveillance that threatens personal freedom and privacy, confidential business
- activities and relationships.
+ Tor is both software and an open network that helps you defend against network
+ surveillance that threatens personal freedom and privacy, confidential business
+ activities and relationships.
- Orbot allows access to Tor by accessing a local SOCKS or HTTP proxy.
- On a rooted device, the proxying can be completely transparent
- i.e. the app that accesses the network need not be aware of the
- proxy's existence; you can choose which apps go via the proxy in the
- settings.
+ Orbot allows access to Tor by accessing a local SOCKS or HTTP proxy.
+ On a rooted device, the proxying can be completely transparent
+ i.e. the app that accesses the network need not be aware of the
+ proxy's existence; you can choose which apps go via the proxy in the
+ settings.
- If you don't have root access, there are some apps that are designed to work
- closely with tor or allow proxied connections: https://f-droid.org/packages/acr.browser.lightning and
- https://f-droid.org/packages/org.mariotaku.twidere. There is also a proxy configurator addon for Firefox
- called ProxyMob (not yet
- available from the Mozilla addon site).
+ If you don't have root access, there are some apps that are designed to work
+ closely with tor or allow proxied connections: https://f-droid.org/packages/acr.browser.lightning and
+ https://f-droid.org/packages/org.mariotaku.twidere. There is also a proxy configurator addon for Firefox
+ called ProxyMob (not yet
+ available from the Mozilla addon site).
RepoType: git
Repo: https://git.torproject.org/orbot.git
@@ -462,7 +462,7 @@ Builds:
- echo 'target=android-17' >> external/superuser-commands/RootCommands-Library/project.properties
- sed -i -e '/APP_ABI/ s/:=.*/:= arm64-v8a/' jni/Application.mk
build: NDK_BASE=$$NDK$$ make -C external APP_ABI=arm64-v8a PIEFLAGS="-fPIE -pie"
- NDK_PLATFORM_LEVEL=21 NDK_TOOLCHAIN_VERSION=4.9
+ NDK_PLATFORM_LEVEL=21 NDK_TOOLCHAIN_VERSION=4.9
buildjni:
- yes
ndk: r12b
@@ -470,7 +470,7 @@ Builds:
- versionName: 15.0.1-RC-1-PIE
versionCode: 15012115
disable: "libcrypto.a(eng_rsax.o):eng_rsax.c:function e_rsax_bn_mod_exp: error:\
- \ undefined reference to 'mod_exp_512'"
+ \ undefined reference to 'mod_exp_512'"
commit: 15.0.1-RC-1
submodules: true
patch:
@@ -487,7 +487,7 @@ Builds:
- echo 'target=android-17' >> external/superuser-commands/RootCommands-Library/project.properties
- sed -i -e '/APP_ABI/ s/:=.*/:= x86_64/' jni/Application.mk
build: NDK_BASE=$$NDK$$ make -C external APP_ABI=x86_64 PIEFLAGS="-fPIE -pie"
- NDK_PLATFORM_LEVEL=21 NDK_TOOLCHAIN_VERSION=4.9
+ NDK_PLATFORM_LEVEL=21 NDK_TOOLCHAIN_VERSION=4.9
buildjni:
- yes
ndk: r12b
@@ -511,7 +511,7 @@ Builds:
- echo 'target=android-17' >> external/superuser-commands/RootCommands-Library/project.properties
- sed -i -e '/APP_ABI/ s/:=.*/:= mips64/' jni/Application.mk
build: NDK_BASE=$$NDK$$ make -C external APP_ABI=mips64 PIEFLAGS="-fPIE -pie"
- NDK_PLATFORM_LEVEL=21 NDK_TOOLCHAIN_VERSION=4.9
+ NDK_PLATFORM_LEVEL=21 NDK_TOOLCHAIN_VERSION=4.9
buildjni:
- yes
ndk: r12b
@@ -671,7 +671,7 @@ Builds:
- echo 'target=android-17' >> external/superuser-commands/RootCommands-Library/project.properties
- sed -i -e '/APP_ABI/ s/:=.*/:= arm64-v8a/' jni/Application.mk
build: NDK_BASE=$$NDK$$ make -C external APP_ABI=arm64-v8a PIEFLAGS="-fPIE -pie"
- NDK_PLATFORM_LEVEL=21 NDK_TOOLCHAIN_VERSION=4.9
+ NDK_PLATFORM_LEVEL=21 NDK_TOOLCHAIN_VERSION=4.9
buildjni:
- yes
ndk: r12b
@@ -679,7 +679,7 @@ Builds:
- versionName: 15.0.1-RC-2-PIE
versionCode: 15012215
disable: "libcrypto.a(eng_rsax.o):eng_rsax.c:function e_rsax_bn_mod_exp: error:\
- \ undefined reference to 'mod_exp_512'"
+ \ undefined reference to 'mod_exp_512'"
commit: 15.0.1-RC-2
submodules: true
patch:
@@ -696,7 +696,7 @@ Builds:
- echo 'target=android-17' >> external/superuser-commands/RootCommands-Library/project.properties
- sed -i -e '/APP_ABI/ s/:=.*/:= x86_64/' jni/Application.mk
build: NDK_BASE=$$NDK$$ make -C external APP_ABI=x86_64 PIEFLAGS="-fPIE -pie"
- NDK_PLATFORM_LEVEL=21 NDK_TOOLCHAIN_VERSION=4.9
+ NDK_PLATFORM_LEVEL=21 NDK_TOOLCHAIN_VERSION=4.9
buildjni:
- yes
ndk: r12b
@@ -719,7 +719,7 @@ Builds:
- echo 'target=android-17' >> external/superuser-commands/RootCommands-Library/project.properties
- sed -i -e '/APP_ABI/ s/:=.*/:= mips64/' jni/Application.mk
build: NDK_BASE=$$NDK$$ make -C external APP_ABI=mips64 PIEFLAGS="-fPIE -pie"
- NDK_PLATFORM_LEVEL=21 NDK_TOOLCHAIN_VERSION=4.9
+ NDK_PLATFORM_LEVEL=21 NDK_TOOLCHAIN_VERSION=4.9
buildjni:
- yes
ndk: r12b
@@ -883,7 +883,7 @@ Builds:
- echo 'target=android-17' >> external/superuser-commands/RootCommands-Library/project.properties
- sed -i -e '/APP_ABI/ s/:=.*/:= arm64-v8a/' jni/Application.mk
build: NDK_BASE=$$NDK$$ make -C external APP_ABI=arm64-v8a PIEFLAGS="-fPIE -pie"
- NDK_PLATFORM_LEVEL=21 NDK_TOOLCHAIN_VERSION=4.9
+ NDK_PLATFORM_LEVEL=21 NDK_TOOLCHAIN_VERSION=4.9
buildjni:
- yes
ndk: r12b
@@ -907,7 +907,7 @@ Builds:
- echo 'target=android-17' >> external/superuser-commands/RootCommands-Library/project.properties
- sed -i -e '/APP_ABI/ s/:=.*/:= x86_64/' jni/Application.mk
build: NDK_BASE=$$NDK$$ make -C external APP_ABI=x86_64 PIEFLAGS="-fPIE -pie"
- NDK_PLATFORM_LEVEL=21 NDK_TOOLCHAIN_VERSION=4.9
+ NDK_PLATFORM_LEVEL=21 NDK_TOOLCHAIN_VERSION=4.9
buildjni:
- yes
ndk: r12b
@@ -931,16 +931,16 @@ Builds:
- echo 'target=android-17' >> external/superuser-commands/RootCommands-Library/project.properties
- sed -i -e '/APP_ABI/ s/:=.*/:= mips64/' jni/Application.mk
build: NDK_BASE=$$NDK$$ make -C external APP_ABI=mips64 PIEFLAGS="-fPIE -pie"
- NDK_PLATFORM_LEVEL=21 NDK_TOOLCHAIN_VERSION=4.9
+ NDK_PLATFORM_LEVEL=21 NDK_TOOLCHAIN_VERSION=4.9
buildjni:
- yes
ndk: r12b
MaintainerNotes: |
- * meekclient & ofbs4proxy are prebuilt with PIE for arm archs only. Hence remove them for other archs & for non-PIE builds.
- * AUM will only build the default flavor.
- * Bump archive policy on each release to match all new builds + all build of the previous version (during RC builds, also add builds for last stable version)
- * Bump CV/CVC when all builds have finished and we have tested whats possible...
+ * meekclient & ofbs4proxy are prebuilt with PIE for arm archs only. Hence remove them for other archs & for non-PIE builds.
+ * AUM will only build the default flavor.
+ * Bump archive policy on each release to match all new builds + all build of the previous version (during RC builds, also add builds for last stable version)
+ * Bump CV/CVC when all builds have finished and we have tested whats possible...
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/org.torproject.torservices.yml b/metadata/org.torproject.torservices.yml
index 4a803678bc..e2372030bc 100644
--- a/metadata/org.torproject.torservices.yml
+++ b/metadata/org.torproject.torservices.yml
@@ -60,8 +60,8 @@ Builds:
ndk: r21e
MaintainerNotes: |
- Each release has 8 APKs because there are 4 ABIs and 2 signing keys
- (f-droid.org and upstream).
+ Each release has 8 APKs because there are 4 ABIs and 2 signing keys
+ (f-droid.org and upstream).
ArchivePolicy: 16
AutoUpdateMode: None
diff --git a/metadata/org.totschnig.myexpenses.yml b/metadata/org.totschnig.myexpenses.yml
index f143244396..db82705c12 100644
--- a/metadata/org.totschnig.myexpenses.yml
+++ b/metadata/org.totschnig.myexpenses.yml
@@ -674,7 +674,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.6.7.1
versionCode: 247
@@ -684,7 +684,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.6.8
versionCode: 251
@@ -694,7 +694,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.6.9
versionCode: 253
@@ -704,7 +704,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.7.0
versionCode: 255
@@ -714,7 +714,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.7.0
versionCode: 256
@@ -724,7 +724,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.7.1
versionCode: 257
@@ -734,7 +734,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.7.1.1
versionCode: 258
@@ -744,7 +744,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.7.5.1
versionCode: 262
@@ -754,7 +754,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.7.5.3
versionCode: 265
@@ -764,7 +764,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.7.6
versionCode: 268
@@ -774,7 +774,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.7.7
versionCode: 275
@@ -785,7 +785,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.7.7.1
versionCode: 276
@@ -795,7 +795,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.7.8.1
versionCode: 281
@@ -805,7 +805,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.7.8.3
versionCode: 283
@@ -815,7 +815,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.7.9
versionCode: 285
@@ -825,7 +825,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.8.0
versionCode: 291
@@ -835,7 +835,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.8.0.1
versionCode: 292
@@ -845,7 +845,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.8.1
versionCode: 294
@@ -855,7 +855,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.8.2
versionCode: 296
@@ -865,7 +865,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.8.2.1
versionCode: 297
@@ -875,7 +875,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's@repo.commonsware.com.s3.amazonaws.com@s3.amazonaws.com/repo.commonsware.com@g'
- ../build.gradle
+ ../build.gradle
- versionName: 2.8.3
versionCode: 300
diff --git a/metadata/org.totschnig.sendwithftp.yml b/metadata/org.totschnig.sendwithftp.yml
index 9e4190840d..339f8db517 100644
--- a/metadata/org.totschnig.sendwithftp.yml
+++ b/metadata/org.totschnig.sendwithftp.yml
@@ -14,8 +14,8 @@ Bitcoin: 1Dmj6keLGgNHBUD5unsbZz5vnk9wRinRAy
AutoName: Send With FTP
Description: |-
- Manage your FTP(S) URIs within the app and share files via the Android Share
- Menu.
+ Manage your FTP(S) URIs within the app and share files via the Android Share
+ Menu.
RepoType: git
Repo: https://github.com/mtotschnig/SendWithFtp.git
diff --git a/metadata/org.toulibre.capitoledulibre.yml b/metadata/org.toulibre.capitoledulibre.yml
index bf3cd731af..ab4c6e77e2 100644
--- a/metadata/org.toulibre.capitoledulibre.yml
+++ b/metadata/org.toulibre.capitoledulibre.yml
@@ -9,25 +9,25 @@ IssueTracker: https://github.com/capitoledulibre/cdl-companion-android/issues
AutoName: Capitole du Libre
Description: |-
- Schedule browser for the Capitole du Libre
- conference in Toulouse, France. Download the most recent schedule and browse it
- offline.
+ Schedule browser for the Capitole du Libre
+ conference in Toulouse, France. Download the most recent schedule and browse it
+ offline.
- Features:
+ Features:
- * Browse sessions by day and by track
- * Instant search
- * Track schedule view optimized for phones and tablets
- * Full sessions details with related links, speakers info and room maps
- * Add sessions directly to your calendar
- * Share sessions with a link to their page on the CDL website
- * Manage bookmarks and get notified when a bookmarked session is about to start
- * “Live” view: during CDL, watch the realtime updated list of currently running and upcoming sessions
- * Includes a simple map of the site.
+ * Browse sessions by day and by track
+ * Instant search
+ * Track schedule view optimized for phones and tablets
+ * Full sessions details with related links, speakers info and room maps
+ * Add sessions directly to your calendar
+ * Share sessions with a link to their page on the CDL website
+ * Manage bookmarks and get notified when a bookmarked session is about to start
+ * “Live” view: during CDL, watch the realtime updated list of currently running and upcoming sessions
+ * Includes a simple map of the site.
- Note: this app properly handles timezone changes and device reboots for
- notifications; you can download the schedule and add bookmarks on any timezone
- and you will get notified at the right time when the events start in France.
+ Note: this app properly handles timezone changes and device reboots for
+ notifications; you can download the schedule and add bookmarks on any timezone
+ and you will get notified at the right time when the events start in France.
RepoType: git
Repo: https://github.com/capitoledulibre/cdl-companion-android
diff --git a/metadata/org.toulibre.cdl.yml b/metadata/org.toulibre.cdl.yml
index 8cd5f89126..0d42030e7b 100644
--- a/metadata/org.toulibre.cdl.yml
+++ b/metadata/org.toulibre.cdl.yml
@@ -10,8 +10,8 @@ IssueTracker: https://github.com/capitoledulibre/cdl-companion-android/issues
Name: Capitole du Libre (old)
Summary: Schedule browser for the Capitole du Libre (old)
Description: |-
- This was the old version of the app. Please use
- https://f-droid.org/packages/org.toulibre.capitoledulibre.
+ This was the old version of the app. Please use
+ https://f-droid.org/packages/org.toulibre.capitoledulibre.
RepoType: git
Repo: https://github.com/toulibre/cdl-companion-android
diff --git a/metadata/org.traccar.client.yml b/metadata/org.traccar.client.yml
index c8e8e91568..11a73a864e 100644
--- a/metadata/org.traccar.client.yml
+++ b/metadata/org.traccar.client.yml
@@ -10,17 +10,17 @@ Donate: https://www.traccar.org/donate.jsp
AutoName: Traccar Client
Description: |-
- Client for Traccar server software. A demo server is setup in the app for trying
- it out and the results can be viewed in a browser.
+ Client for Traccar server software. A demo server is setup in the app for trying
+ it out and the results can be viewed in a browser.
- By default application is configured to use free Traccar service (address -
- demo.traccar.org, port - 5055). To see your device on map register on
- http://demo.traccar.org/ and add your device with identifier.
+ By default application is configured to use free Traccar service (address -
+ demo.traccar.org, port - 5055). To see your device on map register on
+ http://demo.traccar.org/ and add your device with identifier.
- Traccar (Server) is a free open source server that supports more than 100
- different protocols and GPS tracking devices. You can use this application with
- your own hosted instance of Traccar. For more information visit
- https://www.traccar.org/.
+ Traccar (Server) is a free open source server that supports more than 100
+ different protocols and GPS tracking devices. You can use this application with
+ your own hosted instance of Traccar. For more information visit
+ https://www.traccar.org/.
RepoType: git
Repo: https://github.com/traccar/traccar-client-android.git
@@ -203,7 +203,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' ../build.gradle
- build.gradle
+ build.gradle
- versionName: '5.10'
versionCode: 47
@@ -212,7 +212,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '5.11'
versionCode: 48
@@ -221,7 +221,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '5.12'
versionCode: 49
@@ -230,7 +230,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '5.13'
versionCode: 50
@@ -239,7 +239,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '5.14'
versionCode: 51
@@ -248,7 +248,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '5.15'
versionCode: 52
@@ -257,7 +257,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '5.16'
versionCode: 53
@@ -266,7 +266,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '5.17'
versionCode: 54
@@ -275,7 +275,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '5.18'
versionCode: 55
@@ -284,7 +284,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '5.19'
versionCode: 56
@@ -293,7 +293,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '5.20'
versionCode: 57
@@ -302,7 +302,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.1'
versionCode: 62
@@ -311,7 +311,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.2'
versionCode: 63
@@ -320,7 +320,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.3'
versionCode: 64
@@ -329,7 +329,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.4'
versionCode: 65
@@ -338,7 +338,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.5'
versionCode: 66
@@ -347,7 +347,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.6'
versionCode: 67
@@ -356,7 +356,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.7'
versionCode: 68
@@ -365,7 +365,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.9'
versionCode: 70
@@ -378,7 +378,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.10'
versionCode: 71
@@ -391,7 +391,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.11'
versionCode: 72
@@ -404,7 +404,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.12'
versionCode: 73
@@ -417,7 +417,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.13'
versionCode: 74
@@ -430,7 +430,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.14'
versionCode: 75
@@ -443,7 +443,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.15'
versionCode: 76
@@ -456,7 +456,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.16'
versionCode: 77
@@ -469,7 +469,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.17'
versionCode: 78
@@ -482,7 +482,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.18'
versionCode: 79
@@ -491,7 +491,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '6.19'
versionCode: 80
@@ -500,7 +500,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
- versionName: '7.0'
versionCode: 81
@@ -509,7 +509,7 @@ Builds:
gradle:
- regular
prebuild: sed -i -e '/com.google.gms/d' -e '/com.google.firebase/d' -e '/fabric/d'
- -e '/crashlytics/d' ../build.gradle build.gradle
+ -e '/crashlytics/d' ../build.gradle build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.transdroid.full.yml b/metadata/org.transdroid.full.yml
index 0140f1b670..ca6ff6443f 100644
--- a/metadata/org.transdroid.full.yml
+++ b/metadata/org.transdroid.full.yml
@@ -12,13 +12,13 @@ Donate: https://paypal.me/erickoknl
Name: Transdroid
AutoName: ColorPickerPreference
Description: |-
- Allows you to manage your torrents. All popular clients are supported: µTorrent,
- Transmission, rTorrent, Vuze, Deluge, BitTorrent 6, qBittorrent and many more.
- You can view and manage the running torrents and individual files. Adding is
- easy via the integrated search, RSS feeds or the barcode scanner. Monitor
- progress using the home screen widget or background alarm service.
+ Allows you to manage your torrents. All popular clients are supported: µTorrent,
+ Transmission, rTorrent, Vuze, Deluge, BitTorrent 6, qBittorrent and many more.
+ You can view and manage the running torrents and individual files. Adding is
+ easy via the integrated search, RSS feeds or the barcode scanner. Monitor
+ progress using the home screen widget or background alarm service.
- See also https://f-droid.org/packages/org.transdroid.search and https://f-droid.org/packages/org.transdroid.lite.
+ See also https://f-droid.org/packages/org.transdroid.search and https://f-droid.org/packages/org.transdroid.lite.
RepoType: git
Repo: https://github.com/erickok/transdroid.git
diff --git a/metadata/org.transdroid.lite.yml b/metadata/org.transdroid.lite.yml
index c87ded4520..0366917942 100644
--- a/metadata/org.transdroid.lite.yml
+++ b/metadata/org.transdroid.lite.yml
@@ -12,19 +12,19 @@ Donate: https://paypal.me/erickoknl
Name: Transdrone
AutoName: ColorPickerPreference
Description: |-
- Allows you to manage the torrents you run on your home server or seedbox. You
- can add torrents, start/stop them, assign labels, view trackers and individual
- files, set priorities and much more!
+ Allows you to manage the torrents you run on your home server or seedbox. You
+ can add torrents, start/stop them, assign labels, view trackers and individual
+ files, set priorities and much more!
- Most popular clients are supported, including uTorrent, Transmission, rTorrent,
- BitTorrent 6, Deluge, Vuze, Bitflu, BitComet, Qbittorrent, Ktorrent and
- Torrentflux-b4rt. Plus Synology, D-Link and Buffalo NAS clients.
+ Most popular clients are supported, including uTorrent, Transmission, rTorrent,
+ BitTorrent 6, Deluge, Vuze, Bitflu, BitComet, Qbittorrent, Ktorrent and
+ Torrentflux-b4rt. Plus Synology, D-Link and Buffalo NAS clients.
- Transdrone is the little brother to Transdroid. Looking for integrated torrent
- search or RSS feeds? Then you might check out the full https://f-droid.org/packages/org.transdroid.full
- version.
+ Transdrone is the little brother to Transdroid. Looking for integrated torrent
+ search or RSS feeds? Then you might check out the full https://f-droid.org/packages/org.transdroid.full
+ version.
- See also https://f-droid.org/packages/org.transdroid.search.
+ See also https://f-droid.org/packages/org.transdroid.search.
RepoType: git
Repo: https://github.com/erickok/transdroid.git
diff --git a/metadata/org.transdroid.search.yml b/metadata/org.transdroid.search.yml
index 828d0c11d9..d096d09e7a 100644
--- a/metadata/org.transdroid.search.yml
+++ b/metadata/org.transdroid.search.yml
@@ -11,12 +11,12 @@ Changelog: https://github.com/erickok/transdroid-search/releases
Name: Transdroid Torrent Search
AutoName: Torrent Search (by Transdroid)
Description: |-
- Transdroid Torrent Search is a reusable Android application that merely provides
- torrent search results (links to .torrent files) from various web sources. These
- results are exposed via a ContentProvider that multiple Android apps can use to
- search for torrents while maintaining control over the search interface.
+ Transdroid Torrent Search is a reusable Android application that merely provides
+ torrent search results (links to .torrent files) from various web sources. These
+ results are exposed via a ContentProvider that multiple Android apps can use to
+ search for torrents while maintaining control over the search interface.
- See also https://f-droid.org/packages/org.transdroid.full.
+ See also https://f-droid.org/packages/org.transdroid.full.
RepoType: git
Repo: https://github.com/erickok/transdroid-search.git
@@ -81,7 +81,7 @@ Builds:
gradle:
- yes
prebuild: sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck']
- = 'true'/" ../build.gradle
+ = 'true'/" ../build.gradle
- versionName: '3.6'
versionCode: 29
@@ -90,7 +90,7 @@ Builds:
gradle:
- yes
prebuild: sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck']
- = 'true'/" ../build.gradle
+ = 'true'/" ../build.gradle
- versionName: '3.7'
versionCode: 30
@@ -99,7 +99,7 @@ Builds:
gradle:
- yes
prebuild: sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck']
- = 'true'/" ../build.gradle
+ = 'true'/" ../build.gradle
- versionName: '3.9'
versionCode: 32
@@ -108,7 +108,7 @@ Builds:
gradle:
- yes
prebuild: sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck']
- = 'true'/" ../build.gradle
+ = 'true'/" ../build.gradle
- versionName: '3.10'
versionCode: 33
@@ -117,7 +117,7 @@ Builds:
gradle:
- yes
prebuild: sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck']
- = 'true'/" ../build.gradle
+ = 'true'/" ../build.gradle
- versionName: '3.11'
versionCode: 34
@@ -126,7 +126,7 @@ Builds:
gradle:
- yes
prebuild: sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck']
- = 'true'/" ../build.gradle
+ = 'true'/" ../build.gradle
- versionName: '3.12'
versionCode: 35
diff --git a/metadata/org.transdroid.yml b/metadata/org.transdroid.yml
index 101bf9ddd3..1c03557141 100644
--- a/metadata/org.transdroid.yml
+++ b/metadata/org.transdroid.yml
@@ -14,17 +14,17 @@ Donate: https://paypal.me/erickoknl
AutoName: Transdroid Torrent Manager
Summary: Manage BitTorrent clients
Description: |-
- Transdroid is an Android remote client for your torrent application running on a
- server or home computer. Currently Transmission, uTorrent, Bittorrent, Deluge,
- Vuze and rTorrent are supported. It can show the active torrents, pause, resume
- or remove them and new torrents can be added via URL, RSS feed or using the
- integrated search.
+ Transdroid is an Android remote client for your torrent application running on a
+ server or home computer. Currently Transmission, uTorrent, Bittorrent, Deluge,
+ Vuze and rTorrent are supported. It can show the active torrents, pause, resume
+ or remove them and new torrents can be added via URL, RSS feed or using the
+ integrated search.
- Anti-Feature: Tracking. It will connect to transdroid.org as soon as you run it,
- and periodically after that. Information exposed is probably limited to your IP
- address, OS version and Transdroid version.
+ Anti-Feature: Tracking. It will connect to transdroid.org as soon as you run it,
+ and periodically after that. Information exposed is probably limited to your IP
+ address, OS version and Transdroid version.
- For newer versions, see https://f-droid.org/packages/org.transdroid.full and https://f-droid.org/packages/org.transdroid.search.
+ For newer versions, see https://f-droid.org/packages/org.transdroid.full and https://f-droid.org/packages/org.transdroid.search.
RepoType: git
Repo: https://github.com/erickok/transdroid
diff --git a/metadata/org.tryton.client.yml b/metadata/org.tryton.client.yml
index 04bc4ab3b4..9c092e3b63 100644
--- a/metadata/org.tryton.client.yml
+++ b/metadata/org.tryton.client.yml
@@ -4,15 +4,15 @@ License: GPL-3.0-only
AutoName: Tryton
Description: |-
- Client for the Tryton ERP system. It lets you access and edit your enterprise
- information (accounting, invoice, production, stocks, and more) from your
- device.
+ Client for the Tryton ERP system. It lets you access and edit your enterprise
+ information (accounting, invoice, production, stocks, and more) from your
+ device.
- It is a generic client like the gtk client, and should be compatible with all
- Tryton modules. It also contains an SVG parser for Android.
+ It is a generic client like the gtk client, and should be compatible with all
+ Tryton modules. It also contains an SVG parser for Android.
- Use demo as user and password with the default configuration to connect to
- Tryton demo server.
+ Use demo as user and password with the default configuration to connect to
+ Tryton demo server.
Builds:
- versionName: '0.6'
diff --git a/metadata/org.ttrssreader.yml b/metadata/org.ttrssreader.yml
index 63ee9d9a28..2d6ab14e73 100644
--- a/metadata/org.ttrssreader.yml
+++ b/metadata/org.ttrssreader.yml
@@ -12,23 +12,23 @@ FlattrID: '382465'
AutoName: TTRSS-Reader
Description: |-
- An offline reader that works with the Tiny Tiny RSS (also known as ttrss or
- tt-rss) web-based feed reader/aggregator.
+ An offline reader that works with the Tiny Tiny RSS (also known as ttrss or
+ tt-rss) web-based feed reader/aggregator.
- Features:
+ Features:
- * Swipe for faster browsing
- * Optional navigation with volume-buttons
- * View and download attached media files
- * Cache articles and images locally
- * Share URLs
- * Easily mark things as read, starred or publish/comment them
- * SSL with self-signed certificates
- * Fast JSON-Parsing with stream-based parser GSON
- * Scheduled updates via Tasker/Locale
- * Layout optimized for tablets
- * Dark and light themes available
- * many more, Changelog and Feature-List can be found on the project-page...
+ * Swipe for faster browsing
+ * Optional navigation with volume-buttons
+ * View and download attached media files
+ * Cache articles and images locally
+ * Share URLs
+ * Easily mark things as read, starred or publish/comment them
+ * SSL with self-signed certificates
+ * Fast JSON-Parsing with stream-based parser GSON
+ * Scheduled updates via Tasker/Locale
+ * Layout optimized for tablets
+ * Dark and light themes available
+ * many more, Changelog and Feature-List can be found on the project-page...
RepoType: git
Repo: https://github.com/nilsbraden/ttrss-reader-fork.git
@@ -130,7 +130,7 @@ Builds:
srclibs:
- ActionBarSherlock@6e3f2bb5
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
target: android-15
- versionName: '1.32'
@@ -140,7 +140,7 @@ Builds:
srclibs:
- ActionBarSherlock@6e3f2bb5
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
target: android-15
- versionName: '1.33'
@@ -150,7 +150,7 @@ Builds:
srclibs:
- ActionBarSherlock@6e3f2bb5
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
target: android-15
- versionName: '1.34'
@@ -160,7 +160,7 @@ Builds:
srclibs:
- ActionBarSherlock@6e3f2bb5
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
target: android-15
- versionName: '1.38'
@@ -170,7 +170,7 @@ Builds:
srclibs:
- ActionBarSherlock@6e3f2bb5
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
target: android-15
- versionName: '1.40'
@@ -180,7 +180,7 @@ Builds:
srclibs:
- ActionBarSherlock@6e3f2bb5
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
target: android-15
- versionName: '1.41'
@@ -190,7 +190,7 @@ Builds:
srclibs:
- ActionBarSherlock@4.2.0
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
- project.properties
+ project.properties
target: android-17
- versionName: '1.43'
@@ -413,7 +413,7 @@ Builds:
rm:
- ttrssreader/libs/*.jar
prebuild: sed -i -e '/google-utils.jar/d' -e '/gson/acompile "com.google.guava:guava:18.0"'
- build.gradle
+ build.gradle
- versionName: '1.83'
versionCode: 1830
@@ -424,7 +424,7 @@ Builds:
rm:
- ttrssreader/libs/*.jar
prebuild: sed -i -e '/google-utils.jar/d' -e '/gson/acompile "com.google.guava:guava:18.0"'
- build.gradle
+ build.gradle
- versionName: '1.84'
versionCode: 1840
@@ -665,14 +665,14 @@ Builds:
- popd
MaintainerNotes: |-
- Upstream mistags often and retags, so never use tags directly.
+ Upstream mistags often and retags, so never use tags directly.
- Multiple versions of the same release (name) with different version codes and
- minor fixes in between are common, for some reason.
+ Multiple versions of the same release (name) with different version codes and
+ minor fixes in between are common, for some reason.
- Old Repo is:
- * Repo Type:hg
- * Repo:https://ttrss-reader-fork.googlecode.com/hg
+ Old Repo is:
+ * Repo Type:hg
+ * Repo:https://ttrss-reader-fork.googlecode.com/hg
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.tuxpaint.yml b/metadata/org.tuxpaint.yml
index 1afdf28152..8eadd01687 100644
--- a/metadata/org.tuxpaint.yml
+++ b/metadata/org.tuxpaint.yml
@@ -5,7 +5,7 @@ License: GPL-2.0-or-later
WebSite: http://tuxpaint.org
SourceCode: https://github.com/tux4kids/Tuxpaint-Android
IssueTracker: https://sourceforge.net/p/tuxpaint/bugs/?source=navbar
-Translation: https://tuxpaint.org/help/po/
+Translation: https://tuxpaint.org/help/po/
Changelog: https://tuxpaint.org/docs/CHANGES.php
AutoName: Tux Paint
diff --git a/metadata/org.tvheadend.tvhguide.yml b/metadata/org.tvheadend.tvhguide.yml
index 4550e3148d..19a93f987e 100644
--- a/metadata/org.tvheadend.tvhguide.yml
+++ b/metadata/org.tvheadend.tvhguide.yml
@@ -6,13 +6,13 @@ IssueTracker: https://github.com/john-tornblom/TVHGuide/issues
AutoName: TVHGuide
Description: |-
- Watch live TV and recordings from your home theatre setup if you have a
- TVHeadEnd PVR. Features include:
+ Watch live TV and recordings from your home theatre setup if you have a
+ TVHeadEnd PVR. Features include:
- * List channels and their upcoming events
- * Search the EPG for upcomming events
- * Schedule, cancel and remove recordings
- * Stream audio and video (via http)
+ * List channels and their upcoming events
+ * Search the EPG for upcomming events
+ * Schedule, cancel and remove recordings
+ * Stream audio and video (via http)
RepoType: git
Repo: https://github.com/john-tornblom/TVHGuide.git
diff --git a/metadata/org.tw.onze.cmtheme.yml b/metadata/org.tw.onze.cmtheme.yml
index af2852c57f..6fec78c74e 100644
--- a/metadata/org.tw.onze.cmtheme.yml
+++ b/metadata/org.tw.onze.cmtheme.yml
@@ -9,18 +9,18 @@ Changelog: https://gitlab.com/xphnx/onze_cm11_theme/blob/HEAD/CHANGELOG.md
AutoName: Onze
Summary: CM11 FLOSS Theme
Description: |-
- Note: This app is no longer maintained, its repo was archived.
+ Note: This app is no longer maintained, its repo was archived.
- A port of TwelF CM12 Theme. Onze is a Material Design inspired theme for CM11
- aiming to provide a consistent and minimalistic look to your device.
+ A port of TwelF CM12 Theme. Onze is a Material Design inspired theme for CM11
+ aiming to provide a consistent and minimalistic look to your device.
- Features:
+ Features:
- * FLOSS Icon Pack
- * Wallpaper & Lockscreen
- * Alarm & Ringtone
+ * FLOSS Icon Pack
+ * Wallpaper & Lockscreen
+ * Alarm & Ringtone
- For issues, comments and icon request, please use the issue tracker.
+ For issues, comments and icon request, please use the issue tracker.
RepoType: git
Repo: https://gitlab.com/xphnx/onze_cm11_theme.git
diff --git a/metadata/org.twelf.cmtheme.yml b/metadata/org.twelf.cmtheme.yml
index 15e6c31578..72627b6901 100644
--- a/metadata/org.twelf.cmtheme.yml
+++ b/metadata/org.twelf.cmtheme.yml
@@ -9,16 +9,16 @@ Changelog: https://gitlab.com/xphnx/twelf_cm12_theme/blob/HEAD/CHANGELOG.md
AutoName: Ameixa LOS
Summary: CM12/CM13 FLOSS Theme
Description: |-
- TwelF is a Material Design inspired theme aiming to provide a consistent and
- minimalistic look to your device. CM12, CM12.1 and CM13 Theme Engine supported.
+ TwelF is a Material Design inspired theme aiming to provide a consistent and
+ minimalistic look to your device. CM12, CM12.1 and CM13 Theme Engine supported.
- Features:
+ Features:
- * FLOSS Icon Pack
- * Wallpaper & Lockscreen
- * Alarm & Ringtone
+ * FLOSS Icon Pack
+ * Wallpaper & Lockscreen
+ * Alarm & Ringtone
- For issues, commenting and icon requests, please use the issue tracker.
+ For issues, commenting and icon requests, please use the issue tracker.
RepoType: git
Repo: https://gitlab.com/xphnx/twelf_cm12_theme.git
diff --git a/metadata/org.twistedappdeveloper.statocovid19italia.yml b/metadata/org.twistedappdeveloper.statocovid19italia.yml
index 6284bc29c7..dff148c67a 100644
--- a/metadata/org.twistedappdeveloper.statocovid19italia.yml
+++ b/metadata/org.twistedappdeveloper.statocovid19italia.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Github, where it pulls its data from.
+ NonFreeNet:
+ en-US: Depends on Github, where it pulls its data from.
Categories:
- Sports & Health
License: MIT
diff --git a/metadata/org.uaraven.e.yml b/metadata/org.uaraven.e.yml
index 41e516c28c..ae73327f75 100644
--- a/metadata/org.uaraven.e.yml
+++ b/metadata/org.uaraven.e.yml
@@ -5,10 +5,10 @@ SourceCode: https://bitbucket-archive.softwareheritage.org/projects/ua/uaraven/e
AutoName: E numbers
Description: |-
- A reference guide to "E numbers" (food additives). Allows you to check whenever
- additive is suitable for vegetarians, children and people with allergic
- reactions. You also can view additional information, such as bans in different
- countries.
+ A reference guide to "E numbers" (food additives). Allows you to check whenever
+ additive is suitable for vegetarians, children and people with allergic
+ reactions. You also can view additional information, such as bans in different
+ countries.
Builds:
- versionName: 1.3.0
@@ -19,7 +19,7 @@ Builds:
versionCode: 16
commit: RELEASE-1.4.1
init: echo -e 'target=android-17\nandroid.library.reference.1=extras/actionbarsherlock'
- > project.properties
+ > project.properties
srclibs:
- Droidtools-uaraven@56661de
prebuild: echo 'android.library.reference.2=$$Droidtools-uaraven$$' >> project.properties
diff --git a/metadata/org.valos.isolmoa.yml b/metadata/org.valos.isolmoa.yml
index 089c264336..de80b47ea8 100644
--- a/metadata/org.valos.isolmoa.yml
+++ b/metadata/org.valos.isolmoa.yml
@@ -10,18 +10,18 @@ Bitcoin: 1LbgYALbkQ2Trgh4yXqdBnbdQosGard5hd
AutoName: Isolmoa
Description: |-
- Isolmoa is a two-player abstract strategy board game based on the
- Isola game. It is played
- on a board which is initially filled with squares. Both players have one piece.
+ Isolmoa is a two-player abstract strategy board game based on the
+ Isola game. It is played
+ on a board which is initially filled with squares. Both players have one piece.
- To begin, each player places his/her piece. Next, each turn of play is composed
- of two actions:
+ To begin, each player places his/her piece. Next, each turn of play is composed
+ of two actions:
- * Moving his/her piece to a neighboring position
- * Removing any square with no piece on it.
+ * Moving his/her piece to a neighboring position
+ * Removing any square with no piece on it.
- The goal of the game is to block the opponent by destroying all the squares
- which surround him before being blocked yourself.
+ The goal of the game is to block the opponent by destroying all the squares
+ which surround him before being blocked yourself.
RepoType: git
Repo: https://github.com/valos/Isolmoa.git
diff --git a/metadata/org.vi_server.red_screen.yml b/metadata/org.vi_server.red_screen.yml
index 04ee136946..37c9f02d4f 100644
--- a/metadata/org.vi_server.red_screen.yml
+++ b/metadata/org.vi_server.red_screen.yml
@@ -9,10 +9,10 @@ IssueTracker: https://github.com/vi/redscreen.apk/issues
AutoName: RedScreenActivity
Description: |-
- Shows a bright red screen for use as an ad-hoc emergency light or as a penalty
- card. If triggered from outside, it turns on the screen and raises atop of the
- lock screen. The colour can be overridden with an intent parameter (see README
- on Github).
+ Shows a bright red screen for use as an ad-hoc emergency light or as a penalty
+ card. If triggered from outside, it turns on the screen and raises atop of the
+ lock screen. The colour can be overridden with an intent parameter (see README
+ on Github).
RepoType: git
Repo: https://github.com/vi/redscreen.apk
diff --git a/metadata/org.videolan.vlc.yml b/metadata/org.videolan.vlc.yml
index 64e962c5e8..e6b2eb01ca 100644
--- a/metadata/org.videolan.vlc.yml
+++ b/metadata/org.videolan.vlc.yml
@@ -10,85 +10,85 @@ Donate: https://www.videolan.org/contribute.html#money
AutoName: VLC
Description: |-
- Video and audio player that supports a wide range of formats, for both local and
- remote playback.
+ Video and audio player that supports a wide range of formats, for both local and
+ remote playback.
- Audio:
+ Audio:
- * Adaptive Transform Acoustic Coding (ATRAC1, ATRAC3, ATRAC3Plus and ATRAC9) and PSX ADPCM
- * Adobe SWF ADPCM and Nellymoser Asao
- * ALAC
- * AMR-NB, AMR-WB (a.k.a. G.722.2)
- * DK ADPCM Audio 3/4, On2 AVC and iLBC
- * DSS-SP
- * DTS Coherent Acoustics (a.k.a. DTS or DCA), DTS Extended Surround (a.k.a. DTS-ES), DTS 96/24, DTS-HD High Resolution Audio, DTS Express (a.k.a. DTS-HD LBR), DTS-HD Master Audio, QDesign Music Codec 1 and 2
- * DVI4 audio codec
- * Full Rate (GSM 06.10), AC-3 (Dolby Digital), Enhanced AC-3 (Dolby Digital Plus) and DTS Coherent Acoustics (a.k.a. DTS or DCA)
- * iLBC, Opus and Comfort noise
- * IMA ADPCM
- * MLP / Dolby TrueHD
- * MP1, MP2, MP3, AAC, HE-AAC, MPEG-4 ALS, G.711 µ-law, G.711 A-law, G.721 (a.k.a. G.726 32k), G.722, G.722.2 (a.k.a. AMR-WB), G.723 (a.k.a. G.726 24k and 40k), G.723.1, G.726, G.729, G.729D, IEC DV audio and Direct Stream Transfer
- * QCELP-8 (a.k.a. SmartRate or IS-96C), QCELP-13 (a.k.a. PureVoice or IS-733) and Enhanced Variable Rate Codec (EVRC. a.k.a. IS-127)
- * RealAudio v1 – v10
- * SMPTE 302M
- * Speex, Vorbis, Opus and FLAC
- * Truespeech
- * TwinVQ
- * Windows Media Audio (WMA1, WMA2, WMA Pro and WMA Lossless), XMA (XMA1 and XMA2), MS-GSM and MS-ADPCM
+ * Adaptive Transform Acoustic Coding (ATRAC1, ATRAC3, ATRAC3Plus and ATRAC9) and PSX ADPCM
+ * Adobe SWF ADPCM and Nellymoser Asao
+ * ALAC
+ * AMR-NB, AMR-WB (a.k.a. G.722.2)
+ * DK ADPCM Audio 3/4, On2 AVC and iLBC
+ * DSS-SP
+ * DTS Coherent Acoustics (a.k.a. DTS or DCA), DTS Extended Surround (a.k.a. DTS-ES), DTS 96/24, DTS-HD High Resolution Audio, DTS Express (a.k.a. DTS-HD LBR), DTS-HD Master Audio, QDesign Music Codec 1 and 2
+ * DVI4 audio codec
+ * Full Rate (GSM 06.10), AC-3 (Dolby Digital), Enhanced AC-3 (Dolby Digital Plus) and DTS Coherent Acoustics (a.k.a. DTS or DCA)
+ * iLBC, Opus and Comfort noise
+ * IMA ADPCM
+ * MLP / Dolby TrueHD
+ * MP1, MP2, MP3, AAC, HE-AAC, MPEG-4 ALS, G.711 µ-law, G.711 A-law, G.721 (a.k.a. G.726 32k), G.722, G.722.2 (a.k.a. AMR-WB), G.723 (a.k.a. G.726 24k and 40k), G.723.1, G.726, G.729, G.729D, IEC DV audio and Direct Stream Transfer
+ * QCELP-8 (a.k.a. SmartRate or IS-96C), QCELP-13 (a.k.a. PureVoice or IS-733) and Enhanced Variable Rate Codec (EVRC. a.k.a. IS-127)
+ * RealAudio v1 – v10
+ * SMPTE 302M
+ * Speex, Vorbis, Opus and FLAC
+ * Truespeech
+ * TwinVQ
+ * Windows Media Audio (WMA1, WMA2, WMA Pro and WMA Lossless), XMA (XMA1 and XMA2), MS-GSM and MS-ADPCM
- Containers and muxers:
+ Containers and muxers:
- * 3GP (.3gp)
- * AIFF (.asf, .wmv)
- * ASF (.asf, .wmv)
- * AU (.au)
- * AVI (.avi)
- * DivX (.divx)
- * FLV (.flv)
- * MOV (.mov)
- * MP4 (.mp4)
- * OGG (.ogm, .ogg)
- * MKV (.mkv, .mka)
- * MPEG-2 / TS (.ts, .mpg)
- * MPEG-2 / ES, PS, PVA, MP3 (.mpg, .mp3, .mp2)
- * NSC (.nsc)
- * NSV (.nsv)
- * Nut (.nut)
- * Real (.ra, .ram, .rm, .rv , .rmbv)
- * Raw (a52, dts, aac, flac, .dv, .vid) (.a52, .dts, .aac, .flac, .dv, .vid)
- * True Audio Codec (.tta, .tac)
- * Ty Tivo (.ty)
- * Wav (.wav, .dts)
- * WebM (.webm)
- * Xa (.xa)
+ * 3GP (.3gp)
+ * AIFF (.asf, .wmv)
+ * ASF (.asf, .wmv)
+ * AU (.au)
+ * AVI (.avi)
+ * DivX (.divx)
+ * FLV (.flv)
+ * MOV (.mov)
+ * MP4 (.mp4)
+ * OGG (.ogm, .ogg)
+ * MKV (.mkv, .mka)
+ * MPEG-2 / TS (.ts, .mpg)
+ * MPEG-2 / ES, PS, PVA, MP3 (.mpg, .mp3, .mp2)
+ * NSC (.nsc)
+ * NSV (.nsv)
+ * Nut (.nut)
+ * Real (.ra, .ram, .rm, .rv , .rmbv)
+ * Raw (a52, dts, aac, flac, .dv, .vid) (.a52, .dts, .aac, .flac, .dv, .vid)
+ * True Audio Codec (.tta, .tac)
+ * Ty Tivo (.ty)
+ * Wav (.wav, .dts)
+ * WebM (.webm)
+ * Xa (.xa)
- Video:
+ Video:
- * Animated GIF
- * APNG
- * ASUS V1/V2 codec
- * ATI VCR1/VCR2
- * Autodesk Animator Studio Codec and FLIC
- * Avid 1:1x, Avid Meridien, Avid DNxHD and DNxHR
- * AVS video
- * Cinepak (Apple Compact Video), ProRes, Sorenson 3 Codec, QuickTime Animation (Apple Animation), QuickTime Graphics (Apple Graphics), Apple Video, Apple Intermediate Codec and Pixlet
- * Divx, DIV1, DIV2, DIV3, mp41, mp42, MPG4, MPG3
- * Duck TrueMotion 1, Duck TrueMotion 2, Duck TrueMotion 2.0 Real Time, VP3, VP5, and animated WebP
- * HQ, HQA, HQX and Lossless
- * IBM UltiMotion
- * Matrox Uncompressed SD (M101) / HD (M102)
- * Microsoft RLE, Microsoft Video 1, Cinepak, Indeo (v2, v3 and v5), Microsoft MPEG-4 v1, v2 and v3, Windows Media Video (WMV1, WMV2, WMV3/VC-1), WMV Screen and Mimic codec
- * MPEG-1 Part 2, H.261 (Px64), (MPEG-H Part 2), Motion JPEG, IEC DV video and CD+G
- * RealVideo Fractal Codec (a.k.a. Iterated Systems ClearVideo), 1, 2, 3 and 4
- * RTV 2.1 (Intel Indeo 2)
- * Screen video, Screen video 2, Sorenson Spark and VP6
- * Silicon Graphics RLE 8-bit video, Silicon Graphics MVC1/2
- * Smacker video and Bink video
- * SMPTE 314M (a.k.a. DVCAM and DVCPRO), SMPTE 370M (a.k.a. DVCPRO HD), VC-1 (a.k.a. WMV3), VC-2 (a.k.a. Dirac Pro), VC-3 (a.k.a. AVID DNxHD)
- * SpeedHQ
- * Theora
- * TXD
- * AV1
+ * Animated GIF
+ * APNG
+ * ASUS V1/V2 codec
+ * ATI VCR1/VCR2
+ * Autodesk Animator Studio Codec and FLIC
+ * Avid 1:1x, Avid Meridien, Avid DNxHD and DNxHR
+ * AVS video
+ * Cinepak (Apple Compact Video), ProRes, Sorenson 3 Codec, QuickTime Animation (Apple Animation), QuickTime Graphics (Apple Graphics), Apple Video, Apple Intermediate Codec and Pixlet
+ * Divx, DIV1, DIV2, DIV3, mp41, mp42, MPG4, MPG3
+ * Duck TrueMotion 1, Duck TrueMotion 2, Duck TrueMotion 2.0 Real Time, VP3, VP5, and animated WebP
+ * HQ, HQA, HQX and Lossless
+ * IBM UltiMotion
+ * Matrox Uncompressed SD (M101) / HD (M102)
+ * Microsoft RLE, Microsoft Video 1, Cinepak, Indeo (v2, v3 and v5), Microsoft MPEG-4 v1, v2 and v3, Windows Media Video (WMV1, WMV2, WMV3/VC-1), WMV Screen and Mimic codec
+ * MPEG-1 Part 2, H.261 (Px64), (MPEG-H Part 2), Motion JPEG, IEC DV video and CD+G
+ * RealVideo Fractal Codec (a.k.a. Iterated Systems ClearVideo), 1, 2, 3 and 4
+ * RTV 2.1 (Intel Indeo 2)
+ * Screen video, Screen video 2, Sorenson Spark and VP6
+ * Silicon Graphics RLE 8-bit video, Silicon Graphics MVC1/2
+ * Smacker video and Bink video
+ * SMPTE 314M (a.k.a. DVCAM and DVCPRO), SMPTE 370M (a.k.a. DVCPRO HD), VC-1 (a.k.a. WMV3), VC-2 (a.k.a. Dirac Pro), VC-3 (a.k.a. AVID DNxHD)
+ * SpeedHQ
+ * Theora
+ * TXD
+ * AV1
RepoType: git
Repo: https://code.videolan.org/videolan/vlc-android.git
@@ -5345,48 +5345,48 @@ Builds:
ndk: r21e
MaintainerNotes: |-
- Instructions and dependencies: https://wiki.videolan.org/AndroidCompile
+ Instructions and dependencies: https://wiki.videolan.org/AndroidCompile
- The VLCjni srclib commit can be found out from LIBVLCJNI_TESTED_HASH value
- in compile.sh, but sometimes it's different in official builds:
+ The VLCjni srclib commit can be found out from LIBVLCJNI_TESTED_HASH value
+ in compile.sh, but sometimes it's different in official builds:
- * https://code.videolan.org/videolan/vlc-android/-/blob//buildsystem/compile.sh
+ * https://code.videolan.org/videolan/vlc-android/-/blob//buildsystem/compile.sh
- The VLCmedialibrary srclib commit can be found out from MEDIALIBRARY_HASH in
- compile-medialibrary.sh:
+ The VLCmedialibrary srclib commit can be found out from MEDIALIBRARY_HASH in
+ compile-medialibrary.sh:
- * https://code.videolan.org/videolan/vlc-android/-/blob//buildsystem/compile-medialibrary.sh
+ * https://code.videolan.org/videolan/vlc-android/-/blob//buildsystem/compile-medialibrary.sh
- The VLC srclib commit can be found out from VLC_TESTED_HASH in get-vlc.sh:
+ The VLC srclib commit can be found out from VLC_TESTED_HASH in get-vlc.sh:
- * https://code.videolan.org/videolan/libvlcjni/-/blob//buildsystem/get-vlc.sh
+ * https://code.videolan.org/videolan/libvlcjni/-/blob//buildsystem/get-vlc.sh
- For recommended versions of the build tools, see:
+ For recommended versions of the build tools, see:
- * https://git.videolan.org/?p=vlc.git;a=blob;f=extras/tools/bootstrap#l130
- * https://code.videolan.org/videolan/docker-images/raw/master/vlc-debian-android/Dockerfile
+ * https://git.videolan.org/?p=vlc.git;a=blob;f=extras/tools/bootstrap#l130
+ * https://code.videolan.org/videolan/docker-images/raw/master/vlc-debian-android/Dockerfile
- Note that compilation of VLC 3.5.1 fails with Meson 0.55.1, so we patch
- build scripts to use 0.56.2 (the upstream actually uses 0.56.1 from
- buster-backports, see their Dockerfile).
+ Note that compilation of VLC 3.5.1 fails with Meson 0.55.1, so we patch
+ build scripts to use 0.56.2 (the upstream actually uses 0.56.1 from
+ buster-backports, see their Dockerfile).
- Actual versioncodes are:
+ Actual versioncodes are:
- * Build:2.0.6,12000624 armv7
- * Build:2.0.6,12000625 x86
- * Build:2.0.6,12000626 mips
- * Build:2.0.6,12000627 armv8
- * Build:2.0.6,12000628 x86_64
+ * Build:2.0.6,12000624 armv7
+ * Build:2.0.6,12000625 x86
+ * Build:2.0.6,12000626 mips
+ * Build:2.0.6,12000627 armv8
+ * Build:2.0.6,12000628 x86_64
- Variables FD_TARGET_TUPLE, FD_TARGET_ARCH and abi in output apk name needs
- to be changed per build.
+ Variables FD_TARGET_TUPLE, FD_TARGET_ARCH and abi in output apk name needs
+ to be changed per build.
- * arm64-v7a: aarch64-linux-android
- * armeabi-v7a: arm-linux-androideabi
- * x86: x86-linux-android
- * x86_64: x86_64-linux-android
+ * arm64-v7a: aarch64-linux-android
+ * armeabi-v7a: arm-linux-androideabi
+ * x86: x86-linux-android
+ * x86_64: x86_64-linux-android
- Mips no longer supported since 3.2.6.
+ Mips no longer supported since 3.2.6.
ArchivePolicy: 12
AutoUpdateMode: None
diff --git a/metadata/org.voidptr.swpieview.yml b/metadata/org.voidptr.swpieview.yml
index 4ea860d1a9..10a00b985f 100644
--- a/metadata/org.voidptr.swpieview.yml
+++ b/metadata/org.voidptr.swpieview.yml
@@ -9,10 +9,10 @@ IssueTracker: https://github.com/err4nt/SwpieView/issues
AutoName: SwpieView
Description: |-
- SwpieView is a minimalist image viewer that aims for good GIF support. It can
- show a directory of images in gallery mode, swiping left or right between
- images, or display a single image if called from an external application. It
- supports pause/play of GIFs and a slideshow mode.
+ SwpieView is a minimalist image viewer that aims for good GIF support. It can
+ show a directory of images in gallery mode, swiping left or right between
+ images, or display a single image if called from an external application. It
+ supports pause/play of GIFs and a slideshow mode.
RepoType: git
Repo: https://github.com/err4nt/SwpieView
diff --git a/metadata/org.voidsink.anewjkuapp.yml b/metadata/org.voidsink.anewjkuapp.yml
index a786fd61b1..6945b66874 100644
--- a/metadata/org.voidsink.anewjkuapp.yml
+++ b/metadata/org.voidsink.anewjkuapp.yml
@@ -6,14 +6,14 @@ IssueTracker: https://github.com/marunjar/anewjkuapp/issues
AutoName: JKU App
Description: |-
- This is an app for the students of JKU Linz that provides most of the data from
- KUSSS and also information from ÖH and the JKU in general:
+ This is an app for the students of JKU Linz that provides most of the data from
+ KUSSS and also information from ÖH and the JKU in general:
- * synchronize timetable with local or Google Calendar.
- * access Exams, Grades, Courses.
- * get notifications for new exams, grades and changed course dates
- * included campus map for "navigation"
- * shows menu for JKU Mensa, Raab Mensa and KHG Mensa
+ * synchronize timetable with local or Google Calendar.
+ * access Exams, Grades, Courses.
+ * get notifications for new exams, grades and changed course dates
+ * included campus map for "navigation"
+ * shows menu for JKU Mensa, Raab Mensa and KHG Mensa
RepoType: git
Repo: https://github.com/marunjar/anewjkuapp.git
@@ -108,7 +108,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/applicationVariants/,+2d' -e '/def appendVersionNameVersionCode/,+7d'
- -e 's|googleCompile|//googleCompile|g' build.gradle
+ -e 's|googleCompile|//googleCompile|g' build.gradle
- versionName: 0.43.1
versionCode: 140049
@@ -119,7 +119,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/applicationVariants/,+2d' -e '/def appendVersionNameVersionCode/,+7d'
- -e 's|googleCompile|//googleCompile|g' build.gradle
+ -e 's|googleCompile|//googleCompile|g' build.gradle
- versionName: 0.44.1
versionCode: 140053
@@ -130,7 +130,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/applicationVariants/,+2d' -e '/def appendVersionNameVersionCode/,+7d'
- -e 's|googleCompile|//googleCompile|g' build.gradle
+ -e 's|googleCompile|//googleCompile|g' build.gradle
- versionName: 0.45.1
versionCode: 140055
@@ -142,7 +142,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/applicationVariants/,+6d' -e 's|googleCompile|//googleCompile|g'
- build.gradle
+ build.gradle
- versionName: 0.45.2
versionCode: 140056
@@ -153,7 +153,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/applicationVariants/,+6d' -e 's|googleCompile|//googleCompile|g'
- build.gradle
+ build.gradle
- versionName: 0.45.3
versionCode: 140057
@@ -164,7 +164,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/applicationVariants/,+6d' -e 's|googleCompile|//googleCompile|g'
- build.gradle
+ build.gradle
- versionName: 0.50.0
versionCode: 140059
@@ -175,7 +175,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/applicationVariants/,+4d' -e 's|googleCompile|//googleCompile|g'
- build.gradle
+ build.gradle
- versionName: 0.50.2
versionCode: 140061
@@ -186,7 +186,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/applicationVariants/,+4d' -e 's|googleCompile|//googleCompile|g'
- build.gradle
+ build.gradle
- versionName: 0.51.1
versionCode: 140064
@@ -197,7 +197,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/applicationVariants/,+4d' -e 's|googleCompile|//googleCompile|g'
- build.gradle
+ build.gradle
- versionName: 0.51.3
versionCode: 140066
@@ -208,7 +208,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/applicationVariants/,+4d' -e 's|googleCompile|//googleCompile|g'
- build.gradle
+ build.gradle
- versionName: 0.51.9
versionCode: 140072
@@ -219,7 +219,7 @@ Builds:
rm:
- tools
prebuild: sed -i -e '/applicationVariants/,+4d' -e 's|googleCompile|//googleCompile|g'
- build.gradle
+ build.gradle
- versionName: 0.52.4
versionCode: 140077
diff --git a/metadata/org.vono.narau.yml b/metadata/org.vono.narau.yml
index 094cc86eb7..6ee244234d 100644
--- a/metadata/org.vono.narau.yml
+++ b/metadata/org.vono.narau.yml
@@ -8,15 +8,15 @@ IssueTracker: https://bugs.launchpad.net/narau/fdroid
Name: Narau
AutoName: 習う - Narau
Description: |-
- * A dictionary (Japanese/English,French,German,Dutch,Russian), based on JMDict (Japanese-Multilingual Dictionary)
- * Hiragana/Katakana charts
- * A Kana/Kanji drawing panel
- * Kana/Kanji drill (English, French, Portuguese, Spanish). The kanjis informations comes from Kanjivg and KANJIDIC2 databases.
+ * A dictionary (Japanese/English,French,German,Dutch,Russian), based on JMDict (Japanese-Multilingual Dictionary)
+ * Hiragana/Katakana charts
+ * A Kana/Kanji drawing panel
+ * Kana/Kanji drill (English, French, Portuguese, Spanish). The kanjis informations comes from Kanjivg and KANJIDIC2 databases.
- The databases need to be downloaded and the startup screen will show you what's
- needed (~20MiB). There are scripts in the source repo for doing it too.
+ The databases need to be downloaded and the startup screen will show you what's
+ needed (~20MiB). There are scripts in the source repo for doing it too.
- An apk for Android Cupcake 1.5 to Froyo 2.2 is available on the website.
+ An apk for Android Cupcake 1.5 to Froyo 2.2 is available on the website.
RepoType: bzr
Repo: lp:narau/fdroid
diff --git a/metadata/org.vudroid.yml b/metadata/org.vudroid.yml
index 9d0fc7e01c..9cd824cd64 100644
--- a/metadata/org.vudroid.yml
+++ b/metadata/org.vudroid.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- KnownVuln:
- en-US: uses outdated MuPDF library which has security issues.
+ KnownVuln:
+ en-US: uses outdated MuPDF library which has security issues.
Categories:
- Reading
License: GPL-3.0-only
@@ -35,8 +35,8 @@ Builds:
ndk: r12b
MaintainerNotes: |-
- KnownVuln: Ancient MuPDF
- https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
+ KnownVuln: Ancient MuPDF
+ https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/org.wahtod.wififixer.yml b/metadata/org.wahtod.wififixer.yml
index f34ff5106d..97750c539f 100644
--- a/metadata/org.wahtod.wififixer.yml
+++ b/metadata/org.wahtod.wififixer.yml
@@ -10,18 +10,18 @@ Donate: https://wififixer.wordpress.com/donate
AutoName: Wifi Fixer
Description: |-
- Detects and resets a broken WiFi connection.
+ Detects and resets a broken WiFi connection.
- Wifi Fixer is a background service that works around several problems with
- Android wifi, including: Wifi shows connected but internet data not available
- Known network in range but not detected Best network not used Supplicant frozen
- Supplicant in likely failure state
+ Wifi Fixer is a background service that works around several problems with
+ Android wifi, including: Wifi shows connected but internet data not available
+ Known network in range but not detected Best network not used Supplicant frozen
+ Supplicant in likely failure state
- Apps can't prevent disconnections or boost low signals. Wifi Fixer will detect
- and attempt recovery when these problems are detected.
+ Apps can't prevent disconnections or boost low signals. Wifi Fixer will detect
+ and attempt recovery when these problems are detected.
- You can tune your Wifi Acess Point's settings to minimize disconnections. Please
- refer to Wifi Fixer's help documents for more information.
+ You can tune your Wifi Acess Point's settings to minimize disconnections. Please
+ refer to Wifi Fixer's help documents for more information.
RepoType: git
Repo: https://github.com/Zanshinmu/Wifi-Fixer.git
diff --git a/metadata/org.walleth.yml b/metadata/org.walleth.yml
index 2c4dac6394..8a92643ad7 100644
--- a/metadata/org.walleth.yml
+++ b/metadata/org.walleth.yml
@@ -10,12 +10,12 @@ IssueTracker: https://github.com/walleth/walleth/issues
Name: WallETH
AutoName: WallΞTH
Description: |-
- Ethereum wallet Networks: main, ropsten, rinkeby, kovan
+ Ethereum wallet Networks: main, ropsten, rinkeby, kovan
- Features: Tokens(ERC-20), ERC-67 / ERC-681 URLs, ERC-55 Checksums, TREZOR
- Support (via USB-OTG - model 1 and model T), watch only accounts, offline
- signing, JSON UTC key import/export, display value in fiat like EUR, NZD, USD,
- .. or MakerDAO DAI, display function …
+ Features: Tokens(ERC-20), ERC-67 / ERC-681 URLs, ERC-55 Checksums, TREZOR
+ Support (via USB-OTG - model 1 and model T), watch only accounts, offline
+ signing, JSON UTC key import/export, display value in fiat like EUR, NZD, USD,
+ .. or MakerDAO DAI, display function …
RepoType: git
Repo: https://github.com/walleth/walleth
@@ -582,9 +582,9 @@ Builds:
prebuild: sed -i -e '/kotlin.bintray.com/d' ../build.gradle
MaintainerNotes: |-
- We remove https://kotlin.bintray.com/kotlinx Maven repo from build.gradle
- because it isn't whitelisted while all needed artifacts are available via
- JCenter.
+ We remove https://kotlin.bintray.com/kotlinx Maven repo from build.gradle
+ because it isn't whitelisted while all needed artifacts are available via
+ JCenter.
AutoUpdateMode: Version
UpdateCheckMode: Tags .*[0-9]$
diff --git a/metadata/org.weilbach.splitbills.yml b/metadata/org.weilbach.splitbills.yml
index 5562a95834..b0a53455f4 100644
--- a/metadata/org.weilbach.splitbills.yml
+++ b/metadata/org.weilbach.splitbills.yml
@@ -9,24 +9,24 @@ Changelog: https://gitlab.com/flexw/splitbills/blob/HEAD/CHANGELOG.md
AutoName: SplitBills
Description: |-
- NOTE: App is no longer maintained.
+ NOTE: App is no longer maintained.
- Use SplitBills to split bills with your friends or other people. You can
- create groups with people, add bills to the group and view your
- balances. SplitBills works without any server or registration and is
- free software. Your expenses belong to you!
+ Use SplitBills to split bills with your friends or other people. You can
+ create groups with people, add bills to the group and view your
+ balances. SplitBills works without any server or registration and is
+ free software. Your expenses belong to you!
- If you have any problems with the app please contact me or open a issue
- here, rather than leave a one-star review:
- https://gitlab.com/flexw/splitbills/issues
+ If you have any problems with the app please contact me or open a issue
+ here, rather than leave a one-star review:
+ https://gitlab.com/flexw/splitbills/issues
- Features:
+ Features:
- * Split bills with other people
- * Sync your expenses with other people
- * View balances
- * No registration needed
- * Dezentral
+ * Split bills with other people
+ * Sync your expenses with other people
+ * View balances
+ * No registration needed
+ * Dezentral
RepoType: git
Repo: https://gitlab.com/flexw/splitbills.git
diff --git a/metadata/org.wheelmap.android.online.yml b/metadata/org.wheelmap.android.online.yml
index 06482774c4..3a79a2c8f7 100644
--- a/metadata/org.wheelmap.android.online.yml
+++ b/metadata/org.wheelmap.android.online.yml
@@ -9,17 +9,17 @@ IssueTracker: https://github.com/sozialhelden/wheelmap-android/issues
AutoName: Wheelmap
Description: |-
- Note: this app is no longer maintained, its repo was archived.
+ Note: this app is no longer maintained, its repo was archived.
- Which underground stations are equipped with a lift? Are there accessible
- restaurants, cafes or clubs around you? Which museums or libraries are
- accessible for people with limited mobility and which are not? With Wheelmap,
- you can find locations and modify descriptions on an OpenStreetMap (OSM) map.
+ Which underground stations are equipped with a lift? Are there accessible
+ restaurants, cafes or clubs around you? Which museums or libraries are
+ accessible for people with limited mobility and which are not? With Wheelmap,
+ you can find locations and modify descriptions on an OpenStreetMap (OSM) map.
- Wheelmap was developed by the non-profit organisation SOZIALHELDEN.The
- SOZIALHELDEN's aim is to adress social challenges with innovative approaches.
+ Wheelmap was developed by the non-profit organisation SOZIALHELDEN.The
+ SOZIALHELDEN's aim is to adress social challenges with innovative approaches.
- Google Analytics was removed before building.
+ Google Analytics was removed before building.
RepoType: git
Repo: https://github.com/sozialhelden/wheelmap-android.git
diff --git a/metadata/org.whitequark.sipcaller.yml b/metadata/org.whitequark.sipcaller.yml
index a48f5c5f38..74888b6e6e 100644
--- a/metadata/org.whitequark.sipcaller.yml
+++ b/metadata/org.whitequark.sipcaller.yml
@@ -10,11 +10,11 @@ IssueTracker: https://github.com/whitequark/SIPCaller/issues
AutoName: SIP Caller
Description: |-
- Note: this app is no longer maintained, its repo was archived.
+ Note: this app is no longer maintained, its repo was archived.
- Stock Android dialer does not support dialing SIP numbers directly; the only way
- to do it is to add a contact or run am start -a android.intent.action.CALL
- sip:... in terminal. SIP Caller allows dialing SIP numbers directly.
+ Stock Android dialer does not support dialing SIP numbers directly; the only way
+ to do it is to add a contact or run am start -a android.intent.action.CALL
+ sip:... in terminal. SIP Caller allows dialing SIP numbers directly.
RepoType: git
Repo: https://github.com/whitequark/SIPCaller
diff --git a/metadata/org.wikilovesmonuments.yml b/metadata/org.wikilovesmonuments.yml
index 11df5e4b07..be3f93d1ea 100644
--- a/metadata/org.wikilovesmonuments.yml
+++ b/metadata/org.wikilovesmonuments.yml
@@ -9,9 +9,9 @@ Donate: https://donate.wikimedia.org
AutoName: Wiki Loves Monuments
Summary: Send pictures of monuments to Wikipedia
Description: |-
- Note: this app is no longer maintained, its repo was archived.
+ Note: this app is no longer maintained, its repo was archived.
- Take pictures of monuments and enhance Wikipedia!
+ Take pictures of monuments and enhance Wikipedia!
RepoType: git
Repo: https://github.com/wikimedia/WLMMobile.git
diff --git a/metadata/org.wikimedia.commons.muzei.yml b/metadata/org.wikimedia.commons.muzei.yml
index 3e583ce033..a0023ae70b 100644
--- a/metadata/org.wikimedia.commons.muzei.yml
+++ b/metadata/org.wikimedia.commons.muzei.yml
@@ -6,8 +6,8 @@ License: Apache-2.0
Name: Wikimedia Commons for Muzei
AutoName: Wikimedia Commons for Muzei (extension)
Description: |-
- Uses Wikimedia Commons picture of the day RSS feed output to show in
- https://f-droid.org/packages/net.nurik.roman.muzei.
+ Uses Wikimedia Commons picture of the day RSS feed output to show in
+ https://f-droid.org/packages/net.nurik.roman.muzei.
Builds:
- versionName: '1.0'
diff --git a/metadata/org.wikimedia.commons.wikimedia.yml b/metadata/org.wikimedia.commons.wikimedia.yml
index d6465198e9..f18d144f68 100644
--- a/metadata/org.wikimedia.commons.wikimedia.yml
+++ b/metadata/org.wikimedia.commons.wikimedia.yml
@@ -10,9 +10,9 @@ IssueTracker: https://github.com/CommonsLab/CommonsLab/issues
AutoName: CommonsLab
Description: |-
- Browse and contribute to the Wikimedia Commons project.
+ Browse and contribute to the Wikimedia Commons project.
- This is an old version of https://f-droid.org/packages/com.commonslab.commonslab.
+ This is an old version of https://f-droid.org/packages/com.commonslab.commonslab.
RepoType: git
Repo: https://github.com/CommonsLab/CommonsLab
diff --git a/metadata/org.wikimedia.commons.yml b/metadata/org.wikimedia.commons.yml
index 75f8e68df5..6470e21b1d 100644
--- a/metadata/org.wikimedia.commons.yml
+++ b/metadata/org.wikimedia.commons.yml
@@ -11,12 +11,12 @@ Changelog: https://github.com/commons-app/apps-android-commons/releases
AutoName: Wikimedia Commons
Summary: Upload images to wikimedia.org
Description: |-
- Images you upload via the app are added to Wikimedia Commons, a repository of
- freely-licensed media used to illustrate Wikipedia and its sister projects. By
- uploading your photos, you can help further the goal of spreading free knowledge
- around the world.
+ Images you upload via the app are added to Wikimedia Commons, a repository of
+ freely-licensed media used to illustrate Wikipedia and its sister projects. By
+ uploading your photos, you can help further the goal of spreading free knowledge
+ around the world.
- Note that this app is deprecated. Use https://f-droid.org/packages/fr.free.nrw.commons instead.
+ Note that this app is deprecated. Use https://f-droid.org/packages/fr.free.nrw.commons instead.
RepoType: git
Repo: https://github.com/wikimedia/apps-android-commons
diff --git a/metadata/org.wikipedia.yml b/metadata/org.wikipedia.yml
index 451ef59b33..c0ee8023c7 100644
--- a/metadata/org.wikipedia.yml
+++ b/metadata/org.wikipedia.yml
@@ -383,7 +383,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.237-r-2018-06-27
versionCode: 237
@@ -394,7 +394,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.238-r-2018-07-30
versionCode: 238
@@ -405,7 +405,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.239-r-2018-07-31
versionCode: 239
@@ -416,7 +416,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.260-r-2018-10-19
versionCode: 260
@@ -427,7 +427,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.261-r-2018-10-23
versionCode: 261
@@ -438,7 +438,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.262-r-2018-10-24
versionCode: 262
@@ -449,7 +449,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.263-r-2018-10-29
versionCode: 263
@@ -460,7 +460,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.265-r-2018-11-19
versionCode: 265
@@ -471,7 +471,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.266-r-2018-11-26
versionCode: 266
@@ -482,7 +482,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.268-r-2018-12-07
versionCode: 268
@@ -493,7 +493,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.270-r-2019-02-26
versionCode: 270
@@ -504,7 +504,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.273-r-2019-03-22
versionCode: 273
@@ -515,7 +515,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.275-r-2019-03-25
versionCode: 275
@@ -526,7 +526,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.276-r-2019-03-27
versionCode: 276
@@ -537,7 +537,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.278-r-2019-04-05
versionCode: 278
@@ -548,7 +548,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.279-r-2019-04-22
versionCode: 279
@@ -559,7 +559,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.280-r-2019-05-01
versionCode: 280
@@ -570,7 +570,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.50282-r-2019-05-24
versionCode: 50282
@@ -581,7 +581,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.50308-r-2020-01-06
versionCode: 50308
@@ -592,7 +592,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
- versionName: r/2.7.50320-r-2020-05-20
versionCode: 50320
@@ -603,7 +603,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
scanignore:
- app/build.gradle
@@ -616,7 +616,7 @@ Builds:
- fdroid
forceversion: true
prebuild: sed -i -e 's/enable true/enable false/' -e '/defaultConfig {/a ndk{abiFilters
- "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
+ "arm64-v8a", "armeabi-v7a", "x86", "x86_64"}' build.gradle
scanignore:
- app/build.gradle
@@ -1493,14 +1493,14 @@ Builds:
prebuild: echo 'android { lintOptions { abortOnError false } }' >> build.gradle
MaintainerNotes: |-
- * whitelist app/build.gradle for microsoft appcenter SDK. It's actually open source but might
- pull in google dependencies. In this case it doesn't
- Ref: https://phabricator.wikimedia.org/T254980
- * versionname is timebased and generated on build; force it. Also remove the timestamp.
- * we disable gradle abi splits because using the universal apk is easier for us for now.
- * ndk abifilters line is added as otherwise stray mips/armeabi .so files are added to the apk
- * Since version 2.7 the log can be disabled on the start guide so Tracking AF is removed.
- * NonFreeNet => TetheredNet?
+ * whitelist app/build.gradle for microsoft appcenter SDK. It's actually open source but might
+ pull in google dependencies. In this case it doesn't
+ Ref: https://phabricator.wikimedia.org/T254980
+ * versionname is timebased and generated on build; force it. Also remove the timestamp.
+ * we disable gradle abi splits because using the universal apk is easier for us for now.
+ * ndk abifilters line is added as otherwise stray mips/armeabi .so files are added to the apk
+ * Since version 2.7 the log can be disabled on the start guide so Tracking AF is removed.
+ * NonFreeNet => TetheredNet?
AutoUpdateMode: Version
UpdateCheckMode: Tags ^r
diff --git a/metadata/org.wiktionary.yml b/metadata/org.wiktionary.yml
index ab0be695ba..876ef0eb43 100644
--- a/metadata/org.wiktionary.yml
+++ b/metadata/org.wiktionary.yml
@@ -10,9 +10,9 @@ Donate: https://donate.wikimedia.org
AutoName: Wiktionary
Description: |-
- Note: This app is no longer maintained, its repo was archived.
+ Note: This app is no longer maintained, its repo was archived.
- Client for wiktionary.org, a dictionary run by the Wikimedia project.
+ Client for wiktionary.org, a dictionary run by the Wikimedia project.
RepoType: git
Repo: https://github.com/wikimedia/WiktionaryMobile.git
diff --git a/metadata/org.windvolt.yml b/metadata/org.windvolt.yml
index 8a35f32113..17ca361738 100644
--- a/metadata/org.windvolt.yml
+++ b/metadata/org.windvolt.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Data is retrieved from non-libre sources online.
+ NonFreeNet:
+ en-US: Data is retrieved from non-libre sources online.
Categories:
- Science & Education
License: GPL-3.0-or-later
diff --git a/metadata/org.wingy.chan.yml b/metadata/org.wingy.chan.yml
index 15fa7799ae..bf02c98c17 100644
--- a/metadata/org.wingy.chan.yml
+++ b/metadata/org.wingy.chan.yml
@@ -128,8 +128,8 @@ Builds:
- Clover/app/libs/*
MaintainerNotes: |
- * 8chan servers were kicked off of hosting providers and have been taken down
- * Subdir is Clover, which might change, too.
+ * 8chan servers were kicked off of hosting providers and have been taken down
+ * Subdir is Clover, which might change, too.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/org.woheller69.gptassist.yml b/metadata/org.woheller69.gptassist.yml
index f21fe56233..31a89a2252 100644
--- a/metadata/org.woheller69.gptassist.yml
+++ b/metadata/org.woheller69.gptassist.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Connects to the ChatGPT servers.
+ NonFreeNet:
+ en-US: Connects to the ChatGPT servers.
Categories:
- Science & Education
License: GPL-3.0-only
diff --git a/metadata/org.woheller69.solxpect.yml b/metadata/org.woheller69.solxpect.yml
index c0ab184d76..95a0bb262c 100644
--- a/metadata/org.woheller69.solxpect.yml
+++ b/metadata/org.woheller69.solxpect.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on open-meteo.com as weather data source
+ NonFreeNet:
+ en-US: Depends on open-meteo.com as weather data source
Categories:
- Internet
- Science & Education
diff --git a/metadata/org.woheller69.spritpreise.yml b/metadata/org.woheller69.spritpreise.yml
index b980b9667e..7f29db4dc7 100644
--- a/metadata/org.woheller69.spritpreise.yml
+++ b/metadata/org.woheller69.spritpreise.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Tankerkönig service itself is not open source
+ NonFreeNet:
+ en-US: Tankerkönig service itself is not open source
Categories:
- Navigation
License: GPL-3.0-only
diff --git a/metadata/org.woheller69.weather.yml b/metadata/org.woheller69.weather.yml
index b3cc9aea32..e49b036b86 100644
--- a/metadata/org.woheller69.weather.yml
+++ b/metadata/org.woheller69.weather.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: OpenWeatherMap service itself is not open source
+ NonFreeNet:
+ en-US: OpenWeatherMap service itself is not open source
Categories:
- Internet
License: GPL-3.0-only
diff --git a/metadata/org.wordpress.android.yml b/metadata/org.wordpress.android.yml
index ff03da1c5e..9b8ac092cd 100644
--- a/metadata/org.wordpress.android.yml
+++ b/metadata/org.wordpress.android.yml
@@ -14,12 +14,12 @@ Changelog: https://github.com/wordpress-mobile/WordPress-Android/releases
AutoName: WordPress
Summary: WordPress client
Description: |-
- A client for WordPress blogs, which allows post creation and editing, and
- comment viewing, replying and moderation. Supports multiple blogs, both
- WordPress-hosted (wordpress.com) and self-hosted.
+ A client for WordPress blogs, which allows post creation and editing, and
+ comment viewing, replying and moderation. Supports multiple blogs, both
+ WordPress-hosted (wordpress.com) and self-hosted.
- Because the published source code omits certain 'secrets', functionality that
- uses, for example, OAuth, will not work in this build.
+ Because the published source code omits certain 'secrets', functionality that
+ uses, for example, OAuth, will not work in this build.
RepoType: git
Repo: https://github.com/wordpress-mobile/WordPress-Android.git
diff --git a/metadata/org.wroot.android.goldeneye.yml b/metadata/org.wroot.android.goldeneye.yml
index bc4140c12c..8f7dfc0fa5 100644
--- a/metadata/org.wroot.android.goldeneye.yml
+++ b/metadata/org.wroot.android.goldeneye.yml
@@ -9,9 +9,9 @@ IssueTracker: https://github.com/jseidl/GoldenEye-Mobile/issues
AutoName: GoldenEye
Description: |-
- GoldenEye is a Layer 7 DoS Test Tool.
+ GoldenEye is a Layer 7 DoS Test Tool.
- This app is for security testing purposes only. No Root is required.
+ This app is for security testing purposes only. No Root is required.
RepoType: git
Repo: https://github.com/jseidl/GoldenEye-Mobile.git
diff --git a/metadata/org.xapek.andiodine.yml b/metadata/org.xapek.andiodine.yml
index ac2652230a..2e8fcc22b2 100644
--- a/metadata/org.xapek.andiodine.yml
+++ b/metadata/org.xapek.andiodine.yml
@@ -7,11 +7,11 @@ Changelog: https://gitlab.com/andiodine/andiodine/tags
AutoName: AndIodine
Description: |-
- Andiodine lets you tunnel IPv4 data through a DNS server. This can be usable in
- different situations where internet access is firewalled, but DNS queries are
- allowed.
+ Andiodine lets you tunnel IPv4 data through a DNS server. This can be usable in
+ different situations where internet access is firewalled, but DNS queries are
+ allowed.
- Based on iodine, requires Android4+.
+ Based on iodine, requires Android4+.
RepoType: git
Repo: https://gitlab.com/andiodine/andiodine.git
diff --git a/metadata/org.xbmc.kodi.yml b/metadata/org.xbmc.kodi.yml
index 3ab27f4b13..395e577e22 100644
--- a/metadata/org.xbmc.kodi.yml
+++ b/metadata/org.xbmc.kodi.yml
@@ -9,11 +9,11 @@ IssueTracker: https://github.com/xbmc/xbmc/issues
Translation: https://github.com/xbmc/xbmc#how-to-contribute
Description: |-
- Kodi is a media player and entertainment hub for digital media.
+ Kodi is a media player and entertainment hub for digital media.
- Kodi can be used to play almost all popular audio and video formats around. It was designed for network playback, so you can stream your multimedia from anywhere in the house or directly from the internet using practically any protocol available.
+ Kodi can be used to play almost all popular audio and video formats around. It was designed for network playback, so you can stream your multimedia from anywhere in the house or directly from the internet using practically any protocol available.
- Point Kodi to your media and watch it scan and automagically create a personalized library complete with box covers, descriptions, and fanart. There are playlist and slideshow functions, a weather forecast feature and many audio visualizations.
+ Point Kodi to your media and watch it scan and automagically create a personalized library complete with box covers, descriptions, and fanart. There are playlist and slideshow functions, a weather forecast feature and many audio visualizations.
RepoType: git
Repo: https://github.com/xbmc/xbmc.git
@@ -522,11 +522,11 @@ Builds:
ndk: r21e
MaintainerNotes: |-
- 18.0-groovy.patch was provided by upstream; it makes the build use the Debian groovy package instead of a prebuilt JAR.
+ 18.0-groovy.patch was provided by upstream; it makes the build use the Debian groovy package instead of a prebuilt JAR.
- Build instructions are available here.
+ Build instructions are available here.
- checkupdates will fail for this app, so that's why UpdateCheckMode is None. Please keep up-to-date manually.
+ checkupdates will fail for this app, so that's why UpdateCheckMode is None. Please keep up-to-date manually.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/org.xbmc.kore.yml b/metadata/org.xbmc.kore.yml
index cb630c316c..751175c8f7 100644
--- a/metadata/org.xbmc.kore.yml
+++ b/metadata/org.xbmc.kore.yml
@@ -173,8 +173,8 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/core-google-shortcuts/d' -e "/constraintlayout/aimplementation
- ('androidx.core:core-google-shortcuts:1.0.1'){exclude group:'com.google.android.gms'}"
- build.gradle
+ ('androidx.core:core-google-shortcuts:1.0.1'){exclude group:'com.google.android.gms'}"
+ build.gradle
- versionName: v3.0.0
versionCode: 31
@@ -187,8 +187,8 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/core-google-shortcuts/d' -e "/constraintlayout/aimplementation
- ('androidx.core:core-google-shortcuts:1.0.1'){exclude group:'com.google.android.gms'}"
- build.gradle
+ ('androidx.core:core-google-shortcuts:1.0.1'){exclude group:'com.google.android.gms'}"
+ build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags ^v[\d.]+$
diff --git a/metadata/org.xcsoar.yml b/metadata/org.xcsoar.yml
index 1df759f98e..4c3d75c2a8 100644
--- a/metadata/org.xcsoar.yml
+++ b/metadata/org.xcsoar.yml
@@ -9,9 +9,9 @@ Changelog: https://github.com/XCSoar/XCSoar/blob/HEAD/NEWS.txt
AutoName: XCSoar
Description: |-
- XCSoar is a tactical glide computer for soaring and para glider pilots. It
- supports navigation, airspace warnings, final glide calculations, wind
- calculation, collision avoidance and many many more features.
+ XCSoar is a tactical glide computer for soaring and para glider pilots. It
+ supports navigation, airspace warnings, final glide calculations, wind
+ calculation, collision avoidance and many many more features.
RepoType: git
Repo: https://github.com/XCSoar/XCSoar
@@ -321,7 +321,7 @@ Builds:
srclibs:
- cpython@v3.9.6
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-29' 'build-tools;29.0.3'
- > /dev/null
+ > /dev/null
scandelete:
- android/ioio
- android/UsbSerial/usbserial/eclipse_lib
@@ -347,7 +347,7 @@ Builds:
srclibs:
- cpython@v3.9.6
prebuild: $$SDK$$/tools/bin/sdkmanager 'platforms;android-29' 'build-tools;29.0.3'
- > /dev/null
+ > /dev/null
scandelete:
- android/ioio
- android/UsbSerial/usbserial/eclipse_lib
diff --git a/metadata/org.xphnx.ameixa.yml b/metadata/org.xphnx.ameixa.yml
index 29e09925c4..ed1b376a67 100644
--- a/metadata/org.xphnx.ameixa.yml
+++ b/metadata/org.xphnx.ameixa.yml
@@ -8,21 +8,21 @@ Changelog: https://gitlab.com/xphnx/ameixa/-/tags
AutoName: Ameixa
Description: |-
- Ameixa is a Material Design inspired icon theme aiming to provide a
- consistent and minimalistic look to your device. This theme supports
- mainly FLOSS apps icons. There is also a black and white version
- available https://f-droid.org/packages/org.xphnx.ameixamonochrome.
+ Ameixa is a Material Design inspired icon theme aiming to provide a
+ consistent and minimalistic look to your device. This theme supports
+ mainly FLOSS apps icons. There is also a black and white version
+ available https://f-droid.org/packages/org.xphnx.ameixamonochrome.
- Suported launchers:
+ Suported launchers:
- * Trebuchet
- * Kiss
- * Nova
- * Apex
- * Holo
- * Asus
- * Adw
- * and many more
+ * Trebuchet
+ * Kiss
+ * Nova
+ * Apex
+ * Holo
+ * Asus
+ * Adw
+ * and many more
RepoType: git
Repo: https://gitlab.com/xphnx/ameixa.git
diff --git a/metadata/org.xphnx.ameixamonochrome.yml b/metadata/org.xphnx.ameixamonochrome.yml
index 7367f72ebd..3c62a2672e 100644
--- a/metadata/org.xphnx.ameixamonochrome.yml
+++ b/metadata/org.xphnx.ameixamonochrome.yml
@@ -8,21 +8,21 @@ Changelog: https://gitlab.com/xphnx/ameixa/-/tags
AutoName: Ameixa Monochrome
Description: |-
- Ameixa Monochrome is a Material Design inspired icon theme aiming to
- provide a consistent and minimalistic look to your device. This theme
- supports mainly FLOSS apps icons. There is also a colored version
- available https://f-droid.org/packages/org.xphnx.ameixa.
+ Ameixa Monochrome is a Material Design inspired icon theme aiming to
+ provide a consistent and minimalistic look to your device. This theme
+ supports mainly FLOSS apps icons. There is also a colored version
+ available https://f-droid.org/packages/org.xphnx.ameixa.
- Suported launchers:
+ Suported launchers:
- * Trebuchet
- * Kiss
- * Nova
- * Apex
- * Holo
- * Asus
- * Adw
- * and many more
+ * Trebuchet
+ * Kiss
+ * Nova
+ * Apex
+ * Holo
+ * Asus
+ * Adw
+ * and many more
RepoType: git
Repo: https://gitlab.com/xphnx/ameixa.git
@@ -126,7 +126,7 @@ Builds:
gradle:
- monochromatic
prebuild: sed -i -e 's/applicationIdSuffix "monochrome"/applicationId "org.xphnx.ameixamonochrome"/'
- build.gradle
+ build.gradle
- versionName: 4.1.4
versionCode: 414
@@ -135,7 +135,7 @@ Builds:
gradle:
- monochromatic
prebuild: sed -i -e 's/applicationIdSuffix "monochrome"/applicationId "org.xphnx.ameixamonochrome"/'
- build.gradle
+ build.gradle
- versionName: 4.2.1
versionCode: 421
@@ -144,7 +144,7 @@ Builds:
gradle:
- monochromatic
prebuild: sed -i -e 's/applicationIdSuffix "monochrome"/applicationId "org.xphnx.ameixamonochrome"/'
- build.gradle
+ build.gradle
- versionName: 4.2.2
versionCode: 422
@@ -153,7 +153,7 @@ Builds:
gradle:
- monochromatic
prebuild: sed -i -e 's/applicationIdSuffix "monochrome"/applicationId "org.xphnx.ameixamonochrome"/'
- build.gradle
+ build.gradle
- versionName: 4.3.0
versionCode: 430
@@ -162,7 +162,7 @@ Builds:
gradle:
- monochromatic
prebuild: sed -i -e 's/applicationIdSuffix "monochrome"/applicationId "org.xphnx.ameixamonochrome"/'
- build.gradle
+ build.gradle
- versionName: 4.4.0
versionCode: 440
@@ -171,7 +171,7 @@ Builds:
gradle:
- monochromatic
prebuild: sed -i -e 's/applicationIdSuffix "monochrome"/applicationId "org.xphnx.ameixamonochrome"/'
- build.gradle
+ build.gradle
- versionName: 4.5.1
versionCode: 451
@@ -180,7 +180,7 @@ Builds:
gradle:
- monochromatic
prebuild: sed -i -e 's/applicationIdSuffix "monochrome"/applicationId "org.xphnx.ameixamonochrome"/'
- build.gradle
+ build.gradle
- versionName: 4.6.0
versionCode: 460
@@ -189,7 +189,7 @@ Builds:
gradle:
- monochromatic
prebuild: sed -i -e 's/applicationIdSuffix "monochrome"/applicationId "org.xphnx.ameixamonochrome"/'
- build.gradle
+ build.gradle
- versionName: 4.7.0
versionCode: 470
@@ -198,7 +198,7 @@ Builds:
gradle:
- monochromatic
prebuild: sed -i -e 's/applicationIdSuffix "monochrome"/applicationId "org.xphnx.ameixamonochrome"/'
- build.gradle
+ build.gradle
- versionName: 4.7.1
versionCode: 471
@@ -207,7 +207,7 @@ Builds:
gradle:
- monochromatic
prebuild: sed -i -e 's/applicationIdSuffix "monochrome"/applicationId "org.xphnx.ameixamonochrome"/'
- build.gradle
+ build.gradle
- versionName: 4.7.2
versionCode: 472
@@ -216,7 +216,7 @@ Builds:
gradle:
- monochromatic
prebuild: sed -i -e 's/applicationIdSuffix "monochrome"/applicationId "org.xphnx.ameixamonochrome"/'
- build.gradle
+ build.gradle
- versionName: 4.8.1
versionCode: 481
@@ -225,7 +225,7 @@ Builds:
gradle:
- monochromatic
prebuild: sed -i -e 's/applicationIdSuffix "monochrome"/applicationId "org.xphnx.ameixamonochrome"/'
- build.gradle
+ build.gradle
- versionName: 4.9.0
versionCode: 490
@@ -234,7 +234,7 @@ Builds:
gradle:
- monochromatic
prebuild: sed -i -e 's/applicationIdSuffix "monochrome"/applicationId "org.xphnx.ameixamonochrome"/'
- build.gradle
+ build.gradle
- versionName: 4.9.1
versionCode: 491
@@ -243,7 +243,7 @@ Builds:
gradle:
- monochromatic
prebuild: sed -i -e 's/applicationIdSuffix "monochrome"/applicationId "org.xphnx.ameixamonochrome"/'
- build.gradle
+ build.gradle
- versionName: 4.10.0
versionCode: 4100
@@ -252,7 +252,7 @@ Builds:
gradle:
- monochromatic
prebuild: sed -i -e 's/applicationIdSuffix "monochrome"/applicationId "org.xphnx.ameixamonochrome"/'
- build.gradle
+ build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/org.xphnx.iconsubmit.yml b/metadata/org.xphnx.iconsubmit.yml
index 621847f772..a71f953646 100644
--- a/metadata/org.xphnx.iconsubmit.yml
+++ b/metadata/org.xphnx.iconsubmit.yml
@@ -7,13 +7,13 @@ Changelog: https://gitlab.com/xphnx/icon-request-tool/raw/HEAD/CHANGELOG.md
AutoName: Turtl
Description: |-
- Share the data for adding missing icons in an icon oack via email (or other
- protocols like Owncloud, NFC, Bluetooth, IM...). It just collects the app title,
- package name, activity name and the icon file of the apps your select. By
- default have set the email address for
- TwelF and
- Onze requests,
- but you can write another one.
+ Share the data for adding missing icons in an icon oack via email (or other
+ protocols like Owncloud, NFC, Bluetooth, IM...). It just collects the app title,
+ package name, activity name and the icon file of the apps your select. By
+ default have set the email address for
+ TwelF and
+ Onze requests,
+ but you can write another one.
RepoType: git
Repo: https://gitlab.com/xphnx/icon-request-tool.git
diff --git a/metadata/org.y20k.trackbook.yml b/metadata/org.y20k.trackbook.yml
index 629feee730..be25811a4c 100644
--- a/metadata/org.y20k.trackbook.yml
+++ b/metadata/org.y20k.trackbook.yml
@@ -10,9 +10,9 @@ Changelog: https://codeberg.org/y20k/trackbook/releases
AutoName: Trackbook
Description: |-
- Trackbook is a bare bones app for recording your movements. Trackbook is great
- for hiking, vacation or workout. Once started it traces your movements on a map.
- The map data is provided by OpenStreetMap (OSM).
+ Trackbook is a bare bones app for recording your movements. Trackbook is great
+ for hiking, vacation or workout. Once started it traces your movements on a map.
+ The map data is provided by OpenStreetMap (OSM).
RepoType: git
Repo: https://codeberg.org/y20k/trackbook.git
diff --git a/metadata/org.yaaic.yml b/metadata/org.yaaic.yml
index 0a7d5d90dc..9844b24001 100644
--- a/metadata/org.yaaic.yml
+++ b/metadata/org.yaaic.yml
@@ -10,21 +10,21 @@ FlattrID: '3412'
AutoName: Yaaic
Description: |-
- Yaaic (Yet Another Android IRC Client) is an Internet Relay Chat (IRC) client.
+ Yaaic (Yet Another Android IRC Client) is an Internet Relay Chat (IRC) client.
- Some of the features:
+ Some of the features:
- * multi-server/channel support
- * SASL support
- * Colored text as well as mIRC colors
- * Smooth channel scrolling / swiping
- * Message icons
- * A bunch of commands
- * Many supported charsets
- * Colored nicknames
- * Nick completion (use search button)
- * Graphical smilies
- * Scrollback history
+ * multi-server/channel support
+ * SASL support
+ * Colored text as well as mIRC colors
+ * Smooth channel scrolling / swiping
+ * Message icons
+ * A bunch of commands
+ * Many supported charsets
+ * Colored nicknames
+ * Nick completion (use search button)
+ * Graphical smilies
+ * Scrollback history
RepoType: git
Repo: https://github.com/pocmo/Yaaic.git
diff --git a/metadata/org.yabause.android.yml b/metadata/org.yabause.android.yml
index f213aa5548..342ac83168 100644
--- a/metadata/org.yabause.android.yml
+++ b/metadata/org.yabause.android.yml
@@ -7,14 +7,14 @@ IssueTracker: https://sourceforge.net/projects/yabause/support
Changelog: http://wiki.yabause.org/index.php5?title=Changelog
Description: |-
- Yabause support booting games using Saturn cds or iso files. BIOS (optional)
- should be placed into /sdcard/yabause/bios and games go in
- /sdcard/yabause/games.
+ Yabause support booting games using Saturn cds or iso files. BIOS (optional)
+ should be placed into /sdcard/yabause/bios and games go in
+ /sdcard/yabause/games.
- Compatibility
- list
+ Compatibility
+ list
- Status: ALPHA
+ Status: ALPHA
RepoType: git-svn
Repo: https://svn.code.sf.net/p/yabause/code/trunk
diff --git a/metadata/org.yausername.dvd.yml b/metadata/org.yausername.dvd.yml
index 6ebe6347d4..3f52b5f0f6 100644
--- a/metadata/org.yausername.dvd.yml
+++ b/metadata/org.yausername.dvd.yml
@@ -200,9 +200,9 @@ Builds:
- ABI_FILTERS=arm64-v8a
MaintainerNotes: |-
- * For every release 4 versions are built, one for each architecture.
- * versionCode is updated in build.grade as prebuild step to differentiate each architecture version.
- * versionCode must follow x86 < x86_64 < armeabi-v7a < arm64-v8a.
+ * For every release 4 versions are built, one for each architecture.
+ * versionCode is updated in build.grade as prebuild step to differentiate each architecture version.
+ * versionCode must follow x86 < x86_64 < armeabi-v7a < arm64-v8a.
ArchivePolicy: 12
AutoUpdateMode: None
diff --git a/metadata/org.yaxim.androidclient.yml b/metadata/org.yaxim.androidclient.yml
index cb8c4027e8..fb0544d6f2 100644
--- a/metadata/org.yaxim.androidclient.yml
+++ b/metadata/org.yaxim.androidclient.yml
@@ -12,13 +12,13 @@ Changelog: https://raw.githubusercontent.com/yaxim-org/yaxim/HEAD/ChangeLog
AutoName: yaxim
Description: |-
- Yet Another XMPP Instant Messenger. Why pay for SMS if you can have unlimited
- messaging on your data plan? yaxim aims at security, low overhead and keeping
- your server connection open. So far, it only supports a single account.
+ Yet Another XMPP Instant Messenger. Why pay for SMS if you can have unlimited
+ messaging on your data plan? yaxim aims at security, low overhead and keeping
+ your server connection open. So far, it only supports a single account.
- Features include: connecting to one Jabber or GMail server and staying
- connected, chat with your contacts, change your roster, persistent Message
- History and notifications it self-signed certificates need to be accepted.
+ Features include: connecting to one Jabber or GMail server and staying
+ connected, chat with your contacts, change your roster, persistent Message
+ History and notifications it self-signed certificates need to be accepted.
RepoType: git
Repo: https://github.com/yaxim-org/yaxim.git
diff --git a/metadata/org.yuttadhammo.tipitaka.yml b/metadata/org.yuttadhammo.tipitaka.yml
index 5bb7d7365c..aa90704c1c 100644
--- a/metadata/org.yuttadhammo.tipitaka.yml
+++ b/metadata/org.yuttadhammo.tipitaka.yml
@@ -9,9 +9,9 @@ SourceCode: https://github.com/yuttadhammo/E-Tipitaka-for-Android
AutoName: Android Tipitaka
Description: |-
- A Roman-Pali version of the Theravada Buddhist canon with dictionaries and
- ability to import ATI English Dhamma site. There is ~15MB download required at
- the beginning.
+ A Roman-Pali version of the Theravada Buddhist canon with dictionaries and
+ ability to import ATI English Dhamma site. There is ~15MB download required at
+ the beginning.
RepoType: git
Repo: https://github.com/yuttadhammo/E-Tipitaka-for-Android
diff --git a/metadata/org.zakky.memopad.yml b/metadata/org.zakky.memopad.yml
index 31534d0fe2..73070b8c3a 100644
--- a/metadata/org.zakky.memopad.yml
+++ b/metadata/org.zakky.memopad.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/zaki50/MemoPad/issues
AutoName: MemoPad
Description: |-
- Simple drawing app with dual canvases, variable line width, canvas and pen
- colours.
+ Simple drawing app with dual canvases, variable line width, canvas and pen
+ colours.
RepoType: git
Repo: https://github.com/zaki50/MemoPad.git
diff --git a/metadata/org.zamedev.gloomydungeons1hardcore.opensource.yml b/metadata/org.zamedev.gloomydungeons1hardcore.opensource.yml
index dae30a0ba5..0501175d89 100644
--- a/metadata/org.zamedev.gloomydungeons1hardcore.opensource.yml
+++ b/metadata/org.zamedev.gloomydungeons1hardcore.opensource.yml
@@ -12,28 +12,28 @@ IssueTracker: https://github.com/restorer/gloomy-dungeons-3d/issues
Name: Gloomy Dungeons 3D - Hardcore
Description: |-
- Old-school and hard version of Gloomy Dungeons 3D.
+ Old-school and hard version of Gloomy Dungeons 3D.
- If you loved Doom and Wolfenstein 3D and want to go to back to gaming in the
- early 90s, Gloomy Dungeons 3D: Hardcore is for you! The game has so many
- features that you will be glued to your phone for hours. Watch out for sore
- fingers!
+ If you loved Doom and Wolfenstein 3D and want to go to back to gaming in the
+ early 90s, Gloomy Dungeons 3D: Hardcore is for you! The game has so many
+ features that you will be glued to your phone for hours. Watch out for sore
+ fingers!
- You can change control scheme in settings. There are 6 control schemes. Press
- hardware button "Menu" at any moment, than press "Options" in menu
+ You can change control scheme in settings. There are 6 control schemes. Press
+ hardware button "Menu" at any moment, than press "Options" in menu
- * Virtual world simulation with 3D visuals
- * Different types of enemies
- * Travel through immense graphically detailed mazes
- * More than 5 hours of game play
- * 25 different shooting locations
- * Unlock new weapons, skills and spill more blood
- * Optimized to run even on 1st Gen Android phones
- * All resources are free as in freedom
+ * Virtual world simulation with 3D visuals
+ * Different types of enemies
+ * Travel through immense graphically detailed mazes
+ * More than 5 hours of game play
+ * 25 different shooting locations
+ * Unlock new weapons, skills and spill more blood
+ * Optimized to run even on 1st Gen Android phones
+ * All resources are free as in freedom
- In f-droid.org version Zeemote isn't supported and analytics was removed.
- Non-personalized promo ads (of new games made by EightSines) can be shown on
- menu screen.
+ In f-droid.org version Zeemote isn't supported and analytics was removed.
+ Non-personalized promo ads (of new games made by EightSines) can be shown on
+ menu screen.
RepoType: git
Repo: https://github.com/restorer/gloomy-dungeons-3d
diff --git a/metadata/org.zamedev.gloomydungeons2.opensource.yml b/metadata/org.zamedev.gloomydungeons2.opensource.yml
index 55e8ee4e67..f6d7a34edc 100644
--- a/metadata/org.zamedev.gloomydungeons2.opensource.yml
+++ b/metadata/org.zamedev.gloomydungeons2.opensource.yml
@@ -13,32 +13,32 @@ Bitcoin: 1BkmsNEeW5A2YketBaa4pDFSAcDwnDuyDp
Name: Gloomy Dungeons 2
Description: |-
- In the second part of Gloomy Dungeons we offer you to become real shooter with
- sniper rifle or bloody-hands maniac with chainsaw. Target, weapon, shot... are
- you ready to feel adrenaline in your blood?
+ In the second part of Gloomy Dungeons we offer you to become real shooter with
+ sniper rifle or bloody-hands maniac with chainsaw. Target, weapon, shot... are
+ you ready to feel adrenaline in your blood?
- Expected by fans this oldschool 3D shooter is already here to give you
- completely new levels, creepy monsters who dare to taste your blood, pool of
- weapons to try yourself a real shooter from machine-gunner to rocketeer and
- several hours of gameplay in dark subway tunnels with special secrets.
+ Expected by fans this oldschool 3D shooter is already here to give you
+ completely new levels, creepy monsters who dare to taste your blood, pool of
+ weapons to try yourself a real shooter from machine-gunner to rocketeer and
+ several hours of gameplay in dark subway tunnels with special secrets.
- Special features:
+ Special features:
- * Easy and comfortable control.
- * Automap with real-time hints.
- * Get "Hands in blood", "Ultimate ninja", "I see dead monsters" and other achievements.
- * Choose your level: from easy to nightmare to train your shooting skills.
- * New better graphics, shadows, texture and music.
- * New weapons (chainsaw/guns/rifles/rocket launcher) and monsters.
- * Global map and level progress. Check out how many dead monsters you have in total.
+ * Easy and comfortable control.
+ * Automap with real-time hints.
+ * Get "Hands in blood", "Ultimate ninja", "I see dead monsters" and other achievements.
+ * Choose your level: from easy to nightmare to train your shooting skills.
+ * New better graphics, shadows, texture and music.
+ * New weapons (chainsaw/guns/rifles/rocket launcher) and monsters.
+ * Global map and level progress. Check out how many dead monsters you have in total.
- Along with the game you receive Live Wallpaper with Gloomy Dungeons on your
- screen. Endless run in the dark subway to enjoy your favorite 3D shooter all the
- time.
+ Along with the game you receive Live Wallpaper with Gloomy Dungeons on your
+ screen. Endless run in the dark subway to enjoy your favorite 3D shooter all the
+ time.
- In f-droid.org version Zeemote isn't supported and Google Analytics was removed.
- Non-personalized promo ads (of new games made by EightSines) can be shown on
- menu screen.
+ In f-droid.org version Zeemote isn't supported and Google Analytics was removed.
+ Non-personalized promo ads (of new games made by EightSines) can be shown on
+ menu screen.
RepoType: git
Repo: https://github.com/restorer/gloomy-dungeons-2
diff --git a/metadata/org.zeitgeist.movement.yml b/metadata/org.zeitgeist.movement.yml
index 1555ef3f7c..cbccc2bda5 100644
--- a/metadata/org.zeitgeist.movement.yml
+++ b/metadata/org.zeitgeist.movement.yml
@@ -10,19 +10,19 @@ Donate: https://sourceforge.net/p/tzm-android/donate/
AutoName: TZM
Description: |-
- "It's time to change... and we have a plan. Beyond poverty, politics and war."
+ "It's time to change... and we have a plan. Beyond poverty, politics and war."
- Application promoting The Zeitgeist Movement and The Venus Project. You will
- find here information about upcoming events such as Z-Day, shows, movies, etc.
+ Application promoting The Zeitgeist Movement and The Venus Project. You will
+ find here information about upcoming events such as Z-Day, shows, movies, etc.
- N.B Any function that requires a map will be unusable because Google Maps
- is the only map source and API key aren't in the source code. There are very
- few, but if you need to use Google Maps you can install a developer build from
- the website.
+ N.B Any function that requires a map will be unusable because Google Maps
+ is the only map source and API key aren't in the source code. There are very
+ few, but if you need to use Google Maps you can install a developer build from
+ the website.
- Anti-feature: Dependencies. It's necessary for Google Maps to be already
- installed either as an app or as a shared system library for this app to be
- installable. We will be able to remove this dependency soon.
+ Anti-feature: Dependencies. It's necessary for Google Maps to be already
+ installed either as an app or as a shared system library for this app to be
+ installable. We will be able to remove this dependency soon.
RepoType: git-svn
Repo: https://svn.code.sf.net/p/tzm-android/code/TZM-Android/
@@ -37,11 +37,11 @@ Builds:
commit: '316'
MaintainerNotes: |-
- 1.2.4: The app doesn't seem to work unless cellular is working!
+ 1.2.4: The app doesn't seem to work unless cellular is working!
- Template for the next version: remember to remove anti-feature
- and fix the description!
- prebuild=sed -i '/maps/d' AndroidManifest.xml
+ Template for the next version: remember to remove anti-feature
+ and fix the description!
+ prebuild=sed -i '/maps/d' AndroidManifest.xml
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/org.zephyrsoft.checknetwork.yml b/metadata/org.zephyrsoft.checknetwork.yml
index 075a86c28a..e098acae84 100644
--- a/metadata/org.zephyrsoft.checknetwork.yml
+++ b/metadata/org.zephyrsoft.checknetwork.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- Tracking:
- en-US: Crash reports are sent without asking your consent.
+ Tracking:
+ en-US: Crash reports are sent without asking your consent.
Categories:
- Internet
License: GPL-3.0-only
@@ -13,13 +13,13 @@ Changelog: https://zephyrsoft.org/checknetwork/history
AutoName: Check Network
Description: |-
- Due to changes to APN privileges in Android 4.0.4 this will only work as a
- system app.
+ Due to changes to APN privileges in Android 4.0.4 this will only work as a
+ system app.
- Periodically checks the internet connection and reconnects if the internet can't
- be reached. Every check downloads 5KB from google.com.
+ Periodically checks the internet connection and reconnects if the internet can't
+ be reached. Every check downloads 5KB from google.com.
- Tracking: Crash reports are sent without interaction.
+ Tracking: Crash reports are sent without interaction.
RepoType: git
Repo: https://github.com/mathisdt/checknetwork
diff --git a/metadata/org.zephyrsoft.sdbviewer.yml b/metadata/org.zephyrsoft.sdbviewer.yml
index 1acedaa4fb..29ee831908 100644
--- a/metadata/org.zephyrsoft.sdbviewer.yml
+++ b/metadata/org.zephyrsoft.sdbviewer.yml
@@ -11,19 +11,19 @@ Changelog: https://zephyrsoft.org/sdbviewer/history
AutoName: SDB Viewer
Description: |-
- This app can display the data produced and managed by Song Database
- if the file is accessible via URL (web address). It cannot be used for anything else, so if you
- don't use Song Database, this app isn't meant for you!
+ This app can display the data produced and managed by Song Database
+ if the file is accessible via URL (web address). It cannot be used for anything else, so if you
+ don't use Song Database, this app isn't meant for you!
- You can view the song lyrics, any available translation and the guitar chords (if available).
- Translation and chords can be disabled in the settings. The app keeps a local version of the data
- until it can fetch an update (after a timeout which is three days by default) so you can use
- it offline as well.
+ You can view the song lyrics, any available translation and the guitar chords (if available).
+ Translation and chords can be disabled in the settings. The app keeps a local version of the data
+ until it can fetch an update (after a timeout which is three days by default) so you can use
+ it offline as well.
- If you are the administrator of your Song Database installation and don't want to upload the
- file containing the songs every time you modify it, you could set up a synchronisation solution
- like Nextcloud and use the "share link" functionality - the resulting
- link has to be used in the app.
+ If you are the administrator of your Song Database installation and don't want to upload the
+ file containing the songs every time you modify it, you could set up a synchronisation solution
+ like Nextcloud and use the "share link" functionality - the resulting
+ link has to be used in the app.
RepoType: git
Repo: https://github.com/mathisdt/sdbviewer.git
diff --git a/metadata/org.zeroxlab.zeroxbenchmark.yml b/metadata/org.zeroxlab.zeroxbenchmark.yml
index 02e43a09af..2f092d055f 100644
--- a/metadata/org.zeroxlab.zeroxbenchmark.yml
+++ b/metadata/org.zeroxlab.zeroxbenchmark.yml
@@ -7,19 +7,19 @@ SourceCode: https://code.google.com/archive/p/0xbench/source/default/source
AutoName: 0xBenchmark
Summary: System benchmark
Description: |-
- Comprehensive benchmark suite, covering:
+ Comprehensive benchmark suite, covering:
- * Java arithmetic
- * Java garbage collection
- * OpenGL|ES (3D)
- * 2D canvas
- * JavaScript engine
+ * Java arithmetic
+ * Java garbage collection
+ * OpenGL|ES (3D)
+ * 2D canvas
+ * JavaScript engine
- Allows to upload results to community server
- for comparison and analysis.
+ Allows to upload results to community server
+ for comparison and analysis.
- Note: Native benchmarks requiring pre-installed binaries and root access are not
- available in this build.
+ Note: Native benchmarks requiring pre-installed binaries and root access are not
+ available in this build.
Builds:
- versionName: 1.1.5
diff --git a/metadata/org.zimmob.zimlx.yml b/metadata/org.zimmob.zimlx.yml
index b32fa5734c..d3fbb47880 100644
--- a/metadata/org.zimmob.zimlx.yml
+++ b/metadata/org.zimmob.zimlx.yml
@@ -10,42 +10,42 @@ Changelog: https://github.com/otakuhqz/ZimLX/releases
Donate: https://paypal.me/saulhenriquez
Description: |-
- Open Source and free Launcher for Android based on
- https://f-droid.org/packages/ch.deletescape.lawnchair.plah and https://f-droid.org/packages/com.benny.openlauncher.
+ Open Source and free Launcher for Android based on
+ https://f-droid.org/packages/ch.deletescape.lawnchair.plah and https://f-droid.org/packages/com.benny.openlauncher.
- Main Features
+ Main Features
- Desktop:
- * Row and Columns config
- * Three indicator Style mode
- * Minibar support with custom color configuration
+ Desktop:
+ * Row and Columns config
+ * Three indicator Style mode
+ * Minibar support with custom color configuration
- Dock:
- * Two rows support
- * Background Size
+ Dock:
+ * Two rows support
+ * Background Size
- App Drawer:
- * Row and Columns configuration
- * Vertical Layout
- * Hide Apps
- * Label Size and color configuration
- * Custom Scrollbar
- * Most used apps support and configuration (5 or 10)
- * Widgets by long click
+ App Drawer:
+ * Row and Columns configuration
+ * Vertical Layout
+ * Hide Apps
+ * Label Size and color configuration
+ * Custom Scrollbar
+ * Most used apps support and configuration (5 or 10)
+ * Widgets by long click
- Appearance:
- * Theme Color Change
- * Theme Black, Dark and Light
- * Icon Size
- * Icon Pack support
- * Icon Shape support
+ Appearance:
+ * Theme Color Change
+ * Theme Black, Dark and Light
+ * Icon Size
+ * Icon Pack support
+ * Icon Shape support
- Folder:
- * Show notification counts in folder
+ Folder:
+ * Show notification counts in folder
- Notifications:
- * Icon Badge support in apps and Folder
- * Icon badge color configuration.
+ Notifications:
+ * Icon Badge support in apps and Folder
+ * Icon badge color configuration.
RepoType: git
Repo: https://github.com/otakuhqz/ZimLX
@@ -74,7 +74,7 @@ Builds:
- echo -e '\nandroid.injected.testOnly=false' >> gradle.properties
MaintainerNotes: Update checks don't work because the version name and code are stored
- in a separate version.properties file.
+ in a separate version.properties file.
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/org.zirco.yml b/metadata/org.zirco.yml
index 0310792444..c28ff2a585 100644
--- a/metadata/org.zirco.yml
+++ b/metadata/org.zirco.yml
@@ -5,21 +5,21 @@ SourceCode: https://archive.softwareheritage.org/browse/origin/http://zirco-brow
AutoName: Zirco Browser
Description: |-
- A web browser featuring:
+ A web browser featuring:
- * Basic browser features (bookmarks, history, downloads...);
- * Unlimited tabs;
- * Easy bookmarks access;
- * Easy tabs opening and closing;
- * Bookmarks import from legacy Android browser;
- * Can be set as default browser;
- * Ad-blocker
+ * Basic browser features (bookmarks, history, downloads...);
+ * Unlimited tabs;
+ * Easy bookmarks access;
+ * Easy tabs opening and closing;
+ * Bookmarks import from legacy Android browser;
+ * Can be set as default browser;
+ * Ad-blocker
- Despite having seen no updates since 2012, the app still works (2023) but for full functionality requires a (physical) menu button.
+ Despite having seen no updates since 2012, the app still works (2023) but for full functionality requires a (physical) menu button.
- Similar apps:
+ Similar apps:
- * https://f-droid.org/packages/org.tint (Android 4.0+)
+ * https://f-droid.org/packages/org.tint (Android 4.0+)
Builds:
- versionName: 0.3.6
diff --git a/metadata/oss.krtirtho.spotube.yml b/metadata/oss.krtirtho.spotube.yml
index 807f462f7a..185269f80e 100644
--- a/metadata/oss.krtirtho.spotube.yml
+++ b/metadata/oss.krtirtho.spotube.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on Spotify, which is non-free.
+ NonFreeNet:
+ en-US: App depends on Spotify, which is non-free.
Categories:
- Internet
- Multimedia
diff --git a/metadata/ovh.ice.icecons.yml b/metadata/ovh.ice.icecons.yml
index 2c4daebf38..9a473bb883 100644
--- a/metadata/ovh.ice.icecons.yml
+++ b/metadata/ovh.ice.icecons.yml
@@ -8,11 +8,11 @@ Changelog: https://github.com/1C3/ICEcons/releases
AutoName: ICEcons
Summary: OSS white icon pack
Description: |-
- This app has been discontinued, you should rather use its successor
- https://f-droid.org/packages/com.dkanada.icecons.
+ This app has been discontinued, you should rather use its successor
+ https://f-droid.org/packages/com.dkanada.icecons.
- Icon pack for Trebuchet, Kiss, Nova, Apex, Holo and Adw launchers, also includes
- 4k wallpapers.
+ Icon pack for Trebuchet, Kiss, Nova, Apex, Holo and Adw launchers, also includes
+ 4k wallpapers.
RepoType: git
Repo: https://github.com/1C3/ICEcons.git
diff --git a/metadata/paulscode.android.mupen64plusae.yml b/metadata/paulscode.android.mupen64plusae.yml
index 3c9b892b95..ccedd9016a 100644
--- a/metadata/paulscode.android.mupen64plusae.yml
+++ b/metadata/paulscode.android.mupen64plusae.yml
@@ -10,24 +10,24 @@ Changelog: https://github.com/paulscode/mupen64plus-ae/raw/HEAD/assets/changelog
AutoName: Mupen64 Plus AE
Description: |-
- This app has been deprecated in favor of [[org.mupen64plusae.v3.alpha]].
+ This app has been deprecated in favor of [[org.mupen64plusae.v3.alpha]].
- Mupen64Plus AE (Android Edition) is a port of Mupen64Plus to Android (not
- officially supported by the Mupen64Plus team). See
- PDRoms for public domain ROMs.
+ Mupen64Plus AE (Android Edition) is a port of Mupen64Plus to Android (not
+ officially supported by the Mupen64Plus team). See
+ PDRoms for public domain ROMs.
- For info about specific games:
- wiki.
+ For info about specific games:
+ wiki.
- Getting started:
+ Getting started:
- * Transfer ROMs anywhere to your internal storage (default /sdcard/roms/n64/)
- * Browse to them from within the app
- * ROMs must be in .n64, .v64, or .z64 format, optionally in .zip files
+ * Transfer ROMs anywhere to your internal storage (default /sdcard/roms/n64/)
+ * Browse to them from within the app
+ * ROMs must be in .n64, .v64, or .z64 format, optionally in .zip files
- A proprietary library to support the Ouya games console was removed before
- building.
+ A proprietary library to support the Ouya games console was removed before
+ building.
RepoType: git
Repo: https://github.com/paulscode/mupen64plus-ae.git
@@ -85,11 +85,11 @@ Builds:
ndk: r12b
MaintainerNotes: |-
- version codes:
- +0: - (upstream)
- +1: x86
- +2: arm
- +3: armv7 (CV)
+ version codes:
+ +0: - (upstream)
+ +1: x86
+ +2: arm
+ +3: armv7 (CV)
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/pc.javier.seguime.yml b/metadata/pc.javier.seguime.yml
index a0952c9dbf..179fea3442 100644
--- a/metadata/pc.javier.seguime.yml
+++ b/metadata/pc.javier.seguime.yml
@@ -10,18 +10,18 @@ Donate: https://gitlab.com/javipc/mas
AutoName: Seguime
Description: |-
- It stores GPS coordinates and sends them to your Web server so you can see where
- is the device.
+ It stores GPS coordinates and sends them to your Web server so you can see where
+ is the device.
- * You can build your own server (more privacy).
- * Send coordinates by Telegram (Bot) and SMS.
- * Settings from the website.
- * Control over time of activity and downtime to save battery.
- * Easy to create accounts without requesting personal data.
- * Timer for emergency.
+ * You can build your own server (more privacy).
+ * Send coordinates by Telegram (Bot) and SMS.
+ * Settings from the website.
+ * Control over time of activity and downtime to save battery.
+ * Easy to create accounts without requesting personal data.
+ * Timer for emergency.
- It's just a project, so it can only be used for experimental purposes and not
- for security purposes.
+ It's just a project, so it can only be used for experimental purposes and not
+ for security purposes.
RepoType: git
Repo: https://gitlab.com/javipc/seguime.git
diff --git a/metadata/pe.moe.nori.yml b/metadata/pe.moe.nori.yml
index 61bda5a52d..9c2baf8b65 100644
--- a/metadata/pe.moe.nori.yml
+++ b/metadata/pe.moe.nori.yml
@@ -7,15 +7,15 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FSV
AutoName: Nori
Summary: Online gallery viewer
Description: |-
- This app has been deprecated in favor of https://f-droid.org/packages/io.github.tjg1.nori from the same
- author.
+ This app has been deprecated in favor of https://f-droid.org/packages/io.github.tjg1.nori from the same
+ author.
- Connect to Danbooru image galleries and browse by tags (A swipe from the side
- reveals the action bar).
+ Connect to Danbooru image galleries and browse by tags (A swipe from the side
+ reveals the action bar).
- The safebooru.org site is preloaded which shows Anime images that are considered
- 'safe for work'. Note that the images there are usually of high quality and
- though the app is fast, a lot of data will be downloaded.
+ The safebooru.org site is preloaded which shows Anime images that are considered
+ 'safe for work'. Note that the images there are usually of high quality and
+ though the app is fast, a lot of data will be downloaded.
Builds:
- versionName: 1.1.1
diff --git a/metadata/peanutencryption.peanutencryption.yml b/metadata/peanutencryption.peanutencryption.yml
index c625f74815..c6b74bf441 100644
--- a/metadata/peanutencryption.peanutencryption.yml
+++ b/metadata/peanutencryption.peanutencryption.yml
@@ -6,16 +6,16 @@ IssueTracker: https://github.com/goexle/peanutEncryption/issues
AutoName: Peanut Encryption
Description: |-
- Store your codes and passwords encrypted on your device. You need your master
- password each time you want to access your saved codes/passwords.
+ Store your codes and passwords encrypted on your device. You need your master
+ password each time you want to access your saved codes/passwords.
- Your codes/passwords are encrypted with an AES 256 key generated with your
- master password. The key and the password will be deleted immediately if the app
- goes into background. So each time you switch back to the app you will have to
- enter your password again and the key will be generated to decrypt your data.
+ Your codes/passwords are encrypted with an AES 256 key generated with your
+ master password. The key and the password will be deleted immediately if the app
+ goes into background. So each time you switch back to the app you will have to
+ enter your password again and the key will be generated to decrypt your data.
- AT NO TIME WILL YOUR DATA BE UPLOADED TO THE INTERNET OR USED FOR ANYTHING ELSE!
- Your data is stored encrypted on your device and will stay on your device.
+ AT NO TIME WILL YOUR DATA BE UPLOADED TO THE INTERNET OR USED FOR ANYTHING ELSE!
+ Your data is stored encrypted on your device and will stay on your device.
RepoType: git
Repo: https://github.com/goexle/peanutEncryption
diff --git a/metadata/pk.contender.earmouse.yml b/metadata/pk.contender.earmouse.yml
index d0e4941063..212f8da0fb 100644
--- a/metadata/pk.contender.earmouse.yml
+++ b/metadata/pk.contender.earmouse.yml
@@ -9,10 +9,10 @@ Bitcoin: 1FdwmPaKhE6pmPRxNHcWh3yFDo3mdtMPy
AutoName: Earmouse
Description: |-
- Learn to tell apart different musical intervals and chords through one of the
- many available modules. Earmouse comes with 10 modules pre-installed to get you
- started. 13 additional modules with various exercises of increasing difficulty
- are freely available through the in-app module manager.
+ Learn to tell apart different musical intervals and chords through one of the
+ many available modules. Earmouse comes with 10 modules pre-installed to get you
+ started. 13 additional modules with various exercises of increasing difficulty
+ are freely available through the in-app module manager.
RepoType: git
Repo: https://gitlab.com/pklinken/earmouse.git
@@ -27,7 +27,7 @@ Builds:
rm:
- Earmouse/libs/*.jar
prebuild: sed -i -e '/fileTree/d' -e '/gson/acompile "com.google.guava:guava:17.0"\ncompile
- "joda-time:joda-time:2.5"' build.gradle
+ "joda-time:joda-time:2.5"' build.gradle
- versionName: 1.1b
versionCode: 18
@@ -38,7 +38,7 @@ Builds:
rm:
- Earmouse/libs/*.jar
prebuild: sed -i -e '/fileTree/d' -e '/gson/acompile "com.google.guava:guava:17.0"\ncompile
- "joda-time:joda-time:2.5"' build.gradle
+ "joda-time:joda-time:2.5"' build.gradle
- versionName: '1.2'
versionCode: 23
diff --git a/metadata/pl.hypeapp.endoscope.yml b/metadata/pl.hypeapp.endoscope.yml
index c8207e5f94..64c384b419 100644
--- a/metadata/pl.hypeapp.endoscope.yml
+++ b/metadata/pl.hypeapp.endoscope.yml
@@ -8,10 +8,10 @@ IssueTracker: https://github.com/hypeapps/Endoscope/issues
AutoName: Endoscope
Description: |-
- Endoscope allows you to fast link two android devices and stream a live video of
- the camera of one device to the other. Video stream is over Wi-Fi. One device
- hosts live stream and another connect to it. Remember: to use Endscope your
- devices must be connected to the same Wi-Fi network.
+ Endoscope allows you to fast link two android devices and stream a live video of
+ the camera of one device to the other. Video stream is over Wi-Fi. One device
+ hosts live stream and another connect to it. Remember: to use Endscope your
+ devices must be connected to the same Wi-Fi network.
RepoType: git
Repo: https://github.com/hypeapps/Endoscope.git
diff --git a/metadata/pl.kuben.progressapp.yml b/metadata/pl.kuben.progressapp.yml
index 122b2c9f6a..30cf39b95e 100644
--- a/metadata/pl.kuben.progressapp.yml
+++ b/metadata/pl.kuben.progressapp.yml
@@ -10,19 +10,19 @@ Donate: https://www.paypal.me/JakubNeukirch
AutoName: Progress Tracker
Description: |-
- The progress tracking app you needed to improve your regularity and achieve
- success. This app lets you track:
+ The progress tracking app you needed to improve your regularity and achieve
+ success. This app lets you track:
- * lost weight
- * days without smoking
- * days to labor
- * read books
- * days spent productive
+ * lost weight
+ * days without smoking
+ * days to labor
+ * read books
+ * days spent productive
- Thanks to detailed information presented in professionally designed charts about
- your progress you can analyze when are you the most productive and in which
- activities. Choose smart goals and go on, do your thing. Check if it is your way
- to achieve success.
+ Thanks to detailed information presented in professionally designed charts about
+ your progress you can analyze when are you the most productive and in which
+ activities. Choose smart goals and go on, do your thing. Check if it is your way
+ to achieve success.
RepoType: git
Repo: https://gitlab.com/JakubNeukirch/progress-tracker.git
diff --git a/metadata/pl.librus.client.yml b/metadata/pl.librus.client.yml
index 12ebb456a8..04ce3bcc7e 100644
--- a/metadata/pl.librus.client.yml
+++ b/metadata/pl.librus.client.yml
@@ -9,10 +9,10 @@ IssueTracker: https://github.com/shymmq/librus-client/issues
AutoName: Dziennik
Summary: Client for Synergia Librus
Description: |-
- This version is abandoned. Please use the new Kotlin app
- https://f-droid.org/packages/com.wabadaba.dziennik.
+ This version is abandoned. Please use the new Kotlin app
+ https://f-droid.org/packages/com.wabadaba.dziennik.
- Client for the Polish school system Synergia Librus.
+ Client for the Polish school system Synergia Librus.
RepoType: git
Repo: https://github.com/shymmq/librus-client
@@ -25,7 +25,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/google-services/d' -e '/fullCompile/d' -e '/dl.bintray.com/d'
- -e 's/url = /url /' ../build.gradle build.gradle
+ -e 's/url = /url /' ../build.gradle build.gradle
- versionName: 1.1r
versionCode: 10
@@ -34,7 +34,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/google-services/d' -e '/fullCompile/d' -e '/dl.bintray.com/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
- versionName: 1.2r
versionCode: 11
@@ -43,7 +43,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/google-services/d' -e '/fullCompile/d' -e '/dl.bintray.com/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
- versionName: 1.3r
versionCode: 12
@@ -53,7 +53,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/google-services/d' -e '/fullCompile/d' -e '/dl.bintray.com/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
- versionName: 1.4r
versionCode: 13
@@ -62,7 +62,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/google-services/d' -e '/fullCompile/d' -e '/dl.bintray.com/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
- versionName: 1.5r
versionCode: 14
@@ -71,7 +71,7 @@ Builds:
gradle:
- foss
prebuild: sed -i -e '/google-services/d' -e '/fullCompile/d' -e '/dl.bintray.com/d'
- ../build.gradle build.gradle
+ ../build.gradle build.gradle
ArchivePolicy: 0
AutoUpdateMode: None
diff --git a/metadata/pl.narfsoftware.thermometer.yml b/metadata/pl.narfsoftware.thermometer.yml
index 5e0f9bdd5f..1300708e8f 100644
--- a/metadata/pl.narfsoftware.thermometer.yml
+++ b/metadata/pl.narfsoftware.thermometer.yml
@@ -8,23 +8,23 @@ IssueTracker: https://github.com/mateuszbuda/ThermometerExtended2/issues
AutoName: Thermometer Extended
Description: |-
- It displays additional information about various ambient conditions. You can
- also choose to save data and examine it on a plot.
+ It displays additional information about various ambient conditions. You can
+ also choose to save data and examine it on a plot.
- Features:
+ Features:
- * Temperature
- * Relative humidity
- * Absolute humidity
- * Pressure
- * Dew point
- * Light
- * Magnetic field
+ * Temperature
+ * Relative humidity
+ * Absolute humidity
+ * Pressure
+ * Dew point
+ * Light
+ * Magnetic field
- Notice: When you are using Thermometer Extended in Save Data mode, chosen
- sensors stay active, even if you close application. That may drain device
- battery especially quickly, so always remember to stop saving data if you do not
- need it. By default this option for all sensors is turned off.
+ Notice: When you are using Thermometer Extended in Save Data mode, chosen
+ sensors stay active, even if you close application. That may drain device
+ battery especially quickly, so always remember to stop saving data if you do not
+ need it. By default this option for all sensors is turned off.
RepoType: git
Repo: https://github.com/mateuszbuda/ThermometerExtended2.git
diff --git a/metadata/pl.net.szafraniec.NFCKey.yml b/metadata/pl.net.szafraniec.NFCKey.yml
index f044511c4b..c7da42984b 100644
--- a/metadata/pl.net.szafraniec.NFCKey.yml
+++ b/metadata/pl.net.szafraniec.NFCKey.yml
@@ -9,25 +9,25 @@ Bitcoin: 17E32x5ygXkqf5EWJkryZuarUDUFrb8UqQ
AutoName: NFC Key
Description: |-
- Unlock KeePass database with any NFC tags such as:
+ Unlock KeePass database with any NFC tags such as:
- * Mifare Ultralight
- * Mifare Classic
- * NTAG203
- * Sony SmartTag (few types are R/W)
+ * Mifare Ultralight
+ * Mifare Classic
+ * NTAG203
+ * Sony SmartTag (few types are R/W)
- Supports:
+ Supports:
- * Keepass2Android online
- * Keepass2Android offline
- * KeePassDroid
+ * Keepass2Android online
+ * Keepass2Android offline
+ * KeePassDroid
- Security: NFC tag stores only random numbers, and the password is encrypted with
- those numbers (AES-128 algorithm), stored in protected Android device memory. An
- attacker would have to scan(copy) your NFC tag and either steal and root your
- Android device to get your password. If you suspect that your NFC tag has been
- read, you can use NFC Key again to re-write it with new random values, rendering
- the previous information useless.
+ Security: NFC tag stores only random numbers, and the password is encrypted with
+ those numbers (AES-128 algorithm), stored in protected Android device memory. An
+ attacker would have to scan(copy) your NFC tag and either steal and root your
+ Android device to get your password. If you suspect that your NFC tag has been
+ read, you can use NFC Key again to re-write it with new random values, rendering
+ the previous information useless.
Builds:
- versionName: '1.0'
diff --git a/metadata/pl.net.szafraniec.NFCTagmaker.yml b/metadata/pl.net.szafraniec.NFCTagmaker.yml
index db95c19fee..f66d955aef 100644
--- a/metadata/pl.net.szafraniec.NFCTagmaker.yml
+++ b/metadata/pl.net.szafraniec.NFCTagmaker.yml
@@ -9,15 +9,15 @@ Bitcoin: 17E32x5ygXkqf5EWJkryZuarUDUFrb8UqQ
AutoName: NFC Tag maker
Description: |-
- Note: This app is no longer maintained.
+ Note: This app is no longer maintained.
- Use your NFC-equipped Android phone to make Smart posters, write URIs, vCards,
- phone numbers to any NFC Tag. You can use any NFC Tag, including very popular
- Mifare Ultralight or Sony SmartTag.
+ Use your NFC-equipped Android phone to make Smart posters, write URIs, vCards,
+ phone numbers to any NFC Tag. You can use any NFC Tag, including very popular
+ Mifare Ultralight or Sony SmartTag.
- Requires:
+ Requires:
- * A phone which can write to, and read from, NFC tags (such as the Nexus 4,Xperia S, Xperia Z, Galaxy S3)
+ * A phone which can write to, and read from, NFC tags (such as the Nexus 4,Xperia S, Xperia Z, Galaxy S3)
RepoType: git
Repo: https://github.com/mateusz-szafraniec/NFCTagmaker.git
diff --git a/metadata/pl.nkg.geokrety.yml b/metadata/pl.nkg.geokrety.yml
index ed2575ba22..f661bf6417 100644
--- a/metadata/pl.nkg.geokrety.yml
+++ b/metadata/pl.nkg.geokrety.yml
@@ -7,19 +7,19 @@ IssueTracker: https://forum.opencaching.pl/viewtopic.php?f=6&t=7789
AutoName: GeoKrety Logger
Description: |-
- GeoKrety is a non-commercial GeoCaching game. People move registered objects
- (called GeoKrety) from cache to cache and register each move with the service.
- For more information please visit the website. You'll need account on the
- website to use the app.
+ GeoKrety is a non-commercial GeoCaching game. People move registered objects
+ (called GeoKrety) from cache to cache and register each move with the service.
+ For more information please visit the website. You'll need account on the
+ website to use the app.
- How to log GeoKret's movement:
-
- - Click the button "Log GeoKret" on the main screen.
- - Select the type of the log. Make sure that in the "Identify GeoKret" is your login.
- - If you had met or grabbed the GeoKret, fill in it's tracking code. If you drop the GeoKret, you can click "Inventory" and choose Tracking Code from the list of GeoKrets in your inventory.
- - If you had dropped or met GeoKret, you have to fill in the Waypoint. If you had logged to the cache before, click the button "OC Log" and select waypoint from the list (the date and time will be pasted too).
- - Set date and time, enter some comments and click "Go!".
-
+ How to log GeoKret's movement:
+
+ - Click the button "Log GeoKret" on the main screen.
+ - Select the type of the log. Make sure that in the "Identify GeoKret" is your login.
+ - If you had met or grabbed the GeoKret, fill in it's tracking code. If you drop the GeoKret, you can click "Inventory" and choose Tracking Code from the list of GeoKrets in your inventory.
+ - If you had dropped or met GeoKret, you have to fill in the Waypoint. If you had logged to the cache before, click the button "OC Log" and select waypoint from the list (the date and time will be pasted too).
+ - Set date and time, enter some comments and click "Go!".
+
RepoType: git-svn
Repo: https://svn.code.sf.net/p/geokretylog/code/;trunk=trunk;tags=tags
diff --git a/metadata/pl.sanszo.pcis.yml b/metadata/pl.sanszo.pcis.yml
index eb9e88ce70..9bf8c12259 100644
--- a/metadata/pl.sanszo.pcis.yml
+++ b/metadata/pl.sanszo.pcis.yml
@@ -13,9 +13,9 @@ Litecoin: LhKMBgcUHQagnCcaxSaWCCXztbTMMBPvu5
AutoName: Poland can into Space
Description: |
- Poland can into Space is a simple Android game based on LibGDX framework. The game uses also the Box2D Physics Engine.
- In the game, player takes control of Polandball and helps him to reach high altitude and gives him opportunity to GET INTO SPACE!
- All what you should do is drawing lines with your finger. Every line creates a trampoline platform. The ball bounces off the trampoline and flies to the top.
+ Poland can into Space is a simple Android game based on LibGDX framework. The game uses also the Box2D Physics Engine.
+ In the game, player takes control of Polandball and helps him to reach high altitude and gives him opportunity to GET INTO SPACE!
+ All what you should do is drawing lines with your finger. Every line creates a trampoline platform. The ball bounces off the trampoline and flies to the top.
RepoType: git
Repo: https://github.com/JSandomierz/pcis
diff --git a/metadata/player.efis.cfd.yml b/metadata/player.efis.cfd.yml
index 4d93ad18a1..69ec6e94fe 100644
--- a/metadata/player.efis.cfd.yml
+++ b/metadata/player.efis.cfd.yml
@@ -8,8 +8,8 @@ Changelog: https://gitlab.com/ninelima/kwikEFIS/blob/HEAD/CHANGELOG.md
AutoName: Kwik COMP
Description: |-
- Kwik COMP (player.efis.cfd) has been superseded by Kwik EFIS Pro
- (player.efis.pfd)
+ Kwik COMP (player.efis.cfd) has been superseded by Kwik EFIS Pro
+ (player.efis.pfd)
RepoType: git
Repo: https://gitlab.com/ninelima/kwikEFIS.git
diff --git a/metadata/player.efis.data.ant.spl.yml b/metadata/player.efis.data.ant.spl.yml
index e9a7c0b9e3..98d5971456 100644
--- a/metadata/player.efis.data.ant.spl.yml
+++ b/metadata/player.efis.data.ant.spl.yml
@@ -8,13 +8,13 @@ Changelog: https://gitlab.com/ninelima/kwikDEM/blob/HEAD/CHANGELOG.md
AutoName: Kwik DEM (ant.spl)
Description: |-
- Synthetic vision terrain (DEM) data pack for use with:
- Kwik EFIS
+ Synthetic vision terrain (DEM) data pack for use with:
+ Kwik EFIS
- * Antartica
- * South Pole
+ * Antartica
+ * South Pole
- Help
+ Help
RepoType: git
Repo: https://gitlab.com/ninelima/kwikDEM.git
diff --git a/metadata/player.efis.data.eur.rus.yml b/metadata/player.efis.data.eur.rus.yml
index 5428c6d576..cee3d1a871 100644
--- a/metadata/player.efis.data.eur.rus.yml
+++ b/metadata/player.efis.data.eur.rus.yml
@@ -8,13 +8,13 @@ Changelog: https://gitlab.com/ninelima/kwikDEM/blob/HEAD/CHANGELOG.md
AutoName: Kwik DEM (eur.rus)
Description: |-
- The synthetic vision terrain (DEM) data pack for use with
- Kwik EFIS
+ The synthetic vision terrain (DEM) data pack for use with
+ Kwik EFIS
- * Europe
- * Russia
+ * Europe
+ * Russia
- Help
+ Help
RepoType: git
Repo: https://gitlab.com/ninelima/kwikDEM.git
diff --git a/metadata/player.efis.data.pan.arg.yml b/metadata/player.efis.data.pan.arg.yml
index c4aebd374d..017fde6c1c 100644
--- a/metadata/player.efis.data.pan.arg.yml
+++ b/metadata/player.efis.data.pan.arg.yml
@@ -8,12 +8,12 @@ Changelog: https://gitlab.com/ninelima/kwikDEM/blob/HEAD/CHANGELOG.md
AutoName: Kwik DEM (pan.arg)
Description: |-
- The synthetic vision terrain (DEM) data pack for use with
- Kwik EFIS
+ The synthetic vision terrain (DEM) data pack for use with
+ Kwik EFIS
- * South America
+ * South America
- Help
+ Help
RepoType: git
Repo: https://gitlab.com/ninelima/kwikDEM.git
diff --git a/metadata/player.efis.data.sah.jap.yml b/metadata/player.efis.data.sah.jap.yml
index 7c8e98a67a..9eef2ef0bc 100644
--- a/metadata/player.efis.data.sah.jap.yml
+++ b/metadata/player.efis.data.sah.jap.yml
@@ -8,14 +8,14 @@ Changelog: https://gitlab.com/ninelima/kwikDEM/blob/HEAD/CHANGELOG.md
AutoName: Kwik DEM (sah.jap)
Description: |-
- The synthetic vision terrain (DEM) data pack for use with
- Kwik EFIS
+ The synthetic vision terrain (DEM) data pack for use with
+ Kwik EFIS
- * Sahara / North Africa
- * India / Indonesia
- * Japan
+ * Sahara / North Africa
+ * India / Indonesia
+ * Japan
- Help
+ Help
RepoType: git
Repo: https://gitlab.com/ninelima/kwikDEM.git
diff --git a/metadata/player.efis.data.usa.can.yml b/metadata/player.efis.data.usa.can.yml
index 4884820f56..32de5f494e 100644
--- a/metadata/player.efis.data.usa.can.yml
+++ b/metadata/player.efis.data.usa.can.yml
@@ -8,13 +8,13 @@ Changelog: https://gitlab.com/ninelima/kwikDEM/blob/HEAD/CHANGELOG.md
AutoName: Kwik DataPac (usa.can)
Description: |-
- Synthetic vision terrain (DEM) data pack for use with:
- Kwik EFIS
+ Synthetic vision terrain (DEM) data pack for use with:
+ Kwik EFIS
- * North America
- * Canada
+ * North America
+ * Canada
- Help
+ Help
RepoType: git
Repo: https://gitlab.com/ninelima/kwikDEM.git
diff --git a/metadata/player.efis.data.zar.aus.yml b/metadata/player.efis.data.zar.aus.yml
index 9d7d31073e..9fa81ab0e3 100644
--- a/metadata/player.efis.data.zar.aus.yml
+++ b/metadata/player.efis.data.zar.aus.yml
@@ -8,13 +8,13 @@ Changelog: https://gitlab.com/ninelima/kwikDEM/blob/HEAD/CHANGELOG.md
AutoName: Kwik DEM (zar.aus)
Description: |-
- Synthetic vision terrain (DEM) data pack for use with:
- Kwik EFIS
+ Synthetic vision terrain (DEM) data pack for use with:
+ Kwik EFIS
- * Southern Africa
- * Australia / New Zealand
+ * Southern Africa
+ * Australia / New Zealand
- Help
+ Help
RepoType: git
Repo: https://gitlab.com/ninelima/kwikDEM.git
diff --git a/metadata/player.efis.mfd.yml b/metadata/player.efis.mfd.yml
index ee6814c5e2..89d1deffec 100644
--- a/metadata/player.efis.mfd.yml
+++ b/metadata/player.efis.mfd.yml
@@ -8,8 +8,8 @@ Changelog: https://gitlab.com/ninelima/kwikEFIS/blob/HEAD/CHANGELOG.md
AutoName: Kwik DMAP
Description: |-
- Kwik DMAP (player.efis.mfd) has been superseded by Kwik EFIS Pro
- (player.efis.pfd)
+ Kwik DMAP (player.efis.mfd) has been superseded by Kwik EFIS Pro
+ (player.efis.pfd)
RepoType: git
Repo: https://gitlab.com/ninelima/kwikEFIS.git
diff --git a/metadata/player.phonograph.plus.yml b/metadata/player.phonograph.plus.yml
index cb23686600..b757a39a7a 100644
--- a/metadata/player.phonograph.plus.yml
+++ b/metadata/player.phonograph.plus.yml
@@ -25,7 +25,7 @@ Builds:
scandelete:
- tools/release-tool/build
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 0.6.2
versionCode: 520
@@ -38,7 +38,7 @@ Builds:
scandelete:
- tools/release-tool/build
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 0.6.2.1
versionCode: 521
@@ -51,7 +51,7 @@ Builds:
scandelete:
- tools/release-tool/build
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 0.6.3
versionCode: 530
@@ -64,7 +64,7 @@ Builds:
scandelete:
- tools/release-tool/build
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 0.7.0
versionCode: 600
@@ -81,7 +81,7 @@ Builds:
scandelete:
- tools/release-tool/build
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 0.7.1
versionCode: 610
@@ -98,7 +98,7 @@ Builds:
scandelete:
- tools/release-tool/build
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 0.7.2
versionCode: 620
@@ -115,7 +115,7 @@ Builds:
scandelete:
- tools/release-tool/build
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 0.7.2.1
versionCode: 621
@@ -132,7 +132,7 @@ Builds:
scandelete:
- tools/release-tool/build
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 0.7.2.2(lts)
versionCode: 622
@@ -150,7 +150,7 @@ Builds:
scandelete:
- tools/release-tool/build
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines "$$OUT$$"
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 0.7.2.3
versionCode: 623
@@ -167,7 +167,7 @@ Builds:
scandelete:
- tools/release-tool/build
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines "$$OUT$$"
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 1.0.0
versionCode: 1000
@@ -184,7 +184,7 @@ Builds:
scandelete:
- tools/release-tool/build
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines "$$OUT$$"
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 1.0.1
versionCode: 1001
@@ -201,7 +201,7 @@ Builds:
scandelete:
- tools/release-tool/build
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines "$$OUT$$"
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 1.0.2
versionCode: 1002
@@ -218,7 +218,7 @@ Builds:
scandelete:
- tools/release-tool/build
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines "$$OUT$$"
- 'META-INF/services/*'
+ 'META-INF/services/*'
- versionName: 1.1.0
versionCode: 1010
@@ -235,7 +235,7 @@ Builds:
scandelete:
- tools/release-tool/build
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines "$$OUT$$"
- 'META-INF/services/*'
+ 'META-INF/services/*'
AllowedAPKSigningKeys: 01654eb9348b2c802fcbf21282de0cdca2a226337b9a2fa201e3ac376b0ce76c
diff --git a/metadata/press.condense.www.yml b/metadata/press.condense.www.yml
index 9076e85f13..10132be25c 100644
--- a/metadata/press.condense.www.yml
+++ b/metadata/press.condense.www.yml
@@ -10,18 +10,18 @@ Bitcoin: 325oe18pc8npqHeBGozobnvWfXXe3pujXq
AutoName: News
Description: |-
- News apps like Google News, Flipboard, BBC show trending articles written
- a day or two back. If say there are hundred articles written in a day, these news
- apps pick just a few of them. It is a time saving feature. But they lack a key
- flexibility.
- Consider you haven't read any news for the last 1 monthor 1 year.
- If you open any of the news apps or news websites, you will still be shown trending
- articles written a day or two back and not last month or last year. Hence this
- app https://f-droid.org/packages/press.condense.www picks popular articles of a website in a time range
- we specify.
- For example, techcrunch.com has 292,172 articles. But this app sorts
- all those articles based on popularity. This app is a a webview of [www.condense.press]
- and has PWA(Progressive Web App) features.
+ News apps like Google News, Flipboard, BBC show trending articles written
+ a day or two back. If say there are hundred articles written in a day, these news
+ apps pick just a few of them. It is a time saving feature. But they lack a key
+ flexibility.
+ Consider you haven't read any news for the last 1 monthor 1 year.
+ If you open any of the news apps or news websites, you will still be shown trending
+ articles written a day or two back and not last month or last year. Hence this
+ app https://f-droid.org/packages/press.condense.www picks popular articles of a website in a time range
+ we specify.
+ For example, techcrunch.com has 292,172 articles. But this app sorts
+ all those articles based on popularity. This app is a a webview of [www.condense.press]
+ and has PWA(Progressive Web App) features.
RepoType: git
Repo: https://github.com/agnelvishal/newsDiet
diff --git a/metadata/pro.dbro.bart.yml b/metadata/pro.dbro.bart.yml
index 5466a16e63..d2effb3d92 100644
--- a/metadata/pro.dbro.bart.yml
+++ b/metadata/pro.dbro.bart.yml
@@ -10,8 +10,8 @@ IssueTracker: https://github.com/OnlyInAmerica/BART/issues
AutoName: Open BART
Description: |-
- Companion to San Francisco's BART. It provides real-time station arrivals,
- schedules, and route navigation.
+ Companion to San Francisco's BART. It provides real-time station arrivals,
+ schedules, and route navigation.
RepoType: git
Repo: https://github.com/OnlyInAmerica/BART.git
@@ -38,9 +38,9 @@ Builds:
target: android-17
MaintainerNotes: |-
- Previous comment said "Next version should be built from fdroid branch without
- patches". Except that branch was created, but never updated, so the next version
- isn't in it. Set to Static UCM.
+ Previous comment said "Next version should be built from fdroid branch without
+ patches". Except that branch was created, but never updated, so the next version
+ isn't in it. Set to Static UCM.
AutoUpdateMode: None
UpdateCheckMode: Static
diff --git a/metadata/pro.rudloff.openvegemap.yml b/metadata/pro.rudloff.openvegemap.yml
index 42bf1199a8..4661e17f10 100644
--- a/metadata/pro.rudloff.openvegemap.yml
+++ b/metadata/pro.rudloff.openvegemap.yml
@@ -12,10 +12,10 @@ Liberapay: Rudloff
AutoName: OpenVegeMap
Description: |-
- This app allows you to find vegetarian and vegan restaurants near you. It is
- based on data from OpenStreetmap.
+ This app allows you to find vegetarian and vegan restaurants near you. It is
+ based on data from OpenStreetmap.
- A web version is available on openvegemap.netlib.re.
+ A web version is available on openvegemap.netlib.re.
RepoType: git
Repo: https://github.com/Rudloff/openvegemap-cordova
diff --git a/metadata/pro.rudloff.papercraft.yml b/metadata/pro.rudloff.papercraft.yml
index 3c5d6c447e..ee35ed5a1c 100644
--- a/metadata/pro.rudloff.papercraft.yml
+++ b/metadata/pro.rudloff.papercraft.yml
@@ -9,12 +9,12 @@ IssueTracker: https://github.com/Rudloff/PaperCraft/issues
AutoName: PaperCraft
Description: |-
- Take on a never ending onslaught of little paper bad guys. Swipe and tap to
- clear out everything and rack up points. PaperCraft is a mini space battle on
- your phone.
+ Take on a never ending onslaught of little paper bad guys. Swipe and tap to
+ clear out everything and rack up points. PaperCraft is a mini space battle on
+ your phone.
- This app was originally an Android Wear experiment. This version has been
- modified to work on phones and tablets.
+ This app was originally an Android Wear experiment. This version has been
+ modified to work on phones and tablets.
RepoType: git
Repo: https://github.com/Rudloff/PaperCraft.git
diff --git a/metadata/protect.babymonitor.yml b/metadata/protect.babymonitor.yml
index 325cfa21d5..cd96fde4bd 100644
--- a/metadata/protect.babymonitor.yml
+++ b/metadata/protect.babymonitor.yml
@@ -8,12 +8,12 @@ Changelog: https://raw.githubusercontent.com/brarcher/protect-baby-monitor/HEAD/
AutoName: Protect Baby Monitor
Description: |-
- NOTE: The developer is currently on hiatus from the project. Questions and pull requests may not be looked at for some time.
+ NOTE: The developer is currently on hiatus from the project. Questions and pull requests may not be looked at for some time.
- Protect Baby Monitor allows two Android devices to act as a baby monitor. The
- first device, left in the room with the baby, will advertise itself on the
- network and stream audio to a connected client. The second device, with the
- parent, will connect to the monitoring device and receive an audio stream.
+ Protect Baby Monitor allows two Android devices to act as a baby monitor. The
+ first device, left in the room with the baby, will advertise itself on the
+ network and stream audio to a connected client. The second device, with the
+ parent, will connect to the monitoring device and receive an audio stream.
RepoType: git
Repo: https://github.com/brarcher/protect-baby-monitor.git
diff --git a/metadata/protect.babysleepsounds.yml b/metadata/protect.babysleepsounds.yml
index 77b93ab341..094b155cdb 100644
--- a/metadata/protect.babysleepsounds.yml
+++ b/metadata/protect.babysleepsounds.yml
@@ -7,10 +7,10 @@ Changelog: https://github.com/brarcher/baby-sleep-sounds/releases
AutoName: Baby Sleep Sounds
Description: |-
- NOTE: The developer is currently on hiatus from the project. Questions and pull requests may not be looked at for some time.
+ NOTE: The developer is currently on hiatus from the project. Questions and pull requests may not be looked at for some time.
- Baby Sleep Sounds will play a variety of sounds to help a baby sleep
- soundly.
+ Baby Sleep Sounds will play a variety of sounds to help a baby sleep
+ soundly.
RepoType: git
Repo: https://github.com/brarcher/baby-sleep-sounds.git
diff --git a/metadata/protect.budgetwatch.yml b/metadata/protect.budgetwatch.yml
index f2713b12ef..fad97c80fa 100644
--- a/metadata/protect.budgetwatch.yml
+++ b/metadata/protect.budgetwatch.yml
@@ -7,11 +7,11 @@ Changelog: https://github.com/brarcher/budget-watch/releases
AutoName: Budget Watch
Description: |-
- NOTE: The developer is currently on hiatus from the project. Questions and pull requests may not be looked at for some time.
+ NOTE: The developer is currently on hiatus from the project. Questions and pull requests may not be looked at for some time.
- Budget Watch helps manage personal budgets. After adding your budgets, simply
- record your day-to-day transactions. You can then view how close your spending
- is to your budget.
+ Budget Watch helps manage personal budgets. After adding your budgets, simply
+ record your day-to-day transactions. You can then view how close your spending
+ is to your budget.
RepoType: git
Repo: https://github.com/brarcher/budget-watch.git
diff --git a/metadata/protect.card_locker.yml b/metadata/protect.card_locker.yml
index ffe29b4d78..abb8d051bf 100644
--- a/metadata/protect.card_locker.yml
+++ b/metadata/protect.card_locker.yml
@@ -8,13 +8,13 @@ Changelog: https://github.com/brarcher/loyalty-card-locker/blob/HEAD/CHANGELOG.m
AutoName: Loyalty Card Keychain
Description: |-
- NOTE: This app has been retired and won't receive future updates. However, it has a direct successor you are encouraged to switch to: Catima. The switch-over is easy and probably won't take you more than five minutes, simply export your data from Loyalty Card Keychain and import it into Catima.
+ NOTE: This app has been retired and won't receive future updates. However, it has a direct successor you are encouraged to switch to: Catima. The switch-over is easy and probably won't take you more than five minutes, simply export your data from Loyalty Card Keychain and import it into Catima.
- Manages barcode-based store/loyalty cards on your phone, removing the need to carry them around.
+ Manages barcode-based store/loyalty cards on your phone, removing the need to carry them around.
- Loyalty Card Keychain is a application which will store your barcode-based loyalty cards on your phone. The application is open source and tries to do one thing well: manage your cards!
+ Loyalty Card Keychain is a application which will store your barcode-based loyalty cards on your phone. The application is open source and tries to do one thing well: manage your cards!
- New cards can be added in a snap. Either use your camera to capture the barcode, or type in the number. When the barcode is loaded at the store and displayed it can be scanned with a modern barcode scanner. (Some stores use older barcode scanners, such as flatbed scanners, instead of image scanners. These cannot read the smartphone's display. Instead, request the clerk to type in the number manually).
+ New cards can be added in a snap. Either use your camera to capture the barcode, or type in the number. When the barcode is loaded at the store and displayed it can be scanned with a modern barcode scanner. (Some stores use older barcode scanners, such as flatbed scanners, instead of image scanners. These cannot read the smartphone's display. Instead, request the clerk to type in the number manually).
RepoType: git
Repo: https://github.com/brarcher/loyalty-card-locker.git
diff --git a/metadata/protect.gift_card_guard.yml b/metadata/protect.gift_card_guard.yml
index 60644f2a0b..0f3a65d457 100644
--- a/metadata/protect.gift_card_guard.yml
+++ b/metadata/protect.gift_card_guard.yml
@@ -8,11 +8,11 @@ Changelog: https://github.com/brarcher/gift-card-guard/releases
AutoName: Gift Card Guard
Description: |-
- The developer is currently on hiatus from the project. Questions and pull requests may not be looked at for some time.
+ The developer is currently on hiatus from the project. Questions and pull requests may not be looked at for some time.
- Manage gift cards, their current values, and an image of the most recent
- receipt. Never forget how much a gift card is worth, or be unable to use a gift
- card because the proof of its value is lost.
+ Manage gift cards, their current values, and an image of the most recent
+ receipt. Never forget how much a gift card is worth, or be unable to use a gift
+ card because the proof of its value is lost.
RepoType: git
Repo: https://github.com/brarcher/gift-card-guard.git
diff --git a/metadata/protect.rentalcalc.yml b/metadata/protect.rentalcalc.yml
index 27aceb2af2..076f77cb30 100644
--- a/metadata/protect.rentalcalc.yml
+++ b/metadata/protect.rentalcalc.yml
@@ -8,15 +8,15 @@ Changelog: https://github.com/brarcher/rental-calc/releases
AutoName: Rental Calc
Description: |-
- The developer is currently on hiatus from the project. Questions and pull requests may not be looked at for some time.
+ The developer is currently on hiatus from the project. Questions and pull requests may not be looked at for some time.
- Are you interested in investing in real estate and want to rent out homes? Not
- sure how to determine if a property is a good investment?
+ Are you interested in investing in real estate and want to rent out homes? Not
+ sure how to determine if a property is a good investment?
- Rental Calc helps real estate investors determine if a potential property is
- worth buying and renting. Create a property entry, enter a few fields, and
- Rental Calc will compute what you need at closing, your projected cash flow, and
- various returns on your investment.
+ Rental Calc helps real estate investors determine if a potential property is
+ worth buying and renting. Create a property entry, enter a few fields, and
+ Rental Calc will compute what you need at closing, your projected cash flow, and
+ various returns on your investment.
RepoType: git
Repo: https://github.com/brarcher/rental-calc.git
diff --git a/metadata/protect.videoeditor.yml b/metadata/protect.videoeditor.yml
index 85d31784e7..9b8b34a51a 100644
--- a/metadata/protect.videoeditor.yml
+++ b/metadata/protect.videoeditor.yml
@@ -7,19 +7,19 @@ Changelog: https://github.com/brarcher/video-transcoder/releases
AutoName: Video Transcoder
Description: |-
- NOTE: This app is currently looking for a volunteer to take over development. If you are interested, please reach out.
+ NOTE: This app is currently looking for a volunteer to take over development. If you are interested, please reach out.
- Do you want to encode videos on your phone into different formats, trim videos,
- or extract audio? Are you looking for a free solution which will not take your
- information?
+ Do you want to encode videos on your phone into different formats, trim videos,
+ or extract audio? Are you looking for a free solution which will not take your
+ information?
- Video Transcoder is an application which uses the open source program FFmpeg to
- transcode video files from one format to another. By selecting the video to
- process, details for the video are provided and the desired settings can be
- configured.
+ Video Transcoder is an application which uses the open source program FFmpeg to
+ transcode video files from one format to another. By selecting the video to
+ process, details for the video are provided and the desired settings can be
+ configured.
- The application requires very few permissions, and never attempts to access the
- Internet.
+ The application requires very few permissions, and never attempts to access the
+ Internet.
RepoType: git
Repo: https://github.com/brarcher/video-transcoder.git
diff --git a/metadata/pt.ipleiria.mymusicqoe.yml b/metadata/pt.ipleiria.mymusicqoe.yml
index 0cb2e0d0ab..f37222108e 100644
--- a/metadata/pt.ipleiria.mymusicqoe.yml
+++ b/metadata/pt.ipleiria.mymusicqoe.yml
@@ -10,9 +10,9 @@ Changelog: https://github.com/albertolalanda/new-ultrasonic-fork-for-MyMusicQoE/
AutoName: MyMusicQoE
Description: |-
- The purpose of MyMusicQoE is to gather statistics of music streaming quality of
- experience. This application was based on Ultrasonic and uses an airsonic
- server.
+ The purpose of MyMusicQoE is to gather statistics of music streaming quality of
+ experience. This application was based on Ultrasonic and uses an airsonic
+ server.
RepoType: git
Repo: https://github.com/albertolalanda/new-ultrasonic-fork-for-MyMusicQoE
diff --git a/metadata/pt.isec.tp.am.yml b/metadata/pt.isec.tp.am.yml
index 16feb4a50e..d98d2f5b0c 100644
--- a/metadata/pt.isec.tp.am.yml
+++ b/metadata/pt.isec.tp.am.yml
@@ -4,9 +4,9 @@ License: GPL-3.0-only
AutoName: Free Fall
Description: |-
- Save the CrazyBall from getting crushed at the top of the screen by dodging the
- moving barriers using the accelerometer. To help you along the way some special
- bonus balls will appear, but be careful to not press the wrong one!
+ Save the CrazyBall from getting crushed at the top of the screen by dodging the
+ moving barriers using the accelerometer. To help you along the way some special
+ bonus balls will appear, but be careful to not press the wrong one!
Builds:
- versionName: 1.6.1
diff --git a/metadata/pt.joaomneto.titancompanion.yml b/metadata/pt.joaomneto.titancompanion.yml
index 7d0b1bb60f..e05ea66ad2 100644
--- a/metadata/pt.joaomneto.titancompanion.yml
+++ b/metadata/pt.joaomneto.titancompanion.yml
@@ -9,19 +9,19 @@ Changelog: https://github.com/joaomneto/TitanCompanion/releases
AutoName: Titan Companion
Description: |-
- The main objective of this app is to allow the reader to fully immerse himself
- into the story and even to give some portability to the gamebooks. You can read
- in the coffee shop, in the bus or at the beach, and save your progress at any
- moment to resume later on.
+ The main objective of this app is to allow the reader to fully immerse himself
+ into the story and even to give some portability to the gamebooks. You can read
+ in the coffee shop, in the bus or at the beach, and save your progress at any
+ moment to resume later on.
- Features:
+ Features:
- * Stat sheets for all Fighting Fantasy gamebooks
- * Generic dice rolls
- * Skill, Luck and other gamebook specific tests
- * Combat engine for standard and gamebook specific rules
- * Equipment and Note list
- * Save and Load feature with current gamebook paragraph
+ * Stat sheets for all Fighting Fantasy gamebooks
+ * Generic dice rolls
+ * Skill, Luck and other gamebook specific tests
+ * Combat engine for standard and gamebook specific rules
+ * Equipment and Note list
+ * Save and Load feature with current gamebook paragraph
RepoType: git
Repo: https://github.com/joaomneto/TitanCompanion.git
diff --git a/metadata/pw.thedrhax.mosmetro.yml b/metadata/pw.thedrhax.mosmetro.yml
index a0bb3b58d0..e2a7d1b081 100644
--- a/metadata/pw.thedrhax.mosmetro.yml
+++ b/metadata/pw.thedrhax.mosmetro.yml
@@ -12,10 +12,10 @@ Changelog: https://github.com/mosmetro-android/mosmetro-android/blob/HEAD/CHANGE
AutoName: Moscow Wi-Fi autologin
Description: |-
- Allows you to connect to Wi-Fi in the Moscow metro, Aeroexpress, MCC and other
- ground transportation (buses, trolleybuses, trams) in fully automatic mode. No
- action is required from you: immediately after installation, the application is
- ready to work.
+ Allows you to connect to Wi-Fi in the Moscow metro, Aeroexpress, MCC and other
+ ground transportation (buses, trolleybuses, trams) in fully automatic mode. No
+ action is required from you: immediately after installation, the application is
+ ready to work.
RepoType: git
Repo: https://github.com/mosmetro-android/mosmetro-android
diff --git a/metadata/rak.pixellwp.yml b/metadata/rak.pixellwp.yml
index 9eb6b36c49..09120338d5 100644
--- a/metadata/rak.pixellwp.yml
+++ b/metadata/rak.pixellwp.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeAssets:
- en-US: Artwork is partly non-libre.
- NonFreeNet:
- en-US: App connects to effectgames.com for artwork.
+ NonFreeAssets:
+ en-US: Artwork is partly non-libre.
+ NonFreeNet:
+ en-US: App connects to effectgames.com for artwork.
Categories:
- Theming
License: GPL-3.0-only
diff --git a/metadata/re.jcg.playmusicexporter.yml b/metadata/re.jcg.playmusicexporter.yml
index fd64f401dc..5ef9b7bfb9 100644
--- a/metadata/re.jcg.playmusicexporter.yml
+++ b/metadata/re.jcg.playmusicexporter.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- NonFreeDep:
- en-US: Depends on Play Music being installed on your device.
- Tracking: {}
+ NonFreeDep:
+ en-US: Depends on Play Music being installed on your device.
+ Tracking: {}
Categories:
- Multimedia
License: MIT
@@ -12,11 +12,11 @@ Bitcoin: 1NdzpDWPQ53xWT5fraGPZX5F9XrKiPBXjp
AutoName: Play Music Exporter
Description: |-
- (Automatic) Music exporter for Play Music.
+ (Automatic) Music exporter for Play Music.
- This app allows you to export your music from Play Music onto your internal
- storage, or even some DocumentsProvider. Since this needs to access the private
- storage of Play Music, this app requires root permissions.
+ This app allows you to export your music from Play Music onto your internal
+ storage, or even some DocumentsProvider. Since this needs to access the private
+ storage of Play Music, this app requires root permissions.
RequiresRoot: true
diff --git a/metadata/remuco.client.android.yml b/metadata/remuco.client.android.yml
index 72cecdffb8..d45d620f59 100644
--- a/metadata/remuco.client.android.yml
+++ b/metadata/remuco.client.android.yml
@@ -5,17 +5,17 @@ FlattrID: '141543'
AutoName: Remuco
Description: |-
- Remuco is a duplex remote control system for Linux media players and mobile
- phones equipped with Bluetooth or WiFi.
+ Remuco is a duplex remote control system for Linux media players and mobile
+ phones equipped with Bluetooth or WiFi.
- With Remuco, you can remotely control your favorite media player. You can switch
- to the next, previous, or any other media within the current playlist, browse
- your media library and activate other playlists, rate your media, adjust volume,
- and more. On the mobile phone it displays information about the current media,
- including cover art.
+ With Remuco, you can remotely control your favorite media player. You can switch
+ to the next, previous, or any other media within the current playlist, browse
+ your media library and activate other playlists, rate your media, adjust volume,
+ and more. On the mobile phone it displays information about the current media,
+ including cover art.
- Remuco can be used with Amarok, Audacious, Banshee, Clementine, Exaile,
- gmusicbrowser, MPD, MPlayer, Rhythmbox, Songbird, Totem, TVtime, VLC and XMMS2.
+ Remuco can be used with Amarok, Audacious, Banshee, Clementine, Exaile,
+ gmusicbrowser, MPD, MPlayer, Rhythmbox, Songbird, Totem, TVtime, VLC and XMMS2.
Builds:
- versionName: 0.9.6
diff --git a/metadata/rino.org.tethercompanion.yml b/metadata/rino.org.tethercompanion.yml
index 3c3a10472b..496c267f73 100644
--- a/metadata/rino.org.tethercompanion.yml
+++ b/metadata/rino.org.tethercompanion.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Connects to Google to check for network availability.
+ NonFreeNet:
+ en-US: Connects to Google to check for network availability.
Categories:
- Connectivity
License: GPL-3.0-or-later
@@ -10,10 +10,10 @@ Changelog: https://github.com/RinatKurmaev/Tether-companion/releases
AutoName: Tether companion
Description: |-
- Run a web server with information about battery level and network mode, which
- are useful for tethering.
+ Run a web server with information about battery level and network mode, which
+ are useful for tethering.
- AntiFeatures: connects to Google ( clients3.google.com ) to check for network availability
+ AntiFeatures: connects to Google ( clients3.google.com ) to check for network availability
RepoType: git
Repo: https://github.com/RinatKurmaev/Tether-companion.git
diff --git a/metadata/rkr.simplekeyboard.inputmethod.yml b/metadata/rkr.simplekeyboard.inputmethod.yml
index 219c281869..d73edefd17 100644
--- a/metadata/rkr.simplekeyboard.inputmethod.yml
+++ b/metadata/rkr.simplekeyboard.inputmethod.yml
@@ -8,15 +8,15 @@ Changelog: https://github.com/rkkr/simple-keyboard/releases
AutoName: Simple Keyboard
Description: |-
- This keyboard is created for those who only need a keyboard and nothing more.
+ This keyboard is created for those who only need a keyboard and nothing more.
- Features:
+ Features:
- * Small size
- * Adjustable keyboard height for more screen space
- * Custom theme colors
- * Minimal permissions
- * Ads-free
+ * Small size
+ * Adjustable keyboard height for more screen space
+ * Custom theme colors
+ * Minimal permissions
+ * Ads-free
RepoType: git
Repo: https://github.com/rkkr/simple-keyboard.git
diff --git a/metadata/ro.ciubex.dscautorename.yml b/metadata/ro.ciubex.dscautorename.yml
index 08294d8ed5..68c484fc7f 100644
--- a/metadata/ro.ciubex.dscautorename.yml
+++ b/metadata/ro.ciubex.dscautorename.yml
@@ -6,16 +6,16 @@ IssueTracker: https://github.com/ciubex/dscautorename/issues
AutoName: DSC Auto Rename
Description: |-
- Automatically change the name of images files taken by the camera based on the
- date and time when the file was created.
+ Automatically change the name of images files taken by the camera based on the
+ date and time when the file was created.
- Renamed and moved files process cannot be rolled back! Use this software with
- caution!
+ Renamed and moved files process cannot be rolled back! Use this software with
+ caution!
- The application does not store the old names because will cause conflicts: the
- default camera application use a counter which is reset each time when files are
- removed/renamed. As a workaround can be selected the option "Append original
- name".
+ The application does not store the old names because will cause conflicts: the
+ default camera application use a counter which is reset each time when files are
+ removed/renamed. As a workaround can be selected the option "Append original
+ name".
RepoType: git
Repo: https://github.com/ciubex/dscautorename
diff --git a/metadata/ro.ieval.fonbot.yml b/metadata/ro.ieval.fonbot.yml
index f09c1025e5..b419752275 100644
--- a/metadata/ro.ieval.fonbot.yml
+++ b/metadata/ro.ieval.fonbot.yml
@@ -7,13 +7,13 @@ Changelog: https://git.ieval.ro/?p=fonbot.git;a=blob;f=Changes;hb=HEAD
AutoName: FonBot
Description: |-
- FonBot lets you send commands to your phone using Yahoo! Messenger, IRC, Jabber
- and text messages. The commands are executed and the results sent back to your
- phone.
+ FonBot lets you send commands to your phone using Yahoo! Messenger, IRC, Jabber
+ and text messages. The commands are executed and the results sent back to your
+ phone.
- You can make your phone send text messages, dial numbers, speak, vibrate and
- even screenshots. You can also find your phone's location, turn on/off the
- wi-fi, bluetooth, mobile data and many more actions.
+ You can make your phone send text messages, dial numbers, speak, vibrate and
+ even screenshots. You can also find your phone's location, turn on/off the
+ wi-fi, bluetooth, mobile data and many more actions.
RepoType: git
Repo: https://git.ieval.ro/git/fonbot.git
diff --git a/metadata/ro.mihai.tpt.yml b/metadata/ro.mihai.tpt.yml
index ded66d3a46..1892a2867c 100644
--- a/metadata/ro.mihai.tpt.yml
+++ b/metadata/ro.mihai.tpt.yml
@@ -8,22 +8,22 @@ Changelog: https://mihaibalint.github.io/TimisoaraPublicTransport/
AutoName: Public Transport Timisoara
Description: |-
- Get real-time vehicle arrival times from Timisoara's public transport system.
+ Get real-time vehicle arrival times from Timisoara's public transport system.
- Use your device to download live arrival times obtained from the real-time GPS
- tracking units installed in all public transport vehicles (trams, buses and
- trolleybuses). The app connects directly to Timisoara's Transport Authority
- (RATT) servers and presents the arrival information in a format optimized for
- mobile devices.
+ Use your device to download live arrival times obtained from the real-time GPS
+ tracking units installed in all public transport vehicles (trams, buses and
+ trolleybuses). The app connects directly to Timisoara's Transport Authority
+ (RATT) servers and presents the arrival information in a format optimized for
+ mobile devices.
- Features:
+ Features:
- * Display live vehicle arrival times for all stations from a line.
- * Display arrival times for connecting lines
- * Does not require GPS activated on your device (saves battery)
+ * Display live vehicle arrival times for all stations from a line.
+ * Display arrival times for connecting lines
+ * Does not require GPS activated on your device (saves battery)
- Note: This app will currently not see updates in F-Droid as it
- introduced proprietary components to its source.
+ Note: This app will currently not see updates in F-Droid as it
+ introduced proprietary components to its source.
RepoType: git
Repo: https://github.com/MihaiBalint/TimisoaraPublicTransport
diff --git a/metadata/ro.radioromaniaactualitati.podcasts.yml b/metadata/ro.radioromaniaactualitati.podcasts.yml
index a7c6730382..43bc333eaa 100644
--- a/metadata/ro.radioromaniaactualitati.podcasts.yml
+++ b/metadata/ro.radioromaniaactualitati.podcasts.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Backend of the app is hosted by one third-party.
+ NonFreeNet:
+ en-US: Backend of the app is hosted by one third-party.
Categories:
- Internet
- Multimedia
diff --git a/metadata/ro.ui.pttdroid.yml b/metadata/ro.ui.pttdroid.yml
index e74a3faab5..f2ca017cc2 100644
--- a/metadata/ro.ui.pttdroid.yml
+++ b/metadata/ro.ui.pttdroid.yml
@@ -5,11 +5,11 @@ SourceCode: https://code.google.com/p/pttdroid/source
AutoName: pttdroid
Description: |-
- Talk with other people on the same WiFi network. The app uses broadcast and
- multicast for communication over the same local network (WiFi) and unicast for
- point-to-point communication, which also works on GSM. Uses Speex
- (https://www.speex.org/) for voice encoding which can be adapted to the
- bandwidth.
+ Talk with other people on the same WiFi network. The app uses broadcast and
+ multicast for communication over the same local network (WiFi) and unicast for
+ point-to-point communication, which also works on GSM. Uses Speex
+ (https://www.speex.org/) for voice encoding which can be adapted to the
+ bandwidth.
Builds:
- versionName: '1.1'
@@ -48,8 +48,8 @@ Builds:
ndk: r12b
MaintainerNotes: |-
- not available at GoogleCode or SoftwareHeritage, but several forks can be
- found at Github
+ not available at GoogleCode or SoftwareHeritage, but several forks can be
+ found at Github
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/ro.weednet.contactssync.yml b/metadata/ro.weednet.contactssync.yml
index 6557616606..7767a0c1c2 100644
--- a/metadata/ro.weednet.contactssync.yml
+++ b/metadata/ro.weednet.contactssync.yml
@@ -9,13 +9,13 @@ IssueTracker: https://github.com/loadrunner/Facebook-Contact-Sync/issues
AutoName: UberSync for Facebook
Summary: Sync your Facebook Contacts
Description: |-
- To configure, go to "Settings => Accounts & Sync => Add Account". Depending on
- how many friends you have, the first import might take a while, so be patient.
+ To configure, go to "Settings => Accounts & Sync => Add Account". Depending on
+ how many friends you have, the first import might take a while, so be patient.
- * Facebook does not allow to export phone numbers or emails: only names, pictures and statuses are synced.
- * Facebook users have the option to block one or all apps: if they opt for that, they will be EXCLUDED from your friends list.
+ * Facebook does not allow to export phone numbers or emails: only names, pictures and statuses are synced.
+ * Facebook users have the option to block one or all apps: if they opt for that, they will be EXCLUDED from your friends list.
- Appbrain SDK was removed before building.
+ Appbrain SDK was removed before building.
RepoType: git
Repo: https://github.com/loadrunner/Facebook-Contact-Sync.git
diff --git a/metadata/rodrigodavy.com.github.pixelartist.yml b/metadata/rodrigodavy.com.github.pixelartist.yml
index f470b359a5..f194d4d21d 100644
--- a/metadata/rodrigodavy.com.github.pixelartist.yml
+++ b/metadata/rodrigodavy.com.github.pixelartist.yml
@@ -8,8 +8,8 @@ Changelog: https://github.com/RodrigoDavy/PixelArtist/releases
AutoName: Pixel Artist
Description: |-
- Give you a pixel grid which you can color any way you like. Allows you to
- create, save, open and export your pixel art.
+ Give you a pixel grid which you can color any way you like. Allows you to
+ create, save, open and export your pixel art.
RepoType: git
Repo: https://github.com/RodrigoDavy/PixelArtist.git
diff --git a/metadata/rs.pedjaapps.alogcatroot.app.yml b/metadata/rs.pedjaapps.alogcatroot.app.yml
index 132188940d..b42b87ba31 100644
--- a/metadata/rs.pedjaapps.alogcatroot.app.yml
+++ b/metadata/rs.pedjaapps.alogcatroot.app.yml
@@ -8,15 +8,15 @@ IssueTracker: https://github.com/pedja1/aLogcatRoot/issues
AutoName: aLogcat ROOT
Description: |-
- An app equivalent of logcat from the terminal. You can filter by importance in
- the settings: see only errors or view general debugging info. The result can
- then be filtered by keyword so if an app has problems you can send just the
- relevant logs to the developer. But watch out, the filter remains in place
- unless you remove it!
+ An app equivalent of logcat from the terminal. You can filter by importance in
+ the settings: see only errors or view general debugging info. The result can
+ then be filtered by keyword so if an app has problems you can send just the
+ relevant logs to the developer. But watch out, the filter remains in place
+ unless you remove it!
- This application is fork of https://f-droid.org/packages/org.jtb.alogcat and it works only on devices
- running Android 4.1+. If you have root access full system logs are shown,
- otherwise only this applications logs are shown.
+ This application is fork of https://f-droid.org/packages/org.jtb.alogcat and it works only on devices
+ running Android 4.1+. If you have root access full system logs are shown,
+ otherwise only this applications logs are shown.
RepoType: git
Repo: https://github.com/pedja1/aLogcatRoot
@@ -32,8 +32,8 @@ Builds:
- app/crashlytics.properties
MaintainerNotes: |-
- * Crashlytics-free version is in fdroid branch.
- * GPLv3 due it's a fork of a GPLv3 app.
+ * Crashlytics-free version is in fdroid branch.
+ * GPLv3 due it's a fork of a GPLv3 app.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/ru.exlmoto.snood21.yml b/metadata/ru.exlmoto.snood21.yml
index 59a064ed4a..c07dd5c9f4 100644
--- a/metadata/ru.exlmoto.snood21.yml
+++ b/metadata/ru.exlmoto.snood21.yml
@@ -9,12 +9,12 @@ IssueTracker: https://github.com/EXL/Snooder21/issues
AutoName: Snooder 21
Description: |-
- Snooder 21 is a remake of the very popular Motorola's standard card game Snood™
- 21 for Android.
+ Snooder 21 is a remake of the very popular Motorola's standard card game Snood™
+ 21 for Android.
- Snooder 21 uses SurfaceView Canvas for drawing videocontext of the game. I added
- touch controls and some game engine improvements: launcher, drag and drop cards,
- sounds, etc.
+ Snooder 21 uses SurfaceView Canvas for drawing videocontext of the game. I added
+ touch controls and some game engine improvements: launcher, drag and drop cards,
+ sounds, etc.
RepoType: git
Repo: https://github.com/EXL/Snooder21.git
diff --git a/metadata/ru.gelin.android.browser.open.yml b/metadata/ru.gelin.android.browser.open.yml
index 903f514dfd..a42ae2105b 100644
--- a/metadata/ru.gelin.android.browser.open.yml
+++ b/metadata/ru.gelin.android.browser.open.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/gelin/open-in-browser/issues
AutoName: Open in browser
Description: |-
- Adds ability to open HTML/text/image files saved to SD card from a file manager
- directly in the browser.
+ Adds ability to open HTML/text/image files saved to SD card from a file manager
+ directly in the browser.
RepoType: git
Repo: https://github.com/gelin/open-in-browser
diff --git a/metadata/ru.gelin.android.sendtosd.yml b/metadata/ru.gelin.android.sendtosd.yml
index 597bd3a906..edf59611d4 100644
--- a/metadata/ru.gelin.android.sendtosd.yml
+++ b/metadata/ru.gelin.android.sendtosd.yml
@@ -7,11 +7,11 @@ Changelog: https://github.com/gelin/send-to-sd/wiki/History
AutoName: Send to SD card
Description: |-
- This adds an item to the share menu to save the object to the sdcard. For
- example, let's say you place a memory card in the phone to look at some
- pictures. You look at them in the gallery and as you go you copy the good ones
- to the internal memory. Not all things will be saved as expected: a webpage will
- only have it's url saved.
+ This adds an item to the share menu to save the object to the sdcard. For
+ example, let's say you place a memory card in the phone to look at some
+ pictures. You look at them in the gallery and as you go you copy the good ones
+ to the internal memory. Not all things will be saved as expected: a webpage will
+ only have it's url saved.
RepoType: git
Repo: https://github.com/gelin/send-to-sd
@@ -35,7 +35,7 @@ Builds:
versionCode: 36
commit: 30c17f33485d
prebuild: sed -i 's/android:targetSdkVersion="11"/android:targetSdkVersion="14"/g'
- AndroidManifest.xml
+ AndroidManifest.xml
target: android-14
- versionName: 0.3.10a
@@ -43,7 +43,7 @@ Builds:
commit: eb62db0c61d15d19ed29356731f54a9af1fadfe4
forceversion: true
prebuild: sed -i 's/android:targetSdkVersion="11"/android:targetSdkVersion="14"/g'
- AndroidManifest.xml
+ AndroidManifest.xml
target: android-14
- versionName: 0.3.10b
diff --git a/metadata/ru.gelin.android.weather.notification.yml b/metadata/ru.gelin.android.weather.notification.yml
index c5ad9d7ba3..994d8537b1 100644
--- a/metadata/ru.gelin.android.weather.notification.yml
+++ b/metadata/ru.gelin.android.weather.notification.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: OpenWeatherMap service itself is not open source
+ NonFreeNet:
+ en-US: OpenWeatherMap service itself is not open source
Categories:
- Internet
License: GPL-3.0-or-later
@@ -9,17 +9,17 @@ IssueTracker: https://github.com/gelin/weather-notification/issues
AutoName: Weather notification
Description: |-
- Simple application which displays the air temperature and other weather
- conditions in the notification bar. The air temperature is always visible like a
- system clock.
+ Simple application which displays the air temperature and other weather
+ conditions in the notification bar. The air temperature is always visible like a
+ system clock.
- Install the skins for a different look - see
- https://f-droid.org/packages/ru.gelin.android.weather.notification.skin.blacktext and
- https://f-droid.org/packages/ru.gelin.android.weather.notification.skin.whitetext.
+ Install the skins for a different look - see
+ https://f-droid.org/packages/ru.gelin.android.weather.notification.skin.blacktext and
+ https://f-droid.org/packages/ru.gelin.android.weather.notification.skin.whitetext.
- This app uses the openweathermap API.
+ This app uses the openweathermap API.
- NonFreeNet: OpenWeatherMap service itself is not open source.
+ NonFreeNet: OpenWeatherMap service itself is not open source.
RepoType: srclib
Repo: WeatherNotification
diff --git a/metadata/ru.glesik.nostrangersms.yml b/metadata/ru.glesik.nostrangersms.yml
index 4d1a3a7381..a6ef305586 100644
--- a/metadata/ru.glesik.nostrangersms.yml
+++ b/metadata/ru.glesik.nostrangersms.yml
@@ -7,13 +7,13 @@ Bitcoin: 1DbZjPqe4uaBv32deNqwbWUTrCempo2Wqk
AutoName: No Stranger SMS
Summary: Stranger SMS filter
Description: |-
- Blocks messages from senders not in your contact list, filtering spam.
+ Blocks messages from senders not in your contact list, filtering spam.
- Features include:
+ Features include:
- * Silent notifications and storage of messages from unknown senders
- * Add sender to system address book
- * Delete message or move to Inbox
+ * Silent notifications and storage of messages from unknown senders
+ * Add sender to system address book
+ * Delete message or move to Inbox
Builds:
- versionName: '1.2'
diff --git a/metadata/ru.henridellal.emerald.yml b/metadata/ru.henridellal.emerald.yml
index d4f602fab4..09b1d732d1 100644
--- a/metadata/ru.henridellal.emerald.yml
+++ b/metadata/ru.henridellal.emerald.yml
@@ -7,14 +7,14 @@ Changelog: https://github.com/HenriDellal/emerald/releases
AutoName: Emerald Launcher
Description: |-
- Lightweight customizable launcher which supports icon packs and has a good
- number of settings for its size. Features include:
+ Lightweight customizable launcher which supports icon packs and has a good
+ number of settings for its size. Features include:
- * Icon pack support
- * App and web search
- * App categories
- * History of last launched apps
- * Resizeable layout
+ * Icon pack support
+ * App and web search
+ * App categories
+ * History of last launched apps
+ * Resizeable layout
RepoType: git
Repo: https://github.com/HenriDellal/emerald
diff --git a/metadata/ru.henridellal.patolli.yml b/metadata/ru.henridellal.patolli.yml
index bf3f83ea75..3ee3813016 100644
--- a/metadata/ru.henridellal.patolli.yml
+++ b/metadata/ru.henridellal.patolli.yml
@@ -8,8 +8,8 @@ Changelog: https://www.github.com/HenriDellal/patolli/releases
AutoName: Patolli
Description: |-
- Patolli is a board game where players have to guide their markers through
- the field and back. This game is a simplified version of original Patolli.
+ Patolli is a board game where players have to guide their markers through
+ the field and back. This game is a simplified version of original Patolli.
RepoType: git
Repo: https://www.github.com/HenriDellal/patolli
diff --git a/metadata/ru.hyst329.openfool.yml b/metadata/ru.hyst329.openfool.yml
index d710c35bc6..fe80a4e93e 100644
--- a/metadata/ru.hyst329.openfool.yml
+++ b/metadata/ru.hyst329.openfool.yml
@@ -8,12 +8,12 @@ Changelog: https://github.com/hyst329/OpenFool/releases
AutoName: OpenFool
Description: |
- OpenFool is a free and open source Fool (Durak) card game for desktop and Android.
+ OpenFool is a free and open source Fool (Durak) card game for desktop and Android.
- Features
- * Individual game for 2 to 5 players and 4-players partnership game
- * 52-card decks: Standard Russian (designed by A. Charlemagne in 19th century, public domain - from Wikimedia), international (by Chris Aguilar - LGPL v3), French deck (by David Bellot - LGPL v3)
- * Standard rules for throwing in (some convention can be customized)
+ Features
+ * Individual game for 2 to 5 players and 4-players partnership game
+ * 52-card decks: Standard Russian (designed by A. Charlemagne in 19th century, public domain - from Wikimedia), international (by Chris Aguilar - LGPL v3), French deck (by David Bellot - LGPL v3)
+ * Standard rules for throwing in (some convention can be customized)
RepoType: git
Repo: https://github.com/hyst329/OpenFool
diff --git a/metadata/ru.ifproject.android.afr.yml b/metadata/ru.ifproject.android.afr.yml
index e8910ed57c..e399421a89 100644
--- a/metadata/ru.ifproject.android.afr.yml
+++ b/metadata/ru.ifproject.android.afr.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeAdd:
- en-US: The app promotes the installation of non-free "Mi Fit" application.
- NonFreeNet:
- en-US: The app only works with the non-free website amazfitwatchfaces.com.
+ NonFreeAdd:
+ en-US: The app promotes the installation of non-free "Mi Fit" application.
+ NonFreeNet:
+ en-US: The app only works with the non-free website amazfitwatchfaces.com.
Categories:
- Sports & Health
- Theming
@@ -14,14 +14,14 @@ Changelog: https://github.com/hexedit/amazfit-face-replacer/releases
AutoName: AFReplacer
Description: |-
- This tool allows You to quickly replace custom watchface in Mi Fit. This way You
- can use 11 custom watchfaces at one time, and there is no need to remember all
- internal file names.
+ This tool allows You to quickly replace custom watchface in Mi Fit. This way You
+ can use 11 custom watchfaces at one time, and there is no need to remember all
+ internal file names.
- You can also replace watchfaces directly from https://amazfitwatchfaces.com
+ You can also replace watchfaces directly from https://amazfitwatchfaces.com
- This tool only replaces watchfaces in Mi Fit. No direct gadget touching -
- watchfaces are applied via an official application = more safe usage.
+ This tool only replaces watchfaces in Mi Fit. No direct gadget touching -
+ watchfaces are applied via an official application = more safe usage.
RepoType: git
Repo: https://github.com/hexedit/amazfit-face-replacer.git
diff --git a/metadata/ru.meefik.busybox.yml b/metadata/ru.meefik.busybox.yml
index 1da66d3d6f..772a655213 100644
--- a/metadata/ru.meefik.busybox.yml
+++ b/metadata/ru.meefik.busybox.yml
@@ -10,15 +10,15 @@ Donate: https://meefik.github.io/donate/
AutoName: BusyBox
Description: |-
- Install a recent and un-crippled version of BusyBox.
+ Install a recent and un-crippled version of BusyBox.
- BusyBox combines tiny versions of many common UNIX utilities into a single small
- executable. It provides replacements for most of the utilities you usually find
- in GNU fileutils, shellutils, etc. The utilities in BusyBox generally have fewer
- options than their full-featured GNU cousins; however, the options that are
- included provide the expected functionality and behave very much like their GNU
- counterparts. BusyBox provides a fairly complete environment for any small or
- embedded system.
+ BusyBox combines tiny versions of many common UNIX utilities into a single small
+ executable. It provides replacements for most of the utilities you usually find
+ in GNU fileutils, shellutils, etc. The utilities in BusyBox generally have fewer
+ options than their full-featured GNU cousins; however, the options that are
+ included provide the expected functionality and behave very much like their GNU
+ counterparts. BusyBox provides a fairly complete environment for any small or
+ embedded system.
RepoType: git
Repo: https://github.com/meefik/busybox
@@ -255,7 +255,7 @@ Builds:
- app/src/main/assets/x86/bin
- app/src/main/assets/x86_64/bin
prebuild: sed -i -e '/android-ndk-r15c/d' -e 's!${BUILD_DIR}/${NDK}!$$NDK$$!'
- -e '/dl.google.com/d' ../contrib/build.sh
+ -e '/dl.google.com/d' ../contrib/build.sh
build:
- pushd ..
- gradle assets
@@ -278,7 +278,7 @@ Builds:
- app/src/main/jniLibs/arm*/*
- app/src/main/jniLibs/x8*/*
prebuild: sed -i -e '/android-ndk-r15c/d' -e 's!${BUILD_DIR}/${NDK}!$$NDK$$!'
- -e '/dl.google.com/d' ../contrib/build.sh
+ -e '/dl.google.com/d' ../contrib/build.sh
build:
- pushd ../contrib
- ./build.sh all
diff --git a/metadata/ru.moscow.tuzlukov.sergey.weatherlog.yml b/metadata/ru.moscow.tuzlukov.sergey.weatherlog.yml
index 54d4d56bf2..00b5e81ed1 100644
--- a/metadata/ru.moscow.tuzlukov.sergey.weatherlog.yml
+++ b/metadata/ru.moscow.tuzlukov.sergey.weatherlog.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: OpenWeatherMap service itself is not open source
+ NonFreeNet:
+ en-US: OpenWeatherMap service itself is not open source
Categories:
- Time
License: GPL-3.0-or-later
@@ -9,10 +9,10 @@ IssueTracker: https://github.com/sergey-tuzlukov/WeatherLogAndroid/issues
AutoName: WeatherLog
Description: |-
- Shows, how air temperature changed within the previous 24 hours, based on
- OpenWeatherMap API. Visit the website for detailed information.
+ Shows, how air temperature changed within the previous 24 hours, based on
+ OpenWeatherMap API. Visit the website for detailed information.
- NonFreeNet: OpenWeatherMap service itself is not open source.
+ NonFreeNet: OpenWeatherMap service itself is not open source.
RepoType: git
Repo: https://github.com/sergey-tuzlukov/WeatherLogAndroid
diff --git a/metadata/ru.natsuru.websdr.yml b/metadata/ru.natsuru.websdr.yml
index 347b610ff5..67e6e04baf 100644
--- a/metadata/ru.natsuru.websdr.yml
+++ b/metadata/ru.natsuru.websdr.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App connects to websdr.ewi.utwente.nl which is not libre.
+ NonFreeNet:
+ en-US: App connects to websdr.ewi.utwente.nl which is not libre.
Categories:
- Multimedia
License: GPL-3.0-only
@@ -28,8 +28,7 @@ Builds:
- yes
MaintainerNotes: NonFreeNet because it connects to http://websdr.ewi.utwente.nl:8901/,
- which currently is non free and also could not be changed by the user without
- recompiling
+ which currently is non free and also could not be changed by the user without recompiling
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/ru.neverdark.silentnight.yml b/metadata/ru.neverdark.silentnight.yml
index 17b110a97c..829bfd3628 100644
--- a/metadata/ru.neverdark.silentnight.yml
+++ b/metadata/ru.neverdark.silentnight.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/yankovskiy/SilentNight/issues
AutoName: Silent Night
Description: |-
- Configure the phone to go silent and/or airplane mode between two times of the
- day.
+ Configure the phone to go silent and/or airplane mode between two times of the
+ day.
RepoType: git
Repo: https://github.com/yankovskiy/SilentNight.git
diff --git a/metadata/ru.o2genum.coregame.yml b/metadata/ru.o2genum.coregame.yml
index 45783a10de..f833452553 100644
--- a/metadata/ru.o2genum.coregame.yml
+++ b/metadata/ru.o2genum.coregame.yml
@@ -4,10 +4,10 @@ License: MIT
AutoName: Core
Description: |-
- The rules are simple:
+ The rules are simple:
- * protect the core (big cyan dot in the center of the screen) as long as possible
- * gain health (cyan dots) and use shields (blue dots)
+ * protect the core (big cyan dot in the center of the screen) as long as possible
+ * gain health (cyan dots) and use shields (blue dots)
Builds:
- versionName: '1.0'
diff --git a/metadata/ru.playsoftware.j2meloader.yml b/metadata/ru.playsoftware.j2meloader.yml
index 90de3b5d49..0c8374aaf8 100644
--- a/metadata/ru.playsoftware.j2meloader.yml
+++ b/metadata/ru.playsoftware.j2meloader.yml
@@ -469,7 +469,7 @@ Builds:
ndk: r22b
MaintainerNotes: 'The class loader is needed for the main function of the app: load
- JARs.'
+ JARs.'
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/ru.ra66it.updaterforspotify.yml b/metadata/ru.ra66it.updaterforspotify.yml
index fd2d958c50..e0ff18b8e9 100644
--- a/metadata/ru.ra66it.updaterforspotify.yml
+++ b/metadata/ru.ra66it.updaterforspotify.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeAdd:
- en-US: Installs Spotify, which is a proprietary app.
- NonFreeNet:
- en-US: Depends on Spotify servers to download the app.
+ NonFreeAdd:
+ en-US: Installs Spotify, which is a proprietary app.
+ NonFreeNet:
+ en-US: Depends on Spotify servers to download the app.
Categories:
- Internet
License: MIT
@@ -13,8 +13,8 @@ Donate: https://www.paypal.me/2Ra66it
AutoName: Updater for Spotify
Description: |-
- Updater for Spotify allows you to download the latest version of Spotify and
- Spotify Beta to your android device.
+ Updater for Spotify allows you to download the latest version of Spotify and
+ Spotify Beta to your android device.
RepoType: git
Repo: https://github.com/2Ra66it/updater-for-spotify.git
diff --git a/metadata/ru.sash0k.bluetooth_terminal.yml b/metadata/ru.sash0k.bluetooth_terminal.yml
index e5be768b00..b317c9ea18 100644
--- a/metadata/ru.sash0k.bluetooth_terminal.yml
+++ b/metadata/ru.sash0k.bluetooth_terminal.yml
@@ -8,12 +8,12 @@ Changelog: https://github.com/Sash0k/bluetooth-spp-terminal#features
AutoName: Bluetooth terminal
Description: |-
- Bluetooth terminal for debugging and testing:
+ Bluetooth terminal for debugging and testing:
- * Search and connect to bluetooth devices in slave mode via RFCOMM.
- * Send commands to devices both ASCII and hex modes.
- * Share and clean log.
- * English/Russian i18n.
+ * Search and connect to bluetooth devices in slave mode via RFCOMM.
+ * Send commands to devices both ASCII and hex modes.
+ * Share and clean log.
+ * English/Russian i18n.
RepoType: git
Repo: https://github.com/Sash0k/bluetooth-spp-terminal.git
diff --git a/metadata/ru.subprogram.paranoidsmsblocker.yml b/metadata/ru.subprogram.paranoidsmsblocker.yml
index d0dfd1450a..99812d4dff 100644
--- a/metadata/ru.subprogram.paranoidsmsblocker.yml
+++ b/metadata/ru.subprogram.paranoidsmsblocker.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/subprogram/ParanoidSmsBlocker/issues
AutoName: Paranoid Sms Blocker
Description: |-
- Blocks messages from senders not in your contact list, filtering spam.
+ Blocks messages from senders not in your contact list, filtering spam.
- Features include:
+ Features include:
- * Block SMS based on black and white lists
- * See blocked SMS in 'Logs' (blocked sms tab)
+ * Block SMS based on black and white lists
+ * See blocked SMS in 'Logs' (blocked sms tab)
RepoType: git
Repo: https://github.com/subprogram/ParanoidSmsBlocker
diff --git a/metadata/ru.ttyh.neko259.notey.yml b/metadata/ru.ttyh.neko259.notey.yml
index 49999cdf65..7ae523e350 100644
--- a/metadata/ru.ttyh.neko259.notey.yml
+++ b/metadata/ru.ttyh.neko259.notey.yml
@@ -6,8 +6,8 @@ Bitcoin: 1Lh7a1tx7EREENawQyHhiKoCRF6u6TzVrD
AutoName: Notey
Description: |-
- Store plain-text or formatted notes, send them via e-mail and see on the OSM map
- where they were edited.
+ Store plain-text or formatted notes, send them via e-mail and see on the OSM map
+ where they were edited.
Builds:
- versionName: 1.1.1
diff --git a/metadata/ru.valle.btc.yml b/metadata/ru.valle.btc.yml
index d5fc5eacf0..a7b77225c8 100644
--- a/metadata/ru.valle.btc.yml
+++ b/metadata/ru.valle.btc.yml
@@ -9,12 +9,12 @@ IssueTracker: https://github.com/ValleZ/Paper-Wallet/issues
AutoName: Paper Wallet
Description: |-
- Generates a bitcoin address and corresponding private key in 'mini' format.
- Write down the private key and address then send bitcoins to that address. You
- can securely and OFFLINE SPEND coins from your paper wallet without revealing
- your private key. Full instructions within.
+ Generates a bitcoin address and corresponding private key in 'mini' format.
+ Write down the private key and address then send bitcoins to that address. You
+ can securely and OFFLINE SPEND coins from your paper wallet without revealing
+ your private key. Full instructions within.
- Check your balance via blockchain.info.
+ Check your balance via blockchain.info.
RepoType: git
Repo: https://github.com/ValleZ/Paper-Wallet.git
@@ -86,8 +86,8 @@ Builds:
- libs/*/*.so
MaintainerNotes: |-
- zbar libraries are from official binaries on sourceforge. I tried to compile from
- https://github.com/ZBar/ZBar but was unsuccessful. See trikita.obsqr though.
+ zbar libraries are from official binaries on sourceforge. I tried to compile from
+ https://github.com/ZBar/ZBar but was unsuccessful. See trikita.obsqr though.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/ru.yanus171.feedexfork.yml b/metadata/ru.yanus171.feedexfork.yml
index b5c9aa686d..81b1c79601 100644
--- a/metadata/ru.yanus171.feedexfork.yml
+++ b/metadata/ru.yanus171.feedexfork.yml
@@ -23,7 +23,7 @@ Builds:
- versionName: 0.7.29
versionCode: 127
disable: "Unexpected version/version code in output; APK: '0.7.28' / '126', Expected:\
- \ '0.7.29' / '127'"
+ \ '0.7.29' / '127'"
commit: 0.7.29
subdir: FlymFork
gradle:
diff --git a/metadata/ru.zxalexis.ugaday.yml b/metadata/ru.zxalexis.ugaday.yml
index b9ba99cebc..e8051a281b 100644
--- a/metadata/ru.zxalexis.ugaday.yml
+++ b/metadata/ru.zxalexis.ugaday.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/zxalexis/guess/issues
AutoName: Guess
Description: |-
- Simple guessing game. The goal is to guess a random number from 1 to 100 with 8
- tries.
+ Simple guessing game. The goal is to guess a random number from 1 to 100 with 8
+ tries.
RepoType: git
Repo: https://github.com/zxalexis/guess.git
@@ -36,8 +36,8 @@ Builds:
- yes
MaintainerNotes: |-
- * https://f-droid.org/forums/topic/guess-the-number/
- * AUM/UCM might be broken due upstream generating version information at buildtime.
+ * https://f-droid.org/forums/topic/guess-the-number/
+ * AUM/UCM might be broken due upstream generating version information at buildtime.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/ru0xdc.rtkgps.yml b/metadata/ru0xdc.rtkgps.yml
index d12d178418..764840f798 100644
--- a/metadata/ru0xdc.rtkgps.yml
+++ b/metadata/ru0xdc.rtkgps.yml
@@ -8,17 +8,17 @@ IssueTracker: https://github.com/illarionov/RtkGps/issues
AutoName: RtkGps
Description: |-
- Real-time standard and precise GNSS Positioning on Android using an external
- Bluetooth or USB GPS receiver; based on RTKLIB.
+ Real-time standard and precise GNSS Positioning on Android using an external
+ Bluetooth or USB GPS receiver; based on RTKLIB.
- * GPS, GLONASS, Galileo, QZSS, BeiDou and SBAS Navigation systems
- * Single, DGPS/DGNSS, Kinematic, Static, Moving-Baseline, Fixed, PPP-Kinematic, PPP-Static and PPP-Fixed positioning modes.
- * RINEX 2.10,2.11,2.12 OBS/NAV/GNAV/HNAV/LNAV/QNAV, RINEX 3.00,3.01,3.02 OBS/NAV,RINEX 3.02 CLK,RTCM ver.2.3,RTCM ver.3.1 (with amendment 1-5), RTCM ver.3.2, BINEX, NTRIP 1.0, NMEA 0183, SP3-c, ANTEX 1.4, IONEX 1.0, NGS PCV and EMS 2.0.
- * Proprietary protocotols: NovAtel: OEM4/V/6,OEM3,OEMStar,Superstar II, Hemisphere: Eclipse,Crescent, u-blox: LEA-4T/5T/6T, SkyTraq: S1315F, JAVAD GRIL/GREIS, Furuno GW-10-II/III and NVS NV08C BINR, TCP/IP, NTRIP, local log file
- * Bluetooth and USB OTG communication
- * experimental SiRF IV protocol support
+ * GPS, GLONASS, Galileo, QZSS, BeiDou and SBAS Navigation systems
+ * Single, DGPS/DGNSS, Kinematic, Static, Moving-Baseline, Fixed, PPP-Kinematic, PPP-Static and PPP-Fixed positioning modes.
+ * RINEX 2.10,2.11,2.12 OBS/NAV/GNAV/HNAV/LNAV/QNAV, RINEX 3.00,3.01,3.02 OBS/NAV,RINEX 3.02 CLK,RTCM ver.2.3,RTCM ver.3.1 (with amendment 1-5), RTCM ver.3.2, BINEX, NTRIP 1.0, NMEA 0183, SP3-c, ANTEX 1.4, IONEX 1.0, NGS PCV and EMS 2.0.
+ * Proprietary protocotols: NovAtel: OEM4/V/6,OEM3,OEMStar,Superstar II, Hemisphere: Eclipse,Crescent, u-blox: LEA-4T/5T/6T, SkyTraq: S1315F, JAVAD GRIL/GREIS, Furuno GW-10-II/III and NVS NV08C BINR, TCP/IP, NTRIP, local log file
+ * Bluetooth and USB OTG communication
+ * experimental SiRF IV protocol support
- Status: Alpha
+ Status: Alpha
RepoType: git
Repo: https://github.com/illarionov/RtkGps.git
@@ -38,9 +38,9 @@ Builds:
ndk: r12b
MaintainerNotes: |-
- The scanner is tripped by binaries that are only used for testing; see the README.install.
- Could rm test* rather than scanignore but fdroid doesn't recover afterwards,
- since they're submodules
+ The scanner is tripped by binaries that are only used for testing; see the README.install.
+ Could rm test* rather than scanignore but fdroid doesn't recover afterwards,
+ since they're submodules
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/ryey.camcov.yml b/metadata/ryey.camcov.yml
index 180c5eebe2..6415add6b9 100644
--- a/metadata/ryey.camcov.yml
+++ b/metadata/ryey.camcov.yml
@@ -8,18 +8,18 @@ IssueTracker: https://github.com/renyuneyun/CamCov/issues
AutoName: CamCov
Description: |-
- Gain more safety while walking with your eyes on the screen.
+ Gain more safety while walking with your eyes on the screen.
- Alert: This app does not have Super Cow Powers. Do NOT rely on this app.
+ Alert: This app does not have Super Cow Powers. Do NOT rely on this app.
- Dut to technical issues, this software actually uses the camera as a translucent
- covering layer (overlay). However, that behaves quite similar to using it as
- background.
+ Dut to technical issues, this software actually uses the camera as a translucent
+ covering layer (overlay). However, that behaves quite similar to using it as
+ background.
- Similar software: transparent screen
+ Similar software: transparent screen
- Interoperable by Broadcast/Intent. See INTEROPERABILITY.md in the source code
- for details.
+ Interoperable by Broadcast/Intent. See INTEROPERABILITY.md in the source code
+ for details.
RepoType: git
Repo: https://github.com/renyuneyun/CamCov
diff --git a/metadata/ryey.colorsniffer.yml b/metadata/ryey.colorsniffer.yml
index 77456d0b2f..a71848d6f4 100644
--- a/metadata/ryey.colorsniffer.yml
+++ b/metadata/ryey.colorsniffer.yml
@@ -10,9 +10,9 @@ Liberapay: renyuneyun
AutoName: ColorSniffer
Description: |-
- ColorSniffer is developed as a companion app for Last Launcher. You can use it to automatically generate color scheme for app launcher entries.
+ ColorSniffer is developed as a companion app for Last Launcher. You can use it to automatically generate color scheme for app launcher entries.
- The color scheme is generated based on each apps' own icon. There are several options for choosing the exact aspect to determine the color.
+ The color scheme is generated based on each apps' own icon. There are several options for choosing the exact aspect to determine the color.
RepoType: git
Repo: https://github.com/renyuneyun/ColorSniffer.git
diff --git a/metadata/ryey.easer.beta.yml b/metadata/ryey.easer.beta.yml
index 21b5b50981..3cf84d990a 100644
--- a/metadata/ryey.easer.beta.yml
+++ b/metadata/ryey.easer.beta.yml
@@ -246,7 +246,7 @@ Builds:
gradle:
- beta
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-31' 'build-tools;30.0.3' > /dev/null
- versionName: 0.8.3-beta2
versionCode: 129002
@@ -259,7 +259,7 @@ Builds:
gradle:
- beta
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-31' 'build-tools;30.0.3' > /dev/null
scandelete:
- app/src/androidTest
@@ -274,7 +274,7 @@ Builds:
gradle:
- beta
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
- 'platforms;android-31' 'build-tools;30.0.3' > /dev/null
+ 'platforms;android-31' 'build-tools;30.0.3' > /dev/null
scandelete:
- app/src/androidTest
diff --git a/metadata/ryey.flock.yml b/metadata/ryey.flock.yml
index 4541d99583..cfe53f3264 100644
--- a/metadata/ryey.flock.yml
+++ b/metadata/ryey.flock.yml
@@ -8,13 +8,13 @@ IssueTracker: https://github.com/renyuneyun/FLock/issues
AutoName: FLock
Description: |-
- Shows a floating lock screen button.
+ Shows a floating lock screen button.
- Software lockscreen button can help you get rid of worrying about your physical
- button's life. Floating button can keep you in your working app and don't need
- to go back to home screen in order to lock your screen.
+ Software lockscreen button can help you get rid of worrying about your physical
+ button's life. Floating button can keep you in your working app and don't need
+ to go back to home screen in order to lock your screen.
- Long-clicking would send your custom Broadcast/Intent.
+ Long-clicking would send your custom Broadcast/Intent.
RepoType: git
Repo: https://github.com/renyuneyun/FLock
diff --git a/metadata/saschpe.contactevents.yml b/metadata/saschpe.contactevents.yml
index f529db9896..8b7ddb3f69 100644
--- a/metadata/saschpe.contactevents.yml
+++ b/metadata/saschpe.contactevents.yml
@@ -10,19 +10,19 @@ IssueTracker: https://github.com/saschpe/BirthdayCalendar/issues
AutoName: Birthday Calendar
Description: |-
- Get a birthday calendar for all your social networks right inside Google
- Calendar. Supports Facebook, LinkedIn, Xing, Skype and all other apps which sync
- contacts with your Android device. Enable reminder alarms and decide which
- contacts you want to see. You'll get notifications for all of them.
+ Get a birthday calendar for all your social networks right inside Google
+ Calendar. Supports Facebook, LinkedIn, Xing, Skype and all other apps which sync
+ contacts with your Android device. Enable reminder alarms and decide which
+ contacts you want to see. You'll get notifications for all of them.
- Features:
+ Features:
- * Birthdays and anniversaries for all your contacts
- * Customizable reminders (same day, one day in advance, ...) and the calendar color
- * Hide the app icon after setting it up so that it doesn't get in your way
- * Tablet support
+ * Birthdays and anniversaries for all your contacts
+ * Customizable reminders (same day, one day in advance, ...) and the calendar color
+ * Hide the app icon after setting it up so that it doesn't get in your way
+ * Tablet support
- Based on https://f-droid.org/packages/org.birthdayadapter.
+ Based on https://f-droid.org/packages/org.birthdayadapter.
RepoType: git
Repo: https://github.com/saschpe/BirthdayCalendar
diff --git a/metadata/saschpe.poker.yml b/metadata/saschpe.poker.yml
index d77854180a..86cfb3cefb 100644
--- a/metadata/saschpe.poker.yml
+++ b/metadata/saschpe.poker.yml
@@ -9,13 +9,13 @@ SourceCode: https://github.com/saschpe/PlanningPoker
IssueTracker: https://github.com/saschpe/PlanningPoker/issues
Description: |-
- A technique for estimating development goals in software development.
+ A technique for estimating development goals in software development.
- Features:
+ Features:
- * Fibonacci, T-Shirt Size and Ideal Days card decks
- * Simple, fast and natural design
- * Full Android Wear and tablet support
+ * Fibonacci, T-Shirt Size and Ideal Days card decks
+ * Simple, fast and natural design
+ * Full Android Wear and tablet support
RepoType: git
Repo: https://github.com/saschpe/PlanningPoker
@@ -32,8 +32,8 @@ Builds:
- rm -rf ../wear
MaintainerNotes: |-
- The wear folder confuses checkupdates and it finds the wrong VersionCode.
- We can still leave UCM set but have to fix VC from mobile subdir every update.
+ The wear folder confuses checkupdates and it finds the wrong VersionCode.
+ We can still leave UCM set but have to fix VC from mobile subdir every update.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/science.iodev.fissh.yml b/metadata/science.iodev.fissh.yml
index 9b819762d4..6046c0b75d 100644
--- a/metadata/science.iodev.fissh.yml
+++ b/metadata/science.iodev.fissh.yml
@@ -9,13 +9,13 @@ IssueTracker: https://gitlab.com/ioanm/fissh-app/issues
AutoName: FiSSH
Description: |-
- [Note: The app is now developed under a new appID as FiSSH]
+ [Note: The app is now developed under a new appID as FiSSH]
- This Android app stores your SSH key phrase and sends it to your PC securely via the LAN when an authorized fingerprint is detected by the Android fingerprint scanner.
+ This Android app stores your SSH key phrase and sends it to your PC securely via the LAN when an authorized fingerprint is detected by the Android fingerprint scanner.
- * The PC must run Linux and have FiSSH desktop installed - see INSTALL.md here
- * The PC app then returns the received passphrase to OpenSSH and the standard ssh binary completes the login process.
- * It is important to note that none of the FiSSH apps have access to private key file and that FiSSH uses TLS sockets with certificate validation to prevent man-in-the-middle attacks!
+ * The PC must run Linux and have FiSSH desktop installed - see INSTALL.md here
+ * The PC app then returns the received passphrase to OpenSSH and the standard ssh binary completes the login process.
+ * It is important to note that none of the FiSSH apps have access to private key file and that FiSSH uses TLS sockets with certificate validation to prevent man-in-the-middle attacks!
RepoType: git
Repo: https://gitlab.com/ioanm/FiSSH-App.git
diff --git a/metadata/science.itaintrocket.pomfshare.yml b/metadata/science.itaintrocket.pomfshare.yml
index d63f6fd839..5679ae16fc 100644
--- a/metadata/science.itaintrocket.pomfshare.yml
+++ b/metadata/science.itaintrocket.pomfshare.yml
@@ -7,9 +7,9 @@ Changelog: https://github.com/Nyubis/Pomfshare/releases
AutoName: Pomfshare
Description: |-
- Pomshare uses Android's built-in sharing menu to easily upload files to
- pomf.se, a free quality filehost. No timeouts, no logins. 50
- MiB maximum.
+ Pomshare uses Android's built-in sharing menu to easily upload files to
+ pomf.se, a free quality filehost. No timeouts, no logins. 50
+ MiB maximum.
RepoType: git
Repo: https://github.com/Nyubis/Pomfshare
diff --git a/metadata/screen.dimmer.pixelfilter.yml b/metadata/screen.dimmer.pixelfilter.yml
index f2bfdc026d..e8eb8dbd92 100644
--- a/metadata/screen.dimmer.pixelfilter.yml
+++ b/metadata/screen.dimmer.pixelfilter.yml
@@ -7,15 +7,15 @@ SourceCode: https://github.com/pelya/screen-dimmer-pixel-filter
IssueTracker: https://github.com/pelya/screen-dimmer-pixel-filter/issues
Description: |-
- Note: THIS PROJECT IS ABANDONED
- Android 8 disallows any app to draw over notification panel or navigation buttons, so Pixel Filter cannot work properly on any newer phone, and nothing can be done about that.
+ Note: THIS PROJECT IS ABANDONED
+ Android 8 disallows any app to draw over notification panel or navigation buttons, so Pixel Filter cannot work properly on any newer phone, and nothing can be done about that.
- Current bugs:
- * Add Poisson-disc sampling algorithm for lulz.
- * Option to start on battery percentage.
- * Fix crashes when watching light level and rotating the phone.
- * Diagonal lines on some devices - auto-calibrate bitmap offset using a screenshot.
- * Filter does not cover navigation buttons fully when the keyboard is shown.
+ Current bugs:
+ * Add Poisson-disc sampling algorithm for lulz.
+ * Option to start on battery percentage.
+ * Fix crashes when watching light level and rotating the phone.
+ * Diagonal lines on some devices - auto-calibrate bitmap offset using a screenshot.
+ * Filter does not cover navigation buttons fully when the keyboard is shown.
RepoType: git
Repo: https://github.com/pelya/screen-dimmer-pixel-filter.git
diff --git a/metadata/se.anyro.nfc_reader.yml b/metadata/se.anyro.nfc_reader.yml
index 024e95b79e..39baddc96e 100644
--- a/metadata/se.anyro.nfc_reader.yml
+++ b/metadata/se.anyro.nfc_reader.yml
@@ -8,10 +8,10 @@ IssueTracker: https://github.com/nadam/nfc-reader/issues
AutoName: NFC Reader
Description: |-
- Simple app for reading and displaying various tags (NDEF, RFID, FeliCa, ISO
- 14443, etc) using NFC (Near Field Communication). The app also supports basic
- NDEF Push (Android Beam) for people who don't have any tag to read but happen to
- have two NFC enabled phones.
+ Simple app for reading and displaying various tags (NDEF, RFID, FeliCa, ISO
+ 14443, etc) using NFC (Near Field Communication). The app also supports basic
+ NDEF Push (Android Beam) for people who don't have any tag to read but happen to
+ have two NFC enabled phones.
RepoType: git
Repo: https://github.com/nadam/nfc-reader.git
diff --git a/metadata/se.bitcraze.crazyfliecontrol2.yml b/metadata/se.bitcraze.crazyfliecontrol2.yml
index 8323d90117..435cf4165b 100644
--- a/metadata/se.bitcraze.crazyfliecontrol2.yml
+++ b/metadata/se.bitcraze.crazyfliecontrol2.yml
@@ -12,53 +12,53 @@ Changelog: https://github.com/bitcraze/crazyflie-android-client/releases
AutoName: Crazyflie Client
Description: |-
- Connect to Crazyflie 2.x using Bluetooth low energy and both the original
- Crazyflie and Crazyflie 2.x using the USB Crazyradio dongle connected with
- a USB OTG cable.
+ Connect to Crazyflie 2.x using Bluetooth low energy and both the original
+ Crazyflie and Crazyflie 2.x using the USB Crazyradio dongle connected with
+ a USB OTG cable.
- Features:
+ Features:
- * Control Crazyflie and Crazyflie 2.x using Crazyradio on a USB OTG compatible device
- * Control Crazyflie 2.x using Bluetooth LE 4.0
- * Control mode configurable
- * Control sensitivity configurable
- * Axis and button mapping configurable (only for game pad)
- * Control Crazyflie using touch controls
- * Control Crazyflie using game pad (connected via USB or Bluetooth)
- * Control Crazyflie using the device's gyroscope
- * Control LED ring effects (requires Crazyflie 2.x and optional LED ring deck)
- * Play the Imperial March melody on the buzzer deck (requires Crazyflie 2.x and optional buzzer deck)
- * Update Crazyflie using Crazyradio (experimental feature, update via BLE coming soon)
+ * Control Crazyflie and Crazyflie 2.x using Crazyradio on a USB OTG compatible device
+ * Control Crazyflie 2.x using Bluetooth LE 4.0
+ * Control mode configurable
+ * Control sensitivity configurable
+ * Axis and button mapping configurable (only for game pad)
+ * Control Crazyflie using touch controls
+ * Control Crazyflie using game pad (connected via USB or Bluetooth)
+ * Control Crazyflie using the device's gyroscope
+ * Control LED ring effects (requires Crazyflie 2.x and optional LED ring deck)
+ * Play the Imperial March melody on the buzzer deck (requires Crazyflie 2.x and optional buzzer deck)
+ * Update Crazyflie using Crazyradio (experimental feature, update via BLE coming soon)
- Please note:
+ Please note:
- This app is designed to control Crazyflie and Crazyflie 2.x. It requires
- either a Crazyradio, Crazyradio PA or a Bluetooth LE 4.0 compatible
- device running Android 4.4+. Only Crazyflie 2.x can be controlled with
- Bluetooth LE. Do not pair the Crazyflie via Bluetooth settings!
+ This app is designed to control Crazyflie and Crazyflie 2.x. It requires
+ either a Crazyradio, Crazyradio PA or a Bluetooth LE 4.0 compatible
+ device running Android 4.4+. Only Crazyflie 2.x can be controlled with
+ Bluetooth LE. Do not pair the Crazyflie via Bluetooth settings!
- Distributors for Crazyflie and Crazyradio can be found on our distributor
- list: https://www.bitcraze.io/buy/local-retailers/
+ Distributors for Crazyflie and Crazyradio can be found on our distributor
+ list: https://www.bitcraze.io/buy/local-retailers/
- This app is using JoystickView Widget from mobile-anarchy-widgets
- (https://code.google.com/p/mobile-anarchy-widgets/wiki/JoystickView).
+ This app is using JoystickView Widget from mobile-anarchy-widgets
+ (https://code.google.com/p/mobile-anarchy-widgets/wiki/JoystickView).
- Contributions are welcome!
+ Contributions are welcome!
- How to use the bootloader:
-
- - The list of firmwares should automatically be filled (make sure you have a network connection!)
- - Select a firmware (make sure you select the right one depending on which Crazyflie you want to update (CF1 or CF2))
- - Flash firmware (For Crazyflie 1, click on "Flash firmware" and switch on the Crazyflie during the next 10 seconds. For Crazyflie 2, press the ON/OFF switch of the Crazyflie longer than 1.5 second until one blue LED blinks. Then release the button and both blue LEDs should blink. Then click on "Flash firmware")
- - After a successful flash the Crazyflie will automatically restart in firmware mode and is ready to use.
-
- It's nearly impossible to brick the Crazyflie. In case of any problems during flashing, you can always try again or use the PC client to re-flash.
+ How to use the bootloader:
+
+ - The list of firmwares should automatically be filled (make sure you have a network connection!)
+ - Select a firmware (make sure you select the right one depending on which Crazyflie you want to update (CF1 or CF2))
+ - Flash firmware (For Crazyflie 1, click on "Flash firmware" and switch on the Crazyflie during the next 10 seconds. For Crazyflie 2, press the ON/OFF switch of the Crazyflie longer than 1.5 second until one blue LED blinks. Then release the button and both blue LEDs should blink. Then click on "Flash firmware")
+ - After a successful flash the Crazyflie will automatically restart in firmware mode and is ready to use.
+
+ It's nearly impossible to brick the Crazyflie. In case of any problems during flashing, you can always try again or use the PC client to re-flash.
- Permissions:
+ Permissions:
- * Photo/Media/Files: This is required to save the firmware files on the device.
- * Bluetooth connection information: This is required for connecting to Crazyflie 2.x over Bluetooth.
- * Location: This is required for Bluetooth LE scanning since Android 6.0.
+ * Photo/Media/Files: This is required to save the firmware files on the device.
+ * Bluetooth connection information: This is required for connecting to Crazyflie 2.x over Bluetooth.
+ * Location: This is required for Bluetooth LE scanning since Android 6.0.
RepoType: git
Repo: https://github.com/bitcraze/crazyflie-android-client.git
diff --git a/metadata/se.embargo.retroboy.yml b/metadata/se.embargo.retroboy.yml
index 3a22ab1cc7..e947f791b2 100644
--- a/metadata/se.embargo.retroboy.yml
+++ b/metadata/se.embargo.retroboy.yml
@@ -7,23 +7,23 @@ Changelog: https://github.com/mikljohansson/retroboy/releases
AutoName: Retroboy
Description: |-
- Retroboy provides vintage imaging technology not seen since the digital cameras
- and monochrome screens of the previous century. A series of real time filters
- implement various image processing algorithms, to emulate the graphic experience
- of classic hardware.
+ Retroboy provides vintage imaging technology not seen since the digital cameras
+ and monochrome screens of the previous century. A series of real time filters
+ implement various image processing algorithms, to emulate the graphic experience
+ of classic hardware.
- * 4-tone Bayer dithering as found on the Nintendo® Game Boy® Camera
- * Amstrad CPC filter with 27 color palette
- * PXL-2000 PixelVision filter emulating one of the first digital video cameras
- * Commodore 64 filter with VIC-II 16-color palette
- * Atkinson dithering filter used by the original Apple® Macintosh® OS
- * Halftone dot filter as popularized by Roy Lichtenstein and the pop art movement
- * Record animated GIF movies
- * Scene mode setting to support for example low light exposure
- * Zoom using the volume rocker
- * Adjust the dynamic contrast to further enhance your photos
- * Process images from your gallery by tapping the share button and selecting Retroboy
- * Share your pictures through Facebook, Twitter, Tumblr, MMS, E-mail or any other methods your device supports
+ * 4-tone Bayer dithering as found on the Nintendo® Game Boy® Camera
+ * Amstrad CPC filter with 27 color palette
+ * PXL-2000 PixelVision filter emulating one of the first digital video cameras
+ * Commodore 64 filter with VIC-II 16-color palette
+ * Atkinson dithering filter used by the original Apple® Macintosh® OS
+ * Halftone dot filter as popularized by Roy Lichtenstein and the pop art movement
+ * Record animated GIF movies
+ * Scene mode setting to support for example low light exposure
+ * Zoom using the volume rocker
+ * Adjust the dynamic contrast to further enhance your photos
+ * Process images from your gallery by tapping the share button and selecting Retroboy
+ * Share your pictures through Facebook, Twitter, Tumblr, MMS, E-mail or any other methods your device supports
RepoType: git
Repo: https://github.com/mikljohansson/retroboy
diff --git a/metadata/se.erikofsweden.findmyphone.yml b/metadata/se.erikofsweden.findmyphone.yml
index 6cebe4ba26..3e827a15c8 100644
--- a/metadata/se.erikofsweden.findmyphone.yml
+++ b/metadata/se.erikofsweden.findmyphone.yml
@@ -8,15 +8,15 @@ Changelog: https://erikofsweden.blogspot.de/p/findmyphone.html
AutoName: FindMyPhone
Description: |-
- If you lose your phone having this app installed can help you find it. Upon
- receipt of an SMS or email, FindMyPhone gets your location and communicates the
- location back to the owner. Note that GPS may need be enabled and the phone
- within view of the sky for an accurate location to be obtained. The app will
- fall back to using Google's network location API, but we recommend you disable
- that nonfree software anyway. Currently supports activating by sending a secret
- message via SMS or an email to K-9 Mail. The resulting location is sent via SMS.
+ If you lose your phone having this app installed can help you find it. Upon
+ receipt of an SMS or email, FindMyPhone gets your location and communicates the
+ location back to the owner. Note that GPS may need be enabled and the phone
+ within view of the sky for an accurate location to be obtained. The app will
+ fall back to using Google's network location API, but we recommend you disable
+ that nonfree software anyway. Currently supports activating by sending a secret
+ message via SMS or an email to K-9 Mail. The resulting location is sent via SMS.
- Status: Beta.
+ Status: Beta.
RepoType: git-svn
Repo: https://svn.code.sf.net/p/findmyphone/code/trunk/
diff --git a/metadata/se.johanhil.clipboard.yml b/metadata/se.johanhil.clipboard.yml
index bac61f5a81..96596b7a55 100644
--- a/metadata/se.johanhil.clipboard.yml
+++ b/metadata/se.johanhil.clipboard.yml
@@ -8,11 +8,11 @@ IssueTracker: https://github.com/johanhil/copy-to-clipboard/issues
AutoName: Copy to Clipboard
Description: |-
- Copy to Clipboard integrates in to the Share menu, allowing you to copy text to
- the clipboard instead of sharing via an SMS/e-mail/tweet/etc.
+ Copy to Clipboard integrates in to the Share menu, allowing you to copy text to
+ the clipboard instead of sharing via an SMS/e-mail/tweet/etc.
- This is useful when you want to share text to an application that does not
- implement the regular "send to" functionality, such as GTalk.
+ This is useful when you want to share text to an application that does not
+ implement the regular "send to" functionality, such as GTalk.
RepoType: git
Repo: https://github.com/johanhil/copy-to-clipboard.git
diff --git a/metadata/se.johanhil.duckduckgo.yml b/metadata/se.johanhil.duckduckgo.yml
index c86cc610ba..649243f2ed 100644
--- a/metadata/se.johanhil.duckduckgo.yml
+++ b/metadata/se.johanhil.duckduckgo.yml
@@ -10,15 +10,15 @@ IssueTracker: https://github.com/johanhil/ddg-android/issues
AutoName: Duck Duck Go
Description: |-
- N.B This isn't related to the official DuckDuckGo app.
+ N.B This isn't related to the official DuckDuckGo app.
- Integrates the search engine DuckDuckGo with the Android OS. It adds another web
- search provider to the system and some neat suggestions for the user.
+ Integrates the search engine DuckDuckGo with the Android OS. It adds another web
+ search provider to the system and some neat suggestions for the user.
- There is an option to use DDG in the CyanogenMod 10 browser (depending on the
- locale), and also in https://f-droid.org/packages/org.tint.
+ There is an option to use DDG in the CyanogenMod 10 browser (depending on the
+ locale), and also in https://f-droid.org/packages/org.tint.
- Firefox allows you make search engines by long-pressing any input field.
+ Firefox allows you make search engines by long-pressing any input field.
RepoType: git
Repo: https://github.com/johanhil/ddg-android.git
diff --git a/metadata/se.leap.bitmaskclient.yml b/metadata/se.leap.bitmaskclient.yml
index ae8cc776cd..254d481acd 100644
--- a/metadata/se.leap.bitmaskclient.yml
+++ b/metadata/se.leap.bitmaskclient.yml
@@ -16,17 +16,17 @@ Bitcoin: bc1q8k02k0fy2q69ukxnm6d5zelh4cm8ryfd72uurc
AutoName: Bitmask
Description: |-
- Bitmask is an application to provide easy and secure encrypted communication.
- You can choose among several different service providers or start your own.
- Currently, Bitmask supports encrypted internet (VPN) with encrypted email coming
- soon.
+ Bitmask is an application to provide easy and secure encrypted communication.
+ You can choose among several different service providers or start your own.
+ Currently, Bitmask supports encrypted internet (VPN) with encrypted email coming
+ soon.
- Bitmask is a VPN client using OpenVPN with automatic configuration. Just enter
- your account information from any compatible service provider and away you go.
+ Bitmask is a VPN client using OpenVPN with automatic configuration. Just enter
+ your account information from any compatible service provider and away you go.
- By encrypting and securely routing all your network traffic through your
- Bitmask-compatible service provider, Bitmask is able to prevent many forms of
- censorship and surveillance.
+ By encrypting and securely routing all your network traffic through your
+ Bitmask-compatible service provider, Bitmask is able to prevent many forms of
+ censorship and surveillance.
RepoType: git
Repo: https://0xacab.org/leap/bitmask_android.git
diff --git a/metadata/se.leap.riseupvpn.yml b/metadata/se.leap.riseupvpn.yml
index df6a07e354..a080fca3b4 100644
--- a/metadata/se.leap.riseupvpn.yml
+++ b/metadata/se.leap.riseupvpn.yml
@@ -16,13 +16,13 @@ Bitcoin: 3LBqFZpv397VEyDeZo3oneTK1qgJ8hsqvJ
AutoName: RiseupVPN
Description: |-
- RiseupVPN is an application to provide easy and secure encrypted communication.
- The app is a custom branded build of https://f-droid.org/packages/se.leap.bitmaskclient. This version is
- preconfigured with one trusted provider—the Riseup collective—and allows
- anonymous VPN usage without any manual setup.
+ RiseupVPN is an application to provide easy and secure encrypted communication.
+ The app is a custom branded build of https://f-droid.org/packages/se.leap.bitmaskclient. This version is
+ preconfigured with one trusted provider—the Riseup collective—and allows
+ anonymous VPN usage without any manual setup.
- By encrypting and securely routing all your network traffic through Riseup's
- servers, RiseupVPN is able to prevent many forms of censorship and surveillance.
+ By encrypting and securely routing all your network traffic through Riseup's
+ servers, RiseupVPN is able to prevent many forms of censorship and surveillance.
RepoType: git
Repo: https://0xacab.org/leap/bitmask_android.git
diff --git a/metadata/se.manyver.yml b/metadata/se.manyver.yml
index b7a02bdcc9..e16924c42a 100644
--- a/metadata/se.manyver.yml
+++ b/metadata/se.manyver.yml
@@ -13,22 +13,22 @@ OpenCollective: manyverse
AutoName: Manyverse
Description: |-
- Manyverse is a social network app using the SSB protocol (Secure Scuttlebutt)
- where you can write posts and share with friends nearby or over the internet.
- It's different from mainstream social networks because your data is yours, it
- lives on your phone, not in the cloud. So there is no login, no company
- holding your data, no ads, no tracking of your activity, it's just you and
- your friends! The app is free and open source software, and it will always
- remain free.
+ Manyverse is a social network app using the SSB protocol (Secure Scuttlebutt)
+ where you can write posts and share with friends nearby or over the internet.
+ It's different from mainstream social networks because your data is yours, it
+ lives on your phone, not in the cloud. So there is no login, no company
+ holding your data, no ads, no tracking of your activity, it's just you and
+ your friends! The app is free and open source software, and it will always
+ remain free.
- Features:
+ Features:
- * Write threads of posts (even when offline) and share them with friends (over the internet or nearby via Wi-Fi or Bluetooth)
- * Private chats
- * Emoji reactions
- * Profile pages with biographies
- * Attach pictures, add content warnings
- * More features as we develop the app!
+ * Write threads of posts (even when offline) and share them with friends (over the internet or nearby via Wi-Fi or Bluetooth)
+ * Private chats
+ * Emoji reactions
+ * Profile pages with biographies
+ * Attach pictures, add content warnings
+ * More features as we develop the app!
RepoType: git
Repo: https://gitlab.com/staltz/manyverse.git
@@ -2857,8 +2857,8 @@ Builds:
ndk: r24
MaintainerNotes: scanignore is used to allow the "node_modules/react-native/android"
- local Maven repository which contains the prebuilt react-native library which
- we get from npm.
+ local Maven repository which contains the prebuilt react-native library which we
+ get from npm.
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/se.norenh.rkfread.yml b/metadata/se.norenh.rkfread.yml
index d54bf0f634..c347e0c237 100644
--- a/metadata/se.norenh.rkfread.yml
+++ b/metadata/se.norenh.rkfread.yml
@@ -7,19 +7,19 @@ Changelog: https://github.com/norenh/RKFRead/releases
AutoName: RKFRead
Description: |-
- NFC reader for public travelcards in Sweden and Denmark. It supports reading
- cards following the RKF standards and is tested with cards from the following
- providers:
+ NFC reader for public travelcards in Sweden and Denmark. It supports reading
+ cards following the RKF standards and is tested with cards from the following
+ providers:
- * Skånetrafiken JOJO
- * Länstrafiken kronoberg
- * Norrbotten
- * SL
- * Västtrafiken
- * Rejsekort A/S
+ * Skånetrafiken JOJO
+ * Länstrafiken kronoberg
+ * Norrbotten
+ * SL
+ * Västtrafiken
+ * Rejsekort A/S
- Note that your NFC device must support reading Mifare classic cards, which is
- unfortunately not possible on several handsets.
+ Note that your NFC device must support reading Mifare classic cards, which is
+ unfortunately not possible on several handsets.
RepoType: git
Repo: https://github.com/norenh/RKFRead.git
diff --git a/metadata/se.oandell.riksdagen.yml b/metadata/se.oandell.riksdagen.yml
index cac89d03f6..e4e1cee476 100644
--- a/metadata/se.oandell.riksdagen.yml
+++ b/metadata/se.oandell.riksdagen.yml
@@ -9,12 +9,12 @@ Changelog: https://github.com/OAndell/Riksdagskollen/releases
AutoName: Riksdagskollen
Description: |-
- Riksdagskollen aims to make the work of Swedish parliament transparent and easily available for anyone.
- It lets you:
- * View new decisions made by the parlament
- * View the results of votes
- * Sort by party
- * Read new questions, motions and other documents put forward by the parties
+ Riksdagskollen aims to make the work of Swedish parliament transparent and easily available for anyone.
+ It lets you:
+ * View new decisions made by the parlament
+ * View the results of votes
+ * Sort by party
+ * Read new questions, motions and other documents put forward by the parties
RepoType: git
Repo: https://github.com/OAndell/Riksdagskollen.git
diff --git a/metadata/se.pp.mc.android.Gerberoid.yml b/metadata/se.pp.mc.android.Gerberoid.yml
index 76d031b02c..fd694b4567 100644
--- a/metadata/se.pp.mc.android.Gerberoid.yml
+++ b/metadata/se.pp.mc.android.Gerberoid.yml
@@ -8,9 +8,9 @@ IssueTracker: https://github.com/zeldin/Gerberoid/issues
AutoName: Gerberoid
Description: |-
- A viewer for the Gerber PCB image files used in electronics CAD/CAM. The parser
- and renderer is based on code from the KiCad EDA suite, ensuring a high level of
- interoperability with those tools.
+ A viewer for the Gerber PCB image files used in electronics CAD/CAM. The parser
+ and renderer is based on code from the KiCad EDA suite, ensuring a high level of
+ interoperability with those tools.
RepoType: git
Repo: https://github.com/zeldin/Gerberoid
diff --git a/metadata/se.traffar.dot_race.yml b/metadata/se.traffar.dot_race.yml
index 653cb19837..3baec90035 100644
--- a/metadata/se.traffar.dot_race.yml
+++ b/metadata/se.traffar.dot_race.yml
@@ -7,13 +7,13 @@ IssueTracker: https://bitbucket.org/przemekr/dot-race/issues
AutoName: Dot-Race
Description: |-
- Dot race is simple, but funny and fast action game. Take a control of your
- spaceship and compete with computer or an other player in collecting magic
- artifacts.
+ Dot race is simple, but funny and fast action game. Take a control of your
+ spaceship and compete with computer or an other player in collecting magic
+ artifacts.
- The spaceship will accelerate toward your finger. To break put the finger behind
- the moving spaceship. There is also another controller 'virtual joystick'
- available also in two player game.
+ The spaceship will accelerate toward your finger. To break put the finger behind
+ the moving spaceship. There is also another controller 'virtual joystick'
+ available also in two player game.
RepoType: git
Repo: https://bitbucket.org/przemekr/dot-race
diff --git a/metadata/se.tube42.drum.android.yml b/metadata/se.tube42.drum.android.yml
index d3d6cef509..15dd20b9dc 100644
--- a/metadata/se.tube42.drum.android.yml
+++ b/metadata/se.tube42.drum.android.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/tube42/drumon/issues
AutoName: Drum On!
Description: |-
- Simple and minimalist drum app that can, for example, be used to accompany
- guitar or bass players.
+ Simple and minimalist drum app that can, for example, be used to accompany
+ guitar or bass players.
RepoType: git
Repo: https://github.com/tube42/drumon.git
diff --git a/metadata/se.tube42.kidsmem.android.yml b/metadata/se.tube42.kidsmem.android.yml
index 92201fd12a..5c0a451ccc 100644
--- a/metadata/se.tube42.kidsmem.android.yml
+++ b/metadata/se.tube42.kidsmem.android.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/tube42/candymem/issues
AutoName: Candy Memory
Description: |-
- Candy Memory is a casual "match two" memory game for children and adults. It was
- created during #CANDYJAM, because everybody loves candy (well, maybe not some
- lawyers).
+ Candy Memory is a casual "match two" memory game for children and adults. It was
+ created during #CANDYJAM, because everybody loves candy (well, maybe not some
+ lawyers).
RepoType: git
Repo: https://github.com/tube42/candymem
@@ -51,8 +51,8 @@ Builds:
- android/libs
MaintainerNotes: |-
- libgdx.so and libgdx-freetype.so binaries are extracted from
- com.badlogicgames.gdx:gdx-platform JARs that come from Maven Central.
+ libgdx.so and libgdx-freetype.so binaries are extracted from
+ com.badlogicgames.gdx:gdx-platform JARs that come from Maven Central.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/seanfoy.wherering.yml b/metadata/seanfoy.wherering.yml
index b252456ce0..3d79558171 100644
--- a/metadata/seanfoy.wherering.yml
+++ b/metadata/seanfoy.wherering.yml
@@ -5,9 +5,9 @@ WebSite: https://code.google.com/p/wherering
SourceCode: https://code.google.com/p/wherering/source
Description: |-
- Have the phone's ring mode (silent, vibrate, etc) change when you enter a set
- location zone, configurable by radius. It uses GPS sparingly to save the
- battery.
+ Have the phone's ring mode (silent, vibrate, etc) change when you enter a set
+ location zone, configurable by radius. It uses GPS sparingly to save the
+ battery.
RepoType: hg
Repo: https://code.google.com/p/wherering
diff --git a/metadata/security.pEp.yml b/metadata/security.pEp.yml
index 337dea53e4..a571c960b0 100644
--- a/metadata/security.pEp.yml
+++ b/metadata/security.pEp.yml
@@ -12,35 +12,35 @@ Changelog: https://www.pep.security/docs/release_notes_android.html
Name: p≡p | Pretty Easy Privacy (pEp)
AutoName: p≡p
Description: |-
- p≡p is a cyber security solution which protects the confidentiality and
- reliability of communications for citizens, for public offices and for
- enterprises. It provides end-to-end cryptography in all common crypto-standards
- through the app that you install on your phone.
+ p≡p is a cyber security solution which protects the confidentiality and
+ reliability of communications for citizens, for public offices and for
+ enterprises. It provides end-to-end cryptography in all common crypto-standards
+ through the app that you install on your phone.
- p≡p for Android makes e-mail encryption easy on mobile devices for everyone by
- automatic and seamless integration of end-to-end encryption. Set it up with your
- existing e-mail address under a minute. Send and receive as many messages as you
- want without any restrictions on the number of devices the p≡p app runs on.
+ p≡p for Android makes e-mail encryption easy on mobile devices for everyone by
+ automatic and seamless integration of end-to-end encryption. Set it up with your
+ existing e-mail address under a minute. Send and receive as many messages as you
+ want without any restrictions on the number of devices the p≡p app runs on.
- p≡p supports the user with advanced automation and is fully compatible with
- OpenPGP
+ p≡p supports the user with advanced automation and is fully compatible with
+ OpenPGP
- * it will automatically encrypt your e-mail and attachments, including pictures
- * it can ensure no one can intercept your perfectly encrypted e-mail
- * it is peer-to-peer and uses no central service
- * it works with all your existing e-mail account(s)
- * it can authenticate your communication partner and prevent identity theft
- * it offers security and privacy by default
+ * it will automatically encrypt your e-mail and attachments, including pictures
+ * it can ensure no one can intercept your perfectly encrypted e-mail
+ * it is peer-to-peer and uses no central service
+ * it works with all your existing e-mail account(s)
+ * it can authenticate your communication partner and prevent identity theft
+ * it offers security and privacy by default
- p≡p is end-to-end and supports all commonly used Android devices.
+ p≡p is end-to-end and supports all commonly used Android devices.
- p≡p is easy for your recipients too – depending on their security capabilities,
- they can exchange encrypted messages with you.
+ p≡p is easy for your recipients too – depending on their security capabilities,
+ they can exchange encrypted messages with you.
- With p≡p, you don't need a separate account, you can send secure messages to
- anyone anywhere, regardless of their email provider.
+ With p≡p, you don't need a separate account, you can send secure messages to
+ anyone anywhere, regardless of their email provider.
- Just install the app and you can communicate in confidence with your peers.
+ Just install the app and you can communicate in confidence with your peers.
RepoType: git
Repo: https://pep-security.lu/gitlab/android/pep.git
diff --git a/metadata/sh.ftp.rocketninelabs.meditationassistant.opensource.yml b/metadata/sh.ftp.rocketninelabs.meditationassistant.opensource.yml
index e95f07d303..59bf22cd80 100644
--- a/metadata/sh.ftp.rocketninelabs.meditationassistant.opensource.yml
+++ b/metadata/sh.ftp.rocketninelabs.meditationassistant.opensource.yml
@@ -15,21 +15,21 @@ Bitcoin: 3Aq6xnpdxSByUtKGrJNdte1sMzj3mADWaz
AutoName: Meditation Assistant
Description: |-
- This application assists with both timed (via duration or ending at a specific
- time) and untimed sessions, with numerous customizations, including
- start/interval/end sounds and device behavior. It also provides a monthly
- overview of your progress.
+ This application assists with both timed (via duration or ending at a specific
+ time) and untimed sessions, with numerous customizations, including
+ start/interval/end sounds and device behavior. It also provides a monthly
+ overview of your progress.
- A major feature in this application is the ability to share your sessions
- online. Though entirely optional, sharing your progress online adds another
- dimension to your accountability. Now that you've gone public, as your
- meditation streak increases more users will see it as a goal of their own. One
- user has posted over 500 days of consecutive days of meditation.
+ A major feature in this application is the ability to share your sessions
+ online. Though entirely optional, sharing your progress online adds another
+ dimension to your accountability. Now that you've gone public, as your
+ meditation streak increases more users will see it as a goal of their own. One
+ user has posted over 500 days of consecutive days of meditation.
- Your meditation streak is the number of consecutive days you have recorded at
- least one session. As your streak grows, "not breaking the chain" becomes quite
- important. Soon you will be meditating once a day, even if it's five or ten
- minutes out of your schedule.
+ Your meditation streak is the number of consecutive days you have recorded at
+ least one session. As your streak grows, "not breaking the chain" becomes quite
+ important. Soon you will be meditating once a day, even if it's five or ten
+ minutes out of your schedule.
RepoType: git
Repo: https://code.rocket9labs.com/tslocum/meditationassistant.git
@@ -247,7 +247,7 @@ Builds:
- versionName: 1.4.1
versionCode: 141
disable: Cannot resolve external dependency com.android.tools.build:gradle:2.3.3
- because no repositories are defined
+ because no repositories are defined
commit: 1.4.1
subdir: MeditationAssistant
gradle:
diff --git a/metadata/si.modrajagoda.didi.yml b/metadata/si.modrajagoda.didi.yml
index 1065900b0a..0f4a84713d 100644
--- a/metadata/si.modrajagoda.didi.yml
+++ b/metadata/si.modrajagoda.didi.yml
@@ -10,13 +10,13 @@ Bitcoin: 1FU27EyocpFFhexjoakSe7Hxvf4jD2KmFh
AutoName: Did I?
Description: |-
- Did I? is a habit tracking app which asks you a simple question about your habit
- every day: "Did I?"
+ Did I? is a habit tracking app which asks you a simple question about your habit
+ every day: "Did I?"
- Enter the habits you want to build, and what time of day you want the app to ask
- you about them, and that's that.
+ Enter the habits you want to build, and what time of day you want the app to ask
+ you about them, and that's that.
- Status: Beta
+ Status: Beta
RepoType: git
Repo: https://github.com/blaztriglav/did-i.git
diff --git a/metadata/siir.es.adbWireless.yml b/metadata/siir.es.adbWireless.yml
index 6b71cea32c..266f4d757f 100644
--- a/metadata/siir.es.adbWireless.yml
+++ b/metadata/siir.es.adbWireless.yml
@@ -7,17 +7,17 @@ Changelog: https://github.com/slightlywobbly/adbwireless#versions
AutoName: adbWireless
Description: |-
- adbWireless lets you access your phone through adb without the need of a wired
- USB connection. The app provides you with the phone's local IP address so that
- you can use it on your computer to connect to it. Beware, the access will be
- granted to all devices on the same wireless network - it would not be sensible
- to activate this service on any network that is not of your best trust.
+ adbWireless lets you access your phone through adb without the need of a wired
+ USB connection. The app provides you with the phone's local IP address so that
+ you can use it on your computer to connect to it. Beware, the access will be
+ granted to all devices on the same wireless network - it would not be sensible
+ to activate this service on any network that is not of your best trust.
- A simple toggle widget is included.
+ A simple toggle widget is included.
- Requires Root: Yes.
+ Requires Root: Yes.
- Status: Original source code repo vanished
+ Status: Original source code repo vanished
RequiresRoot: true
diff --git a/metadata/simple.reboot.com.yml b/metadata/simple.reboot.com.yml
index ae204e9de7..6d0657663d 100644
--- a/metadata/simple.reboot.com.yml
+++ b/metadata/simple.reboot.com.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/franciscofranco/Simple-Reboot-app/issues
AutoName: Simple Reboot
Description: |-
- Choose from reboot, soft reboot, or safe mode options.
+ Choose from reboot, soft reboot, or safe mode options.
- Requires root: Yes.
+ Requires root: Yes.
RequiresRoot: true
diff --git a/metadata/site.leos.setter.yml b/metadata/site.leos.setter.yml
index 809ecf59cb..78cd1df49b 100644
--- a/metadata/site.leos.setter.yml
+++ b/metadata/site.leos.setter.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App connects to DeepL.com and some servers behind Cloudflare.
+ NonFreeNet:
+ en-US: App connects to DeepL.com and some servers behind Cloudflare.
Categories:
- Internet
- System
diff --git a/metadata/sk.halmi.fbeditplus.yml b/metadata/sk.halmi.fbeditplus.yml
index 1dcd6994b7..c3c63b8566 100644
--- a/metadata/sk.halmi.fbeditplus.yml
+++ b/metadata/sk.halmi.fbeditplus.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/videogameboy76/FBEditPlus/issues
AutoName: Frozen Bubble LevelEditor plus
Description: |-
- Edit and load custom level packs for https://f-droid.org/packages/org.jfedor.frozenbubble. Up-/ and
- downloading is currently broken due to a developer change.
+ Edit and load custom level packs for https://f-droid.org/packages/org.jfedor.frozenbubble. Up-/ and
+ downloading is currently broken due to a developer change.
RepoType: git
Repo: https://github.com/videogameboy76/FBEditPlus
diff --git a/metadata/sk.madzik.android.logcatudp.yml b/metadata/sk.madzik.android.logcatudp.yml
index 697abf9436..9d19e836d9 100644
--- a/metadata/sk.madzik.android.logcatudp.yml
+++ b/metadata/sk.madzik.android.logcatudp.yml
@@ -6,19 +6,19 @@ IssueTracker: https://github.com/Chemik/logcatudp/issues
AutoName: Logcat to UDP
Description: |-
- N.B. This probably won't work on Android 4.1+.
+ N.B. This probably won't work on Android 4.1+.
- Simple tool for android development that sends a log to UDP port or share it via
- email, bluetooth, etc. Background service is collecting logs and sending them to
- destination IP and UDP port. You can send logs to desktop computer through home
- wifi network, or to server with public IP or cname.
+ Simple tool for android development that sends a log to UDP port or share it via
+ email, bluetooth, etc. Background service is collecting logs and sending them to
+ destination IP and UDP port. You can send logs to desktop computer through home
+ wifi network, or to server with public IP or cname.
- To listen logs use this python script:
- https://github.com/Chemik/logcatudp/blob/master/test/listener.py
+ To listen logs use this python script:
+ https://github.com/Chemik/logcatudp/blob/master/test/listener.py
- Example: ./listener.py 192.168.1.10 10009
+ Example: ./listener.py 192.168.1.10 10009
- You can also use your desktop syslog server to receive logs.
+ You can also use your desktop syslog server to receive logs.
RepoType: git
Repo: https://github.com/Chemik/logcatudp
diff --git a/metadata/sk.vx.connectbot.yml b/metadata/sk.vx.connectbot.yml
index 4953d5f8a5..d78eb138be 100644
--- a/metadata/sk.vx.connectbot.yml
+++ b/metadata/sk.vx.connectbot.yml
@@ -9,20 +9,20 @@ IssueTracker: https://github.com/vx/connectbot/issues
AutoName: VX ConnectBot
Description: |-
- Based on https://f-droid.org/packages/org.connectbot and other projects. Additional features:
+ Based on https://f-droid.org/packages/org.connectbot and other projects. Additional features:
- * background file transfer (SCP protocol)
- * character picker dialog (on-screen button and hardware SYM key)
- * single line input (on-screen button)
- * tap and hold menu (switch to fullscreen mode, change font size)
- * save SSH keys as files
- * save console screenshots (PNG format)
- * new key mappings (hardware keyboard)
- * additional customizations for some phones with hardware keyboards
+ * background file transfer (SCP protocol)
+ * character picker dialog (on-screen button and hardware SYM key)
+ * single line input (on-screen button)
+ * tap and hold menu (switch to fullscreen mode, change font size)
+ * save SSH keys as files
+ * save console screenshots (PNG format)
+ * new key mappings (hardware keyboard)
+ * additional customizations for some phones with hardware keyboards
- https://f-droid.org/packages/org.pocketworkstation.pckeyboard, https://f-droid.org/packages/com.anysoftkeyboard.languagepack.SSH
- and the Android PC-keyboard-layout in Android 4.1 are well suited to terminal
- work.
+ https://f-droid.org/packages/org.pocketworkstation.pckeyboard, https://f-droid.org/packages/com.anysoftkeyboard.languagepack.SSH
+ and the Android PC-keyboard-layout in Android 4.1 are well suited to terminal
+ work.
RepoType: git
Repo: https://github.com/vx/connectbot.git
diff --git a/metadata/sonoroxadc.garethmurfin.co.uk.yml b/metadata/sonoroxadc.garethmurfin.co.uk.yml
index 496906411e..8ac710bd19 100644
--- a/metadata/sonoroxadc.garethmurfin.co.uk.yml
+++ b/metadata/sonoroxadc.garethmurfin.co.uk.yml
@@ -9,10 +9,10 @@ IssueTracker: https://github.com/amiga/sonorox/issues
AutoName: Sonorox
Description: |-
- It was inspired by the Yamaha Tenori-on and was a finalist in the Android
- Developer Challenge 2 in 2009. Sonorox allows to compose short loops, and to
- upload them to the Sonorox community website. You can also download other
- peoples' tunes and vote for them. The volume is determined by “Media Volume”.
+ It was inspired by the Yamaha Tenori-on and was a finalist in the Android
+ Developer Challenge 2 in 2009. Sonorox allows to compose short loops, and to
+ upload them to the Sonorox community website. You can also download other
+ peoples' tunes and vote for them. The volume is determined by “Media Volume”.
Builds:
- versionName: 1.0.1
diff --git a/metadata/sony.hidden.servicemenu.yml b/metadata/sony.hidden.servicemenu.yml
index 2f76e016cc..9a1e9214ab 100644
--- a/metadata/sony.hidden.servicemenu.yml
+++ b/metadata/sony.hidden.servicemenu.yml
@@ -7,11 +7,11 @@ Changelog: https://github.com/LeoChirkov/Service-Menu/releases
AutoName: Service Menu
Description: |-
- Shortcut to a hidden service menu which is also available by dialing a special
- code in the dialer:
+ Shortcut to a hidden service menu which is also available by dialing a special
+ code in the dialer:
- * Sony Service Menu - corresponds to *#*#7378423#*#* secret code
- * Android Testing Menu - corresponds to *#*#4636#*#* secret code
+ * Sony Service Menu - corresponds to *#*#7378423#*#* secret code
+ * Android Testing Menu - corresponds to *#*#4636#*#* secret code
RepoType: git
Repo: https://github.com/LeoChirkov/Service-Menu
diff --git a/metadata/souch.smp.yml b/metadata/souch.smp.yml
index 1c2a9a07b8..6e8082309a 100644
--- a/metadata/souch.smp.yml
+++ b/metadata/souch.smp.yml
@@ -8,13 +8,13 @@ Donate: https://www.paypal.com/donate/?hosted_button_id=QAPVFX7NZ8BTE
AutoName: SicMu Player
Description: |-
- Lightweight audio player which features a single over-all playlist with every
- song on the device.
+ Lightweight audio player which features a single over-all playlist with every
+ song on the device.
- SicMu player can show songs in a tree view following device's folder hierarchy.
- Songs can be sorted and grouped by folders or artists.
+ SicMu player can show songs in a tree view following device's folder hierarchy.
+ Songs can be sorted and grouped by folders or artists.
- Many other features are available, see website.
+ Many other features are available, see website.
RepoType: git
Repo: https://gitlab.com/souch/SMP.git
diff --git a/metadata/souch.smsbypass.yml b/metadata/souch.smsbypass.yml
index d42d1379d1..b44dd7bcaa 100644
--- a/metadata/souch.smsbypass.yml
+++ b/metadata/souch.smsbypass.yml
@@ -9,15 +9,15 @@ FlattrID: cad90e036b975ed129a3ce80a0750466
AutoName: Battery level
Description: |-
- In order to keep away curious eyes, SMS-bypass filters incoming SMS messages
- before they reach your inbox. Based on https://f-droid.org/packages/bughunter2.smsfilter.
+ In order to keep away curious eyes, SMS-bypass filters incoming SMS messages
+ before they reach your inbox. Based on https://f-droid.org/packages/bughunter2.smsfilter.
- Features:
+ Features:
- * Discrete fake app "Battery level": Long tap on Battery percentage will show SMS.
- * Filter incoming SMS specified address: redirect the SMS to SMS-bypass messages list; remove SMS arrival sound or vibration; show a discreet notification icon (battery level); vibrate if checked in settings
- * Add contact from contact list
- * Export messages to a text file
+ * Discrete fake app "Battery level": Long tap on Battery percentage will show SMS.
+ * Filter incoming SMS specified address: redirect the SMS to SMS-bypass messages list; remove SMS arrival sound or vibration; show a discreet notification icon (battery level); vibrate if checked in settings
+ * Add contact from contact list
+ * Export messages to a text file
RepoType: git
Repo: https://gitlab.com/souch/SMSbypass.git
diff --git a/metadata/space.neothefox.laytray.yml b/metadata/space.neothefox.laytray.yml
index a930a91990..4eda0ce81d 100644
--- a/metadata/space.neothefox.laytray.yml
+++ b/metadata/space.neothefox.laytray.yml
@@ -7,16 +7,16 @@ Changelog: https://gitlab.com/neothefox/LayTray/tags
AutoName: LayTray
Description: |-
- This app keeps a small text icon in the notification area to let you know what
- Layout you are using. Developed for Blackberry KeyOne and possibly other QWERTY
- phones. This is based on the Toast notification that keyboard produces upon
- switching layouts.
+ This app keeps a small text icon in the notification area to let you know what
+ Layout you are using. Developed for Blackberry KeyOne and possibly other QWERTY
+ phones. This is based on the Toast notification that keyboard produces upon
+ switching layouts.
- An icon can help users with short-term memory problems or vision problems
- interact with their device.
+ An icon can help users with short-term memory problems or vision problems
+ interact with their device.
- YOU HAVE TO ENABLE THIS APPLICATION IN ACCESSIBILITY SETTING IN ORDER FOR IT TO
- WORK.
+ YOU HAVE TO ENABLE THIS APPLICATION IN ACCESSIBILITY SETTING IN ORDER FOR IT TO
+ WORK.
RepoType: git
Repo: https://gitlab.com/neothefox/LayTray.git
diff --git a/metadata/starcom.snd.yml b/metadata/starcom.snd.yml
index ddf8fdd836..2b9ff80b21 100644
--- a/metadata/starcom.snd.yml
+++ b/metadata/starcom.snd.yml
@@ -7,9 +7,9 @@ Changelog: https://github.com/Starcommander/StreamRadio/releases
AutoName: WebRadio
Description: |-
- With this app you can play different radio channels from web. There are some pre
- configured channels, but you can also add custom channels. To add channels you
- need the stream-url of the channel.
+ With this app you can play different radio channels from web. There are some pre
+ configured channels, but you can also add custom channels. To add channels you
+ need the stream-url of the channel.
RepoType: git
Repo: https://github.com/Starcommander/StreamRadio.git
diff --git a/metadata/steele.gerry.dotty.yml b/metadata/steele.gerry.dotty.yml
index 30ae35000c..07e71c64cd 100644
--- a/metadata/steele.gerry.dotty.yml
+++ b/metadata/steele.gerry.dotty.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/easytiger/dotty/issues
AutoName: Dotty
Description: |-
- Dotty is a simple test application for diagnosing multitouch issues on android
- devices.
+ Dotty is a simple test application for diagnosing multitouch issues on android
+ devices.
RepoType: git
Repo: https://github.com/easytiger/dotty.git
diff --git a/metadata/sterrenburg.github.flutterhole.yml b/metadata/sterrenburg.github.flutterhole.yml
index 93bd4b3e6f..acbab9586e 100644
--- a/metadata/sterrenburg.github.flutterhole.yml
+++ b/metadata/sterrenburg.github.flutterhole.yml
@@ -8,18 +8,18 @@ Changelog: https://github.com/sterrenburg/flutterhole/releases
AutoName: flutterhole
Description: |-
- NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
+ NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
- FlutterHole is a free third party Android application for interacting with
- your Pi-Hole® server.
+ FlutterHole is a free third party Android application for interacting with
+ your Pi-Hole® server.
- Features:
+ Features:
- * Quick enable/disable - toggle your Pi-hole® from your home screen or a single tap in FlutterHole.
- * Multiple configurations - Easily switch between every Pi-hole® that you have access to.
- * Recently Blocked - see a live view of requests that are currently being blocked.
- * Summary overview - view the amount of queries sent and blocked.
- * Dark mode - because we can.
+ * Quick enable/disable - toggle your Pi-hole® from your home screen or a single tap in FlutterHole.
+ * Multiple configurations - Easily switch between every Pi-hole® that you have access to.
+ * Recently Blocked - see a live view of requests that are currently being blocked.
+ * Summary overview - view the amount of queries sent and blocked.
+ * Dark mode - because we can.
RepoType: git
Repo: https://github.com/sterrenburg/flutterhole.git
@@ -32,7 +32,7 @@ Builds:
srclibs:
- flutter@v1.3.2
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
@@ -46,7 +46,7 @@ Builds:
srclibs:
- flutter@v1.3.2
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
@@ -60,7 +60,7 @@ Builds:
srclibs:
- flutter@v1.3.2
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
@@ -74,7 +74,7 @@ Builds:
srclibs:
- flutter@v1.7.11
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
@@ -88,8 +88,8 @@ Builds:
srclibs:
- flutter@1.20.4
prebuild: sed -i -e 's/versionCode flutterVersionCode.toInteger()/versionCode
- $$VERCODE$$/' -e 's/versionName flutterVersionName/versionName "$$VERSION$$"/'
- android/app/build.gradle
+ $$VERCODE$$/' -e 's/versionName flutterVersionName/versionName "$$VERSION$$"/'
+ android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter packages pub get
diff --git a/metadata/streetwalrus.usbmountr.yml b/metadata/streetwalrus.usbmountr.yml
index 7b61cff148..7a7be60993 100644
--- a/metadata/streetwalrus.usbmountr.yml
+++ b/metadata/streetwalrus.usbmountr.yml
@@ -4,17 +4,17 @@ License: MIT
AutoName: USB Mountr
Description: |-
- Note: This app is no longer maintained, the source repo has been archived.
+ Note: This app is no longer maintained, the source repo has been archived.
- A helper application to set the Mass Storage Device gadget up in Android kernels
+ A helper application to set the Mass Storage Device gadget up in Android kernels
- Android kernels still include a USB MSD component in their device gadget
- nowadays, though it is mostly unused since Android started using MTP. Some OEM
- ROMs still use it to provide a drivers installation "disc", but it is otherwise
- useless.
+ Android kernels still include a USB MSD component in their device gadget
+ nowadays, though it is mostly unused since Android started using MTP. Some OEM
+ ROMs still use it to provide a drivers installation "disc", but it is otherwise
+ useless.
- This application leverages the module in order to let you use your device as a
- standard USB thumbdrive for the purpose of, e.g., booting a distro ISO.
+ This application leverages the module in order to let you use your device as a
+ standard USB thumbdrive for the purpose of, e.g., booting a distro ISO.
RequiresRoot: true
@@ -50,7 +50,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: '0.5'
versionCode: 5
@@ -61,7 +61,7 @@ Builds:
rm:
- gradle
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 0.5.1
versionCode: 6
@@ -72,7 +72,7 @@ Builds:
rm:
- gradle
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: 0.5.2
versionCode: 7
@@ -83,7 +83,7 @@ Builds:
rm:
- gradle
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
- versionName: '0.6'
versionCode: 8
@@ -94,7 +94,7 @@ Builds:
rm:
- gradle
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
- 'ExtraTranslation' } }" >> build.gradle
+ 'ExtraTranslation' } }" >> build.gradle
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/su.sadrobot.yashlang.yml b/metadata/su.sadrobot.yashlang.yml
index f7d94db2b8..bbacc9ccff 100644
--- a/metadata/su.sadrobot.yashlang.yml
+++ b/metadata/su.sadrobot.yashlang.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Youtube.
+ NonFreeNet:
+ en-US: Depends on Youtube.
Categories:
- Internet
- Multimedia
diff --git a/metadata/su.xash.husky.yml b/metadata/su.xash.husky.yml
index ee39354213..d68e2c7f6b 100644
--- a/metadata/su.xash.husky.yml
+++ b/metadata/su.xash.husky.yml
@@ -146,6 +146,6 @@ Builds:
AutoUpdateMode: Version
UpdateCheckMode: Tags ^[0-9.]+$
UpdateCheckData: husky/appinfo.gradle|buildVersions.versionCode = (\d+)|.|buildVersions.versionName
- = "(.*)"
+ = "(.*)"
CurrentVersion: 1.4.5
CurrentVersionCode: 196
diff --git a/metadata/subreddit.android.appstore.yml b/metadata/subreddit.android.appstore.yml
index af0f7bfecc..6f007aea96 100644
--- a/metadata/subreddit.android.appstore.yml
+++ b/metadata/subreddit.android.appstore.yml
@@ -1,8 +1,8 @@
AntiFeatures:
- NonFreeAdd:
- en-US: Recommended apps include non-libre ones.
- NonFreeNet:
- en-US: Depends on Reddit.
+ NonFreeAdd:
+ en-US: Recommended apps include non-libre ones.
+ NonFreeNet:
+ en-US: Depends on Reddit.
Categories:
- System
License: Apache-2.0
@@ -15,14 +15,14 @@ Changelog: https://github.com/d4rken/reddit-android-appstore/releases
AutoName: /r/Android App store
Description: |-
- App inspired by this
- post
+ App inspired by this
+ post
- Pulls the curated app list from the wiki and displays it.
+ Pulls the curated app list from the wiki and displays it.
- As it offers non free apps as well, this app has the non free addon antifeature.
+ As it offers non free apps as well, this app has the non free addon antifeature.
RepoType: git
Repo: https://github.com/d4rken/reddit-android-appstore.git
diff --git a/metadata/sun.bob.leela.yml b/metadata/sun.bob.leela.yml
index 34f7ec7d06..41e3f3ca30 100644
--- a/metadata/sun.bob.leela.yml
+++ b/metadata/sun.bob.leela.yml
@@ -10,20 +10,20 @@ Changelog: https://github.com/PuffOpenSource/Puff-Android/releases
AutoName: Puff
Description: |-
- Puff provide two ways for quick access your account credentials.
+ Puff provide two ways for quick access your account credentials.
- Pin means pin your account information in a notification. As you can see in the
- screenshot, for each credential there is a button in the notification. Click
- that button the credential will be copied to your clipboard automatically. And
- the notification will be dissmissed in 1 minute.
+ Pin means pin your account information in a notification. As you can see in the
+ screenshot, for each credential there is a button in the notification. Click
+ that button the credential will be copied to your clipboard automatically. And
+ the notification will be dissmissed in 1 minute.
- Puff Secure Keyboard is a keyboard, aka input method. You can switch to it like
- other input method programs. The different between Puff keyboard and other IMEs
- is Puff keyboard can access your credential quickly. Just click on the blowfish
- icon and a dialog contains your account list will pop up. Select one and decrypt
- it with your master password. Then click the other three keys in Puff keyboard
- which stands for 'Account', 'Password' & 'Additional Field' which will auto fill
- the corresponding information for you.
+ Puff Secure Keyboard is a keyboard, aka input method. You can switch to it like
+ other input method programs. The different between Puff keyboard and other IMEs
+ is Puff keyboard can access your credential quickly. Just click on the blowfish
+ icon and a dialog contains your account list will pop up. Select one and decrypt
+ it with your master password. Then click the other three keys in Puff keyboard
+ which stands for 'Account', 'Password' & 'Additional Field' which will auto fill
+ the corresponding information for you.
RepoType: git
Repo: https://github.com/PuffOpenSource/Puff-Android.git
diff --git a/metadata/sushi.hardcore.droidfs.yml b/metadata/sushi.hardcore.droidfs.yml
index b33118f760..7116a6ff42 100644
--- a/metadata/sushi.hardcore.droidfs.yml
+++ b/metadata/sushi.hardcore.droidfs.yml
@@ -60,7 +60,7 @@ Builds:
srclibs:
- OpenSSL@OpenSSL_1_1_1
prebuild: go get golang.org/x/sys/unix golang.org/x/sys/cpu golang.org/x/crypto/hkdf
- github.com/jacobsa/crypto/siv github.com/rfjakob/eme
+ github.com/jacobsa/crypto/siv github.com/rfjakob/eme
build:
- cd libgocryptfs
- OPENSSL_PATH="$$OpenSSL$$" ./build.sh
@@ -80,7 +80,7 @@ Builds:
srclibs:
- OpenSSL@OpenSSL_1_1_1
prebuild: go get golang.org/x/sys/unix golang.org/x/sys/cpu golang.org/x/crypto/hkdf
- github.com/jacobsa/crypto/siv github.com/rfjakob/eme
+ github.com/jacobsa/crypto/siv github.com/rfjakob/eme
build:
- cd libgocryptfs
- OPENSSL_PATH="$$OpenSSL$$" ./build.sh
@@ -100,7 +100,7 @@ Builds:
srclibs:
- OpenSSL@OpenSSL_1_1_1
prebuild: go get golang.org/x/sys/unix golang.org/x/sys/cpu golang.org/x/crypto/hkdf
- github.com/jacobsa/crypto/siv github.com/rfjakob/eme
+ github.com/jacobsa/crypto/siv github.com/rfjakob/eme
build:
- cd libgocryptfs
- OPENSSL_PATH="$$OpenSSL$$" ./build.sh
@@ -122,7 +122,7 @@ Builds:
srclibs:
- OpenSSL@OpenSSL_1_1_1
prebuild: go get golang.org/x/sys/unix golang.org/x/sys/cpu golang.org/x/crypto/hkdf
- github.com/jacobsa/crypto/siv github.com/rfjakob/eme
+ github.com/jacobsa/crypto/siv github.com/rfjakob/eme
build:
- cd libgocryptfs
- OPENSSL_PATH="$$OpenSSL$$" ./build.sh
@@ -351,7 +351,7 @@ Builds:
- OpenSSL@OpenSSL_1_1_1t
- FFmpeg@n6.0
prebuild: sed -i ':a;N;$!ba;s/maven {\n *url = uri("https:\/\/dl.google.com\/dl\/android\/maven2")\n
- *}/google()/g' ../libpdfviewer/build.gradle.kts
+ *}/google()/g' ../libpdfviewer/build.gradle.kts
scandelete:
- app/libcryfs/vendor/cryptopp/vendor_cryptopp/TestData
- app/libcryfs/vendor/cryptopp/vendor_cryptopp/*.zip
@@ -379,7 +379,7 @@ Builds:
- OpenSSL@OpenSSL_1_1_1t
- FFmpeg@n6.0
prebuild: sed -i ':a;N;$!ba;s/maven {\n *url = uri("https:\/\/dl.google.com\/dl\/android\/maven2")\n
- *}/google()/g' ../libpdfviewer/build.gradle.kts
+ *}/google()/g' ../libpdfviewer/build.gradle.kts
scandelete:
- app/libcryfs/vendor/cryptopp/vendor_cryptopp/TestData
- app/libcryfs/vendor/cryptopp/vendor_cryptopp/*.zip
@@ -407,7 +407,7 @@ Builds:
- OpenSSL@OpenSSL_1_1_1t
- FFmpeg@n6.0
prebuild: sed -i ':a;N;$!ba;s/maven {\n *url = uri("https:\/\/dl.google.com\/dl\/android\/maven2")\n
- *}/google()/g' ../libpdfviewer/build.gradle.kts
+ *}/google()/g' ../libpdfviewer/build.gradle.kts
scandelete:
- app/libcryfs/vendor/cryptopp/vendor_cryptopp/TestData
- app/libcryfs/vendor/cryptopp/vendor_cryptopp/*.zip
diff --git a/metadata/swati4star.createpdf.yml b/metadata/swati4star.createpdf.yml
index 111482ea7e..245a8a9b3b 100644
--- a/metadata/swati4star.createpdf.yml
+++ b/metadata/swati4star.createpdf.yml
@@ -12,36 +12,36 @@ Donate: https://www.buymeacoff.ee/WmJepqz6H
AutoName: PDF Converter
Description: |-
- PDF CONVERTER is an easy to use application to convert Images to PDF. This
- is basically an images to PDF Converter. The simplicity of this app makes
- it an ultimate PDF Converter for your device.
+ PDF CONVERTER is an easy to use application to convert Images to PDF. This
+ is basically an images to PDF Converter. The simplicity of this app makes
+ it an ultimate PDF Converter for your device.
- Some major features of PDF Converter app:
+ Some major features of PDF Converter app:
- * No internet connection required ( ⭐)
- * Smooth and easy to use interface
- * Takes up only a few seconds
- * Select images from camera/gallery
- * Image enhancement features
- * Crop images before creating a PDF
- * View PDF files
- * Delete PDF files
- * Extract images from PDF
- * Split PDF
- * Merge PDF
- * Convert text files to PDF
- * Manage your PDF files
- * Remove pages from PDF
- * Reorder PDF pages
- * Share the created PDFs with your friends
- * Easily manage the PDFs created by our app
+ * No internet connection required ( ⭐)
+ * Smooth and easy to use interface
+ * Takes up only a few seconds
+ * Select images from camera/gallery
+ * Image enhancement features
+ * Crop images before creating a PDF
+ * View PDF files
+ * Delete PDF files
+ * Extract images from PDF
+ * Split PDF
+ * Merge PDF
+ * Convert text files to PDF
+ * Manage your PDF files
+ * Remove pages from PDF
+ * Reorder PDF pages
+ * Share the created PDFs with your friends
+ * Easily manage the PDFs created by our app
- Supported input types:
+ Supported input types:
- * JPG
- * PNG
+ * JPG
+ * PNG
- ...and other image formats!
+ ...and other image formats!
RepoType: git
Repo: https://github.com/Swati4star/Images-to-PDF.git
@@ -54,7 +54,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e '/mavenCentral/ajcenter()' -e 's@http://repo.commonsware.com.s3.amazonaws.com@https://s3.amazonaws.com/repo.commonsware.com@g'
- build.gradle
+ build.gradle
antifeatures:
- KnownVuln
@@ -65,7 +65,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's|http://repo.commonsware.com.s3.amazonaws.com|https://s3.amazonaws.com/repo.commonsware.com|g'
- build.gradle
+ build.gradle
antifeatures:
- KnownVuln
@@ -77,7 +77,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's|http://repo.commonsware.com.s3.amazonaws.com|https://s3.amazonaws.com/repo.commonsware.com|g'
- build.gradle
+ build.gradle
antifeatures:
- KnownVuln
@@ -195,10 +195,10 @@ Builds:
- sed -i -e '/ExcelToPDFAsync/d' src/main/java/swati4star/createpdf/fragment/ExceltoPdfFragment.java
MaintainerNotes: |-
- KnownVuln: com.itextpdf:itextg:5.5.10 noted at below link
- https://github.com/Swati4star/Images-to-PDF/blob/$TAG/app/build.gradle
- https://github.com/Swati4star/Images-to-PDF/issues/1083
- https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
+ KnownVuln: com.itextpdf:itextg:5.5.10 noted at below link
+ https://github.com/Swati4star/Images-to-PDF/blob/$TAG/app/build.gradle
+ https://github.com/Swati4star/Images-to-PDF/issues/1083
+ https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/systems.byteswap.aiproute.yml b/metadata/systems.byteswap.aiproute.yml
index 5aa272448c..26ab1b8712 100644
--- a/metadata/systems.byteswap.aiproute.yml
+++ b/metadata/systems.byteswap.aiproute.yml
@@ -9,12 +9,12 @@ IssueTracker: https://github.com/benjaminaigner/aiproute/issues
AutoName: AIProute
Description: |-
- This app allows you to add specific IP routes on Android to route the IP
- traffic. It is possible to set address, netmask, gateway and metric. Due to the
- nature of the "ip route" command, root access is necessary. It is possible to
- apply routes based on the active SSID, to ensure the route is only applied in
- the correct Wifi network. If it is set, the routes are applied during the
- Android boot.
+ This app allows you to add specific IP routes on Android to route the IP
+ traffic. It is possible to set address, netmask, gateway and metric. Due to the
+ nature of the "ip route" command, root access is necessary. It is possible to
+ apply routes based on the active SSID, to ensure the route is only applied in
+ the correct Wifi network. If it is set, the routes are applied during the
+ Android boot.
RequiresRoot: true
diff --git a/metadata/taco.apkmirror.yml b/metadata/taco.apkmirror.yml
index 62b338acab..2afeb81246 100644
--- a/metadata/taco.apkmirror.yml
+++ b/metadata/taco.apkmirror.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on the APKMirror website.
+ NonFreeNet:
+ en-US: App depends on the APKMirror website.
Categories:
- Internet
- System
@@ -12,27 +12,27 @@ IssueTracker: https://gitlab.com/TacoTheDank/APKMirror/issues
AutoName: APKMirror
Description: |-
- An Android app that utilizes a WebView to browse APKMirror.
- APKMirror provides APKs, as the name obviously suggests.
- This app saves you the trouble of having to open up a browser
- and visit APKMirror by typing the URL, and is the sole purpose of
- this app existing (because who needs stupid boring browsers when
- you can create an entire app for a site, amirite?).
+ An Android app that utilizes a WebView to browse APKMirror.
+ APKMirror provides APKs, as the name obviously suggests.
+ This app saves you the trouble of having to open up a browser
+ and visit APKMirror by typing the URL, and is the sole purpose of
+ this app existing (because who needs stupid boring browsers when
+ you can create an entire app for a site, amirite?).
- Features
+ Features
- * Quick loading (depends on phone; newer models load much faster)
- * Ability to choose any download manager
- * Clean-ish material design
- * Small-ish APK size (remember to clear the cache regularly, as it builds up when downloading APKs)
+ * Quick loading (depends on phone; newer models load much faster)
+ * Ability to choose any download manager
+ * Clean-ish material design
+ * Small-ish APK size (remember to clear the cache regularly, as it builds up when downloading APKs)
- Things that would constitute as Anti-Features (that aren't already shown by F-Droid)
+ Things that would constitute as Anti-Features (that aren't already shown by F-Droid)
- * The app itself does NOT contain any ad libraries whatsoever (it is completely FOSS).
- However, as anyone who has visited the APKMirror site probably knows, they do display ads.
- As this app utilizes a WebView, the site's ads will also end up being displayed in the app.
- Remember that they show ads to be able to keep their site up, so try not to think too harshly
- of them.
+ * The app itself does NOT contain any ad libraries whatsoever (it is completely FOSS).
+ However, as anyone who has visited the APKMirror site probably knows, they do display ads.
+ As this app utilizes a WebView, the site's ads will also end up being displayed in the app.
+ Remember that they show ads to be able to keep their site up, so try not to think too harshly
+ of them.
RepoType: git
Repo: https://gitlab.com/TacoTheDank/APKMirror.git
diff --git a/metadata/team.swing.pendulums.yml b/metadata/team.swing.pendulums.yml
index 93f2b79fe3..f37002d5bd 100644
--- a/metadata/team.swing.pendulums.yml
+++ b/metadata/team.swing.pendulums.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Connects to pendulums.io
+ NonFreeNet:
+ en-US: Connects to pendulums.io
Categories:
- Time
License: GPL-3.0-only
@@ -12,24 +12,24 @@ Donate: https://pendulums.io/donation.html
AutoName: Pendulums
Description: |-
- Easy to use and efficient time tracking tool.
+ Easy to use and efficient time tracking tool.
- You can use Pendulums to manage time and calculate the time spent as an
- individual or as group projects, and get charts per team member with the
- option of selecting time periods and calculating the overall time.
+ You can use Pendulums to manage time and calculate the time spent as an
+ individual or as group projects, and get charts per team member with the
+ option of selecting time periods and calculating the overall time.
- Using Pendulums allows you to calculate the time spent on various daily
- avtivities, such as exercise, study, etc., and in a business, you can count
- the amount of time spent by each person in the project.
+ Using Pendulums allows you to calculate the time spent on various daily
+ avtivities, such as exercise, study, etc., and in a business, you can count
+ the amount of time spent by each person in the project.
- * Simply sign up and sign in, create your projects, touch the start button, and at the end touch the stop button and now you have your timesheets.
- * Unlimited projects
- * Unlimited team members
- * Use in online and offline modes
- * Easy to use
- * Stay synced in all platforms (Web / Android / Desktop)
- * Completely free
- * Open source
+ * Simply sign up and sign in, create your projects, touch the start button, and at the end touch the stop button and now you have your timesheets.
+ * Unlimited projects
+ * Unlimited team members
+ * Use in online and offline modes
+ * Easy to use
+ * Stay synced in all platforms (Web / Android / Desktop)
+ * Completely free
+ * Open source
RepoType: git
Repo: https://github.com/Swing-team/pendulums-web-client
diff --git a/metadata/teaonly.droideye.yml b/metadata/teaonly.droideye.yml
index d6960a68bf..eb54dd1f4f 100644
--- a/metadata/teaonly.droideye.yml
+++ b/metadata/teaonly.droideye.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- UpstreamNonFree:
- en-US: F-Droid builds remove the proprietary Google AdMob SDK.
+ UpstreamNonFree:
+ en-US: F-Droid builds remove the proprietary Google AdMob SDK.
Categories:
- Multimedia
License: GPL-2.0-only
@@ -11,10 +11,10 @@ IssueTracker: https://github.com/Teaonly/android-eye/issues
AutoName: Wifi Camera
Description: |-
- Supports Mjpeg and audio streaming. Built-in web service to see the video via
- browser on a PC.
+ Supports Mjpeg and audio streaming. Built-in web service to see the video via
+ browser on a PC.
- The Google ad library was removed.
+ The Google ad library was removed.
RepoType: git
Repo: https://github.com/Teaonly/android-eye.git
diff --git a/metadata/tech.platypush.platypush.yml b/metadata/tech.platypush.platypush.yml
index 76f3fcbee7..0228967878 100644
--- a/metadata/tech.platypush.platypush.yml
+++ b/metadata/tech.platypush.platypush.yml
@@ -50,21 +50,21 @@ Builds:
- yes
MaintainerNotes: |-
- v1.0.0 is an Android JS based app, while the standard Gradle build applies to v1.0.1 and higher.
+ v1.0.0 is an Android JS based app, while the standard Gradle build applies to v1.0.1 and higher.
- Install dependencies on v1.0.0:
+ Install dependencies on v1.0.0:
- - sudo apt-get install -y npm
- - npm install -g androidjs
- - npm install
+ - sudo apt-get install -y npm
+ - npm install -g androidjs
+ - npm install
- Building the app in debug mode:
+ Building the app in debug mode:
- - npm run build
+ - npm run build
- Building the app in release mode:
+ Building the app in release mode:
- - npm run build:release
+ - npm run build:release
AutoUpdateMode: Version
UpdateCheckMode: Tags v\d+\.\d+\.\d+
diff --git a/metadata/tech.techlore.plexus.yml b/metadata/tech.techlore.plexus.yml
index 89cf62780e..b24bdd5d28 100644
--- a/metadata/tech.techlore.plexus.yml
+++ b/metadata/tech.techlore.plexus.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Connects to Github as data source.
+ NonFreeNet:
+ en-US: Connects to Github as data source.
Categories:
- Connectivity
- Internet
diff --git a/metadata/tech.ula.yml b/metadata/tech.ula.yml
index 64e97a6cc7..0e5f161472 100644
--- a/metadata/tech.ula.yml
+++ b/metadata/tech.ula.yml
@@ -231,10 +231,10 @@ Builds:
- androidDependencies
MaintainerNotes: |-
- We can't enable AUM since 2.5.14, versionCode is generated at build time and depends on the actual date.
- Actual versionCode is copied from the upstream release.
+ We can't enable AUM since 2.5.14, versionCode is generated at build time and depends on the actual date.
+ Actual versionCode is copied from the upstream release.
- App comes with Sentry.io but it is opt-in, so no Tracking AntiFeature needed.
+ App comes with Sentry.io but it is opt-in, so no Tracking AntiFeature needed.
AutoUpdateMode: None
UpdateCheckMode: None
diff --git a/metadata/telegra.ph.yml b/metadata/telegra.ph.yml
index a541effb62..1a563eeaf8 100644
--- a/metadata/telegra.ph.yml
+++ b/metadata/telegra.ph.yml
@@ -10,8 +10,8 @@ Changelog: https://github.com/jlelse/teleposter/releases
AutoName: Teleposter
Description: |-
- Independent client app / wrapper around the Telegra.ph
- website, which allows to author blogposts.
+ Independent client app / wrapper around the Telegra.ph
+ website, which allows to author blogposts.
RepoType: git
Repo: https://github.com/jlelse/teleposter
diff --git a/metadata/tf.nox.wifisetup.yml b/metadata/tf.nox.wifisetup.yml
index d42c67eaa2..8cab48558d 100644
--- a/metadata/tf.nox.wifisetup.yml
+++ b/metadata/tf.nox.wifisetup.yml
@@ -7,9 +7,9 @@ SourceCode: https://github.com/eqvinox/wifisetup
AutoName: 34C3 Wifi Setup
Description: |-
- Official NOC application for connecting to the 33c3 WiFi. This is a secure
- profile with CA certificate checking (Let's Encrypt) and certificate subject
- verification (radius.c3noc.net).
+ Official NOC application for connecting to the 33c3 WiFi. This is a secure
+ profile with CA certificate checking (Let's Encrypt) and certificate subject
+ verification (radius.c3noc.net).
RepoType: git
Repo: https://github.com/eqvinox/wifisetup
diff --git a/metadata/theakki.synctool.yml b/metadata/theakki.synctool.yml
index a46100177b..ae1527638a 100644
--- a/metadata/theakki.synctool.yml
+++ b/metadata/theakki.synctool.yml
@@ -7,37 +7,37 @@ IssueTracker: https://github.com/TheAkki/Synctool/issues
AutoName: SyncTool
Description: |-
- Synctool can synchronize data between an Android smartphone and a server with
- FTP and ownCloud.
+ Synctool can synchronize data between an Android smartphone and a server with
+ FTP and ownCloud.
- Features
+ Features
- Targets
+ Targets
- * Local Files
- * Owncloud
- * FTP
+ * Local Files
+ * Owncloud
+ * FTP
- Directions
+ Directions
- * From A to B
- * From B to A
- * Both Directories
+ * From A to B
+ * From B to A
+ * Both Directories
- Strategies
+ Strategies
- * Copy new files
- * Mirror
- * Copy new files in a folder with actual data
- * Copy all files in a folder with actual data
- * Move File
- * Move in a folder with actual data
- * One side wins
- * Date check
+ * Copy new files
+ * Mirror
+ * Copy new files in a folder with actual data
+ * Copy all files in a folder with actual data
+ * Move File
+ * Move in a folder with actual data
+ * One side wins
+ * Date check
- Trigger
+ Trigger
- * Trigger daily on selected time
+ * Trigger daily on selected time
RepoType: git
Repo: https://github.com/TheAkki/Synctool.git
diff --git a/metadata/theredspy15.ltecleanerfoss.yml b/metadata/theredspy15.ltecleanerfoss.yml
index eede929cfa..0c94530bbd 100644
--- a/metadata/theredspy15.ltecleanerfoss.yml
+++ b/metadata/theredspy15.ltecleanerfoss.yml
@@ -10,18 +10,18 @@ Changelog: https://github.com/TheRedSpy15/LTECleanerFOSS/releases
AutoName: LTE Cleaner
Description: |-
- Tired of the abundance of phone cleaners on the play store? Tired of them being
- extremely shady? Tired of them doing nothing? Tired of ads? Tired of having to
- pay? Me too.
+ Tired of the abundance of phone cleaners on the play store? Tired of them being
+ extremely shady? Tired of them doing nothing? Tired of ads? Tired of having to
+ pay? Me too.
- Android API 23+ (Marshmallow) no longer allows apps to clean other app's caches,
- thus the claim of cleaners clearing them is completely false.
+ Android API 23+ (Marshmallow) no longer allows apps to clean other app's caches,
+ thus the claim of cleaners clearing them is completely false.
- The only thing they can clean: log files, temporary files, and empty folders.
- All three LTE Cleaner wipes.
+ The only thing they can clean: log files, temporary files, and empty folders.
+ All three LTE Cleaner wipes.
- LTE Cleaner is %100 free, open source, ad free, and deletes everything it
- claims too.
+ LTE Cleaner is %100 free, open source, ad free, and deletes everything it
+ claims too.
RepoType: git
Repo: https://github.com/TheRedSpy15/LTECleanerFOSS.git
diff --git a/metadata/tk.al54.dev.badpixels.yml b/metadata/tk.al54.dev.badpixels.yml
index f86fb61b63..a43d8033e3 100644
--- a/metadata/tk.al54.dev.badpixels.yml
+++ b/metadata/tk.al54.dev.badpixels.yml
@@ -8,12 +8,12 @@ Changelog: https://github.com/SibDev/BadPixels/releases
Name: Bad Pixel Detector
AutoName: Bad Pixels
Description: |-
- Check the screen for existence of so-called "dead pixels". So called bad and
- defective pixels are defects of the electronic device which is perceiving or
- reproducing the image and having pixel structure. A more detailed explanation is
- in Wikipedia. Also see the
- ISO_13406-2 standard for more
- information.
+ Check the screen for existence of so-called "dead pixels". So called bad and
+ defective pixels are defects of the electronic device which is perceiving or
+ reproducing the image and having pixel structure. A more detailed explanation is
+ in Wikipedia. Also see the
+ ISO_13406-2 standard for more
+ information.
RepoType: git
Repo: https://github.com/SibDev/BadPixels.git
diff --git a/metadata/tk.elevenk.dailybread.yml b/metadata/tk.elevenk.dailybread.yml
index f53a70cd9c..99e697087c 100644
--- a/metadata/tk.elevenk.dailybread.yml
+++ b/metadata/tk.elevenk.dailybread.yml
@@ -4,19 +4,19 @@ License: AGPL-3.0-only
AutoName: DailybRead
Description: |-
- Finds random books for you to read and download from OpenLibrary.
+ Finds random books for you to read and download from OpenLibrary.
- The app features include:
+ The app features include:
- * Find and read random books using the 'Today's bRead' section
- * View the book's info and what word was used to find the book
- * Save books to your SD card for viewing later
- * Search through the entire OpenLibrary database of over 1,000,000 free ebooks
+ * Find and read random books using the 'Today's bRead' section
+ * View the book's info and what word was used to find the book
+ * Save books to your SD card for viewing later
+ * Search through the entire OpenLibrary database of over 1,000,000 free ebooks
- The random search acts as a sort of 'book roulette' by picking random words from
- the english language and trying to find a book with that word. You can see what
- words it is using for the search while it is looking. Search as many times as
- you like to keep finding new, interesting books!
+ The random search acts as a sort of 'book roulette' by picking random words from
+ the english language and trying to find a book with that word. You can see what
+ words it is using for the search while it is looking. Search as many times as
+ you like to keep finding new, interesting books!
Builds:
- versionName: '0.2'
diff --git a/metadata/tk.giesecke.painlessmesh.yml b/metadata/tk.giesecke.painlessmesh.yml
index af6824adf0..010f0a7056 100644
--- a/metadata/tk.giesecke.painlessmesh.yml
+++ b/metadata/tk.giesecke.painlessmesh.yml
@@ -10,16 +10,16 @@ Changelog: https://gitlab.com/beegee1962/painlessmesh_android/-/releases
AutoName: painlessMesh
Description: |-
- Allows to connect from Android to a
- painlessMesh network and act
- like a node. The app can connect, request routing info (NODE_SYNC_REQUEST)
- and send single (SINGLE) and broadcast (BROADCAST) messages. There is no
- support for (TIME_DELAY), (TIME_SYNC) and (NODE_SYNC_REPLY). The app is
- connecting to the closest painlessMesh AP.
+ Allows to connect from Android to a
+ painlessMesh network and act
+ like a node. The app can connect, request routing info (NODE_SYNC_REQUEST)
+ and send single (SINGLE) and broadcast (BROADCAST) messages. There is no
+ support for (TIME_DELAY), (TIME_SYNC) and (NODE_SYNC_REPLY). The app is
+ connecting to the closest painlessMesh AP.
- Due to restrictions of Android, painlessMesh can not have AP and STA mode
- running in parallel. Since Android 6 it requires the location service
- permission from the user to be able to scan for Wi-Fi networks.
+ Due to restrictions of Android, painlessMesh can not have AP and STA mode
+ running in parallel. Since Android 6 it requires the location service
+ permission from the user to be able to scan for Wi-Fi networks.
RepoType: git
Repo: https://gitlab.com/beegee1962/painlessmesh_android.git
diff --git a/metadata/tk.giesecke.phoenix.yml b/metadata/tk.giesecke.phoenix.yml
index 83ef0a45b0..a584f84d32 100644
--- a/metadata/tk.giesecke.phoenix.yml
+++ b/metadata/tk.giesecke.phoenix.yml
@@ -10,23 +10,23 @@ IssueTracker: https://github.com/beegee-tokyo/phoenix/issues
AutoName: Phoenix
Description: |-
- Reboot your phone in a given interval on a specific time and start a specific
- application after reboot. The idea is to restart Android and an application
- periodically to clean up cache and memory leaks if the application has to run
- over a long time.
+ Reboot your phone in a given interval on a specific time and start a specific
+ application after reboot. The idea is to restart Android and an application
+ periodically to clean up cache and memory leaks if the application has to run
+ over a long time.
- And if you don't need to restart an application, still this can help to close
- memory leaks. No background services - reboot is scheduled by system
- AlarmManager. Before reboot is applied, all apps get a shutdown call to save
- there data. This helps to prevent data loss!
+ And if you don't need to restart an application, still this can help to close
+ memory leaks. No background services - reboot is scheduled by system
+ AlarmManager. Before reboot is applied, all apps get a shutdown call to save
+ there data. This helps to prevent data loss!
- Configuration allows
+ Configuration allows
- * selection of reboot interval from every day to every 30 days
- * selection of reboot time from midnight to 11pm
- * selection between hard reboot (complete restart) or soft/hot reboot (only restart apps)
- * selection if you want to start an app automatically after reboot
- * selection of any app to be started automatically after reboot
+ * selection of reboot interval from every day to every 30 days
+ * selection of reboot time from midnight to 11pm
+ * selection between hard reboot (complete restart) or soft/hot reboot (only restart apps)
+ * selection if you want to start an app automatically after reboot
+ * selection of any app to be started automatically after reboot
RequiresRoot: true
diff --git a/metadata/tk.hack5.treblecheck.yml b/metadata/tk.hack5.treblecheck.yml
index 0cf29cbe87..97451f163b 100644
--- a/metadata/tk.hack5.treblecheck.yml
+++ b/metadata/tk.hack5.treblecheck.yml
@@ -70,8 +70,8 @@ Builds:
- apksigcopier@bc08f220f8c4b5e429b99f3263a56c68f1cda4e9
prebuild: sed -i -e '/publishing {/,/^}/d' {poeditor-android,materialdesignicons-android}/build.gradle.kts
postbuild: "PYTHONPATH=$$PYTHONPATH$$:$$apksigcopier$$ python3 -c 'import os;\
- \ os.rename(\"$$OUT$$\", \"$$OUT$$.in\"); from apksigcopier import copy_apk;\
- \ copy_apk(\"$$OUT$$.in\", \"$$OUT$$\", exclude=lambda _: False, zfe_size=132)'"
+ \ os.rename(\"$$OUT$$\", \"$$OUT$$.in\"); from apksigcopier import copy_apk;\
+ \ copy_apk(\"$$OUT$$.in\", \"$$OUT$$\", exclude=lambda _: False, zfe_size=132)'"
- versionName: 5.1.1
versionCode: 5001001
@@ -88,8 +88,8 @@ Builds:
- apksigcopier@bc08f220f8c4b5e429b99f3263a56c68f1cda4e9
prebuild: sed -i -e '/publishing {/,/^}/d' {poeditor-android,materialdesignicons-android}/build.gradle.kts
postbuild: "PYTHONPATH=$$PYTHONPATH$$:$$apksigcopier$$ python3 -c 'import os;\
- \ os.rename(\"$$OUT$$\", \"$$OUT$$.in\"); from apksigcopier import copy_apk;\
- \ copy_apk(\"$$OUT$$.in\", \"$$OUT$$\", exclude=lambda _: False, zfe_size=132)'"
+ \ os.rename(\"$$OUT$$\", \"$$OUT$$.in\"); from apksigcopier import copy_apk;\
+ \ copy_apk(\"$$OUT$$.in\", \"$$OUT$$\", exclude=lambda _: False, zfe_size=132)'"
- versionName: 5.2.3
versionCode: 5002003
@@ -109,8 +109,8 @@ Builds:
scandelete:
- app/src/main/cpp
postbuild: "PYTHONPATH=$$PYTHONPATH$$:$$apksigcopier$$ python3 -c 'import os;\
- \ os.rename(\"$$OUT$$\", \"$$OUT$$.in\"); from apksigcopier import copy_apk;\
- \ copy_apk(\"$$OUT$$.in\", \"$$OUT$$\", exclude=lambda _: False, zfe_size=132)'"
+ \ os.rename(\"$$OUT$$\", \"$$OUT$$.in\"); from apksigcopier import copy_apk;\
+ \ copy_apk(\"$$OUT$$.in\", \"$$OUT$$\", exclude=lambda _: False, zfe_size=132)'"
AllowedAPKSigningKeys: 2033cdc73e01ba1364ce4f652159af340ae03607ac002932fafcb7bd9d8e9fd0
diff --git a/metadata/tk.jordynsmediagroup.simpleirc.fdroid.yml b/metadata/tk.jordynsmediagroup.simpleirc.fdroid.yml
index 4c701c9a69..e2930a2997 100644
--- a/metadata/tk.jordynsmediagroup.simpleirc.fdroid.yml
+++ b/metadata/tk.jordynsmediagroup.simpleirc.fdroid.yml
@@ -7,23 +7,23 @@ Changelog: https://github.com/thelinuxgeekcommunity/simpleirc/releases
AutoName: Simple IRC
Description: |-
- A simple IRC client based on https://f-droid.org/packages/indrora.atomic.
+ A simple IRC client based on https://f-droid.org/packages/indrora.atomic.
- Supports the following features:
+ Supports the following features:
- * SSL
- * SASL
- * ZNC (I haven't tested this)
- * DCC (again I haven't tested this)
- * Reciving CTCP FINGER, and VERSION
- * Logging incomming and outgoing irc traffic
- * Android API 11+ (Android 3.0 Honycomb+)
- * Multi server and channel
- * Away message
- * AMSG support
- * Notice support
- * Whois support
- * Colored Messages
+ * SSL
+ * SASL
+ * ZNC (I haven't tested this)
+ * DCC (again I haven't tested this)
+ * Reciving CTCP FINGER, and VERSION
+ * Logging incomming and outgoing irc traffic
+ * Android API 11+ (Android 3.0 Honycomb+)
+ * Multi server and channel
+ * Away message
+ * AMSG support
+ * Notice support
+ * Whois support
+ * Colored Messages
RepoType: git
Repo: https://github.com/thelinuxgeekcommunity/simpleirc
@@ -36,7 +36,7 @@ Builds:
gradle:
- fdroidfix
prebuild: sed -i -e '2,6d' -e '/productFlavors/afdroidfix { applicationIdSuffix
- ".fdroid" }' build.gradle
+ ".fdroid" }' build.gradle
- versionName: '1.4'
versionCode: 14
diff --git a/metadata/tk.radioactivemineral.metronome.yml b/metadata/tk.radioactivemineral.metronome.yml
index 490f8f1832..74c25b8b4c 100644
--- a/metadata/tk.radioactivemineral.metronome.yml
+++ b/metadata/tk.radioactivemineral.metronome.yml
@@ -6,14 +6,14 @@ IssueTracker: https://notabug.org/wael/Metronome/issues
AutoName: Metronome
Description: |-
- Simple metronome app for musicians.
+ Simple metronome app for musicians.
- This program was born out of my frustration to find a simple, elegant and useful
- metronome app, so my solution was simple: make what I want!
+ This program was born out of my frustration to find a simple, elegant and useful
+ metronome app, so my solution was simple: make what I want!
- In addition to being a simple BPM-based metronome, the program offers the
- ability to manually tap in a tempo and it also offers the option to save and
- restore presets.
+ In addition to being a simple BPM-based metronome, the program offers the
+ ability to manually tap in a tempo and it also offers the option to save and
+ restore presets.
RepoType: git
Repo: https://notabug.org/wael/Metronome
diff --git a/metadata/tk.superl2.xwifi.yml b/metadata/tk.superl2.xwifi.yml
index dd1fe5ef80..bb76e5931a 100644
--- a/metadata/tk.superl2.xwifi.yml
+++ b/metadata/tk.superl2.xwifi.yml
@@ -7,10 +7,10 @@ Changelog: https://github.com/hacker1024/android-wifi-qr-code-generator/releases
AutoName: Wifi QR Code Creator
Description: |-
- An android app that generates QR codes from your saved wifi networks.
+ An android app that generates QR codes from your saved wifi networks.
- The app needs root access to read your saved wifi information.
- Tap a wifi entry to display its QR code. Hold a wifi entry to display more details.
+ The app needs root access to read your saved wifi information.
+ Tap a wifi entry to display its QR code. Hold a wifi entry to display more details.
RequiresRoot: true
diff --git a/metadata/tkj.android.homecontrol.mythmote.yml b/metadata/tkj.android.homecontrol.mythmote.yml
index 08cfd9d776..92d053a324 100644
--- a/metadata/tkj.android.homecontrol.mythmote.yml
+++ b/metadata/tkj.android.homecontrol.mythmote.yml
@@ -8,22 +8,22 @@ IssueTracker: https://github.com/pot8oe/mythmote/issues
AutoName: mythmote
Description: |-
- A network remote control for MythTV.
+ A network remote control for MythTV.
- MythMote controls MythTV frontends. Control is obtained through the
- frontend's raw text-based TCP socket interface.
+ MythMote controls MythTV frontends. Control is obtained through the
+ frontend's raw text-based TCP socket interface.
- NOTE: You MUST have a functional MythTV setup and mythfrontend network
- remote control enabled.
+ NOTE: You MUST have a functional MythTV setup and mythfrontend network
+ remote control enabled.
- Features:
+ Features:
- * Manage multiple frontends
- * Basic navigation and media control
- * Keyboard input passthrough to frontend
- * Wake-On-LAN
- * Customizable Keybindings
- * Supports small and large screen devices
+ * Manage multiple frontends
+ * Basic navigation and media control
+ * Keyboard input passthrough to frontend
+ * Wake-On-LAN
+ * Customizable Keybindings
+ * Supports small and large screen devices
RepoType: git
Repo: https://github.com/pot8oe/mythmote
diff --git a/metadata/tmendes.com.analyticalbalancedroid.yml b/metadata/tmendes.com.analyticalbalancedroid.yml
index f197b0c63d..3e93c1f8b8 100644
--- a/metadata/tmendes.com.analyticalbalancedroid.yml
+++ b/metadata/tmendes.com.analyticalbalancedroid.yml
@@ -9,11 +9,11 @@ IssueTracker: https://gitlab.com/tmendes/FoodScaleDroid/issues
AutoName: Food Scale Droid
Description: |-
- For that time when you go to the market and you buy many small packs of
- different weight prices and different weights you end up a bit lost.
+ For that time when you go to the market and you buy many small packs of
+ different weight prices and different weights you end up a bit lost.
- Write down the Price/Kg, the weight you are taking for each pack and this app
- will give you the final amount that you have to pay.
+ Write down the Price/Kg, the weight you are taking for each pack and this app
+ will give you the final amount that you have to pay.
RepoType: git
Repo: https://gitlab.com/tmendes/FoodScaleDroid.git
diff --git a/metadata/tn.creativeteam.newyoutubelistingapp.yml b/metadata/tn.creativeteam.newyoutubelistingapp.yml
index c62510d3ee..2971843dcc 100644
--- a/metadata/tn.creativeteam.newyoutubelistingapp.yml
+++ b/metadata/tn.creativeteam.newyoutubelistingapp.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on Youtube.
+ NonFreeNet:
+ en-US: Depends on Youtube.
Categories:
- Internet
- Multimedia
diff --git a/metadata/to.doc.android.ipv6config.yml b/metadata/to.doc.android.ipv6config.yml
index 03f23e8f57..1540617fd8 100644
--- a/metadata/to.doc.android.ipv6config.yml
+++ b/metadata/to.doc.android.ipv6config.yml
@@ -6,10 +6,10 @@ WebSite: http://www.mayrhofer.eu.org/android-ipv6config
AutoName: IPv6Config
Summary: IPv6 Configuration Tool
Description: |-
- Provides the ability to configure some of the IPv6 kernel settings. Most
- importantly, it allows to automatically enable the "Privacy Extensions for
- Stateless Address Autoconfiguration in IPv6" as specified in IETF RFC4941 and
- implemented by the standard Linux kernel.
+ Provides the ability to configure some of the IPv6 kernel settings. Most
+ importantly, it allows to automatically enable the "Privacy Extensions for
+ Stateless Address Autoconfiguration in IPv6" as specified in IETF RFC4941 and
+ implemented by the standard Linux kernel.
RequiresRoot: true
diff --git a/metadata/to.networld.android.divedroid.yml b/metadata/to.networld.android.divedroid.yml
index 06424dc158..0e1ccc8320 100644
--- a/metadata/to.networld.android.divedroid.yml
+++ b/metadata/to.networld.android.divedroid.yml
@@ -11,16 +11,16 @@ IssueTracker: https://github.com/obale/divedroid/issues
AutoName: DiveDroid
Description: |-
- Android Dive Logbook. Based on http://scubadive.networld.to.
+ Android Dive Logbook. Based on http://scubadive.networld.to.
- With graph support for:
+ With graph support for:
- * Tank Pressure
- * Temperature
- * Depth
+ * Tank Pressure
+ * Temperature
+ * Depth
- Detailed Dive and Buddy Information. Portable data through the use of RDFS
- Ontology.
+ Detailed Dive and Buddy Information. Portable data through the use of RDFS
+ Ontology.
RepoType: git
Repo: https://github.com/obale/divedroid.git
diff --git a/metadata/tof.cv.mpp.yml b/metadata/tof.cv.mpp.yml
index a580b989c2..4f43c013bc 100644
--- a/metadata/tof.cv.mpp.yml
+++ b/metadata/tof.cv.mpp.yml
@@ -13,23 +13,23 @@ Name: BeTrains NMBS/SNCB belgium
AutoName: BeTrains
Summary: Provides Belgian train times
Description: |-
- BeTrains is a useful (non-official NMBS/SNCB) tool for people travelling by
- Train in Belgium. A perfect match between a simple application of route planner
- and timetables, and between a communicative and social network oriented
- platform! So many features! Give it a try:
+ BeTrains is a useful (non-official NMBS/SNCB) tool for people travelling by
+ Train in Belgium. A perfect match between a simple application of route planner
+ and timetables, and between a communicative and social network oriented
+ platform! So many features! Give it a try:
- * Route planner: The easiest way to travel in Belgium.
- * Real time information!
- * Social networks: Twitter is your friend, and gives you all the real-time
- * user information (using #SNCB, #NMBS, #BeTrains hastags)
- * Included chat: allow you to communicate with all the Android people in your
- * train. A very cool tool if you are alone on your seat and want to meet
- * people.
- * Traffic issues: get all the issues in the train network.
- * Get the closest station! Once you got it, launch Google Maps, or Navigation
- * (need Android 1,6 or higher)
+ * Route planner: The easiest way to travel in Belgium.
+ * Real time information!
+ * Social networks: Twitter is your friend, and gives you all the real-time
+ * user information (using #SNCB, #NMBS, #BeTrains hastags)
+ * Included chat: allow you to communicate with all the Android people in your
+ * train. A very cool tool if you are alone on your seat and want to meet
+ * people.
+ * Traffic issues: get all the issues in the train network.
+ * Get the closest station! Once you got it, launch Google Maps, or Navigation
+ * (need Android 1,6 or higher)
- Follow @BeTrains on Twitter!
+ Follow @BeTrains on Twitter!
RepoType: git
Repo: https://github.com/iRail/BeTrains-for-Android
diff --git a/metadata/tomer.com.alwaysonamoledplugin.yml b/metadata/tomer.com.alwaysonamoledplugin.yml
index 3c9c09dcd6..35c1e94e14 100644
--- a/metadata/tomer.com.alwaysonamoledplugin.yml
+++ b/metadata/tomer.com.alwaysonamoledplugin.yml
@@ -10,8 +10,8 @@ Donate: https://www.paypal.com/donate/?hosted_button_id=9M8LL9GJXELBN
AutoName: Always On AMOLED Plugin
Description: |-
- This plugin for https://f-droid.org/packages/com.tomer.alwayson is required for devices with capacitive
- buttons. Turns the hardware buttons light off/on.
+ This plugin for https://f-droid.org/packages/com.tomer.alwayson is required for devices with capacitive
+ buttons. Turns the hardware buttons light off/on.
RepoType: git
Repo: https://github.com/rosenpin/AlwaysOnAmoledPlugin.git
diff --git a/metadata/tool.fff.profilepicturegenerator.yml b/metadata/tool.fff.profilepicturegenerator.yml
index 3a3106b9e8..1899e7b2b9 100644
--- a/metadata/tool.fff.profilepicturegenerator.yml
+++ b/metadata/tool.fff.profilepicturegenerator.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on fridaysforfuture.de to generate the profile picture.
+ NonFreeNet:
+ en-US: Depends on fridaysforfuture.de to generate the profile picture.
Categories:
- Internet
License: GPL-3.0-or-later
diff --git a/metadata/top.fumiama.copymanga.yml b/metadata/top.fumiama.copymanga.yml
index e29afd1468..763151661e 100644
--- a/metadata/top.fumiama.copymanga.yml
+++ b/metadata/top.fumiama.copymanga.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on copymanga, which is not libre.
+ NonFreeNet:
+ en-US: Depends on copymanga, which is not libre.
Categories:
- Reading
License: GPL-3.0-only
diff --git a/metadata/top.linesoft.open2share.yml b/metadata/top.linesoft.open2share.yml
index a2d60653f6..641c90d100 100644
--- a/metadata/top.linesoft.open2share.yml
+++ b/metadata/top.linesoft.open2share.yml
@@ -1,7 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Loads its user guide from the developers’ server when you start the
- app.
+ NonFreeNet:
+ en-US: Loads its user guide from the developers’ server when you start the app.
Categories:
- Security
- System
@@ -14,12 +13,12 @@ IssueTracker: https://github.com/linesoft2/open2share/issues
AutoName: open2share
Description: |
- Open2share converts open file Intent (ACTION_VIEW) to share file Intent (ACTION_SEND).
+ Open2share converts open file Intent (ACTION_VIEW) to share file Intent (ACTION_SEND).
- Some bloatware (such as WeChat) don't provide built-in system share integration. This app workarounds such limitation.
+ Some bloatware (such as WeChat) don't provide built-in system share integration. This app workarounds such limitation.
- Usage
- Select "Convert to share" when opening the file, and then share it.
+ Usage
+ Select "Convert to share" when opening the file, and then share it.
RepoType: git
Repo: https://github.com/linesoft2/open2share
@@ -51,7 +50,7 @@ Builds:
- yes
MaintainerNotes: Upstream does not respond. Instead of them, you may find @proletarius101
- if there are questions/issues on our side.
+ if there are questions/issues on our side.
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/tranquvis.simplesmsremote.yml b/metadata/tranquvis.simplesmsremote.yml
index ae30d8beef..f13dad928b 100644
--- a/metadata/tranquvis.simplesmsremote.yml
+++ b/metadata/tranquvis.simplesmsremote.yml
@@ -11,37 +11,37 @@ Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KNJ
AutoName: Simple sms remote
Description: |-
- Remotely control a phone through sms messages. Install the app on the device,
- which should be controlled, and send control commands from any messenger to it.
+ Remotely control a phone through sms messages. Install the app on the device,
+ which should be controlled, and send control commands from any messenger to it.
- Features
+ Features
- * specify which modules are accessible and which phones are granted
- * start sms receiver after boot
- * send multiple commands with one message
- * reply to sender phone with result message
- * show permanent notification with receiver status
- * view log of sms receiver
+ * specify which modules are accessible and which phones are granted
+ * start sms receiver after boot
+ * send multiple commands with one message
+ * reply to sender phone with result message
+ * show permanent notification with receiver status
+ * view log of sms receiver
- Modules
+ Modules
- * Hotspot: enable, disable, check if enabled
- * Wifi: enable, disable, check if enabled
- * Bluetooth: enable, disable, check if enabled
- * Mobile Data Connection: enable, disable, check if enabled
- * Battery: get level, check if battery is charging
- * Location: get current device coordinates
- * Audio Volume: set and get volume of all audio types (ringtone, music, ...)
- * Display: set and get brightness, set and get display off timeout, turn display off
- * Camera: take photo with default settings or custom options (flash, autofocus and more)
+ * Hotspot: enable, disable, check if enabled
+ * Wifi: enable, disable, check if enabled
+ * Bluetooth: enable, disable, check if enabled
+ * Mobile Data Connection: enable, disable, check if enabled
+ * Battery: get level, check if battery is charging
+ * Location: get current device coordinates
+ * Audio Volume: set and get volume of all audio types (ringtone, music, ...)
+ * Display: set and get brightness, set and get display off timeout, turn display off
+ * Camera: take photo with default settings or custom options (flash, autofocus and more)
- Security
+ Security
- Granted phones are required to be set for each module, so not everyone can
- control the device. However, if someone fakes his phone number he is able to use
- all enabled modules. (Note that this might be a complicated and illegal
- procedure. Moreover also common antitheft apps like avast trust the sender's
- phone number.
+ Granted phones are required to be set for each module, so not everyone can
+ control the device. However, if someone fakes his phone number he is able to use
+ all enabled modules. (Note that this might be a complicated and illegal
+ procedure. Moreover also common antitheft apps like avast trust the sender's
+ phone number.
RepoType: git
Repo: https://github.com/tranquvis/SimpleSmsRemote
diff --git a/metadata/trikita.obsqr.yml b/metadata/trikita.obsqr.yml
index 54e53ef2fb..e9ebca26ed 100644
--- a/metadata/trikita.obsqr.yml
+++ b/metadata/trikita.obsqr.yml
@@ -9,22 +9,22 @@ IssueTracker: https://github.com/trikita/obsqr/issues
AutoName: Obsqr
Description: |-
- Fast and simple QR code scanner that uses the zbar library. Minimalistic design
- allows you to access QR content with a single tap.
+ Fast and simple QR code scanner that uses the zbar library. Minimalistic design
+ allows you to access QR content with a single tap.
- N.B QR codes only, not other kinds of barcodes.
+ N.B QR codes only, not other kinds of barcodes.
- QR types that can be decoded by Obsqr:
+ QR types that can be decoded by Obsqr:
- * URLs
- * phone numbers
- * SMS
- * geolocations
- * emails
- * contact information
- * applications on Play Store
- * WiFi configuration
- * plain text
+ * URLs
+ * phone numbers
+ * SMS
+ * geolocations
+ * emails
+ * contact information
+ * applications on Play Store
+ * WiFi configuration
+ * plain text
RepoType: git
Repo: https://github.com/trikita/obsqr
@@ -63,7 +63,7 @@ Builds:
gradle:
- fat
prebuild: sed -i -e 's/buildTypes.release.signingConfig/android.buildTypes.release.signingConfig/g'
- build.gradle
+ build.gradle
- versionName: '3.0'
versionCode: 16
diff --git a/metadata/trikita.slide.yml b/metadata/trikita.slide.yml
index 2682a68a5a..bc187ee570 100644
--- a/metadata/trikita.slide.yml
+++ b/metadata/trikita.slide.yml
@@ -8,20 +8,20 @@ IssueTracker: https://github.com/trikita/slide/issues
AutoName: Slide
Description: |-
- Unlike a typical presentation, only a few words are printed on each slide using
- very large characters. To make up for this, a presenter will use many more
- slides than in a traditional presentation, each slide being shown for a much
- shorter duration.
+ Unlike a typical presentation, only a few words are printed on each slide using
+ very large characters. To make up for this, a presenter will use many more
+ slides than in a traditional presentation, each slide being shown for a much
+ shorter duration.
- The slides use plain text in a visual manner, to help the audience quickly read
- and understand the material. It's said to be helpful with Japanese and other
- eastern languages which use non-Latin alphabets.
+ The slides use plain text in a visual manner, to help the audience quickly read
+ and understand the material. It's said to be helpful with Japanese and other
+ eastern languages which use non-Latin alphabets.
- The method is designed for the people who are not good at presentations and who
- are quite nervous about the idea of presenting. This method helps the presenter
- to get organized during the talk and keeps the presenter on track while
- presenting. The method provides clear visual support for the audience and helps
- make the content more memorable.
+ The method is designed for the people who are not good at presentations and who
+ are quite nervous about the idea of presenting. This method helps the presenter
+ to get organized during the talk and keeps the presenter on track while
+ presenting. The method provides clear visual support for the audience and helps
+ make the content more memorable.
RepoType: git
Repo: https://github.com/trikita/slide
diff --git a/metadata/trikita.talalarmo.yml b/metadata/trikita.talalarmo.yml
index 4cff3705c3..230876b9d4 100644
--- a/metadata/trikita.talalarmo.yml
+++ b/metadata/trikita.talalarmo.yml
@@ -9,12 +9,12 @@ IssueTracker: https://github.com/trikita/talalarmo/issues
AutoName: Talalarmo
Description: |-
- Minimal, simple and beautiful alarm clock thoughtfully designed by nap
- enthusiasts. It does only one function but does it well. Only one alarm time is
- supported and it's recurring daily. Setting the new alarm time takes less than a
- second. To dismiss the alarm you can touch the screen anywhere which is handy if
- you are still sleepy and have barely opened your eyes. There is no snooze mode
- because you should be honest to yourself: if it's time to wake up - go ahead!
+ Minimal, simple and beautiful alarm clock thoughtfully designed by nap
+ enthusiasts. It does only one function but does it well. Only one alarm time is
+ supported and it's recurring daily. Setting the new alarm time takes less than a
+ second. To dismiss the alarm you can touch the screen anywhere which is handy if
+ you are still sleepy and have barely opened your eyes. There is no snooze mode
+ because you should be honest to yourself: if it's time to wake up - go ahead!
RepoType: git
Repo: https://github.com/trikita/talalarmo
diff --git a/metadata/tuioDroid.impl.yml b/metadata/tuioDroid.impl.yml
index e25f28b201..0d7fc1dc9d 100644
--- a/metadata/tuioDroid.impl.yml
+++ b/metadata/tuioDroid.impl.yml
@@ -7,8 +7,8 @@ Changelog: https://raw.githubusercontent.com/TobiasSchwirten/tuiodroid/HEAD/TUIO
AutoName: TUIOdroid
Description: |-
- A TUIO tracker which allows multi-touch control input, which is sent to a remote
- address using the TUIO protocol.
+ A TUIO tracker which allows multi-touch control input, which is sent to a remote
+ address using the TUIO protocol.
RepoType: git
Repo: https://github.com/TobiasSchwirten/tuiodroid
diff --git a/metadata/tv.piratemedia.lightcontroler.yml b/metadata/tv.piratemedia.lightcontroler.yml
index a07b41386f..4740ee4b7d 100644
--- a/metadata/tv.piratemedia.lightcontroler.yml
+++ b/metadata/tv.piratemedia.lightcontroler.yml
@@ -13,27 +13,27 @@ Changelog: https://github.com/eliotstocker/Light-Controller/blob/HEAD/changelog.
AutoName: Light controller
Description: |-
- Control LED bulbs from following manufacturers:
+ Control LED bulbs from following manufacturers:
- * AppLamp
- * EasyBulb
- * Limitless LED
- * MiLight
- * ilux
+ * AppLamp
+ * EasyBulb
+ * Limitless LED
+ * MiLight
+ * ilux
- The widget gives you easy access to switch each zone on and off as well as
- global control. Also included is easy access to the main application for more
- advanced control.
+ The widget gives you easy access to switch each zone on and off as well as
+ global control. Also included is easy access to the main application for more
+ advanced control.
- There are a number of configurable modes. Light listening mode will attempt to
- detect the beat of the music playing and pulse different colors to the music,
- candle mode to emulate the flickering of a candle, along with the built in disco
- modes.
+ There are a number of configurable modes. Light listening mode will attempt to
+ detect the beat of the music playing and pulse different colors to the music,
+ candle mode to emulate the flickering of a candle, along with the built in disco
+ modes.
- You will need the Wifi Controller box to access these lights from the
- application. If the application doesn't work out of the box, you may need to
- setup the IP address of your controller box, by default the application will
- attempt to broadcast to the whole network, this does not work in all setups.
+ You will need the Wifi Controller box to access these lights from the
+ application. If the application doesn't work out of the box, you may need to
+ setup the IP address of your controller box, by default the application will
+ attempt to broadcast to the whole network, this does not work in all setups.
RepoType: git
Repo: https://github.com/eliotstocker/Light-Controller
diff --git a/metadata/tw.com.daxia.virtualsoftkeys.yml b/metadata/tw.com.daxia.virtualsoftkeys.yml
index cb6deebc6d..09b3ef6c96 100644
--- a/metadata/tw.com.daxia.virtualsoftkeys.yml
+++ b/metadata/tw.com.daxia.virtualsoftkeys.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/DaxiaK/VirtualSoftKeys/issues
AutoName: VirtualSoftKeys
Description: |-
- Features:
- * As system navigation bar
- * No any extra permission
- * Support stylus (Samsung S-pen, ASUS Z stylus, etc.)
+ Features:
+ * As system navigation bar
+ * No any extra permission
+ * Support stylus (Samsung S-pen, ASUS Z stylus, etc.)
- This application use the "accessibility service" to call the system home, back and recent button.
+ This application use the "accessibility service" to call the system home, back and recent button.
RepoType: git
Repo: https://github.com/DaxiaK/VirtualSoftKeys.git
diff --git a/metadata/tw.qtlin.mac.airunlocker.yml b/metadata/tw.qtlin.mac.airunlocker.yml
index 5396a887c5..adf731cc9c 100644
--- a/metadata/tw.qtlin.mac.airunlocker.yml
+++ b/metadata/tw.qtlin.mac.airunlocker.yml
@@ -10,22 +10,22 @@ Changelog: https://github.com/pinetum/AirUnlock-for-Android/releases
AutoName: AirUnlock
Description: |-
- Using android phone to establish a connection with your Mac via Bluetooth
- low-energy(BLE), controlling Mac lock state (Lock or Unlock).
+ Using android phone to establish a connection with your Mac via Bluetooth
+ low-energy(BLE), controlling Mac lock state (Lock or Unlock).
- Features:
+ Features:
- * Store the password in Mac system keychain.
- * Send the UUID for lock/unlock Macbook.(other people can't control your mac)
- * Without any internet access.
- * Authorization with fingerprint.
- * Wake and unlock when mac is sleeping.(can not work when first boot-up and manually lock by clicking your name on the status bar, and then clicking 'Login Window....')
- * Unlock when you resume Mac bypressing a key.
- * Unlock when you manually lock mac with clicking "lock screen" by keychain access in status bar.(Choose Keychain Access > Preferences, then click General.
- * Select Show keychain status in menu bar.)
+ * Store the password in Mac system keychain.
+ * Send the UUID for lock/unlock Macbook.(other people can't control your mac)
+ * Without any internet access.
+ * Authorization with fingerprint.
+ * Wake and unlock when mac is sleeping.(can not work when first boot-up and manually lock by clicking your name on the status bar, and then clicking 'Login Window....')
+ * Unlock when you resume Mac bypressing a key.
+ * Unlock when you manually lock mac with clicking "lock screen" by keychain access in status bar.(Choose Keychain Access > Preferences, then click General.
+ * Select Show keychain status in menu bar.)
- AirUnlock
- Mac App Download
+ AirUnlock
+ Mac App Download
RepoType: git
Repo: https://github.com/pinetum/AirUnlock-for-Android
diff --git a/metadata/tyagi.shubham.customsearch.yml b/metadata/tyagi.shubham.customsearch.yml
index 716f3920bb..b8a598a8b0 100644
--- a/metadata/tyagi.shubham.customsearch.yml
+++ b/metadata/tyagi.shubham.customsearch.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on Google search.
+ NonFreeNet:
+ en-US: App depends on Google search.
Categories:
- Internet
License: MIT
@@ -10,10 +10,10 @@ Changelog: https://github.com/SubhamTyagi/dork-explore/releases
AutoName: Custom Search
Description: |-
- Note: This app is unmaintained, its app repository is archived by the dev
+ Note: This app is unmaintained, its app repository is archived by the dev
- This app uses a simple Google dorking to search on Google for exact result of
- search.
+ This app uses a simple Google dorking to search on Google for exact result of
+ search.
RepoType: git
Repo: https://github.com/SubhamTyagi/dork-explore.git
diff --git a/metadata/ua.com.radiokot.lnaddr2invoice.yml b/metadata/ua.com.radiokot.lnaddr2invoice.yml
index e12b940e31..d5badd88c3 100644
--- a/metadata/ua.com.radiokot.lnaddr2invoice.yml
+++ b/metadata/ua.com.radiokot.lnaddr2invoice.yml
@@ -27,7 +27,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*' 'assets/app.properties'
+ 'META-INF/services/*' 'assets/app.properties'
- versionName: 1.1.1
versionCode: 3
@@ -38,7 +38,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*' 'assets/app.properties'
+ 'META-INF/services/*' 'assets/app.properties'
- versionName: 1.2.0
versionCode: 4
@@ -49,7 +49,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'META-INF/services/*' 'assets/app.properties'
+ 'META-INF/services/*' 'assets/app.properties'
AllowedAPKSigningKeys: 7fb81b777ce2521269c6844e563aa5bc4da4b97269ff3721952f3b445c741146
diff --git a/metadata/ua.com.radiokot.photoprism.yml b/metadata/ua.com.radiokot.photoprism.yml
index d76f314d73..8df4fbf99c 100644
--- a/metadata/ua.com.radiokot.photoprism.yml
+++ b/metadata/ua.com.radiokot.photoprism.yml
@@ -26,7 +26,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.4.0
versionCode: 7
@@ -37,7 +37,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.5.0
versionCode: 8
@@ -48,7 +48,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.5.1
versionCode: 9
@@ -59,7 +59,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.5.2
versionCode: 11
@@ -75,7 +75,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.6.0
versionCode: 12
@@ -91,7 +91,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.7.0
versionCode: 13
@@ -106,7 +106,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.7.1
versionCode: 14
@@ -121,7 +121,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.8.0
versionCode: 15
@@ -136,7 +136,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.8.1
versionCode: 16
@@ -151,7 +151,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.9.0
versionCode: 17
@@ -166,7 +166,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.10.0
versionCode: 18
@@ -181,7 +181,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.11.0
versionCode: 19
@@ -196,7 +196,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.12.0
versionCode: 20
@@ -211,7 +211,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.13.0
versionCode: 21
@@ -226,7 +226,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.14.0
versionCode: 22
@@ -241,7 +241,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.15.0
versionCode: 23
@@ -256,7 +256,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.15.1
versionCode: 24
@@ -271,7 +271,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.16.0
versionCode: 25
@@ -286,7 +286,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.16.1
versionCode: 26
@@ -301,7 +301,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
- versionName: 1.17.0
versionCode: 27
@@ -316,7 +316,7 @@ Builds:
srclibs:
- reproducible-apk-tools@v0.2.3
postbuild: $$reproducible-apk-tools$$/inplace-fix.py --zipalign fix-newlines $$OUT$$
- 'assets/app.properties'
+ 'assets/app.properties'
AllowedAPKSigningKeys: e7da1b20559ba52c615cfddeb770e59db792718637678ae635e357a472455d0a
diff --git a/metadata/ua.gardenapple.itchupdater.yml b/metadata/ua.gardenapple.itchupdater.yml
index 640a67fe0e..480d45c152 100644
--- a/metadata/ua.gardenapple.itchupdater.yml
+++ b/metadata/ua.gardenapple.itchupdater.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on itch.io.
+ NonFreeNet:
+ en-US: Depends on itch.io.
Categories:
- Games
- Internet
diff --git a/metadata/ua.gardenapple.trylbry.yml b/metadata/ua.gardenapple.trylbry.yml
index ad860080af..547e355c65 100644
--- a/metadata/ua.gardenapple.trylbry.yml
+++ b/metadata/ua.gardenapple.trylbry.yml
@@ -1,7 +1,7 @@
AntiFeatures:
- NonFreeNet:
- en-US: App is tethered to api.lbry.com (you cannot choose your own server),
- and depends on Youtube for some tasks.
+ NonFreeNet:
+ en-US: App is tethered to api.lbry.com (you cannot choose your own server), and
+ depends on Youtube for some tasks.
Categories:
- Multimedia
License: GPL-3.0-only
diff --git a/metadata/uk.ac.cam.cl.dtg.android.barcodebox.yml b/metadata/uk.ac.cam.cl.dtg.android.barcodebox.yml
index 68e701033f..d07511442c 100644
--- a/metadata/uk.ac.cam.cl.dtg.android.barcodebox.yml
+++ b/metadata/uk.ac.cam.cl.dtg.android.barcodebox.yml
@@ -6,12 +6,12 @@ IssueTracker: https://github.com/ucam-cl-dtg/barcodebox/issues
AutoName: Barcode Box 2
Description: |-
- You will need https://f-droid.org/packages/com.google.zxing.client.android to be installed.
+ You will need https://f-droid.org/packages/com.google.zxing.client.android to be installed.
- Records a list of barcodes when you scan them and reminds you if you've seen it
- before. Useful for remembering which books you've read or things you've seen in
- the shop. It features a rapid scanning mode, and allows to export the history of
- barcodes to CSV.
+ Records a list of barcodes when you scan them and reminds you if you've seen it
+ before. Useful for remembering which books you've read or things you've seen in
+ the shop. It features a rapid scanning mode, and allows to export the history of
+ barcodes to CSV.
RepoType: git
Repo: https://github.com/ucam-cl-dtg/barcodebox.git
diff --git a/metadata/uk.ac.ed.inf.mandelbrotmaps.yml b/metadata/uk.ac.ed.inf.mandelbrotmaps.yml
index 75c25cfd9e..bde1dc45db 100644
--- a/metadata/uk.ac.ed.inf.mandelbrotmaps.yml
+++ b/metadata/uk.ac.ed.inf.mandelbrotmaps.yml
@@ -8,8 +8,8 @@ IssueTracker: https://github.com/withad/Mandelbrot-Maps-on-Android/issues
AutoName: Mandelbrot Maps
Description: |-
- Generates the Mandelbrot fractal, and at each point, allows you to see the
- associated Julia set fractal.
+ Generates the Mandelbrot fractal, and at each point, allows you to see the
+ associated Julia set fractal.
RepoType: git
Repo: https://github.com/withad/Mandelbrot-Maps-on-Android.git
diff --git a/metadata/uk.ac.swansea.eduroamcat.yml b/metadata/uk.ac.swansea.eduroamcat.yml
index 5c8be3a7c0..476b1f71cd 100644
--- a/metadata/uk.ac.swansea.eduroamcat.yml
+++ b/metadata/uk.ac.swansea.eduroamcat.yml
@@ -10,18 +10,18 @@ Changelog: https://github.com/GEANT/CAT-Android/releases
AutoName: eduroamCAT
Description: |-
- EduroamCAT is an eduroam Configuration Assistant Tool corresponding to
- website https://cat.eduroam.org
+ EduroamCAT is an eduroam Configuration Assistant Tool corresponding to
+ website https://cat.eduroam.org
- EduroamCAT allows users to configure their device for eduroam wireless
- networks. This tool requires a configuration file from your home
- institution in order acquire the configuration settings needed. These can
- also be discovered by the tool, if the institution has CAT configured. Due
- to limitations in the Android OS, the application needs to set up a screen
- lock if none is already set. The configuration file is in a standardised
- file format and can be obtained from eduroam Configuration Assistant Tool
- deployments (such as https://cat.eduroam.org and others). The tool also
- provides some status information on the eduroam connection.
+ EduroamCAT allows users to configure their device for eduroam wireless
+ networks. This tool requires a configuration file from your home
+ institution in order acquire the configuration settings needed. These can
+ also be discovered by the tool, if the institution has CAT configured. Due
+ to limitations in the Android OS, the application needs to set up a screen
+ lock if none is already set. The configuration file is in a standardised
+ file format and can be obtained from eduroam Configuration Assistant Tool
+ deployments (such as https://cat.eduroam.org and others). The tool also
+ provides some status information on the eduroam connection.
RepoType: git
Repo: https://github.com/GEANT/CAT-Android
diff --git a/metadata/uk.co.ashtonbrsc.android.intentintercept.yml b/metadata/uk.co.ashtonbrsc.android.intentintercept.yml
index 2335902d11..96325e60fd 100644
--- a/metadata/uk.co.ashtonbrsc.android.intentintercept.yml
+++ b/metadata/uk.co.ashtonbrsc.android.intentintercept.yml
@@ -7,14 +7,14 @@ IssueTracker: https://github.com/intrications/intent-intercept/issues
AutoName: Intent Intercept
Description: |-
- Currently unmaintained: A maintained fork is available here
- https://f-droid.org/packages/de.k3b.android.intentintercept.
+ Currently unmaintained: A maintained fork is available here
+ https://f-droid.org/packages/de.k3b.android.intentintercept.
- This app attempts to intercept as many intents as possible in order to examine
- their contents. This helps when trying to develop an app that reacts to a
- particular intent.
+ This app attempts to intercept as many intents as possible in order to examine
+ their contents. This helps when trying to develop an app that reacts to a
+ particular intent.
- Some details of the intent can now be edited before resending it.
+ Some details of the intent can now be edited before resending it.
RepoType: git
Repo: https://github.com/intrications/intent-intercept.git
diff --git a/metadata/uk.co.bitethebullet.android.token.yml b/metadata/uk.co.bitethebullet.android.token.yml
index 66927ac434..ae010e8571 100644
--- a/metadata/uk.co.bitethebullet.android.token.yml
+++ b/metadata/uk.co.bitethebullet.android.token.yml
@@ -8,16 +8,16 @@ IssueTracker: https://github.com/markmcavoy/androidtoken/issues
AutoName: Auth Token
Description: |-
- Turning a mobile phone into a One Time Password (OTP) generation device which
- can be used in the place of hardware tokens.
+ Turning a mobile phone into a One Time Password (OTP) generation device which
+ can be used in the place of hardware tokens.
- Support for provisioning tokens using the KeyUriFormat and QR codes as well as
- manual creation.
+ Support for provisioning tokens using the KeyUriFormat and QR codes as well as
+ manual creation.
- Can optionally be protected with a PIN to stop unauthorised access to the
- software tokens.
+ Can optionally be protected with a PIN to stop unauthorised access to the
+ software tokens.
- Supports both HOTP (Event Tokens) and TOTP (Time Tokens) specifications.
+ Supports both HOTP (Event Tokens) and TOTP (Time Tokens) specifications.
RepoType: git
Repo: https://github.com/markmcavoy/androidtoken.git
diff --git a/metadata/uk.co.busydoingnothing.anagrams.yml b/metadata/uk.co.busydoingnothing.anagrams.yml
index 4312f764db..37251dd396 100644
--- a/metadata/uk.co.busydoingnothing.anagrams.yml
+++ b/metadata/uk.co.busydoingnothing.anagrams.yml
@@ -36,6 +36,6 @@ MaintainerNotes: Change to TetheredNet later.
AutoUpdateMode: Version
UpdateCheckMode: Tags
UpdateCheckData: app/build.gradle|appVersion *= *(\d+)|app/build.gradle|appVersion
- *= *(\d+)
+ *= *(\d+)
CurrentVersion: '13'
CurrentVersionCode: 13
diff --git a/metadata/uk.co.busydoingnothing.catverbs.yml b/metadata/uk.co.busydoingnothing.catverbs.yml
index 953aa9b931..6ee2364a7f 100644
--- a/metadata/uk.co.busydoingnothing.catverbs.yml
+++ b/metadata/uk.co.busydoingnothing.catverbs.yml
@@ -9,8 +9,8 @@ IssueTracker: https://github.com/bpeel/catverbs/issues
AutoName: Catverbs
Description: |-
- Catverbs can be used as a reference for the conjugation of most catalan verbs.
- Its interface is in catalan as well.
+ Catverbs can be used as a reference for the conjugation of most catalan verbs.
+ Its interface is in catalan as well.
RepoType: git
Repo: https://github.com/bpeel/catverbs
diff --git a/metadata/uk.co.busydoingnothing.prevo.yml b/metadata/uk.co.busydoingnothing.prevo.yml
index d53c3f3177..32417fc9f4 100644
--- a/metadata/uk.co.busydoingnothing.prevo.yml
+++ b/metadata/uk.co.busydoingnothing.prevo.yml
@@ -10,9 +10,9 @@ SourceCode: https://github.com/bpeel/prevo
IssueTracker: https://github.com/bpeel/prevo/issues
Description: |-
- PReVo is a portable version of Reta Vortaro (the free and libre Esperanto
- dictionary) for Android. It's usable without Internet access and is quickly
- searched with the keyboard.
+ PReVo is a portable version of Reta Vortaro (the free and libre Esperanto
+ dictionary) for Android. It's usable without Internet access and is quickly
+ searched with the keyboard.
RepoType: git
Repo: https://github.com/bpeel/prevo
diff --git a/metadata/uk.co.danieljarvis.android.flashback.yml b/metadata/uk.co.danieljarvis.android.flashback.yml
index b509b904d5..a72967a174 100644
--- a/metadata/uk.co.danieljarvis.android.flashback.yml
+++ b/metadata/uk.co.danieljarvis.android.flashback.yml
@@ -6,8 +6,8 @@ IssueTracker: https://github.com/daj/flashback/issues
AutoName: Flashback
Description: |-
- When you receive a call the app displays the history of your interactions with
- the caller.
+ When you receive a call the app displays the history of your interactions with
+ the caller.
RepoType: git
Repo: https://github.com/daj/flashback.git
diff --git a/metadata/uk.co.jarofgreen.JustADamnCompass.yml b/metadata/uk.co.jarofgreen.JustADamnCompass.yml
index af36881d20..0d67390a9b 100644
--- a/metadata/uk.co.jarofgreen.JustADamnCompass.yml
+++ b/metadata/uk.co.jarofgreen.JustADamnCompass.yml
@@ -6,9 +6,9 @@ IssueTracker: https://github.com/jarofgreen/Just-A-Damn-Compass/issues
AutoName: Just A Damn Compass
Description: |-
- Note: this app is no longer maintained, its repo was archived.
+ Note: this app is no longer maintained, its repo was archived.
- A simple compass with no unnecessary extras.
+ A simple compass with no unnecessary extras.
RepoType: git
Repo: https://github.com/jarofgreen/Just-A-Damn-Compass.git
diff --git a/metadata/uk.co.keepawayfromfire.screens.yml b/metadata/uk.co.keepawayfromfire.screens.yml
index 70e92fff04..75036e2a79 100644
--- a/metadata/uk.co.keepawayfromfire.screens.yml
+++ b/metadata/uk.co.keepawayfromfire.screens.yml
@@ -10,17 +10,17 @@ Changelog: https://raw.githubusercontent.com/Cj-Malone/Screens/HEAD/CHANGELOG.md
AutoName: Screens
Description: |-
- Automatically enter split screen mode from launcher shortcuts and Quick Settings
- tiles.
+ Automatically enter split screen mode from launcher shortcuts and Quick Settings
+ tiles.
- Screens allows you to quickly enter splitscreen mode with pre selected apps. It
- creates shortcuts that can be used from any launcher. This might be good for
- productivity or having SeriesGuide and Kore at the same time.
+ Screens allows you to quickly enter splitscreen mode with pre selected apps. It
+ creates shortcuts that can be used from any launcher. This might be good for
+ productivity or having SeriesGuide and Kore at the same time.
- This app uses Accessibility services. Accessibility services are required to
- enable Multi window automatically, if you don't want to provide this open source
- app with the permission you will need to manually hold the recents button when
- prompted.
+ This app uses Accessibility services. Accessibility services are required to
+ enable Multi window automatically, if you don't want to provide this open source
+ app with the permission you will need to manually hold the recents button when
+ prompted.
RepoType: git
Repo: https://github.com/Cj-Malone/Screens
diff --git a/metadata/uk.co.richyhbm.monochromatic.yml b/metadata/uk.co.richyhbm.monochromatic.yml
index 369ee2f674..ddd3a8b395 100644
--- a/metadata/uk.co.richyhbm.monochromatic.yml
+++ b/metadata/uk.co.richyhbm.monochromatic.yml
@@ -10,9 +10,9 @@ IssueTracker: https://github.com/RichyHBM/Monochromatic/issues
AutoName: Monochromatic
Description: |-
- This app makes use of the built-in black and white device feature to provide
- a blue-light filtered screen without the use of an overlay screen, to help
- relax your eyes at night and disincentivise phone usage.
+ This app makes use of the built-in black and white device feature to provide
+ a blue-light filtered screen without the use of an overlay screen, to help
+ relax your eyes at night and disincentivise phone usage.
RepoType: git
Repo: https://github.com/RichyHBM/Monochromatic
diff --git a/metadata/uk.co.yahoo.p1rpp.calendartrigger.yml b/metadata/uk.co.yahoo.p1rpp.calendartrigger.yml
index a0924bc536..14d6dbd4ee 100644
--- a/metadata/uk.co.yahoo.p1rpp.calendartrigger.yml
+++ b/metadata/uk.co.yahoo.p1rpp.calendartrigger.yml
@@ -8,10 +8,10 @@ Changelog: https://github.com/rparkins999/CalendarTrigger/releases
AutoName: Calendar Trigger
Description: |-
- Trigger various actions on different types of calendar event, and handle
- overlapping events wanting different ringer states in a sensible way (the
- "quietest" state wins). Also the start and end actions for an event can be
- delayed until the device is in some particular state.
+ Trigger various actions on different types of calendar event, and handle
+ overlapping events wanting different ringer states in a sensible way (the
+ "quietest" state wins). Also the start and end actions for an event can be
+ delayed until the device is in some particular state.
RepoType: git
Repo: https://github.com/rparkins999/CalendarTrigger
diff --git a/metadata/uk.openvk.android.legacy.yml b/metadata/uk.openvk.android.legacy.yml
index b7dbd28477..cf25bd537e 100644
--- a/metadata/uk.openvk.android.legacy.yml
+++ b/metadata/uk.openvk.android.legacy.yml
@@ -28,7 +28,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.137-beta
versionCode: 137
@@ -44,7 +44,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.139-beta
versionCode: 139
@@ -59,7 +59,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.140-beta
versionCode: 140
@@ -74,7 +74,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.143-beta
versionCode: 143
@@ -89,7 +89,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.146-beta
versionCode: 146
@@ -104,7 +104,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.148-beta
versionCode: 148
@@ -119,7 +119,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.149-beta
versionCode: 149
@@ -134,7 +134,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.151-beta
versionCode: 151
@@ -149,7 +149,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.154-beta
versionCode: 154
@@ -164,7 +164,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.155-beta
versionCode: 155
@@ -179,7 +179,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.157-beta
versionCode: 157
@@ -194,7 +194,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.159-beta
versionCode: 158
@@ -209,7 +209,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.160-beta
versionCode: 160
@@ -224,7 +224,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.161-stable
versionCode: 161
@@ -239,7 +239,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.162-beta
versionCode: 162
@@ -254,7 +254,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.163-beta
versionCode: 163
@@ -269,7 +269,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.166-beta
versionCode: 166
@@ -284,7 +284,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.167-beta
versionCode: 167
@@ -299,7 +299,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.169-beta
versionCode: 169
@@ -315,7 +315,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.170-beta
versionCode: 170
@@ -330,7 +330,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.172-beta
versionCode: 172
@@ -345,7 +345,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.0.174-beta
versionCode: 174
@@ -360,7 +360,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.1.175-beta
versionCode: 175
@@ -375,7 +375,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.1.176-beta
versionCode: 176
@@ -392,7 +392,7 @@ Builds:
rm:
- captures
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.1.178-beta
versionCode: 178
@@ -407,7 +407,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.1.179-beta
versionCode: 179
@@ -422,7 +422,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.1.180-beta
versionCode: 180
@@ -437,7 +437,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.1.182-beta
versionCode: 182
@@ -452,7 +452,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.1.183-beta
versionCode: 183
@@ -467,7 +467,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.1.185-beta
versionCode: 185
@@ -482,7 +482,7 @@ Builds:
gradle:
- betaConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.1.188-alpha.m2-f
versionCode: 188
@@ -497,7 +497,7 @@ Builds:
gradle:
- fdroidConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.1.191-alpha.m2-f
versionCode: 191
@@ -512,7 +512,7 @@ Builds:
gradle:
- fdroidConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.1.192-alpha.m2-f
versionCode: 192
@@ -527,7 +527,7 @@ Builds:
gradle:
- fdroidConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.1.194-alpha.m2-f
versionCode: 194
@@ -542,7 +542,7 @@ Builds:
gradle:
- fdroidConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.1.197-alpha.m2-f
versionCode: 197
@@ -557,7 +557,7 @@ Builds:
gradle:
- fdroidConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.1.198-alpha.m2-f
versionCode: 198
@@ -572,7 +572,7 @@ Builds:
gradle:
- fdroidConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.1.200-beta.f
versionCode: 200
@@ -587,7 +587,7 @@ Builds:
gradle:
- fdroidConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.1.201-beta.f
versionCode: 201
@@ -602,7 +602,7 @@ Builds:
gradle:
- fdroidConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- build.gradle
+ build.gradle
- versionName: 1.1.203-beta.f
versionCode: 203
@@ -623,8 +623,8 @@ Builds:
gradle:
- fdroidConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- -e 's/ndk-build.sh/ndk-build/' -e 's!projDir/ndk-modules!projDir/../ndk-modules!g'
- build.gradle
+ -e 's/ndk-build.sh/ndk-build/' -e 's!projDir/ndk-modules!projDir/../ndk-modules!g'
+ build.gradle
build:
- pushd ..
- chmod +x ./build-ffmpeg.sh
@@ -652,8 +652,8 @@ Builds:
gradle:
- fdroidConfig
prebuild: sed -i -e "/android {/alintOptions { disable 'MissingTranslation' }"
- -e 's/ndk-build.sh/ndk-build/' -e 's!projDir/ndk-modules!projDir/../ndk-modules!g'
- build.gradle
+ -e 's/ndk-build.sh/ndk-build/' -e 's!projDir/ndk-modules!projDir/../ndk-modules!g'
+ build.gradle
build:
- pushd ..
- chmod +x ./build-ffmpeg.sh
diff --git a/metadata/uk.org.boddie.android.weatherforecast.yml b/metadata/uk.org.boddie.android.weatherforecast.yml
index 45e29b364a..5e62d0170a 100644
--- a/metadata/uk.org.boddie.android.weatherforecast.yml
+++ b/metadata/uk.org.boddie.android.weatherforecast.yml
@@ -286,9 +286,9 @@ Builds:
build: PYTHONPATH=$$duck-git$$ ./build.py output.apk
MaintainerNotes: |-
- From version 1.3.0, the app handles its own dependencies during the build,
- using the prebuild step to take a specific version of DUCK then update it
- to the version given in the app's deps/DUCK file.
+ From version 1.3.0, the app handles its own dependencies during the build,
+ using the prebuild step to take a specific version of DUCK then update it
+ to the version given in the app's deps/DUCK file.
AutoUpdateMode: None
UpdateCheckMode: Tags
diff --git a/metadata/uk.org.cardboardbox.wonderdroid.yml b/metadata/uk.org.cardboardbox.wonderdroid.yml
index 2401354f7a..f7ecbc660e 100644
--- a/metadata/uk.org.cardboardbox.wonderdroid.yml
+++ b/metadata/uk.org.cardboardbox.wonderdroid.yml
@@ -11,14 +11,14 @@ IssueTracker: https://github.com/williehwc/wonderdroid/issues
AutoName: WonderDroid
Summary: Game emulator
Description: |-
- Note: this app is no longer updated by its author.
+ Note: this app is no longer updated by its author.
- Bandai WonderSwan (Mono & Color) emulator. Full instructions are on the website.
+ Bandai WonderSwan (Mono & Color) emulator. Full instructions are on the website.
- The proprietary Google Admob library has been replaced with an open-source
- library that does nothing.
+ The proprietary Google Admob library has been replaced with an open-source
+ library that does nothing.
- Tracking: Crash reports are sent silently without user interaction.
+ Tracking: Crash reports are sent silently without user interaction.
RepoType: git
Repo: https://github.com/calculushk/wonderdroid.git
diff --git a/metadata/uk.org.crimetalk.yml b/metadata/uk.org.crimetalk.yml
index 3c4d62266f..444af1be1d 100644
--- a/metadata/uk.org.crimetalk.yml
+++ b/metadata/uk.org.crimetalk.yml
@@ -8,10 +8,10 @@ IssueTracker: https://github.com/JohnPersano/CrimeTalk-Reader/issues
AutoName: CrimeTalk
Description: |-
- CrimeTalk is a educational publishing venture
- concerned with crime, criminal justice, social deviance, morality, immorality
- and anti-social behavior. It aims to provide a service for university students
- and scholars in the relevant disciplines like criminology, law, history, etc.
+ CrimeTalk is a educational publishing venture
+ concerned with crime, criminal justice, social deviance, morality, immorality
+ and anti-social behavior. It aims to provide a service for university students
+ and scholars in the relevant disciplines like criminology, law, history, etc.
RepoType: git
Repo: https://github.com/JohnPersano/CrimeTalk-Reader/
@@ -24,7 +24,7 @@ Builds:
gradle:
- yes
prebuild: sed -i -e 's/com.afollestad:material-dialogs:0.3.1/com.afollestad:material-dialogs:0.3.2/g'
- build.gradle
+ build.gradle
- versionName: '0.3'
versionCode: 3
diff --git a/metadata/unisiegen.photographers.activity.yml b/metadata/unisiegen.photographers.activity.yml
index 264ef84e57..474834f654 100644
--- a/metadata/unisiegen.photographers.activity.yml
+++ b/metadata/unisiegen.photographers.activity.yml
@@ -7,9 +7,9 @@ SourceCode: https://bitbucket-archive.softwareheritage.org/projects/sd/sdraxler/
Name: Photographer's Notebook
AutoName: Photographer's
Description: |-
- Photographer's Notebook is an app to store and manage metadata of analogue
- photos. It is meant to replace the usual paper-based notebooks photographers use
- to document camera settings in analogue photography.
+ Photographer's Notebook is an app to store and manage metadata of analogue
+ photos. It is meant to replace the usual paper-based notebooks photographers use
+ to document camera settings in analogue photography.
Builds:
- versionName: Beta v4
diff --git a/metadata/universe.constellation.orion.viewer.yml b/metadata/universe.constellation.orion.viewer.yml
index bc966cec7d..066688704e 100644
--- a/metadata/universe.constellation.orion.viewer.yml
+++ b/metadata/universe.constellation.orion.viewer.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- KnownVuln:
- en-US: Uses outdated MuPDF 1.16.1 library which has security issues.
+ KnownVuln:
+ en-US: Uses outdated MuPDF 1.16.1 library which has security issues.
Categories:
- Reading
License: GPL-3.0-or-later
@@ -33,10 +33,10 @@ Builds:
ndk: r20b
MaintainerNotes: |-
- KnownVuln: MuPDF 1.16.1 noted at below link
- https://github.com/max-kammerer/orion-viewer/commits/$TAG/nativeLibs/mupdfModule
- https://github.com/max-kammerer/orion-viewer/issues/40
- https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
+ KnownVuln: MuPDF 1.16.1 noted at below link
+ https://github.com/max-kammerer/orion-viewer/commits/$TAG/nativeLibs/mupdfModule
+ https://github.com/max-kammerer/orion-viewer/issues/40
+ https://gitlab.com/fdroid/fdroiddata/-/merge_requests/11496
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/uobikiemukot.yaft.yml b/metadata/uobikiemukot.yaft.yml
index 0d14d6df1e..522d00c258 100644
--- a/metadata/uobikiemukot.yaft.yml
+++ b/metadata/uobikiemukot.yaft.yml
@@ -6,14 +6,14 @@ IssueTracker: https://github.com/uobikiemukot/yaft-android/issues
AutoName: yaft
Description: |-
- Simple terminal emulator for minimalists. It is based on yaft -- yet another
- framebuffer terminal.
+ Simple terminal emulator for minimalists. It is based on yaft -- yet another
+ framebuffer terminal.
- Features:
+ Features:
- * almost compatible with vt102 and linux console
- * UTF-8 support
- * 256 color support
+ * almost compatible with vt102 and linux console
+ * UTF-8 support
+ * 256 color support
RepoType: git
Repo: https://github.com/uobikiemukot/yaft-android
diff --git a/metadata/urbanstew.RehearsalAssistant.yml b/metadata/urbanstew.RehearsalAssistant.yml
index 216e44ab36..23a4508c45 100644
--- a/metadata/urbanstew.RehearsalAssistant.yml
+++ b/metadata/urbanstew.RehearsalAssistant.yml
@@ -7,20 +7,20 @@ Donate: https://sourceforge.net/p/rehearsalassist/donate
AutoName: Rehearsal Assistant
Description: |-
- A voice / sound recording utility with two modes of operation:
+ A voice / sound recording utility with two modes of operation:
- Session Mode: organizes recordings into sessions, and time-stamps relative to
- the beginning of the session, making it useful for recording your thoughts and
- observations during an event.
+ Session Mode: organizes recordings into sessions, and time-stamps relative to
+ the beginning of the session, making it useful for recording your thoughts and
+ observations during an event.
- If you are a choreographer or director watching a rehearsal of your work, this
- can help you make note of the feedback you want to share with the cast.
+ If you are a choreographer or director watching a rehearsal of your work, this
+ can help you make note of the feedback you want to share with the cast.
- Simple Mode: easy recording and playback of sound files. If you are a musician
- or writer, it can help you record and remember your spontaneous moments of
- inspiration.
+ Simple Mode: easy recording and playback of sound files. If you are a musician
+ or writer, it can help you record and remember your spontaneous moments of
+ inspiration.
- Also works great for shopping lists and other kinds of reminders.
+ Also works great for shopping lists and other kinds of reminders.
RepoType: git-svn
Repo: https://svn.code.sf.net/p/rehearsalassist/code/
diff --git a/metadata/us.koller.cameraroll.yml b/metadata/us.koller.cameraroll.yml
index b6fbf8e8d9..d82ec8d234 100644
--- a/metadata/us.koller.cameraroll.yml
+++ b/metadata/us.koller.cameraroll.yml
@@ -8,31 +8,31 @@ SourceCode: https://github.com/kollerlukas/Camera-Roll-Android-App
IssueTracker: https://github.com/kollerlukas/Camera-Roll-Android-App/issues
Description: |-
- Note: this app is no longer maintained, its repo was archived.
+ Note: this app is no longer maintained, its repo was archived.
- Camera Roll is the perfect Gallery App to enjoy your photos, gifs and videos.
+ Camera Roll is the perfect Gallery App to enjoy your photos, gifs and videos.
- Fast, Simple and intuitve
+ Fast, Simple and intuitve
- Camera Roll features a simple and intuitve interface, that doesn't get in the
- way. This App is designed around speed and performance.
+ Camera Roll features a simple and intuitve interface, that doesn't get in the
+ way. This App is designed around speed and performance.
- Delightful Animations
+ Delightful Animations
- This Gallery App will delight you with its awsome and beautiful Animations.
+ This Gallery App will delight you with its awsome and beautiful Animations.
- Exif Data
+ Exif Data
- With Camera Roll you can see and edit the Exif-Data of your pictures.
+ With Camera Roll you can see and edit the Exif-Data of your pictures.
- Hidden Folder
+ Hidden Folder
- This Gallery App is able to show and help you clean up your hidden Folders.
+ This Gallery App is able to show and help you clean up your hidden Folders.
- File Explorer
+ File Explorer
- Easily view the folders on your storage or SD Card. You are able to quickly
- copy, move and delete photos or directories.
+ Easily view the folders on your storage or SD Card. You are able to quickly
+ copy, move and delete photos or directories.
RepoType: git
Repo: https://github.com/kollerlukas/Camera-Roll-Android-App
diff --git a/metadata/us.lindanrandy.cidrcalculator.yml b/metadata/us.lindanrandy.cidrcalculator.yml
index 28ae798329..68f8395457 100644
--- a/metadata/us.lindanrandy.cidrcalculator.yml
+++ b/metadata/us.lindanrandy.cidrcalculator.yml
@@ -8,9 +8,9 @@ Changelog: https://github.com/rmceoin/cidrcalculator/blob/HEAD/cidrcalculator/CH
AutoName: CIDR Calculator
Description: |-
- CIDR (Classless Inter-Domain Routing) Calculator is a simple IP subnet
- calculator for network engineers to quickly determine what the address range is
- of a subnet.
+ CIDR (Classless Inter-Domain Routing) Calculator is a simple IP subnet
+ calculator for network engineers to quickly determine what the address range is
+ of a subnet.
RepoType: git
Repo: https://github.com/rmceoin/cidrcalculator.git
@@ -43,7 +43,7 @@ Builds:
gradle:
- yes
prebuild: echo -e "android { lintOptions { disable 'ExtraTranslation' } }" >>
- build.gradle
+ build.gradle
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
diff --git a/metadata/us.spotco.fennec_dos.yml b/metadata/us.spotco.fennec_dos.yml
index bd3555e4e7..b2a3bf0a1c 100644
--- a/metadata/us.spotco.fennec_dos.yml
+++ b/metadata/us.spotco.fennec_dos.yml
@@ -10,9 +10,9 @@ IssueTracker: https://gitlab.com/divested-mobile/mull-fenix/issues
Name: Mull
Description: This is a privacy oriented and deblobbed web browser based on Mozilla
- technology. It enables many features upstreamed by the Tor
- Uplift project using preferences from the arkenfox-user.js
- project. It is recommended to install 'uBlock Origin'.
+ technology. It enables many features upstreamed by the Tor
+ Uplift project using preferences from the arkenfox-user.js
+ project. It is recommended to install 'uBlock Origin'.
RepoType: git
Repo: https://github.com/mozilla-mobile/firefox-android
@@ -2382,23 +2382,22 @@ Builds:
build: $$MullBuild$$/build.sh
ndk: r21d
-MaintainerNotes: |4-
+MaintainerNotes: |-
+ Version code scheme:
+ XYZAR, where X.Y.Z is upstream version, A is architecture (0 = ARMv7, 1 = x86, 2 = ARMv8), R is revision (if we need to re-release).
+ * Example: 530210 = Firefox 53.0.2 for x86, initial revision
+ * Example: 550021 = Firefox 55.0 for ARMv8, second revision
- Version code scheme:
- XYZAR, where X.Y.Z is upstream version, A is architecture (0 = ARMv7, 1 = x86, 2 = ARMv8), R is revision (if we need to re-release).
- * Example: 530210 = Firefox 53.0.2 for x86, initial revision
- * Example: 550021 = Firefox 55.0 for ARMv8, second revision
-
- Determining versions:
- * Fenix: https://github.com/mozilla-mobile/firefox-android/releases
- * MozAppServices: `mozilla_appservices` in https://github.com/mozilla-mobile/firefox-android/blob/$MozAndroidComponents/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt
- * MozGlean: `mozilla_glean` in https://github.com/mozilla-mobile/firefox-android/blob/$MozAndroidComponents/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt
- * MozFennec: `version` in https://github.com/mozilla-mobile/firefox-android/blob/$MozAndroidComponents/android-components/plugins/dependencies/src/main/java/Gecko.kt
- * MozFennec: https://hg.mozilla.org/releases/mozilla-release/tags
- * FirefoxAndroidAS: `android_components_version` in https://github.com/mozilla/application-services/blob/$MozAppServices/build.gradle
- * MozGleanAS: `mozilla_glean` in https://github.com/mozilla-mobile/firefox-android/blob/$MozAndroidComponentsAS/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt
- * rustup: https://github.com/rust-lang/rustup/tags
- * wasi-sdk: https://github.com/WebAssembly/wasi-sdk/releases
+ Determining versions:
+ * Fenix: https://github.com/mozilla-mobile/firefox-android/releases
+ * MozAppServices: `mozilla_appservices` in https://github.com/mozilla-mobile/firefox-android/blob/$MozAndroidComponents/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt
+ * MozGlean: `mozilla_glean` in https://github.com/mozilla-mobile/firefox-android/blob/$MozAndroidComponents/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt
+ * MozFennec: `version` in https://github.com/mozilla-mobile/firefox-android/blob/$MozAndroidComponents/android-components/plugins/dependencies/src/main/java/Gecko.kt
+ * MozFennec: https://hg.mozilla.org/releases/mozilla-release/tags
+ * FirefoxAndroidAS: `android_components_version` in https://github.com/mozilla/application-services/blob/$MozAppServices/build.gradle
+ * MozGleanAS: `mozilla_glean` in https://github.com/mozilla-mobile/firefox-android/blob/$MozAndroidComponentsAS/android-components/plugins/dependencies/src/main/java/DependenciesPlugin.kt
+ * rustup: https://github.com/rust-lang/rustup/tags
+ * wasi-sdk: https://github.com/WebAssembly/wasi-sdk/releases
ArchivePolicy: 4
AutoUpdateMode: None
diff --git a/metadata/us.spotco.maps.yml b/metadata/us.spotco.maps.yml
index 212d28eadc..9d71c897f2 100644
--- a/metadata/us.spotco.maps.yml
+++ b/metadata/us.spotco.maps.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: App depends on Google Maps website.
+ NonFreeNet:
+ en-US: App depends on Google Maps website.
Categories:
- Navigation
License: GPL-3.0-or-later
diff --git a/metadata/ut.ewh.audiometrytest.yml b/metadata/ut.ewh.audiometrytest.yml
index 965f975b84..9e5b1b4941 100644
--- a/metadata/ut.ewh.audiometrytest.yml
+++ b/metadata/ut.ewh.audiometrytest.yml
@@ -9,14 +9,14 @@ IssueTracker: https://github.com/ReeceStevens/ut_ewh_audiometer_2014/issues
AutoName: Audiometry Made Easy
Description: |-
- Note: this app is no longer actively maintained.
+ Note: this app is no longer actively maintained.
- AME is designed to diagnose hearing loss without the need for expensive medical
- machines. Using signal analysis and your phone or tablet's own microphone, AME
- can calibrate virtually any pair of earphones for a hearing test that will
- return the user's hearing thresholds in dB HL. It also provides services for the
- user to save test results, view them later, and email test results anywhere from
- within the app.
+ AME is designed to diagnose hearing loss without the need for expensive medical
+ machines. Using signal analysis and your phone or tablet's own microphone, AME
+ can calibrate virtually any pair of earphones for a hearing test that will
+ return the user's hearing thresholds in dB HL. It also provides services for the
+ user to save test results, view them later, and email test results anywhere from
+ within the app.
RepoType: git
Repo: https://github.com/ReeceStevens/ut_ewh_audiometer_2014
diff --git a/metadata/vnd.blueararat.kaleidoscope6.yml b/metadata/vnd.blueararat.kaleidoscope6.yml
index 6507e7d8ba..3466e186ed 100644
--- a/metadata/vnd.blueararat.kaleidoscope6.yml
+++ b/metadata/vnd.blueararat.kaleidoscope6.yml
@@ -6,10 +6,10 @@ IssueTracker: https://github.com/prrt714/Kaleidoscope/issues
AutoName: Kaleidoscope
Description: |-
- Simulation of a kaleidoscope: a cylinder with mirrors containing loose, colored
- objects such as beads or pebbles and bits of glass. You can use any image or
- take a picture from the camera and the settings allow you to change the number
- of mirrors that are used.
+ Simulation of a kaleidoscope: a cylinder with mirrors containing loose, colored
+ objects such as beads or pebbles and bits of glass. You can use any image or
+ take a picture from the camera and the settings allow you to change the number
+ of mirrors that are used.
RepoType: git
Repo: https://github.com/prrt714/Kaleidoscope.git
diff --git a/metadata/vu.de.urpool.quickdroid.yml b/metadata/vu.de.urpool.quickdroid.yml
index 73e73877bc..fe2e8a299b 100644
--- a/metadata/vu.de.urpool.quickdroid.yml
+++ b/metadata/vu.de.urpool.quickdroid.yml
@@ -8,18 +8,18 @@ IssueTracker: https://github.com/himmele/quickdroid/issues
AutoName: Quickdroid
Description: |-
- Quickly search, find and launch apps, contacts, bookmarks, artists, albums and
- songs. There is also a plugin interface which enables you to extend it by other
- search categories. Similar to Quicksilver, Launchy and GNOME Do for other
- systems.
+ Quickly search, find and launch apps, contacts, bookmarks, artists, albums and
+ songs. There is also a plugin interface which enables you to extend it by other
+ search categories. Similar to Quicksilver, Launchy and GNOME Do for other
+ systems.
- Key Features:
+ Key Features:
- * Quickly search, find and launch apps, contacts, bookmarks, artists, albums and songs
- * Learning aptitude: Give the user's favorite items a high ranking within the search results
- * As fast as Google's search app while providing better search results :-)
- * Search history for quick access to the most recently used items
- * Search widget support
+ * Quickly search, find and launch apps, contacts, bookmarks, artists, albums and songs
+ * Learning aptitude: Give the user's favorite items a high ranking within the search results
+ * As fast as Google's search app while providing better search results :-)
+ * Search history for quick access to the most recently used items
+ * Search widget support
RepoType: git
Repo: https://github.com/himmele/quickdroid
diff --git a/metadata/wangdaye.com.geometricweather.yml b/metadata/wangdaye.com.geometricweather.yml
index a71bbff180..2167952e3b 100644
--- a/metadata/wangdaye.com.geometricweather.yml
+++ b/metadata/wangdaye.com.geometricweather.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on non-libre weather sources (AccuWeather, OpenWeatherMap)
+ NonFreeNet:
+ en-US: Depends on non-libre weather sources (AccuWeather, OpenWeatherMap)
Categories:
- Internet
License: LGPL-3.0-only
@@ -24,7 +24,7 @@ Builds:
rm:
- app/libs/*
prebuild: perl -i -0 -p -e 's|maven {\n\s*url "https://dl.bintray.com/qichuan/maven/"\n\s*}||g'
- build.gradle
+ build.gradle
- versionName: 3.008_fdroid
versionCode: 30008
@@ -35,7 +35,7 @@ Builds:
rm:
- app/libs/*
prebuild: perl -i -0 -p -e 's|maven {\n\s*url "https://dl.bintray.com/qichuan/maven/"\n\s*}||g'
- build.gradle
+ build.gradle
- versionName: 3.009_fdroid
versionCode: 30009
@@ -46,7 +46,7 @@ Builds:
rm:
- app/libs/*
prebuild: perl -i -0 -p -e 's|maven {\n\s*url "https://dl.bintray.com/qichuan/maven/"\n\s*}||g'
- build.gradle
+ build.gradle
- versionName: 3.010_fdroid
versionCode: 30010
@@ -57,7 +57,7 @@ Builds:
rm:
- app/libs/*
prebuild: perl -i -0 -p -e 's|maven {\n\s*url "https://dl.bintray.com/qichuan/maven/"\n\s*}||g'
- build.gradle
+ build.gradle
- versionName: 3.013_fdroid
versionCode: 30013
@@ -68,7 +68,7 @@ Builds:
rm:
- app/libs/*
prebuild: perl -i -0 -p -e 's|maven {\n\s*url "https://dl.bintray.com/qichuan/maven/"\n\s*}||g'
- build.gradle
+ build.gradle
- versionName: 3.100_fdroid
versionCode: 30100
@@ -83,7 +83,7 @@ Builds:
rm:
- app/libs/*
prebuild: perl -i -0 -p -e 's|maven {\n\s*url "https://dl.bintray.com/qichuan/maven/"\n\s*}||g'
- build.gradle
+ build.gradle
- versionName: 3.102_fdroid
versionCode: 30102
@@ -98,7 +98,7 @@ Builds:
rm:
- app/libs/*
prebuild: perl -i -0 -p -e 's|maven {\n\s*url "https://dl.bintray.com/qichuan/maven/"\n\s*}||g'
- build.gradle
+ build.gradle
AutoUpdateMode: Version
UpdateCheckMode: Tags
diff --git a/metadata/wb.receiptspro.yml b/metadata/wb.receiptspro.yml
index 216f819633..db903b4b33 100644
--- a/metadata/wb.receiptspro.yml
+++ b/metadata/wb.receiptspro.yml
@@ -10,12 +10,12 @@ Bitcoin: 3MGikseSB69cGjUkJs4Cqg93s5s8tv38tK
AutoName: Smart Receipts Plus
Description: |-
- Turns your phone into a receipt scanner and expense report generator. Just take
- pictures of your receipts and email yourself a PDF and CSV file.
+ Turns your phone into a receipt scanner and expense report generator. Just take
+ pictures of your receipts and email yourself a PDF and CSV file.
- Smart Receipts tracks receipt data and allows you to generate both PDF and CSV
- reports that can be shared with your email accounts. The PDF reports are
- tabulated to improve readability and look professional.
+ Smart Receipts tracks receipt data and allows you to generate both PDF and CSV
+ reports that can be shared with your email accounts. The PDF reports are
+ tabulated to improve readability and look professional.
RepoType: git
Repo: https://github.com/wbaumann/SmartReceiptsLibrary.git
@@ -26,7 +26,7 @@ Builds:
commit: d5684ee0bb7210e8b9205e932feba1b2eed21f50
subdir: SmartReceipts
prebuild: sed -i -e 's/^android.library.reference.1/#android.library.reference.1/'
- project.properties
+ project.properties
- versionName: 1.2.1
versionCode: 53
diff --git a/metadata/website.leifs.delta.foss.yml b/metadata/website.leifs.delta.foss.yml
index ed6f434325..e9f63094de 100644
--- a/metadata/website.leifs.delta.foss.yml
+++ b/metadata/website.leifs.delta.foss.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Loads cloud based wallpapers & downloads them from non-libre sources
+ NonFreeNet:
+ en-US: Loads cloud based wallpapers & downloads them from non-libre sources
Categories:
- Theming
License: Apache-2.0
diff --git a/metadata/wiseguys.radar.yml b/metadata/wiseguys.radar.yml
index 41539c43bf..e55d811606 100644
--- a/metadata/wiseguys.radar.yml
+++ b/metadata/wiseguys.radar.yml
@@ -10,19 +10,19 @@ IssueTracker: https://github.com/GrahamBlanshard/WiseRadar/issues
AutoName: WiseRadar
Description: |-
- View live weather radar imagery from the Canadian government. The weatherdata is
- available under a non-commercial license.
+ View live weather radar imagery from the Canadian government. The weatherdata is
+ available under a non-commercial license.
- With GPS integration in addition to all the features available at
- Environment Canada's website WiseRadar removes all
- the hassle from checking up on the latest storm front. This app was designed for
- minimal headaches and just to-the-point radar imagery.
+ With GPS integration in addition to all the features available at
+ Environment Canada's website WiseRadar removes all
+ the hassle from checking up on the latest storm front. This app was designed for
+ minimal headaches and just to-the-point radar imagery.
- Key features include:
+ Key features include:
- * All radar locations Canada wide!
- * Pinch zoom on images to see just how close the storm is to your home
- * Show your exact location on the image using your device's GPS sensor!
+ * All radar locations Canada wide!
+ * Pinch zoom on images to see just how close the storm is to your home
+ * Show your exact location on the image using your device's GPS sensor!
RepoType: git
Repo: https://github.com/GrahamBlanshard/WiseRadar
diff --git a/metadata/wseemann.media.romote.yml b/metadata/wseemann.media.romote.yml
index 2bbf5f3056..90bc2cfeac 100644
--- a/metadata/wseemann.media.romote.yml
+++ b/metadata/wseemann.media.romote.yml
@@ -8,14 +8,14 @@ IssueTracker: https://github.com/wseemann/RoMote/issues
AutoName: RoMote
Description: |-
- Turn your Android Device into a control center for your Roku Player and Roku TV.
+ Turn your Android Device into a control center for your Roku Player and Roku TV.
- * Control your Roku player or Roku TV from your mobile device.
- * Browse, add, and rate Channels from more than 2,000 streaming channels offered in the Roku Channel Store.
- * Quickly launch your favorite Roku Channels on your Roku player or Roku TV from your mobile device.
- * Enter text in your Roku player on-screen interface using your device's keyboard instead of the included remote.
- * Name and switch between multiple Roku players and Roku TVs.
- * Additional features include shake to pause, voice search, homescreen widget and notification controls.
+ * Control your Roku player or Roku TV from your mobile device.
+ * Browse, add, and rate Channels from more than 2,000 streaming channels offered in the Roku Channel Store.
+ * Quickly launch your favorite Roku Channels on your Roku player or Roku TV from your mobile device.
+ * Enter text in your Roku player on-screen interface using your device's keyboard instead of the included remote.
+ * Name and switch between multiple Roku players and Roku TVs.
+ * Additional features include shake to pause, voice search, homescreen widget and notification controls.
RepoType: git
Repo: https://github.com/wseemann/RoMote
diff --git a/metadata/wtf.nbd.obw.yml b/metadata/wtf.nbd.obw.yml
index a1809d7db4..c21ce97cd8 100644
--- a/metadata/wtf.nbd.obw.yml
+++ b/metadata/wtf.nbd.obw.yml
@@ -10,9 +10,9 @@ Changelog: https://github.com/nbd-wtf/obw/releases
AutoName: OBW
Description: |-
- NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
+ NOTE: App repo is archived by dev. It is read-only for all users and it is no longer actively maintained.
- Open Bitcoin Wallet (OBW) is an open-source, non-custodial, fully autonomous Bitcoin wallet for Android with advanced onchain features, fully custom and advanced Lightning channel management, extensive LNURL support, support for Hosted Channels for immediately receiving Lightning payments with no hassle, among other experimental features.
+ Open Bitcoin Wallet (OBW) is an open-source, non-custodial, fully autonomous Bitcoin wallet for Android with advanced onchain features, fully custom and advanced Lightning channel management, extensive LNURL support, support for Hosted Channels for immediately receiving Lightning payments with no hassle, among other experimental features.
RepoType: git
Repo: https://github.com/nbd-wtf/obw.git
diff --git a/metadata/wtf.technodisaster.tldr.yml b/metadata/wtf.technodisaster.tldr.yml
index d99df9408e..38abdfddc0 100644
--- a/metadata/wtf.technodisaster.tldr.yml
+++ b/metadata/wtf.technodisaster.tldr.yml
@@ -19,7 +19,7 @@ Builds:
srclibs:
- flutter@2.0.3
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --no-sound-null-safety
@@ -31,7 +31,7 @@ Builds:
srclibs:
- flutter@2.0.3
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk --no-sound-null-safety
diff --git a/metadata/x1125io.initdlight.yml b/metadata/x1125io.initdlight.yml
index 1c3ad3c16a..13cc2cd15e 100644
--- a/metadata/x1125io.initdlight.yml
+++ b/metadata/x1125io.initdlight.yml
@@ -8,16 +8,16 @@ IssueTracker: https://github.com/x1125/initd-light/issues
AutoName: Init.d Light
Description: |-
- This app provides simplest functionality for starting scripts on Android startup
- as root.
+ This app provides simplest functionality for starting scripts on Android startup
+ as root.
- After installing the App, you'll have to run it at least once for the
- BootReceiver to work and for the root access to be granted.
+ After installing the App, you'll have to run it at least once for the
+ BootReceiver to work and for the root access to be granted.
- It will also show you where to place your scripts, which is usually
- "/data/user/0/x1125io.initdlight/files".
+ It will also show you where to place your scripts, which is usually
+ "/data/user/0/x1125io.initdlight/files".
- Every script in there will be launched via "su -c [file]".
+ Every script in there will be launched via "su -c [file]".
RequiresRoot: true
diff --git a/metadata/xyz.adjutor.aniki.yml b/metadata/xyz.adjutor.aniki.yml
index dd95531497..f9585d132b 100644
--- a/metadata/xyz.adjutor.aniki.yml
+++ b/metadata/xyz.adjutor.aniki.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: The myanimelist.com website itself is not libre.
+ NonFreeNet:
+ en-US: The myanimelist.com website itself is not libre.
Categories:
- Internet
License: GPL-3.0-only
diff --git a/metadata/xyz.deepdaikon.quinb.yml b/metadata/xyz.deepdaikon.quinb.yml
index 1fea22d962..c9dd68c1ee 100644
--- a/metadata/xyz.deepdaikon.quinb.yml
+++ b/metadata/xyz.deepdaikon.quinb.yml
@@ -26,7 +26,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -41,7 +41,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -56,7 +56,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -71,7 +71,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
diff --git a/metadata/xyz.deepdaikon.xeonjia.yml b/metadata/xyz.deepdaikon.xeonjia.yml
index 989dd46b3f..4fa964feb3 100644
--- a/metadata/xyz.deepdaikon.xeonjia.yml
+++ b/metadata/xyz.deepdaikon.xeonjia.yml
@@ -26,7 +26,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -41,7 +41,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -56,7 +56,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -71,7 +71,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -86,7 +86,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -101,7 +101,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -116,7 +116,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -131,7 +131,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -146,7 +146,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
@@ -161,7 +161,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter pub get
diff --git a/metadata/xyz.deepdaikon.zoysii.yml b/metadata/xyz.deepdaikon.zoysii.yml
index a00666da8a..deb7e31517 100644
--- a/metadata/xyz.deepdaikon.zoysii.yml
+++ b/metadata/xyz.deepdaikon.zoysii.yml
@@ -26,7 +26,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
@@ -40,7 +40,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
@@ -54,7 +54,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
@@ -68,7 +68,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
@@ -82,7 +82,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
@@ -96,7 +96,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
@@ -110,7 +110,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
@@ -124,7 +124,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
diff --git a/metadata/xyz.iridiumion.plucklockex.yml b/metadata/xyz.iridiumion.plucklockex.yml
index 0dce740c74..03549966e7 100644
--- a/metadata/xyz.iridiumion.plucklockex.yml
+++ b/metadata/xyz.iridiumion.plucklockex.yml
@@ -9,17 +9,17 @@ IssueTracker: https://github.com/0xFireball/PluckLockEx/issues
AutoName: PluckLockEx
Description: |-
- Lock your phone when snatched. An updated and improved derivative of PluckLock.
+ Lock your phone when snatched. An updated and improved derivative of PluckLock.
- This polls the accelerometer in the background and will lock the phone if the
- sum of all non-gravitational forces ever exceeds the threshold.
+ This polls the accelerometer in the background and will lock the phone if the
+ sum of all non-gravitational forces ever exceeds the threshold.
- PluckLockEx loads immediately into its preferences page, where you can set
- the only preference relevant to the app's operation: the threshold at which the
- phone will lock when it receives an acceleration jolt. The application will run
- in the background, constantly monitoring the accelerometer to determine if the
- phone has been taken from your hand. The app will start itself when you boot
- your phone.
+ PluckLockEx loads immediately into its preferences page, where you can set
+ the only preference relevant to the app's operation: the threshold at which the
+ phone will lock when it receives an acceleration jolt. The application will run
+ in the background, constantly monitoring the accelerometer to determine if the
+ phone has been taken from your hand. The app will start itself when you boot
+ your phone.
RepoType: git
Repo: https://github.com/0xFireball/PluckLockEx.git
diff --git a/metadata/yellr.net.yellr_android.yml b/metadata/yellr.net.yellr_android.yml
index df1ffe6048..1de4e8d2b4 100644
--- a/metadata/yellr.net.yellr_android.yml
+++ b/metadata/yellr.net.yellr_android.yml
@@ -9,8 +9,8 @@ Changelog: https://github.com/hhroc/yellr-android/releases
AutoName: Yellr
Description: |-
- Allows for anyone from the community to provide, free, open, and anonymous
- feedback to published assignments, or whatever is on your mind!
+ Allows for anyone from the community to provide, free, open, and anonymous
+ feedback to published assignments, or whatever is on your mind!
RepoType: git
Repo: https://github.com/hhroc/yellr-android
diff --git a/metadata/yetzio.yetcalc.yml b/metadata/yetzio.yetcalc.yml
index ece2627b3e..aea8c9bc41 100644
--- a/metadata/yetzio.yetcalc.yml
+++ b/metadata/yetzio.yetcalc.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Site to obtain currency exchange data is not libre.
+ NonFreeNet:
+ en-US: Site to obtain currency exchange data is not libre.
Categories:
- Science & Education
License: BSD-3-Clause
diff --git a/metadata/ymakei.vegetarian_journal.yml b/metadata/ymakei.vegetarian_journal.yml
index aae0751bad..ffc5b0e3e6 100644
--- a/metadata/ymakei.vegetarian_journal.yml
+++ b/metadata/ymakei.vegetarian_journal.yml
@@ -1,6 +1,6 @@
AntiFeatures:
- NonFreeNet:
- en-US: Depends on vegjournal.com.
+ NonFreeNet:
+ en-US: Depends on vegjournal.com.
Categories:
- Reading
- Science & Education
@@ -15,8 +15,8 @@ Changelog: https://github.com/ymakei/vegetarian_journal/blob/HEAD/CHANGELOG.md
AutoName: Газета VEGETARIAN
Description: |-
- Приложение позволяет загрузить интересуемые выпуски газеты "VEGETARIAN" на устройства, открыть во внешнем приложении для чтения, и поделиться ссылкой на выпуск.
- https://vegjournal.com/issues
+ Приложение позволяет загрузить интересуемые выпуски газеты "VEGETARIAN" на устройства, открыть во внешнем приложении для чтения, и поделиться ссылкой на выпуск.
+ https://vegjournal.com/issues
RepoType: git
Repo: https://github.com/ymakei/vegetarian_journal
@@ -31,7 +31,7 @@ Builds:
rm:
- ios
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
- { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
+ { output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
build:
- $$flutter$$/bin/flutter config --no-analytics
- $$flutter$$/bin/flutter build apk
diff --git a/metadata/za.co.lukestonehm.logicaldefence.yml b/metadata/za.co.lukestonehm.logicaldefence.yml
index 2b324cd74a..db5c502f55 100644
--- a/metadata/za.co.lukestonehm.logicaldefence.yml
+++ b/metadata/za.co.lukestonehm.logicaldefence.yml
@@ -6,15 +6,15 @@ IssueTracker: https://github.com/LukeStonehm/LogicalDefence/issues
AutoName: Logical Defence
Description: |-
- View a list of logical fallacies. Steel yourselves, and begin to defend your
- mind from the language used against you by the sophists of the world.
+ View a list of logical fallacies. Steel yourselves, and begin to defend your
+ mind from the language used against you by the sophists of the world.
- Some features:
+ Some features:
- * Left drawer that houses categories.
- * Share function -> Long press a fallacy to share it.
- * Nice about screen.
- * Language selection function.
+ * Left drawer that houses categories.
+ * Share function -> Long press a fallacy to share it.
+ * Nice about screen.
+ * Language selection function.
RepoType: git
Repo: https://github.com/LukeStonehm/LogicalDefence
diff --git a/metadata/za.co.neilson.alarm.yml b/metadata/za.co.neilson.alarm.yml
index abda52d80b..cf267228ff 100644
--- a/metadata/za.co.neilson.alarm.yml
+++ b/metadata/za.co.neilson.alarm.yml
@@ -5,8 +5,8 @@ SourceCode: https://github.com/SheldonNeilson/Android-Alarm-Clock
AutoName: Alarm Clock
Description: |-
- A simple alarm clock application that requires that you solve a math problem to
- deactivate the alarm.
+ A simple alarm clock application that requires that you solve a math problem to
+ deactivate the alarm.
Builds:
- versionName: '1.3'
diff --git a/metadata/zame.GloomyDungeons.opensource.game.yml b/metadata/zame.GloomyDungeons.opensource.game.yml
index e7b17f0512..d176d8c3de 100644
--- a/metadata/zame.GloomyDungeons.opensource.game.yml
+++ b/metadata/zame.GloomyDungeons.opensource.game.yml
@@ -12,25 +12,25 @@ IssueTracker: https://github.com/restorer/gloomy-dungeons-3d/issues
Name: Gloomy Dungeons
Description: |-
- If you loved Doom and Wolfenstein 3D and want to go to back to gaming in the
- early 90s, Gloomy Dungeons 3D is for you! The game has so many features that you
- will be glued to your phone for hours. Watch out for sore fingers!
+ If you loved Doom and Wolfenstein 3D and want to go to back to gaming in the
+ early 90s, Gloomy Dungeons 3D is for you! The game has so many features that you
+ will be glued to your phone for hours. Watch out for sore fingers!
- You can change control scheme in settings. There are 6 control schemes. Press
- hardware button "Menu" at any moment, than press "Options" in menu
+ You can change control scheme in settings. There are 6 control schemes. Press
+ hardware button "Menu" at any moment, than press "Options" in menu
- * Virtual world simulation with 3D visuals
- * Different types of enemies
- * Travel through immense graphically detailed mazes
- * More than 5 hours of game play
- * 25 different shooting locations
- * Unlock new weapons, skills and spill more blood
- * Optimized to run even on 1st Gen Android phones
- * All resources are free as in freedom
+ * Virtual world simulation with 3D visuals
+ * Different types of enemies
+ * Travel through immense graphically detailed mazes
+ * More than 5 hours of game play
+ * 25 different shooting locations
+ * Unlock new weapons, skills and spill more blood
+ * Optimized to run even on 1st Gen Android phones
+ * All resources are free as in freedom
- In f-droid.org version Zeemote isn't supported and analytics was removed.
- Non-personalized promo ads (of new games made by EightSines) can be shown on
- menu screen.
+ In f-droid.org version Zeemote isn't supported and analytics was removed.
+ Non-personalized promo ads (of new games made by EightSines) can be shown on
+ menu screen.
RepoType: git
Repo: https://github.com/restorer/gloomy-dungeons-3d
diff --git a/metadata/zen.meditation.android.yml b/metadata/zen.meditation.android.yml
index 6a521f210f..01d59adacb 100644
--- a/metadata/zen.meditation.android.yml
+++ b/metadata/zen.meditation.android.yml
@@ -9,9 +9,9 @@ SourceCode: https://github.com/juankysoriano/Zen
IssueTracker: https://github.com/juankysoriano/Zen/issues
Description: |-
- Paint with your fingers and listen to the relaxing music taking the control of your mind while beautiful flowers are being created by a magical experience.
+ Paint with your fingers and listen to the relaxing music taking the control of your mind while beautiful flowers are being created by a magical experience.
- Just use it for a few minutes and you will feel like a buddhist monk. Nirvana was never so close!
+ Just use it for a few minutes and you will feel like a buddhist monk. Nirvana was never so close!
RepoType: git
Repo: https://github.com/juankysoriano/Zen.git
@@ -36,9 +36,9 @@ Builds:
- sed -i -e '/AnalyticsTracker/d' src/**/*.java
MaintainerNotes: |-
- material-dialogs does not seem to be available on jCenter anymore so we get it from JitPack.
+ material-dialogs does not seem to be available on jCenter anymore so we get it from JitPack.
- We also remove Play Analytics and Crashlytics.
+ We also remove Play Analytics and Crashlytics.
AutoUpdateMode: None
UpdateCheckMode: None