diff --git a/README.md b/README.md index aa460e5..2288905 100644 --- a/README.md +++ b/README.md @@ -37,10 +37,10 @@ This is an alternative Android Application for [WireGuard](https://www.wireguard ## Screenshots

- - - - + + + +

@@ -52,16 +52,16 @@ The original inspiration for this app came from the inconvenience of having to m ## Features * Add tunnels via .conf file, zip, manual entry, or QR code -* Auto connect to VPN based on Wi-Fi SSID +* Auto connect to VPN based on Wi-Fi SSID, ethernet, or mobile data * Split tunneling by application with search -* Always-on VPN for Android support +* WireGuard support for kernel and userspace modes +* Always-On VPN 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 +* Battery preservation measures ## Building diff --git a/asset/config_screen.png b/asset/config_screen.png deleted file mode 100644 index 86080ea..0000000 Binary files a/asset/config_screen.png and /dev/null differ diff --git a/asset/config_screen_old.png b/asset/config_screen_old.png deleted file mode 100644 index 97d497b..0000000 Binary files a/asset/config_screen_old.png and /dev/null differ diff --git a/asset/main_screen.png b/asset/main_screen.png deleted file mode 100644 index 12a6853..0000000 Binary files a/asset/main_screen.png and /dev/null differ diff --git a/asset/main_screen_old.png b/asset/main_screen_old.png deleted file mode 100644 index 2b3c626..0000000 Binary files a/asset/main_screen_old.png and /dev/null differ diff --git a/asset/settings_screen.png b/asset/settings_screen.png deleted file mode 100644 index 6924e82..0000000 Binary files a/asset/settings_screen.png and /dev/null differ diff --git a/asset/settings_screen_old.png b/asset/settings_screen_old.png deleted file mode 100644 index ecec78d..0000000 Binary files a/asset/settings_screen_old.png and /dev/null differ diff --git a/asset/support_screen.png b/asset/support_screen.png deleted file mode 100644 index d2569cf..0000000 Binary files a/asset/support_screen.png and /dev/null differ diff --git a/asset/support_screen_old.png b/asset/support_screen_old.png deleted file mode 100644 index 6405c5d..0000000 Binary files a/asset/support_screen_old.png and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/main_screen.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/main_screen.png index 12a6853..0eac9dd 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/main_screen.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/main_screen.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/settings_screen.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/settings_screen.png index 6924e82..31dd0bb 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/settings_screen.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/settings_screen.png differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/support_screen.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/support_screen.png index d2569cf..714d08f 100644 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/support_screen.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/support_screen.png differ