aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/src/main/java/com/wireguard/config/Peer.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Migrate tunnel related classes to tunnel/ Gradle moduleHarsh Shandilya2020-03-091-306/+0
* Update copyrightJason A. Donenfeld2019-01-071-1/+1
* Migrate to AndroidXHarsh Shandilya2018-12-181-1/+1
* Provide semantically meaningful exceptions for translationSamuel Holland2018-12-151-30/+38
* Fix locale usageJason A. Donenfeld2018-12-111-3/+3
* Throw illegalargumentexception instead of nullpointerexception for builder errorsJason A. Donenfeld2018-12-111-1/+3
* Use English lower casingJason A. Donenfeld2018-12-091-1/+2
* Remodel the ModelSamuel Holland2018-12-081-294/+222
* Auto-format the source directoriesSamuel Holland2018-11-111-44/+43
* Peer: prefer v4 endpoints to v6Jason A. Donenfeld2018-10-011-33/+8
* global: update copyright headersJason A. Donenfeld2018-09-061-2/+1
* Supress false-positive DefaultLocale warningsHarsh Shandilya2018-08-261-0/+3
* Extract error messages to string resourcesHarsh Shandilya2018-08-261-3/+7
* config: fix wrong Peer endpoint string formatZhao Gang2018-08-161-1/+4
* config: show more informative error message on wrong keyJason A. Donenfeld2018-07-271-0/+2
* config: Remove Locale based string formatHarsh Shandilya2018-07-241-6/+3
* config: dns servers can be nullJason A. Donenfeld2018-07-131-1/+1
* config: make loadData privateJason A. Donenfeld2018-07-131-1/+1
* global: Add nullity annotationsEric Kuck2018-07-131-23/+28
* Version bump0.0.20180711Jason A. Donenfeld2018-07-121-1/+3
* TunnelEditorFragment: add DNSes to allowedIPs when excluding rfc1918Jason A. Donenfeld2018-07-121-16/+46
* global: move to Apache 2.0Jason A. Donenfeld2018-07-061-1/+1
* PeerEditor: add exclude private IPs functionalityJason A. Donenfeld2018-07-061-0/+33
* config: Refactor IPCidr and use of InetAddressSamuel Holland2018-06-191-4/+4
* 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-43/+51
* global: Automatic code formattingSamuel Holland2018-04-301-152/+149
* TunnelEditorFragment: rewrite and simplifyJason A. Donenfeld2018-04-301-45/+37
* config: Minor cleanupHarsh Shandilya2018-04-281-4/+11
* Use validation instead of two-way bindingJason A. Donenfeld2018-04-281-32/+103
* Do not do DNS lookups for IPsJason A. Donenfeld2018-04-271-2/+0
* Throw IllegalArgumentExceptions when arguments are badJason A. Donenfeld2018-04-271-15/+12
* More javaficationJason A. Donenfeld2018-04-181-45/+113
* Remove sloppy java with enterprise java horrorsJason A. Donenfeld2018-04-171-13/+30
* Peer: Add missing @OverrideSamuel Holland2018-01-171-0/+1
* Serviceless rewrite, part 1Samuel Holland2018-01-061-37/+12
* Config: make parsing stricterJason A. Donenfeld2017-11-261-2/+2
* Peer: Add a field for the optional pre-shared keySamuel Holland2017-08-241-0/+20
* Config/Interface/Peer: Make ParcelableSamuel Holland2017-08-231-1/+36
* Config/Interface/Peer: Fix some missed change notificationsSamuel Holland2017-08-231-8/+9
* Peer: Associate with a ConfigSamuel Holland2017-08-191-1/+15
* Major renaming and refactoring in activity and serviceSamuel Holland2017-08-131-2/+27
* Profile: Parse config file to a string per attributeSamuel Holland2017-07-291-0/+83