wireguard-android icon indicating copy to clipboard operation
wireguard-android copied to clipboard

Mirror only. Official repository is at https://git.zx2c4.com/wireguard-android

Results 17 wireguard-android issues
Sort by recently updated
recently updated
newest added

Added support for [Android Dynamic Shortcuts](https://developer.android.com/guide/topics/ui/shortcuts/creating-shortcuts#dynamic). Dynamic Shortcuts is a standard Android feature that is supported by most of the launchers. ## How does this work for users? Now users...

Signed-off-by: George Kutsurua Hello, Here is the support for peer las handshake time in statistics.

Fix for the following error that occurs when launching the service from background (onBoot f.e.): `E/WireGuard/TunnelManager: java.lang.IllegalStateException: Not allowed to start service Intent { cmp=com.tun.android.debug/com.wireguard.android.backend.GoBackend$VpnService }: app is in background`

When using the GoBackend on a rooted device allow for pre/post up/down actions to be executed when the tunnel state changes. On non-rooted devices the scripts are not executed but...

Added support for automatically disconnecting from a tunnel when connected to a specified Wi-Fi network. # How does this work for users? Now when editing a tunnel, there's a field...

This change removes the need for the permission to draw over other apps. Personally, i find this permission a bit intrusive, so i tried to find a different mechanism to...

1st commit - upgrade tooling + minor error fixes 2nd - many small improvements (namely _final_ where needed) & local refactoring - lint baseline - fix out-of-branch [commit dff13145a5a630b474aea51da0a5774e7d5dab83](https://github.com/WireGuard/wireguard-android/commit/dff13145a5a630b474aea51da0a5774e7d5dab83) still...

Using [Efficient-Comprression-Tool](https://github.com/fhanau/Efficient-Compression-Tool) we can reduce image size by 37.59KB (27%) with no visual change.

This is an updated version of the pull request https://github.com/WireGuard/wireguard-android/pull/48 to try to make it more likely to be merged. The hard work was done by @gergely-sallai Gergely Sallai in...

This is a tiny change to allow elf-cleaner to build correctly during assembleRelease. Without this I got failures to find these files with the latest Android Studio (and on the...