fdroiddata/metadata/org.mcxa.zephyrlogger.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

29 lines
694 B
YAML

Categories:
- Sports & Health
License: Apache-2.0
SourceCode: https://github.com/ianmcxa/ZephyrLogger
IssueTracker: https://github.com/ianmcxa/ZephyrLogger/issues
AutoName: ZephyrLogger
Summary: Log Zephyr heart rate monitor data
Description: |-
ZephyrLogger connects to the Zypher HxM heart rate monitor and logs the data
from the device directly to a text file. This allows for in depth analysis of
the heart rate data.
RepoType: git
Repo: https://github.com/ianmcxa/ZephyrLogger
Builds:
- versionName: '1.0'
versionCode: 1
commit: v0.1
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '1.0'
CurrentVersionCode: 1