summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/java/com/wireguard/config/Peer.java
AgeCommit message (Expand)Author
2018-09-06global: update copyright headersJason A. Donenfeld
2018-08-26Supress false-positive DefaultLocale warningsHarsh Shandilya
2018-08-26Extract error messages to string resourcesHarsh Shandilya
2018-08-16config: fix wrong Peer endpoint string formatZhao Gang
2018-07-27config: show more informative error message on wrong keyJason A. Donenfeld
2018-07-24config: Remove Locale based string formatHarsh Shandilya
2018-07-13config: dns servers can be nullJason A. Donenfeld
2018-07-13config: make loadData privateJason A. Donenfeld
2018-07-13global: Add nullity annotationsEric Kuck
2018-07-12Version bumpJason A. Donenfeld
2018-07-12TunnelEditorFragment: add DNSes to allowedIPs when excluding rfc1918Jason A. Donenfeld
2018-07-06global: move to Apache 2.0Jason A. Donenfeld
2018-07-06PeerEditor: add exclude private IPs functionalityJason A. Donenfeld
2018-06-19config: Refactor IPCidr and use of InetAddressSamuel Holland
2018-05-03global: fix up copyrightsJason A. Donenfeld
2018-05-02global: Add or update copyright headers in Java codeSamuel Holland
2018-04-30global: Clean up JavaSamuel Holland
2018-04-30global: Automatic code formattingSamuel Holland
2018-04-30TunnelEditorFragment: rewrite and simplifyJason A. Donenfeld
2018-04-28config: Minor cleanupHarsh Shandilya
2018-04-28Use validation instead of two-way bindingJason A. Donenfeld
2018-04-27Do not do DNS lookups for IPsJason A. Donenfeld
2018-04-27Throw IllegalArgumentExceptions when arguments are badJason A. Donenfeld
2018-04-18More javaficationJason A. Donenfeld
2018-04-17Remove sloppy java with enterprise java horrorsJason A. Donenfeld
2018-01-17Peer: Add missing @OverrideSamuel Holland
2018-01-06Serviceless rewrite, part 1Samuel Holland
2017-11-26Config: make parsing stricterJason A. Donenfeld
2017-08-24Peer: Add a field for the optional pre-shared keySamuel Holland
2017-08-23Config/Interface/Peer: Make ParcelableSamuel Holland
2017-08-23Config/Interface/Peer: Fix some missed change notificationsSamuel Holland
2017-08-19Peer: Associate with a ConfigSamuel Holland
2017-08-13Major renaming and refactoring in activity and serviceSamuel Holland
2017-07-29Profile: Parse config file to a string per attributeSamuel Holland