fdroiddata/metadata/com.guvery.notifyme.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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 13:13:47 +02:00

42 lines
1 KiB
YAML

Categories:
- Writing
License: GPL-2.0-or-later
SourceCode: https://github.com/guvery/NotifyMe
IssueTracker: https://github.com/guvery/NotifyMe/issues
AutoName: Notify
Summary: Manage notes and TODO lists
Description: |-
Simple notification reminder and to-do manager. Enter a title and press
"Notify". Customize your notifications even further by selecting icons,
priorities, persistent notifications, and adding messages.
Lists will automatically be created when there is a line break (multi-line) in
the message field.
Features:
* Add notifications right from the notification drawer
* Keep your history
* Automatic lists
* Choose between many icons
* Themes
* Priority
* Time picker
RepoType: git
Repo: https://github.com/guvery/NotifyMe
Builds:
- versionName: '2.1'
versionCode: 15
commit: 46a2278ce6f4656bd25ed9cec167df6dea07b373
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '2.1'
CurrentVersionCode: 15