36 lines
1 KiB
YAML
36 lines
1 KiB
YAML
Categories:
|
|
- Connectivity
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/carltonwhitehead/wifi-auto-forget
|
|
IssueTracker: https://github.com/carltonwhitehead/wifi-auto-forget/issues
|
|
|
|
AutoName: Wi-Fi AutoForget
|
|
Description: |-
|
|
Schedule unwanted networks for automatic removal from your system Wi-Fi settings
|
|
upon disconnection. Wi-Fi AutoForget will show a notification when you connect,
|
|
allowing you to specify the desired action with a single tap or swipe. When you
|
|
move out of range, Wi-Fi AutoForget will automatically tell your device to
|
|
forget it.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/carltonwhitehead/wifi-auto-forget
|
|
|
|
Builds:
|
|
- versionName: 0.1.1
|
|
versionCode: 3
|
|
disable: doesn't build
|
|
commit: v0.1.1
|
|
subdir: Code/WifiAutoForget
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- ActiveAndroid@3.0
|
|
prebuild:
|
|
- cp -fR $$ActiveAndroid$$/src/com src/main/java
|
|
- sed -i -e '/SNAPSHOT/d' -e '/readPassword/d' build.gradle
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 0.1.1
|
|
CurrentVersionCode: 3
|