summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-05-01Merge branch 'fix-settings-crash'Janito Vaqueiro Ferreira Filho11-60/+62
2020-05-01Describe settings listener crash fix in changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-05-01Use `SettingsListener` in `LaunchFragment`Janito Vaqueiro Ferreira Filho2-21/+2
2020-05-01Restart initialization if daemon acts weirdJanito Vaqueiro Ferreira Filho2-5/+12
2020-05-01Refactor to create `setUpInstance` methodJanito Vaqueiro Ferreira Filho1-17/+21
2020-05-01Move `SettingsListener` to service packageJanito Vaqueiro Ferreira Filho8-7/+17
2020-05-01Refactor to simplify service clean-upJanito Vaqueiro Ferreira Filho2-23/+22
2020-05-01Merge branch 'new-account-welcome-screen'Janito Vaqueiro Ferreira Filho6-9/+245
2020-04-30Describe welcome screen in changelogJanito Vaqueiro Ferreira Filho1-0/+1
2020-04-30Copy account token to clipboard when clickedJanito Vaqueiro Ferreira Filho2-3/+26
2020-04-30Advance to Connect screen when payment is detectedJanito Vaqueiro Ferreira Filho1-1/+33
2020-04-30Enable Buy Credit buttonJanito Vaqueiro Ferreira Filho1-0/+5
2020-04-30Show account number in Welcome screenJanito Vaqueiro Ferreira Filho1-0/+49
2020-04-30Implement Settings button behaviorJanito Vaqueiro Ferreira Filho1-1/+10
2020-04-30Enter Welcome screen after creating a new accountJanito Vaqueiro Ferreira Filho1-9/+17
2020-04-30Create Welcome screen for newly created accountsJanito Vaqueiro Ferreira Filho3-0/+108
2020-04-30Fix `Button` still clickable when disabledJanito Vaqueiro Ferreira Filho1-0/+1
2020-04-30Merge branch 'fix-crash-on-wireguard-key-screen'Janito Vaqueiro Ferreira Filho3-9/+30
2020-04-30Describe crash fix in changelogJanito Vaqueiro Ferreira Filho1-0/+4
2020-04-30Cache text color valueJanito Vaqueiro Ferreira Filho1-8/+15
2020-04-30Clear named jobs mapJanito Vaqueiro Ferreira Filho1-0/+1
2020-04-30Separate actual jobs from reaper jobsJanito Vaqueiro Ferreira Filho1-1/+10
2020-04-30Merge branch 'update-changelog'David Lönnhager1-1/+6
2020-04-30Update changelogDavid Lönnhager1-1/+6
2020-04-30Merge branch 'version-check-fix'David Lönnhager3-6/+9
2020-04-30Fix deserialization of AppVersionInfo in GUIDavid Lönnhager3-6/+9
2020-04-29Merge branch 'remove-wireguard-key-generation-error'Oskar Nyberg3-15/+16
2020-04-29Remove wireguard key generation error notificationOskar Nyberg2-11/+0
2020-04-29Add message when connection failed due to missing WireGuard keyOskar Nyberg2-4/+16
2020-04-29Updating version in package filesLinus Färnstrand10-17/+17
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