summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/java/com/wireguard/config/Config.java
AgeCommit message (Expand)Author
2018-12-11Fix locale usageJason A. Donenfeld
2018-12-11Throw illegalargumentexception instead of nullpointerexception for builder er...Jason A. Donenfeld
2018-12-08Do not close zip input streamJason A. Donenfeld
2018-12-08Remodel the ModelSamuel Holland
2018-11-11Auto-format the source directoriesSamuel Holland
2018-09-06global: update copyright headersJason A. Donenfeld
2018-08-26Extract error messages to string resourcesHarsh Shandilya
2018-07-25Added QR code scanner as tunnel import methodEric Kuck
2018-07-13global: Add nullity annotationsEric Kuck
2018-07-06global: move to Apache 2.0Jason A. Donenfeld
2018-05-03config: loosen parser to match realityJason A. Donenfeld
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-28Allow importing from zip fileJason A. Donenfeld
2018-04-28Use validation instead of two-way bindingJason A. Donenfeld
2018-01-06Serviceless rewrite, part 1Samuel Holland
2017-11-29Config: use consistant verbJason A. Donenfeld
2017-11-26Config: make parsing stricterJason A. Donenfeld
2017-08-24Centralize/unify validation of configurationsSamuel Holland
2017-08-23Config/Interface/Peer: Make ParcelableSamuel Holland
2017-08-23Config/Interface/Peer: Fix some missed change notificationsSamuel Holland
2017-08-23Config/Interface: Allow copyFrom() to work on nullSamuel Holland
2017-08-22Use data binding to provide EditText input filtersSamuel Holland
2017-08-19Peer: Associate with a ConfigSamuel Holland
2017-08-17ConfigEditFragment: Add extremely basic validationSamuel Holland
2017-08-16Config: add an isPrimary propertySamuel Holland
2017-08-16Config: Make it ComparableSamuel Holland
2017-08-16Config: Rename function to make databinding happySamuel Holland
2017-08-13Major renaming and refactoring in activity and serviceSamuel Holland