aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/config/Attribute.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: update copyright headersJason A. Donenfeld2018-09-061-2/+1
* Supress false-positive DefaultLocale warningsHarsh Shandilya2018-08-261-0/+3
* config: show more informative error message on wrong keyJason A. Donenfeld2018-07-271-0/+1
* config: Remove Locale based string formatHarsh Shandilya2018-07-241-2/+1
* global: Add nullity annotationsEric Kuck2018-07-131-2/+5
* global: move to Apache 2.0Jason A. Donenfeld2018-07-061-1/+1
* AppListDialogFragment: add implementation for excluding applicationsEric Kuck2018-07-061-2/+3
* config: Refactor IPCidr and use of InetAddressSamuel Holland2018-06-191-27/+0
* config: loosen parser to match realityJason A. Donenfeld2018-05-031-2/+2
* global: fix up copyrightsJason A. Donenfeld2018-05-031-0/+1
* global: Add or update copyright headers in Java codeSamuel Holland2018-05-021-0/+5
* global: Clean up JavaSamuel Holland2018-04-301-13/+14
* global: Automatic code formattingSamuel Holland2018-04-301-19/+19
* config: Minor cleanupHarsh Shandilya2018-04-281-5/+2
* Use validation instead of two-way bindingJason A. Donenfeld2018-04-281-0/+2
* Do not do DNS lookups for IPsJason A. Donenfeld2018-04-271-0/+27
* Throw IllegalArgumentExceptions when arguments are badJason A. Donenfeld2018-04-271-1/+1
* More javaficationJason A. Donenfeld2018-04-181-3/+8
* Remove sloppy java with enterprise java horrorsJason A. Donenfeld2018-04-171-0/+19
* Serviceless rewrite, part 1Samuel Holland2018-01-061-15/+15
* Config: make parsing stricterJason A. Donenfeld2017-11-261-1/+1
* Peer: Add a field for the optional pre-shared keySamuel Holland2017-08-241-0/+1
* Major renaming and refactoring in activity and serviceSamuel Holland2017-08-131-6/+6
* Profile: Parse config file to a string per attributeSamuel Holland2017-07-291-0/+57