Bubble android client. Fork of https://git.zx2c4.com/wireguard-android/
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Jason A. Donenfeld 27b691bef6 idea: update settings for 3.5 vor 5 Jahren
.idea idea: update settings for 3.5 vor 5 Jahren
app Migrate to Android 10 vor 5 Jahren
gradle/wrapper Uprev to Gradle 5.6.2 vor 5 Jahren
.gitignore Update AGP to 3.5.0 vor 5 Jahren
.gitmodules libwg-go: don't use submodule vor 5 Jahren
COPYING global: move to Apache 2.0 vor 6 Jahren
README.md global: move to Apache 2.0 vor 6 Jahren
build.gradle Update AGP to 3.5.0 vor 5 Jahren
gradle.properties Migrate to AndroidX vor 5 Jahren
gradlew Uprev to Gradle 5.6.2 vor 5 Jahren
settings.gradle project: Create empty project with WireGuard icon vor 7 Jahren

README.md

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 https://git.zx2c4.com/wireguard-android
$ cd wireguard-android
$ git submodule init
$ git submodule update
$ ./gradlew assembleRelease