summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-09-23Make `ListItemDividerDecoration` more genericJanito Vaqueiro Ferreira Filho3-5/+21
2020-09-23Remove unnecessary propertyJanito Vaqueiro Ferreira Filho1-1/+1
2020-09-23Replace `ListView` with `RecyclerView`Janito Vaqueiro Ferreira Filho2-28/+20
2020-09-23Create `AccountHistoryAdapter` classJanito Vaqueiro Ferreira Filho1-0/+30
2020-09-23Create `AccountHistoryHolder` classJanito Vaqueiro Ferreira Filho1-0/+23
2020-09-23Remove unnecessary divider drawableJanito Vaqueiro Ferreira Filho2-6/+0
2020-09-23Change view ID of the label in the history entryJanito Vaqueiro Ferreira Filho2-2/+2
2020-09-23Merge branch 'modernize-connectivity-listener'Janito Vaqueiro Ferreira Filho2-47/+37
2020-09-23Remove unnecessary parameterJanito Vaqueiro Ferreira Filho2-2/+2
2020-09-23Simplify property update in callbackJanito Vaqueiro Ferreira Filho1-8/+2
2020-09-23Only notify of changes if the value has changedJanito Vaqueiro Ferreira Filho1-5/+7
2020-09-23Use `observable` delegate for `isConnected`Janito Vaqueiro Ferreira Filho1-9/+7
2020-09-23Use `NetworkCallback` to listen for connectivityJanito Vaqueiro Ferreira Filho1-41/+37
2020-09-23Merge branch 'fix-st-lan-routing'David Lönnhager8-28/+255
2020-09-23Fix variable namesDavid Lönnhager1-6/+6
2020-09-23Wait for SetTunnelLink to finishDavid Lönnhager3-5/+22
2020-09-23Improve route cleanup in the route managerDavid Lönnhager1-19/+85
2020-09-23Account for route priority in the route managerDavid Lönnhager1-4/+10
2020-09-23Update changelogDavid Lönnhager1-0/+2
2020-09-23Preserve all non-tunnel routes in the exclusions tableDavid Lönnhager7-16/+152
2020-09-22Merge branch 'fix-split-tunneling-adapter-initialization'Janito Vaqueiro Ferreira Filho3-7/+4
2020-09-22Describe adapter initialization fix in changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-09-22Only initialize adapter if service is availableJanito Vaqueiro Ferreira Filho1-7/+2
2020-09-22Make `splitTunneling` property setter privateJanito Vaqueiro Ferreira Filho1-0/+1
2020-09-22Merge branch 'improve-how-service-knows-ui-is-visible'Janito Vaqueiro Ferreira Filho3-2/+20
2020-09-22Describe notification fix in the changelogJanito Vaqueiro Ferreira Filho1-0/+2
2020-09-22Update `isUiVisible` from the `MainActivity`Janito Vaqueiro Ferreira Filho1-0/+8
2020-09-22Add an `isUiVisible` flag to `MullvadVpnService`Janito Vaqueiro Ferreira Filho1-2/+10
2020-09-22Merge branch 'remove-quit-button'Janito Vaqueiro Ferreira Filho24-53/+10
2020-09-22Describe quit button removal in the changelogJanito Vaqueiro Ferreira Filho1-0/+3
2020-09-22Remove `LocalBinder.stop()` methodJanito Vaqueiro Ferreira Filho1-4/+0
2020-09-22Remove quit trackingJanito Vaqueiro Ferreira Filho1-13/+7
2020-09-22Remove `MainActivity.quit` methodJanito Vaqueiro Ferreira Filho1-6/+0
2020-09-22Remove "Quit app" messageJanito Vaqueiro Ferreira Filho19-19/+0
2020-09-22Remove "Quit" buttonJanito Vaqueiro Ferreira Filho2-11/+0
2020-09-22Merge branch 'upgrade-dbus'David Lönnhager4-40/+55
2020-09-22Upgrade dbus-rsDavid Lönnhager4-21/+27
2020-09-22Minor version upgradesDavid Lönnhager1-19/+28
2020-09-22Merge branch 'linux-no-iproute2'David Lönnhager2-99/+71
2020-09-22Remove unused error enum valuesDavid Lönnhager1-11/+0
2020-09-22Support table IDs > 255 in the Linux route managerDavid Lönnhager2-17/+42
2020-09-22Don't use rt_tables for mullvad_exclusionsDavid Lönnhager1-85/+8
2020-09-22Add function for obtaining a free routing tableDavid Lönnhager1-0/+35
2020-09-22Merge branch 'account-history-in-account-cache'Janito Vaqueiro Ferreira Filho2-10/+15
2020-09-21Listen for history events in the `LoginFragment`Janito Vaqueiro Ferreira Filho1-10/+6
2020-09-21Store account history in `AccountCache`Janito Vaqueiro Ferreira Filho1-0/+9
2020-09-21Merge branch 'change-account-history-animation'Janito Vaqueiro Ferreira Filho9-85/+136
2020-09-21Highlight entry when it is focused or pressedJanito Vaqueiro Ferreira Filho2-1/+21
2020-09-21Reposition account login as soon as possibleJanito Vaqueiro Ferreira Filho1-4/+20
2020-09-21Create `updateHeight` helper methodJanito Vaqueiro Ferreira Filho1-6/+10