fdroiddata/metadata/et.nWifiManager.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

35 lines
1 KiB
YAML

Categories:
- Connectivity
- Theming
License: GPL-3.0-only
SourceCode: https://github.com/ET-CS/EZ-Wifi-Notification
IssueTracker: https://github.com/ET-CS/EZ-Wifi-Notification/issues
AutoName: EZ Wifi Notification
Summary: Show connected Wifi in notification tray
Description: |-
View information about connected networks and be notified of changes.
Key features:
* Notification of connectivity changes: Wi-Fi, Mobile, Flight mode (with or without Wi-Fi), No connectivity, and experimental Wi-MAX.
* Easy, simple and useful
* Set vibration and/or sound Notification
* Show IP address and/or BSSID
* Control events to be notified of (wifi, mobile, none)
* Changeable notification action (goto: Preferences, Wireless and network, Wi-Fi Settings)
* etc.
RepoType: git
Repo: https://github.com/ET-CS/EZ-Wifi-Notification
Builds:
- versionName: '1.9'
versionCode: 16
commit: 135b83268788142b922fc047a36559a25708e8d3
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.9'
CurrentVersionCode: 16