fdroiddata/metadata/org.chrisbailey.todo.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

30 lines
666 B
YAML

Categories:
- Theming
License: GPL-3.0-only
SourceCode: https://github.com/chrispbailey/ToDo-List-Widget
IssueTracker: https://github.com/chrispbailey/ToDo-List-Widget/issues
AutoName: ToDo List Widget
Summary: Notes in the homescreen
Description: |-
A simple todo list widget.
Newer versions are available elsewhere, but no source code is published for
those.
RepoType: git
Repo: https://github.com/chrispbailey/ToDo-List-Widget.git
Builds:
- versionName: 1.7.1
versionCode: 10
commit: f52f34d6
target: android-18
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.7.1
CurrentVersionCode: 10
NoSourceSince: '2.0'