Bubble android client. Fork of https://git.zx2c4.com/wireguard-android/
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 
Samuel Holland 2e8d566bd4 Clean up error messages 5 роки тому
.idea Remodel the Model 5 роки тому
app Clean up error messages 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 project: Create empty project with WireGuard icon 7 роки тому
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