| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-09-22 | Describe notification fix in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-09-22 | Update `isUiVisible` from the `MainActivity` | Janito Vaqueiro Ferreira Filho | 1 | -0/+8 |
| 2020-09-22 | Add an `isUiVisible` flag to `MullvadVpnService` | Janito Vaqueiro Ferreira Filho | 1 | -2/+10 |
| 2020-09-22 | Merge branch 'remove-quit-button' | Janito Vaqueiro Ferreira Filho | 24 | -53/+10 |
| 2020-09-22 | Describe quit button removal in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+3 |
| 2020-09-22 | Remove `LocalBinder.stop()` method | Janito Vaqueiro Ferreira Filho | 1 | -4/+0 |
| 2020-09-22 | Remove quit tracking | Janito Vaqueiro Ferreira Filho | 1 | -13/+7 |
| 2020-09-22 | Remove `MainActivity.quit` method | Janito Vaqueiro Ferreira Filho | 1 | -6/+0 |
| 2020-09-22 | Remove "Quit app" message | Janito Vaqueiro Ferreira Filho | 19 | -19/+0 |
| 2020-09-22 | Remove "Quit" button | Janito Vaqueiro Ferreira Filho | 2 | -11/+0 |
| 2020-09-22 | Merge branch 'upgrade-dbus' | David Lönnhager | 4 | -40/+55 |
| 2020-09-22 | Upgrade dbus-rs | David Lönnhager | 4 | -21/+27 |
| 2020-09-22 | Minor version upgrades | David Lönnhager | 1 | -19/+28 |
| 2020-09-22 | Merge branch 'linux-no-iproute2' | David Lönnhager | 2 | -99/+71 |
| 2020-09-22 | Remove unused error enum values | David Lönnhager | 1 | -11/+0 |
| 2020-09-22 | Support table IDs > 255 in the Linux route manager | David Lönnhager | 2 | -17/+42 |
| 2020-09-22 | Don't use rt_tables for mullvad_exclusions | David Lönnhager | 1 | -85/+8 |
| 2020-09-22 | Add function for obtaining a free routing table | David Lönnhager | 1 | -0/+35 |
| 2020-09-22 | Merge branch 'account-history-in-account-cache' | Janito Vaqueiro Ferreira Filho | 2 | -10/+15 |
| 2020-09-21 | Listen for history events in the `LoginFragment` | Janito Vaqueiro Ferreira Filho | 1 | -10/+6 |
| 2020-09-21 | Store account history in `AccountCache` | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2020-09-21 | Merge branch 'change-account-history-animation' | Janito Vaqueiro Ferreira Filho | 9 | -85/+136 |
| 2020-09-21 | Highlight entry when it is focused or pressed | Janito Vaqueiro Ferreira Filho | 2 | -1/+21 |
| 2020-09-21 | Reposition account login as soon as possible | Janito Vaqueiro Ferreira Filho | 1 | -4/+20 |
| 2020-09-21 | Create `updateHeight` helper method | Janito Vaqueiro Ferreira Filho | 1 | -6/+10 |
| 2020-09-21 | Keep account login widget position fixed | Janito Vaqueiro Ferreira Filho | 1 | -1/+3 |
| 2020-09-21 | Change account history entry text color | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-09-21 | Change account history background | Janito Vaqueiro Ferreira Filho | 3 | -20/+2 |
| 2020-09-21 | Change layout of account history entry | Janito Vaqueiro Ferreira Filho | 1 | -3/+4 |
| 2020-09-21 | Change text size in account history entry | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-09-21 | Hide keyboard when input focus is lost | Janito Vaqueiro Ferreira Filho | 1 | -0/+13 |
| 2020-09-21 | Collapse account history on background touch | Janito Vaqueiro Ferreira Filho | 2 | -2/+10 |
| 2020-09-21 | Animate when logging in | Janito Vaqueiro Ferreira Filho | 1 | -17/+3 |
| 2020-09-21 | Implement new account history animation | Janito Vaqueiro Ferreira Filho | 2 | -4/+48 |
| 2020-09-21 | Remove old animation | Janito Vaqueiro Ferreira Filho | 2 | -7/+0 |
| 2020-09-21 | Refactor to use observable property delegate | Janito Vaqueiro Ferreira Filho | 1 | -15/+7 |
| 2020-09-21 | Add dimension resources for account history entry | Janito Vaqueiro Ferreira Filho | 3 | -2/+4 |
| 2020-09-21 | Change where border elevation is configured | Janito Vaqueiro Ferreira Filho | 2 | -14/+2 |
| 2020-09-21 | Move account input out of the border | Janito Vaqueiro Ferreira Filho | 1 | -9/+9 |
| 2020-09-21 | Merge branch 'fix-reconnect-anticipation' | Janito Vaqueiro Ferreira Filho | 2 | -6/+19 |
| 2020-09-21 | Describe reconnect antecipation fix in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-09-21 | Change conditions when reconnect is anticipated | Janito Vaqueiro Ferreira Filho | 1 | -6/+17 |
| 2020-09-21 | Merge branch 'add-aria-input-group-to-select-language' into master | Oskar Nyberg | 1 | -7/+10 |
| 2020-09-21 | Wrap language selector in AriaInputGroup | Oskar Nyberg | 1 | -7/+10 |
| 2020-09-21 | Merge branch 'fix-fw-rule' | David Lönnhager | 1 | -1/+3 |
| 2020-09-21 | Remove verdict for masquerade rule | David Lönnhager | 1 | -1/+3 |
| 2020-09-21 | Merge branch 'linux-no-ip-subprocess' | David Lönnhager | 1 | -48/+43 |
| 2020-09-21 | Do not log a warning if the fwmark rule cannot be deleted because it does not... | David Lönnhager | 1 | -1/+3 |
| 2020-09-21 | Remove ip subprocess invocation | David Lönnhager | 1 | -48/+41 |
| 2020-09-18 | Merge branch 'improve-accessibility3' into master | Oskar Nyberg | 9 | -57/+141 |
