| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-07-07 | Add option to change wireguard port to vpn settings | Jonatan Rhodin | 1 | -0/+3 | |
| 2023-07-07 | Update Electron to 25.2.0 | Oskar Nyberg | 3 | -24/+38 | |
| 2023-07-07 | Update account expiry fetch logic | Oskar Nyberg | 3 | -13/+8 | |
| 2023-07-04 | Fix tunnel state tests | Oskar Nyberg | 6 | -58/+57 | |
| 2023-07-04 | Use playwright config when running e2e tests with npm | Oskar Nyberg | 1 | -1/+1 | |
| 2023-07-04 | Improve playwright config | Oskar Nyberg | 1 | -0/+2 | |
| 2023-06-29 | Cleanup review comments, CI issues and android support | Jonathan | 1 | -11/+9 | |
| Add necessary android support to allow it to not crash due to interface changes. Format the code, remove redundant async functions, fix android issues related to not having to use a Vec to store the custom lists and a string as an id. Fix unit tests. | |||||
| 2023-06-29 | Update changelog, sync naming in .proto update gui | Jonathan | 1 | -11/+21 | |
| Updates the changelog, syncs naming to be consistent inside the .proto file with rust in regards to newly added message types for custom lists. Update the gui so that it does not break when using a custom list daemon. However does not let gui actually use custom lists, only has CLI support. | |||||
| 2023-06-28 | Fix `too many devices` end-to-end test | Markus Pettersson | 2 | -1/+9 | |
| Fix a failing end-to-end test that was caused due to missing navigation events. | |||||
| 2023-06-28 | Fix type signature of `currentRoute` | Markus Pettersson | 1 | -2/+2 | |
| Change the type signature of `currentRoute` to return a `string` rather than `void`. | |||||
| 2023-06-28 | Merge branch 'update-translations-for-2023.4' into prepare-2023.4 | Oskar Nyberg | 38 | -935/+1163 | |
| 2023-06-28 | Update tests | Oskar Nyberg | 1 | -18/+18 | |
| 2023-06-28 | Update translations | Oskar Nyberg | 1 | -36/+34 | |
| 2023-06-28 | Add account info to headerbar | Oskar Nyberg | 1 | -4/+72 | |
| 2023-06-28 | Refactor time left calculations | Oskar Nyberg | 6 | -103/+116 | |
| 2023-06-28 | Move account button to headerbar in main view | Oskar Nyberg | 6 | -46/+36 | |
| 2023-06-14 | Add new device in-app notification | Oskar Nyberg | 7 | -28/+114 | |
| 2023-06-14 | Add device name to new account view | Oskar Nyberg | 4 | -1/+36 | |
| 2023-06-14 | Add info button to account view device row | Oskar Nyberg | 5 | -2/+84 | |
| 2023-06-14 | Add creation date to device list | Oskar Nyberg | 2 | -6/+39 | |
| 2023-06-12 | Update translations | Oskar Nyberg | 1 | -7/+4 | |
| 2023-06-12 | Replace thrown error in account data fetch with typed values | Oskar Nyberg | 11 | -136/+122 | |
| 2023-06-12 | Add tunnel state GUI tests | Oskar Nyberg | 6 | -59/+266 | |
| 2023-06-09 | Fix vpn settings subtitles | Jonatan Rhodin | 1 | -0/+3 | |
| - Replace HtmlText for custom dns subtitle with annotated string - Use correct text style for custom dns subtitle - Use extra bold instead of bold for emphasized words - Fix magic numbers in expandable compose cell | |||||
| 2023-06-01 | Change obfuscation title to wireguard obfuscation | Jonatan Rhodin | 1 | -0/+3 | |
| 2023-05-30 | Change dialog type to caution for bridge mode and multihop warnings | Oskar Nyberg | 2 | -2/+2 | |
| 2023-05-30 | Make close icon smaller in too many devices view | Oskar Nyberg | 1 | -0/+2 | |
| 2023-05-29 | Delete platform-irrelevant libraries | David Lönnhager | 1 | -0/+11 | |
| 2023-05-29 | Update electron builder | Oskar Nyberg | 2 | -2/+2 | |
| 2023-05-16 | Add string resources | saber safavi | 1 | -3/+0 | |
| 2023-05-15 | Add creation date below device name in the device list screen | Jonatan Rhodin | 1 | -0/+3 | |
| 2023-05-09 | Move platform instructions from iOS changes template to desktop one | Oskar Nyberg | 1 | -0/+1 | |
| 2023-05-09 | Restore payment button in account fragment for release builds | Jonatan Rhodin | 1 | -0/+3 | |
| Also change the text of the button to manage account instead | |||||
| 2023-05-04 | Merge branch 'update-translations-2023.3-des-102' into prepare-2023.3 | Oskar Nyberg | 39 | -154/+1739 | |
| 2023-05-03 | Add string resources | saber safavi | 1 | -0/+6 | |
| 2023-04-25 | Update content blockers informational dialog | Jonatan Rhodin | 1 | -0/+6 | |
| - Change programs to apps - Add custom dns warning - Add html-formatted text support to info dialog | |||||
| 2023-04-24 | Add login error messages to localization templates | Oskar Nyberg | 2 | -6/+31 | |
| 2023-04-20 | Add a dedicated account button on the main view and remove it from settings | Jon Petersson | 1 | -0/+3 | |
| 2023-04-19 | Enable pointer events on the new view when transitioning | Oskar Nyberg | 1 | -10/+6 | |
| 2023-04-19 | Add command line version option | Oskar Nyberg | 3 | -2/+8 | |
| 2023-04-19 | Add command line help option | Oskar Nyberg | 2 | -14/+43 | |
| 2023-04-19 | Refactor command line option handling | Oskar Nyberg | 3 | -21/+51 | |
| 2023-04-19 | Add GUI test for device revoked view | Oskar Nyberg | 2 | -1/+30 | |
| 2023-04-19 | Add test for too many devices flow | Oskar Nyberg | 2 | -1/+52 | |
| 2023-04-18 | Fix clipboard permission request after electron upgrade | Oskar Nyberg | 1 | -2/+2 | |
| 2023-04-18 | Change feedback textarea's placeholder | saber safavi | 1 | -3/+0 | |
| 2023-04-17 | Add informational dialog for local network sharing | Oskar Nyberg | 2 | -14/+40 | |
| 2023-04-17 | Fix RPM package to not include build ids | Emīls | 1 | -0/+4 | |
| 2023-04-17 | Don't read app name when running tests | Oskar Nyberg | 1 | -1/+2 | |
| 2023-04-17 | Add tests for notification evaluation | Oskar Nyberg | 2 | -14/+164 | |
