summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/java/com/wireguard/android/model/Tunnel.java
AgeCommit message (Expand)Author
2020-03-09backend: do not depend on anything except configJason A. Donenfeld
2019-11-20Implement statisticsJason A. Donenfeld
2019-01-07Update copyrightJason A. Donenfeld
2018-12-18Migrate to AndroidXHarsh Shandilya
2018-12-08Remodel the ModelSamuel Holland
2018-11-11Auto-format the source directoriesSamuel Holland
2018-09-06global: update copyright headersJason A. Donenfeld
2018-07-13global: Add nullity annotationsEric Kuck
2018-07-06global: move to Apache 2.0Jason A. Donenfeld
2018-06-30android: model: Make some methods staticHarsh Shandilya
2018-06-19util: Extract non-Android utility interfacesSamuel Holland
2018-05-03global: fix up copyrightsJason A. Donenfeld
2018-05-02global: Add or update copyright headers in Java codeSamuel Holland
2018-04-28Quick cleanup across the boardHarsh Shandilya
2018-01-10model: Use ConfigStore.rename() to avoid recreating tunnelsSamuel Holland
2018-01-10Tunnel: ifname has max len 15Jason A. Donenfeld
2018-01-09model: Chain completions to avoid race conditionsSamuel Holland
2018-01-08Tunnel: Add a State factory methodSamuel Holland
2018-01-07Tunnel: Remove UNKNOWN stateSamuel Holland
2018-01-07model: Allow renaming tunnelsSamuel Holland
2018-01-07model: Remove confusing uses of completion chainingSamuel Holland
2018-01-07Tunnel: The name passed to isNameValid is never nullSamuel Holland
2018-01-06model: Proxy all async work through the TunnelManagerSamuel Holland
2018-01-06Tunnel: Require passing a state to the constructorSamuel Holland
2018-01-06TunnelDetailFragment: Remove state text and last changeSamuel Holland
2018-01-06Convert the list of tunnels to a KeyedObservableListSamuel Holland
2018-01-06Serviceless rewrite, part 1Samuel Holland