summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-09-24Merge branch 'fix-npe-in-mullvad-tile-service'Janito Vaqueiro Ferreira Filho2-9/+10
2020-09-24Describe fix for null exception in the changelogJanito Vaqueiro Ferreira Filho1-0/+2
2020-09-24Avoid receiving events while tile listening stopsJanito Vaqueiro Ferreira Filho1-2/+2
2020-09-24Avoid using a null tile objectJanito Vaqueiro Ferreira Filho1-1/+1
2020-09-24Use an observable delegate for `secured` propertyJanito Vaqueiro Ferreira Filho1-6/+5
2020-09-24Merge branch 'fix-cli-timestamp'David Lönnhager2-2/+6
2020-09-24Show timezone for timestamps in the CLIDavid Lönnhager2-2/+6
2020-09-24Merge branch 'update-support-page' into masterOskar Nyberg2-15/+12
2020-09-24Fix try again button in problem report viewOskar Nyberg1-1/+5
2020-09-24Remove secure connection label and make 'Thanks!' greenOskar Nyberg2-14/+7
2020-09-23Merge branch 'use-recycler-view-for-account-history'Janito Vaqueiro Ferreira Filho9-41/+113
2020-09-23Configure divider in the account history listJanito Vaqueiro Ferreira Filho1-0/+7
2020-09-23Allow setting the top offset of the decorationJanito Vaqueiro Ferreira Filho1-0/+10
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