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.
 
 
 
 
 
 
Harsh Shandilya 6fdf0266cf Migrate to AndroidX 5 år sedan
.idea Adjust code generation to match existing style 5 år sedan
app Migrate to AndroidX 5 år sedan
gradle/wrapper Update gradle and external deps 6 år sedan
.gitignore global: Add nullity annotations 6 år sedan
.gitmodules GoBackend: integrate into app 6 å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 Remodel the Model 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