fdroiddata/metadata/de.mangelow.network.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
949 B
YAML

Categories:
- System
License: Apache-2.0
SourceCode: https://github.com/scheich/Network
IssueTracker: https://github.com/scheich/Network/issues
AutoName: Network
Summary: Shortcut to the Phone Info page
Description: |-
Simply a shortcut to the activity that you get when you type *#*#INFO#*#* in the
dialer. It allows you to choose different radio modes and see general info. In
particular you can choose WCDMA only, which could improve battery life if your
phone is in a weak 3G area and tries to find a 2G signal all the time. The PRL
choices only apply to operators that keep a PRL list.
RepoType: git
Repo: https://github.com/scheich/Network.git
Builds:
- versionName: '1.02'
versionCode: 3
commit: df1c1ce4f113da84
- versionName: '1.03'
versionCode: 4
commit: c27c319baab31613537dd8d4b00b9585817df5ec
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.03'
CurrentVersionCode: 4