rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262 ```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
This commit is contained in:
parent
79ce2f0f63
commit
6c177c1fc3
|
@ -1,42 +0,0 @@
|
|||
Categories:Theming
|
||||
License:GPL-3.0-or-later
|
||||
Web Site:
|
||||
Source Code:https://gitlab.com/danielmeek32/FlexibleWallpaper
|
||||
Issue Tracker:https://gitlab.com/danielmeek32/FlexibleWallpaper/issues
|
||||
|
||||
Auto Name:Flexible Wallpaper
|
||||
Summary:Use images with any aspect ratio as a wallpaper
|
||||
Description:
|
||||
Live wallpaper that allows you to use images with any aspect ratio as a
|
||||
wallpaper, instead of being limited to Android's wallpaper requirements. Images
|
||||
will scroll all the way from one end to another as you move between home
|
||||
screens. Images with a taller aspect ratio than your screen will scroll
|
||||
vertically.
|
||||
|
||||
'''Notes'''
|
||||
|
||||
Images are loaded at their original resolution, and large images may cause the
|
||||
app to run out of memory and crash. Consider reducing the size of large images.
|
||||
|
||||
Some launchers don't scroll the wallpaper all the way to the end when there are
|
||||
only a few screens. This is an issue with the launcher itself and there is
|
||||
nothing that I can do about it.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://gitlab.com/danielmeek32/FlexibleWallpaper
|
||||
|
||||
Build:1.0,1
|
||||
commit=1.0
|
||||
gradle=yes
|
||||
output=app/build/outputs/apk/app-release-unsigned.apk
|
||||
|
||||
Build:1.1,2
|
||||
commit=1.1
|
||||
gradle=yes
|
||||
output=app/build/outputs/apk/app-release-unsigned.apk
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
46
metadata/daniel_32.flexiblewallpaper.yml
Normal file
46
metadata/daniel_32.flexiblewallpaper.yml
Normal file
|
@ -0,0 +1,46 @@
|
|||
Categories:
|
||||
- Theming
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://gitlab.com/danielmeek32/FlexibleWallpaper
|
||||
IssueTracker: https://gitlab.com/danielmeek32/FlexibleWallpaper/issues
|
||||
|
||||
AutoName: Flexible Wallpaper
|
||||
Summary: Use images with any aspect ratio as a wallpaper
|
||||
Description: |-
|
||||
Live wallpaper that allows you to use images with any aspect ratio as a
|
||||
wallpaper, instead of being limited to Android's wallpaper requirements. Images
|
||||
will scroll all the way from one end to another as you move between home
|
||||
screens. Images with a taller aspect ratio than your screen will scroll
|
||||
vertically.
|
||||
|
||||
'''Notes'''
|
||||
|
||||
Images are loaded at their original resolution, and large images may cause the
|
||||
app to run out of memory and crash. Consider reducing the size of large images.
|
||||
|
||||
Some launchers don't scroll the wallpaper all the way to the end when there are
|
||||
only a few screens. This is an issue with the launcher itself and there is
|
||||
nothing that I can do about it.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/danielmeek32/FlexibleWallpaper
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: '1.0'
|
||||
gradle:
|
||||
- yes
|
||||
output: app/build/outputs/apk/app-release-unsigned.apk
|
||||
|
||||
- versionName: '1.1'
|
||||
versionCode: 2
|
||||
commit: '1.1'
|
||||
gradle:
|
||||
- yes
|
||||
output: app/build/outputs/apk/app-release-unsigned.apk
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.1'
|
||||
CurrentVersionCode: 2
|
|
@ -1,36 +0,0 @@
|
|||
Categories:Writing
|
||||
License:GPL-3.0-only
|
||||
Web Site:http://www.inference.phy.cam.ac.uk/dasher/MobileDasher.html
|
||||
Source Code:https://github.com/acl33/AndroidDasher
|
||||
Issue Tracker:https://github.com/acl33/AndroidDasher/issues
|
||||
|
||||
Auto Name:Dasher
|
||||
Summary:Text input method (IME)
|
||||
Description:
|
||||
Dasher is an information-efficient, text-entry interface, driven by a natural
|
||||
continuous steering of the cursor into boxes representing the letter you want to
|
||||
input.
|
||||
|
||||
Dasher is especially useful for text-entry wherever a full-size keyboard cannot
|
||||
be used — for example,
|
||||
|
||||
* when operating a computer one-handed, by joystick, touchscreen, trackball, or mouse;
|
||||
* when operating a computer with zero hands (i.e., by head-mouse or by eyetracker);
|
||||
* on a palmtop computer;
|
||||
* on a wearable computer.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/acl33/AndroidDasher.git
|
||||
|
||||
Build:2.5,9
|
||||
commit=c2be104189
|
||||
srclibs=TeclaAccess@0.7.1-beta
|
||||
prebuild=rm -rf src/dasher/applet && \
|
||||
sed -i 's@\(reference.1=\).*@\1$$TeclaAccess$$@' project.properties && \
|
||||
printf 'android.library=true' >> $$TeclaAccess$$/project.properties
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.5
|
||||
Current Version Code:9
|
40
metadata/dasher.android.yml
Normal file
40
metadata/dasher.android.yml
Normal file
|
@ -0,0 +1,40 @@
|
|||
Categories:
|
||||
- Writing
|
||||
License: GPL-3.0-only
|
||||
WebSite: http://www.inference.phy.cam.ac.uk/dasher/MobileDasher.html
|
||||
SourceCode: https://github.com/acl33/AndroidDasher
|
||||
IssueTracker: https://github.com/acl33/AndroidDasher/issues
|
||||
|
||||
AutoName: Dasher
|
||||
Summary: Text input method (IME)
|
||||
Description: |-
|
||||
Dasher is an information-efficient, text-entry interface, driven by a natural
|
||||
continuous steering of the cursor into boxes representing the letter you want to
|
||||
input.
|
||||
|
||||
Dasher is especially useful for text-entry wherever a full-size keyboard cannot
|
||||
be used — for example,
|
||||
|
||||
* when operating a computer one-handed, by joystick, touchscreen, trackball, or mouse;
|
||||
* when operating a computer with zero hands (i.e., by head-mouse or by eyetracker);
|
||||
* on a palmtop computer;
|
||||
* on a wearable computer.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/acl33/AndroidDasher.git
|
||||
|
||||
Builds:
|
||||
- versionName: '2.5'
|
||||
versionCode: 9
|
||||
commit: c2be104189
|
||||
srclibs:
|
||||
- TeclaAccess@0.7.1-beta
|
||||
prebuild:
|
||||
- rm -rf src/dasher/applet
|
||||
- sed -i 's@\(reference.1=\).*@\1$$TeclaAccess$$@' project.properties
|
||||
- printf 'android.library=true' >> $$TeclaAccess$$/project.properties
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '2.5'
|
||||
CurrentVersionCode: 9
|
|
@ -1,37 +0,0 @@
|
|||
AntiFeatures:Ads
|
||||
Categories:Multimedia
|
||||
License:GPL-3.0-or-later
|
||||
Web Site:
|
||||
Source Code:https://github.com/Cherubin7th/BlackSCREENpREsENtAtIONremote
|
||||
Issue Tracker:https://github.com/Cherubin7th/BlackSCREENpREsENtAtIONremote/issues
|
||||
Bitcoin:18QSJmV6Liia7Cau65JnEj2JyxEUCGE2oz
|
||||
|
||||
Auto Name:BlackSCREENremote
|
||||
Summary:Screen off remote control
|
||||
Description:
|
||||
This App can control programs on your computer, like presentations, either by
|
||||
using the screen or by using hardware keys. There is no need to have the screen
|
||||
on all the time, so the user can switch the screen off and still continue to use
|
||||
only the buttons.
|
||||
|
||||
The phone doesn't enter deep sleep, but since the screen is the biggest consumer
|
||||
it saves quite a lot of battery and allows for long periods of continuous usage.
|
||||
|
||||
This app works like most remote controls, just download the server on the
|
||||
computer and enter the ip address into the app. However, the server is a Java
|
||||
jar-file and so no installation is needed and usage is very simple.
|
||||
|
||||
Anti-Feature: Uses a link with advertisement to the download of the server part.
|
||||
However, there is an optional direct link without advertisement.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/Cherubin7th/BlackSCREENpREsENtAtIONremote.git
|
||||
|
||||
Build:0.1,2
|
||||
commit=v0.1
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.1
|
||||
Current Version Code:2
|
39
metadata/de.Cherubin7th.blackscreenpresentationremote.yml
Normal file
39
metadata/de.Cherubin7th.blackscreenpresentationremote.yml
Normal file
|
@ -0,0 +1,39 @@
|
|||
AntiFeatures:
|
||||
- Ads
|
||||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/Cherubin7th/BlackSCREENpREsENtAtIONremote
|
||||
IssueTracker: https://github.com/Cherubin7th/BlackSCREENpREsENtAtIONremote/issues
|
||||
Bitcoin: 18QSJmV6Liia7Cau65JnEj2JyxEUCGE2oz
|
||||
|
||||
AutoName: BlackSCREENremote
|
||||
Summary: Screen off remote control
|
||||
Description: |-
|
||||
This App can control programs on your computer, like presentations, either by
|
||||
using the screen or by using hardware keys. There is no need to have the screen
|
||||
on all the time, so the user can switch the screen off and still continue to use
|
||||
only the buttons.
|
||||
|
||||
The phone doesn't enter deep sleep, but since the screen is the biggest consumer
|
||||
it saves quite a lot of battery and allows for long periods of continuous usage.
|
||||
|
||||
This app works like most remote controls, just download the server on the
|
||||
computer and enter the ip address into the app. However, the server is a Java
|
||||
jar-file and so no installation is needed and usage is very simple.
|
||||
|
||||
Anti-Feature: Uses a link with advertisement to the download of the server part.
|
||||
However, there is an optional direct link without advertisement.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Cherubin7th/BlackSCREENpREsENtAtIONremote.git
|
||||
|
||||
Builds:
|
||||
- versionName: '0.1'
|
||||
versionCode: 2
|
||||
commit: v0.1
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '0.1'
|
||||
CurrentVersionCode: 2
|
|
@ -1,29 +0,0 @@
|
|||
Categories:Games
|
||||
License:GPL-3.0-only
|
||||
Web Site:https://sourceforge.net/projects/godroid
|
||||
Source Code:https://sourceforge.net/p/godroid/git
|
||||
Issue Tracker:https://sourceforge.net/p/godroid/_list/tickets
|
||||
|
||||
Auto Name:GOdroid
|
||||
Summary:Go board game
|
||||
Description:
|
||||
GOdroid is an Android application to play the strategic board game Go against
|
||||
the GPL Go engine GNU Go. It contains a Go board UI and minor changes to GNU Go.
|
||||
This site contains the sources for the UI and the (few) changes to the GNU Go
|
||||
sources.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://git.code.sf.net/p/godroid/git
|
||||
|
||||
Build:1.3.8,35
|
||||
disable=missing go source, broken build
|
||||
commit=v1.3.8
|
||||
prebuild=mv ndk jni
|
||||
target=android-10
|
||||
buildjni=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.3.8
|
||||
Current Version Code:35
|
32
metadata/de.agrothe.go.yml
Normal file
32
metadata/de.agrothe.go.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-only
|
||||
WebSite: https://sourceforge.net/projects/godroid
|
||||
SourceCode: https://sourceforge.net/p/godroid/git
|
||||
IssueTracker: https://sourceforge.net/p/godroid/_list/tickets
|
||||
|
||||
AutoName: GOdroid
|
||||
Summary: Go board game
|
||||
Description: |-
|
||||
GOdroid is an Android application to play the strategic board game Go against
|
||||
the GPL Go engine GNU Go. It contains a Go board UI and minor changes to GNU Go.
|
||||
This site contains the sources for the UI and the (few) changes to the GNU Go
|
||||
sources.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://git.code.sf.net/p/godroid/git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.3.8
|
||||
versionCode: 35
|
||||
disable: missing go source, broken build
|
||||
commit: v1.3.8
|
||||
prebuild: mv ndk jni
|
||||
target: android-10
|
||||
buildjni:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.3.8
|
||||
CurrentVersionCode: 35
|
|
@ -1,35 +0,0 @@
|
|||
Categories:Internet
|
||||
License:GPL-3.0-only
|
||||
Web Site:https://sourceforge.net/p/yubnubapp
|
||||
Source Code:https://sourceforge.net/p/yubnubapp/code
|
||||
Issue Tracker:https://sourceforge.net/p/yubnubapp/tickets
|
||||
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2WP5VHVRZEP54
|
||||
|
||||
Name:YubNub Command Line
|
||||
Auto Name:YubNub Command Line AdFree
|
||||
Summary:Search the web and get answers
|
||||
Description:
|
||||
Yubnub is a social command line for the web. By typing short commands into the
|
||||
widget you can search various websites, translate words and even fetch random
|
||||
quotes from the Simpsons!
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://git.code.sf.net/p/yubnubapp/code
|
||||
|
||||
Build:1.1.4,6
|
||||
commit=bb92bd86a
|
||||
subdir=yubnubapp-code
|
||||
extlibs=google-api-translate/google-api-translate-java-0.92.jar
|
||||
prebuild=sed -i '/htmlentities/d' .classpath
|
||||
|
||||
Build:1.1.5,7
|
||||
commit=f1549ed2b
|
||||
subdir=yubnubapp-code
|
||||
init=rm -rf bin/ gen/
|
||||
extlibs=google-api-translate/google-api-translate-java-0.92.jar
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.1.5
|
||||
Current Version Code:7
|
40
metadata/de.antonfluegge.android.yubnubwidgetadfree.yml
Normal file
40
metadata/de.antonfluegge.android.yubnubwidgetadfree.yml
Normal file
|
@ -0,0 +1,40 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-only
|
||||
WebSite: https://sourceforge.net/p/yubnubapp
|
||||
SourceCode: https://sourceforge.net/p/yubnubapp/code
|
||||
IssueTracker: https://sourceforge.net/p/yubnubapp/tickets
|
||||
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2WP5VHVRZEP54
|
||||
|
||||
Name: YubNub Command Line
|
||||
AutoName: YubNub Command Line AdFree
|
||||
Summary: Search the web and get answers
|
||||
Description: |-
|
||||
Yubnub is a social command line for the web. By typing short commands into the
|
||||
widget you can search various websites, translate words and even fetch random
|
||||
quotes from the Simpsons!
|
||||
|
||||
RepoType: git
|
||||
Repo: https://git.code.sf.net/p/yubnubapp/code
|
||||
|
||||
Builds:
|
||||
- versionName: 1.1.4
|
||||
versionCode: 6
|
||||
commit: bb92bd86a
|
||||
subdir: yubnubapp-code
|
||||
extlibs:
|
||||
- google-api-translate/google-api-translate-java-0.92.jar
|
||||
prebuild: sed -i '/htmlentities/d' .classpath
|
||||
|
||||
- versionName: 1.1.5
|
||||
versionCode: 7
|
||||
commit: f1549ed2b
|
||||
subdir: yubnubapp-code
|
||||
init: rm -rf bin/ gen/
|
||||
extlibs:
|
||||
- google-api-translate/google-api-translate-java-0.92.jar
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: 1.1.5
|
||||
CurrentVersionCode: 7
|
|
@ -1,27 +0,0 @@
|
|||
Categories:Time
|
||||
License:MIT
|
||||
Web Site:
|
||||
Source Code:https://github.com/antonwolf/antons-apps
|
||||
Issue Tracker:https://github.com/antonwolf/antons-apps/issues
|
||||
|
||||
Name:Anton Widget
|
||||
Auto Name:Anton's Calendar Widget
|
||||
Summary:Agenda on the homescreen
|
||||
Description:
|
||||
The agenda widget is formatted in a space-efficient way, displaying each event's
|
||||
location and calendar colour. Birthday events from Outlook and Facebook can be
|
||||
displayed separately.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/antonwolf/antons-apps
|
||||
|
||||
Build:1.7.0,22
|
||||
commit=110
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.7.0
|
||||
Current Version Code:22
|
||||
|
||||
No Source Since:1.7.1
|
28
metadata/de.antonwolf.agendawidget.yml
Normal file
28
metadata/de.antonwolf.agendawidget.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
Categories:
|
||||
- Time
|
||||
License: MIT
|
||||
SourceCode: https://github.com/antonwolf/antons-apps
|
||||
IssueTracker: https://github.com/antonwolf/antons-apps/issues
|
||||
|
||||
Name: Anton Widget
|
||||
AutoName: Anton's Calendar Widget
|
||||
Summary: Agenda on the homescreen
|
||||
Description: |-
|
||||
The agenda widget is formatted in a space-efficient way, displaying each event's
|
||||
location and calendar colour. Birthday events from Outlook and Facebook can be
|
||||
displayed separately.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/antonwolf/antons-apps
|
||||
|
||||
Builds:
|
||||
- versionName: 1.7.0
|
||||
versionCode: 22
|
||||
commit: '110'
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: 1.7.0
|
||||
CurrentVersionCode: 22
|
||||
|
||||
NoSourceSince: 1.7.1
|
|
@ -1,27 +0,0 @@
|
|||
Categories:Internet
|
||||
License:GPL-3.0-only
|
||||
Web Site:https://gitlab.com/marc.nause/31c3-search
|
||||
Source Code:https://gitlab.com/marc.nause/31c3-search/tree/HEAD
|
||||
Issue Tracker:https://gitlab.com/marc.nause/31c3-search/issues
|
||||
|
||||
Auto Name:31c3 Search
|
||||
Summary:Search a 31C3 related YaCy node
|
||||
Description:
|
||||
Yacy is a decentralized, specialized, peer-to-peer search engine. This app
|
||||
defaults to use [http://31c3.yacy.net/], a search node related to the 31C3
|
||||
congress.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://gitlab.com/marc.nause/31c3-search.git
|
||||
|
||||
Build:1.6,7
|
||||
commit=a9e5f95488a30679ec100d3fd0b6592e9dd7549e
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Archive Policy:0 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Static
|
||||
Current Version:1.6
|
||||
Current Version Code:7
|
30
metadata/de.audioattack.yacy31c3search.yml
Normal file
30
metadata/de.audioattack.yacy31c3search.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-only
|
||||
WebSite: https://gitlab.com/marc.nause/31c3-search
|
||||
SourceCode: https://gitlab.com/marc.nause/31c3-search/tree/HEAD
|
||||
IssueTracker: https://gitlab.com/marc.nause/31c3-search/issues
|
||||
|
||||
AutoName: 31c3 Search
|
||||
Summary: Search a 31C3 related YaCy node
|
||||
Description: |-
|
||||
Yacy is a decentralized, specialized, peer-to-peer search engine. This app
|
||||
defaults to use [http://31c3.yacy.net/], a search node related to the 31C3
|
||||
congress.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/marc.nause/31c3-search.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.6'
|
||||
versionCode: 7
|
||||
commit: a9e5f95488a30679ec100d3fd0b6592e9dd7549e
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
ArchivePolicy: 0 versions
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Static
|
||||
CurrentVersion: '1.6'
|
||||
CurrentVersionCode: 7
|
|
@ -1,63 +0,0 @@
|
|||
Categories:Multimedia,Internet
|
||||
License:GPL-3.0-or-later
|
||||
Web Site:
|
||||
Source Code:https://github.com/badaix/snapcast
|
||||
Issue Tracker:https://github.com/badaix/snapcast/issues
|
||||
Changelog:https://github.com/badaix/snapcast/releases
|
||||
|
||||
Auto Name:Snapcast
|
||||
Summary:Synchronize audio output across devices/players
|
||||
Description:
|
||||
Multi-room client-server audio player, where all clients are time synchronized
|
||||
with the server to play perfectly synced audio. It's not a standalone player,
|
||||
but an extension that turns your existing audio player into a Sonos-like
|
||||
multi-room solution. The server's audio input is a named pipe /tmp/snapfifo. All
|
||||
data that is fed into this file will be send to the connected clients. One of
|
||||
the most generic ways to use Snapcast is in conjunction with the music player
|
||||
daemon (MPD) or Mopidy, which can be configured to use a named pipe as audio
|
||||
output.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/badaix/snapcast
|
||||
|
||||
Build:0.7.0,6
|
||||
commit=v0.7.0
|
||||
subdir=android/Snapcast
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
scandelete=android/Snapcast/src/main/assets/bin
|
||||
build=pushd ../.. && \
|
||||
ndkdir="$PWD/ndk" && \
|
||||
sed -i "s@NDK_DIR=.*@NDK_DIR='${ndkdir}'@" client/build_android.sh externals/build_flac_android.sh && \
|
||||
pushd $$NDK$$/build/tools && \
|
||||
./make-standalone-toolchain.sh --arch=arm --platform=android-14 --install-dir=${ndkdir} --ndk-dir=$$NDK$$ --system=linux-x86 && \
|
||||
popd && \
|
||||
pushd externals && \
|
||||
sh build_flac_android.sh && \
|
||||
pushd ../client && \
|
||||
sh build_android.sh
|
||||
|
||||
Build:0.10.0,7
|
||||
disable=wip
|
||||
commit=41be3ade60de166cd8f0bd8b2b66a78537e2599d
|
||||
subdir=android/Snapcast
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
scandelete=android/Snapcast/src/main/assets/bin
|
||||
build=pushd ../.. && \
|
||||
ndkdir="$PWD/ndk" && \
|
||||
sed -i "s@NDK_DIR=.*@NDK_DIR='${ndkdir}'@" client/build_android.sh externals/build_externals_android.sh && \
|
||||
pushd $$NDK$$/build/tools && \
|
||||
./make_standalone_toolchain.py --arch arm --api 14 --install-dir ${ndkdir} && \
|
||||
popd && \
|
||||
pushd externals && \
|
||||
sh build_externals_android.sh && \
|
||||
pushd ../client && \
|
||||
sh build_android.sh
|
||||
ndk=r13b
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.13.0
|
||||
Current Version Code:1300
|
73
metadata/de.badaix.snapcast.yml
Normal file
73
metadata/de.badaix.snapcast.yml
Normal file
|
@ -0,0 +1,73 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
- Internet
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/badaix/snapcast
|
||||
IssueTracker: https://github.com/badaix/snapcast/issues
|
||||
Changelog: https://github.com/badaix/snapcast/releases
|
||||
|
||||
AutoName: Snapcast
|
||||
Summary: Synchronize audio output across devices/players
|
||||
Description: |-
|
||||
Multi-room client-server audio player, where all clients are time synchronized
|
||||
with the server to play perfectly synced audio. It's not a standalone player,
|
||||
but an extension that turns your existing audio player into a Sonos-like
|
||||
multi-room solution. The server's audio input is a named pipe /tmp/snapfifo. All
|
||||
data that is fed into this file will be send to the connected clients. One of
|
||||
the most generic ways to use Snapcast is in conjunction with the music player
|
||||
daemon (MPD) or Mopidy, which can be configured to use a named pipe as audio
|
||||
output.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/badaix/snapcast
|
||||
|
||||
Builds:
|
||||
- versionName: 0.7.0
|
||||
versionCode: 6
|
||||
commit: v0.7.0
|
||||
subdir: android/Snapcast
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
scandelete:
|
||||
- android/Snapcast/src/main/assets/bin
|
||||
build:
|
||||
- pushd ../..
|
||||
- ndkdir="$PWD/ndk"
|
||||
- sed -i "s@NDK_DIR=.*@NDK_DIR='${ndkdir}'@" client/build_android.sh externals/build_flac_android.sh
|
||||
- pushd $$NDK$$/build/tools
|
||||
- ./make-standalone-toolchain.sh --arch=arm --platform=android-14 --install-dir=${ndkdir}
|
||||
--ndk-dir=$$NDK$$ --system=linux-x86
|
||||
- popd
|
||||
- pushd externals
|
||||
- sh build_flac_android.sh
|
||||
- pushd ../client
|
||||
- sh build_android.sh
|
||||
|
||||
- versionName: 0.10.0
|
||||
versionCode: 7
|
||||
disable: wip
|
||||
commit: 41be3ade60de166cd8f0bd8b2b66a78537e2599d
|
||||
subdir: android/Snapcast
|
||||
submodules: true
|
||||
gradle:
|
||||
- yes
|
||||
scandelete:
|
||||
- android/Snapcast/src/main/assets/bin
|
||||
build:
|
||||
- pushd ../..
|
||||
- ndkdir="$PWD/ndk"
|
||||
- sed -i "s@NDK_DIR=.*@NDK_DIR='${ndkdir}'@" client/build_android.sh externals/build_externals_android.sh
|
||||
- pushd $$NDK$$/build/tools
|
||||
- ./make_standalone_toolchain.py --arch arm --api 14 --install-dir ${ndkdir}
|
||||
- popd
|
||||
- pushd externals
|
||||
- sh build_externals_android.sh
|
||||
- pushd ../client
|
||||
- sh build_android.sh
|
||||
ndk: r13b
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.13.0
|
||||
CurrentVersionCode: 1300
|
|
@ -1,33 +0,0 @@
|
|||
AntiFeatures:NonFreeDep
|
||||
Categories:Theming
|
||||
License:Apache-2.0
|
||||
Web Site:
|
||||
Source Code:https://github.com/bashtian/dashclock-sunrise
|
||||
Issue Tracker:https://github.com/bashtian/dashclock-sunrise/issues
|
||||
|
||||
Name:DashClock: Sunrise
|
||||
Auto Name:DashClock Sunrise Extension
|
||||
Summary:Sunrise and sunset info on lock-screen
|
||||
Description:
|
||||
Sunrise and Sunset extension for [[net.nurik.roman.dashclock]].
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/bashtian/dashclock-sunrise.git
|
||||
|
||||
Build:1.2,3
|
||||
commit=efa766364ba5e6aaee1259b5d9937bbf1fb08ba8
|
||||
srclibs=1:DashClock/api@v1.2,SunriseSunset@77c8d62dbd
|
||||
extlibs=junit/junit-4.10.jar
|
||||
prebuild=echo 'source.dir=src;$$SunriseSunset$$/src' >> project.properties
|
||||
|
||||
Maintainer Notes:
|
||||
Was disabled waiting for https://github.com/bashtian/dashclock-sunrise/issues/1
|
||||
to be fixed. However, there are free implementations available depending on your
|
||||
device and rom.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.2
|
||||
Current Version Code:3
|
36
metadata/de.bashtian.dashclocksunrise.yml
Normal file
36
metadata/de.bashtian.dashclocksunrise.yml
Normal file
|
@ -0,0 +1,36 @@
|
|||
AntiFeatures:
|
||||
- NonFreeDep
|
||||
Categories:
|
||||
- Theming
|
||||
License: Apache-2.0
|
||||
SourceCode: https://github.com/bashtian/dashclock-sunrise
|
||||
IssueTracker: https://github.com/bashtian/dashclock-sunrise/issues
|
||||
|
||||
Name: 'DashClock: Sunrise'
|
||||
AutoName: DashClock Sunrise Extension
|
||||
Summary: Sunrise and sunset info on lock-screen
|
||||
Description: Sunrise and Sunset extension for [[net.nurik.roman.dashclock]].
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/bashtian/dashclock-sunrise.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.2'
|
||||
versionCode: 3
|
||||
commit: efa766364ba5e6aaee1259b5d9937bbf1fb08ba8
|
||||
srclibs:
|
||||
- 1:DashClock/api@v1.2
|
||||
- SunriseSunset@77c8d62dbd
|
||||
extlibs:
|
||||
- junit/junit-4.10.jar
|
||||
prebuild: echo 'source.dir=src;$$SunriseSunset$$/src' >> project.properties
|
||||
|
||||
MaintainerNotes: |-
|
||||
Was disabled waiting for https://github.com/bashtian/dashclock-sunrise/issues/1
|
||||
to be fixed. However, there are free implementations available depending on your
|
||||
device and rom.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '1.2'
|
||||
CurrentVersionCode: 3
|
|
@ -1,76 +0,0 @@
|
|||
Categories:Internet
|
||||
License:GPL-3.0-or-later
|
||||
Web Site:https://github.com/scoute-dich/Diaspora/wiki
|
||||
Source Code:https://github.com/scoute-dich/Diaspora
|
||||
Issue Tracker:https://github.com/scoute-dich/Diaspora/issues
|
||||
Changelog:https://github.com/scoute-dich/Diaspora/blob/HEAD/CHANGELOG.md
|
||||
|
||||
Auto Name:Diaspora
|
||||
Summary:Client for the Diaspora social network
|
||||
Description:
|
||||
'''Warning:''' This app has been discontinued in favor of
|
||||
[[com.github.dfa.diaspora_android]].
|
||||
|
||||
Unofficial webview based client for the community-run, distributed social
|
||||
network "Diaspora". It's currently under development and should be used with
|
||||
that in mind. Please submit any bugs you might find.
|
||||
|
||||
Based on [[ar.com.tristeslostrestigres.diasporanativewebapp]].
|
||||
|
||||
[https://github.com/scoute-dich/Diaspora/blob/HEAD/SCREENSHOTS.md Screenshots]
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/scoute-dich/Diaspora
|
||||
|
||||
Build:1.0.1,2
|
||||
disable=https://github.com/scoute-dich/Diaspora/issues/2
|
||||
commit=v1.0.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.1,5
|
||||
disable=https://github.com/scoute-dich/Diaspora/issues/2
|
||||
commit=v1.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=echo -e "android { lintOptions { disable 'MissingTranslation' } }" >> build.gradle
|
||||
|
||||
Build:1.1.1,10
|
||||
disable=https://github.com/scoute-dich/Diaspora/issues/2
|
||||
commit=v1.1.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2,15
|
||||
disable=https://github.com/scoute-dich/Diaspora/issues/2
|
||||
commit=v1.2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2.1,16
|
||||
disable=https://github.com/scoute-dich/Diaspora/issues/2
|
||||
commit=v1.2.1
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.3,17
|
||||
commit=v1.3
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.4,22
|
||||
commit=v1.4
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.5,23
|
||||
commit=v1.5
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Archive Policy:0 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.5
|
||||
Current Version Code:23
|
94
metadata/de.baumann.diaspora.yml
Normal file
94
metadata/de.baumann.diaspora.yml
Normal file
|
@ -0,0 +1,94 @@
|
|||
Categories:
|
||||
- Internet
|
||||
License: GPL-3.0-or-later
|
||||
WebSite: https://github.com/scoute-dich/Diaspora/wiki
|
||||
SourceCode: https://github.com/scoute-dich/Diaspora
|
||||
IssueTracker: https://github.com/scoute-dich/Diaspora/issues
|
||||
Changelog: https://github.com/scoute-dich/Diaspora/blob/HEAD/CHANGELOG.md
|
||||
|
||||
AutoName: Diaspora
|
||||
Summary: Client for the Diaspora social network
|
||||
Description: |-
|
||||
'''Warning:''' This app has been discontinued in favor of
|
||||
[[com.github.dfa.diaspora_android]].
|
||||
|
||||
Unofficial webview based client for the community-run, distributed social
|
||||
network "Diaspora". It's currently under development and should be used with
|
||||
that in mind. Please submit any bugs you might find.
|
||||
|
||||
Based on [[ar.com.tristeslostrestigres.diasporanativewebapp]].
|
||||
|
||||
[https://github.com/scoute-dich/Diaspora/blob/HEAD/SCREENSHOTS.md Screenshots]
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/scoute-dich/Diaspora
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.1
|
||||
versionCode: 2
|
||||
disable: https://github.com/scoute-dich/Diaspora/issues/2
|
||||
commit: v1.0.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.1'
|
||||
versionCode: 5
|
||||
disable: https://github.com/scoute-dich/Diaspora/issues/2
|
||||
commit: v1.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation' } }" >>
|
||||
build.gradle
|
||||
|
||||
- versionName: 1.1.1
|
||||
versionCode: 10
|
||||
disable: https://github.com/scoute-dich/Diaspora/issues/2
|
||||
commit: v1.1.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.2'
|
||||
versionCode: 15
|
||||
disable: https://github.com/scoute-dich/Diaspora/issues/2
|
||||
commit: v1.2
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.2.1
|
||||
versionCode: 16
|
||||
disable: https://github.com/scoute-dich/Diaspora/issues/2
|
||||
commit: v1.2.1
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.3'
|
||||
versionCode: 17
|
||||
commit: v1.3
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.4'
|
||||
versionCode: 22
|
||||
commit: v1.4
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.5'
|
||||
versionCode: 23
|
||||
commit: v1.5
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
ArchivePolicy: 0 versions
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: '1.5'
|
||||
CurrentVersionCode: 23
|
|
@ -1,56 +0,0 @@
|
|||
Disabled:wip
|
||||
Categories:Reading
|
||||
License:GPL-2.0-only
|
||||
Web Site:http://videlibri.sourceforge.net
|
||||
Source Code:https://sourceforge.net/p/videlibri/code/ci/default/tree
|
||||
Issue Tracker:https://sourceforge.net/p/videlibri/tickets
|
||||
|
||||
Name:VideLibri
|
||||
Auto Name:VideLibri
|
||||
Summary:A client for (German) public libraries
|
||||
Description:
|
||||
VideLibri watches over the books you have lend in public libraries. It will
|
||||
automatically renew the loan period, warn you if some books are due, and keep a
|
||||
history of all ever lend books. You can also search new books in the catalog and
|
||||
order the found books. It has been tested with over 100 libraries in
|
||||
Germany/Austria/Switzerland.
|
||||
|
||||
A custom programming language based on XQuery with pattern matching and a
|
||||
corresponding interpreter have been developed for VideLibri, so you can add
|
||||
support for any existing library without changing anything in the App itself.
|
||||
Due to the pattern matching many libraries can be added by inserting annotations
|
||||
on downloaded library webpages without writing any source in the custom
|
||||
programming language, too.
|
||||
.
|
||||
|
||||
Repo Type:hg
|
||||
Repo:http://hg.code.sf.net/p/videlibri/code
|
||||
|
||||
Build:1.650,1650
|
||||
disable=see maintainer notes
|
||||
commit=VIDELIBRI 1.650
|
||||
subdir=programs/internet/VideLibri/android/android/
|
||||
srclibs=ACRA@acra-4.5.0,1:ActionBarSherlock@4.4.0
|
||||
extlibs=android/android-support-v4.jar
|
||||
prebuild=pushd $$ACRA$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$ACRA$$/target/acra-4.5.0.jar libs/ && \
|
||||
cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/ && \
|
||||
android update project -p ./
|
||||
build=sh ../manage.sh
|
||||
|
||||
Build:1.666,1666
|
||||
disable=see maintainer notes
|
||||
|
||||
Maintainer Notes:
|
||||
* requires freepsacal fpc-2.7
|
||||
* add all *.pas files to fpc.cfg
|
||||
* lazarus pascal IDE with it's component library
|
||||
* try to get manager.sh content over here
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags ^VIDELIBRI
|
||||
Current Version:2.05
|
||||
Current Version Code:2051
|
62
metadata/de.benibela.videlibri.yml
Normal file
62
metadata/de.benibela.videlibri.yml
Normal file
|
@ -0,0 +1,62 @@
|
|||
Disabled: wip
|
||||
Categories:
|
||||
- Reading
|
||||
License: GPL-2.0-only
|
||||
WebSite: http://videlibri.sourceforge.net
|
||||
SourceCode: https://sourceforge.net/p/videlibri/code/ci/default/tree
|
||||
IssueTracker: https://sourceforge.net/p/videlibri/tickets
|
||||
|
||||
Name: VideLibri
|
||||
AutoName: VideLibri
|
||||
Summary: A client for (German) public libraries
|
||||
Description: |-
|
||||
VideLibri watches over the books you have lend in public libraries. It will
|
||||
automatically renew the loan period, warn you if some books are due, and keep a
|
||||
history of all ever lend books. You can also search new books in the catalog and
|
||||
order the found books. It has been tested with over 100 libraries in
|
||||
Germany/Austria/Switzerland.
|
||||
|
||||
A custom programming language based on XQuery with pattern matching and a
|
||||
corresponding interpreter have been developed for VideLibri, so you can add
|
||||
support for any existing library without changing anything in the App itself.
|
||||
Due to the pattern matching many libraries can be added by inserting annotations
|
||||
on downloaded library webpages without writing any source in the custom
|
||||
programming language, too.
|
||||
|
||||
RepoType: hg
|
||||
Repo: http://hg.code.sf.net/p/videlibri/code
|
||||
|
||||
Builds:
|
||||
- versionName: '1.650'
|
||||
versionCode: 1650
|
||||
disable: see maintainer notes
|
||||
commit: VIDELIBRI 1.650
|
||||
subdir: programs/internet/VideLibri/android/android/
|
||||
srclibs:
|
||||
- ACRA@acra-4.5.0
|
||||
- 1:ActionBarSherlock@4.4.0
|
||||
extlibs:
|
||||
- android/android-support-v4.jar
|
||||
prebuild:
|
||||
- pushd $$ACRA$$
|
||||
- $$MVN3$$ package
|
||||
- popd
|
||||
- cp $$ACRA$$/target/acra-4.5.0.jar libs/
|
||||
- cp libs/android-support-v4.jar $$ActionBarSherlock$$/libs/
|
||||
- android update project -p ./
|
||||
build: sh ../manage.sh
|
||||
|
||||
- versionName: '1.666'
|
||||
versionCode: 1666
|
||||
disable: see maintainer notes
|
||||
|
||||
MaintainerNotes: |-
|
||||
* requires freepsacal fpc-2.7
|
||||
* add all *.pas files to fpc.cfg
|
||||
* lazarus pascal IDE with it's component library
|
||||
* try to get manager.sh content over here
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags ^VIDELIBRI
|
||||
CurrentVersion: '2.05'
|
||||
CurrentVersionCode: 2051
|
|
@ -1,72 +0,0 @@
|
|||
Categories:Money
|
||||
License:GPL-3.0-only
|
||||
Web Site:http://bitshares-munich.de
|
||||
Source Code:https://github.com/kenCode-de/smartcoins-wallet
|
||||
Issue Tracker:https://github.com/kenCode-de/smartcoins-wallet/issues
|
||||
|
||||
Auto Name:Smartcoins Wallet
|
||||
Summary:Use Smartcoins like bitBTC, bitUSD & bitEUR in 22 languages w/QR codes & more
|
||||
Description:
|
||||
Cryptocurrency volatility is now a thing of the past. BitShares’ Smartcoins are
|
||||
tokens that are market-pegged to individual fiat currencies like the Dollar,
|
||||
Euro, Yuan and assets like Businesses, Gold and Oil. Thousands of investors,
|
||||
savers, traders and employers now use Smartcoins to buy and sell goods and
|
||||
services globally.
|
||||
|
||||
Smartcoins Wallet now works at all BlockPay enabled merchants worldwide!
|
||||
|
||||
* Send and Receive Smartcoins (bitBTC, bitUSD, bitEUR, bitCNY, bitSILVER, etc)
|
||||
* Send and Receive User Issued Assets (UIAs) – (STEALTH, NIKKEI, COFFEE, FISTBUMP, etc)
|
||||
* Receive eReceipts automatically via merchant QR codes
|
||||
* Receive Loyalty Points (similar to Rewards Cards) from participating merchants
|
||||
* Overdraft Protection is included just in case (can pull from one of your backup assets)
|
||||
* Absolute Security; Graphene blockchain based, End-to-End Encryption, BrainKey, multi-signature account permissions, auto-encrypted Backups, auto-close and PIN verifications (if desired)
|
||||
* No Bluetooth, NFC, merchant wireless service or special hardware is required
|
||||
* Use QR Codes to Send funds locally (uses your phone’s camera to scan their QR Code)
|
||||
* Use QR Codes to Receive funds locally (displays your QR Code so your friend can scan it)
|
||||
* Proven 100,000+ transactions per second which is more than Visa and Mastercard combined!
|
||||
* Register new, Import existing, Upgrade existing and Remove multiple accounts in wallet if desired
|
||||
* Equivalent fiat values can be shown under each coin or asset you own
|
||||
* WSS Hopping; Allows your wallet to quickly find the best node for optimum network connections
|
||||
* Supports a large Memo field with sending payments (for personal notes or notes to the recipient)
|
||||
* Share the Smartcoins Wallet app with friends and get rewards
|
||||
* Choose friendly account names; No more long cryptic addresses, account numbers, BIC/IBAN, Swift codes, etc
|
||||
* Easy export features allow one or more transactions to be exported to pdf or csv for accounting
|
||||
* Contacts can be organized by nickname labels. Notes and Avatars also supported!
|
||||
* Quickly and Easily share your payment address via email, chat, wireless, SMS, social media and telephone
|
||||
* Monitor all Balances and Transactions in real-time; UI/UX never needs a refresh
|
||||
|
||||
You can find more information [https://github.com/kenCode-de/smartcoins-wallet
|
||||
here].
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/kenCode-de/smartcoins-wallet.git
|
||||
|
||||
Build:1.0.5,186
|
||||
commit=v1.0.5
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.0.6,187
|
||||
commit=v1.0.6
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.5.13,202
|
||||
disable=crashlytics
|
||||
commit=v1.5.13
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.5.14,203
|
||||
disable=crashlytics, see https://github.com/kenCode-de/smartcoins-wallet/issues/68
|
||||
commit=v1.5.14
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:HTTP
|
||||
Update Check Data:https://raw.githubusercontent.com/kenCode-de/smartcoins-wallet/HEAD/build.gradle|versionCode (.*)|.|versionName "(.*)"
|
||||
Current Version:1.5.16
|
||||
Current Version Code:205
|
83
metadata/de.bitsharesmunich.smartcoinswallet.yml
Normal file
83
metadata/de.bitsharesmunich.smartcoinswallet.yml
Normal file
|
@ -0,0 +1,83 @@
|
|||
Categories:
|
||||
- Money
|
||||
License: GPL-3.0-only
|
||||
WebSite: http://bitshares-munich.de
|
||||
SourceCode: https://github.com/kenCode-de/smartcoins-wallet
|
||||
IssueTracker: https://github.com/kenCode-de/smartcoins-wallet/issues
|
||||
|
||||
AutoName: Smartcoins Wallet
|
||||
Summary: Use Smartcoins like bitBTC, bitUSD & bitEUR in 22 languages w/QR codes &
|
||||
more
|
||||
Description: |-
|
||||
Cryptocurrency volatility is now a thing of the past. BitShares’ Smartcoins are
|
||||
tokens that are market-pegged to individual fiat currencies like the Dollar,
|
||||
Euro, Yuan and assets like Businesses, Gold and Oil. Thousands of investors,
|
||||
savers, traders and employers now use Smartcoins to buy and sell goods and
|
||||
services globally.
|
||||
|
||||
Smartcoins Wallet now works at all BlockPay enabled merchants worldwide!
|
||||
|
||||
* Send and Receive Smartcoins (bitBTC, bitUSD, bitEUR, bitCNY, bitSILVER, etc)
|
||||
* Send and Receive User Issued Assets (UIAs) – (STEALTH, NIKKEI, COFFEE, FISTBUMP, etc)
|
||||
* Receive eReceipts automatically via merchant QR codes
|
||||
* Receive Loyalty Points (similar to Rewards Cards) from participating merchants
|
||||
* Overdraft Protection is included just in case (can pull from one of your backup assets)
|
||||
* Absolute Security; Graphene blockchain based, End-to-End Encryption, BrainKey, multi-signature account permissions, auto-encrypted Backups, auto-close and PIN verifications (if desired)
|
||||
* No Bluetooth, NFC, merchant wireless service or special hardware is required
|
||||
* Use QR Codes to Send funds locally (uses your phone’s camera to scan their QR Code)
|
||||
* Use QR Codes to Receive funds locally (displays your QR Code so your friend can scan it)
|
||||
* Proven 100,000+ transactions per second which is more than Visa and Mastercard combined!
|
||||
* Register new, Import existing, Upgrade existing and Remove multiple accounts in wallet if desired
|
||||
* Equivalent fiat values can be shown under each coin or asset you own
|
||||
* WSS Hopping; Allows your wallet to quickly find the best node for optimum network connections
|
||||
* Supports a large Memo field with sending payments (for personal notes or notes to the recipient)
|
||||
* Share the Smartcoins Wallet app with friends and get rewards
|
||||
* Choose friendly account names; No more long cryptic addresses, account numbers, BIC/IBAN, Swift codes, etc
|
||||
* Easy export features allow one or more transactions to be exported to pdf or csv for accounting
|
||||
* Contacts can be organized by nickname labels. Notes and Avatars also supported!
|
||||
* Quickly and Easily share your payment address via email, chat, wireless, SMS, social media and telephone
|
||||
* Monitor all Balances and Transactions in real-time; UI/UX never needs a refresh
|
||||
|
||||
You can find more information [https://github.com/kenCode-de/smartcoins-wallet
|
||||
here].
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/kenCode-de/smartcoins-wallet.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.5
|
||||
versionCode: 186
|
||||
commit: v1.0.5
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.0.6
|
||||
versionCode: 187
|
||||
commit: v1.0.6
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.5.13
|
||||
versionCode: 202
|
||||
disable: crashlytics
|
||||
commit: v1.5.13
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.5.14
|
||||
versionCode: 203
|
||||
disable: crashlytics, see https://github.com/kenCode-de/smartcoins-wallet/issues/68
|
||||
commit: v1.5.14
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/kenCode-de/smartcoins-wallet/HEAD/build.gradle|versionCode
|
||||
(.*)|.|versionName "(.*)"
|
||||
CurrentVersion: 1.5.16
|
||||
CurrentVersionCode: 205
|
|
@ -1,49 +0,0 @@
|
|||
Categories:Games
|
||||
License:GPL-2.0-only
|
||||
Web Site:
|
||||
Source Code:https://github.com/knilch0r/freeshisen
|
||||
Issue Tracker:https://github.com/knilch0r/freeshisen/issues
|
||||
|
||||
Auto Name:FreeShisen
|
||||
Summary:Shisen-Sho game
|
||||
Description:
|
||||
Shisen-Sho is a Japanese tile-based game which uses Mahjong tiles. The objective
|
||||
is to match similar tiles in pairs until every tile has been removed.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/knilch0r/freeshisen
|
||||
|
||||
Build:0.3,7
|
||||
commit=b4f0ce3614b2
|
||||
|
||||
Build:0.5,9
|
||||
commit=78687484bc4540b5
|
||||
|
||||
Build:0.6rc1,10
|
||||
commit=269ac2820ad142a9ed65d99585e2334a1d6c1f21
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:0.6.1,13
|
||||
commit=c2baf6af369c0eef385ae99f17af90598687dc81
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/keystoreProperties/d' -e '/buildToolsVersion/s/25.0.2/25.0.0/g' build.gradle
|
||||
|
||||
Build:0.6.2,14
|
||||
commit=81e02ce072adf559f732dc701816f1a4deb383d6
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/keystoreProperties/d' -e '/buildToolsVersion/s/25.0.2/25.0.0/g' build.gradle
|
||||
|
||||
Build:0.6.4,16
|
||||
commit=6d51b271ed1fcc923c813eab008b498e987c3f86
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/keystoreProperties/d' build.gradle
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:0.6.6
|
||||
Current Version Code:18
|
61
metadata/de.cwde.freeshisen.yml
Normal file
61
metadata/de.cwde.freeshisen.yml
Normal file
|
@ -0,0 +1,61 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-2.0-only
|
||||
SourceCode: https://github.com/knilch0r/freeshisen
|
||||
IssueTracker: https://github.com/knilch0r/freeshisen/issues
|
||||
|
||||
AutoName: FreeShisen
|
||||
Summary: Shisen-Sho game
|
||||
Description: |-
|
||||
Shisen-Sho is a Japanese tile-based game which uses Mahjong tiles. The objective
|
||||
is to match similar tiles in pairs until every tile has been removed.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/knilch0r/freeshisen
|
||||
|
||||
Builds:
|
||||
- versionName: '0.3'
|
||||
versionCode: 7
|
||||
commit: b4f0ce3614b2
|
||||
|
||||
- versionName: '0.5'
|
||||
versionCode: 9
|
||||
commit: 78687484bc4540b5
|
||||
|
||||
- versionName: 0.6rc1
|
||||
versionCode: 10
|
||||
commit: 269ac2820ad142a9ed65d99585e2334a1d6c1f21
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 0.6.1
|
||||
versionCode: 13
|
||||
commit: c2baf6af369c0eef385ae99f17af90598687dc81
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/keystoreProperties/d' -e '/buildToolsVersion/s/25.0.2/25.0.0/g'
|
||||
build.gradle
|
||||
|
||||
- versionName: 0.6.2
|
||||
versionCode: 14
|
||||
commit: 81e02ce072adf559f732dc701816f1a4deb383d6
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/keystoreProperties/d' -e '/buildToolsVersion/s/25.0.2/25.0.0/g'
|
||||
build.gradle
|
||||
|
||||
- versionName: 0.6.4
|
||||
versionCode: 16
|
||||
commit: 6d51b271ed1fcc923c813eab008b498e987c3f86
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/keystoreProperties/d' build.gradle
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: 0.6.6
|
||||
CurrentVersionCode: 18
|
|
@ -1,31 +0,0 @@
|
|||
Categories:System,Connectivity
|
||||
License:GPL-3.0-or-later
|
||||
Author Name:Christian Weiske
|
||||
Author Email:cweiske+fdroid.org@cweiske.de
|
||||
Web Site:
|
||||
Source Code:https://github.com/cweiske/headphoneindicator
|
||||
Issue Tracker:https://github.com/cweiske/headphoneindicator/issues
|
||||
|
||||
Auto Name:Headphone indicator
|
||||
Summary:Show a status icon when headphones are plugged in
|
||||
Description:
|
||||
Shows a notification icon in the status bar when headphones are plugged into the
|
||||
phone.
|
||||
|
||||
After installation, you have to start the application at least once. Then it
|
||||
will be running as a background service that shows the headset status icon
|
||||
whenever the headphones are plugged in. You can close the app, and the status
|
||||
icon will still work - even after rebooting your phone.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/cweiske/headphoneindicator
|
||||
|
||||
Build:1.0.0,1
|
||||
commit=v1.0.0
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0.0
|
||||
Current Version Code:1
|
34
metadata/de.cweiske.headphoneindicator.yml
Normal file
34
metadata/de.cweiske.headphoneindicator.yml
Normal file
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- System
|
||||
- Connectivity
|
||||
License: GPL-3.0-or-later
|
||||
AuthorName: Christian Weiske
|
||||
AuthorEmail: cweiske+fdroid.org@cweiske.de
|
||||
SourceCode: https://github.com/cweiske/headphoneindicator
|
||||
IssueTracker: https://github.com/cweiske/headphoneindicator/issues
|
||||
|
||||
AutoName: Headphone indicator
|
||||
Summary: Show a status icon when headphones are plugged in
|
||||
Description: |-
|
||||
Shows a notification icon in the status bar when headphones are plugged into the
|
||||
phone.
|
||||
|
||||
After installation, you have to start the application at least once. Then it
|
||||
will be running as a background service that shows the headset status icon
|
||||
whenever the headphones are plugged in. You can close the app, and the status
|
||||
icon will still work - even after rebooting your phone.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/cweiske/headphoneindicator
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1
|
||||
commit: v1.0.0
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 1
|
|
@ -1,24 +0,0 @@
|
|||
Categories:System
|
||||
License:Apache-2.0
|
||||
Web Site:http://www.danielweisser.de/blog
|
||||
Source Code:https://github.com/weisserd/LDAP-Sync
|
||||
Issue Tracker:https://github.com/weisserd/LDAP-Sync/issues
|
||||
|
||||
Auto Name:LDAP Sync
|
||||
Summary:Sync your contacts with LDAP
|
||||
Description:
|
||||
LDAP synchronization adapter for Android phones. It integrates seamlessly into
|
||||
the Android accounts and allows the synchronization of contacts stored in a LDAP
|
||||
or Active Directory server.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/weisserd/LDAP-Sync.git
|
||||
|
||||
Build:1.5,12
|
||||
commit=6198272a
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.5
|
||||
Current Version Code:12
|
26
metadata/de.danielweisser.android.ldapsync.yml
Normal file
26
metadata/de.danielweisser.android.ldapsync.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
WebSite: http://www.danielweisser.de/blog
|
||||
SourceCode: https://github.com/weisserd/LDAP-Sync
|
||||
IssueTracker: https://github.com/weisserd/LDAP-Sync/issues
|
||||
|
||||
AutoName: LDAP Sync
|
||||
Summary: Sync your contacts with LDAP
|
||||
Description: |-
|
||||
LDAP synchronization adapter for Android phones. It integrates seamlessly into
|
||||
the Android accounts and allows the synchronization of contacts stored in a LDAP
|
||||
or Active Directory server.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/weisserd/LDAP-Sync.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.5'
|
||||
versionCode: 12
|
||||
commit: 6198272a
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '1.5'
|
||||
CurrentVersionCode: 12
|
|
@ -1,31 +0,0 @@
|
|||
Categories:Sports & Health
|
||||
License:Apache-2.0
|
||||
Web Site:https://workreloaded.com/?page_id=280
|
||||
Source Code:https://github.com/yashima/droidweight
|
||||
Issue Tracker:https://github.com/yashima/droidweight/issues
|
||||
Changelog:https://workreloaded.com/?page_id=405
|
||||
|
||||
Auto Name:DroidWeight
|
||||
Summary:Weight tracker
|
||||
Description:
|
||||
Droid Weight is a simple, easy to use, weight tracking app that helps you keep a
|
||||
journal of your weight on your device. Besides weight, allows to track few other
|
||||
body parameters. Calculates BMI (Body Mass Index). Draws graphs of parameters
|
||||
across the time. Allows to enter a value just for current date/time (not what
|
||||
measured yesterday and forgot to add), but supports CSV import/export.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/yashima/droidweight
|
||||
|
||||
Build:1.3.3,9
|
||||
commit=be139bc9d72a
|
||||
|
||||
Build:1.5.4,17
|
||||
commit=version-17
|
||||
|
||||
Archive Policy:0 versions
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.5.4
|
||||
Current Version Code:17
|
34
metadata/de.delusions.measure.yml
Normal file
34
metadata/de.delusions.measure.yml
Normal file
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- Sports & Health
|
||||
License: Apache-2.0
|
||||
WebSite: https://workreloaded.com/?page_id=280
|
||||
SourceCode: https://github.com/yashima/droidweight
|
||||
IssueTracker: https://github.com/yashima/droidweight/issues
|
||||
Changelog: https://workreloaded.com/?page_id=405
|
||||
|
||||
AutoName: DroidWeight
|
||||
Summary: Weight tracker
|
||||
Description: |-
|
||||
Droid Weight is a simple, easy to use, weight tracking app that helps you keep a
|
||||
journal of your weight on your device. Besides weight, allows to track few other
|
||||
body parameters. Calculates BMI (Body Mass Index). Draws graphs of parameters
|
||||
across the time. Allows to enter a value just for current date/time (not what
|
||||
measured yesterday and forgot to add), but supports CSV import/export.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/yashima/droidweight
|
||||
|
||||
Builds:
|
||||
- versionName: 1.3.3
|
||||
versionCode: 9
|
||||
commit: be139bc9d72a
|
||||
|
||||
- versionName: 1.5.4
|
||||
versionCode: 17
|
||||
commit: version-17
|
||||
|
||||
ArchivePolicy: 0 versions
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 1.5.4
|
||||
CurrentVersionCode: 17
|
|
@ -1,24 +0,0 @@
|
|||
Categories:Theming
|
||||
License:Apache-2.0
|
||||
Web Site:
|
||||
Source Code:https://github.com/devisnik/slider
|
||||
Issue Tracker:https://github.com/devisnik/slider/issues
|
||||
|
||||
Auto Name:Slider
|
||||
Summary:Live wallpaper with 15-puzzle look
|
||||
Description:
|
||||
Live wallpaper that animates images like a 15-puzzle sliding game.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/devisnik/slider
|
||||
|
||||
Build:1.3.0,5
|
||||
commit=045a60f4cbe5406f9ff615c401ac04ff43f80fb5
|
||||
subdir=android
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.3.0
|
||||
Current Version Code:5
|
25
metadata/de.devisnik.android.sliding.yml
Normal file
25
metadata/de.devisnik.android.sliding.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
Categories:
|
||||
- Theming
|
||||
License: Apache-2.0
|
||||
SourceCode: https://github.com/devisnik/slider
|
||||
IssueTracker: https://github.com/devisnik/slider/issues
|
||||
|
||||
AutoName: Slider
|
||||
Summary: Live wallpaper with 15-puzzle look
|
||||
Description: Live wallpaper that animates images like a 15-puzzle sliding game.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/devisnik/slider
|
||||
|
||||
Builds:
|
||||
- versionName: 1.3.0
|
||||
versionCode: 5
|
||||
commit: 045a60f4cbe5406f9ff615c401ac04ff43f80fb5
|
||||
subdir: android
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: 1.3.0
|
||||
CurrentVersionCode: 5
|
|
@ -1,29 +0,0 @@
|
|||
Categories:Money
|
||||
License:GPL-2.0-or-later
|
||||
Web Site:https://gitlab.com/kollo/PizzaCostCalculator
|
||||
Source Code:https://gitlab.com/kollo/PizzaCostCalculator/tree/HEAD
|
||||
Issue Tracker:https://gitlab.com/kollo/PizzaCostCalculator/issues
|
||||
|
||||
Auto Name:Pizza Cost
|
||||
Summary:Calculate optimal offer out of three round pizzas
|
||||
Description:
|
||||
Calculate which pizza is the best offer, based on diameter and price. Use
|
||||
gestures to adjust price and diameter of three pizzas (small, medium, large) to
|
||||
compare. The winner will change color (turn green).
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://gitlab.com/kollo/PizzaCostCalculator.git
|
||||
|
||||
Build:1.04-7,7
|
||||
commit=6dfa7b89306078db6597eaba751d26b0d0393440
|
||||
gradle=yes
|
||||
|
||||
Build:1.05-9,9
|
||||
commit=b4b300edc38ad2e979c14df5bb0f9b7979d89d03
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.05-10
|
||||
Current Version Code:10
|
34
metadata/de.drhoffmannsoft.pizza.yml
Normal file
34
metadata/de.drhoffmannsoft.pizza.yml
Normal file
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- Money
|
||||
License: GPL-2.0-or-later
|
||||
WebSite: https://gitlab.com/kollo/PizzaCostCalculator
|
||||
SourceCode: https://gitlab.com/kollo/PizzaCostCalculator/tree/HEAD
|
||||
IssueTracker: https://gitlab.com/kollo/PizzaCostCalculator/issues
|
||||
|
||||
AutoName: Pizza Cost
|
||||
Summary: Calculate optimal offer out of three round pizzas
|
||||
Description: |-
|
||||
Calculate which pizza is the best offer, based on diameter and price. Use
|
||||
gestures to adjust price and diameter of three pizzas (small, medium, large) to
|
||||
compare. The winner will change color (turn green).
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/kollo/PizzaCostCalculator.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.04-7
|
||||
versionCode: 7
|
||||
commit: 6dfa7b89306078db6597eaba751d26b0d0393440
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.05-9
|
||||
versionCode: 9
|
||||
commit: b4b300edc38ad2e979c14df5bb0f9b7979d89d03
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: 1.05-10
|
||||
CurrentVersionCode: 10
|
|
@ -1,30 +0,0 @@
|
|||
Categories:Science & Education
|
||||
License:GPL-2.0-only
|
||||
Web Site:
|
||||
Source Code:https://gitlab.com/kollo/Tschernobyl
|
||||
Issue Tracker:https://gitlab.com/kollo/Tschernobyl/issues
|
||||
|
||||
Auto Name:TSCH_BYL
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://gitlab.com/kollo/Tschernobyl.git
|
||||
|
||||
Build:1.16-7,7
|
||||
commit=7c1c3086abf4972f2bd64a86776873025034473c
|
||||
gradle=yes
|
||||
|
||||
Build:1.16-9,9
|
||||
commit=7e59d8f16cff0b29cac8393af1f1fcea86902b6c
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/keystore/d' build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
Summary and Description have been moved to the new localizable text files:
|
||||
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.16-9-sf
|
||||
Current Version Code:9
|
|
@ -1,27 +0,0 @@
|
|||
Categories:Theming,Science & Education
|
||||
License:MIT
|
||||
Web Site:http://xearth.org/
|
||||
Source Code:https://gitlab.com/kollo/xearth
|
||||
Issue Tracker:https://gitlab.com/kollo/xearth/issues
|
||||
Changelog:https://gitlab.com/kollo/xearth/blob/HEAD/CHANGELOG
|
||||
|
||||
Auto Name:Xearth
|
||||
Summary:Xearth live wallpaper
|
||||
Description:
|
||||
Sets the screen background to an image of the Earth, as seen from your favorite
|
||||
vantage point in space, correctly shaded for the current position of the Sun.
|
||||
By default, xearth updates the displayed image every five minutes. The time
|
||||
between updates and many more parameters can be changed using several options.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://gitlab.com/kollo/xearth.git
|
||||
|
||||
Build:1.2-22,22
|
||||
commit=1.2-22
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.2-22
|
||||
Current Version Code:22
|
31
metadata/de.drhoffmannsoftware.xearth.yml
Normal file
31
metadata/de.drhoffmannsoftware.xearth.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
Categories:
|
||||
- Theming
|
||||
- Science & Education
|
||||
License: MIT
|
||||
WebSite: http://xearth.org/
|
||||
SourceCode: https://gitlab.com/kollo/xearth
|
||||
IssueTracker: https://gitlab.com/kollo/xearth/issues
|
||||
Changelog: https://gitlab.com/kollo/xearth/blob/HEAD/CHANGELOG
|
||||
|
||||
AutoName: Xearth
|
||||
Summary: Xearth live wallpaper
|
||||
Description: |-
|
||||
Sets the screen background to an image of the Earth, as seen from your favorite
|
||||
vantage point in space, correctly shaded for the current position of the Sun.
|
||||
By default, xearth updates the displayed image every five minutes. The time
|
||||
between updates and many more parameters can be changed using several options.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/kollo/xearth.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2-22
|
||||
versionCode: 22
|
||||
commit: 1.2-22
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.2-22
|
||||
CurrentVersionCode: 22
|
34
metadata/de.drhoffmannsoftware.yml
Normal file
34
metadata/de.drhoffmannsoftware.yml
Normal file
|
@ -0,0 +1,34 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
License: GPL-2.0-only
|
||||
SourceCode: https://gitlab.com/kollo/Tschernobyl
|
||||
IssueTracker: https://gitlab.com/kollo/Tschernobyl/issues
|
||||
|
||||
AutoName: TSCH_BYL
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/kollo/Tschernobyl.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.16-7
|
||||
versionCode: 7
|
||||
commit: 7c1c3086abf4972f2bd64a86776873025034473c
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.16-9
|
||||
versionCode: 9
|
||||
commit: 7e59d8f16cff0b29cac8393af1f1fcea86902b6c
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/keystore/d' build.gradle
|
||||
|
||||
MaintainerNotes: |-
|
||||
Summary and Description have been moved to the new localizable text files:
|
||||
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: 1.16-9-sf
|
||||
CurrentVersionCode: 9
|
|
@ -1,41 +0,0 @@
|
|||
Categories:Games
|
||||
License:GPL-2.0-only
|
||||
Web Site:
|
||||
Source Code:https://github.com/ge0rg/gamemasterdice
|
||||
Issue Tracker:https://github.com/ge0rg/gamemasterdice/issues
|
||||
|
||||
Auto Name:DSA Dice
|
||||
Summary:Dice Generator
|
||||
Description:
|
||||
A dice rolling application with a special focus on the 3D20 role playing game
|
||||
(RPG) system.
|
||||
|
||||
Features:
|
||||
|
||||
* four configurable dice buttons (long-press to configure)
|
||||
* backlog of recent dice rolls
|
||||
* remembers the most commonly used dice
|
||||
|
||||
Supported games:
|
||||
|
||||
* Dungeons & Dragons (DnD)
|
||||
* Neuroshima
|
||||
* Monastyr
|
||||
* Star Wars RPG
|
||||
* Shadowrun
|
||||
* and further d20 and 3d20 titles
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/ge0rg/gamemasterdice.git
|
||||
|
||||
Build:0.1.5,6
|
||||
commit=852aa5d917a
|
||||
|
||||
Build:0.1.6,7
|
||||
commit=0.1.6
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.1.6
|
||||
Current Version Code:7
|
43
metadata/de.duenndns.gmdice.yml
Normal file
43
metadata/de.duenndns.gmdice.yml
Normal file
|
@ -0,0 +1,43 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-2.0-only
|
||||
SourceCode: https://github.com/ge0rg/gamemasterdice
|
||||
IssueTracker: https://github.com/ge0rg/gamemasterdice/issues
|
||||
|
||||
AutoName: DSA Dice
|
||||
Summary: Dice Generator
|
||||
Description: |-
|
||||
A dice rolling application with a special focus on the 3D20 role playing game
|
||||
(RPG) system.
|
||||
|
||||
Features:
|
||||
|
||||
* four configurable dice buttons (long-press to configure)
|
||||
* backlog of recent dice rolls
|
||||
* remembers the most commonly used dice
|
||||
|
||||
Supported games:
|
||||
|
||||
* Dungeons & Dragons (DnD)
|
||||
* Neuroshima
|
||||
* Monastyr
|
||||
* Star Wars RPG
|
||||
* Shadowrun
|
||||
* and further d20 and 3d20 titles
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/ge0rg/gamemasterdice.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1.5
|
||||
versionCode: 6
|
||||
commit: 852aa5d917a
|
||||
|
||||
- versionName: 0.1.6
|
||||
versionCode: 7
|
||||
commit: 0.1.6
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.1.6
|
||||
CurrentVersionCode: 7
|
|
@ -1,40 +0,0 @@
|
|||
AntiFeatures:Tracking
|
||||
Categories:Navigation
|
||||
License:BSD-3-Clause
|
||||
Web Site:http://wiki.openstreetmap.org/wiki/Keypad-Mapper_3
|
||||
Source Code:https://github.com/msemm/Keypad-Mapper-3
|
||||
Issue Tracker:https://github.com/msemm/Keypad-Mapper-3/issues
|
||||
|
||||
Auto Name:Keypad-Mapper 3
|
||||
Summary:OSM Data Collection
|
||||
Description:
|
||||
Keypad-Mapper 3 makes it easy for you to record the GPS coordinates of house
|
||||
numbers for adding them later to OpenStreetMap.
|
||||
|
||||
Features:
|
||||
|
||||
* records house numbers
|
||||
* saves address data
|
||||
* takes GPS photos for entering in JOSM
|
||||
* indicates the GPS reception strength of GPS and GLONASS
|
||||
* exports the recorded information
|
||||
|
||||
Note that although it's not mentioned anywhere except very deep in the help
|
||||
page, this application collects and uploads GSM cell data. See
|
||||
[https://f-droid.org/repository/issues/?do=view_issue&issue=421 here] for more
|
||||
information.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/msemm/Keypad-Mapper-3.git
|
||||
|
||||
Build:3.1.00,47
|
||||
commit=0c81f1
|
||||
subdir=KeypadMapper3
|
||||
init=sed -i 's/\\\\/\//g' project.properties
|
||||
update=.,../actionbarsherlock,../enaikoon_resources_lib
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:3.1.00
|
||||
Current Version Code:47
|
46
metadata/de.enaikoon.android.keypadmapper3.yml
Normal file
46
metadata/de.enaikoon.android.keypadmapper3.yml
Normal file
|
@ -0,0 +1,46 @@
|
|||
AntiFeatures:
|
||||
- Tracking
|
||||
Categories:
|
||||
- Navigation
|
||||
License: BSD-3-Clause
|
||||
WebSite: http://wiki.openstreetmap.org/wiki/Keypad-Mapper_3
|
||||
SourceCode: https://github.com/msemm/Keypad-Mapper-3
|
||||
IssueTracker: https://github.com/msemm/Keypad-Mapper-3/issues
|
||||
|
||||
AutoName: Keypad-Mapper 3
|
||||
Summary: OSM Data Collection
|
||||
Description: |-
|
||||
Keypad-Mapper 3 makes it easy for you to record the GPS coordinates of house
|
||||
numbers for adding them later to OpenStreetMap.
|
||||
|
||||
Features:
|
||||
|
||||
* records house numbers
|
||||
* saves address data
|
||||
* takes GPS photos for entering in JOSM
|
||||
* indicates the GPS reception strength of GPS and GLONASS
|
||||
* exports the recorded information
|
||||
|
||||
Note that although it's not mentioned anywhere except very deep in the help
|
||||
page, this application collects and uploads GSM cell data. See
|
||||
[https://f-droid.org/repository/issues/?do=view_issue&issue=421 here] for more
|
||||
information.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/msemm/Keypad-Mapper-3.git
|
||||
|
||||
Builds:
|
||||
- versionName: 3.1.00
|
||||
versionCode: 47
|
||||
commit: 0c81f1
|
||||
subdir: KeypadMapper3
|
||||
init: sed -i 's/\\\\/\//g' project.properties
|
||||
androidupdate:
|
||||
- .
|
||||
- ../actionbarsherlock
|
||||
- ../enaikoon_resources_lib
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: 3.1.00
|
||||
CurrentVersionCode: 47
|
|
@ -1,26 +0,0 @@
|
|||
Categories:Science & Education
|
||||
License:GPL-3.0-only
|
||||
Web Site:
|
||||
Source Code:https://github.com/as4565683/WordValueCalculator
|
||||
Issue Tracker:https://github.com/as4565683/WordValueCalculator/issues
|
||||
|
||||
Auto Name:Word Value
|
||||
Summary:Calculate word values
|
||||
Description:
|
||||
Word values are used e.g. in geocaching and riddles: Each letter/character is
|
||||
asigned a corresponding value (a=1,z=26,0=0,9=9) and the value of a word is the
|
||||
sum of these values.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/as4565683/WordValueCalculator
|
||||
|
||||
Build:1.0,1
|
||||
commit=3596445f64ce2b95d7e779566e99a8da8bc499ac
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
28
metadata/de.feisar.wordvalue.yml
Normal file
28
metadata/de.feisar.wordvalue.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
License: GPL-3.0-only
|
||||
SourceCode: https://github.com/as4565683/WordValueCalculator
|
||||
IssueTracker: https://github.com/as4565683/WordValueCalculator/issues
|
||||
|
||||
AutoName: Word Value
|
||||
Summary: Calculate word values
|
||||
Description: |-
|
||||
Word values are used e.g. in geocaching and riddles: Each letter/character is
|
||||
asigned a corresponding value (a=1,z=26,0=0,9=9) and the value of a word is the
|
||||
sum of these values.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/as4565683/WordValueCalculator
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: 3596445f64ce2b95d7e779566e99a8da8bc499ac
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
|
@ -1,27 +0,0 @@
|
|||
Categories:Games
|
||||
License:GPL-3.0-only
|
||||
Web Site:
|
||||
Source Code:https://gitlab.com/fgerbig/SpacePeng
|
||||
Issue Tracker:https://gitlab.com/fgerbig/SpacePeng/issues
|
||||
|
||||
Auto Name:SpacePeng!
|
||||
Summary:A small but fun space shooter
|
||||
Description:
|
||||
If you loved 'Space Invaders' or 'Phoenix' this game is for you. How many levels
|
||||
can you beat in one session?
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://gitlab.com/fgerbig/SpacePeng.git
|
||||
|
||||
Build:1.58-1,1581
|
||||
commit=dab1240fd64787196b02cee631a5c5d05c517663
|
||||
subdir=android
|
||||
init=rm -fR android/libs
|
||||
gradle=yes
|
||||
scandelete=android/libs
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.59-1
|
||||
Current Version Code:1591
|
30
metadata/de.fgerbig.spacepeng.yml
Normal file
30
metadata/de.fgerbig.spacepeng.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-only
|
||||
SourceCode: https://gitlab.com/fgerbig/SpacePeng
|
||||
IssueTracker: https://gitlab.com/fgerbig/SpacePeng/issues
|
||||
|
||||
AutoName: SpacePeng!
|
||||
Summary: A small but fun space shooter
|
||||
Description: |-
|
||||
If you loved 'Space Invaders' or 'Phoenix' this game is for you. How many levels
|
||||
can you beat in one session?
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/fgerbig/SpacePeng.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.58-1
|
||||
versionCode: 1581
|
||||
commit: dab1240fd64787196b02cee631a5c5d05c517663
|
||||
subdir: android
|
||||
init: rm -fR android/libs
|
||||
gradle:
|
||||
- yes
|
||||
scandelete:
|
||||
- android/libs
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: 1.59-1
|
||||
CurrentVersionCode: 1591
|
|
@ -1,26 +0,0 @@
|
|||
Categories:System
|
||||
License:Apache-2.0
|
||||
Web Site:
|
||||
Source Code:https://archive.softwareheritage.org/browse/origin/https://android-cmis-browser.googlecode.com/hg//directory/
|
||||
Issue Tracker:
|
||||
|
||||
Auto Name:CMIS Browser
|
||||
Summary:Enterprise CM browser
|
||||
Description:
|
||||
Access content from repositories that support the CMIS protocol, like Alfresco
|
||||
or Nuxeo. CMIS = Content Management Interoperability Services.
|
||||
|
||||
* browsing the CMIS repository
|
||||
* viewing and sharing documents
|
||||
* title or fulltext search
|
||||
* Favorites
|
||||
* Multiple Repositories
|
||||
.
|
||||
|
||||
Build:0.9.6,8
|
||||
commit=release 0.9.6
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Static
|
||||
Current Version:0.9.6
|
||||
Current Version Code:8
|
26
metadata/de.fmaul.android.cmis.yml
Normal file
26
metadata/de.fmaul.android.cmis.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
SourceCode: https://archive.softwareheritage.org/browse/origin/https://android-cmis-browser.googlecode.com/hg//directory/
|
||||
|
||||
AutoName: CMIS Browser
|
||||
Summary: Enterprise CM browser
|
||||
Description: |-
|
||||
Access content from repositories that support the CMIS protocol, like Alfresco
|
||||
or Nuxeo. CMIS = Content Management Interoperability Services.
|
||||
|
||||
* browsing the CMIS repository
|
||||
* viewing and sharing documents
|
||||
* title or fulltext search
|
||||
* Favorites
|
||||
* Multiple Repositories
|
||||
|
||||
Builds:
|
||||
- versionName: 0.9.6
|
||||
versionCode: 8
|
||||
commit: release 0.9.6
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Static
|
||||
CurrentVersion: 0.9.6
|
||||
CurrentVersionCode: 8
|
|
@ -1,25 +0,0 @@
|
|||
Categories:Games
|
||||
License:Apache-2.0
|
||||
Web Site:
|
||||
Source Code:https://svn.code.sf.net/p/feri/svn/trunk/AndFish
|
||||
Issue Tracker:
|
||||
|
||||
Auto Name:AndroFish
|
||||
Summary:Simple game
|
||||
Description:
|
||||
Guide your fish to eat the other fish and grow bigger.
|
||||
.
|
||||
|
||||
Repo Type:git-svn
|
||||
Repo:https://svn.code.sf.net/p/feri/svn/trunk/AndFish
|
||||
|
||||
Build:1.3,20
|
||||
commit=e4ed2deb224729b97aa64d601451725e77b01f04
|
||||
|
||||
Build:1.3.1,21
|
||||
commit=1ec90ba52e829e294472806f7ba7a949c8b94bed
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.3.1
|
||||
Current Version Code:21
|
25
metadata/de.hechler.andfish.yml
Normal file
25
metadata/de.hechler.andfish.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: Apache-2.0
|
||||
SourceCode: https://svn.code.sf.net/p/feri/svn/trunk/AndFish
|
||||
|
||||
AutoName: AndroFish
|
||||
Summary: Simple game
|
||||
Description: Guide your fish to eat the other fish and grow bigger.
|
||||
|
||||
RepoType: git-svn
|
||||
Repo: https://svn.code.sf.net/p/feri/svn/trunk/AndFish
|
||||
|
||||
Builds:
|
||||
- versionName: '1.3'
|
||||
versionCode: 20
|
||||
commit: e4ed2deb224729b97aa64d601451725e77b01f04
|
||||
|
||||
- versionName: 1.3.1
|
||||
versionCode: 21
|
||||
commit: 1ec90ba52e829e294472806f7ba7a949c8b94bed
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: 1.3.1
|
||||
CurrentVersionCode: 21
|
|
@ -1,50 +0,0 @@
|
|||
Categories:Science & Education
|
||||
License:MIT
|
||||
Web Site:
|
||||
Source Code:https://github.com/crysxd/Studiportal-Checker
|
||||
Issue Tracker:https://github.com/crysxd/Studiportal-Checker/issues
|
||||
|
||||
Auto Name:Studiportal
|
||||
Summary:Check for test results at HS Furtwangen
|
||||
Description:
|
||||
Mit dieser App werdet ihr immer sofort informiert, wenn neue Noten ins
|
||||
Studiportal eingetragen werden. Die App überprüft in einem festen Interval, ob
|
||||
neue Noten verfügbar sind (natürlich alles einstellbar). Ihr müsst nur eueren
|
||||
HFU-Benutzername und Passwort eintragen.
|
||||
|
||||
Standardmäßig überprüft die App nur ob neue Noten vorhanden sind, wenn ihr mit
|
||||
einem WLAN-Netzwerk verbunden seid, das könnt ihr aber einfach umstellen wenn
|
||||
ihr wollt.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/crysxd/Studiportal-Checker
|
||||
|
||||
Build:2.2.1,12
|
||||
commit=2.2.1
|
||||
subdir=Studiportal_Checker
|
||||
srclibs=JSoup@jsoup-1.7.3
|
||||
rm=Studiportal_Checker/libs/jsoup*.jar
|
||||
prebuild=pushd $$JSoup$$ && \
|
||||
$$MVN3$$ package && \
|
||||
popd && \
|
||||
cp $$JSoup$$/target/*jar libs/
|
||||
|
||||
Build:2.4.1,17
|
||||
commit=2.4.1
|
||||
subdir=Studiportal_Checker/app
|
||||
init=sed -i "s/compile files.*/compile 'org.jsoup:jsoup:1.7.3'/" build.gradle
|
||||
gradle=yes
|
||||
rm=Studiportal_Checker/libs/jsoup*.jar
|
||||
|
||||
Build:2.6.0,22
|
||||
commit=v2.6.0
|
||||
subdir=Studiportal_Checker/app
|
||||
init=sed -i "s/compile files.*/compile 'org.jsoup:jsoup:1.7.3'/" build.gradle
|
||||
gradle=yes
|
||||
rm=Studiportal_Checker/app/libs/jsoup-1.7.3.jar
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.6.0
|
||||
Current Version Code:22
|
60
metadata/de.hfu.funfpunktnull.yml
Normal file
60
metadata/de.hfu.funfpunktnull.yml
Normal file
|
@ -0,0 +1,60 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
License: MIT
|
||||
SourceCode: https://github.com/crysxd/Studiportal-Checker
|
||||
IssueTracker: https://github.com/crysxd/Studiportal-Checker/issues
|
||||
|
||||
AutoName: Studiportal
|
||||
Summary: Check for test results at HS Furtwangen
|
||||
Description: |-
|
||||
Mit dieser App werdet ihr immer sofort informiert, wenn neue Noten ins
|
||||
Studiportal eingetragen werden. Die App überprüft in einem festen Interval, ob
|
||||
neue Noten verfügbar sind (natürlich alles einstellbar). Ihr müsst nur eueren
|
||||
HFU-Benutzername und Passwort eintragen.
|
||||
|
||||
Standardmäßig überprüft die App nur ob neue Noten vorhanden sind, wenn ihr mit
|
||||
einem WLAN-Netzwerk verbunden seid, das könnt ihr aber einfach umstellen wenn
|
||||
ihr wollt.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/crysxd/Studiportal-Checker
|
||||
|
||||
Builds:
|
||||
- versionName: 2.2.1
|
||||
versionCode: 12
|
||||
commit: 2.2.1
|
||||
subdir: Studiportal_Checker
|
||||
srclibs:
|
||||
- JSoup@jsoup-1.7.3
|
||||
rm:
|
||||
- Studiportal_Checker/libs/jsoup*.jar
|
||||
prebuild:
|
||||
- pushd $$JSoup$$
|
||||
- $$MVN3$$ package
|
||||
- popd
|
||||
- cp $$JSoup$$/target/*jar libs/
|
||||
|
||||
- versionName: 2.4.1
|
||||
versionCode: 17
|
||||
commit: 2.4.1
|
||||
subdir: Studiportal_Checker/app
|
||||
init: sed -i "s/compile files.*/compile 'org.jsoup:jsoup:1.7.3'/" build.gradle
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- Studiportal_Checker/libs/jsoup*.jar
|
||||
|
||||
- versionName: 2.6.0
|
||||
versionCode: 22
|
||||
commit: v2.6.0
|
||||
subdir: Studiportal_Checker/app
|
||||
init: sed -i "s/compile files.*/compile 'org.jsoup:jsoup:1.7.3'/" build.gradle
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- Studiportal_Checker/app/libs/jsoup-1.7.3.jar
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.6.0
|
||||
CurrentVersionCode: 22
|
|
@ -1,36 +0,0 @@
|
|||
Categories:Science & Education
|
||||
License:GPL-2.0-only
|
||||
Web Site:
|
||||
Source Code:https://gitlab.com/kollo/Taupunkt
|
||||
Issue Tracker:https://gitlab.com/kollo/Taupunkt/issues
|
||||
|
||||
Auto Name:Dew Point
|
||||
Summary:Calculate the dew point
|
||||
Description:
|
||||
Calculates the dew point based on temperature and relative humidity.
|
||||
|
||||
Tap the thermometers and simply adjust the values for relative air humidity and
|
||||
air temperature. The dew point and the absolute water content of the air are
|
||||
calculated automatically. The dew point tells you, at which temperature of e.g.
|
||||
surfaces, walls or window panes condensation starts. So: Walls which have a
|
||||
lower temperature than what the dew point tells you, get wet! Window panes get
|
||||
fogged. Make sure, that humidity is sufficient low and the walls are adequately
|
||||
warm.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://gitlab.com/kollo/Taupunkt.git
|
||||
|
||||
Build:1.06-16,16
|
||||
commit=9fb3996fab7d4894e52f4637d15eb07f19794a33
|
||||
gradle=yes
|
||||
prebuild=sed -i -e '/versionCode/d' -e '/versionName/d' build.gradle
|
||||
|
||||
Build:1.06-19,19
|
||||
commit=5dafdb862126f90d5635b193ad6e3a237c250c6d
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.06-19
|
||||
Current Version Code:19
|
40
metadata/de.hoffmannsgimmickstaupunkt.yml
Normal file
40
metadata/de.hoffmannsgimmickstaupunkt.yml
Normal file
|
@ -0,0 +1,40 @@
|
|||
Categories:
|
||||
- Science & Education
|
||||
License: GPL-2.0-only
|
||||
SourceCode: https://gitlab.com/kollo/Taupunkt
|
||||
IssueTracker: https://gitlab.com/kollo/Taupunkt/issues
|
||||
|
||||
AutoName: Dew Point
|
||||
Summary: Calculate the dew point
|
||||
Description: |-
|
||||
Calculates the dew point based on temperature and relative humidity.
|
||||
|
||||
Tap the thermometers and simply adjust the values for relative air humidity and
|
||||
air temperature. The dew point and the absolute water content of the air are
|
||||
calculated automatically. The dew point tells you, at which temperature of e.g.
|
||||
surfaces, walls or window panes condensation starts. So: Walls which have a
|
||||
lower temperature than what the dew point tells you, get wet! Window panes get
|
||||
fogged. Make sure, that humidity is sufficient low and the walls are adequately
|
||||
warm.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/kollo/Taupunkt.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.06-16
|
||||
versionCode: 16
|
||||
commit: 9fb3996fab7d4894e52f4637d15eb07f19794a33
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: sed -i -e '/versionCode/d' -e '/versionName/d' build.gradle
|
||||
|
||||
- versionName: 1.06-19
|
||||
versionCode: 19
|
||||
commit: 5dafdb862126f90d5635b193ad6e3a237c250c6d
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: 1.06-19
|
||||
CurrentVersionCode: 19
|
|
@ -1,37 +0,0 @@
|
|||
Categories:Navigation
|
||||
License:GPL-3.0-or-later
|
||||
Web Site:
|
||||
Source Code:https://github.com/diedricm/MapEver
|
||||
Issue Tracker:https://github.com/diedricm/MapEver/issues
|
||||
|
||||
Auto Name:MapEver
|
||||
Summary:Offline navigation on photographed maps
|
||||
Description:
|
||||
MapEver allows you to easily navigate in small areas (e.g. zoos or parks) where
|
||||
specific online maps are not available. Using only the phone's GPS, you can
|
||||
navigate on a photographed map of your location to get around smoothly.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/diedricm/MapEver.git
|
||||
|
||||
Build:1.0,1
|
||||
commit=1.0
|
||||
subdir=MapEver
|
||||
submodules=yes
|
||||
srclibs=1:appcompat@ad5a63f
|
||||
prebuild=mkdir libs && \
|
||||
cp $$appcompat$$/libs/android-support-v7-appcompat.jar libs && \
|
||||
rm -R ../opencv/3rdparty/lib/
|
||||
target=android-21
|
||||
build=export ANDROID_NDK=$$NDK$$ && \
|
||||
cd ../opencv/platforms && \
|
||||
sh ./scripts/cmake_android_arm.sh && \
|
||||
cd build_android_arm && \
|
||||
make -j6 && \
|
||||
cp -r lib/armeabi-v7a ../../../MapEver/libs/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
41
metadata/de.hu_berlin.informatik.spws2014.mapever.yml
Normal file
41
metadata/de.hu_berlin.informatik.spws2014.mapever.yml
Normal file
|
@ -0,0 +1,41 @@
|
|||
Categories:
|
||||
- Navigation
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/diedricm/MapEver
|
||||
IssueTracker: https://github.com/diedricm/MapEver/issues
|
||||
|
||||
AutoName: MapEver
|
||||
Summary: Offline navigation on photographed maps
|
||||
Description: |-
|
||||
MapEver allows you to easily navigate in small areas (e.g. zoos or parks) where
|
||||
specific online maps are not available. Using only the phone's GPS, you can
|
||||
navigate on a photographed map of your location to get around smoothly.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/diedricm/MapEver.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: '1.0'
|
||||
subdir: MapEver
|
||||
submodules: true
|
||||
srclibs:
|
||||
- 1:appcompat@ad5a63f
|
||||
prebuild:
|
||||
- mkdir libs
|
||||
- cp $$appcompat$$/libs/android-support-v7-appcompat.jar libs
|
||||
- rm -R ../opencv/3rdparty/lib/
|
||||
target: android-21
|
||||
build:
|
||||
- export ANDROID_NDK=$$NDK$$
|
||||
- cd ../opencv/platforms
|
||||
- sh ./scripts/cmake_android_arm.sh
|
||||
- cd build_android_arm
|
||||
- make -j6
|
||||
- cp -r lib/armeabi-v7a ../../../MapEver/libs/
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
|
@ -1,101 +0,0 @@
|
|||
Categories:System
|
||||
License:Apache-2.0
|
||||
Web Site:
|
||||
Source Code:https://github.com/j4velin/SystemAppMover
|
||||
Issue Tracker:https://github.com/j4velin/SystemAppMover/issues
|
||||
|
||||
Auto Name:/system/app mover
|
||||
Summary:Add and remove system apps
|
||||
Description:
|
||||
This app moves apps from and to the /system/app folder, making them a system app
|
||||
or a user app. System apps can get more priviledges, so some apps get more
|
||||
functionality when installed as a system app.
|
||||
|
||||
On the other hand, system apps can not be uninstalled. So this app can also be
|
||||
used to convert system apps to normal user apps by moving them from the
|
||||
/system/app directory to /data/app directory.
|
||||
|
||||
WARNING: Uninstalling important system apps might result in a unusable device!
|
||||
Use this function at your own risk and only if you know what you're doing!
|
||||
|
||||
This app requires a rooted device with BusyBox installed.
|
||||
.
|
||||
|
||||
Requires Root:yes
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/j4velin/SystemAppMover.git
|
||||
|
||||
Build:1.5.6,19
|
||||
disable=Doesn't work
|
||||
commit=457e6d661b726d5
|
||||
srclibs=1:RootToolsSvn@253
|
||||
target=android-19
|
||||
|
||||
Build:1.5.7,20
|
||||
disable=Doesn't work
|
||||
commit=7c449eb05bbcf
|
||||
srclibs=1:RootToolsSvn@253
|
||||
target=android-19
|
||||
|
||||
Build:1.5.8,158
|
||||
disable=malformed gradle config
|
||||
commit=9656e9a1fd02bd04476bd5f
|
||||
gradle=yes
|
||||
|
||||
Build:1.5.9,159
|
||||
commit=85004571574fc6146641e2ba59faf63af5857a93
|
||||
gradle=yes
|
||||
prebuild=touch key.properties
|
||||
|
||||
Build:1.6,160
|
||||
disable=fail to build with current RootTools
|
||||
commit=0ef21c7e09ff8a3d7d62400c375946c1a7264073
|
||||
gradle=yes
|
||||
srclibs=RootTools@3.5
|
||||
rm=*jar
|
||||
prebuild=touch key.properties && \
|
||||
pushd $$RootToolsSvn$$ && \
|
||||
android update lib-project -t "android-21" -p ./ && \
|
||||
ant release && \
|
||||
popd && \
|
||||
cp $$RootTools$$/bin/RootTools-release-unsigned.apk RootTools2.6.jar
|
||||
|
||||
Build:1.6.1,161
|
||||
commit=7d083998bb9f1681ce9050da311ca13732a04bbf
|
||||
gradle=yes
|
||||
srclibs=RootToolsSvn@2.6
|
||||
rm=*.jar
|
||||
prebuild=touch key.properties && \
|
||||
cp -r $$RootToolsSvn$$/src/com/ src/main/java
|
||||
|
||||
Build:1.7,170
|
||||
commit=3895cad3af3e9b09535c8cd6e10500b867ceb309
|
||||
gradle=yes
|
||||
srclibs=RootToolsSvn@2.6
|
||||
rm=*.jar
|
||||
prebuild=touch key.properties && \
|
||||
cp -r $$RootToolsSvn$$/src/com/ src/main/java
|
||||
|
||||
Build:1.7.2,172
|
||||
commit=d86371d2b1c24a8d8165625941938471e197e52f
|
||||
gradle=yes
|
||||
rm=*.jar
|
||||
prebuild=touch key.properties && \
|
||||
wget -c https://f-droid.org/repo/de.j4velin.systemappmover_170_src.tar.gz && \
|
||||
gunzip de.j4velin.systemappmover_170_src.tar.gz && \
|
||||
tar xvf de.j4velin.systemappmover_170_src.tar && \
|
||||
rm de.j4velin.systemappmover_170_src.tar && \
|
||||
mv de.j4velin.systemappmover_170_src.tar.gz/src/main/java/com src/main/java/ && \
|
||||
rm -fR de.j4velin.systemappmover_170_src.tar.gz
|
||||
|
||||
Maintainer Notes:
|
||||
Upstream didn't carry over history when moving to github. Since GoogleCode
|
||||
is no more, we obtain RootTools-2.6 source form a previous build's source
|
||||
package... weird stuff, indeed.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.7.3
|
||||
Current Version Code:173
|
127
metadata/de.j4velin.systemappmover.yml
Normal file
127
metadata/de.j4velin.systemappmover.yml
Normal file
|
@ -0,0 +1,127 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
SourceCode: https://github.com/j4velin/SystemAppMover
|
||||
IssueTracker: https://github.com/j4velin/SystemAppMover/issues
|
||||
|
||||
AutoName: /system/app mover
|
||||
Summary: Add and remove system apps
|
||||
Description: |-
|
||||
This app moves apps from and to the /system/app folder, making them a system app
|
||||
or a user app. System apps can get more priviledges, so some apps get more
|
||||
functionality when installed as a system app.
|
||||
|
||||
On the other hand, system apps can not be uninstalled. So this app can also be
|
||||
used to convert system apps to normal user apps by moving them from the
|
||||
/system/app directory to /data/app directory.
|
||||
|
||||
WARNING: Uninstalling important system apps might result in a unusable device!
|
||||
Use this function at your own risk and only if you know what you're doing!
|
||||
|
||||
This app requires a rooted device with BusyBox installed.
|
||||
|
||||
RequiresRoot: 'yes'
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/j4velin/SystemAppMover.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.5.6
|
||||
versionCode: 19
|
||||
disable: Doesn't work
|
||||
commit: 457e6d661b726d5
|
||||
srclibs:
|
||||
- 1:RootToolsSvn@253
|
||||
target: android-19
|
||||
|
||||
- versionName: 1.5.7
|
||||
versionCode: 20
|
||||
disable: Doesn't work
|
||||
commit: 7c449eb05bbcf
|
||||
srclibs:
|
||||
- 1:RootToolsSvn@253
|
||||
target: android-19
|
||||
|
||||
- versionName: 1.5.8
|
||||
versionCode: 158
|
||||
disable: malformed gradle config
|
||||
commit: 9656e9a1fd02bd04476bd5f
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.5.9
|
||||
versionCode: 159
|
||||
commit: 85004571574fc6146641e2ba59faf63af5857a93
|
||||
gradle:
|
||||
- yes
|
||||
prebuild: touch key.properties
|
||||
|
||||
- versionName: '1.6'
|
||||
versionCode: 160
|
||||
disable: fail to build with current RootTools
|
||||
commit: 0ef21c7e09ff8a3d7d62400c375946c1a7264073
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- RootTools@3.5
|
||||
rm:
|
||||
- '*jar'
|
||||
prebuild:
|
||||
- touch key.properties
|
||||
- pushd $$RootToolsSvn$$
|
||||
- android update lib-project -t "android-21" -p ./
|
||||
- ant release
|
||||
- popd
|
||||
- cp $$RootTools$$/bin/RootTools-release-unsigned.apk RootTools2.6.jar
|
||||
|
||||
- versionName: 1.6.1
|
||||
versionCode: 161
|
||||
commit: 7d083998bb9f1681ce9050da311ca13732a04bbf
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- RootToolsSvn@2.6
|
||||
rm:
|
||||
- '*.jar'
|
||||
prebuild:
|
||||
- touch key.properties
|
||||
- cp -r $$RootToolsSvn$$/src/com/ src/main/java
|
||||
|
||||
- versionName: '1.7'
|
||||
versionCode: 170
|
||||
commit: 3895cad3af3e9b09535c8cd6e10500b867ceb309
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- RootToolsSvn@2.6
|
||||
rm:
|
||||
- '*.jar'
|
||||
prebuild:
|
||||
- touch key.properties
|
||||
- cp -r $$RootToolsSvn$$/src/com/ src/main/java
|
||||
|
||||
- versionName: 1.7.2
|
||||
versionCode: 172
|
||||
commit: d86371d2b1c24a8d8165625941938471e197e52f
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- '*.jar'
|
||||
prebuild:
|
||||
- touch key.properties
|
||||
- wget -c https://f-droid.org/repo/de.j4velin.systemappmover_170_src.tar.gz
|
||||
- gunzip de.j4velin.systemappmover_170_src.tar.gz
|
||||
- tar xvf de.j4velin.systemappmover_170_src.tar
|
||||
- rm de.j4velin.systemappmover_170_src.tar
|
||||
- mv de.j4velin.systemappmover_170_src.tar.gz/src/main/java/com src/main/java/
|
||||
- rm -fR de.j4velin.systemappmover_170_src.tar.gz
|
||||
|
||||
MaintainerNotes: |-
|
||||
Upstream didn't carry over history when moving to github. Since GoogleCode
|
||||
is no more, we obtain RootTools-2.6 source form a previous build's source
|
||||
package... weird stuff, indeed.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: 1.7.3
|
||||
CurrentVersionCode: 173
|
|
@ -1,53 +0,0 @@
|
|||
Categories:Reading
|
||||
License:GPL-3.0-only
|
||||
Web Site:
|
||||
Source Code:https://github.com/jfreax/OpenLaw
|
||||
Issue Tracker:https://github.com/jfreax/OpenLaw/issues
|
||||
|
||||
Auto Name:OpenLaw
|
||||
Summary:View German laws
|
||||
Description:
|
||||
Access more than 6000 German laws directly from your phone. This app is mostly
|
||||
for German-speaking people.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/jfreax/OpenLaw.git
|
||||
|
||||
Build:0.5.1,8
|
||||
commit=0b9080bd4492
|
||||
init=echo -e 'android.library=true\ntarget=android-16' > extern/viewPageIndicator/project.properties && \
|
||||
sed -i 's/Google Inc.:Google APIs:17/android-17/g' extern/actionbarsherlock/project.properties && \
|
||||
rm -f extern/android-async-http/build.xml && \
|
||||
rm libs/support-v4-r7.jar
|
||||
prebuild=count=1; for dir in extern/*/; do echo "android.library.reference.$count=$dir" >> project.properties; count=$(($count+1)); $$SDK$$/tools/android update project -p $dir; done
|
||||
target=android-18
|
||||
|
||||
Build:0.6,9
|
||||
commit=adf99e8408b62a2c17a
|
||||
init=echo -e 'android.library=true\ntarget=android-16' > extern/viewPageIndicator/project.properties && \
|
||||
sed -i 's/Google Inc.:Google APIs:17/android-17/g' extern/actionbarsherlock/project.properties && \
|
||||
rm -f extern/android-async-http/build.xml && \
|
||||
cp libs/android-support-v4.jar extern/actionbarsherlock/libs/android-support-v4.jar && \
|
||||
cp libs/android-support-v4.jar extern/viewPageIndicator/libs/android-support-v4.jar
|
||||
update=.,extern/actionbarsherlock,extern/android-async-http,extern/viewPageIndicator,extern/AmazingListView
|
||||
target=android-17
|
||||
|
||||
Build:0.8,11
|
||||
commit=v0.8
|
||||
submodules=yes
|
||||
init=echo "android.library.reference.1=../../ActionBarSherlock/actionbarsherlock" >> extern/UnifiedPreference/library/project.properties && \
|
||||
rm -f extern/android-async-http/build.xml
|
||||
update=.,extern/Android-ViewPagerIndicator/library,extern/AmazingListView,extern/android-async-http,extern/ActionBarSherlock/actionbarsherlock,extern/UnifiedPreference/library,extern/NineOldAndroids/library
|
||||
|
||||
Build:0.8.1,12
|
||||
commit=v0.8.1
|
||||
submodules=yes
|
||||
init=echo "android.library.reference.1=../../ActionBarSherlock/actionbarsherlock" >> extern/UnifiedPreference/library/project.properties && \
|
||||
rm -f extern/android-async-http/build.xml
|
||||
update=.,extern/Android-ViewPagerIndicator/library,extern/AmazingListView,extern/android-async-http,extern/ActionBarSherlock/actionbarsherlock,extern/UnifiedPreference/library,extern/NineOldAndroids/library
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.8.1
|
||||
Current Version Code:12
|
84
metadata/de.jdsoft.law.yml
Normal file
84
metadata/de.jdsoft.law.yml
Normal file
|
@ -0,0 +1,84 @@
|
|||
Categories:
|
||||
- Reading
|
||||
License: GPL-3.0-only
|
||||
SourceCode: https://github.com/jfreax/OpenLaw
|
||||
IssueTracker: https://github.com/jfreax/OpenLaw/issues
|
||||
|
||||
AutoName: OpenLaw
|
||||
Summary: View German laws
|
||||
Description: |-
|
||||
Access more than 6000 German laws directly from your phone. This app is mostly
|
||||
for German-speaking people.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/jfreax/OpenLaw.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.5.1
|
||||
versionCode: 8
|
||||
commit: 0b9080bd4492
|
||||
init:
|
||||
- echo -e 'android.library=true\ntarget=android-16' > extern/viewPageIndicator/project.properties
|
||||
- sed -i 's/Google Inc.:Google APIs:17/android-17/g' extern/actionbarsherlock/project.properties
|
||||
- rm -f extern/android-async-http/build.xml
|
||||
- rm libs/support-v4-r7.jar
|
||||
prebuild: count=1; for dir in extern/*/; do echo "android.library.reference.$count=$dir"
|
||||
>> project.properties; count=$(($count+1)); $$SDK$$/tools/android update project
|
||||
-p $dir; done
|
||||
target: android-18
|
||||
|
||||
- versionName: '0.6'
|
||||
versionCode: 9
|
||||
commit: adf99e8408b62a2c17a
|
||||
init:
|
||||
- echo -e 'android.library=true\ntarget=android-16' > extern/viewPageIndicator/project.properties
|
||||
- sed -i 's/Google Inc.:Google APIs:17/android-17/g' extern/actionbarsherlock/project.properties
|
||||
- rm -f extern/android-async-http/build.xml
|
||||
- cp libs/android-support-v4.jar extern/actionbarsherlock/libs/android-support-v4.jar
|
||||
- cp libs/android-support-v4.jar extern/viewPageIndicator/libs/android-support-v4.jar
|
||||
androidupdate:
|
||||
- .
|
||||
- extern/actionbarsherlock
|
||||
- extern/android-async-http
|
||||
- extern/viewPageIndicator
|
||||
- extern/AmazingListView
|
||||
target: android-17
|
||||
|
||||
- versionName: '0.8'
|
||||
versionCode: 11
|
||||
commit: v0.8
|
||||
submodules: true
|
||||
init:
|
||||
- echo "android.library.reference.1=../../ActionBarSherlock/actionbarsherlock"
|
||||
>> extern/UnifiedPreference/library/project.properties
|
||||
- rm -f extern/android-async-http/build.xml
|
||||
androidupdate:
|
||||
- .
|
||||
- extern/Android-ViewPagerIndicator/library
|
||||
- extern/AmazingListView
|
||||
- extern/android-async-http
|
||||
- extern/ActionBarSherlock/actionbarsherlock
|
||||
- extern/UnifiedPreference/library
|
||||
- extern/NineOldAndroids/library
|
||||
|
||||
- versionName: 0.8.1
|
||||
versionCode: 12
|
||||
commit: v0.8.1
|
||||
submodules: true
|
||||
init:
|
||||
- echo "android.library.reference.1=../../ActionBarSherlock/actionbarsherlock"
|
||||
>> extern/UnifiedPreference/library/project.properties
|
||||
- rm -f extern/android-async-http/build.xml
|
||||
androidupdate:
|
||||
- .
|
||||
- extern/Android-ViewPagerIndicator/library
|
||||
- extern/AmazingListView
|
||||
- extern/android-async-http
|
||||
- extern/ActionBarSherlock/actionbarsherlock
|
||||
- extern/UnifiedPreference/library
|
||||
- extern/NineOldAndroids/library
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.8.1
|
||||
CurrentVersionCode: 12
|
|
@ -1,17 +0,0 @@
|
|||
Disabled:Field-of-use restriction issues with included ROM binary
|
||||
Categories:Games
|
||||
License:GPL
|
||||
Web Site:http://jmec64.sourceforge.net
|
||||
Source Code:https://sourceforge.net/projects/jmec64
|
||||
Issue Tracker:https://sourceforge.net/p/jmec64/_list/tickets
|
||||
|
||||
Name:Mobile C64
|
||||
Summary:Commodore 64 Emulator
|
||||
Description:
|
||||
A Commodore 64 (C64) emulator.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.6.16
|
||||
Current Version Code:10616
|
16
metadata/de.joergjahnke.c64.android.yml
Normal file
16
metadata/de.joergjahnke.c64.android.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
Disabled: Field-of-use restriction issues with included ROM binary
|
||||
Categories:
|
||||
- Games
|
||||
License: GPL
|
||||
WebSite: http://jmec64.sourceforge.net
|
||||
SourceCode: https://sourceforge.net/projects/jmec64
|
||||
IssueTracker: https://sourceforge.net/p/jmec64/_list/tickets
|
||||
|
||||
Name: Mobile C64
|
||||
Summary: Commodore 64 Emulator
|
||||
Description: A Commodore 64 (C64) emulator.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.6.16
|
||||
CurrentVersionCode: 10616
|
|
@ -1,68 +0,0 @@
|
|||
Categories:Multimedia
|
||||
License:GPL-3.0-or-later
|
||||
Web Site:http://voicesmith.jurihock.de
|
||||
Source Code:https://github.com/jurihock/voicesmith
|
||||
Issue Tracker:https://github.com/jurihock/voicesmith/issues
|
||||
Donate:https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RDZAFKVYQJYFA
|
||||
|
||||
Auto Name:Voicesmith
|
||||
Summary:Real-time voice changer
|
||||
Description:
|
||||
Voicesmith records an audio signal from the built-in microphone, processes it in
|
||||
some way and plays it back through the earphones in real-time. There are some of
|
||||
the classical Phase Vocoder effects available. Voicesmith can also be used to
|
||||
perform the Delayed Auditory Feedback (DAF) and Frequency-Shifted Auditory
|
||||
Feedback (FAF).
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/jurihock/voicesmith.git
|
||||
|
||||
Build:2.1,7
|
||||
commit=21e96e1cd
|
||||
subdir=voicesmith
|
||||
submodules=yes
|
||||
update=.,../greendroid/GreenDroid
|
||||
target=android-8
|
||||
buildjni=yes
|
||||
|
||||
Build:2.2,8
|
||||
commit=v2.2_r8
|
||||
subdir=voicesmith
|
||||
submodules=yes
|
||||
update=.,../greendroid/GreenDroid
|
||||
target=android-8
|
||||
buildjni=yes
|
||||
|
||||
Build:2.3,9
|
||||
commit=v2.3_r9
|
||||
subdir=voicesmith
|
||||
submodules=yes
|
||||
update=.,../greendroid/GreenDroid
|
||||
target=android-8
|
||||
buildjni=yes
|
||||
|
||||
Build:2.4,10
|
||||
commit=v2.4_r10
|
||||
subdir=voicesmith
|
||||
submodules=yes
|
||||
update=.,../greendroid/GreenDroid
|
||||
target=android-8
|
||||
buildjni=yes
|
||||
|
||||
Build:2.5,11
|
||||
commit=v2.5_r11
|
||||
subdir=voicesmith
|
||||
submodules=yes
|
||||
buildjni=yes
|
||||
|
||||
Build:2.6,12
|
||||
commit=v2.6_r12
|
||||
subdir=voicesmith
|
||||
submodules=yes
|
||||
buildjni=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.6
|
||||
Current Version Code:12
|
89
metadata/de.jurihock.voicesmith.yml
Normal file
89
metadata/de.jurihock.voicesmith.yml
Normal file
|
@ -0,0 +1,89 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-or-later
|
||||
WebSite: http://voicesmith.jurihock.de
|
||||
SourceCode: https://github.com/jurihock/voicesmith
|
||||
IssueTracker: https://github.com/jurihock/voicesmith/issues
|
||||
Donate: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=RDZAFKVYQJYFA
|
||||
|
||||
AutoName: Voicesmith
|
||||
Summary: Real-time voice changer
|
||||
Description: |-
|
||||
Voicesmith records an audio signal from the built-in microphone, processes it in
|
||||
some way and plays it back through the earphones in real-time. There are some of
|
||||
the classical Phase Vocoder effects available. Voicesmith can also be used to
|
||||
perform the Delayed Auditory Feedback (DAF) and Frequency-Shifted Auditory
|
||||
Feedback (FAF).
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/jurihock/voicesmith.git
|
||||
|
||||
Builds:
|
||||
- versionName: '2.1'
|
||||
versionCode: 7
|
||||
commit: 21e96e1cd
|
||||
subdir: voicesmith
|
||||
submodules: true
|
||||
androidupdate:
|
||||
- .
|
||||
- ../greendroid/GreenDroid
|
||||
target: android-8
|
||||
buildjni:
|
||||
- yes
|
||||
|
||||
- versionName: '2.2'
|
||||
versionCode: 8
|
||||
commit: v2.2_r8
|
||||
subdir: voicesmith
|
||||
submodules: true
|
||||
androidupdate:
|
||||
- .
|
||||
- ../greendroid/GreenDroid
|
||||
target: android-8
|
||||
buildjni:
|
||||
- yes
|
||||
|
||||
- versionName: '2.3'
|
||||
versionCode: 9
|
||||
commit: v2.3_r9
|
||||
subdir: voicesmith
|
||||
submodules: true
|
||||
androidupdate:
|
||||
- .
|
||||
- ../greendroid/GreenDroid
|
||||
target: android-8
|
||||
buildjni:
|
||||
- yes
|
||||
|
||||
- versionName: '2.4'
|
||||
versionCode: 10
|
||||
commit: v2.4_r10
|
||||
subdir: voicesmith
|
||||
submodules: true
|
||||
androidupdate:
|
||||
- .
|
||||
- ../greendroid/GreenDroid
|
||||
target: android-8
|
||||
buildjni:
|
||||
- yes
|
||||
|
||||
- versionName: '2.5'
|
||||
versionCode: 11
|
||||
commit: v2.5_r11
|
||||
subdir: voicesmith
|
||||
submodules: true
|
||||
buildjni:
|
||||
- yes
|
||||
|
||||
- versionName: '2.6'
|
||||
versionCode: 12
|
||||
commit: v2.6_r12
|
||||
subdir: voicesmith
|
||||
submodules: true
|
||||
buildjni:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '2.6'
|
||||
CurrentVersionCode: 12
|
|
@ -1,65 +0,0 @@
|
|||
Categories:System
|
||||
License:GPL-3.0-only
|
||||
Web Site:https://github.com/k3b/CalendarIcsAdapter/wiki
|
||||
Source Code:https://github.com/k3b/CalendarIcsAdapter
|
||||
Issue Tracker:https://github.com/k3b/CalendarIcsAdapter/issues
|
||||
Changelog:https://github.com/k3b/CalendarIcsAdapter/wiki/History
|
||||
|
||||
Name:Calendar ICS adapter
|
||||
Auto Name:android.calendar.ics.adapter
|
||||
Summary:Import and export calendar files
|
||||
Description:
|
||||
Use a filemanager (i.e. [[org.openintents.filemanager]]), emailclient (i.e.
|
||||
[[com.fsck.k9]]) or bluetooth to import or export android calendar entries via
|
||||
*.ics or *.ical files or attachments of type text/calendar.
|
||||
|
||||
The android.calendar.ics.adapter has no gui of its own. If you open an event
|
||||
from the android calendar you can choose between "view event" and "send event to
|
||||
...". If you open an event from file/attachment you get a prepopulated "add to
|
||||
calender-form".
|
||||
|
||||
android.calendar.ics.adapter is a fork of [[org.dgtale.icsimport]] that uses the
|
||||
[http://ical4j.sourceforge.net ical4j] library.
|
||||
|
||||
'''Required Android Permissions:'''
|
||||
|
||||
* READ_CALENDAR used to export events from calendar
|
||||
* WRITE_EXTERNAL_STORAGE used to store the created ics-file so that it can be attached to email or send via bluetooth.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/k3b/CalendarIcsAdapter.git
|
||||
|
||||
Build:1.5.3-140409,9
|
||||
commit=v1.5.3
|
||||
|
||||
Build:1.5.3.10-140416,10
|
||||
commit=v1.5.4.10
|
||||
|
||||
Build:1.5.5.11-140428,11
|
||||
commit=f8b0814a785a2f761b360931b96a50ce49f1fb2c
|
||||
gradle=yes
|
||||
|
||||
Build:V1.5.6.13-141016,13
|
||||
commit=V1.5.6.13-141016
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:V1.5.7.14-141215,14
|
||||
commit=4cd0c611f3de3168c9bc7175ef01982becb35ef5
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.5.8.160526,16
|
||||
commit=7dfde5cdaa9a52ba92c3fc62f930c63d842eab3e
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Maintainer Notes:
|
||||
Tags are unreliable and change scheme. Keep UCM:RepoManifest for now.
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest/release-fdroid
|
||||
Current Version:1.5.8.160526
|
||||
Current Version Code:16
|
75
metadata/de.k3b.android.calendar.ics.adapter.yml
Normal file
75
metadata/de.k3b.android.calendar.ics.adapter.yml
Normal file
|
@ -0,0 +1,75 @@
|
|||
Categories:
|
||||
- System
|
||||
License: GPL-3.0-only
|
||||
WebSite: https://github.com/k3b/CalendarIcsAdapter/wiki
|
||||
SourceCode: https://github.com/k3b/CalendarIcsAdapter
|
||||
IssueTracker: https://github.com/k3b/CalendarIcsAdapter/issues
|
||||
Changelog: https://github.com/k3b/CalendarIcsAdapter/wiki/History
|
||||
|
||||
Name: Calendar ICS adapter
|
||||
AutoName: android.calendar.ics.adapter
|
||||
Summary: Import and export calendar files
|
||||
Description: |-
|
||||
Use a filemanager (i.e. [[org.openintents.filemanager]]), emailclient (i.e.
|
||||
[[com.fsck.k9]]) or bluetooth to import or export android calendar entries via
|
||||
*.ics or *.ical files or attachments of type text/calendar.
|
||||
|
||||
The android.calendar.ics.adapter has no gui of its own. If you open an event
|
||||
from the android calendar you can choose between "view event" and "send event to
|
||||
...". If you open an event from file/attachment you get a prepopulated "add to
|
||||
calender-form".
|
||||
|
||||
android.calendar.ics.adapter is a fork of [[org.dgtale.icsimport]] that uses the
|
||||
[http://ical4j.sourceforge.net ical4j] library.
|
||||
|
||||
'''Required Android Permissions:'''
|
||||
|
||||
* READ_CALENDAR used to export events from calendar
|
||||
* WRITE_EXTERNAL_STORAGE used to store the created ics-file so that it can be attached to email or send via bluetooth.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/k3b/CalendarIcsAdapter.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.5.3-140409
|
||||
versionCode: 9
|
||||
commit: v1.5.3
|
||||
|
||||
- versionName: 1.5.3.10-140416
|
||||
versionCode: 10
|
||||
commit: v1.5.4.10
|
||||
|
||||
- versionName: 1.5.5.11-140428
|
||||
versionCode: 11
|
||||
commit: f8b0814a785a2f761b360931b96a50ce49f1fb2c
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: V1.5.6.13-141016
|
||||
versionCode: 13
|
||||
commit: V1.5.6.13-141016
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: V1.5.7.14-141215
|
||||
versionCode: 14
|
||||
commit: 4cd0c611f3de3168c9bc7175ef01982becb35ef5
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: 1.5.8.160526
|
||||
versionCode: 16
|
||||
commit: 7dfde5cdaa9a52ba92c3fc62f930c63d842eab3e
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
MaintainerNotes: Tags are unreliable and change scheme. Keep UCM:RepoManifest for
|
||||
now.
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest/release-fdroid
|
||||
CurrentVersion: 1.5.8.160526
|
||||
CurrentVersionCode: 16
|
|
@ -1,52 +0,0 @@
|
|||
Categories:Games
|
||||
License:GPL-2.0-or-later
|
||||
Web Site:
|
||||
Source Code:https://github.com/CarstenKarbach/MoTAC
|
||||
Issue Tracker:https://github.com/CarstenKarbach/MoTAC/issues
|
||||
|
||||
Auto Name:MoTAC
|
||||
Summary:Digital TAC board
|
||||
Description:
|
||||
Play [http://www.spiel-tac.de/ TAC] on the go.
|
||||
|
||||
''MoTAC'' is a mobile board for the TAC board game. This app and your TAC cards
|
||||
is all you need to play TAC everywhere. Save and resume your game at any time.
|
||||
''MoTAC'' is the best way for playing TAC while traveling.
|
||||
|
||||
You can play with 1-4 players, because MoTAC allows any move possible on a real
|
||||
board. Counters are moved per drag-and-drop to any location on the board.
|
||||
However, basic rule checking is also included. Tap a counter for displaying all
|
||||
allowed moves, choose one to automatically make the move. MoTAC can only be
|
||||
played along with the TAC cards. It solely replaces board and marbles.
|
||||
|
||||
* no network connection required
|
||||
* no advertisement
|
||||
* last 100 moves are stored
|
||||
* change the player colors
|
||||
* zoom the board on small displays
|
||||
* auto-saving of game status
|
||||
* animated card playing
|
||||
* especially suitable for tablets
|
||||
* export your game as image
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/CarstenKarbach/MoTAC
|
||||
|
||||
Build:1.21,4
|
||||
commit=235c1317308568f6be5a51807d766c9ae5065d9b
|
||||
extlibs=android/android-support-v4.jar
|
||||
|
||||
Build:1.22,5
|
||||
commit=d5df94e6bb2d9fb69d04b03aae230c0eaca671d7
|
||||
extlibs=android/android-support-v4.jar
|
||||
|
||||
Build:1.3,6
|
||||
commit=c8000ce95da8514bbaee0142233c77f26f01897e
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.3
|
||||
Current Version Code:6
|
58
metadata/de.karbach.tac.yml
Normal file
58
metadata/de.karbach.tac.yml
Normal file
|
@ -0,0 +1,58 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-2.0-or-later
|
||||
SourceCode: https://github.com/CarstenKarbach/MoTAC
|
||||
IssueTracker: https://github.com/CarstenKarbach/MoTAC/issues
|
||||
|
||||
AutoName: MoTAC
|
||||
Summary: Digital TAC board
|
||||
Description: |-
|
||||
Play [http://www.spiel-tac.de/ TAC] on the go.
|
||||
|
||||
''MoTAC'' is a mobile board for the TAC board game. This app and your TAC cards
|
||||
is all you need to play TAC everywhere. Save and resume your game at any time.
|
||||
''MoTAC'' is the best way for playing TAC while traveling.
|
||||
|
||||
You can play with 1-4 players, because MoTAC allows any move possible on a real
|
||||
board. Counters are moved per drag-and-drop to any location on the board.
|
||||
However, basic rule checking is also included. Tap a counter for displaying all
|
||||
allowed moves, choose one to automatically make the move. MoTAC can only be
|
||||
played along with the TAC cards. It solely replaces board and marbles.
|
||||
|
||||
* no network connection required
|
||||
* no advertisement
|
||||
* last 100 moves are stored
|
||||
* change the player colors
|
||||
* zoom the board on small displays
|
||||
* auto-saving of game status
|
||||
* animated card playing
|
||||
* especially suitable for tablets
|
||||
* export your game as image
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/CarstenKarbach/MoTAC
|
||||
|
||||
Builds:
|
||||
- versionName: '1.21'
|
||||
versionCode: 4
|
||||
commit: 235c1317308568f6be5a51807d766c9ae5065d9b
|
||||
extlibs:
|
||||
- android/android-support-v4.jar
|
||||
|
||||
- versionName: '1.22'
|
||||
versionCode: 5
|
||||
commit: d5df94e6bb2d9fb69d04b03aae230c0eaca671d7
|
||||
extlibs:
|
||||
- android/android-support-v4.jar
|
||||
|
||||
- versionName: '1.3'
|
||||
versionCode: 6
|
||||
commit: c8000ce95da8514bbaee0142233c77f26f01897e
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '1.3'
|
||||
CurrentVersionCode: 6
|
|
@ -1,42 +0,0 @@
|
|||
Categories:Development
|
||||
License:GPL-3.0-or-later
|
||||
Web Site:
|
||||
Source Code:https://github.com/kodejak/Hashr
|
||||
Issue Tracker:https://github.com/kodejak/Hashr/issues
|
||||
|
||||
Auto Name:Hashr
|
||||
Summary:Calculate and compare checksum hashes
|
||||
Description:
|
||||
Generate checksums from texts or files, compare it to other checksums and show
|
||||
if they match or not. Following checksums are supported:
|
||||
|
||||
* MD5
|
||||
* SHA-1
|
||||
* SHA-256
|
||||
|
||||
Currently a file manager must be present at the device to choose files for
|
||||
generating checksums.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/kodejak/Hashr
|
||||
|
||||
Build:1.1,11
|
||||
commit=80da887e622595d80f37342c3974e6c8cc1008e2
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.2,12
|
||||
commit=7972ec35c613d27feedbf3ebd582cdc2717c7b18
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Build:1.3,13
|
||||
commit=56ecb7f9341b443335d05de70d8d6309df980296
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.3
|
||||
Current Version Code:13
|
48
metadata/de.kodejak.hashr.yml
Normal file
48
metadata/de.kodejak.hashr.yml
Normal file
|
@ -0,0 +1,48 @@
|
|||
Categories:
|
||||
- Development
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/kodejak/Hashr
|
||||
IssueTracker: https://github.com/kodejak/Hashr/issues
|
||||
|
||||
AutoName: Hashr
|
||||
Summary: Calculate and compare checksum hashes
|
||||
Description: |-
|
||||
Generate checksums from texts or files, compare it to other checksums and show
|
||||
if they match or not. Following checksums are supported:
|
||||
|
||||
* MD5
|
||||
* SHA-1
|
||||
* SHA-256
|
||||
|
||||
Currently a file manager must be present at the device to choose files for
|
||||
generating checksums.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/kodejak/Hashr
|
||||
|
||||
Builds:
|
||||
- versionName: '1.1'
|
||||
versionCode: 11
|
||||
commit: 80da887e622595d80f37342c3974e6c8cc1008e2
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.2'
|
||||
versionCode: 12
|
||||
commit: 7972ec35c613d27feedbf3ebd582cdc2717c7b18
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
- versionName: '1.3'
|
||||
versionCode: 13
|
||||
commit: 56ecb7f9341b443335d05de70d8d6309df980296
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '1.3'
|
||||
CurrentVersionCode: 13
|
|
@ -1,28 +0,0 @@
|
|||
AntiFeatures:NonFreeAssets
|
||||
Categories:Games
|
||||
License:MIT
|
||||
Web Site:
|
||||
Source Code:https://github.com/tran-khoa/ANNO1404-Warenrechner-App
|
||||
Issue Tracker:https://github.com/tran-khoa/ANNO1404-Warenrechner-App/issues
|
||||
|
||||
Auto Name:ANNO 1404 - Calculator
|
||||
Summary:Population and chain calculations for ANNO 1404
|
||||
Description:
|
||||
This app lets you manage your current population data and calculates the
|
||||
required amount of buildings to supply your population.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/tran-khoa/ANNO1404-Warenrechner-App
|
||||
|
||||
Build:1.0,1
|
||||
commit=1.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
prebuild=echo 'task wrapper(type: Wrapper) { gradleVersion = "3.3" }' >> build.gradle && \
|
||||
sed -i -e '/retrolambda {/,+3d' build.gradle
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
32
metadata/de.ktran.anno1404warenrechner.yml
Normal file
32
metadata/de.ktran.anno1404warenrechner.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
AntiFeatures:
|
||||
- NonFreeAssets
|
||||
Categories:
|
||||
- Games
|
||||
License: MIT
|
||||
SourceCode: https://github.com/tran-khoa/ANNO1404-Warenrechner-App
|
||||
IssueTracker: https://github.com/tran-khoa/ANNO1404-Warenrechner-App/issues
|
||||
|
||||
AutoName: ANNO 1404 - Calculator
|
||||
Summary: Population and chain calculations for ANNO 1404
|
||||
Description: |-
|
||||
This app lets you manage your current population data and calculates the
|
||||
required amount of buildings to supply your population.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/tran-khoa/ANNO1404-Warenrechner-App
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: '1.0'
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- "echo 'task wrapper(type: Wrapper) { gradleVersion = \"3.3\" }' >> build.gradle"
|
||||
- sed -i -e '/retrolambda {/,+3d' build.gradle
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
|
@ -1,58 +0,0 @@
|
|||
Categories:Reading
|
||||
License:GPL-2.0-or-later
|
||||
Web Site:
|
||||
Source Code:http://dictionarymid.sourceforge.net/android.html
|
||||
Issue Tracker:http://dictionarymid.german-fighters.com/forum/index.php?board=12.0
|
||||
|
||||
Auto Name:DictionaryForMIDs
|
||||
|
||||
Repo Type:git-svn
|
||||
Repo:https://svn.code.sf.net/p/dictionarymid/code/trunk/
|
||||
|
||||
Build:0.91.1,98
|
||||
commit=561
|
||||
subdir=Android
|
||||
prebuild=mv -f ../DictionaryForMIDs/src/de/kugihan/dictionaryformids/* src/de/kugihan/
|
||||
|
||||
Build:0.92.3,103
|
||||
commit=662
|
||||
subdir=Android
|
||||
gradle=yes
|
||||
prebuild=mv -f ../DictionaryForMIDs/src/de/kugihan/dictionaryformids/* src/de/kugihan/ && \
|
||||
sed -i "s;compile project(':DictionaryForMIDs_Core');;" build.gradle && \
|
||||
sed -i '/releaseSigning ==/{N;N;d}' build.gradle
|
||||
|
||||
Build:1.0.0,125
|
||||
commit=757
|
||||
subdir=Android
|
||||
gradle=yes
|
||||
prebuild=mv -f ../DictionaryForMIDs/src/de/kugihan/dictionaryformids/* src/de/kugihan/ && \
|
||||
sed -i "s;compile project(':DictionaryForMIDs_Core');;" build.gradle && \
|
||||
sed -i '/releaseSigning ==/{N;N;d}' build.gradle
|
||||
|
||||
Build:1.0.1,126
|
||||
commit=762
|
||||
subdir=Android
|
||||
gradle=yes
|
||||
prebuild=mv -f ../DictionaryForMIDs/src/de/kugihan/dictionaryformids/* src/de/kugihan/ && \
|
||||
sed -i "s;compile project(':DictionaryForMIDs_Core');;" build.gradle && \
|
||||
sed -i '/releaseSigning ==/{N;N;d}' build.gradle
|
||||
|
||||
Build:1.1.0,131
|
||||
commit=787
|
||||
subdir=Android
|
||||
patch=0001-gradle-remove-crowdin-signing.patch
|
||||
gradle=yes
|
||||
rm=Build/antenna-bin-1.2.1-beta.jar
|
||||
prebuild=mv -f ../DictionaryForMIDs/src/de/kugihan/dictionaryformids/* src/main/java/de/kugihan/ && \
|
||||
sed -i "s;compile project(':DictionaryForMIDs_Core');;" build.gradle
|
||||
|
||||
Maintainer Notes:
|
||||
Summary and Description have been moved to the new localizable text files:
|
||||
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.1.0
|
||||
Current Version Code:131
|
73
metadata/de.kugihan.dictionaryformids.hmi_android.yml
Normal file
73
metadata/de.kugihan.dictionaryformids.hmi_android.yml
Normal file
|
@ -0,0 +1,73 @@
|
|||
Categories:
|
||||
- Reading
|
||||
License: GPL-2.0-or-later
|
||||
SourceCode: http://dictionarymid.sourceforge.net/android.html
|
||||
IssueTracker: http://dictionarymid.german-fighters.com/forum/index.php?board=12.0
|
||||
|
||||
AutoName: DictionaryForMIDs
|
||||
|
||||
RepoType: git-svn
|
||||
Repo: https://svn.code.sf.net/p/dictionarymid/code/trunk/
|
||||
|
||||
Builds:
|
||||
- versionName: 0.91.1
|
||||
versionCode: 98
|
||||
commit: '561'
|
||||
subdir: Android
|
||||
prebuild: mv -f ../DictionaryForMIDs/src/de/kugihan/dictionaryformids/* src/de/kugihan/
|
||||
|
||||
- versionName: 0.92.3
|
||||
versionCode: 103
|
||||
commit: '662'
|
||||
subdir: Android
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- mv -f ../DictionaryForMIDs/src/de/kugihan/dictionaryformids/* src/de/kugihan/
|
||||
- sed -i "s;compile project(':DictionaryForMIDs_Core');;" build.gradle
|
||||
- sed -i '/releaseSigning ==/{N;N;d}' build.gradle
|
||||
|
||||
- versionName: 1.0.0
|
||||
versionCode: 125
|
||||
commit: '757'
|
||||
subdir: Android
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- mv -f ../DictionaryForMIDs/src/de/kugihan/dictionaryformids/* src/de/kugihan/
|
||||
- sed -i "s;compile project(':DictionaryForMIDs_Core');;" build.gradle
|
||||
- sed -i '/releaseSigning ==/{N;N;d}' build.gradle
|
||||
|
||||
- versionName: 1.0.1
|
||||
versionCode: 126
|
||||
commit: '762'
|
||||
subdir: Android
|
||||
gradle:
|
||||
- yes
|
||||
prebuild:
|
||||
- mv -f ../DictionaryForMIDs/src/de/kugihan/dictionaryformids/* src/de/kugihan/
|
||||
- sed -i "s;compile project(':DictionaryForMIDs_Core');;" build.gradle
|
||||
- sed -i '/releaseSigning ==/{N;N;d}' build.gradle
|
||||
|
||||
- versionName: 1.1.0
|
||||
versionCode: 131
|
||||
commit: '787'
|
||||
subdir: Android
|
||||
patch:
|
||||
- 0001-gradle-remove-crowdin-signing.patch
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- Build/antenna-bin-1.2.1-beta.jar
|
||||
prebuild:
|
||||
- mv -f ../DictionaryForMIDs/src/de/kugihan/dictionaryformids/* src/main/java/de/kugihan/
|
||||
- sed -i "s;compile project(':DictionaryForMIDs_Core');;" build.gradle
|
||||
|
||||
MaintainerNotes: |-
|
||||
Summary and Description have been moved to the new localizable text files:
|
||||
https://f-droid.org/docs/All_About_Descriptions_Graphics_and_Screenshots
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: 1.1.0
|
||||
CurrentVersionCode: 131
|
|
@ -1,53 +0,0 @@
|
|||
Categories:Money
|
||||
License:GPL-3.0-only
|
||||
Web Site:https://langerhans.github.io/dogecoin-wallet-new
|
||||
Source Code:https://github.com/langerhans/dogecoin-wallet-new
|
||||
Issue Tracker:https://github.com/langerhans/dogecoin-wallet-new/issues
|
||||
|
||||
Auto Name:Dogecoin Wallet
|
||||
Summary:Store digital currency
|
||||
Description:
|
||||
Dogecoin is a digital currency similar to [http://en.wikipedia.org/wiki/Bitcoin
|
||||
Bitcoin]. The app itself is based on [[de.schildbach.wallet]].
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/langerhans/dogecoin-wallet-new.git
|
||||
|
||||
Build:1.07,157
|
||||
disable=todo: dogecoinj integration
|
||||
commit=1.07
|
||||
subdir=wallet
|
||||
maven=yes@..
|
||||
srclibs=DogecoinJ@8cf2b249bde3ec9b870e50afd3101946ec753412
|
||||
prebuild=cp -r $$DogecoinJ$$/ DogecoinJ
|
||||
scanignore=wallet
|
||||
build=$$MVN3$$ clean install -DskipTests -f DogecoinJ/pom.xml
|
||||
|
||||
Build:2.0.8,208
|
||||
disable=Failed to read artifact descriptor for org.bitcoinj:bitcoinj-core:jar:0.14-SNAPSHOT: Could not find artifact org.bitcoinj:bitcoinj-parent:pom:0.14-SNAPSHOT
|
||||
commit=2.0.8
|
||||
gradle=_mainnet
|
||||
output=wallet/build/outputs/apk/dogecoin-wallet-_mainnet-release-unsigned.apk
|
||||
srclibs=libdohj@89cf3c6b1778632198c90335157fa7a9fe858623,bitcoinj@08ab6a0da5cc0b88c8bbac565053b0713802106a,scrypt@0675236370458e819ee21e4427c5f7f3f9485d33
|
||||
prebuild=pushd $$bitcoinj$$ && \
|
||||
$$MVN3$$ -DskipTests --projects core clean install && \
|
||||
popd && \
|
||||
pushd $$libdohj$$ && \
|
||||
$$MVN3$$ -DskipTests clean install && \
|
||||
popd && \
|
||||
pushd $$scrypt$$ && \
|
||||
TARGET=android NDK_ROOT=$$NDK$$ PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin:$PATH make clean all && \
|
||||
popd && \
|
||||
cp --force $$scrypt$$/target/libscrypt.so wallet/jniLibs/armeabi/ && \
|
||||
pushd $$scrypt$$ && \
|
||||
TARGET=android NDK_ROOT=$$NDK$$ PATH=$$NDK$$/toolchains/x86-4.8/prebuilt/linux-x86/bin:$PATH make CC=i686-linux-android-gcc SYSROOT=$$NDK$$/platforms/android-9/arch-x86 clean all && \
|
||||
popd && \
|
||||
cp --force $$scrypt$$/target/libscrypt.so wallet/jniLibs/x86/
|
||||
scanignore=wallet/assets/ssl-keystore
|
||||
scandelete=wallet/jniLibs,wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:2.0.8
|
||||
Current Version Code:208
|
70
metadata/de.langerhans.wallet.yml
Normal file
70
metadata/de.langerhans.wallet.yml
Normal file
|
@ -0,0 +1,70 @@
|
|||
Categories:
|
||||
- Money
|
||||
License: GPL-3.0-only
|
||||
WebSite: https://langerhans.github.io/dogecoin-wallet-new
|
||||
SourceCode: https://github.com/langerhans/dogecoin-wallet-new
|
||||
IssueTracker: https://github.com/langerhans/dogecoin-wallet-new/issues
|
||||
|
||||
AutoName: Dogecoin Wallet
|
||||
Summary: Store digital currency
|
||||
Description: |-
|
||||
Dogecoin is a digital currency similar to [http://en.wikipedia.org/wiki/Bitcoin
|
||||
Bitcoin]. The app itself is based on [[de.schildbach.wallet]].
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/langerhans/dogecoin-wallet-new.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.07'
|
||||
versionCode: 157
|
||||
disable: 'todo: dogecoinj integration'
|
||||
commit: '1.07'
|
||||
subdir: wallet
|
||||
maven: yes@..
|
||||
srclibs:
|
||||
- DogecoinJ@8cf2b249bde3ec9b870e50afd3101946ec753412
|
||||
prebuild: cp -r $$DogecoinJ$$/ DogecoinJ
|
||||
scanignore:
|
||||
- wallet
|
||||
build: $$MVN3$$ clean install -DskipTests -f DogecoinJ/pom.xml
|
||||
|
||||
- versionName: 2.0.8
|
||||
versionCode: 208
|
||||
disable: 'Failed to read artifact descriptor for org.bitcoinj:bitcoinj-core:jar:0.14-SNAPSHOT:
|
||||
Could not find artifact org.bitcoinj:bitcoinj-parent:pom:0.14-SNAPSHOT'
|
||||
commit: 2.0.8
|
||||
gradle:
|
||||
- _mainnet
|
||||
output: wallet/build/outputs/apk/dogecoin-wallet-_mainnet-release-unsigned.apk
|
||||
srclibs:
|
||||
- libdohj@89cf3c6b1778632198c90335157fa7a9fe858623
|
||||
- bitcoinj@08ab6a0da5cc0b88c8bbac565053b0713802106a
|
||||
- scrypt@0675236370458e819ee21e4427c5f7f3f9485d33
|
||||
prebuild:
|
||||
- pushd $$bitcoinj$$
|
||||
- $$MVN3$$ -DskipTests --projects core clean install
|
||||
- popd
|
||||
- pushd $$libdohj$$
|
||||
- $$MVN3$$ -DskipTests clean install
|
||||
- popd
|
||||
- pushd $$scrypt$$
|
||||
- TARGET=android NDK_ROOT=$$NDK$$ PATH=$$NDK$$/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86/bin:$PATH
|
||||
make clean all
|
||||
- popd
|
||||
- cp --force $$scrypt$$/target/libscrypt.so wallet/jniLibs/armeabi/
|
||||
- pushd $$scrypt$$
|
||||
- TARGET=android NDK_ROOT=$$NDK$$ PATH=$$NDK$$/toolchains/x86-4.8/prebuilt/linux-x86/bin:$PATH
|
||||
make CC=i686-linux-android-gcc SYSROOT=$$NDK$$/platforms/android-9/arch-x86
|
||||
clean all
|
||||
- popd
|
||||
- cp --force $$scrypt$$/target/libscrypt.so wallet/jniLibs/x86/
|
||||
scanignore:
|
||||
- wallet/assets/ssl-keystore
|
||||
scandelete:
|
||||
- wallet/jniLibs
|
||||
- wallet/test/de/schildbach/wallet/util/backup-protobuf-testnet
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 2.0.8
|
||||
CurrentVersionCode: 208
|
|
@ -1,22 +0,0 @@
|
|||
Categories:Multimedia
|
||||
License:GPL-3.0-only
|
||||
Web Site:http://nachtlager.de
|
||||
Source Code:https://github.com/allo-/NachtlagerDownloader
|
||||
Issue Tracker:https://github.com/allo-/NachtlagerDownloader/issues
|
||||
|
||||
Auto Name:Nachtlager Downloader
|
||||
Summary:Download a particular podcast
|
||||
Description:
|
||||
App for the Domian podcast.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/allo-/NachtlagerDownloader.git
|
||||
|
||||
Build:1.0,1
|
||||
commit=v1.0
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
23
metadata/de.laxu.apps.nachtlagerdownloader.yml
Normal file
23
metadata/de.laxu.apps.nachtlagerdownloader.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
Categories:
|
||||
- Multimedia
|
||||
License: GPL-3.0-only
|
||||
WebSite: http://nachtlager.de
|
||||
SourceCode: https://github.com/allo-/NachtlagerDownloader
|
||||
IssueTracker: https://github.com/allo-/NachtlagerDownloader/issues
|
||||
|
||||
AutoName: Nachtlager Downloader
|
||||
Summary: Download a particular podcast
|
||||
Description: App for the Domian podcast.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/allo-/NachtlagerDownloader.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.0'
|
||||
versionCode: 1
|
||||
commit: v1.0
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '1.0'
|
||||
CurrentVersionCode: 1
|
|
@ -1,31 +0,0 @@
|
|||
Disabled:No license
|
||||
Categories:Money
|
||||
License:None
|
||||
Web Site:https://bitbucket.org/giszmo/fluxbitcoin-monitor
|
||||
Source Code:https://bitbucket.org/giszmo/fluxbitcoin-monitor/src
|
||||
Issue Tracker:https://bitbucket.org/giszmo/fluxbitcoin-monitor/issues
|
||||
|
||||
Auto Name:FluxBitcoin for SW2
|
||||
Summary:Monitor bitcoin from smartwatch
|
||||
Description:
|
||||
No description available
|
||||
.
|
||||
|
||||
Repo Type:hg
|
||||
Repo:https://bitbucket.org/giszmo/fluxbitcoin-monitor
|
||||
|
||||
Build:1.006,6
|
||||
disable=no license
|
||||
commit=e33e9af
|
||||
target=android-18
|
||||
|
||||
Maintainer Notes:
|
||||
* no license
|
||||
* missing res
|
||||
* description/sumary
|
||||
.
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.006
|
||||
Current Version Code:6
|
31
metadata/de.leowandersleb.bitcoinsw.yml
Normal file
31
metadata/de.leowandersleb.bitcoinsw.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
Disabled: No license
|
||||
Categories:
|
||||
- Money
|
||||
License: None
|
||||
WebSite: https://bitbucket.org/giszmo/fluxbitcoin-monitor
|
||||
SourceCode: https://bitbucket.org/giszmo/fluxbitcoin-monitor/src
|
||||
IssueTracker: https://bitbucket.org/giszmo/fluxbitcoin-monitor/issues
|
||||
|
||||
AutoName: FluxBitcoin for SW2
|
||||
Summary: Monitor bitcoin from smartwatch
|
||||
Description: No description available
|
||||
|
||||
RepoType: hg
|
||||
Repo: https://bitbucket.org/giszmo/fluxbitcoin-monitor
|
||||
|
||||
Builds:
|
||||
- versionName: '1.006'
|
||||
versionCode: 6
|
||||
disable: no license
|
||||
commit: e33e9af
|
||||
target: android-18
|
||||
|
||||
MaintainerNotes: |-
|
||||
* no license
|
||||
* missing res
|
||||
* description/sumary
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '1.006'
|
||||
CurrentVersionCode: 6
|
|
@ -1,49 +0,0 @@
|
|||
Categories:Graphics,Internet
|
||||
License:AGPL-3.0-only
|
||||
Web Site:
|
||||
Source Code:https://github.com/lukaslihotzki/pixelflood
|
||||
Issue Tracker:https://github.com/lukaslihotzki/pixelflood/issues
|
||||
|
||||
Auto Name:Pixelflut
|
||||
Summary:Pixelflut server
|
||||
Description:
|
||||
A fast, asynchronous implementation of [https://cccgoe.de/wiki/Pixelflut
|
||||
Pixelflut].
|
||||
|
||||
Pixelflut is a text-based protocol. With its PX command, a single pixel can be
|
||||
set on a buffer.
|
||||
|
||||
This app opens the TCP server on port 1234 and displays the buffer full screen.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/lukaslihotzki/pixelflood.git
|
||||
|
||||
Build:1.0.1,10001
|
||||
commit=1.0.1
|
||||
subdir=android/app
|
||||
gradle=yes
|
||||
srclibs=freetype@VER-2-7-1
|
||||
prebuild=echo "freetype.src.dir=app/$$freetype$$" >> ../local.properties
|
||||
ndk=r12b
|
||||
|
||||
Build:1.0.2,10002
|
||||
commit=1.0.2
|
||||
subdir=android/app
|
||||
gradle=yes
|
||||
srclibs=freetype@VER-2-7-1
|
||||
prebuild=echo "freetype.src.dir=app/$$freetype$$" >> ../local.properties
|
||||
ndk=r14
|
||||
|
||||
Build:1.0.3,10003
|
||||
commit=1.0.3
|
||||
subdir=android/app
|
||||
gradle=yes
|
||||
srclibs=freetype@VER-2-7-1
|
||||
prebuild=echo "freetype.src.dir=app/$$freetype$$" >> ../local.properties
|
||||
ndk=r14b
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Static
|
||||
Current Version:1.0.3
|
||||
Current Version Code:10003
|
59
metadata/de.lihotzki.pixelflood.yml
Normal file
59
metadata/de.lihotzki.pixelflood.yml
Normal file
|
@ -0,0 +1,59 @@
|
|||
Categories:
|
||||
- Graphics
|
||||
- Internet
|
||||
License: AGPL-3.0-only
|
||||
SourceCode: https://github.com/lukaslihotzki/pixelflood
|
||||
IssueTracker: https://github.com/lukaslihotzki/pixelflood/issues
|
||||
|
||||
AutoName: Pixelflut
|
||||
Summary: Pixelflut server
|
||||
Description: |-
|
||||
A fast, asynchronous implementation of [https://cccgoe.de/wiki/Pixelflut
|
||||
Pixelflut].
|
||||
|
||||
Pixelflut is a text-based protocol. With its PX command, a single pixel can be
|
||||
set on a buffer.
|
||||
|
||||
This app opens the TCP server on port 1234 and displays the buffer full screen.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/lukaslihotzki/pixelflood.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.1
|
||||
versionCode: 10001
|
||||
commit: 1.0.1
|
||||
subdir: android/app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- freetype@VER-2-7-1
|
||||
prebuild: echo "freetype.src.dir=app/$$freetype$$" >> ../local.properties
|
||||
ndk: r12b
|
||||
|
||||
- versionName: 1.0.2
|
||||
versionCode: 10002
|
||||
commit: 1.0.2
|
||||
subdir: android/app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- freetype@VER-2-7-1
|
||||
prebuild: echo "freetype.src.dir=app/$$freetype$$" >> ../local.properties
|
||||
ndk: r14
|
||||
|
||||
- versionName: 1.0.3
|
||||
versionCode: 10003
|
||||
commit: 1.0.3
|
||||
subdir: android/app
|
||||
gradle:
|
||||
- yes
|
||||
srclibs:
|
||||
- freetype@VER-2-7-1
|
||||
prebuild: echo "freetype.src.dir=app/$$freetype$$" >> ../local.properties
|
||||
ndk: r14b
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Static
|
||||
CurrentVersion: 1.0.3
|
||||
CurrentVersionCode: 10003
|
|
@ -1,29 +0,0 @@
|
|||
Categories:System,Connectivity
|
||||
License:GPL-3.0-only
|
||||
Web Site:https://lisas.de/git/?p=runuserinit.git;a=summary
|
||||
Source Code:https://lisas.de/git/?p=runuserinit.git;a=tree
|
||||
Issue Tracker:
|
||||
|
||||
Auto Name:Run Userinit
|
||||
Summary:Run user init scripts after boot
|
||||
Description:
|
||||
Very simple Android app to allow running userinit scripts when the system
|
||||
completes booting. All it does is executing run-parts on the
|
||||
/data/local/userinit.d/ directory when the system boot has been completed. Can
|
||||
be used to run sshd automatically after boot.
|
||||
.
|
||||
|
||||
Requires Root:yes
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://lisas.de/~alex/runuserinit.git
|
||||
|
||||
Build:1.1,2
|
||||
commit=fb79b8cb50d6c4b4aa7ad5ed2812275caea866d8
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.1
|
||||
Current Version Code:2
|
32
metadata/de.lisas.alex.runuserinit.yml
Normal file
32
metadata/de.lisas.alex.runuserinit.yml
Normal file
|
@ -0,0 +1,32 @@
|
|||
Categories:
|
||||
- System
|
||||
- Connectivity
|
||||
License: GPL-3.0-only
|
||||
WebSite: https://lisas.de/git/?p=runuserinit.git;a=summary
|
||||
SourceCode: https://lisas.de/git/?p=runuserinit.git;a=tree
|
||||
|
||||
AutoName: Run Userinit
|
||||
Summary: Run user init scripts after boot
|
||||
Description: |-
|
||||
Very simple Android app to allow running userinit scripts when the system
|
||||
completes booting. All it does is executing run-parts on the
|
||||
/data/local/userinit.d/ directory when the system boot has been completed. Can
|
||||
be used to run sshd automatically after boot.
|
||||
|
||||
RequiresRoot: 'yes'
|
||||
|
||||
RepoType: git
|
||||
Repo: https://lisas.de/~alex/runuserinit.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.1'
|
||||
versionCode: 2
|
||||
commit: fb79b8cb50d6c4b4aa7ad5ed2812275caea866d8
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '1.1'
|
||||
CurrentVersionCode: 2
|
|
@ -1,28 +0,0 @@
|
|||
Disabled:Abandoned project
|
||||
Categories:Navigation
|
||||
License:Apache-2.0
|
||||
Web Site:http://signalcoverage-locked.rhcloud.com
|
||||
Source Code:https://github.com/locked-fg/signalcoverage
|
||||
Issue Tracker:https://github.com/locked-fg/signalcoverage/issues
|
||||
|
||||
Auto Name:SignalCoverage
|
||||
Summary:Log signal data and coordinates
|
||||
Description:
|
||||
Record signal data with GPS coordinates. You can export your data to CSV and KML
|
||||
or upload to a server. Server part is available
|
||||
[https://github.com/locked-fg/signalcoverage-server on github].
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/locked-fg/signalcoverage.git
|
||||
|
||||
Build:2.4.4,22
|
||||
disable=jar lib - https://github.com/locked-fg/signalcoverage/issues/26
|
||||
commit=v022-v2.4.4
|
||||
subdir=SignalCoverageApp
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:2.4.4
|
||||
Current Version Code:22
|
31
metadata/de.locked.cellmapper.yml
Normal file
31
metadata/de.locked.cellmapper.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
Disabled: Abandoned project
|
||||
Categories:
|
||||
- Navigation
|
||||
License: Apache-2.0
|
||||
WebSite: http://signalcoverage-locked.rhcloud.com
|
||||
SourceCode: https://github.com/locked-fg/signalcoverage
|
||||
IssueTracker: https://github.com/locked-fg/signalcoverage/issues
|
||||
|
||||
AutoName: SignalCoverage
|
||||
Summary: Log signal data and coordinates
|
||||
Description: |-
|
||||
Record signal data with GPS coordinates. You can export your data to CSV and KML
|
||||
or upload to a server. Server part is available
|
||||
[https://github.com/locked-fg/signalcoverage-server on github].
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/locked-fg/signalcoverage.git
|
||||
|
||||
Builds:
|
||||
- versionName: 2.4.4
|
||||
versionCode: 22
|
||||
disable: jar lib - https://github.com/locked-fg/signalcoverage/issues/26
|
||||
commit: v022-v2.4.4
|
||||
subdir: SignalCoverageApp
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 2.4.4
|
||||
CurrentVersionCode: 22
|
|
@ -1,56 +0,0 @@
|
|||
Categories:Games
|
||||
License:MIT
|
||||
Author Name:Lukas Subel
|
||||
Author Email:github@lsubel.de
|
||||
Web Site:https://lsubel.github.io/amam
|
||||
Source Code:https://github.com/lsubel/amam-cordova
|
||||
Issue Tracker:https://github.com/lsubel/amam-cordova/issues
|
||||
Changelog:https://github.com/lsubel/amam-cordova/blob/HEAD/CHANGELOG.md
|
||||
|
||||
Auto Name:Ask me anything meaningful
|
||||
Summary:Questions for a good conversation
|
||||
Description:
|
||||
At the end of the 19th century it was a popular game on social events to answer
|
||||
a questionnaire. They should help to learn about the interviewee and their
|
||||
character. The French author Marcel Proust (1871-1922) was one of the most
|
||||
famous people who answered it
|
||||
([https://en.wikipedia.org/wiki/Proust_Questionnaire Wikipedia]). This
|
||||
application allows to get a randomized question from questionnaire, e.g. the
|
||||
Proust questionnaire, so you can discuss it with another person.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/lsubel/amam-cordova.git
|
||||
|
||||
Build:1.2.2,10202
|
||||
commit=v1.2.2
|
||||
subdir=platforms/android/
|
||||
|
||||
Build:1.3.2,10302
|
||||
commit=v1.3.2
|
||||
subdir=platforms/android/
|
||||
|
||||
Build:1.3.3,10303
|
||||
commit=v1.3.3
|
||||
subdir=platforms/android/
|
||||
|
||||
Build:1.3.4,10304
|
||||
commit=v1.3.4
|
||||
subdir=platforms/android/
|
||||
|
||||
Build:1.3.5,10305
|
||||
commit=v1.3.5
|
||||
subdir=platforms/android/
|
||||
|
||||
Build:1.4.0,10400
|
||||
commit=v1.4.0
|
||||
subdir=platforms/android/
|
||||
|
||||
Build:1.4.1,10401
|
||||
commit=v1.4.1
|
||||
subdir=platforms/android/
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:None
|
||||
Current Version:1.4.1
|
||||
Current Version Code:10401
|
64
metadata/de.lsubel.amam.yml
Normal file
64
metadata/de.lsubel.amam.yml
Normal file
|
@ -0,0 +1,64 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: MIT
|
||||
AuthorName: Lukas Subel
|
||||
AuthorEmail: github@lsubel.de
|
||||
WebSite: https://lsubel.github.io/amam
|
||||
SourceCode: https://github.com/lsubel/amam-cordova
|
||||
IssueTracker: https://github.com/lsubel/amam-cordova/issues
|
||||
Changelog: https://github.com/lsubel/amam-cordova/blob/HEAD/CHANGELOG.md
|
||||
|
||||
AutoName: Ask me anything meaningful
|
||||
Summary: Questions for a good conversation
|
||||
Description: |-
|
||||
At the end of the 19th century it was a popular game on social events to answer
|
||||
a questionnaire. They should help to learn about the interviewee and their
|
||||
character. The French author Marcel Proust (1871-1922) was one of the most
|
||||
famous people who answered it
|
||||
([https://en.wikipedia.org/wiki/Proust_Questionnaire Wikipedia]). This
|
||||
application allows to get a randomized question from questionnaire, e.g. the
|
||||
Proust questionnaire, so you can discuss it with another person.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/lsubel/amam-cordova.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.2.2
|
||||
versionCode: 10202
|
||||
commit: v1.2.2
|
||||
subdir: platforms/android/
|
||||
|
||||
- versionName: 1.3.2
|
||||
versionCode: 10302
|
||||
commit: v1.3.2
|
||||
subdir: platforms/android/
|
||||
|
||||
- versionName: 1.3.3
|
||||
versionCode: 10303
|
||||
commit: v1.3.3
|
||||
subdir: platforms/android/
|
||||
|
||||
- versionName: 1.3.4
|
||||
versionCode: 10304
|
||||
commit: v1.3.4
|
||||
subdir: platforms/android/
|
||||
|
||||
- versionName: 1.3.5
|
||||
versionCode: 10305
|
||||
commit: v1.3.5
|
||||
subdir: platforms/android/
|
||||
|
||||
- versionName: 1.4.0
|
||||
versionCode: 10400
|
||||
commit: v1.4.0
|
||||
subdir: platforms/android/
|
||||
|
||||
- versionName: 1.4.1
|
||||
versionCode: 10401
|
||||
commit: v1.4.1
|
||||
subdir: platforms/android/
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
CurrentVersion: 1.4.1
|
||||
CurrentVersionCode: 10401
|
|
@ -1,27 +0,0 @@
|
|||
Categories:System
|
||||
License:Apache-2.0
|
||||
Web Site:
|
||||
Source Code:https://github.com/scheich/Balance
|
||||
Issue Tracker:https://github.com/scheich/Balance/issues
|
||||
|
||||
Auto Name:Balance
|
||||
Summary:Widget that shows the value of a given ussd code
|
||||
Description:
|
||||
Widget that shows the message or value of a given ussd code. It is especially
|
||||
for prepaid users, who are able to check their balance via an dial (ussd) -
|
||||
code.
|
||||
|
||||
This app actually only works for android smartphones with lesser then Android
|
||||
4.2 (Jelly Bean). Check your version in settings -> about the phone.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/scheich/Balance
|
||||
|
||||
Build:0.12,3
|
||||
commit=0d24de272822b2029d849ead3cecdf08344d6e79
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:0.12
|
||||
Current Version Code:3
|
28
metadata/de.mangelow.balance.yml
Normal file
28
metadata/de.mangelow.balance.yml
Normal file
|
@ -0,0 +1,28 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
SourceCode: https://github.com/scheich/Balance
|
||||
IssueTracker: https://github.com/scheich/Balance/issues
|
||||
|
||||
AutoName: Balance
|
||||
Summary: Widget that shows the value of a given ussd code
|
||||
Description: |-
|
||||
Widget that shows the message or value of a given ussd code. It is especially
|
||||
for prepaid users, who are able to check their balance via an dial (ussd) -
|
||||
code.
|
||||
|
||||
This app actually only works for android smartphones with lesser then Android
|
||||
4.2 (Jelly Bean). Check your version in settings -> about the phone.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/scheich/Balance
|
||||
|
||||
Builds:
|
||||
- versionName: '0.12'
|
||||
versionCode: 3
|
||||
commit: 0d24de272822b2029d849ead3cecdf08344d6e79
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '0.12'
|
||||
CurrentVersionCode: 3
|
|
@ -1,31 +0,0 @@
|
|||
Categories:System
|
||||
License:Apache-2.0
|
||||
Web Site:
|
||||
Source Code:https://github.com/scheich/debDroid
|
||||
Issue Tracker:https://github.com/scheich/debDroid/issues
|
||||
|
||||
Auto Name:debDroid
|
||||
Summary:Search for debian packages
|
||||
Description:
|
||||
Search for debian packages on packages.debian.org.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/scheich/debDroid
|
||||
|
||||
Build:0.13,4
|
||||
commit=cbc2ca7ca67eaf978e0de05ca81101b285228530
|
||||
srclibs=ActionBarSherlock@4.2.0
|
||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||
target=android-17
|
||||
|
||||
Build:0.15,5
|
||||
commit=edf12e39cec940e53a12d0ce922f7bb0917afcaf
|
||||
srclibs=ActionBarSherlock@4.2.0
|
||||
prebuild=sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@' project.properties
|
||||
target=android-17
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:0.16
|
||||
Current Version Code:6
|
36
metadata/de.mangelow.debdroid.yml
Normal file
36
metadata/de.mangelow.debdroid.yml
Normal file
|
@ -0,0 +1,36 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
SourceCode: https://github.com/scheich/debDroid
|
||||
IssueTracker: https://github.com/scheich/debDroid/issues
|
||||
|
||||
AutoName: debDroid
|
||||
Summary: Search for debian packages
|
||||
Description: Search for debian packages on packages.debian.org.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/scheich/debDroid
|
||||
|
||||
Builds:
|
||||
- versionName: '0.13'
|
||||
versionCode: 4
|
||||
commit: cbc2ca7ca67eaf978e0de05ca81101b285228530
|
||||
srclibs:
|
||||
- ActionBarSherlock@4.2.0
|
||||
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
|
||||
project.properties
|
||||
target: android-17
|
||||
|
||||
- versionName: '0.15'
|
||||
versionCode: 5
|
||||
commit: edf12e39cec940e53a12d0ce922f7bb0917afcaf
|
||||
srclibs:
|
||||
- ActionBarSherlock@4.2.0
|
||||
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$ActionBarSherlock$$@'
|
||||
project.properties
|
||||
target: android-17
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '0.16'
|
||||
CurrentVersionCode: 6
|
|
@ -1,29 +0,0 @@
|
|||
Categories:System
|
||||
License:Apache-2.0
|
||||
Web Site:
|
||||
Source Code:https://github.com/scheich/Network
|
||||
Issue Tracker:https://github.com/scheich/Network/issues
|
||||
|
||||
Auto Name:Network
|
||||
Summary:Shortcut to the Phone Info page
|
||||
Description:
|
||||
Simply a shortcut to the activity that you get when you type *#*#INFO#*#* in the
|
||||
dialer. It allows you to choose different radio modes and see general info. In
|
||||
particular you can choose WCDMA only, which could improve battery life if your
|
||||
phone is in a weak 3G area and tries to find a 2G signal all the time. The PRL
|
||||
choices only apply to operators that keep a PRL list.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/scheich/Network.git
|
||||
|
||||
Build:1.02,3
|
||||
commit=df1c1ce4f113da84
|
||||
|
||||
Build:1.03,4
|
||||
commit=c27c319baab31613537dd8d4b00b9585817df5ec
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.03
|
||||
Current Version Code:4
|
31
metadata/de.mangelow.network.yml
Normal file
31
metadata/de.mangelow.network.yml
Normal file
|
@ -0,0 +1,31 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
SourceCode: https://github.com/scheich/Network
|
||||
IssueTracker: https://github.com/scheich/Network/issues
|
||||
|
||||
AutoName: Network
|
||||
Summary: Shortcut to the Phone Info page
|
||||
Description: |-
|
||||
Simply a shortcut to the activity that you get when you type *#*#INFO#*#* in the
|
||||
dialer. It allows you to choose different radio modes and see general info. In
|
||||
particular you can choose WCDMA only, which could improve battery life if your
|
||||
phone is in a weak 3G area and tries to find a 2G signal all the time. The PRL
|
||||
choices only apply to operators that keep a PRL list.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/scheich/Network.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.02'
|
||||
versionCode: 3
|
||||
commit: df1c1ce4f113da84
|
||||
|
||||
- versionName: '1.03'
|
||||
versionCode: 4
|
||||
commit: c27c319baab31613537dd8d4b00b9585817df5ec
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '1.03'
|
||||
CurrentVersionCode: 4
|
|
@ -1,29 +0,0 @@
|
|||
Categories:System
|
||||
License:Apache-2.0
|
||||
Web Site:
|
||||
Source Code:https://github.com/scheich/SlideItLoud
|
||||
Issue Tracker:https://github.com/scheich/SlideItLoud/issues
|
||||
|
||||
Auto Name:SlideItLoud
|
||||
Summary:Turns on loud speaker if the keyboard is opened
|
||||
Description:
|
||||
Automatically turns on the loud speaker if the hardware keyboard is opened
|
||||
during a call and turns it off if its being closed. Optionally autoanswer and/or
|
||||
autohangup the same way.
|
||||
|
||||
This app is only interesting for users with a slideable physical hardware
|
||||
keyboard.
|
||||
|
||||
The app idea comes from the HTC Wings aka S730.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/scheich/SlideItLoud.git
|
||||
|
||||
Build:1.13,7
|
||||
commit=d057da47bad99d30afa6cf8b24048aa69ca55e43
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:1.13
|
||||
Current Version Code:7
|
30
metadata/de.mangelow.slideitloud.yml
Normal file
30
metadata/de.mangelow.slideitloud.yml
Normal file
|
@ -0,0 +1,30 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
SourceCode: https://github.com/scheich/SlideItLoud
|
||||
IssueTracker: https://github.com/scheich/SlideItLoud/issues
|
||||
|
||||
AutoName: SlideItLoud
|
||||
Summary: Turns on loud speaker if the keyboard is opened
|
||||
Description: |-
|
||||
Automatically turns on the loud speaker if the hardware keyboard is opened
|
||||
during a call and turns it off if its being closed. Optionally autoanswer and/or
|
||||
autohangup the same way.
|
||||
|
||||
This app is only interesting for users with a slideable physical hardware
|
||||
keyboard.
|
||||
|
||||
The app idea comes from the HTC Wings aka S730.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/scheich/SlideItLoud.git
|
||||
|
||||
Builds:
|
||||
- versionName: '1.13'
|
||||
versionCode: 7
|
||||
commit: d057da47bad99d30afa6cf8b24048aa69ca55e43
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '1.13'
|
||||
CurrentVersionCode: 7
|
|
@ -1,25 +0,0 @@
|
|||
Categories:System
|
||||
License:Apache-2.0
|
||||
Web Site:
|
||||
Source Code:https://github.com/scheich/SyncWifi
|
||||
Issue Tracker:https://github.com/scheich/SyncWifi/issues
|
||||
|
||||
Auto Name:SyncWifi
|
||||
Summary:Control account authorities by connection
|
||||
Description:
|
||||
Automatically disable or enable the synchronisation of existing account
|
||||
authorities based on connection state, wifi or mobile connection. Good to sync
|
||||
only important authorities (e.g. emails, calendars, notes) on mobile data and
|
||||
other ones only on wifi connection.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/scheich/SyncWifi
|
||||
|
||||
Build:2.15,17
|
||||
commit=d41c2c81ba2137d27b98d4dd37f90b9e8de3c80b
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:RepoManifest
|
||||
Current Version:2.15
|
||||
Current Version Code:17
|
26
metadata/de.mangelow.syncwifi.yml
Normal file
26
metadata/de.mangelow.syncwifi.yml
Normal file
|
@ -0,0 +1,26 @@
|
|||
Categories:
|
||||
- System
|
||||
License: Apache-2.0
|
||||
SourceCode: https://github.com/scheich/SyncWifi
|
||||
IssueTracker: https://github.com/scheich/SyncWifi/issues
|
||||
|
||||
AutoName: SyncWifi
|
||||
Summary: Control account authorities by connection
|
||||
Description: |-
|
||||
Automatically disable or enable the synchronisation of existing account
|
||||
authorities based on connection state, wifi or mobile connection. Good to sync
|
||||
only important authorities (e.g. emails, calendars, notes) on mobile data and
|
||||
other ones only on wifi connection.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/scheich/SyncWifi
|
||||
|
||||
Builds:
|
||||
- versionName: '2.15'
|
||||
versionCode: 17
|
||||
commit: d41c2c81ba2137d27b98d4dd37f90b9e8de3c80b
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: RepoManifest
|
||||
CurrentVersion: '2.15'
|
||||
CurrentVersionCode: 17
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue