fdroiddata/metadata/org.jmoyer.NotificationPlus.yml
Hans-Christoph Steiner 6c177c1fc3
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
```
2019-08-19 18:41:06 +02:00

22 lines
637 B
YAML

Categories:
- System
License: GPL-3.0-only
SourceCode: https://archive.softwareheritage.org/browse/origin/https://notification-plus.googlecode.com/hg//directory/
AutoName: Notification Plus
Summary: Recurring acoustic notifications
Description: |-
Delivers recurring notifications via the phone's vibrator or notification
ringtone. This is especially useful for phones which lack a notification LED,
such as the Nexus S, and at least two of the Galaxy S variants.
Builds:
- versionName: '1.1'
versionCode: 2
commit: v1.1
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '1.1'
CurrentVersionCode: 2