fdroiddata/metadata/net.sf.andbatdog.batterydog.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

32 lines
904 B
YAML

Categories:
- System
License: GPL-2.0-or-later
WebSite: http://andbatdog.sourceforge.net
SourceCode: https://sourceforge.net/p/andbatdog/code
Donate: https://sourceforge.net/p/andbatdog/donate/
Name: Battery Dog
AutoName: Android Battery Dog
Summary: Battery level logger
Description: |-
Android Battery Dog is a watchdog application to facilitate long term analysis
of the battery level. In addition to showing a graph of this information, the
file “/sdcard/BatteryDog/battery.csv” is created containing the recorded battery
levels together with a timestamp.
RepoType: git-svn
Repo: https://svn.code.sf.net/p/andbatdog/code/trunk/AndroidBatteryDog/AndroidBatteryDog
Builds:
- versionName: 0.1.1
versionCode: 11
commit: '22'
encoding: iso-8859-1
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 0.1.1
CurrentVersionCode: 11
NoSourceSince: 0.1.2