Bubble android client. Fork of https://git.zx2c4.com/wireguard-android/
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Harsh Shandilya 0db233e5c7 Use dark system bars on API 21 vor 4 Jahren
.idea Implement custom theming to match Google's AOSP design vor 4 Jahren
gradle/wrapper Upgrade AGP and Gradle vor 4 Jahren
tunnel WgQuickBackend: by default use single-tunnel mode like GoBackend, but add option vor 4 Jahren
ui Use dark system bars on API 21 vor 4 Jahren
.gitignore Update AGP to 3.5.0 vor 5 Jahren
.gitmodules Migrate tunnel related classes to tunnel/ Gradle module vor 4 Jahren
COPYING global: move to Apache 2.0 vor 6 Jahren
README.md libwg-go: update to go 1.13 vor 5 Jahren
build.gradle Migrate tunnel related classes to tunnel/ Gradle module vor 4 Jahren
gradle.properties Migrate to AndroidX vor 5 Jahren
gradlew Update Gradle to 6.0.1 vor 4 Jahren
nonnull.gradle Enable nonnull generation for tunnel module vor 4 Jahren
settings.gradle Rename app module to ui vor 4 Jahren

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