fdroiddata/metadata/com.sputnik.wispr.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

30 lines
856 B
YAML

Categories:
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/jfisbein/androidwisprclient
IssueTracker: https://github.com/jfisbein/androidwisprclient/issues
AutoName: FON Access
Summary: Auto connect to FON network
Description: |-
The FON network is made up of routers that share their internet access with
guests in return for access to other FON access points. This app authenticates
with a username and password using WISPr and supports routers managed by FON and
partners.
This app has been abandoned by the author, a maintained fork is available from
[[com.oakley.fon]].
RepoType: git
Repo: https://github.com/jfisbein/androidwisprclient
Builds:
- versionName: 1.4.7
versionCode: 147
commit: '134'
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.4.7
CurrentVersionCode: 147