fdroiddata/metadata/com.mridang.wifiinfo.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

35 lines
1,016 B
YAML

Categories:
- Theming
License: Apache-2.0
SourceCode: https://github.com/mridang/dashclock-wifiinfo
IssueTracker: https://github.com/mridang/dashclock-wifiinfo/issues
Name: 'DashClock: WiFi Info'
AutoName: Dashclock Wireless Extension
Summary: Connectivity on the lock-screen
Description: |-
Extension for [[net.nurik.roman.dashclock]] that displays information about the
currently connected wireless network. It displays the network name and the link
speed.
Newer versions of this (and other Dashclock plugins by this author) are
available elsewhere, but require proprietary software to function correctly.
RepoType: git
Repo: https://github.com/mridang/dashclock-wifiinfo.git
Builds:
- versionName: 1.0.2
versionCode: 3
commit: 1.0.2
srclibs:
- DashClock@v1.2
rm:
- libs/dashclock-api-1.1.jar
prebuild: echo 'source.dir=src;$$DashClock$$/api/src' > ant.properties
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 1.0.2
CurrentVersionCode: 3