| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2021-03-19 | Run ktlint and xml-tidy only for main code | Aleksandr Granin | 3 | -4/+3 | |
| 2021-03-19 | Add unit test into CI | Aleksandr Granin | 2 | -0/+12 | |
| 2021-03-19 | Create Relayname comparator with respect to numbers in the name | Aleksandr Granin | 4 | -1/+147 | |
| 2021-03-19 | Merge branch 'core-listitem-adapter' | Aleksandr Granin | 1 | -0/+115 | |
| 2021-03-19 | Add stable id provider | Aleksandr Granin | 1 | -1/+11 | |
| 2021-03-19 | Create ListItemAdapter | Aleksandr Granin | 1 | -0/+105 | |
| 2021-03-19 | Merge branch 'simplify-settings-migration' | David Lönnhager | 3 | -166/+83 | |
| 2021-03-19 | Partially deserialize settings to reduce duplication | David Lönnhager | 3 | -166/+83 | |
| 2021-03-19 | Merge branch 'pick-relay-on-simulator' | Andrej Mihajlov | 10 | -40/+178 | |
| 2021-03-19 | SimulatorTunnelProviderHost: pick the actual tunnel based on relay constraints | Andrej Mihajlov | 7 | -38/+156 | |
| 2021-03-19 | Add willExecute observer to operations | Andrej Mihajlov | 3 | -2/+22 | |
| 2021-03-19 | Merge branch 'linux-improve-offline-detection' | Emīls | 2 | -21/+59 | |
| 2021-03-19 | Request route with only NLM_F_REQUEST | Emīls | 2 | -21/+59 | |
| Previously, Linux connection check would request routes via NLM_F_REQUEST | NLM_F_DUMP, which would just return an empty list, in which case our code would not return consistent results. | |||||
| 2021-03-19 | Merge branch 'dependabot/pip/gui/scripts/pillow-8.1.1' | Andrej Mihajlov | 1 | -7/+34 | |
| 2021-03-19 | Bump pillow from 7.1.1 to 8.1.1 in /gui/scripts | dependabot[bot] | 1 | -7/+34 | |
| Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.1 to 8.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/7.1.1...8.1.1) Signed-off-by: dependabot[bot] <support@github.com> | |||||
| 2021-03-19 | Merge branch 'fix-send-receipt-error-message' | Andrej Mihajlov | 1 | -1/+6 | |
| 2021-03-19 | Fix multiline error message | Andrej Mihajlov | 1 | -1/+6 | |
| 2021-03-18 | Merge branch 'windows-uninstall-log' | David Lönnhager | 4 | -146/+240 | |
| 2021-03-18 | Add logging for ClearFirewallRules and ClearAccountHistory | David Lönnhager | 1 | -2/+14 | |
| 2021-03-18 | Abort uninstaller if prepare-restart fails | David Lönnhager | 2 | -2/+18 | |
| 2021-03-18 | Try to detect whether the uninstaller failed | David Lönnhager | 1 | -6/+20 | |
| 2021-03-18 | Close file handle before deleting logs | David Lönnhager | 3 | -7/+19 | |
| 2021-03-18 | Remove force kill logic from InstallService, since it is too late if the ↵ | David Lönnhager | 1 | -53/+3 | |
| service is still running at that point | |||||
| 2021-03-18 | Abort if any serious error occurs while uninstalling | David Lönnhager | 1 | -48/+134 | |
| 2021-03-18 | Add uninstaller log target | David Lönnhager | 2 | -39/+43 | |
| 2021-03-18 | Merge branch 'custom-dns-allow-lan-warning-dialog' | Janito Vaqueiro Ferreira Filho | 5 | -36/+41 | |
| 2021-03-18 | Don't show dialog if Allow LAN is enabled | Janito Vaqueiro Ferreira Filho | 1 | -1/+2 | |
| 2021-03-18 | Confirm adding local DNS server address | Janito Vaqueiro Ferreira Filho | 2 | -6/+9 | |
| 2021-03-18 | Allow changing the dialog message | Janito Vaqueiro Ferreira Filho | 3 | -2/+6 | |
| 2021-03-18 | Move deferred confirmation logic into show method | Janito Vaqueiro Ferreira Filho | 1 | -12/+10 | |
| 2021-03-18 | Rename method to `showConfirmDnsServerDialog` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 | |
| 2021-03-18 | Rename layout to `confirm_dns` | Janito Vaqueiro Ferreira Filho | 2 | -2/+3 | |
| 2021-03-18 | Move confirmation parameter into the constructor | Janito Vaqueiro Ferreira Filho | 2 | -5/+4 | |
| 2021-03-18 | Rename to `ConfirmDnsDialogFragment` | Janito Vaqueiro Ferreira Filho | 2 | -9/+9 | |
| 2021-03-18 | Refactor to move confirmation check logic | Janito Vaqueiro Ferreira Filho | 2 | -18/+17 | |
| Move it out of the `CustomDnsAdapter` and into the `AdvancedFragment`. | |||||
| 2021-03-18 | Merge branch 'refactor-rotation-interval' | David Lönnhager | 10 | -16/+34 | |
| 2021-03-18 | Move rotation interval setting to mullvad-types | David Lönnhager | 10 | -16/+34 | |
| 2021-03-17 | Merge branch 'relay-status-indicator-optimizations' | Andrej Mihajlov | 1 | -5/+8 | |
| 2021-03-17 | Optimize RelayStatusIndicatorView | Andrej Mihajlov | 1 | -5/+8 | |
| 2021-03-17 | Merge branch 'root-container-ui-orientation' | Andrej Mihajlov | 2 | -0/+45 | |
| 2021-03-17 | Handle interface orientation | Andrej Mihajlov | 2 | -0/+45 | |
| 2021-03-17 | Merge branch 'fix-wg-go-usage-on-android' | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 | |
| 2021-03-17 | Update `go.mod` to use Go version 1.16 | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2021-03-17 | Replace `LinuxSocketBind` with std. `nativeBind` | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 | |
| 2021-03-17 | Merge branch 'update-readme-for-macos-env-var' | Emīls | 1 | -0/+31 | |
| 2021-03-17 | Add env var tips and tricks | Emīls | 1 | -0/+31 | |
| 2021-03-17 | Merge branch 'cli-filter-whitespace' | Emīls | 2 | -2/+20 | |
| 2021-03-17 | Update changelog | Emīls Piņķis | 1 | -0/+2 | |
| 2021-03-17 | Enter account token from stdin | Emīls | 1 | -3/+17 | |
| 2021-03-17 | Filter whitespace from account token | Emīls | 1 | -1/+3 | |
