Bubble android client. Fork of https://git.zx2c4.com/wireguard-android/
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
Eiji Tanioka 13cbec28d6 Japanese translation: change "Deselect All" to "Toggle All" 4 лет назад
.idea Implement custom theming to match Google's AOSP design 4 лет назад
app Japanese translation: change "Deselect All" to "Toggle All" 4 лет назад
gradle/wrapper Implement custom theming to match Google's AOSP design 4 лет назад
.gitignore Update AGP to 3.5.0 5 лет назад
.gitmodules wg: remove mnl dependency and bump dep 4 лет назад
COPYING global: move to Apache 2.0 6 лет назад
README.md libwg-go: update to go 1.13 5 лет назад
build.gradle Port tunnel creation UI from Viscerion 4 лет назад
gradle.properties Migrate to AndroidX 5 лет назад
gradlew Update Gradle to 6.0.1 4 лет назад
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 --recurse-submodules https://git.zx2c4.com/wireguard-android
$ cd wireguard-android
$ ./gradlew assembleRelease