Go to file
Samuel Holland d1e85633fb Remodel the Model
- The configuration and crypto model is now entirely independent
of Android classes other than Nullable and TextUtils.
- Model classes are immutable and use builders that enforce the
appropriate optional/required attributes.
- The Android config proxies (for Parcelable and databinding) are
moved to the Android side of the codebase, and are designed to be
safe for two-way databinding. This allows proper observability in
TunnelDetailFragment.
- Various robustness fixes and documentation updates to helper classes.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2018-12-08 02:39:41 +01:00
.idea Remodel the Model 2018-12-08 02:39:41 +01:00
app Remodel the Model 2018-12-08 02:39:41 +01:00
gradle/wrapper Update gradle and external deps 2018-10-01 16:30:07 +02:00
.gitignore global: Add nullity annotations 2018-07-13 03:46:23 +02:00
.gitmodules GoBackend: integrate into app 2018-02-17 21:14:09 +01:00
build.gradle Remodel the Model 2018-12-08 02:39:41 +01:00
COPYING global: move to Apache 2.0 2018-07-06 16:28:46 +02:00
gradle.properties project: Create empty project with WireGuard icon 2017-07-28 23:10:37 -05:00
gradlew wg-build: Update gradle build files 2018-05-02 03:40:02 +02:00
README.md global: move to Apache 2.0 2018-07-06 16:28:46 +02:00
settings.gradle project: Create empty project with WireGuard icon 2017-07-28 23:10:37 -05:00

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