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

34 lines
937 B
YAML

Categories:
- Theming
License: Apache-2.0
SourceCode: https://github.com/mridang/dashclock-cellinfo
IssueTracker: https://github.com/mridang/dashclock-cellinfo/issues
Name: 'DashClock: Cellular Network'
AutoName: Dashclock Cellular Extension
Summary: Cell provider info on lock-screen
Description: |-
Extension for [[net.nurik.roman.dashclock]] allowing you to see which network
you're connected to.
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-cellinfo.git
Builds:
- versionName: 1.0.3
versionCode: 4
commit: 6e852fcf9204f
srclibs:
- DashClock@v1.2
rm:
- libs/dashclock-api-1.1.jar
prebuild: cp -r $$DashClock$$/api/src/com src/
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 1.0.3
CurrentVersionCode: 4