6c177c1fc3
!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 ```
49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
Categories:
|
|
- Multimedia
|
|
- Reading
|
|
License: GPL-2.0-only
|
|
WebSite: https://openlp.org/
|
|
SourceCode: https://code.launchpad.net/~openlp-core/openlp/android2
|
|
IssueTracker: https://bugs.launchpad.net/openlp
|
|
Donate: https://openlp.org/donate
|
|
|
|
AutoName: OpenLP
|
|
Summary: Worship Presentation Software for your Church
|
|
Description: |-
|
|
OpenLP is an open-source presentation platform created for use in churches large
|
|
and small. Say good-bye to the hassle of subscription costs and device
|
|
platforms; this software offers a wide variety of features that will greatly
|
|
benefit your worship service.
|
|
|
|
Control your presentations from anywhere using OpenLP's first-of-its-kind remote
|
|
system. With a built-in web app, you can access your service from any
|
|
network-enabled device that has a browser and a touch screen. Change slides, or
|
|
even change what is currently presenting from your phone. Search for songs,
|
|
Bible verses, images and more without needing to touch the computer.
|
|
|
|
This android app has all the same features as the web app, packed into a native
|
|
application.
|
|
|
|
RepoType: bzr
|
|
Repo: lp:openlp/android2
|
|
|
|
Builds:
|
|
- versionName: '2.0'
|
|
versionCode: 5
|
|
commit: '33'
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '2.0'
|
|
versionCode: 6
|
|
commit: '39'
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '2.0'
|
|
CurrentVersionCode: 6
|