summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-04-29Add 2020.4-beta3 changelog header and improve an entryLinus Färnstrand1-4/+9
2020-04-29Merge branch 'block-when-disconnected-confirm'Oskar Nyberg7-235/+311
2020-04-29Add block-when-disconnected name change to changelogOskar Nyberg1-0/+1
2020-04-29Renamed block-when-disconnected to always-require-vpn in CLIOskar Nyberg1-4/+4
2020-04-29Add reason to notification when block-when-disconnected is enabledOskar Nyberg1-1/+1
2020-04-29Fix modal flickeringOskar Nyberg2-2/+12
2020-04-29Add confirmation for block when disconnected settingOskar Nyberg2-220/+278
2020-04-29Add ModalMessage in Modal.tsxOskar Nyberg1-8/+15
2020-04-28Merge branch 'move-account-history-to-settings-dir'Janito Vaqueiro Ferreira Filho3-1/+33
2020-04-28Describe location change in changelogJanito Vaqueiro Ferreira Filho1-0/+2
2020-04-28Migrate the account history file locationJanito Vaqueiro Ferreira Filho2-0/+30
2020-04-28Use settings directory to store account historyJanito Vaqueiro Ferreira Filho2-3/+3
2020-04-28Merge branch 'create-account'Janito Vaqueiro Ferreira Filho8-47/+113
2020-04-28Describe account creation in the changelogJanito Vaqueiro Ferreira Filho1-0/+3
2020-04-28Implement creating a new accountJanito Vaqueiro Ferreira Filho2-14/+29
2020-04-28Implement `MullvadDaemon.createNewAccount`Janito Vaqueiro Ferreira Filho2-0/+30
2020-04-28Implement `DaemonInterface::create_new_account`Janito Vaqueiro Ferreira Filho1-0/+10
2020-04-28Register Create Account button's on click actionJanito Vaqueiro Ferreira Filho1-1/+3
2020-04-28Refactor `LoginFragment` to use `JobTracker`Janito Vaqueiro Ferreira Filho1-27/+25
2020-04-28Implement tracking background computationsJanito Vaqueiro Ferreira Filho1-0/+9
2020-04-28Use custom button widget in login screenJanito Vaqueiro Ferreira Filho1-7/+6
2020-04-28Merge branch 'fix-disabling-ipv6-wg'Emīls1-5/+28
2020-04-28Disable IPv6 in WireGuard according to optionsEmīls1-5/+28
2020-04-28Merge branch 'fix-login'Janito Vaqueiro Ferreira Filho1-2/+2
2020-04-28Fix invalid account error detectionJanito Vaqueiro Ferreira Filho1-2/+2
2020-04-28Merge branch 'styled-components-experimentation'Oskar Nyberg12-469/+653
2020-04-28Convert account view to styled componentsOskar Nyberg2-125/+106
2020-04-28Convert Layout and Container to styled componentsOskar Nyberg2-26/+15
2020-04-28Convert ClipboardLabel to a styled componentOskar Nyberg6-39/+46
2020-04-28Convert Switch.tsx to styled componentsOskar Nyberg1-162/+80
2020-04-28Convert Accordion component to use styled-componentsOskar Nyberg3-122/+411
2020-04-28Merge branch 'route-manager-update'David Lönnhager7-88/+133
2020-04-28Encapsulate required routesDavid Lönnhager7-43/+53
2020-04-28Clean up default routes in RouteManagerDavid Lönnhager1-0/+28
2020-04-28Let RouteManager update required routes in any given tableDavid Lönnhager2-19/+54
2020-04-28Remove error types not used by RouteManagerDavid Lönnhager1-28/+0
2020-04-28Merge branch 'android-fix-problem-report'Emīls4-9/+32
2020-04-28Pass resource directory to problem reportEmīls4-9/+32
2020-04-28Merge branch 'fix-linux-routing'Emīls Piņķis1-14/+16
2020-04-28Actually loop over netlink messagesEmīls Piņķis1-14/+16
2020-04-28Merge branch 'route-man-fix'David Lönnhager1-2/+2
2020-04-27Find all default routes in RouteManagerDavid Lönnhager1-2/+2
2020-04-27Merge branch 'update-wireguard-screen'Janito Vaqueiro Ferreira Filho22-488/+1051
2020-04-27Describe WireGuard Key UI changes in the changelogJanito Vaqueiro Ferreira Filho1-0/+4
2020-04-27Set full public key as informationJanito Vaqueiro Ferreira Filho2-1/+2
2020-04-27Allow setting a maximum length for the informationJanito Vaqueiro Ferreira Filho2-1/+15
2020-04-27Change generate key button text when regeneratingJanito Vaqueiro Ferreira Filho1-3/+8
2020-04-27Reset to idle state when resumingJanito Vaqueiro Ferreira Filho1-0/+2
2020-04-27Show generation error messagesJanito Vaqueiro Ferreira Filho1-9/+15
2020-04-27Allow showing errors in `InformationView`Janito Vaqueiro Ferreira Filho2-5/+28