Go to file
Jason A. Donenfeld 39e0c861e2 tools: bump versions
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2020-06-07 01:58:02 -06:00
.idea
gradle/wrapper build: upgrade to gradle 6.4 and track checksum 2020-05-09 13:15:57 +05:30
tunnel tools: bump versions 2020-06-07 01:58:02 -06:00
ui strings: sync translations 2020-06-02 17:52:01 +05:30
.gitignore
.gitmodules
build.gradle build: bump to AGP 4.0.0 2020-05-29 12:05:24 +05:30
COPYING
gradle.properties
gradlew build: upgrade to gradle 6.4 and track checksum 2020-05-09 13:15:57 +05:30
README.md tunnel: libwg-go: remove -x option from flock 2020-04-01 22:05:24 -06:00
settings.gradle
version.gradle version: bump 2020-04-08 00:02:37 -06:00

Android GUI for WireGuard

Download from the Play Store

This is an Android GUI for WireGuard. It opportunistically uses the kernel implementation, and falls back to using the non-root userspace implementation.

Building

$ git clone --recurse-submodules https://git.zx2c4.com/wireguard-android
$ cd wireguard-android
$ ./gradlew assembleRelease

macOS users may need flock(1).

Embedding

The tunnel library is on JCenter, alongside extensive class library documentation.

implementation 'com.wireguard.android:tunnel:$wireguardTunnelVersion'

The library makes use of Java 8 features, so be sure to support those in your gradle configuration:

compileOptions {
    sourceCompatibility JavaVersion.VERSION_1_8
    targetCompatibility JavaVersion.VERSION_1_8
}

Translating

Please help us translate the app into several languages on our translation platform.