Rewritemeta: set mapping indentation to 2

This commit is contained in:
Licaon_Kter 2023-09-08 11:45:57 +00:00
parent 629e9ec9d1
commit ca67f737b8
No known key found for this signature in database
3029 changed files with 25085 additions and 25103 deletions

View file

@ -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

View file

@ -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
<a href="https://github.com/jroal/a2dpvolume/wiki/Manual">manual</a> 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
<a href="https://github.com/jroal/a2dpvolume/wiki/Manual">manual</a> 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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -6,11 +6,11 @@ IssueTracker: https://github.com/amirzaidi/DNGProcessor/issues
AutoName: DNG Processor
Description: |-
<i>DNG Processor</i> 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.
<i>DNG Processor</i> 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

View file

@ -11,22 +11,22 @@ Changelog: https://github.com/amirzaidi/Launcher3/releases
AutoName: Rootless Pixel Launcher
Description: |-
<i>Pixel Launcher</i> 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. <i>Pixel Launcher</i> is focused on simplicity and rock
solid stability.
<i>Pixel Launcher</i> 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. <i>Pixel Launcher</i> 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
<a href="https://github.com/amirzaidi/launcher3magisk/releases">Magisk version</a>.
For Pixel users, there's also a
<a href="https://github.com/amirzaidi/launcher3magisk/releases">Magisk version</a>.
RepoType: git
Repo: https://github.com/amirzaidi/Launcher3.git

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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: |-
<i>eBooks</i> 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.).
<i>eBooks</i> 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.).
<b>Usage:</b>
<b>Usage:</b>
* 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

View file

