Bubble android client. Fork of https://git.zx2c4.com/wireguard-android/
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 
Revath S Kumar e9e4fd4e8b TunnelList: Get focus to toggle button via remote for Fire TV 5 år sedan
.idea Adjust code generation to match existing style 5 år sedan
app TunnelList: Get focus to toggle button via remote for Fire TV 5 år sedan
gradle/wrapper project: bump dependencies 5 år sedan
.gitignore global: Add nullity annotations 6 år sedan
.gitmodules libwg-go: don't use submodule 5 år sedan
COPYING global: move to Apache 2.0 6 år sedan
README.md global: move to Apache 2.0 6 år sedan
build.gradle project: bump dependencies 5 år sedan
gradle.properties Migrate to AndroidX 5 år sedan
gradlew wg-build: Update gradle build files 6 år sedan
settings.gradle project: Create empty project with WireGuard icon 7 år sedan

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