summaryrefslogtreecommitdiffhomepage
path: root/app/src/main/java/com/wireguard/android/model
AgeCommit message (Expand)Author
2018-04-28Quick cleanup across the boardHarsh Shandilya
2018-04-23Update application state based on wg-quickJason A. Donenfeld
2018-01-17TunnelManager: Use constants directly where appropriateSamuel Holland
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-08global: Fix or suppress most lints/warningsSamuel Holland
2018-01-08global: Prefix tags with WireGuard/Jason A. Donenfeld
2018-01-08ToggleSwitch: Improve reliabilitySamuel Holland
2018-01-08Tunnel: Add a State factory methodSamuel Holland
2018-01-07TunnelManager: Simplify save/resume methodsSamuel Holland
2018-01-07TunnelManager/QuickTileService: Remember last used tunnelSamuel Holland
2018-01-07Tunnel: Remove UNKNOWN stateSamuel Holland
2018-01-07Move bundle keys where they are usedSamuel 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-07Make TunnelManager the point of asynchronicitySamuel Holland
2018-01-06TunnelManager: Sort tunnels case-insensitivelySamuel Holland
2018-01-06Keyed...: Rename all the thingsSamuel Holland
2018-01-06model: Proxy all async work through the TunnelManagerSamuel Holland
2018-01-06TunnelManager: Enumerate running tunnels only onceSamuel 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-06TunnelManager: Clear primary tunnel when it's removedSamuel Holland
2018-01-06Serviceless rewrite, part 1Samuel Holland