| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2021-02-08 | Only apply state changes when state changes | Janito Vaqueiro Ferreira Filho | 1 | -10/+12 |
| 2021-02-08 | Remove property that's only used for construction | Janito Vaqueiro Ferreira Filho | 1 | -3/+2 |
| 2021-02-08 | Refactor to name the callback parameter | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 |
| 2021-02-08 | Add state property to `EditCustomDnsServerHolder` | Janito Vaqueiro Ferreira Filho | 1 | -8/+24 |
| 2021-01-26 | Fix strings.xml | Emīls | 1 | -2/+4 |
| 2021-01-26 | Allow key management in blocked state | Emīls | 20 | -29/+7 |
| 2021-01-26 | Allow redeeming vouchers in blocked state | Emīls | 2 | -4/+16 |
| 2021-01-25 | Remove `ConnectivityListener` reference from UI | Janito Vaqueiro Ferreira Filho | 2 | -6/+0 |
| 2021-01-22 | Replace incorrect finalizer with new destructor | Janito Vaqueiro Ferreira Filho | 1 | -4/+2 |
| 2021-01-22 | Call daemon destructor in `DaemonInstance` | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 |
| 2021-01-22 | Create `MullvadDaemon.onDestroy` destructor method | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2021-01-19 | Only show launchable apps in Split Tunneling screen | Aleksandr Granin | 1 | -1/+6 |
| 2021-01-19 | Migrate to androidX | Aleksandr Granin | 35 | -103/+104 |
| 2021-01-12 | Change incorrect IP to correct one in translations | Oskar Nyberg | 1 | -1/+1 |
| 2021-01-12 | Update Android translations | Oskar Nyberg | 36 | -0/+72 |
| 2021-01-08 | Update filter predicate. | Aleksandr Granin | 1 | -1/+17 |
| 2021-01-04 | Always prefer the last used API address | David Lönnhager | 2 | -4/+4 |
| 2020-12-16 | Improve error message for invalid DNS server addr. | Janito Vaqueiro Ferreira Filho | 2 | -1/+9 |
| 2020-12-16 | Refactor error message selection for in-app banner | Janito Vaqueiro Ferreira Filho | 1 | -15/+20 |
| 2020-12-16 | Create error state cause for invalid DNS server | Janito Vaqueiro Ferreira Filho | 2 | -0/+4 |
| 2020-12-16 | Return error when Android rejects DNS server | Janito Vaqueiro Ferreira Filho | 1 | -1/+11 |
| 2020-12-16 | Close tun when old status is invalid DNS address | Janito Vaqueiro Ferreira Filho | 1 | -2/+8 |
| 2020-12-16 | Add `CreateTunResult.InvalidDnsServers` variant | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2020-12-16 | Refactor to use a new `tunIsOpen` helper property | Janito Vaqueiro Ferreira Filho | 1 | -5/+8 |
| 2020-12-16 | Add `isOpen` property to `CreateTunResult` | Janito Vaqueiro Ferreira Filho | 1 | -1/+8 |
| 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 |
