Bubble android client. Fork of https://git.zx2c4.com/wireguard-android/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 
Harsh Shandilya 6fdf0266cf Migrate to AndroidX 5 年前
.idea Adjust code generation to match existing style 5 年前
app Migrate to AndroidX 5 年前
gradle/wrapper Update gradle and external deps 6 年前
.gitignore global: Add nullity annotations 6 年前
.gitmodules GoBackend: integrate into app 6 年前
COPYING global: move to Apache 2.0 6 年前
README.md global: move to Apache 2.0 6 年前
build.gradle Remodel the Model 5 年前
gradle.properties Migrate to AndroidX 5 年前
gradlew wg-build: Update gradle build files 6 年前
settings.gradle project: Create empty project with WireGuard icon 7 年前

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