fdroiddata/metadata/com.tomatodev.timerdroid.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

37 lines
907 B
YAML

Categories:
- Time
License: GPL-3.0-only
SourceCode: https://github.com/hoffimar/timerdroid
IssueTracker: https://github.com/hoffimar/timerdroid/issues
AutoName: TimerDroid
Summary: Use multiple timers
Description: |-
Use multiple timers with additional features such as a widget,
send-to-background, categories, etc.
RepoType: git
Repo: https://github.com/hoffimar/timerdroid
Builds:
- versionName: 2.1.0
versionCode: 1412210
commit: 29728b070da2c51b63bd370987853e1a5632f5d7
- versionName: 2.1.1
versionCode: 1412211
commit: e99cb9aef575979c4097b08d0ce85ba63f8fca3f
- versionName: 2.1.2
versionCode: 1412212
commit: 1bbce427441c22b991318c759b8097072d97746b
- versionName: 2.1.3
versionCode: 1412213
commit: 98239ab324b58adbb6a7a729a0aa81800c84db6d
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 3.1.2
CurrentVersionCode: 1412312