| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-15 | Update lockfile | David Göransson | 2 | -701/+736 | |
| 2025-10-15 | Clarify aapt version | David Göransson | 2 | -7/+7 | |
| 2025-10-15 | Suppress entire block | David Göransson | 1 | -1/+1 | |
| 2025-10-15 | Update baseline | David Göransson | 1 | -1/+1 | |
| 2025-10-15 | Fix similar dependency lint warning | David Göransson | 3 | -49/+4 | |
| 2025-10-15 | Bump mockk to 1.14.6 | David Göransson | 1 | -1/+1 | |
| 2025-10-15 | Bump ksp to 2.2.20-2.0.4 | David Göransson | 1 | -2/+1 | |
| 2025-10-15 | Bump ktor to 3.3.1 | David Göransson | 1 | -1/+1 | |
| 2025-10-15 | Update grpc suppression | David Göransson | 1 | -2/+2 | |
| 2025-10-15 | Bump grpc jar to 1.5.0 | David Göransson | 1 | -1/+1 | |
| 2025-10-15 | Bump grpc to 1.76.0 | David Göransson | 1 | -1/+1 | |
| 2025-10-15 | Bump compose destinations to 2.3.0 | David Göransson | 1 | -1/+1 | |
| 2025-10-15 | Bump compose to 1.9.3 | David Göransson | 1 | -1/+1 | |
| 2025-10-15 | Enable the user to include their account token in problem reports | Jonatan Rhodin | 7 | -23/+121 | |
| 2025-10-14 | Improve login and create account error messages | Jonatan Rhodin | 24 | -92/+806 | |
| - Add support for more types of login error messages - Add more detail to create account error message - Show info dialog when api is unreachable | |||||
| 2025-10-13 | Update changelog for android/2025.9-beta1 | Jonatan Rhodin | 1 | -0/+5 | |
| 2025-10-10 | Bump plugin submodule to use jvmToolchain 17 | Albin | 1 | -0/+0 | |
| 2025-10-10 | Decrease the time we wait for a connection to fail during tests | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-10-09 | Fix obfuscation order in vpn settings | Jonatan Rhodin | 1 | -2/+2 | |
| 2025-10-09 | Update changelog | Jonatan Rhodin | 1 | -0/+2 | |
| 2025-10-09 | Implement LWO on android | Jonatan Rhodin | 29 | -20/+194 | |
| 2025-10-09 | Increase severity of some purchase logs | Jonatan Rhodin | 2 | -3/+3 | |
| 2025-10-08 | Remove nixpkgs protoc patch | Albin | 1 | -9/+0 | |
| The patch has instead been fixed in the upstream nix package. | |||||
| 2025-10-08 | Fix removed python3 package | Albin | 1 | -1/+1 | |
| 2025-10-08 | Update flake lockfile | Albin | 1 | -10/+10 | |
| 2025-10-08 | Change unstable channel | Albin | 1 | -1/+1 | |
| Changed since we don't rely on the testing done for nixos-unstable and this way we get upstream fixes quicker. | |||||
| 2025-10-06 | Document runBlocking in TrafficGenerator | David Göransson | 1 | -1/+2 | |
| A comment is added to clarify that `runBlocking` is used intentionally to prevent tests from skipping delays. The `suspend` modifier, which was redundant, has been removed from the `generateTraffic` function. | |||||
| 2025-10-06 | Warn users about android 16 upgrade issue | David Göransson | 41 | -145/+473 | |
| 2025-10-03 | Improve the qucik setting tile | Jonatan Rhodin | 2 | -0/+4 | |
| - Set category as toggleable - Set title as the app name when active to align more with how other tiles look on newer versions of Android | |||||
| 2025-10-03 | Allow of refreshing of server list | David Göransson | 7 | -2/+50 | |
| 2025-10-01 | Bump minimum `htmlize` version to `1.0.6` | Markus Pettersson | 1 | -1/+1 | |
| Upgrade all `htmlize` dependencies to a version that no longer depend on `paste`, which is unmaintained (see RUSTSEC-2024-0436). | |||||
| 2025-10-01 | Sort custom lists alphabetically | Jonatan Rhodin | 2 | -1/+40 | |
| 2025-09-30 | Add feature indicator for LWO | David Lönnhager | 1 | -0/+1 | |
| 2025-09-30 | Align state in behavior for all view models | Jonatan Rhodin | 40 | -40/+203 | |
| 2025-09-30 | Improve account data fetching | Jonatan Rhodin | 9 | -20/+124 | |
| Add a new account data fetch every time a user enters the connect screen This is limited to at a maximum one fetch every minute. Add a check that the user is still logged in to the same account before updating the account data cache. Change account fetching behavior in the account screen to fetch on every enter instead of init. | |||||
| 2025-09-30 | Add updated Android translations | Markus Pettersson | 11 | -23/+23 | |
| 2025-09-30 | Remove unused string | Jonatan Rhodin | 20 | -20/+0 | |
| 2025-09-30 | Adjust most dimensions to a 8pt grid systems in most cases | Jonatan Rhodin | 12 | -87/+68 | |
| 2025-09-30 | Improve documentation and logging of connectivity status | Jonatan Rhodin | 2 | -4/+19 | |
| - Clarify why we need to listen for all non-VPN network events. - Log default network event types in production build. - Add log for when we try to check connectivity status. - Improve logging of when we can't access the internet via socket. | |||||
| 2025-09-29 | Disable keybaords for flaky tests and enable them again | Jonatan Rhodin | 3 | -27/+58 | |
| The combination of the keyboard appearing at the same time as input being from the test causes a crash during some circumstances. | |||||
| 2025-09-29 | Update lockfile | Jonatan Rhodin | 2 | -933/+875 | |
| 2025-09-29 | Format code | Jonatan Rhodin | 6 | -80/+79 | |
| 2025-09-29 | Document ksp issue | David Göransson | 1 | -0/+1 | |
| 2025-09-29 | Bump dependency versions to 0.53.0 | David Göransson | 1 | -1/+1 | |
| 2025-09-29 | Bump ktor to 3.3.0 | David Göransson | 1 | -1/+1 | |
| 2025-09-29 | Bump grpc kotlin to 1.5.0 | David Göransson | 1 | -1/+1 | |
| 2025-09-29 | Fix material api changes | Jonatan Rhodin | 4 | -7/+8 | |
| 2025-09-29 | Bump material 3 to 1.4.0 | David Göransson | 1 | -1/+1 | |
| 2025-09-29 | Bump lifecycle to 2.9.4 | David Göransson | 1 | -1/+1 | |
| 2025-09-29 | Bump compose to 1.9.2 | David Göransson | 1 | -1/+1 | |
