| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-05-16 | Fix broken link | David Göransson | 1 | -1/+1 | |
| 2025-05-16 | Use block wireguard new api | Kalle Lindström | 2 | -2/+2 | |
| 2025-05-15 | Fix Device IP version header not clickable | David Göransson | 1 | -0/+1 | |
| 2025-05-15 | Fix another test | Jonatan Rhodin | 1 | -0/+1 | |
| 2025-05-15 | Rework StatusLevel | Jonatan Rhodin | 2 | -5/+5 | |
| 2025-05-15 | Fix test crash | Jonatan Rhodin | 1 | -0/+1 | |
| 2025-05-15 | Fix fail & success icon size | David Göransson | 10 | -138/+93 | |
| 2025-05-15 | Replace auto connect top bar with medium top bar | Jonatan Rhodin | 2 | -5/+25 | |
| 2025-05-15 | Disable search icon when entry is blocked because of daita | Jonatan Rhodin | 9 | -27/+52 | |
| 2025-05-15 | Fix connection card padding | David Göransson | 1 | -7/+2 | |
| 2025-05-15 | Fix screen height calculation | David Göransson | 1 | -1/+4 | |
| 2025-05-15 | Remove old buttonVerticalSpacing | David Göransson | 5 | -6/+5 | |
| 2025-05-15 | Use scaffold with small top bar in Filter Screen | Jonatan Rhodin | 2 | -34/+10 | |
| 2025-05-15 | Fix bottom margin | David Göransson | 19 | -39/+36 | |
| 2025-05-15 | Fix background color of rows | David Göransson | 8 | -17/+9 | |
| 2025-05-15 | Fix backgound color of split tunneling cell | David Göransson | 1 | -1/+1 | |
| 2025-05-15 | Fix missing divider | David Göransson | 1 | -1/+1 | |
| 2025-05-15 | Fix any ownership color | David Göransson | 1 | -0/+2 | |
| 2025-05-15 | Fix change to small leading padding | David Göransson | 1 | -1/+1 | |
| 2025-05-15 | Fix color and spacer | David Göransson | 1 | -3/+1 | |
| 2025-05-15 | Fix select location screen order and padding | David Göransson | 2 | -8/+16 | |
| 2025-05-15 | Fix notification blob colors | David Göransson | 4 | -10/+13 | |
| 2025-05-15 | Fix container color | David Göransson | 1 | -1/+1 | |
| 2025-05-15 | Fix notification blob none for blocking internet | David Göransson | 3 | -2/+6 | |
| 2025-05-15 | Fix hardcoded fonts in device revoked | Jonatan Rhodin | 1 | -4/+3 | |
| 2025-05-15 | Remove padding in WelcomeScreen | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-05-15 | Decrease buttonSpacing to 8 | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-05-15 | Update big icon and large spinner size | Jonatan Rhodin | 1 | -2/+2 | |
| 2025-05-15 | Fix top bar icon padding | Jonatan Rhodin | 1 | -2/+2 | |
| 2025-05-14 | Fix save account prompted multiple times | David Göransson | 1 | -7/+6 | |
| 2025-05-14 | Add change from Classic McEliece -> HQC in the mobile changelogs | Linus Färnstrand | 1 | -0/+5 | |
| 2025-05-13 | Show a specific error if selected port is not in the port range | Jonatan Rhodin | 11 | -15/+213 | |
| 2025-05-13 | Remove the 2 character limit in search locations | Jonatan Rhodin | 57 | -575/+840 | |
| Also fixes back behavior in custom list locations | |||||
| 2025-05-13 | Add content type password to login textfield | David Göransson | 1 | -1/+5 | |
| 2025-05-13 | Catch nullpointer | David Göransson | 3 | -4/+18 | |
| 2025-05-13 | Avoid waiting for stable when active window is switched | David Göransson | 4 | -27/+19 | |
| NullPointerException was probably caused by the active window being changing while we called `waitForStableInActiveWindow`. | |||||
| 2025-05-13 | Update overview diagram | David Göransson | 2 | -27/+24 | |
| 2025-05-13 | Update nav_graph diagram | David Göransson | 2 | -1/+8 | |
| 2025-05-12 | Fix indentation | David Göransson | 1 | -2/+2 | |
| 2025-05-12 | Fix path typo | David Göransson | 1 | -2/+2 | |
| 2025-05-12 | Convert all test to use Page pattern | David Göransson | 28 | -392/+245 | |
| Converts all our last test to use the Page object pattern and clean up a bunch of old MockApi and E2E test logic. | |||||
| 2025-05-12 | Add reproducible workflow step to gradle update instructions | Jonatan Rhodin | 1 | -0/+4 | |
| 2025-05-12 | Increase router capture request timeouts by 15 seconds | Jonatan Rhodin | 1 | -0/+4 | |
| 2025-05-09 | Fix regex for single test | David Göransson | 1 | -1/+1 | |
| When only 1 test is being run, the string will be "test" instead of tests causing the regex match to fail. | |||||
| 2025-05-09 | Add waitForStable between on each page | David Göransson | 1 | -1/+6 | |
| 2025-05-09 | Fix flaky device management test | David Göransson | 3 | -14/+39 | |
| The device mangement test would fail because it expect the device to be removed however it was in a loading state while API request was being made. This commit allows it to be visible intiailly (loading) and then expects it to be removed. | |||||
| 2025-05-09 | Add device management page | David Göransson | 1 | -0/+20 | |
| 2025-05-09 | Update lockfile | David Göransson | 2 | -167/+182 | |
| 2025-05-09 | Update lockfile docs | David Göransson | 1 | -1/+1 | |
| 2025-05-09 | Fix lint warning | David Göransson | 1 | -1/+1 | |
