update metadata: website, repo

This commit is contained in:
Adam Pioterek 2018-10-09 13:13:36 +02:00
commit 3f4fb1ea45
No known key found for this signature in database
GPG key ID: 2442E27776E0A578
2547 changed files with 33862 additions and 4680 deletions

View file

@ -33,8 +33,25 @@ lint:
}
- apt-get -qy update
- apt-get -qy install --no-install-recommends exiftool
- exiftool -all= `find metadata/ -name '*.jp*g' -o -name '*.png'`
- find metadata/ -name '*.jp*g' -o -name '*.png' | xargs exiftool -all=
- echo "these images have EXIF that must be stripped:"
- git --no-pager diff --stat
- git --no-pager diff --name-only --exit-code || export EXITVALUE=1
- ./tools/check-keyalias-collision.py || export EXITVALUE=1
- exit $EXITVALUE
pages:
image: ruby:2.3
stage: deploy
only:
- schedules
cache:
paths:
- vendor/ruby
artifacts:
paths:
- public
script:
- rm -rf public
- gem install git_stats
- git_stats generate --silent --out-path=public

View file

@ -90,3 +90,42 @@ to appear in our repository.
* If you haven't tested your build, say so in the merge request.
* Check for CI errors once you have opened your Merge Request
### After You Added Your App
- Once your app metadata is merged, it can take a day or more for the
build system to build the app.
- If you have enabled [auto-updates], F-Droid will build new versions from tags
automatically.
```
Auto Update Mode:Version v%v
Update Check Mode:Tags
```
- You may like to add [localization and screenshots], so users can have a glance
at the app in pictures and in their preferred language.
- You can advertise the download of your app in this app store using the
[official grafic][get-it-on-fdroid].
<img src="https://f-droid.org/badge/get-it-on.png" height="75">
```
<img src="https://f-droid.org/badge/get-it-on.png" height="75">
```
- You can add a badge of your apps F-Droid version from [shields.io].
![](https://img.shields.io/badge/f--droid-v1.0-blue.svg)
```
https://img.shields.io/f-droid/v/APP.ID.svg
```
You can also include a GitHub release badge to know if your version is
up to date.
![Latest Release](https://img.shields.io/badge/release-v1.0-blue.svg?logo=github)
```
https://img.shields.io/github/release/USER/REPO.svg?logo=github
```
[localization and screenshots]: https://fdroid.gitlab.io/fdroid-website/docs/All_About_Descriptions_Graphics_and_Screenshots/
[get-it-on-fdroid]: https://f-droid.org/badge/get-it-on.png
[auto-updates]: https://f-droid.org/en/docs/Build_Metadata_Reference/#Auto-Update-Mode
[shields.io]: https://shields.io/#/examples/version

View file

@ -1,7 +1,8 @@
# F-Droid Data
[![build status](https://gitlab.com/fdroid/fdroiddata/badges/master/build.svg)](https://gitlab.com/fdroid/fdroiddata/builds)
[![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/F-Droid-Data/)
[![build status](https://gitlab.com/fdroid/fdroiddata/badges/master/build.svg)](https://gitlab.com/fdroid/fdroiddata/builds)
[![Liberapay receiving](https://img.shields.io/liberapay/receives/F-Droid-Data.svg)
![Donate](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/F-Droid-Data/)
**[Current Buildserver Activity](https://f-droid.org/wiki/index.php?title=Special:RecentChanges&days=7&from=&hidebots=0&hideanons=1&hideliu=1&limit=500)**
This repository holds general and build information for all the apps on our

View file

@ -1,5 +1,5 @@
Categories:Time
License:GPL-2.0
License:GPL-2.0-only
Web Site:
Source Code:https://github.com/jdmonin/anstop
Issue Tracker:https://github.com/jdmonin/anstop/issues

View file

@ -1,5 +1,5 @@
Categories:Multimedia
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://github.com/jroal/a2dpvolume/blob/HEAD/README.asciidoc
Source Code:https://github.com/jroal/a2dpvolume
Issue Tracker:https://github.com/jroal/a2dpvolume/issues
@ -130,5 +130,5 @@ Build:2.12.9.2,137
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.12.9.4
Current Version Code:139
Current Version:2.12.9.5
Current Version Code:141

View file

@ -1,5 +1,5 @@
Categories:Reading
License:GPL-3.0
License:GPL-3.0-only
Web Site:http://aarddict.org
Source Code:https://github.com/aarddict/android
Issue Tracker:https://github.com/aarddict/android/issues

View file

@ -1,5 +1,5 @@
Categories:Multimedia,Time
License:GPL-3.0
License:GPL-3.0-only
Web Site:
Source Code:https://github.com/andviane/moon
Issue Tracker:https://github.com/andviane/moon/issues

View file

@ -1,5 +1,5 @@
Categories:System
License:GPL-3.0
License:GPL-3.0-only
Web Site:http://ed.am/dev/android/export-contacts
Source Code:http://bzr.ed.am/android/export-contacts
Issue Tracker:http://dev.ed.am/export-contacts

View file

@ -1,5 +1,5 @@
Categories:System
License:GPL-3.0
License:GPL-3.0-only
Web Site:http://ed.am/dev/android/import-contacts
Source Code:http://bzr.ed.am/android/import-contacts
Issue Tracker:http://dev.ed.am/import-contacts

View file

@ -1,5 +1,5 @@
Categories:System
License:GPL-2.0+
License:GPL-2.0-or-later
Web Site:
Source Code:https://github.com/antlersoft/android-vnc-viewer
Issue Tracker:https://github.com/antlersoft/android-vnc-viewer/issues
@ -7,7 +7,11 @@ Issue Tracker:https://github.com/antlersoft/android-vnc-viewer/issues
Auto Name:androidVNC
Summary:VNC (remote desktop) viewer
Description:
A VNC (Virtual Network Computing) client.
A VNC (Virtual Network Computing) client: See and control your computer's
desktop from your device. androidVNC lets you connect to most VNC servers: incl
TightVNC, RealVNC on Win and Linux, x11vnc, and Apple Remote Desktop on OS/X.
Lots of customizable features let you adapt the way your device controls map to
the controls of your desktop.
.
Repo Type:git
@ -19,5 +23,5 @@ Build:0.5.0,13
Auto Update Mode:None
Update Check Mode:RepoManifest/antlersoft
Current Version:0.5.0
Current Version:0.6.0
Current Version Code:13

View file

@ -1,7 +1,7 @@
Categories:Games
License:GPL-3.0
Web Site:https://code.google.com/p/prboom4android
Source Code:https://code.google.com/p/prboom4android/source
License:GPL-3.0-only
Web Site:
Source Code:
Issue Tracker:
Auto Name:PrBoom For Android
@ -20,9 +20,6 @@ You will need a WAD file (Doom game data file) to play, you will be offered to
download one of free WAD files by the game on first run.
.
Repo Type:git-svn
Repo:https://prboom4android.googlecode.com/svn/trunk
Build:1.3.1-beta,31
commit=49
buildjni=yes
@ -31,3 +28,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:1.3.1-beta
Current Version Code:31
No Source Since:1.3.2

View file

@ -1,6 +1,6 @@
Disabled:Prebuilts
Categories:Connectivity
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://code.google.com/p/android-wifi-tether
Source Code:https://code.google.com/p/android-wifi-tether/source
Issue Tracker:

View file

@ -1,5 +1,5 @@
Categories:Graphics
License:GPL-3.0+
License:GPL-3.0-or-later
Web Site:https://github.com/valerio-bozzolan/AcrylicPaint/blob/HEAD/README.md
Source Code:https://github.com/valerio-bozzolan/AcrylicPaint
Issue Tracker:https://github.com/valerio-bozzolan/AcrylicPaint/issues

View file

@ -1,5 +1,5 @@
Categories:Security
License:GPL-2.0+
License:GPL-2.0-or-later
Web Site:http://forum.xda-developers.com/android/apps-games/app-easy-token-source-securid-token-t2805507
Source Code:https://github.com/cernekee/EasyToken
Issue Tracker:https://github.com/cernekee/EasyToken/issues

View file

@ -1,5 +1,5 @@
Categories:Reading
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://librenews.io/
Source Code:https://github.com/milesmcc/LibreNews-Android
Issue Tracker:https://github.com/milesmcc/LibreNews-Android/issues

View file

@ -1,5 +1,5 @@
Categories:Internet
License:GPL-2.0+
License:GPL-2.0-or-later
Web Site:http://forum.xda-developers.com/showthread.php?t=2616121
Source Code:https://github.com/cernekee/ics-openconnect
Issue Tracker:https://github.com/cernekee/ics-openconnect/issues

View file

@ -0,0 +1,62 @@
Categories:Reading
License:GPL-3.0-or-later
Author Name:Paul Hill
Web Site:https://github.com/zikalify/StoicReading
Source Code:https://github.com/zikalify/StoicReading
Issue Tracker:https://github.com/zikalify/StoicReading/issues
Auto Name:Stoic Reading
Summary:Consolidation of Stoic texts
Description:
This app contains texts from Stoics including those of Emperor Marcus Aurelius,
the freed slave Epictetus, and Seneca. It contains other, less well known, Stoic
texts too.
.
Repo Type:git
Repo:https://github.com/zikalify/StoicReading
Build:0.7.1,4
commit=0.7.1
subdir=app
gradle=yes
Build:0.8.0,5
commit=0.8.0
subdir=app
gradle=yes
Build:0.8.2,7
commit=0.8.2
subdir=app
gradle=yes
Build:0.8.3,8
commit=0.8.3
subdir=app
gradle=yes
Build:0.8.5,10
commit=0.8.5
subdir=app
gradle=yes
Build:0.8.6,11
commit=0.8.6
subdir=app
gradle=yes
Build:0.8.7,12
commit=0.8.7
subdir=app
gradle=yes
Build:0.9.0,15
commit=0.9.0
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags ^[0-9.]+$
Current Version:0.9.0
Current Version Code:15

View file

@ -1,8 +1,9 @@
Categories:Writing
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://gitlab.com/Varlorg/uNote
Source Code:https://gitlab.com/Varlorg/uNote/tree/HEAD
Issue Tracker:https://gitlab.com/Varlorg/uNote/issues
Changelog:https://gitlab.com/Varlorg/uNote/tags
Auto Name:uNote
Summary:Lightweight and minimalist notepad
@ -93,7 +94,27 @@ Build:1.4.1,15
subdir=app
gradle=yes
Build:1.4.2,16
commit=v1.4.2
subdir=app
gradle=yes
Build:1.4.3,17
commit=v1.4.3
subdir=app
gradle=yes
Build:1.4.4,18
commit=v1.4.4
subdir=app
gradle=yes
Build:1.5.0,19
commit=v1.5.0
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.4.1
Current Version Code:15
Current Version:1.5.0
Current Version Code:19

View file

@ -0,0 +1,78 @@
Categories:Reading,Internet
License:GPL-3.0-only
Web Site:
Source Code:https://github.com/aminecmi/ReaderforSelfoss
Issue Tracker:https://github.com/aminecmi/ReaderforSelfoss/issues
Auto Name:Reader for Selfoss
Summary:RSS reader for Selfoss
Description:
A new RSS reader for [http://selfoss.aditu.de/ selfoss].
It connects to your selfoss instance (works only with selfoss, and can't work
without it), and you'll be able to read and manage all your RSS feeds.
.
Repo Type:git
Repo:https://github.com/aminecmi/ReaderforSelfoss.git
Build:1618051512-github,1618051512
disable=Could not find com.mikepenz:materialdrawer:6.0.1
commit=v1618051512
subdir=app
gradle=githubConfig
gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
Build:1618071881-github,1618071881
commit=v1618071881
subdir=app
gradle=githubConfig
gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
Build:1618082151-github,1618082151
commit=v1618082151
subdir=app
gradle=githubConfig
gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
Build:1618092531-github,1618092531
commit=v1618092531
subdir=app
gradle=githubConfig
gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
Build:1618092581-github,1618092581
commit=v1618092581
subdir=app
gradle=githubConfig
gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
Build:1618092641-github,1618092641
commit=v1618092641
subdir=app
gradle=githubConfig
gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
Build:1618092681-github,1618092681
commit=v1618092681
subdir=app
gradle=githubConfig
gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
Build:1618092731-github,1618092731
commit=v1618092731
subdir=app
gradle=githubConfig
gradleprops=appLoginUrl="URL",appLoginUsername="LOGIN",appLoginPassword="PASS"
Maintainer Notes:
Version code and name are dynamically generated from the Git tag.
The Gradle properties are added to avoid a Gradle error but they are only used in test builds.
.
Auto Update Mode:Version v%c
Update Check Mode:HTTP
Update Check Data:https://www.amine-bou.fr/version.txt|versionCode=(.*)|.|versionName=(.*)
Current Version:1618092731-github
Current Version Code:1618092731

View file

@ -1,5 +1,5 @@
Categories:Time
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://sites.google.com/site/babycaretimer/
Source Code:https://code.google.com/p/baby-care-timer/source
Issue Tracker:

View file

@ -1,8 +1,8 @@
AntiFeatures:NonFreeAdd
Categories:System
License:GPL-3.0
Web Site:https://sites.google.com/site/notifyapplication
Source Code:https://code.google.com/p/droid-notify/source
License:GPL-3.0-only
Web Site:
Source Code:
Issue Tracker:
Auto Name:Notify Lite
@ -20,9 +20,6 @@ Status: Newer versions have been published by the author but without source
code.
.
Repo Type:git-svn
Repo:https://droid-notify.googlecode.com/svn/trunk
Build:2.20,27
commit=707
srclibs=FacebookSDK@c58af0b
@ -143,3 +140,5 @@ Auto Update Mode:None
Update Check Mode:Static
Current Version:3.29.2
Current Version Code:67
No Source Since:3.29.3

View file

@ -0,0 +1,38 @@
Categories:
- Time
License: MIT
AuthorName: Ilya Ponomarenko
SourceCode: https://github.com/Jizzu/SimpleToDo
IssueTracker: https://github.com/Jizzu/SimpleToDo/issues
Changelog: https://github.com/Jizzu/SimpleToDo/releases
AutoName: Simple ToDo
Summary: To-Do / Task list with beautiful minimalistic design and reminders
Description: |-
''Simple ToDo'' will help manage your daily tasks and don't forget about
important things!
'''Key Features:'''
* Simple ToDo is completely free, doesn't contain built-in purchases and annoying advertising.
* The application is made in the style of material design by Google with smooth and pleasant animations.
* This app has a reminder feature which helps you never forget important things.
* With built-in search, you can easily find any task you need in a couple of seconds.
* Offers backup and restore functionality.
* Drag'n'drop and Swipe to dismiss helps you quick and easily manage all your tasks.
RepoType: git
Repo: https://github.com/Jizzu/SimpleToDo
Builds:
- versionName: '1.1'
versionCode: 5
commit: '1.1'
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: '1.1'
CurrentVersionCode: 5

View file

@ -1,5 +1,5 @@
Categories:Internet
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://github.com/martinchodev/Diaspora-Native-WebApp/blob/HEAD/README.md
Source Code:https://github.com/martinchodev/Diaspora-Native-WebApp
Issue Tracker:https://github.com/martinchodev/Diaspora-Native-WebApp/issues

View file

@ -1,5 +1,5 @@
Categories:Multimedia,Internet
License:GPL-3.0
License:GPL-3.0-only
Web Site:
Source Code:https://github.com/martinchodev/RedPanal-Android-WebApp
Issue Tracker:https://github.com/martinchodev/RedPanal-Android-WebApp/issues

View file

@ -607,11 +607,47 @@ Build:1.83,83
sed -i -e '/rapid.decoder/d' build.gradle && \
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
Build:1.84,84
commit=1.84
subdir=app
gradle=yes
srclibs=RapidDecoder@7cdfca4
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
sed -i -e '/rapid.decoder/d' build.gradle && \
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
Build:1.86,86
commit=1.86
subdir=app
gradle=yes
srclibs=RapidDecoder@7cdfca4
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
sed -i -e '/rapid.decoder/d' build.gradle && \
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
Build:1.89,89
commit=1.89
subdir=app
gradle=fdroid
srclibs=RapidDecoder@7cdfca4
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
sed -i -e '/rapid.decoder/d' -e '/githubImplementation/d' -e '/versionNameSuffix/d' build.gradle && \
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
Build:1.90,90
commit=1.90
subdir=app
gradle=fdroid
srclibs=RapidDecoder@7cdfca4
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
sed -i -e '/rapid.decoder/d' -e '/githubImplementation/d' -e '/versionNameSuffix/d' build.gradle && \
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
Maintainer Notes:
RapidDecoder 0.3.0 is required, but this version is not tagged.
.
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:1.83
Current Version Code:83
Current Version:1.90-fdroid
Current Version Code:90

View file

@ -1,7 +1,7 @@
Categories:Science & Education
License:Apache-2.0
Web Site:https://code.google.com/p/arity-calculator
Source Code:https://code.google.com/p/arity-calculator/source
Web Site:
Source Code:
Issue Tracker:
Auto Name:Arity
@ -11,14 +11,13 @@ Scientific calculator with complex numbers and graphing of user-defined
functions.
.
Repo Type:hg
Repo:https://code.google.com/p/arity-calculator
Build:1.27,27
commit=ad8847de5df0
target=android-8
Auto Update Mode:None
Update Check Mode:Static
Update Check Mode:None
Current Version:1.27
Current Version Code:27
No Source Since:1.28

View file

@ -1,5 +1,5 @@
Categories:Internet
License:GPL-3.0
License:GPL-3.0-only
Author Web Site:https://www.bitfire.at
Web Site:http://cadroid.bitfire.at
Source Code:https://github.com/bitfireAT/cadroid

View file

@ -1,6 +1,6 @@
Disabled:Wait for davdroid-mainline
Categories:Internet
License:GPL-3.0
License:GPL-3.0-only
Web Site:http://mirakel.azapps.de
Source Code:https://github.com/MirakelX/davdroid
Issue Tracker:https://mirakel.atlassian.net/issues

View file

@ -1,11 +1,12 @@
Categories:Internet
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://www.davdroid.com/
Source Code:https://www.davdroid.com/source/
Issue Tracker:https://davdroid.bitfire.at/forums/
Changelog:https://forums.bitfire.at/category/4/davdroid?tag=announcement
Donate:https://www.davdroid.com/donate/
FlattrID:2100160
LiberapayID:14101
Bitcoin:1KSCy7RHztKuhW9fLLaUYqdwdC2iwbejZU
Auto Name:DAVdroid
@ -715,7 +716,91 @@ Build:1.10.1.1-ose,205
submodules=yes
gradle=standard
Build:1.11-ose,213
commit=v1.11-ose
subdir=app
submodules=yes
gradle=standard
Build:1.11.1-ose,214
commit=v1.11.1-ose
subdir=app
submodules=yes
gradle=standard
Build:1.11.2-ose,218
commit=v1.11.2-ose
subdir=app
submodules=yes
gradle=standard
Build:1.11.4-beta4-ose,228
commit=v1.11.4-beta4-ose
subdir=app
submodules=yes
gradle=standard
Build:1.11.4-ose,229
commit=v1.11.4-ose
subdir=app
submodules=yes
gradle=standard
Build:1.11.4.1-ose,231
commit=v1.11.4.1-ose
subdir=app
submodules=yes
gradle=standard
Build:1.11.5-ose,233
commit=v1.11.5-ose
subdir=app
submodules=yes
gradle=standard
Build:1.12-beta1-ose,236
commit=v1.12-beta1-ose
subdir=app
submodules=yes
gradle=standard
Build:1.12-beta3-ose,238
commit=v1.12-beta3-ose
subdir=app
submodules=yes
gradle=standard
Build:2.0-ose,241
commit=v2.0-ose
subdir=app
submodules=yes
gradle=standard
Build:2.0.1-ose,242
commit=v2.0.1-ose
subdir=app
submodules=yes
gradle=standard
Build:2.0.2-ose,243
commit=v2.0.2-ose
subdir=app
submodules=yes
gradle=standard
Build:2.0.3-ose,244
commit=v2.0.3-ose
subdir=app
submodules=yes
gradle=standard
Build:2.0.4-ose,245
commit=v2.0.4-ose
subdir=app
submodules=yes
gradle=standard
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9.]+-ose$
Current Version:1.10.1.1-ose
Current Version Code:205
Current Version:2.0.4-ose
Current Version Code:245

View file

@ -0,0 +1,22 @@
Categories:Phone & SMS,System
License:GPL-3.0-only
Web Site:https://gitlab.com/rfc2822/device-locator
Source Code:https://gitlab.com/rfc2822/device-locator
Issue Tracker:
Changelog:https://gitlab.com/rfc2822/device-locator/tags
Donate:https://gitlab.com/rfc2822/device-locator#donations
Auto Name:Device Locator
Repo Type:git
Repo:https://gitlab.com/rfc2822/device-locator.git
Build:1.2,3
commit=v1.2
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9.]+$
Current Version:1.2
Current Version Code:3

View file

@ -13,6 +13,20 @@ GfxTablet makes it possible to use your device (especially tablets) like a
graphics tablet, sending touch data (including pressure!) to any compatible
(e.g. GNU/Linux) computer. Requires running the uinput driver on your PC (see
website for details).
'''Features:'''
* Draw and Paint in all of your Desktop applications (i.e. GIMP!)
* 10.000 pressure sensitivity levels!
* Navigate the DesktopPC display by hovering it with your Stylus Pen
* Switch to StylusPen only painting (no interruption by your touching the device with your hand)
* Display mapping (your device' screen will be scaled to map your Desktop PC resolution
* Native full-screen drawing mode
* Enhanced grid on your canvas to help with positioning
* Load an image template to your canvas to learn drawing!
* Wireless connection via WiFi
* Low network traffic (3 kB/s)
* Realtime painting!
.
Repo Type:git

View file

@ -1,5 +1,5 @@
Categories:Time
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://icsdroid.bitfire.at/
Source Code:https://icsdroid.bitfire.at/source/
Issue Tracker:https://icsdroid.bitfire.at/forums/
@ -103,7 +103,31 @@ Build:1.5.4,18
submodules=yes
gradle=yes
Build:1.5.5,19
commit=v1.5.5
subdir=app
submodules=yes
gradle=yes
Build:1.5.6,21
commit=v1.5.6
subdir=app
submodules=yes
gradle=yes
Build:1.5.7,22
commit=v1.5.7
subdir=app
submodules=yes
gradle=yes
Build:1.6,24
commit=v1.6
subdir=app
submodules=yes
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.5.4
Current Version Code:18
Current Version:1.6
Current Version Code:24

View file

@ -1,5 +1,5 @@
Categories:Phone & SMS
License:GPL-3.0
License:GPL-3.0-only
Web Site:
Source Code:https://gitlab.com/bitfireAT/NoPhoneSpam/
Issue Tracker:
@ -11,6 +11,25 @@ Auto Name:NoPhoneSpam
Summary:Block unwanted calls
Description:
Block calls from annoying or private numbers on your Android device.
NoPhoneSpam suppresses unwanted calls. Get rid of phone spam and people you
don't want to talk with. Just block them. You can determine if you want to see
that someone called or even block any notification. NoPhoneSpam is focused on
simplicity! It's not cluttered with hundreds of unused features and we don't use
any ads.
'''Features:'''
* Block incoming calls
* Use special syntax to block countries or providers or parts of numbers
* Add, update and delete numbers
* Manage notifications
* Simple logging of numbers
* Block calls with suppressed numbers
NoPhoneSpam is NOT intended as a feature-rich call-spam fighting app, but as a
replacement for Android's missing call blocking feature. If you have Android 6+,
you don't need this app, because call blocking should be supported natively!
.
Repo Type:git

View file

@ -1,5 +1,5 @@
Categories:System
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://code.google.com/p/kolab-android
Source Code:https://gitorious.org/kolab-android/kolab-android
Issue Tracker:

View file

@ -1,5 +1,5 @@
Categories:System
License:GPL-3.0+
License:GPL-3.0-or-later
Web Site:https://bitbucket.org/FlorianSchrofner/swip
Source Code:https://bitbucket.org/FlorianSchrofner/swip/src
Issue Tracker:https://bitbucket.org/FlorianSchrofner/swip/issues
@ -61,5 +61,5 @@ Tags auto-update doesn't work due to gradle settings?
Auto Update Mode:None
Update Check Mode:None
Current Version:0.2.8
Current Version Code:9
Current Version:0
Current Version Code:0

View file

@ -74,7 +74,12 @@ Build:1.4.5,1500150
subdir=app
gradle=yes
Build:1.4.6,1500151
commit=v1.4.6
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.4.5
Current Version Code:1500150
Current Version:1.4.6
Current Version Code:1500151

View file

@ -1,6 +1,6 @@
AntiFeatures:Tracking,UpstreamNonFree
Categories:Reading
License:GPL-3.0+
License:GPL-3.0-or-later
Web Site:http://reader.tomtasche.at
Source Code:https://github.com/TomTasche/OpenDocument.droid
Issue Tracker:https://github.com/TomTasche/OpenDocument.droid/issues

View file

@ -1,5 +1,5 @@
Categories:Science & Education
License:GPL-3.0
License:GPL-3.0-only
Web Site:
Source Code:https://github.com/fmetzger/android-sensorium
Issue Tracker:https://github.com/fmetzger/android-sensorium/issues

View file

@ -0,0 +1,43 @@
Disabled: 'True'
Categories:
- Multimedia
- Connectivity
License: GPL-3.0-or-later
AuthorName: Matthias Weiss and M.A.L.P team
WebSite: https://gitlab.com/matthias-weiss/musicala/blob/HEAD/README.md
SourceCode: https://gitlab.com/matthias-weiss/musicala
IssueTracker: https://gitlab.com/matthias-weiss/musicala/issues
Changelog: https://gitlab.com/matthias-weiss/musicala/blob/HEAD/CHANGELOG.md
AutoName: musicala
Summary: A remote control app for MPD (music player daemon)
RepoType: git
Repo: https://gitlab.com/matthias-weiss/musicala.git
Builds:
- versionName: 0.9.0
versionCode: 1
commit: 0.9.0
subdir: app
gradle:
- yes
- versionName: 0.9.1
versionCode: 2
commit: '2'
subdir: app
gradle:
- yes
- versionName: 0.9.2
versionCode: 3
commit: '3'
subdir: app
gradle:
- yes
AutoUpdateMode: Version %c
UpdateCheckMode: Tags
CurrentVersion: 0.9.2
CurrentVersionCode: 3

View file

@ -1,5 +1,5 @@
Categories:Money
License:GPL-3.0
License:GPL-3.0-only
Web Site:http://johannes.zweng.at
Source Code:https://github.com/johnzweng/bankomatinfos
Issue Tracker:https://github.com/johnzweng/bankomatinfos/issues

View file

@ -1,5 +1,5 @@
Categories:Money
License:GPL-3.0
License:GPL-3.0-only
Web Site:http://johannes.zweng.at
Source Code:https://github.com/johnzweng/bankomatinfos
Issue Tracker:https://github.com/johnzweng/bankomatinfos/issues

View file

@ -1,5 +1,5 @@
Categories:Internet
License:GPL-3.0
License:GPL-3.0-only
Web Site:http://todoer.ir
Source Code:https://github.com/adavari/Todoer
Issue Tracker:https://github.com/adavari/Todoer/issues

View file

@ -1,5 +1,5 @@
Categories:Science & Education,Multimedia
License:GPL-3.0+
License:GPL-3.0-or-later
Web Site:https://gitlab.com/atorresm/NASAImages
Source Code:https://gitlab.com/atorresm/NASAImages/tree/HEAD
Issue Tracker:https://gitlab.com/atorresm/NASAImages/issues

View file

@ -1,5 +1,5 @@
Categories:Games
License:GPL-3.0+
License:GPL-3.0-or-later
Web Site:https://gitlab.com/atorresm/rocket-guardian
Source Code:https://gitlab.com/atorresm/rocket-guardian/tree/HEAD
Issue Tracker:https://gitlab.com/atorresm/rocket-guardian/issues

View file

@ -1,5 +1,5 @@
Categories:Games
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://gitlab.com/atorresm/Starun
Source Code:https://gitlab.com/atorresm/Starun/tree/HEAD
Issue Tracker:https://gitlab.com/atorresm/Starun/issues

View file

@ -1,5 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Internet
License:GPL-3.0+
License:GPL-3.0-or-later
Web Site:http://wallaceit.com.au
Source Code:https://github.com/micwallace/reddinator
Issue Tracker:https://github.com/micwallace/reddinator/issues

View file

@ -1,5 +1,5 @@
Categories:Navigation
License:GPL-3.0+
License:GPL-3.0-or-later
Web Site:https://micolous.github.io/metrodroid
Source Code:https://github.com/micolous/metrodroid
Issue Tracker:https://github.com/micolous/metrodroid/issues
@ -101,5 +101,5 @@ Build:v2.9.32-fdroid,32
Auto Update Mode:None
Update Check Mode:None
Current Version:2.9.32
Current Version Code:32
Current Version:2.9.34
Current Version Code:570

View file

@ -7,7 +7,16 @@ Issue Tracker:https://github.com/alt236/USB-Device-Info---Android/issues
Auto Name:USB Device Info
Summary:List USB Devices
Description:
Allows you to list all attached (host mode) USB devices.
Allows you to list all attached (host mode) USB devices. Information includes:
* The Device class
* The USB device path
* The Vendor ID (VID) and the Product ID (PID)
* A List of all interfaces and their endpoints
If you download the accompanying databases, the application will also be able to
provide you with additional info such as the Vendor of the device (which is not
necessarily the brand!), the vendor's logo and the product name.
.
Repo Type:git

View file

@ -9,6 +9,14 @@ Summary:Get APK files from installed apps
Description:
Extract APKs from your device, even if installed from the Playstore. Root access
is required for paid apps.
* Fast and easy to use.
* Extracts almost all applications, includes system applications.
* ROOT access only required for extracting paid apps.
* Apk's will be saved in /sdcard/Download/Eimon/.
* Provided Search option to search applications.
* Compatible with latest version of Android 6.0
* Saved apk format : AppPackageName.apk.
.
Repo Type:git

View file

@ -1,5 +1,5 @@
Categories:Sports & Health
License:GPL-3.0+
License:GPL-3.0-or-later
Web Site:https://code.google.com/p/droid-dicom-viewer
Source Code:https://code.google.com/p/droid-dicom-viewer/source
Issue Tracker:

View file

@ -1,5 +1,5 @@
Categories:System
License:GPL-3.0+
License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/bparmentier/APKShare
Issue Tracker:https://github.com/bparmentier/APKShare/issues

View file

@ -1,5 +1,5 @@
Categories:Connectivity
License:GPL-3.0+
License:GPL-3.0-or-later
Web Site:
Source Code:https://github.com/bparmentier/DNSSetter
Issue Tracker:https://github.com/bparmentier/DNSSetter/issues

View file

@ -1,5 +1,5 @@
Categories:Navigation
License:GPL-3.0+
License:GPL-3.0-or-later
Web Site:http://openbikesharing.org
Source Code:https://github.com/bparmentier/OpenBikeSharing
Issue Tracker:https://github.com/bparmentier/OpenBikeSharing/issues

View file

@ -1,5 +1,5 @@
Categories:Connectivity
License:GPL-3.0+
License:GPL-3.0-or-later
Web Site:http://wifikeysha.re
Source Code:https://github.com/bparmentier/WiFiKeyShare
Issue Tracker:https://github.com/bparmentier/WiFiKeyShare/issues

View file

@ -1,5 +1,5 @@
Categories:Multimedia
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://github.com/geecko86/QuickLyric/blob/HEAD/README.md
Source Code:https://github.com/geecko86/QuickLyric
Issue Tracker:https://github.com/geecko86/QuickLyric/issues

View file

@ -63,7 +63,49 @@ Build:1.1.5,13
subdir=mobile
gradle=yes
Build:1.1.6,14
commit=1.1.6
subdir=mobile
gradle=yes
Build:1.2.0,15
commit=1.2.0
subdir=mobile
gradle=yes
Build:1.2.1,17
commit=1.2.1
subdir=mobile
gradle=yes
Build:1.3.0,20
commit=1.3.0
subdir=mobile
gradle=yes
Build:1.3.1,21
commit=1.3.1
subdir=mobile
gradle=yes
Build:1.3.2,23
commit=1.3.2
subdir=mobile
gradle=yes
Build:1.3.3,24
disable=crashlytics
commit=1.3.3
subdir=mobile
gradle=yes
Build:2.0.1,101
commit=2.0.1
subdir=mobile
gradle=fdroid,freedom
prebuild=sed -i -e '14,16d' -e '/google-services/d' -e '/io.fabric./d' ../build.gradle
Auto Update Mode:Version %v
Update Check Mode:Tags ^[0-9.]+$
Current Version:1.1.5
Current Version Code:13
Update Check Mode:Tags
Current Version:2.0.1
Current Version Code:101

View file

@ -1,5 +1,5 @@
Categories:System
License:GPL-3.0
License:GPL-3.0-only
Web Site:http://www.norio.be/
Source Code:https://github.com/litrik/be.norio.randomapp
Issue Tracker:https://github.com/litrik/be.norio.randomapp/issues

View file

@ -1,5 +1,5 @@
Categories:Theming
License:GPL-3.0
License:GPL-3.0-only
Web Site:
Source Code:https://github.com/ppareit/Shutdown
Issue Tracker:https://github.com/ppareit/Shutdown/issues

View file

@ -1,5 +1,5 @@
Categories:Connectivity
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://ppareit.github.com/swiftp
Source Code:https://github.com/ppareit/swiftp
Issue Tracker:https://github.com/ppareit/swiftp/issues

View file

@ -1,5 +1,5 @@
Categories:Games
License:GPL-3.0
License:GPL-3.0-only
Web Site:
Source Code:https://github.com/Kent1/Manille
Issue Tracker:https://github.com/Kent1/Manille/issues

View file

@ -1,5 +1,5 @@
Categories:Connectivity
License:GPL-2.0+
License:GPL-2.0-or-later
Web Site:http://www.brambonne.com
Source Code:https://github.com/BramBonne/privacypolice
Issue Tracker:https://github.com/BramBonne/privacypolice/issues

View file

@ -1,5 +1,5 @@
Categories:Sports & Health
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://gitlab.com/tmendes/FoodRestrictions/blob/HEAD/README.md
Source Code:https://gitlab.com/tmendes/FoodRestrictions
Issue Tracker:https://gitlab.com/tmendes/FoodRestrictions/issues
@ -45,5 +45,5 @@ Build:1.0,2
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.0
Current Version Code:2
Current Version:20180801_V3
Current Version Code:3

View file

@ -36,5 +36,5 @@ Build:1.1,5
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.1
Current Version Code:5
Current Version:1.3
Current Version Code:7

View file

@ -1,5 +1,5 @@
Categories:Navigation
License:GPL-3.0
License:GPL-3.0-only
Web Site:http://brouter.de/brouter
Source Code:https://github.com/abrensch/brouter
Issue Tracker:https://github.com/abrensch/brouter/issues
@ -106,6 +106,13 @@ Build:1.4.10,22
prebuild=sed -i -e '79,81d' pom.xml && \
sed -i -e '44,70d' pom.xml
Build:1.4.11,23
commit=6691a0ab5ce48262fec59450e4ea0f6a7aa06feb
subdir=brouter-routing-app
maven=yes@..
prebuild=sed -i -e '79,81d' pom.xml && \
sed -i -e '44,70d' pom.xml
Maintainer Notes:
The sed's remove signing stuff.
.

View file

@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Time
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://github.com/budowski/budoist
Source Code:https://github.com/budowski/budoist
Issue Tracker:https://github.com/budowski/budoist/issues

View file

@ -1,5 +1,5 @@
Categories:Reading
License:GPL-2.0
License:GPL-2.0-only
Author Web Site:http://facebook.com/RidmikLab
Web Site:
Source Code:https://github.com/rafi-kamal/Bangla-Dictionary

View file

@ -1,5 +1,5 @@
Categories:Internet
License:GPL-3.0
License:GPL-3.0-only
Web Site:
Source Code:https://github.com/AliceCA/Overchan-Android
Issue Tracker:https://github.com/AliceCA/Overchan-Android/issues

View file

@ -1,5 +1,5 @@
Categories:Science & Education
License:GPL-3.0
License:GPL-3.0-only
Author Web Site:http://technologiquepark.wordpress.com
Web Site:
Source Code:https://github.com/dillbyrne/Bodha-Converter

View file

@ -1,5 +1,5 @@
Categories:Security
License:GPL-3.0
License:GPL-3.0-only
Author Web Site:http://technologiquepark.wordpress.com
Web Site:
Source Code:https://github.com/dillbyrne/HashPass

View file

@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Internet
License:GPL-3.0
License:GPL-3.0-only
Author Web Site:http://technologiquepark.wordpress.com
Web Site:
Source Code:https://github.com/dillbyrne/PasteeDroid

View file

@ -1,5 +1,5 @@
Categories:Connectivity
License:GPL-3.0
License:GPL-3.0-only
Web Site:
Source Code:https://github.com/pR0Ps/LocationShare
Issue Tracker:https://github.com/pR0Ps/LocationShare/issues
@ -45,7 +45,12 @@ Build:1.2,3
gradle=yes
prebuild=echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable 'ExtraTranslation' } }" >> build.gradle
Build:1.3.1,5
commit=v1.3.1
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.2
Current Version Code:3
Current Version:1.3.1
Current Version Code:5

View file

@ -1,6 +1,6 @@
Disabled:Non-Free
Categories:System
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://pressurenet.io
Source Code:https://github.com/Cbsoftware/pressureNET
Issue Tracker:https://github.com/Cbsoftware/pressureNET/issues

View file

@ -1,5 +1,5 @@
Categories:Sports & Health
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://daryldy.github.com/Heart
Source Code:https://github.com/daryldy/Heart
Issue Tracker:https://github.com/daryldy/Heart/issues

View file

@ -112,5 +112,5 @@ Build:2.5.0,250
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.5.2
Current Version Code:252
Current Version:2.5.5
Current Version Code:255

View file

@ -1,5 +1,5 @@
Categories:System
License:GPL-3.0
License:GPL-3.0-only
Web Site:http://hangar.mimic.ca
Source Code:https://github.com/corcoran/Hangar
Issue Tracker:https://github.com/corcoran/Hangar/issues

View file

@ -32,7 +32,16 @@ Build:1.2,12
gradle=fdroidFlavor
rm=FairphoneHome,FairphoneUpdater,FairphonePeaceOfMind/libs
Auto Update Mode:None
Update Check Mode:RepoManifest
Build:2.1.1,19
commit=v2.1.1
subdir=PeaceOfMind+/app
gradle=yes
srclibs=RootShell@1.6
rm=FairphoneHome,FairphoneUpdater,FairphonePeaceOfMind,PeaceOfMind+/RootShell/RootShell.aar
prebuild=sed -i -e '/maven.fabric.io/d' -e '/io.fabric/d' -e '/RootShell/d' build.gradle && \
cp -fR $$RootShell$$/src/main/java src/main/
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:2.1.1
Current Version Code:19

View file

@ -1,5 +1,5 @@
Categories:Theming,Time
License:GPL-3.0
License:GPL-3.0-only
Web Site:http://rmen.ca
Source Code:https://github.com/caarmen/FRCAndroidWidget
Issue Tracker:https://github.com/caarmen/FRCAndroidWidget/issues
@ -187,6 +187,11 @@ Build:1.18.1,1181
subdir=app
gradle=yes
Build:1.18.2,1182
commit=release-1.18.2
subdir=app
gradle=yes
Maintainer Notes:
Prior to 1.14.0, upstream checked flavor containing Foss name and enabled/disabled wear support. However,
when building with fdroid, we do a `gradle clean` and thus this check failed.
@ -194,5 +199,5 @@ when building with fdroid, we do a `gradle clean` and thus this check failed.
Auto Update Mode:Version release-%v
Update Check Mode:Tags ^release-
Current Version:1.18.1
Current Version Code:1181
Current Version:1.18.2
Current Version Code:1182

View file

@ -217,7 +217,13 @@ Build:1.30.0,13000
init=sed -i '/proprietaryCompile/d' build.gradle
gradle=foss
Build:1.30.1,13001
commit=netmon-1.30.1
subdir=networkmonitor
init=sed -i '/proprietaryCompile/d' build.gradle
gradle=foss
Auto Update Mode:Version netmon-%v
Update Check Mode:Tags ^netmon-
Current Version:1.30.0
Current Version Code:13000
Current Version:1.30.1
Current Version Code:13001

View file

@ -1,5 +1,5 @@
Categories:Writing
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://github.com/caarmen/poet-assistant/blob/HEAD/README.md
Source Code:https://github.com/caarmen/poet-assistant
Issue Tracker:https://github.com/caarmen/poet-assistant/issues
@ -363,7 +363,17 @@ Build:1.26.4,112604
subdir=app
gradle=yes
Build:1.26.5,112605
commit=release-1.26.5
subdir=app
gradle=yes
Build:1.26.6,112606
commit=release-1.26.6
subdir=app
gradle=yes
Auto Update Mode:Version release-%v
Update Check Mode:Tags ^release-
Current Version:1.26.4
Current Version Code:112604
Current Version:1.26.6
Current Version Code:112606

View file

@ -1,5 +1,5 @@
Categories:Time
License:GPL-3.0
License:GPL-3.0-only
Web Site:http://rmen.ca
Source Code:https://github.com/caarmen/scrumchatter
Issue Tracker:https://github.com/caarmen/scrumchatter/issues
@ -130,7 +130,12 @@ Build:1.6.4,10604
subdir=app
gradle=yes
Build:1.6.6,10606
commit=scrumchatter-1.6.6
subdir=app
gradle=yes
Auto Update Mode:Version scrumchatter-%v
Update Check Mode:Tags ^scrumchatter.[0-9][0-9]*\.[0-9][0-9]*\.[0-9][0-9]*
Current Version:1.6.4
Current Version Code:10604
Current Version:1.6.6
Current Version Code:10606

View file

@ -1,5 +1,5 @@
Categories:Games
License:GPL-3.0
License:GPL-3.0-only
Author Web Site:http://www.facebook.com/nounoursbear
Web Site:
Source Code:https://github.com/caarmen/nounours-android

View file

@ -1,5 +1,5 @@
Categories:Phone & SMS
License:GPL-3.0+
License:GPL-3.0-or-later
Web Site:http://robl.co
Source Code:https://github.com/cacafogo/CheckBalanceAndroid
Issue Tracker:https://github.com/cacafogo/CheckBalanceAndroid/issues

View file

@ -1,5 +1,5 @@
Categories:Reading
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://sites.google.com/site/caldwellcode/
Source Code:https://code.google.com/p/bites-android/source
Issue Tracker:

View file

@ -1,7 +1,7 @@
Categories:Writing
License:GPL-3.0
Web Site:https://sites.google.com/site/caldwellcode
Source Code:https://code.google.com/p/trolly/source
License:GPL-3.0-only
Web Site:
Source Code:
Issue Tracker:
Auto Name:Trolly
@ -12,9 +12,6 @@ with no annoying or complicated features. It exposes intent filters to allow
other apps to automatically add items to the shopping list.
.
Repo Type:git-svn
Repo:https://trolly.googlecode.com/svn;trunk=trunk;tags=tags
Build:1.4,6
commit=trolly_1.4
prebuild=mkdir -p src/org/openintents/intents && \
@ -27,5 +24,7 @@ It needs a file from OpenIntents, so let's get it from Subversion...
Auto Update Mode:None
Update Check Mode:Static
Current Version:1.4
Current Version Code:6
Current Version:0
Current Version Code:0
No Source Since:1.5

View file

@ -1,5 +1,5 @@
Categories:Multimedia
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://github.com/jordhi/CineCat/blob/HEAD/README.md
Source Code:https://github.com/jordhi/CineCat
Issue Tracker:https://github.com/jordhi/CineCat/issues

View file

@ -71,7 +71,12 @@ Build:0.3.2,9
subdir=min-cal-widget
gradle=yes
Build:0.3.3,10
commit=v0.3.3
subdir=min-cal-widget
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.3.2
Current Version Code:9
Current Version:0.3.3
Current Version Code:10

View file

@ -1,5 +1,5 @@
Categories:Multimedia
License:GPL-3.0
License:GPL-3.0-only
Web Site:
Source Code:https://bitbucket.org/thomasebell/urecord
Issue Tracker:

View file

@ -0,0 +1,54 @@
Categories:
- Multimedia
License: GPL-3.0-only
WebSite: https://coolmic.net/
SourceCode: https://github.com/CoolMicApp/CoolMicApp-Android
AutoName: Cool Mic
Summary: Icecast source client
Description: |-
''Cool Mic'' is an open source Icecast source client. It livestreams audio
captured by your Android devices microphone or mic in / line in jack. It
can stream to any Icecast server in the open-source audio formats Ogg/Opus
and Ogg/Vorbis. It has many features and a simple, easy to use interface
(see screenshots). Cool Mic aims to be the best way to livestream quality
audio from your smartphone or tablet.
'''Features:'''
* Streams live audio from microphone or mic/line jack to any Icecast 2.x server
* Configurable metadata (Title, Artist) sent to Icecast
* Easy sharing of your unique livestream URL
* Auto-reconnect feature
* Input gain (input volume) slider
* Graphical VU meter with adjustable update interval
* Active listener count (current * peak/max)
* Broadcast length timer
* Supports the open source, patent free Ogg/Opus audio codec
* Supports the open source, patent free Ogg/Vorbis audio codec
* Configurable Opus * Vorbis quality level settings
* Configurable Icecast source username
* Configurable number of audio channels (1/Mono, 2/Stereo)
* Configurable sample rate (8000, 11025, 16000, 22050, 44100, 48000Hz)
* Configurable server port (Under “Connection”, use SERVER:PORT)
* Scan QR Code for auto-configuration
* Allows basic testing by using predefined Cool Mic Test Server configuration (CMTS)
* Prevents screen * Wi-Fi sleep mode during livestream
* Check current Cool Mic -> Android OS permissions
* Simple and easy to use interface
RepoType: git
Repo: https://github.com/CoolMicApp/CoolMicApp-Android
Builds:
- versionName: 1.0.6
versionCode: 10
commit: v1.0.6
subdir: app
submodules: true
gradle:
- yes
AutoUpdateMode: Version v%v
UpdateCheckMode: Tags
CurrentVersion: 1.0.6
CurrentVersionCode: 10

View file

@ -1,5 +1,5 @@
Categories:Navigation,Sports & Health
License:GPL-3.0+
License:GPL-3.0-or-later
Web Site:http://bailu.ch/aat
Source Code:https://github.com/bailuk/AAT
Issue Tracker:https://github.com/bailuk/AAT/issues
@ -9,7 +9,14 @@ Summary:Track your activities
Description:
GPS-tracking application for tracking sportive activities, with emphasis on
cycling. It uses MapsForge to display map tiles and offline maps from the
OpenStreetMap project.
OpenStreetMap project. Features include:
* Display live tracking on different cockpit and map views
* Offline as well as tile based map
* Tile based overlays for displaying cycle and hiking routes
* Integration of Overpass and Nominatim
* Simple GPX editor for quick route planing
* GPS independent altitude information and hill shading
.
Repo Type:git
@ -98,7 +105,22 @@ Build:v1.12-beta,22
subdir=app
gradle=yes
Build:v1.13,23
commit=v1.13
subdir=app
gradle=yes
Build:v1.14,24
commit=v1.14
subdir=app
gradle=yes
Build:v1.14.1,25
commit=v1.14.1
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:v1.12-beta
Current Version Code:22
Current Version:v1.14.1
Current Version Code:25

View file

@ -1,5 +1,5 @@
Categories:Connectivity
License:GPL-3.0
License:GPL-3.0-only
Web Site:
Source Code:https://github.com/adrian-bl/APN-Switch
Issue Tracker:https://github.com/adrian-bl/APN-Switch/issues

View file

@ -1,9 +1,9 @@
Categories:Multimedia
License:GPL-3.0
License:GPL-3.0-only
Web Site:http://vanillamusic.io/
Source Code:https://github.com/vanilla-music/vanilla
Issue Tracker:https://github.com/vanilla-music/vanilla/issues
Changelog:https://cdn.rawgit.com/vanilla-music/vanilla/HEAD/assets/about.html
Changelog:https://cdn.rawgit.com/vanilla-music/vanilla/HEAD/app/src/main/assets/about.html
Auto Name:Vanilla Music
Summary:Listen to and manage songs
@ -184,7 +184,37 @@ Build:1.0.60,10600
subdir=app
gradle=yes
Build:1.0.61,10611
commit=1.0.61
subdir=app
gradle=yes
Build:1.0.62,10620
commit=1.0.62
subdir=app
gradle=yes
Build:1.0.70,10700
commit=1.0.70
subdir=app
gradle=yes
Build:1.0.71,10710
commit=1.0.71
subdir=app
gradle=yes
Build:1.0.72,10720
commit=1.0.72
subdir=app
gradle=yes
Build:1.0.73,10730
commit=1.0.73
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:1.0.60
Current Version Code:10600
Current Version:1.0.73
Current Version Code:10730

View file

@ -1,5 +1,5 @@
Categories:Multimedia
License:GPL-3.0+
License:GPL-3.0-or-later
Web Site:http://www.blinkenlights.ch
Source Code:https://github.com/vanilla-music/vanilla-headphone-detector
Issue Tracker:https://github.com/vanilla-music/vanilla-headphone-detector/issues
@ -32,5 +32,5 @@ Build:1.6,160
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.6
Current Version Code:160
Current Version:1.7
Current Version Code:170

View file

@ -1,5 +1,5 @@
Categories:System
License:GPL-2.0
License:GPL-2.0-only
Web Site:
Source Code:https://github.com/adrian-bl/bl-battstatus-android
Issue Tracker:https://github.com/adrian-bl/bl-battstatus-android/issues

View file

@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Multimedia,Internet
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://github.com/CiTuX/TD/blob/HEAD/README.md
Source Code:https://github.com/CiTuX/TD
Issue Tracker:https://github.com/CiTuX/TD/issues

View file

@ -1,5 +1,5 @@
Categories:Time
License:GPL-3.0+
License:GPL-3.0-or-later
Web Site:https://github.com/arminha/worldclockwidget/blob/HEAD/README.rst
Source Code:https://github.com/arminha/worldclockwidget
Issue Tracker:https://github.com/arminha/worldclockwidget/issues
@ -11,6 +11,17 @@ Description:
Display the local time and current weather conditions in places all over the
world. It comes with two home screen widgets which show weather and time or time
only.
'''Features:'''
* Light weight application. Require less than 1 mb free space.
* Detect your city automatically (upcoming).
* Show local time and weather conditions in more than 4000 places.
* Add your own places: Add a place in the same time zone and change its name and coordinates to your desired location to show the actual weather condition there!
* A compact clock widget, displaying the local time in your favorite locations.
* A widget showing the time and weather, which is re-sizable to show more locations on the home screen.
* Simple and clean UI.
* Customizable widget colors (including transparent background).
.
Repo Type:git

View file

@ -1,6 +1,6 @@
AntiFeatures:UpstreamNonFree
Categories:Theming
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://lawnchair.info/
Source Code:https://github.com/LawnchairLauncher/Lawnchair
Issue Tracker:https://github.com/LawnchairLauncher/Lawnchair/issues
@ -36,7 +36,50 @@ Build:1.1.0.1742,1742
export TRAVIS_BUILD_NUMBER=$$VERCODE$$ && \
gradle assembleRelease
Build:1.1.0.1872,1872
commit=1.1.0.1872
subdir=app
output=build/outputs/apk/release/app-release-unsigned.apk
rm=app/src/main/java/ch/deletescape/lawnchair/weather/AwarenessWeatherAPI.kt
prebuild=git cherry-pick 5d3292f00412c1fc030d5ac41156881dbc1153ac && \
sed -i -e '/play-services-awareness/d' build.gradle && \
sed -i -e '/AwarenessWeatherAPI/d' src/main/java/ch/deletescape/lawnchair/weather/WeatherAPI.kt && \
sed -i -e 's/PREF_WEATHER_PROVIDER_AWARENESS = "1"/PREF_WEATHER_PROVIDER_AWARENESS = "0"/' src/main/java/ch/deletescape/lawnchair/preferences/PreferenceFlags.kt && \
sed -i -e 's/android:defaultValue="1"/android:defaultValue="0"/' src/main/res/xml/launcher_theme_preferences.xml
build=export TRAVIS=true && \
export MAJOR_MINOR=1.1.0 && \
export TRAVIS_BUILD_NUMBER=$$VERCODE$$ && \
gradle assembleRelease
Build:1.2.0.1878,1878
commit=1.2.0.1878
subdir=app
output=build/outputs/apk/release/app-release-unsigned.apk
rm=app/src/main/java/ch/deletescape/lawnchair/weather/AwarenessWeatherAPI.kt
prebuild=sed -i -e '/play-services-awareness/d' build.gradle && \
sed -i -e '/AwarenessWeatherAPI/d' src/main/java/ch/deletescape/lawnchair/weather/WeatherAPI.kt && \
sed -i -e 's/PREF_WEATHER_PROVIDER_AWARENESS = "1"/PREF_WEATHER_PROVIDER_AWARENESS = "0"/' src/main/java/ch/deletescape/lawnchair/preferences/PreferenceFlags.kt && \
sed -i -e 's/android:defaultValue="1"/android:defaultValue="0"/' src/main/res/xml/launcher_theme_preferences.xml
build=export TRAVIS=true && \
export MAJOR_MINOR=1.2.0 && \
export TRAVIS_BUILD_NUMBER=$$VERCODE$$ && \
gradle assembleRelease
Build:1.2.0.1884,1884
commit=1.2.0.1884
subdir=app
output=build/outputs/apk/release/app-release-unsigned.apk
rm=app/src/main/java/ch/deletescape/lawnchair/weather/AwarenessWeatherAPI.kt
prebuild=sed -i -e '/play-services-awareness/d' build.gradle && \
sed -i -e '/AwarenessWeatherAPI/d' src/main/java/ch/deletescape/lawnchair/weather/WeatherAPI.kt && \
sed -i -e 's/PreferenceFlags.PREF_WEATHER_PROVIDER_AWARENESS/"0"/' src/main/java/ch/deletescape/lawnchair/preferences/PreferenceImpl.kt && \
sed -i -e 's/android:defaultValue="1"/android:defaultValue="0"/' src/main/res/xml/launcher_theme_preferences.xml
build=export TRAVIS=true && \
export MAJOR_MINOR=1.2.0 && \
export TRAVIS_BUILD_NUMBER=$$VERCODE$$ && \
gradle assembleRelease
Auto Update Mode:None
Update Check Mode:None
Current Version:1.1.0.1742
Current Version Code:1742
Current Version:1.2.0.1884
Current Version Code:1884

View file

@ -1,5 +1,5 @@
Categories:Internet,Writing
License:GPL-2.0
License:GPL-2.0-only
Web Site:
Source Code:https://github.com/Dissem/Drupal-Editor
Issue Tracker:https://github.com/Dissem/Drupal-Editor/issues

View file

@ -1,5 +1,5 @@
Categories:Development
License:GPL-3.0
License:GPL-3.0-only
Web Site:https://fixme.ch/wiki/Cowsay_for_Android
Source Code:https://github.com/rorist/Cowsay-android
Issue Tracker:https://github.com/rorist/Cowsay-android/issues

View file

@ -1,5 +1,5 @@
Categories:Time
License:GPL-3.0
License:GPL-3.0-only
Web Site:
Source Code:https://github.com/fixme-lausanne/MyHackerspace
Issue Tracker:https://github.com/fixme-lausanne/MyHackerspace/issues

View file

@ -1,5 +1,5 @@
Categories:Science & Education
License:GPL-2.0
License:GPL-2.0-only
Web Site:https://toposuite.hgdev.ch/
Source Code:https://github.com/hgdev-ch/toposuite-android
Issue Tracker:https://github.com/hgdev-ch/toposuite-android/issues

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