46 lines
1.3 KiB
YAML
46 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
|
|
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
|