aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/android/Application.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Target API 28Jason A. Donenfeld2018-07-291-0/+1
|
* Application: refuse to run on old androidJason A. Donenfeld2018-07-281-0/+12
|
* Set ACRA install sourceJason A. Donenfeld2018-07-261-8/+15
|
* Application: use proper completablefuture for backendJason A. Donenfeld2018-07-261-48/+20
|
* Wire up ACRAJason A. Donenfeld2018-07-261-0/+66
|
* global: Add nullity annotationsEric Kuck2018-07-131-14/+20
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* Request VPN permissions on activationEric Kuck2018-07-091-2/+2
| | | | Signed-off-by: Eric Kuck <eric@bluelinelabs.com>
* global: move to Apache 2.0Jason A. Donenfeld2018-07-061-1/+1
|
* Application: make lock finalJason A. Donenfeld2018-06-171-1/+1
|
* application: style fixJason A. Donenfeld2018-06-171-1/+1
|
* global: supply backend asynchronouslyJason A. Donenfeld2018-06-141-14/+41
| | | | | We can't block for IO, so move everything to async workers or to callbacks.
* Application: require rootshell to use wgquick backendJason A. Donenfeld2018-06-121-3/+7
|
* Backend: abstract version informationJason A. Donenfeld2018-06-071-0/+4
|
* Give Samuel heart attack by removing DaggerJason A. Donenfeld2018-06-071-103/+50
|
* VersionPreference: account for checking state and move away from tools installerJason A. Donenfeld2018-06-071-0/+2
|
* DarkMode: move to shared preferences listenerJason A. Donenfeld2018-06-051-10/+0
|
* theme: add dark theme with toggleJason A. Donenfeld2018-06-011-0/+14
|
* global: fix up copyrightsJason A. Donenfeld2018-05-031-0/+1
|
* global: Add or update copyright headers in Java codeSamuel Holland2018-05-021-0/+5
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* global: Automatic code formattingSamuel Holland2018-04-301-2/+2
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* GoBackend: integrate into appJason A. Donenfeld2018-02-171-1/+14
|
* WgQuickBackend: Ensure tools are available before useSamuel Holland2018-01-081-2/+3
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* project: Remove currently-unused librarySamuel Holland2018-01-081-2/+0
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* Application: Remove unneeded exported componentSamuel Holland2018-01-081-2/+0
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* ToolsInstaller: Extract to its own classesSamuel Holland2018-01-081-0/+3
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* Make TunnelManager the point of asynchronicitySamuel Holland2018-01-071-6/+4
| | | | Signed-off-by: Samuel Holland <samuel@sholland.org>
* Serviceless rewrite, part 1Samuel Holland2018-01-061-0/+124
Signed-off-by: Samuel Holland <samuel@sholland.org>