6c177c1fc3
!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 ```
43 lines
1 KiB
YAML
43 lines
1 KiB
YAML
Categories:
|
|
- Connectivity
|
|
License: Apache-2.0
|
|
WebSite: https://code.google.com/p/androidnetworktester
|
|
SourceCode: https://code.google.com/p/androidnetworktester/source
|
|
|
|
AutoName: Network Tester
|
|
Summary: Wifi access point tester
|
|
Description: |-
|
|
Is that open wifi really letting you access the web? Android Network Tester
|
|
quickly validates you're connected to the real web (by downloading a dedicated
|
|
36 bytes file and checking its content). If the hotspot is actually redirecting
|
|
you to a billing or authentication portal, you'll know instantly.
|
|
|
|
RepoType: git-svn
|
|
Repo: https://androidnetworktester.googlecode.com/svn/trunk
|
|
|
|
Builds:
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: '34'
|
|
target: android-15
|
|
|
|
- versionName: '1.2'
|
|
versionCode: 3
|
|
commit: '44'
|
|
target: android-15
|
|
|
|
- versionName: '1.3'
|
|
versionCode: 4
|
|
commit: '49'
|
|
target: android-15
|
|
|
|
- versionName: '1.4'
|
|
versionCode: 5
|
|
commit: '50'
|
|
target: android-15
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: '1.4'
|
|
CurrentVersionCode: 5
|