amnezia-vpnandroidapkf-droidf-droidreposflossfossjetpack-composekotlinvpnvpn-clientwireguardwireguard-tunnelwireguard-uiwireguard-vpn
c8f2cfd758
feat: Change config screen UI to accommodate editing of all fields. Change config screen to allow the addition of new peers. Closes #31 Change main screen to denote primary tunnel with star. Change main screen tunnel options to allow changing tunnel to primary. feat: Change settings screen UI to improve usability. Closes #32 fix: Change application shortcuts to static shortcuts for the primary tunnel. Remove dynamic shortcuts. Closes #38 fix: Database changes from the previous version causing crashes. #40 #37 fix: bug on detail screen where tunnel name was not showing feat: Change button color when hovering on AndroidTV to improve visibility #36 fix: Change file importing method to fix bug on FireTV Closes #39 docs: update README with new screenshots |
||
---|---|---|
app | ||
asset | ||
buildSrc | ||
fastlane/metadata/android/en-US | ||
gradle | ||
.gitignore | ||
LICENSE | ||
README.md | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
index.html | ||
settings.gradle.kts |
README.md
WG Tunnel
This is an alternative Android Application for WireGuard with added features. Built using the wireguard-android library and Jetpack Compose, this application was inspired by the official WireGuard Android app.
Screenshots
Inspiration
The inspiration for this app came from the inconvenience of constantly having to turn VPN off and on while on different networks. With there being no free solution to this problem, this app was created to meet that need.
Features
- Add tunnels via .conf file
- Auto connect to VPN based on Wi-Fi SSID
- Split tunneling by application with search
- Always-on VPN for Android support
- Quick tile support for vpn toggling
- Dynamic shortcuts support for automation integration
- Configurable Trusted Network list
- Optional auto connect on mobile data
- Automatic service restart after reboot
- Service will stay running in background after app has been closed
Building
$ git clone https://github.com/zaneschepke/wgtunnel
$ cd wgtunnel
$ ./gradlew assembleRelease