| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 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 |
| 2020-12-03 | Replace setters with observable delegates | Janito Vaqueiro Ferreira Filho | 1 | -37/+29 |
| 2020-12-03 | Replace boolean with an enumeration | Janito Vaqueiro Ferreira Filho | 1 | -13/+23 |
| 2020-12-03 | Refactor `LocationInfoCache` into an actor | Janito Vaqueiro Ferreira Filho | 1 | -51/+52 |
| 2020-12-03 | Run location info. cache fetches in the background | Janito Vaqueiro Ferreira Filho | 1 | -6/+2 |
| 2020-12-03 | Remove obsolete virtual adapter code and errors | David Lönnhager | 2 | -2/+0 |
| 2020-12-02 | Load and show problem report in View Logs screen | Janito Vaqueiro Ferreira Filho | 1 | -0/+31 |
| 2020-12-02 | Allow loading the problem report file | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2020-12-02 | Set `collectJob` to `null` when deleting report | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-12-02 | Open View Logs screen when button is pressed | Janito Vaqueiro Ferreira Filho | 1 | -0/+18 |
| 2020-12-02 | Create initial View App Logs fragment | Janito Vaqueiro Ferreira Filho | 2 | -0/+58 |
| 2020-12-02 | Add View App Logs button to Problem Report screen | Janito Vaqueiro Ferreira Filho | 2 | -1/+7 |
| 2020-11-30 | Update Android changes | Linus Färnstrand | 1 | -5/+5 |
| 2020-11-30 | Close account history when back button is pressed | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2020-11-30 | Allow checking if `AccountLogin` has focus | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2020-11-30 | Allow intercepting back button presses | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2020-11-30 | Allow navigating to remove button of account entry | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-11-30 | Set account input state when showing login screen | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-11-27 | Advance to next screen if already logged in | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2020-11-27 | Create `loginResultForExpiry` helper method | Janito Vaqueiro Ferreira Filho | 1 | -5/+9 |
| 2020-11-26 | Fix title collapse animation hook | Janito Vaqueiro Ferreira Filho | 2 | -9/+24 |
| 2020-11-26 | Mark that `getSettings` can return `null` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
