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