summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2020-04-27Use job creation helper methodJanito Vaqueiro Ferreira Filho1-6/+6
2020-04-27Hide spinner correctlyJanito Vaqueiro Ferreira Filho1-11/+5
2020-04-27Add helper functions to spawn specific job typesJanito Vaqueiro Ferreira Filho1-0/+8
2020-04-27Refactor how key information is shownJanito Vaqueiro Ferreira Filho1-42/+25
2020-04-27Don't consider key status for "Manage Key" stateJanito Vaqueiro Ferreira Filho1-1/+0
2020-04-27Change how key status message is shownJanito Vaqueiro Ferreira Filho2-32/+55
2020-04-27Create `keyStatus` propertyJanito Vaqueiro Ferreira Filho1-4/+13
2020-04-27Refactor how buttons are updatedJanito Vaqueiro Ferreira Filho1-16/+34
2020-04-27Implement support for named jobs in `JobTracker`Janito Vaqueiro Ferreira Filho1-0/+21
2020-04-27Replace flags with `ActionState` enumJanito Vaqueiro Ferreira Filho1-13/+16
2020-04-27Move `resetReconnectionExpected` methodJanito Vaqueiro Ferreira Filho1-11/+11
2020-04-27Create new `widget` packageJanito Vaqueiro Ferreira Filho7-59/+64
2020-04-27Refactor to move pause and resume methodsJanito Vaqueiro Ferreira Filho1-36/+36
2020-04-27Disable copying information when it is `null`Janito Vaqueiro Ferreira Filho1-1/+1
2020-04-27Allow enabling or disabling the `InformationView`Janito Vaqueiro Ferreira Filho1-1/+11
2020-04-27Use new widgets in WireGuard key screenJanito Vaqueiro Ferreira Filho3-169/+39
2020-04-27Create `TimeAgoFormatter` helper typeJanito Vaqueiro Ferreira Filho1-0/+36
2020-04-27Allow showing spinner when information is missingJanito Vaqueiro Ferreira Filho3-17/+36
2020-04-27Use `whenMissing` attribute in account layoutJanito Vaqueiro Ferreira Filho2-15/+6
2020-04-27Add `whenMissing` attribute to the new widgetJanito Vaqueiro Ferreira Filho2-3/+46
2020-04-27Use new widgets in `AccountFragment`Janito Vaqueiro Ferreira Filho2-80/+25
2020-04-27Create `CopyableInformationView` helper widgetJanito Vaqueiro Ferreira Filho3-1/+70
2020-04-27Create `InformationView` helper widgetJanito Vaqueiro Ferreira Filho4-0/+102
2020-04-27Add spinners to WireGuard key informationJanito Vaqueiro Ferreira Filho3-13/+59
2020-04-27Add spinner to show when verifying keyJanito Vaqueiro Ferreira Filho2-9/+31
2020-04-27Show time since WireGuard key was generatedJanito Vaqueiro Ferreira Filho2-14/+6
2020-04-27Create `TimeSinceLabel` helper classJanito Vaqueiro Ferreira Filho3-0/+76
2020-04-27Update toast for copying Mullvad account numberJanito Vaqueiro Ferreira Filho1-1/+1
2020-04-27Change how public key is copied to the clipboardJanito Vaqueiro Ferreira Filho3-14/+24
2020-04-27Change style of WireGuard key valid textJanito Vaqueiro Ferreira Filho1-2/+3
2020-04-27Change style of public key and key generated textsJanito Vaqueiro Ferreira Filho2-27/+36
2020-04-27Make the "Generate key" a buttonJanito Vaqueiro Ferreira Filho2-59/+20
2020-04-27Make "Verify key" a buttonJanito Vaqueiro Ferreira Filho2-56/+18
2020-04-27Use the custom button widget for "Manage keys"Janito Vaqueiro Ferreira Filho2-29/+19
2020-04-27Create custom `Button` widgetJanito Vaqueiro Ferreira Filho1-0/+31
2020-04-27Make "Manage keys" a buttonJanito Vaqueiro Ferreira Filho1-22/+9
2020-04-27Place the buttons on the lower part of the screenJanito Vaqueiro Ferreira Filho1-0/+9
2020-04-27Move `WireGuard key` option into `Advanced` screenJanito Vaqueiro Ferreira Filho5-33/+47
2020-04-27Add OpenSSL -> rustls TLS change to changelogLinus Färnstrand1-0/+1
2020-04-27Merge branch 'fix-auto-connect-leak'Janito Vaqueiro Ferreira Filho9-1/+41
2020-04-27Describe auto-connect leak fix in changelogJanito Vaqueiro Ferreira Filho1-0/+4
2020-04-27Show specific error when VPN permission is deniedJanito Vaqueiro Ferreira Filho8-2/+33
2020-04-27Ensure `prepare` is called before creating tunnelJanito Vaqueiro Ferreira Filho1-0/+5
2020-04-27Merge branch 'upgrade-redux-and-react-redux'Oskar Nyberg4-83/+137
2020-04-27Upgrade redux, react-redux, react-router and connected-react-routerOskar Nyberg4-83/+137
2020-04-27Merge branch 'use-rest-new-hyper'Emīls Piņķis53-1717/+3192
2020-04-27Add drop tests for Linux routing implementationEmīls1-0/+31
2020-04-27Reset RPC requests when changing tunnel statesEmīls1-1/+15
2020-04-27Adjust android code for new mullvad-rpcEmīls6-345/+717
2020-04-27Rework offline detection on LinuxEmīls3-174/+113