fdroiddata/metadata/com.grapefruitopia.dashclock.k9.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

32 lines
955 B
YAML

Disabled: de.cketti.dashclock.k9 does the same, has more features and is more active
Categories:
- Theming
License: Apache-2.0
SourceCode: https://github.com/benjymous/dashclock-k-9
IssueTracker: https://github.com/benjymous/dashclock-k-9/issues
AutoName: K-9 unread count for Dashclock
Summary: Email info on the lockscreen
Description: |-
[[net.nurik.roman.dashclock]] extension that displays the number of unread
emails from [[com.fsck.k9]]. Marking messages as read in K-9 only reliably
updates the unread count for v4.4xx of K-9.
RepoType: git
Repo: https://github.com/benjymous/dashclock-k-9.git
Builds:
- versionName: 1.1.1.0
versionCode: 1110
commit: 042f693
srclibs:
- DashClock@v1.2
rm:
- libs/dashclock-api-r1.1.jar
prebuild: echo 'source.dir=src;$$DashClock$$/api/src' >> project.properties
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.1.1.0
CurrentVersionCode: 1110