diff --git a/README.md b/README.md index aa460e57..22889054 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 86080eac..00000000 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 97d497b3..00000000 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 12a68531..00000000 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 2b3c6262..00000000 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 6924e827..00000000 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 ecec78d4..00000000 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 d2569cfe..00000000 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 6405c5d2..00000000 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 12a68531..0eac9dd1 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 6924e827..31dd0bb1 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 d2569cfe..714d08f2 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