| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-12-16 | Retry tun creation in certain scenarios | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 | |
| 2020-12-16 | Refactor to improve readability returning error | Janito Vaqueiro Ferreira Filho | 1 | -5/+5 | |
| 2020-12-16 | Use `CreateTunResult` instead of int error codes | Janito Vaqueiro Ferreira Filho | 1 | -21/+22 | |
| 2020-12-16 | Create `CreateTunResult` helper type | Janito Vaqueiro Ferreira Filho | 1 | -0/+7 | |
| 2020-12-14 | Warn when trying to add public DNS address | Janito Vaqueiro Ferreira Filho | 2 | -2/+21 | |
| 2020-12-14 | Add helper method to show confirmation dialog | Janito Vaqueiro Ferreira Filho | 1 | -0/+17 | |
| 2020-12-14 | Create `ConfirmPublicDnsDialogFragment` | Janito Vaqueiro Ferreira Filho | 3 | -0/+101 | |
| 2020-12-14 | Refactor `MullvadProblemReport` to be an actor | Janito Vaqueiro Ferreira Filho | 1 | -64/+78 | |
| 2020-12-10 | Refactor address validation | Janito Vaqueiro Ferreira Filho | 1 | -20/+21 | |
| 2020-12-10 | Prevent loopback addresses from being added | Janito Vaqueiro Ferreira Filho | 1 | -6/+10 | |
| 2020-12-10 | Synchronize custom DNS server list changes | Janito Vaqueiro Ferreira Filho | 1 | -31/+58 | |
| 2020-12-10 | Make input text red when adding invalid address | Janito Vaqueiro Ferreira Filho | 2 | -8/+40 | |
| 2020-12-10 | Stop editing when back button is pressed | Janito Vaqueiro Ferreira Filho | 2 | -0/+22 | |
| 2020-12-10 | Stop editing when focus is lost | Janito Vaqueiro Ferreira Filho | 2 | -3/+30 | |
| 2020-12-10 | Focus on DNS server text when starting to edit | Janito Vaqueiro Ferreira Filho | 1 | -3/+12 | |
| 2020-12-10 | Start adding a server when custom DNS is enabled | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 | |
| 2020-12-10 | Animate enabling and disabling custom DNS servers | Janito Vaqueiro Ferreira Filho | 1 | -1/+5 | |
| 2020-12-10 | Animate removal of custom DNS servers | Janito Vaqueiro Ferreira Filho | 1 | -2/+11 | |
| 2020-12-10 | Allow changing a custom DNS server address | Janito Vaqueiro Ferreira Filho | 3 | -3/+38 | |
| 2020-12-10 | Refactor adapter to allow replacing DNS servers | Janito Vaqueiro Ferreira Filho | 2 | -20/+51 | |
| 2020-12-10 | Add `CustomDns.replaceDnsServer` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+20 | |
| 2020-12-10 | Replace boolean flag with `editingPosition` field | Janito Vaqueiro Ferreira Filho | 1 | -10/+8 | |
| 2020-12-10 | Animate adding a new custom DNS server | Janito Vaqueiro Ferreira Filho | 2 | -4/+26 | |
| 2020-12-10 | Create a mirror of custom DNS server list | Janito Vaqueiro Ferreira Filho | 1 | -5/+11 | |
| 2020-12-10 | Implement removal of DNS addresses | Janito Vaqueiro Ferreira Filho | 2 | -2/+16 | |
| 2020-12-10 | Add list separator decoration | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 | |
| 2020-12-10 | Add custom DNS server address when tick is pressed | Janito Vaqueiro Ferreira Filho | 2 | -2/+22 | |
| 2020-12-10 | Show only IP address, discarding the host name | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 | |
| 2020-12-10 | Create `InetAddress.addresString()` extension | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 | |
| 2020-12-10 | Show DNS servers and listen for changes | Janito Vaqueiro Ferreira Filho | 3 | -7/+78 | |
| 2020-12-10 | Add row when adding a new custom DNS server | Janito Vaqueiro Ferreira Filho | 2 | -2/+23 | |
| 2020-12-10 | Create row to edit custom DNS address | Janito Vaqueiro Ferreira Filho | 5 | -6/+71 | |
| 2020-12-10 | Show "Add a server" row when enabled | Janito Vaqueiro Ferreira Filho | 5 | -4/+78 | |
| 2020-12-10 | Update toggle based on custom DNS enabled state | Janito Vaqueiro Ferreira Filho | 1 | -1/+12 | |
| 2020-12-10 | Toggle custom DNS option on toggle switch change | Janito Vaqueiro Ferreira Filho | 1 | -0/+14 | |
| 2020-12-10 | Listen for custom DNS enabled setting | Janito Vaqueiro Ferreira Filho | 2 | -0/+18 | |
| 2020-12-10 | Require `CustomDns` helper instance in the adapter | Janito Vaqueiro Ferreira Filho | 2 | -3/+5 | |
| 2020-12-10 | Add toggle cell to enable custom DNS | Janito Vaqueiro Ferreira Filho | 2 | -0/+6 | |
| 2020-12-10 | Add custom DNS footer message to the list | Janito Vaqueiro Ferreira Filho | 6 | -5/+24 | |
| 2020-12-10 | Use a `RecyclerView` in `AdvancedFragment` | Janito Vaqueiro Ferreira Filho | 3 | -41/+62 | |
| 2020-12-10 | Refactor to move public methods to the top | Janito Vaqueiro Ferreira Filho | 1 | -5/+5 | |
| 2020-12-10 | Create initial `CustomDnsAdapter` class | Janito Vaqueiro Ferreira Filho | 2 | -0/+25 | |
| 2020-12-04 | Expose `CustomDns` in `ServiceDependentFragment` | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 | |
| 2020-12-04 | Expose `CustomDns` through `ServiceConnection` | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 | |
| 2020-12-04 | Create and add `CustomDns` to `ServiceInstance` | Janito Vaqueiro Ferreira Filho | 2 | -0/+4 | |
| 2020-12-04 | Create `CustomDns` helper class | Janito Vaqueiro Ferreira Filho | 1 | -0/+68 | |
| 2020-12-04 | Add event notifier for DNS options | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 | |
| 2020-12-04 | Implement `MullvadDaemon.setDnsOptions` method | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 | |
| 2020-12-04 | Include `DnsOptions` in `TunnelOptions` class | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2020-12-04 | Derive `IntoJava` for `DnsOptions` | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 | |
