From 9739d35edad8b1c203fd0de74bf7ef294416de94 Mon Sep 17 00:00:00 2001 From: Zane Schepke Date: Thu, 23 Nov 2023 22:14:29 -0500 Subject: [PATCH] chore: update descriptions --- README.md | 15 ++++++++------- .../metadata/android/en-US/full_description.txt | 15 +++++++++------ 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index e1a667c..aa460e5 100644 --- a/README.md +++ b/README.md @@ -47,18 +47,19 @@ This is an alternative Android Application for [WireGuard](https://www.wireguard ## 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. +The original inspiration for this app came from the inconvenience of having to manually turn VPN off and on while on different networks. This app was created to offer a free solution to this problem. ## Features -* Add tunnels via .conf file +* Add tunnels via .conf file, zip, manual entry, or QR code * 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 +* Export tunnels to zip +* Quick tile support for VPN toggling +* Static shortcuts support for primary tunnel for automation integration +* Intent automation support for all tunnels +* Optional auto connect on mobile data, ethernet * Automatic service restart after reboot * Service will stay running in background after app has been closed @@ -68,7 +69,7 @@ The inspiration for this app came from the inconvenience of constantly having to ``` $ git clone https://github.com/zaneschepke/wgtunnel $ cd wgtunnel -$ ./gradlew assembleRelease +$ ./gradlew assembleDebug ``` diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/en-US/full_description.txt index d9629a0..88e0c72 100644 --- a/fastlane/metadata/android/en-US/full_description.txt +++ b/fastlane/metadata/android/en-US/full_description.txt @@ -1,10 +1,13 @@ Features -- Add tunnels via .conf file or QR +- Add tunnels via .conf file, zip, manual entry, or QR code - Auto connect to VPN based on Wi-Fi SSID - Split tunneling by application with search -- Always-on VPN support -- Configurable Trusted Network list -- Quick tile and Shortcuts integration -- Optional auto connect on mobile data -- Automatic service restart after reboot \ No newline at end of file +- Always-on VPN for Android support +- Export tunnels to zip +- Quick tile support for VPN toggling +- Static shortcuts support for primary tunnel for automation integration +- Intent automation support for all tunnels +- Optional auto connect on mobile data, ethernet +- Automatic service restart after reboot +- Service will stay running in background after app has been closed \ No newline at end of file