@ -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/

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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 (<a href="https://github.com/milesmcc/LibreNews-Server">server</a> 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 (<a href="https://github.com/milesmcc/LibreNews-Server">server</a> 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 <a href="https://librenews.io">default server</a> <a href="https://librenews.io/api">API</a>.
You can expect LibreNews to send you about three notifications per day if you
connect to the <a href="https://librenews.io">default server</a> <a href="https://librenews.io/api">API</a>.
RepoType: git
Repo: https://github.com/milesmcc/LibreNews-Android

View file

@ -1,6 +1,6 @@
AntiFeatures:
NonFreeNet:
en-US: Rely on OpenStreetMap.
NonFreeNet:
en-US: Rely on OpenStreetMap.
Categories:
- Navigation
License: GPL-3.0-only

View file

@ -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
* <b>Important</b>: 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
* <b>Important</b>: 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

View file

@ -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 <a href="http://www.infradead.org/openconnect/">OpenConnect Linux package</a>
* 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 <a href="http://www.infradead.org/openconnect/">OpenConnect Linux package</a>
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 (<a href="https://www.openssl.org/">https://www.openssl.org/</a>).
This product includes software developed by the OpenSSL Project for use in the
OpenSSL Toolkit (<a href="https://www.openssl.org/">https://www.openssl.org/</a>).
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

View file

@ -8,10 +8,10 @@ Changelog: https://github.com/zikalify/StoicReading/releases
AutoName: Stoic Reading
Description: |-
<b>Note:</b> 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.
<b>Note:</b> 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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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'

View file

@ -8,17 +8,17 @@ Changelog: https://github.com/Jizzu/SimpleToDo/releases
AutoName: To-Do
Description: |-
<i>Simple ToDo</i> will help manage your daily tasks and don't forget about
important things!
<i>Simple ToDo</i> will help manage your daily tasks and don't forget about
important things!
<b>Key Features:</b>
<b>Key Features:</b>
* 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

View file

@ -8,10 +8,10 @@ Changelog: https://trello.com/b/8z6gzo05/diaspora-native-webapp
AutoName: Diaspora Native WebApp
Summary: Diaspora client
Description: |-
<b>Warning:</b> This app has been discontinued in favor of
https://f-droid.org/packages/com.github.dfa.diaspora_android.
<b>Warning:</b> 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

View file

@ -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

View file

@ -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

View file

@ -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'

View file

@ -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
<a href="https://code.google.com/p/android/issues/detail?id=67038">https://code.google.com/p/android/issues/detail?id=67038</a>.
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
<a href="https://code.google.com/p/android/issues/detail?id=67038">https://code.google.com/p/android/issues/detail?id=67038</a>.
Builds:
- versionName: '0.1'

View file

@ -10,26 +10,26 @@ Bitcoin: 1KSCy7RHztKuhW9fLLaUYqdwdC2iwbejZU
AutoName: GfxTablet
Description: |-
<b>NOTE:</b> This app is no longer maintained.
<b>NOTE:</b> 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).
<b>Features:</b>
<b>Features:</b>
* 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

View file

@ -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.
<b>Features:</b>
<b>Features:</b>
* 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

View file

@ -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: <b>Currently, this is a developer preview.</b> The project can eat all
your data. (Calendar sync probably only works for Android 4 on 0.9.5-ICS).
Status: <b>Currently, this is a developer preview.</b> 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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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
<a href="https://crowdin.com/project/rxdroid">crowdin.com</a>!
Help with translating RxDroid to your language at
<a href="https://crowdin.com/project/rxdroid">crowdin.com</a>!
RepoType: git
Repo: https://github.com/jclehner/rxdroid.git

View file

@ -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.
<a href="https://linuxtage.at/">Grazer Linuxtage</a>
<a href="https://linuxtage.at/">Grazer Linuxtage</a>
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

View file

@ -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

View file

@ -10,26 +10,26 @@ Changelog: https://github.com/tacticalDevC/PanicTrigger/releases
AutoName: PanicTrigger
Description: |-
<b>NOTE:</b> App repo is archived by dev. No longer maintained.
<b>NOTE:</b> 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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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 <a href="http://en.wikipedia.org/wiki/X_Window_System">X11</a> 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
<a href="https://web.archive.org/web/20141008132408/http://j05hyyy.blogspot.ca/2012_09_01_archive.html">this blog</a>
X Server, allowing you to display <a href="http://en.wikipedia.org/wiki/X_Window_System">X11</a> 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
<a href="https://web.archive.org/web/20141008132408/http://j05hyyy.blogspot.ca/2012_09_01_archive.html">this blog</a>
RepoType: git
Repo: https://github.com/mattkwan/android-xserver

View file

@ -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

View file

@ -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

View file

@ -9,17 +9,17 @@ IssueTracker: https://gitlab.com/AwaisKing/Instagrabber/issues
AutoName: InstaGrabber
Description: |-
[NOTE: this app is discontinued, use <a href="https://f-droid.org/en/packages/me.austinhuang.instagrabber/">the maintained fork</a> instead]
[NOTE: this app is discontinued, use <a href="https://f-droid.org/en/packages/me.austinhuang.instagrabber/">the maintained fork</a> 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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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'

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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 <a href="http://api.citybik.es/v2/">CityBikes</a> API.
Data is retrieved from the <a href="http://api.citybik.es/v2/">CityBikes</a> API.
<a href="https://f-droid.org/packages/fr.fdesousa.bikesharinghub/">BikeSharingHub</a> is the continuation of this app.
<a href="https://f-droid.org/packages/fr.fdesousa.bikesharinghub/">BikeSharingHub</a> 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

View file

@ -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.
<b>Important note</b>
<b>Important note</b>
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. <i>However</i>, 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. <i>However</i>, the
passwords will automatically be retrieved if WiFiKeyShare is given root access.
RepoType: git
Repo: https://github.com/bparmentier/WiFiKeyShare

View file

@ -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.]+$

View file

@ -10,27 +10,27 @@ Changelog: https://github.com/cbeyls/fosdem-companion-android/releases
AutoName: FOSDEM Companion
Description: |-
Advanced schedule browser for the <a href="https://fosdem.org/">FOSDEM</a> conference in
Brussels, Belgium. Download the most recent schedule and browse it offline.
Advanced schedule browser for the <a href="https://fosdem.org/">FOSDEM</a> 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

View file

@ -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

View file

@ -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 <i>this</i> 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 <i>this</i> 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

View file

@ -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

View file

@ -11,21 +11,21 @@ FlattrID: e0ggg2
AutoName: VPN Hotspot
Description: |-
<b>Note:</b> This app won't be updated. Please use
https://f-droid.org/packages/be.mygod.vpnhotspot.foss instead.
<b>Note:</b> 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

View file

@ -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? <i>Random App</i> 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? <i>Random App</i> 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

View file

@ -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@<bool name="emulate_shutdowns">true</bool>@<bool name="emulate_shutdowns">false</bool>@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@<bool name="emulate_shutdowns">true</bool>@<bool name="emulate_shutdowns">false</bool>@g'
res/values/bools.xml
res/values/bools.xml
AutoUpdateMode: None
UpdateCheckMode: Tags

View file

@ -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.

View file

@ -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

View file

@ -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

View file

@ -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
<a href="https://brambonne.com/docs/bonne14sasquatchprivacypolice.pdf">short one</a> and
<a href="https://brambonne.com/docs/bonne14sasquatch.pdf">long version</a>.
Further details are discussed in two papers, a
<a href="https://brambonne.com/docs/bonne14sasquatchprivacypolice.pdf">short one</a> and
<a href="https://brambonne.com/docs/bonne14sasquatch.pdf">long version</a>.
RepoType: git
Repo: https://github.com/BramBonne/privacypolice

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -7,9 +7,9 @@ IssueTracker: https://github.com/danielgimenes/NasaPic/issues
AutoName: NasaPic
Summary: Set astronomy wallpapers
Description: |-
<b>NOTE:</b> This app is no longer maintained.
<b>NOTE:</b> 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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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 <a href="http://brouter.de/brouter/">website</a> 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 <a href="http://brouter.de/brouter/">website</a> 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

View file

@ -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
<a href="http://www.bengalinux.org/english-to-bengali-dictionary/about.htm">here</a>.
Based on ankur.org's database. More info
<a href="http://www.bengalinux.org/english-to-bengali-dictionary/about.htm">here</a>.
RepoType: git
Repo: https://github.com/rafi-kamal/Bangla-Dictionary.git

View file

@ -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'

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -9,13 +9,13 @@ IssueTracker: https://github.com/ClassicDIY/ClassicMonitor/issues
Name: MidniteSolar Classic Monitor
AutoName: Classic
Description: |-
Unofficial status monitor for <a href="http://www.midnitesolar.com/">Midnite solar</a>'s
Classic 150, 200, 250 Charge Controller. It is a Read Only Program, it does not
write to the Classic.
Unofficial status monitor for <a href="http://www.midnitesolar.com/">Midnite solar</a>'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

View file

@ -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

Some files were not shown because too many files have changed in this diff Show more