New app: WifiAutOff
This commit is contained in:
parent
b12c3d5276
commit
ac69f79bd8
40
metadata/com.csmarosi.wifiautoff.yml
Normal file
40
metadata/com.csmarosi.wifiautoff.yml
Normal file
|
|
@ -0,0 +1,40 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
- Internet
|
||||||
|
License: MIT
|
||||||
|
SourceCode: https://github.com/csmarosi/wifiAutOff
|
||||||
|
IssueTracker: https://github.com/csmarosi/wifiAutOff/issues
|
||||||
|
|
||||||
|
AutoName: WifiAutOff
|
||||||
|
Summary: Turns off the WIFI based on scan result
|
||||||
|
Description: |-
|
||||||
|
Accidentally enabled WIFI eats battery. It also facilitates tracking. This
|
||||||
|
app helps to reduce this by turning off WIFI.
|
||||||
|
|
||||||
|
By default the app only listen to WIFI changes. You need to enable the app
|
||||||
|
(checkbox) to activate the turn off WIFI feature. If want to connect to a
|
||||||
|
new (not whitelisted) network, you need to disable the app, scan or connect
|
||||||
|
to whitelist the SSID/BSSID, then enable the app again. (Otherwise it would
|
||||||
|
just instantly turn off the WIFI.)
|
||||||
|
|
||||||
|
The app only cares whether the SSID/BSSID is among the WIFI scan results, so
|
||||||
|
connection errors does not turn off the WIFI.
|
||||||
|
|
||||||
|
The whitelist, currently connected networks, available networks are color
|
||||||
|
coded (red, green, and gray respectively).
|
||||||
|
|
||||||
|
A notification is shown if the app is enabled.
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://github.com/csmarosi/wifiAutOff
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: '1.4'
|
||||||
|
versionCode: 4
|
||||||
|
commit: v1.4
|
||||||
|
target: android-23
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: '1.4'
|
||||||
|
CurrentVersionCode: 4
|
||||||
Loading…
Reference in a new issue