| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-09-24 | Merge branch 'fix-npe-in-mullvad-tile-service' | Janito Vaqueiro Ferreira Filho | 2 | -9/+10 |
| 2020-09-24 | Describe fix for null exception in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-09-24 | Avoid receiving events while tile listening stops | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-09-24 | Avoid using a null tile object | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-09-24 | Use an observable delegate for `secured` property | Janito Vaqueiro Ferreira Filho | 1 | -6/+5 |
| 2020-09-24 | Merge branch 'fix-cli-timestamp' | David Lönnhager | 2 | -2/+6 |
| 2020-09-24 | Show timezone for timestamps in the CLI | David Lönnhager | 2 | -2/+6 |
| 2020-09-24 | Merge branch 'update-support-page' into master | Oskar Nyberg | 2 | -15/+12 |
| 2020-09-24 | Fix try again button in problem report view | Oskar Nyberg | 1 | -1/+5 |
| 2020-09-24 | Remove secure connection label and make 'Thanks!' green | Oskar Nyberg | 2 | -14/+7 |
| 2020-09-23 | Merge branch 'use-recycler-view-for-account-history' | Janito Vaqueiro Ferreira Filho | 9 | -41/+113 |
| 2020-09-23 | Configure divider in the account history list | Janito Vaqueiro Ferreira Filho | 1 | -0/+7 |
| 2020-09-23 | Allow setting the top offset of the decoration | Janito Vaqueiro Ferreira Filho | 1 | -0/+10 |
| 2020-09-23 | Make `ListItemDividerDecoration` more generic | Janito Vaqueiro Ferreira Filho | 3 | -5/+21 |
| 2020-09-23 | Remove unnecessary property | Janito Vaqueiro Ferreira Filho | 1 | -1/+1 |
| 2020-09-23 | Replace `ListView` with `RecyclerView` | Janito Vaqueiro Ferreira Filho | 2 | -28/+20 |
| 2020-09-23 | Create `AccountHistoryAdapter` class | Janito Vaqueiro Ferreira Filho | 1 | -0/+30 |
| 2020-09-23 | Create `AccountHistoryHolder` class | Janito Vaqueiro Ferreira Filho | 1 | -0/+23 |
| 2020-09-23 | Remove unnecessary divider drawable | Janito Vaqueiro Ferreira Filho | 2 | -6/+0 |
| 2020-09-23 | Change view ID of the label in the history entry | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2020-09-23 | Merge branch 'modernize-connectivity-listener' | Janito Vaqueiro Ferreira Filho | 2 | -47/+37 |
| 2020-09-23 | Remove unnecessary parameter | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2020-09-23 | Simplify property update in callback | Janito Vaqueiro Ferreira Filho | 1 | -8/+2 |
| 2020-09-23 | Only notify of changes if the value has changed | Janito Vaqueiro Ferreira Filho | 1 | -5/+7 |
| 2020-09-23 | Use `observable` delegate for `isConnected` | Janito Vaqueiro Ferreira Filho | 1 | -9/+7 |
| 2020-09-23 | Use `NetworkCallback` to listen for connectivity | Janito Vaqueiro Ferreira Filho | 1 | -41/+37 |
| 2020-09-23 | Merge branch 'fix-st-lan-routing' | David Lönnhager | 8 | -28/+255 |
| 2020-09-23 | Fix variable names | David Lönnhager | 1 | -6/+6 |
| 2020-09-23 | Wait for SetTunnelLink to finish | David Lönnhager | 3 | -5/+22 |
| 2020-09-23 | Improve route cleanup in the route manager | David Lönnhager | 1 | -19/+85 |
| 2020-09-23 | Account for route priority in the route manager | David Lönnhager | 1 | -4/+10 |
| 2020-09-23 | Update changelog | David Lönnhager | 1 | -0/+2 |
| 2020-09-23 | Preserve all non-tunnel routes in the exclusions table | David Lönnhager | 7 | -16/+152 |
| 2020-09-22 | Merge branch 'fix-split-tunneling-adapter-initialization' | Janito Vaqueiro Ferreira Filho | 3 | -7/+4 |
| 2020-09-22 | Describe adapter initialization fix in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-09-22 | Only initialize adapter if service is available | Janito Vaqueiro Ferreira Filho | 1 | -7/+2 |
| 2020-09-22 | Make `splitTunneling` property setter private | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-09-22 | Merge branch 'improve-how-service-knows-ui-is-visible' | Janito Vaqueiro Ferreira Filho | 3 | -2/+20 |
| 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 |
