fdroiddata/metadata/com.kodarkooperativet.notificationstopwatch.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

30 lines
842 B
YAML

Categories:
- System
License: Artistic-2.0
SourceCode: https://github.com/KodarKooperativet/NotificationStopwatch
IssueTracker: https://github.com/KodarKooperativet/NotificationStopwatch/issues
AutoName: Stopwatch
Summary: Stopwatch build into the notification bar
Description: |-
A simple stopwatch that can be completely controlled from the notification bar.
Very lightweight and no permissions. Uses Singleton design betweeen activity and
service.
RepoType: git
Repo: https://github.com/KodarKooperativet/NotificationStopwatch
Builds:
- versionName: '1.3'
versionCode: 5
commit: f125f64dbcd3bdcde9924979532fcfb21b504e58
- versionName: '1.4'
versionCode: 6
commit: e09dbd5ff940f11bd021248952192e6b86013219
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.4'
CurrentVersionCode: 6