Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Jaussoin Timothée 2017-01-09 22:23:31 +01:00
commit 572117f4c2
2137 changed files with 31039 additions and 4286 deletions

View file

@ -1,4 +1,4 @@
image: mvdan/fdroid-ci:base-20160512
image: fdroid/ci:base-20161223
before_script:
- rm -rf fdroidserver

View file

@ -1,6 +1,6 @@
# F-Droid Data
[![build status](https://gitlab.com/fdroid/fdroiddata/badges/HEAD/build.svg)](https://gitlab.com/fdroid/fdroiddata/builds)
[![build status](https://gitlab.com/fdroid/fdroiddata/badges/master/build.svg)](https://gitlab.com/fdroid/fdroiddata/builds)
This repository holds general and build information for all the apps on our
main repo on f-droid.org.
@ -13,8 +13,9 @@ use it directly from master:
git clone https://gitlab.com/fdroid/fdroidserver.git
export PATH="$PATH:$PWD/fdroidserver"
Enter your fdroiddata clone:
Clone fdroiddata (or your fork) and enter it:
git clone https://gitlab.com/fdroid/fdroiddata.git
cd fdroiddata
An empty config file should work for most setups:

View file

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
set -o errexit
set -o nounset
@ -7,4 +7,8 @@ set -o pipefail
# Redirect output to stderr.
exec 1>&2
fdroid lint -f
apps="$(git diff --cached --name-only --diff-filter=ACM | sed -n 's@metadata/\(.*\).txt@\1@p')"
if [[ -n "$apps" ]]; then
fdroid lint -f $apps
fi

View file

@ -1,8 +1,8 @@
Categories:Time
License:GPLv2
Web Site:https://code.google.com/p/anstop
Source Code:https://code.google.com/p/anstop/source
Issue Tracker:
License:GPL-2.0
Web Site:
Source Code:https://github.com/jdmonin/anstop
Issue Tracker:https://github.com/jdmonin/anstop/issues
Auto Name:Anstop
Summary:A simple stopwatch
@ -11,8 +11,8 @@ 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.
.
Repo Type:git-svn
Repo:https://anstop.googlecode.com/svn;trunk=trunk;tags=tags
Repo Type:git
Repo:https://github.com/jdmonin/anstop
Build:1.4,9
commit=v1.4

View file

@ -1,7 +1,7 @@
Categories:Navigation
License:PublicDomain
Web Site:
Source Code:http://sourceforge.net/projects/androidspeedo
Web Site:https://sourceforge.net/projects/androidspeedo
Source Code:https://sourceforge.net/p/androidspeedo/code
Issue Tracker:
Auto Name:Speedo

View file

@ -1,5 +1,5 @@
Categories:Multimedia
License:GPLv3
License:GPL-3.0
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
@ -75,7 +75,36 @@ Build:2.11.13,126
patch=gradle.patch
gradle=yes
Build:2.12.4,130
disable=old failing build
commit=faace8e5b53c5ca2f13a2c972971a4c4ce655f83
subdir=app
patch=gradle.patch
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
Build:2.12.5,131
commit=9c31879ec4fa5c1062d19e5d9e6ec485bea6500f
subdir=app
patch=gradle.patch
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
Build:2.12.7,133
commit=7747d7fe945e925befa5af403b99a34a446b49e8
subdir=app
patch=gradle.patch
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
Build:2.12.8,134
commit=80f5f24ad100c23b4acd6d37870864d4edb7d70e
subdir=app
patch=gradle.patch
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
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.12.1
Current Version Code:127
Current Version:2.12.8
Current Version Code:134

View file

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

View file

@ -1,5 +1,5 @@
Categories:Internet
License:Apache2
License:Apache-2.0
Web Site:
Source Code:https://github.com/anthonycr/Lightning-Browser
Issue Tracker:https://github.com/anthonycr/Lightning-Browser/issues

View file

@ -1,5 +1,5 @@
Categories:Internet
License:MPL2
License:MPL-2.0
Web Site:http://acrdevelopment.org
Source Code:https://github.com/anthonycr/Lightning-Browser
Issue Tracker:https://github.com/anthonycr/Lightning-Browser/issues
@ -82,7 +82,21 @@ Build:4.3.3,88
gradle=lightningPlus
scanignore=external/netcipher/libnetcipher/external/pinning/res/raw/cacerts
Build:4.4.0,89
commit=v4.4.0
subdir=app
submodules=yes
gradle=lightningPlus
scanignore=external/netcipher/libnetcipher/external/pinning/res/raw/cacerts
Build:4.4.1,90
commit=v4.4.1
subdir=app
submodules=yes
gradle=lightningPlus
scanignore=external/netcipher/libnetcipher/external/pinning/res/raw/cacerts
Auto Update Mode:None
Update Check Mode:Tags
Current Version:4.3.3
Current Version Code:88
Current Version:4.4.1
Current Version Code:90

View file

@ -1,5 +1,5 @@
Categories:Multimedia,Time
License:GPLv3
License:GPL-3.0
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:GPLv3
License:GPL-3.0
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:GPLv3
License:GPL-3.0
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:Connectivity
License:Apache2
License:Apache-2.0
Web Site:
Source Code:https://github.com/andraus/BluetoothHidEmu
Issue Tracker:https://github.com/andraus/BluetoothHidEmu/issues

View file

@ -1,8 +1,8 @@
Categories:System
License:GPLv2+
Web Site:https://code.google.com/p/android-vnc-viewer
Source Code:https://code.google.com/p/android-vnc-viewer/source
Issue Tracker:
License:GPL-2.0+
Web Site:
Source Code:https://github.com/antlersoft/android-vnc-viewer
Issue Tracker:https://github.com/antlersoft/android-vnc-viewer/issues
Auto Name:androidVNC
Summary:VNC (remote desktop) viewer
@ -10,14 +10,14 @@ Description:
A VNC (Virtual Network Computing) client.
.
Repo Type:git-svn
Repo:https://android-vnc-viewer.googlecode.com/svn/branches/antlersoft
Repo Type:git
Repo:https://github.com/antlersoft/android-vnc-viewer
Build:0.5.0,13
commit=197
subdir=androidVNC
Auto Update Mode:None
Update Check Mode:RepoManifest
Update Check Mode:RepoManifest/antlersoft
Current Version:0.5.0
Current Version Code:13

View file

@ -1,5 +1,5 @@
Categories:Games
License:GPLv3
License:GPL-3.0
Web Site:https://code.google.com/p/prboom4android
Source Code:https://code.google.com/p/prboom4android/source
Issue Tracker:

View file

@ -1,6 +1,6 @@
Disabled:Prebuilts
Categories:Connectivity
License:GPLv3
License:GPL-3.0
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:GPLv3+
License:GPL-3.0+
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
@ -40,7 +40,12 @@ Build:2.1.4,14
gradle=yes
prebuild=echo -e 'android { lintOptions { abortOnError false } }' >> build.gradle
Build:2.2.0,15
commit=ffa88e06780133e80cefbe7e3d592773bba7ff77
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.1.4
Current Version Code:14
Current Version:2.2.0
Current Version Code:15

View file

@ -0,0 +1,32 @@
Categories:System
License:Apache-2.0
Web Site:https://github.com/CosimoSguanci/Material-File-Manager/blob/HEAD/README.md
Source Code:https://github.com/CosimoSguanci/Material-File-Manager
Issue Tracker:https://github.com/CosimoSguanci/Material-File-Manager/issues
Auto Name:Material File Manager
Summary:Manage your local files
Description:
Simple file manager.
.
Repo Type:git
Repo:https://github.com/CosimoSguanci/Material-File-Manager
Build:1.5,4
disable=https://github.com/CosimoSguanci/Material-File-Manager/issues/3
commit=0a966006ce939725d8e7cc236fdaadaa26d8677d
subdir=app
gradle=yes
srclibs=CommonsIO@2.5
rm=app/libs/*
prebuild=sed -i -e '/compile files/d' -e '/play-services/d' -e '/dependencies/acompile "net.lingala.zip4j:zip4j:1.3.2"' build.gradle && \
pushd $$CommonsIO$$ && \
$$MVN3$$ package && \
popd && \
cp $$CommonsIO$$/target/commons-io-2.5.jar libs/
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.5
Current Version Code:4

View file

@ -1,5 +1,5 @@
Categories:Security
License:GPLv2+
License:GPL-2.0+
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:Internet
License:GPLv2+
License:GPL-2.0+
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

@ -1,5 +1,5 @@
Categories:Writing
License:GPLv3
License:GPL-3.0
Web Site:https://gitlab.com/Varlorg/uNote
Source Code:https://gitlab.com/Varlorg/uNote/tree/HEAD
Issue Tracker:https://gitlab.com/Varlorg/uNote/issues
@ -53,7 +53,12 @@ Build:1.1.4,6
subdir=app
gradle=yes
Build:1.1.5,7
commit=v1.1.5
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.1.4
Current Version Code:6
Current Version:1.1.5
Current Version Code:7

View file

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

View file

@ -1,6 +1,6 @@
AntiFeatures:NonFreeAdd
Categories:System
License:GPLv3
License:GPL-3.0
Web Site:https://code.google.com/p/droid-notify
Source Code:https://code.google.com/p/droid-notify/source
Issue Tracker:

View file

@ -0,0 +1,24 @@
Categories:System,Internet
License:MIT
Web Site:
Source Code:https://github.com/queler/sharetobrowser
Issue Tracker:https://github.com/queler/sharetobrowser/issues
Auto Name:ShareToBrowser
Summary:View in different browser via the share function
Description:
v1.0 Hopefull this is simple and all that needs to be done.
.
Repo Type:git
Repo:https://github.com/queler/sharetobrowser
Build:1.0,1
commit=v1.0
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:1.0
Current Version Code:1

View file

@ -1,5 +1,5 @@
Categories:Internet
License:GPLv3
License:GPL-3.0
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
@ -108,7 +108,8 @@ Build:1.8.3,23
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Archive Policy:0 versions
Auto Update Mode:None
Update Check Mode:None
Current Version:1.8.3
Current Version Code:23

View file

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

View file

@ -333,7 +333,79 @@ Build:1.49,49
sed -i -e '/rapid.decoder/g' build.gradle && \
sed -i -e '/maven {/,+2d' ../build.gradle
Build:1.50,50
commit=1.50
subdir=app
gradle=yes
srclibs=RapidDecoder@0.2.7
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
sed -i -e '/rapid.decoder/g' build.gradle && \
sed -i -e '/maven {/,+2d' ../build.gradle
Build:1.51,51
commit=1.51
subdir=app
gradle=yes
srclibs=RapidDecoder@0.2.7
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
sed -i -e '/rapid.decoder/g' build.gradle && \
sed -i -e '/maven {/,+2d' ../build.gradle
Build:1.52,52
commit=1.52
subdir=app
gradle=yes
srclibs=RapidDecoder@0.2.7
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
sed -i -e '/rapid.decoder/g' build.gradle && \
sed -i -e '/maven {/,+2d' ../build.gradle
Build:1.53,53
commit=1.53
subdir=app
gradle=yes
srclibs=RapidDecoder@0.2.7
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
sed -i -e '/rapid.decoder/g' build.gradle && \
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
Build:1.54,54
commit=1.54
subdir=app
gradle=yes
srclibs=RapidDecoder@0.2.7
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
sed -i -e '/rapid.decoder/g' build.gradle && \
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
Build:1.55,55
commit=1.55
subdir=app
gradle=yes
srclibs=RapidDecoder@0.2.7
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
sed -i -e '/rapid.decoder/g' build.gradle && \
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
Build:1.56,56
commit=1.56
subdir=app
gradle=yes
srclibs=RapidDecoder@0.2.7
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
sed -i -e '/rapid.decoder/g' build.gradle && \
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
Build:1.57,57
commit=1.57
subdir=app
gradle=yes
srclibs=RapidDecoder@0.2.7
prebuild=cp -fR $$RapidDecoder$$/library/src/main/java/rapid src/main/java/ && \
sed -i -e '/rapid.decoder/g' build.gradle && \
sed -i -e 's@https://github.com/suckgamony/RapidDecoder/raw/master/repository@https://jitpack.io@g' ../build.gradle
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:1.49
Current Version Code:49
Current Version:1.57
Current Version Code:57

View file

@ -1,5 +1,5 @@
Categories:Science & Education
License:Apache2
License:Apache-2.0
Web Site:https://code.google.com/p/arity-calculator
Source Code:https://code.google.com/p/arity-calculator/source
Issue Tracker:

View file

@ -1,5 +1,5 @@
Categories:Internet
License:GPLv3
License:GPL-3.0
Web Site:http://cadroid.bitfire.at/#donations
Source Code:https://github.com/bitfireAT/cadroid
Issue Tracker:https://github.com/bitfireAT/cadroid/issues

View file

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

View file

@ -1,5 +1,5 @@
Categories:Internet
License:GPLv3
License:GPL-3.0
Web Site:https://davdroid.bitfire.at/
Source Code:https://davdroid.bitfire.at/source/
Issue Tracker:https://davdroid.bitfire.at/forums/
@ -9,11 +9,11 @@ FlattrID:2100160
Bitcoin:1KSCy7RHztKuhW9fLLaUYqdwdC2iwbejZU
Auto Name:DAVdroid
Summary:Contacts and Calendar sync
Summary:Sync contacts and calendars
Description:
DAVdroid is a CalDAV/CardDAV synchronisation adapter for Android 4+ devices.
Use it with your own server (like [https://owncloud.org/ OwnCloud],
Use it with your own server (like [https://nextcloud.com/ Nextcloud],
[http://baikal-server.com/ Baïkal], [http://www.davical.org/ DAViCal] or
[http://radicale.org/ radiCALe]) or with a trusted hoster to keep your contacts
and events under your control.
@ -353,7 +353,127 @@ Build:1.0.8,99
submodules=yes
gradle=yes
Auto Update Mode:Version v%v
Build:1.0.9,100
commit=v1.0.9
subdir=app
submodules=yes
gradle=yes
Build:1.0.9.1,101
commit=v1.0.9.1
subdir=app
submodules=yes
gradle=yes
Build:1.0.9.2,102
commit=v1.0.9.2
subdir=app
submodules=yes
gradle=yes
Build:1.1,103
commit=v1.1
subdir=app
submodules=yes
gradle=yes
Build:1.1.1,104
commit=v1.1.1
subdir=app
submodules=yes
gradle=yes
Build:1.1.1.1,105
commit=v1.1.1.1
subdir=app
submodules=yes
gradle=yes
Build:1.1.1.2,107
commit=v1.1.1.2
subdir=app
submodules=yes
gradle=standard
Build:1.2,109
commit=v1.2
subdir=app
submodules=yes
gradle=standard
Build:1.2.1-ose,110
commit=v1.2.1
subdir=app
submodules=yes
gradle=standard
Build:1.2.2-ose,111
commit=v1.2.2
subdir=app
submodules=yes
gradle=standard
Build:1.2.3-ose,112
commit=v1.2.3
subdir=app
submodules=yes
gradle=standard
Build:1.3-ose,114
commit=v1.3
subdir=app
submodules=yes
gradle=standard
Build:1.3.1-ose,116
commit=v1.3.1
subdir=app
submodules=yes
gradle=standard
Build:1.3.2.2-ose,120
commit=v1.3.2.2
subdir=app
submodules=yes
gradle=standard
Build:1.3.3-ose,123
commit=v1.3.3-hopefullybuildsnow
subdir=app
submodules=yes
gradle=standard
Build:1.3.3.1-ose,125
commit=v1.3.3.1
subdir=app
submodules=yes
gradle=standard
Build:1.3.4-ose,127
commit=v1.3.4
subdir=app
submodules=yes
gradle=standard
Build:1.3.4.1-ose,128
commit=v1.3.4.1
subdir=app
submodules=yes
gradle=standard
Build:1.3.5-ose,130
commit=v1.3.5
subdir=app
submodules=yes
gradle=standard
Build:1.3.6-ose,131
commit=v1.3.6
subdir=app
submodules=yes
gradle=standard
Auto Update Mode:None
Update Check Mode:Tags ^v[0-9.]*$
Current Version:1.0.8
Current Version Code:99
Current Version:1.3.6-ose
Current Version Code:131

View file

@ -1,4 +1,4 @@
Categories:Multimedia
Categories:Graphics
License:MIT
Web Site:https://rfc2822.github.io/GfxTablet/
Source Code:https://github.com/rfc2822/GfxTablet

View file

@ -1,5 +1,5 @@
Categories:Time
License:GPLv3
License:GPL-3.0
Web Site:https://icsdroid.bitfire.at/
Source Code:https://icsdroid.bitfire.at/source/
Issue Tracker:https://icsdroid.bitfire.at/forums/

View file

@ -0,0 +1,37 @@
Categories:Phone & SMS
License:GPL-3.0
Web Site:
Source Code:https://gitlab.com/bitfireAT/NoPhoneSpam/
Issue Tracker:
Changelog:https://gitlab.com/bitfireAT/NoPhoneSpam/tags
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ZT8F5NRCBDB2C&lc=AT&item_name=NoPhoneSpam&no_shipping=1&currency_code=EUR
Bitcoin:1KSCy7RHztKuhW9fLLaUYqdwdC2iwbejZU
Auto Name:NoPhoneSpam
Summary:Block unwanted calls
Description:
Block calls from annoying or private numbers on your Android device.
.
Repo Type:git
Repo:https://gitlab.com/bitfireAT/NoPhoneSpam.git
Build:0.1,1
commit=v0.1
subdir=app
gradle=yes
Build:0.2,2
commit=v0.2
subdir=app
gradle=yes
Build:0.2.1,3
commit=v0.2.1
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags ^v[0-9.]*$
Current Version:0.2.1
Current Version Code:3

View file

@ -1,5 +1,5 @@
Categories:System
License:GPLv3
License:GPL-3.0
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:GPLv3+
License:GPL-3.0+
Web Site:https://bitbucket.org/FlorianSchrofner/swip
Source Code:https://bitbucket.org/FlorianSchrofner/swip/src
Issue Tracker:https://bitbucket.org/FlorianSchrofner/swip/issues

View file

@ -1,5 +1,5 @@
Categories:Science & Education,Time
License:Apache2
Categories:Time
License:Apache-2.0
Web Site:
Source Code:https://github.com/linuxtage/glt-companion
Issue Tracker:https://github.com/linuxtage/glt-companion/issues
@ -59,7 +59,12 @@ Build:1.2.0,10
subdir=app
gradle=yes
Build:1.3.8,700138
commit=v1.3.8
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.2.0
Current Version Code:10
Current Version:1.3.8
Current Version Code:700138

View file

@ -1,5 +1,5 @@
Categories:Multimedia
License:Apache2
License:Apache-2.0
Web Site:https://plus.google.com/communities/106486569778358341271
Source Code:https://github.com/mauimauer/cheapcast
Issue Tracker:https://github.com/mauimauer/cheapcast/issues

View file

@ -1,6 +1,6 @@
AntiFeatures:Tracking,UpstreamNonFree
Categories:Reading
License:GPLv3+
License:GPL-3.0+
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:GPLv3
License:GPL-3.0
Web Site:
Source Code:https://github.com/fmetzger/android-sensorium
Issue Tracker:https://github.com/fmetzger/android-sensorium/issues

View file

@ -1,5 +1,5 @@
Categories:Money
License:GPLv3
License:GPL-3.0
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:GPLv3
License:GPL-3.0
Web Site:http://johannes.zweng.at
Source Code:https://github.com/johnzweng/bankomatinfos
Issue Tracker:https://github.com/johnzweng/bankomatinfos/issues

View file

@ -0,0 +1,26 @@
Categories:Internet
License:GPL-3.0
Web Site:http://todoer.ir
Source Code:https://github.com/adavari/Todoer
Issue Tracker:https://github.com/adavari/Todoer/issues
Auto Name:Todoer
Summary:Simple todo list
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
.
Repo Type:git
Repo:https://github.com/adavari/Todoer
Build:1.0,1
commit=f800c5e03e21e0b564c44bbd4c15602ec305d807
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:None
Current Version:1.0
Current Version Code:1

View file

@ -0,0 +1,27 @@
Categories:Games
License:GPL-3.0
Web Site:https://gitlab.com/AntonioTorresM/Starun
Source Code:https://gitlab.com/AntonioTorresM/Starun/tree/HEAD
Issue Tracker:https://gitlab.com/AntonioTorresM/Starun/issues
Changelog:https://gitlab.com/AntonioTorresM/Starun/blob/HEAD/CHANGELOG
Auto Name:Starun
Summary:Follow a cute star's travel
Description:
Starun is a simple game about a cute, little star that must avoid asteroids in
order to reach its destination.
.
Repo Type:git
Repo:https://gitlab.com/AntonioTorresM/Starun.git
Build:1.0,1
commit=4d68411e4877f296a466bbef198843bf6a78d9b2
subdir=android
gradle=yes
scandelete=android/libs
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.0
Current Version Code:1

View file

@ -1,5 +1,5 @@
Categories:Internet
License:GPLv3+
License:GPL-3.0+
Web Site:
Source Code:https://github.com/micwallace/reddinator
Issue Tracker:https://github.com/micwallace/reddinator/issues
@ -176,7 +176,119 @@ Build:3.10,39
forceversion=yes
rm=build.gradle,build
Build:3.11,41
commit=3.11
subdir=reddinator
init=sed -i -e '/bintray/d' build.gradle
gradle=yes
forceversion=yes
rm=build.gradle,build
Build:3.12,43
commit=3.12
subdir=reddinator
init=sed -i -e '/bintray/d' build.gradle
gradle=yes
forceversion=yes
rm=build.gradle,build
Build:3.12,44
commit=3.12
subdir=reddinator
init=sed -i -e '/bintray/d' build.gradle
gradle=yes
forceversion=yes
rm=build.gradle,build
Build:3.13,45
commit=3.13
subdir=reddinator
init=sed -i -e '/bintray/d' build.gradle
gradle=yes
forceversion=yes
rm=build.gradle,build
Build:3.16,50
commit=3.16
subdir=reddinator
init=sed -i -e '/bintray/d' build.gradle
gradle=yes
forceversion=yes
rm=build.gradle
Build:3.17,52
commit=3.17
subdir=reddinator
init=sed -i -e '/bintray/d' build.gradle
gradle=yes
forceversion=yes
rm=build.gradle
Build:3.18,53
disable=gradle issue
commit=3.18
subdir=reddinator
init=sed -i -e '/bintray/d' build.gradle
gradle=yes
forceversion=yes
rm=build.gradle
Build:3.20,55
disable=wrong vercode
commit=3.20
subdir=reddinator
init=sed -i -e '/bintray/d' build.gradle
gradle=yes
forceversion=yes
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
Build:3.20,57
commit=3.20
subdir=reddinator
init=sed -i -e '/bintray/d' build.gradle
gradle=yes
forceversion=yes
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
Build:3.20.1,58
commit=3.20.1
subdir=reddinator
init=sed -i -e '/bintray/d' build.gradle
gradle=yes
forceversion=yes
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
Build:3.20.2,59
commit=3.20.2
subdir=reddinator
init=sed -i -e '/bintray/d' build.gradle
gradle=yes
forceversion=yes
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
Build:3.21.0,60
commit=3.21.0
subdir=reddinator
init=sed -i -e '/bintray/d' build.gradle
gradle=yes
forceversion=yes
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
Build:3.21.1,61
commit=3.21.1
subdir=reddinator
init=sed -i -e '/bintray/d' build.gradle
gradle=yes
forceversion=yes
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
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:3.10
Current Version Code:39
Current Version:3.21.1
Current Version Code:61

View file

@ -1,5 +1,5 @@
Categories:Development
License:Apache2
License:Apache-2.0
Web Site:http://aschillings.co.uk/html/android_resource_viewer.html
Source Code:https://github.com/alt236/Android-Drawables---Android
Issue Tracker:https://github.com/alt236/Android-Drawables---Android/issues

View file

@ -1,5 +1,5 @@
Categories:System
License:Apache2
License:Apache-2.0
Web Site:http://aschillings.co.uk/html/usb_device_info.html
Source Code:https://github.com/alt236/USB-Device-Info---Android
Issue Tracker:https://github.com/alt236/USB-Device-Info---Android/issues
@ -16,6 +16,11 @@ Repo:https://github.com/alt236/USB-Device-Info---Android.git
Build:0.0.5,5
commit=v0.0.5
Build:1.0.0,6
commit=v1.0.0
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:0.0.5

View file

@ -1,4 +1,4 @@
Categories:System,Development
Categories:System
License:MIT
Web Site:https://github.com/axxapy/apkExtractor/blob/HEAD/README.md
Source Code:https://github.com/axxapy/apkExtractor

View file

@ -1,5 +1,5 @@
Categories:Writing
License:Apache2
License:Apache-2.0
Web Site:https://code.google.com/p/banderlabs
Source Code:https://code.google.com/p/banderlabs/source
Issue Tracker:

View file

@ -1,5 +1,5 @@
Categories:Multimedia,Reading
License:GPLv3+
Categories:Sports & Health
License:GPL-3.0+
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:GPLv3+
License:GPL-3.0+
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:GPLv3+
License:GPL-3.0+
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:GPLv3+
License:GPL-3.0+
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:GPLv3+
License:GPL-3.0+
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:Time
License:Apache2
License:Apache-2.0
Web Site:
Source Code:https://github.com/cbeyls/fosdem-companion-android
Issue Tracker:https://github.com/cbeyls/fosdem-companion-android/issues
@ -74,7 +74,17 @@ Build:1.3.6,700136
subdir=app
gradle=yes
Build:1.3.8,700138
commit=1.3.8
subdir=app
gradle=yes
Build:1.4.0,700140
commit=1.4.0
subdir=app
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:1.3.6
Current Version Code:700136
Current Version:1.4.0
Current Version Code:700140

View file

@ -1,5 +1,5 @@
Categories:Multimedia
License:GPLv3
License:GPL-3.0
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

@ -1,5 +1,5 @@
Categories:System
License:GPLv3
License:GPL-3.0
Web Site:
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:GPLv3
License:GPL-3.0
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:GPLv3
License:GPL-3.0
Web Site:https://ppareit.github.com/swiftp
Source Code:https://github.com/ppareit/swiftp
Issue Tracker:https://github.com/ppareit/swiftp/issues
@ -93,14 +93,23 @@ Build:2.12.0,21200
gradle=fdroid_free
prebuild=sed -i -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' build.gradle
Build:2.13.0,21300
disable=twofortyfouram's sdk seems non-free
commit=v2.13
subdir=app
gradle=fdroid_free
prebuild=sed -i -e '/shrinkResources/d' -e '/minifyEnabled/d' -e '/proguardFiles/d' -e '/twofortyfouram/d' build.gradle
Maintainer Notes:
Remove shrink/minify stuff since the proguard config is missing.
Enable AUM again if upstream starts tagging properly (see v2.12 vs 2.12.0).
Tasker/Locales plugin issue, see https://github.com/ppareit/swiftp/commit/80e9665b089b4fecaa585a9c75343fb56f6eb5cb#commitcomment-20399398.
.
Auto Update Mode:None
Update Check Mode:Tags
Update Check Name:be.ppareit.swiftp
Current Version:2.12.0
Current Version Code:21200
Current Version:2.13.0
Current Version Code:21300

View file

@ -1,6 +1,6 @@
Categories:Games
License:GPLv3
Web Site:http://quentinloos.be/projets/manille
License:GPL-3.0
Web Site:https://quentinloos.be/projets/manille
Source Code:https://github.com/Kent1/Manille
Issue Tracker:https://github.com/Kent1/Manille/issues

View file

@ -1,5 +1,5 @@
Categories:Connectivity
License:GPLv2+
License:GPL-2.0+
Web Site:https://github.com/BramBonne/privacypolice/blob/HEAD/README.md
Source Code:https://github.com/BramBonne/privacypolice
Issue Tracker:https://github.com/BramBonne/privacypolice/issues
@ -57,7 +57,13 @@ Build:2.2.3,12
subdir=privacypolice
gradle=yes
Build:2.2.4,13
commit=84bd3d579257dcd00cd66073546baa29e088be44
subdir=privacypolice
gradle=yes
prebuild=sed -i -e '/classpath/s/2.2.0/2.1.0/g' ../build.gradle
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.2.3
Current Version Code:12
Current Version:2.2.4
Current Version Code:13

View file

@ -47,6 +47,17 @@ Build:3.1.1,11
sed -i -e "1iapply plugin: 'com.android.application'\n\nandroid {\n\n" -e '/crashlytics/,+2d' build.gradle && \
sed -i -e '/Crashlytics/d' -e '/import io.fabric.sdk.android.Fabric/d' src/main/java/br/com/dgimenes/nasapic/control/activity/MainActivity.java
Build:3.2,12
commit=705d9d3ecfada951f803ef3363fcc19b1e51d99a
subdir=app
init=sed -i "s/\(buildscript {\)/\1\n System.properties['com.android.build.gradle.overrideVersionCheck'] = 'true'/" ../build.gradle && \
sed -i 's/buildToolsVersion "23.0.0"/buildToolsVersion "23.0.3"/' build.gradle
gradle=yes
prebuild=sed -i -e '1,/android {/d' build.gradle && \
sed -i -e "1iapply plugin: 'com.android.application'\n\nandroid {\n\n" -e '/crashlytics/,+2d' build.gradle && \
sed -i -e '/Crashlytics/d' -e '/import io.fabric.sdk.android.Fabric/d' src/main/java/br/com/dgimenes/nasapic/control/activity/MainActivity.java && \
sed -i -e '/rashlytics/d' -e '/Answers\.getInstance()/d' -e '/import io.fabric.sdk.android.Fabric/d' src/main/java/br/com/dgimenes/nasapic/service/EventsLogger.java
Maintainer Notes:
2.5 doesn't work, so keep in archive until we can build a version that currently works.
.

View file

@ -0,0 +1,33 @@
Categories:Games
License:FreeBSD
Web Site:https://github.com/TheFakeMontyOnTheRun/knightsofalentejo/blob/HEAD/README.md
Source Code:https://github.com/TheFakeMontyOnTheRun/knightsofalentejo
Issue Tracker:https://github.com/TheFakeMontyOnTheRun/knightsofalentejo/issues
Auto Name:The Knights of Alentejo
Summary:Guide knights through a dungeon
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.
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)
.
Repo Type:git
Repo:https://github.com/TheFakeMontyOnTheRun/knightsofalentejo
Build:2.1,5
commit=v21
subdir=KnightsOfAlentejoAndroid-AS/app
submodules=yes
gradle=all
Auto Update Mode:None
Update Check Mode:Tags
Current Version:2.1
Current Version Code:5

View file

@ -1,5 +1,5 @@
Categories:Navigation
License:GPLv3
License:GPL-3.0
Web Site:http://brouter.de/brouter
Source Code:https://github.com/abrensch/brouter
Issue Tracker:https://github.com/abrensch/brouter/issues
@ -60,7 +60,39 @@ Build:1.4.1,12
prebuild=sed -i -e '79,81d' pom.xml && \
sed -i -e '44,70d' pom.xml
Build:1.4.3,14
disable=android api issues
commit=42e9ddbdd1cb05c1d31a9cd770a42183903525c6
subdir=brouter-routing-app
maven=yes@..
prebuild=sed -i -e '79,81d' pom.xml && \
sed -i -e '44,70d' pom.xml
Build:1.4.6,17
disable=android api issues
commit=cf5e56054b04b921e9b37aeba1176c781737be3b
subdir=brouter-routing-app
maven=yes@..
prebuild=sed -i -e '79,81d' pom.xml && \
sed -i -e '44,70d' pom.xml
Build:1.4.7,18
commit=d42895880d82373c5f98086c9ae2f9b5c4c77ae4
subdir=brouter-routing-app
maven=yes@..
prebuild=sed -i -e '79,81d' pom.xml && \
sed -i -e '44,70d' pom.xml && \
sed -i -e '/platform/s/10/14/g' pom.xml && \
sed -i -e '/targetSdkVersion/s/10/14/g' AndroidManifest.xml
Build:1.4.8,19
commit=9d5ecb93ad262dd9af3cebcfceb6e2d6db7b1328
subdir=brouter-routing-app
maven=yes@..
prebuild=sed -i -e '79,81d' pom.xml && \
sed -i -e '44,70d' pom.xml
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.4.2
Current Version Code:13
Current Version:1.4.8
Current Version Code:20

View file

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

View file

@ -1,5 +1,5 @@
Categories:Reading
License:GPLv2
License:GPL-2.0
Web Site:
Source Code:https://github.com/rafi-kamal/Bangla-Dictionary
Issue Tracker:https://github.com/rafi-kamal/Bangla-Dictionary/issues

View file

@ -1,5 +1,5 @@
Categories:Science & Education
License:GPLv3
License:GPL-3.0
Web Site:
Source Code:https://github.com/dillbyrne/Bodha-Converter
Issue Tracker:https://github.com/dillbyrne/Bodha-Converter/issues

View file

@ -1,5 +1,5 @@
Categories:Security
License:GPLv3
License:GPL-3.0
Web Site:
Source Code:https://github.com/dillbyrne/HashPass
Issue Tracker:https://github.com/dillbyrne/HashPass/issues

View file

@ -1,6 +1,6 @@
AntiFeatures:NonFreeNet
Categories:Internet
License:GPLv3
License:GPL-3.0
Web Site:
Source Code:https://github.com/dillbyrne/PasteeDroid
Issue Tracker:https://github.com/dillbyrne/PasteeDroid/issues

View file

@ -0,0 +1,38 @@
Categories:Connectivity
License:GPL-3.0
Web Site:
Source Code:https://github.com/pR0Ps/LocationShare
Issue Tracker:https://github.com/pR0Ps/LocationShare/issues
Bitcoin:15jv7w1AdCMkNpDaAQrPtwK3Lfxx5ggAKX
Auto Name:Location Share
Summary:Share your current location
Description:
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.
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.
.
Repo Type:git
Repo:https://github.com/pR0Ps/LocationShare
Build:1.0,1
commit=v1.0
subdir=app
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:1.0
Current Version Code:1

View file

@ -1,6 +1,6 @@
Disabled:Non-Free
Categories:System
License:GPLv3
License:GPL-3.0
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:Science & Education
License:GPLv3
Categories:Sports & Health
License:GPL-3.0
Web Site:https://daryldy.github.com/Heart
Source Code:https://github.com/daryldy/Heart
Issue Tracker:https://github.com/daryldy/Heart/issues

View file

@ -1,5 +1,5 @@
Categories:System
License:Apache2
License:Apache-2.0
Web Site:
Source Code:https://github.com/graham22/Classic
Issue Tracker:https://github.com/graham22/Classic/issues
@ -75,7 +75,37 @@ Build:2.3.3,233
subdir=app
gradle=yes
Build:2.4.2,242
commit=04ded288cca61d7eeffb068aa5559edadcdcb716
subdir=app
gradle=yes
Build:2.4.3,243
commit=bc9330b4f461201f5e2fc24e11f82c58a47cd046
subdir=app
gradle=yes
Build:2.4.4,244
commit=92edd773506036613abe40f9d148201614d42460
subdir=app
gradle=yes
Build:2.4.5,245
commit=e6d65e0377864f075706ad69b19f9de93f69bd8b
subdir=app
gradle=yes
Build:2.4.6,246
commit=55bd0689ecb2afdedbdd6eb5a6fb66c6b2e4f837
subdir=app
gradle=yes
Build:2.4.7,247
commit=7990d879b1c39d4b0ea7f8e945ad7edd99b131d5
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:2.3.3
Current Version Code:233
Current Version:2.4.7
Current Version Code:247

View file

@ -1,5 +1,5 @@
Categories:System
License:GPLv3
License:GPL-3.0
Web Site:http://hangar.mimic.ca
Source Code:https://github.com/corcoran/Hangar
Issue Tracker:https://github.com/corcoran/Hangar/issues
@ -61,7 +61,12 @@ Build:2.6,74
subdir=Apphangar
gradle=yes
Build:2.7,75
commit=2.7
subdir=Apphangar
gradle=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:2.6
Current Version Code:74
Current Version:2.7
Current Version Code:75

View file

@ -1,5 +1,5 @@
Categories:Phone & SMS
License:Apache2
License:Apache-2.0
Web Site:http://fairphone.mudar.ca/
Source Code:https://github.com/mudar/Fairphone
Issue Tracker:https://github.com/mudar/Fairphone/issues

View file

@ -1,5 +1,5 @@
Categories:Theming,Time
License:GPLv3
License:GPL-3.0
Web Site:https://github.com/caarmen/FRCAndroidWidget/blob/HEAD/README.md
Source Code:https://github.com/caarmen/FRCAndroidWidget
Issue Tracker:https://github.com/caarmen/FRCAndroidWidget/issues
@ -90,9 +90,50 @@ Build:1.9.1,191
commit=release-1.9.1
subdir=handheld
gradle=foss
prebuild=sed -i -e '/includeWear/s/true/false/g' ../settings.gradle
scanignore=wearable/build.gradle
Build:1.9.2,192
commit=release-1.9.2
subdir=handheld
gradle=foss
prebuild=sed -i -e '/includeWear/s/true/false/g' ../settings.gradle
scanignore=wearable/build.gradle
Build:1.9.3,193
commit=release-1.9.3
subdir=handheld
gradle=foss
prebuild=sed -i -e '/includeWear/s/true/false/g' ../settings.gradle
scanignore=wearable/build.gradle
Build:1.9.4,194
commit=release-1.9.4
subdir=handheld
gradle=foss
prebuild=sed -i -e '/includeWear/s/true/false/g' ../settings.gradle
scanignore=wearable/build.gradle
Build:1.9.6,196
commit=release-1.9.6
subdir=handheld
gradle=foss
prebuild=sed -i -e '/includeWear/s/true/false/g' ../settings.gradle
scanignore=wearable/build.gradle
Build:1.12.1,1121
commit=release-1.12.1
subdir=handheld
gradle=foss
prebuild=sed -i -e '/includeWear/s/true/false/g' ../settings.gradle
scanignore=wearable/build.gradle
Maintainer Notes:
Upstream checks flavor containing Foss name and enables/disables wear support. However,
when building with fdroid, we do a `gradle clean` and thus this check fails.
.
Auto Update Mode:Version release-%v
Update Check Mode:Tags ^release-
Current Version:1.9.1
Current Version Code:191
Current Version:1.12.1
Current Version Code:1121

View file

@ -1,5 +1,5 @@
Categories:Connectivity
License:Apache2
License:Apache-2.0
Web Site:https://github.com/caarmen/network-monitor/blob/HEAD/README.md
Source Code:https://github.com/caarmen/network-monitor
Issue Tracker:https://github.com/caarmen/network-monitor/issues
@ -145,7 +145,55 @@ Build:1.27.1,12701
init=sed -i '/proprietaryCompile/d' build.gradle
gradle=foss
Build:1.28.1,12801
commit=netmon-1.28.1
subdir=networkmonitor
init=sed -i '/proprietaryCompile/d' build.gradle
gradle=foss
Build:1.28.2,12802
commit=netmon-1.28.2
subdir=networkmonitor
init=sed -i '/proprietaryCompile/d' build.gradle
gradle=foss
Build:1.28.3,12803
commit=netmon-1.28.3
subdir=networkmonitor
init=sed -i '/proprietaryCompile/d' build.gradle
gradle=foss
Build:1.28.4,12804
commit=netmon-1.28.4
subdir=networkmonitor
init=sed -i '/proprietaryCompile/d' build.gradle
gradle=foss
Build:1.28.5,12805
commit=netmon-1.28.5
subdir=networkmonitor
init=sed -i '/proprietaryCompile/d' build.gradle
gradle=foss
Build:1.28.6,12806
commit=netmon-1.28.6
subdir=networkmonitor
init=sed -i '/proprietaryCompile/d' build.gradle
gradle=foss
Build:1.28.9,12809
commit=netmon-1.28.9
subdir=networkmonitor
init=sed -i '/proprietaryCompile/d' build.gradle
gradle=foss
Build:1.28.10,12810
commit=netmon-1.28.10
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.27.1
Current Version Code:12701
Current Version:1.28.10
Current Version Code:12810

View file

@ -1,5 +1,5 @@
Categories:Science & Education
License:GPLv3
Categories:Writing
License:GPL-3.0
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
@ -94,7 +94,142 @@ Build:1.6.4,164
subdir=app
gradle=yes
Build:1.6.5,165
commit=release-1.6.5
subdir=app
gradle=yes
Build:1.7.0,170
commit=release-1.7.0
subdir=app
gradle=yes
Build:1.7.2,172
commit=release-1.7.2
subdir=app
gradle=yes
Build:1.7.3,173
commit=release-1.7.3
subdir=app
gradle=yes
Build:1.8.1,181
commit=release-1.8.1
subdir=app
gradle=yes
Build:1.8.2,182
commit=release-1.8.2
subdir=app
gradle=yes
Build:1.8.3,183
commit=release-1.8.3
subdir=app
gradle=yes
Build:1.9.0,190
commit=release-1.9.0
subdir=app
gradle=yes
Build:1.9.1,191
commit=release-1.9.1
subdir=app
gradle=yes
Build:1.9.2,192
commit=release-1.9.2
subdir=app
gradle=yes
Build:1.9.3,193
commit=release-1.9.3
subdir=app
gradle=yes
Build:1.9.5,195
commit=release-1.9.5
subdir=app
gradle=yes
Build:1.9.6,196
commit=release-1.9.6
subdir=app
gradle=yes
Build:1.10.0,1100
commit=release-1.10.0
subdir=app
gradle=yes
Build:1.10.1,1101
commit=release-1.10.1
subdir=app
gradle=yes
Build:1.10.2,1102
commit=release-1.10.2
subdir=app
gradle=yes
Build:1.10.3,1103
commit=release-1.10.3
subdir=app
gradle=yes
Build:1.10.4,1104
commit=release-1.10.4
subdir=app
gradle=yes
Build:1.10.6,1106
commit=release-1.10.6
subdir=app
gradle=yes
Build:1.10.7,1107
commit=release-1.10.7
subdir=app
gradle=yes
Build:1.10.9,1109
commit=release-1.10.9
subdir=app
gradle=yes
Build:1.10.10,11010
commit=release-1.10.10
subdir=app
gradle=yes
Build:1.10.11,11011
commit=release-1.10.11
subdir=app
gradle=yes
Build:1.11.0,11100
commit=release-1.11.0
subdir=app
gradle=yes
Build:1.11.1,11101
commit=release-1.11.1
subdir=app
gradle=yes
Build:1.11.2,11102
commit=release-1.11.2
subdir=app
gradle=yes
Build:1.12.0,11200
commit=release-1.12.0
subdir=app
gradle=yes
Auto Update Mode:Version release-%v
Update Check Mode:Tags ^release-
Current Version:1.6.4
Current Version Code:164
Current Version:1.12.0
Current Version Code:11200

View file

@ -1,5 +1,5 @@
Categories:Time
License:GPLv3
License:GPL-3.0
Web Site:https://github.com/caarmen/scrumchatter/blob/HEAD/README.md
Source Code:https://github.com/caarmen/scrumchatter
Issue Tracker:https://github.com/caarmen/scrumchatter/issues
@ -65,7 +65,57 @@ Build:1.2.3,10203
subdir=app
gradle=yes
Build:1.3.0,10300
commit=scrumchatter-1.3.0
subdir=app
gradle=yes
Build:1.3.1,10301
commit=scrumchatter-1.3.1
subdir=app
gradle=yes
Build:1.3.2,10302
commit=scrumchatter-1.3.2
subdir=app
gradle=yes
Build:1.3.3,10303
commit=scrumchatter-1.3.3
subdir=app
gradle=yes
Build:1.4.0,10400
commit=scrumchatter-1.4.0
subdir=app
gradle=yes
Build:1.5.0,10500
commit=scrumchatter-1.5.0
subdir=app
gradle=yes
Build:1.5.2,10502
commit=scrumchatter-1.5.2
subdir=app
gradle=yes
Build:1.5.3,10503
commit=scrumchatter-1.5.3
subdir=app
gradle=yes
Build:1.5.4,10504
commit=scrumchatter-1.5.4
subdir=app
gradle=yes
Build:1.6.0,10600
commit=scrumchatter-1.6.0
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.2.3
Current Version Code:10203
Current Version:1.6.0
Current Version Code:10600

View file

@ -1,5 +1,5 @@
Categories:Games
License:GPLv3
License:GPL-3.0
Web Site:https://github.com/caarmen/nounours-android/blob/HEAD/README.md
Source Code:https://github.com/caarmen/nounours-android
Issue Tracker:https://github.com/caarmen/nounours-android/issues
@ -94,7 +94,14 @@ Build:3.4.0,340
gradle=fullFoss
scanignore=wear/build.gradle
Build:3.4.3,343
commit=release-3.4.3
subdir=handheld
init=sed -i 's/=true/=false/' ../settings.gradle
gradle=fullFoss
scanignore=wear/build.gradle
Auto Update Mode:Version release-%v
Update Check Mode:Tags ^release-
Current Version:3.4.0
Current Version Code:340
Current Version:3.4.3
Current Version Code:343

View file

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

View file

@ -1,5 +1,5 @@
Categories:Writing
License:GPLv3
License:GPL-3.0
Web Site:https://sites.google.com/site/caldwellcode
Source Code:https://code.google.com/p/trolly/source
Issue Tracker:
@ -26,6 +26,6 @@ It needs a file from OpenIntents, so let's get it from Subversion...
.
Auto Update Mode:None
Update Check Mode:Tags
Update Check Mode:Static
Current Version:1.4
Current Version Code:6

View file

@ -1,5 +1,5 @@
Categories:Multimedia
License:GPLv3
License:GPL-3.0
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

@ -0,0 +1,64 @@
Categories:Theming,Time
License:BSD-3
Web Site:
Source Code:https://github.com/mvmike/min-cal-widget
Issue Tracker:https://github.com/mvmike/min-cal-widget/issues
Auto Name:MinCal Widget
Summary:Minimal month calendar widget
Description:
Calendar widget that shows the current month.
* Default 3x2 (resizable)
* Dark theme
* Displays all events from your calendars
* Pressing on header opens widget configuration
* Pressing on any day cell opens calendar application
.
Repo Type:git
Repo:https://github.com/mvmike/min-cal-widget
Binaries:https://github.com/mvmike/min-cal-widget/releases/download/v%v/min-cal-widget.apk
Build:0.0.1,1
commit=v0.0.1
subdir=min-cal-widget
gradle=yes
Build:0.1.0,2
disable=cannot reproduce apk
commit=v0.1.0
subdir=min-cal-widget
gradle=yes
Build:0.1.1,3
disable=cannot reproduce apk
commit=v0.1.1
subdir=min-cal-widget
gradle=yes
Build:0.2.0,4
disable=cannot reproduce apk
commit=v0.2.0
subdir=min-cal-widget
gradle=yes
Build:0.2.1,5
commit=v0.2.1
subdir=min-cal-widget
gradle=yes
Build:0.2.2,6
commit=v0.2.2
subdir=min-cal-widget
gradle=yes
Build:0.3.0,7
commit=v0.3.0
subdir=min-cal-widget
gradle=yes
Auto Update Mode:Version v%v
Update Check Mode:Tags
Current Version:0.3.0
Current Version Code:7

View file

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

View file

@ -1,7 +1,7 @@
Disabled:Wait for g-free build
AntiFeatures:UpstreamNonFree
Categories:Navigation
License:Apache2
License:Apache-2.0
Web Site:http://www.cgeo.org
Source Code:https://github.com/cgeo/c-geo-opensource
Issue Tracker:https://github.com/cgeo/c-geo-opensource/issues

View file

@ -1,5 +1,5 @@
Categories:Navigation,Sports & Health
License:GPLv3+
License:GPL-3.0+
Web Site:http://bailu.ch/aat
Source Code:https://github.com/bailuk/AAT
Issue Tracker:https://github.com/bailuk/AAT/issues
@ -38,7 +38,31 @@ Build:v1.0-beta,10
commit=v1.0-beta
target=android-21
Build:v1.1-beta,11
commit=v1.1-beta
target=android-21
Build:v1.2-beta,12
commit=v1.2-beta
subdir=app
gradle=yes
Build:v1.3-beta,13
commit=v1.3.1-beta
subdir=app
gradle=yes
Build:v1.4-beta,14
commit=v1.4-beta
subdir=app
gradle=yes
Build:v1.5-beta,15
commit=v1.5-beta
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:Tags
Current Version:v1.0-beta
Current Version Code:10
Current Version:v1.5-beta
Current Version Code:15

View file

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

View file

@ -1,12 +1,12 @@
Categories:Multimedia
License:GPLv3
License:GPL-3.0
Web Site:
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
Auto Name:Vanilla Music
Summary:Music player
Summary:Listen to and manage songs
Description:
Music player with a simple interface similar to the stock music player. Supports
browsing by folder, queueing, shake-to-skip and more. Supports the same audio
@ -119,7 +119,25 @@ Build:1.0.39,1039
Build:1.0.40,10400
commit=1.0.40
Build:1.0.41,10410
commit=1.0.41
Build:1.0.42,10420
commit=1.0.42
Build:1.0.43,10430
commit=1.0.43
Build:1.0.44,10440
commit=1.0.44
Build:1.0.45,10450
commit=1.0.45
Build:1.0.46,10460
commit=1.0.46
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:1.0.40
Current Version Code:10400
Current Version:1.0.46
Current Version Code:10460

View file

@ -1,5 +1,5 @@
Categories:Multimedia
License:GPLv3+
License:GPL-3.0+
Web Site:
Source Code:https://github.com/vanilla-music/vanilla-headphone-detector
Issue Tracker:https://github.com/vanilla-music/vanilla-headphone-detector/issues
@ -26,7 +26,11 @@ Build:1.5,150
commit=478bddde496317782ab30523b202b336536ff99e
target=android-16
Build:1.6,160
commit=eeed4b92de658744db17529f070750213341dca1
target=android-16
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:1.5
Current Version Code:150
Current Version:1.6
Current Version Code:160

View file

@ -1,5 +1,5 @@
Categories:System
License:GPLv2
License:GPL-2.0
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:GPLv3
License:GPL-3.0
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:GPLv3+
License:GPL-3.0+
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
@ -76,7 +76,19 @@ Build:1.8.3,44
gradle=yes
prebuild=sed -i -e '/codequality/d' -e '/def buildSuffix/,+4d' build.gradle
Build:1.8.4,45
commit=1.8.4
subdir=worldclockwidget
gradle=yes
prebuild=sed -i -e '/codequality/d' -e '/def buildSuffix/,+4d' build.gradle
Build:1.8.5,46
commit=1.8.5
subdir=worldclockwidget
gradle=yes
prebuild=sed -i -e '/codequality/d' -e '/def buildSuffix/,+4d' build.gradle
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:1.8.3
Current Version Code:44
Current Version:1.8.5
Current Version Code:46

View file

@ -1,8 +1,8 @@
Categories:Internet,Writing
License:GPLv2
Web Site:https://code.google.com/p/drupaleditor
Source Code:https://code.google.com/p/drupaleditor/source
Issue Tracker:
License:GPL-2.0
Web Site:
Source Code:https://github.com/Dissem/Drupal-Editor
Issue Tracker:https://github.com/Dissem/Drupal-Editor/issues
Auto Name:Drupal Editor
Summary:Publish to Drupal based websites
@ -11,8 +11,8 @@ Publish and edit pages on websites using Drupal. To make it work with your site
you have to activate the Blogger API in your settings.
.
Repo Type:hg
Repo:https://code.google.com/p/drupaleditor
Repo Type:git
Repo:https://github.com/Dissem/Drupal-Editor
Build:1.3.0,17
commit=4c2d0b27787d

View file

@ -1,5 +1,5 @@
Categories:Development
License:GPLv3
License:GPL-3.0
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:GPLv3
License:GPL-3.0
Web Site:
Source Code:https://github.com/fixme-lausanne/MyHackerspace
Issue Tracker:https://github.com/fixme-lausanne/MyHackerspace/issues
@ -38,7 +38,11 @@ Build:1.8.1,20
commit=1.8.1
submodules=yes
Build:1.8.2,21
commit=1.8.2
submodules=yes
Auto Update Mode:Version %v
Update Check Mode:Tags
Current Version:1.8.1
Current Version Code:20
Current Version:1.8.2
Current Version Code:21

View file

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

View file

@ -1,5 +1,5 @@
Categories:Multimedia
License:GPLv3
License:GPL-3.0
Web Site:
Source Code:https://github.com/tom-and-jerry/eyeCam
Issue Tracker:https://github.com/tom-and-jerry/eyeCam/issues

View file

@ -8,8 +8,8 @@ FlattrID:a562233c4739d5cce92e816f32fb44c1
Auto Name:Calendar Color
Summary:Change the calendar color
Description:
A simple open source app to change to color of a calendar in android 4+. Tested
with calendars provided by baikal.
A simple app to change to color of a calendar in android 4+. Tested with
calendars provided by baikal.
Issues:

View file

@ -0,0 +1,30 @@
Categories:Games
License:GPL-2.0
Web Site:
Source Code:https://github.com/reloZid/android-anuto
Issue Tracker:https://github.com/reloZid/android-anuto/issues
Auto Name:Anuto TD
Summary:Another Ugly Tower Defense
Description:
Anuto is yet another tower defense game for android. It features astonishing
hand-drawn graphics and a smooth gameplay.
.
Repo Type:git
Repo:https://github.com/reloZid/android-anuto
Build:0.1-4,5
commit=26073b06e9e6ea51da46f9f3ecc8dbe8a4ec0324
subdir=app
gradle=yes
Build:0.1-5,6
commit=0eb3add30f5a6c9eb96db8c19a9f12fec7ecea00
subdir=app
gradle=yes
Auto Update Mode:None
Update Check Mode:RepoManifest
Current Version:0.1-5
Current Version Code:6

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