aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/util (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: update copyright headersJason A. Donenfeld2018-09-064-4/+4
|
* TunnelDetailFragment now restores state correctly after process deathEric Kuck2018-07-262-0/+8
|
* global: Add nullity annotationsEric Kuck2018-07-131-0/+25
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* global: move to Apache 2.0Jason A. Donenfeld2018-07-063-3/+3
|
* util: Extract non-Android utility interfacesSamuel Holland2018-06-193-0/+69
As part of a refactoring that will likely introduce more custom collection classes, move the non-Android-specific parts outside the com.wireguard.android package.