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 8ec2cc8582 FloatingActionsMenu: don't wrap context on asus api 21 vor 6 Jahren
.idea global: Add nullity annotations vor 6 Jahren
app FloatingActionsMenu: don't wrap context on asus api 21 vor 6 Jahren
gradle/wrapper app: Regularly scheduled gradle updates vor 6 Jahren
.gitignore global: Add nullity annotations vor 6 Jahren
.gitmodules GoBackend: integrate into app vor 6 Jahren
COPYING global: move to Apache 2.0 vor 6 Jahren
README.md global: move to Apache 2.0 vor 6 Jahren
build.gradle app: Regularly scheduled gradle updates vor 6 Jahren
gradle.properties project: Create empty project with WireGuard icon vor 7 Jahren
gradlew wg-build: Update gradle build files vor 6 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