summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
2025-10-13Update changelog for android/2025.9-beta1Jonatan Rhodin1-0/+5
2025-10-10Bump plugin submodule to use jvmToolchain 17Albin1-0/+0
2025-10-10Decrease the time we wait for a connection to fail during testsJonatan Rhodin1-1/+1
2025-10-09Fix obfuscation order in vpn settingsJonatan Rhodin1-2/+2
2025-10-09Update changelogJonatan Rhodin1-0/+2
2025-10-09Implement LWO on androidJonatan Rhodin29-20/+194
2025-10-09Increase severity of some purchase logsJonatan Rhodin2-3/+3
2025-10-08Remove nixpkgs protoc patchAlbin1-9/+0
The patch has instead been fixed in the upstream nix package.
2025-10-08Fix removed python3 packageAlbin1-1/+1
2025-10-08Update flake lockfileAlbin1-10/+10
2025-10-08Change unstable channelAlbin1-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-06Document runBlocking in TrafficGeneratorDavid Göransson1-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-06Warn users about android 16 upgrade issueDavid Göransson41-145/+473
2025-10-03Improve the qucik setting tileJonatan Rhodin2-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-03Allow of refreshing of server listDavid Göransson7-2/+50
2025-10-01Bump minimum `htmlize` version to `1.0.6`Markus Pettersson1-1/+1
Upgrade all `htmlize` dependencies to a version that no longer depend on `paste`, which is unmaintained (see RUSTSEC-2024-0436).
2025-10-01Sort custom lists alphabeticallyJonatan Rhodin2-1/+40
2025-09-30Add feature indicator for LWODavid Lönnhager1-0/+1
2025-09-30Align state in behavior for all view modelsJonatan Rhodin40-40/+203
2025-09-30Improve account data fetchingJonatan Rhodin9-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-30Add updated Android translationsMarkus Pettersson11-23/+23
2025-09-30Remove unused stringJonatan Rhodin20-20/+0
2025-09-30Adjust most dimensions to a 8pt grid systems in most casesJonatan Rhodin12-87/+68
2025-09-30Improve documentation and logging of connectivity statusJonatan Rhodin2-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-29Disable keybaords for flaky tests and enable them againJonatan Rhodin3-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-29Update lockfileJonatan Rhodin2-933/+875
2025-09-29Format codeJonatan Rhodin6-80/+79
2025-09-29Document ksp issueDavid Göransson1-0/+1
2025-09-29Bump dependency versions to 0.53.0David Göransson1-1/+1
2025-09-29Bump ktor to 3.3.0David Göransson1-1/+1
2025-09-29Bump grpc kotlin to 1.5.0David Göransson1-1/+1
2025-09-29Fix material api changesJonatan Rhodin4-7/+8
2025-09-29Bump material 3 to 1.4.0David Göransson1-1/+1
2025-09-29Bump lifecycle to 2.9.4David Göransson1-1/+1
2025-09-29Bump compose to 1.9.2David Göransson1-1/+1
2025-09-29Update ktfmt to version 0.24.0Jonatan Rhodin1-1/+1
2025-09-29Update protobuf to version 4.32.1Jonatan Rhodin1-1/+1
2025-09-29Update gradle to 9.1.0Jonatan Rhodin1-2/+2
2025-09-25Fix no locations found testJonatan Rhodin1-1/+2
2025-09-25Improve no locations found error messageJonatan Rhodin21-25/+18
2025-09-25Fix select location testJonatan Rhodin1-0/+2
2025-09-25Fix screen tests missing assertionsJonatan Rhodin4-8/+8
2025-09-25Update changelog for android/2025.8Jonatan Rhodin1-0/+8
2025-09-23Fix android studio sync project with gradle filesDavid Göransson1-0/+1
After upgrading Android Studio now pulls in org.apache.groovy in the syncing process in android studio. This dependency is not needed when building the project from commandline.
2025-09-18Add multiplexer POC to daemon, TSM, and relay selectorDavid Lönnhager1-3/+6
2025-09-17Ignore GHSA-2363-cqg2-863c as it is not relevantJonatan Rhodin1-0/+6
2025-09-17Fix clean being broken in rust gradle pluginJonatan Rhodin1-0/+0
2025-09-16Fix strings in strings_non_translatable missing translatable=falseJonatan Rhodin1-6/+6
2025-09-15Add LWO obfuscatorDavid Lönnhager1-0/+4
2025-09-12Add better support for variant filtersDavid Göransson5-54/+94