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 ```
47 lines
1.3 KiB
YAML
47 lines
1.3 KiB
YAML
Categories:
|
|
- Connectivity
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/gitdode/inetify
|
|
IssueTracker: https://github.com/gitdode/inetify/issues
|
|
|
|
AutoName: Inetify
|
|
Summary: WiFi Internet access helper
|
|
Description: |-
|
|
Inetify is an Android tool providing two features related to Wifi networks:
|
|
1.Give a notification if a Wifi network does not provide internet access.
|
|
2.Automatically activate Wifi when near a Wifi network and deactivate it
|
|
otherwise: this is experimental and will use GPS when necessary, thus draining
|
|
the battery
|
|
|
|
'''N.B''' It isn't possible to view your position on a map because Google Maps
|
|
is the only map source and f-droid can't supply an API key to use it. If you
|
|
need to use Google Maps install the developer's build from the website.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/gitdode/inetify
|
|
|
|
Builds:
|
|
- versionName: 2.0.3
|
|
versionCode: 16
|
|
commit: '311'
|
|
subdir: inetify/inetify-app
|
|
init: rm -f build.xml
|
|
extlibs:
|
|
- android/android-support-v4.jar
|
|
|
|
- versionName: 2.1.0
|
|
versionCode: 18
|
|
commit: '320'
|
|
target: android-10
|
|
|
|
- versionName: 2.1.2
|
|
versionCode: 20
|
|
commit: '332'
|
|
init: rm -f build.xml
|
|
target: android-10
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 2.1.2
|
|
CurrentVersionCode: 20
|