| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-02-25 | Stop checkout out `wireguard-go` recursively | Markus Pettersson | 1 | -4/+3 | |
| 2025-02-25 | Cache Cargo artifacts between builds | Markus Pettersson | 1 | -12/+21 | |
| 2025-02-25 | Do not compile `test-manager` when compiling the test report | Markus Pettersson | 1 | -14/+27 | |
| 2025-02-25 | Do not relaunch as root if only formatting test reports | Markus Pettersson | 1 | -28/+21 | |
| 2025-02-25 | Build `test-runner` binaries as a separate step | Markus Pettersson | 1 | -11/+50 | |
| 2025-02-25 | Build test-manager once per e2e-test run | Markus Pettersson | 4 | -17/+306 | |
| Cache test-manager for Linux. This includes not building `test-manager` in `run/ci.sh` (by default) and building `test-manager` as a completely statically linked binary. | |||||
| 2025-02-25 | Remove `USE_MOLD` env variable | Markus Pettersson | 1 | -2/+0 | |
| Use default value instead (which is false) | |||||
| 2025-02-25 | Accept output folder in `test-runner.sh` | Markus Pettersson | 1 | -1/+18 | |
| 2025-02-25 | Rename some scripts (and move them to subdirectories) | Markus Pettersson | 8 | -115/+77 | |
| Start off with the download app package / e2e tests binary in `download.sh`. Rename `test-utils.sh` to `lib.sh` & start to break up `lib.sh`. | |||||
| 2025-02-25 | Give `end-to-end tests` steps descriptive names | Markus Pettersson | 1 | -6/+12 | |
| 2025-02-25 | Merge branch 'fix-wait-for-routes' | David Göransson | 13 | -208/+305 | |
| 2025-02-25 | Remove cached VpnConfig in TalpidVpnService | David Göransson | 1 | -8/+1 | |
| 2025-02-25 | Reduce open_tun calls (Establish) | David Göransson | 11 | -103/+246 | |
| Each call to Establish opens a window for leaks on android. By only invoking Establish if the VpnConfig if any of the input has changed and reusing it otherwise we avoid many of these leaks. This commit also waits for android to report back that the routes have been created to ping and verify connectivity to avoid pings going outside the tunnel. | |||||
| 2025-02-25 | Fix incorrectly notifying offline | David Göransson | 1 | -19/+30 | |
| Incorrectly notifying that we are offline to the daemon would result in us enter ErrorState, and thus restarting the tunnel in a blocking state, opening a small window for leaks of traffic. | |||||
| 2025-02-25 | Remove calls to restart tunnel | David Göransson | 2 | -64/+8 | |
| These calls would later invoke VpnService.Establish in Android. Each call without properly waiting for routes and halting all API calls opens for leaking in tunnel ip and some other traffic. | |||||
| 2025-02-25 | Allow invalidating NetworkState cache | David Göransson | 1 | -2/+13 | |
| 2025-02-25 | Refactor defaultRawNetworkStateFlow | David Göransson | 1 | -18/+13 | |
| 2025-02-25 | Merge branch 'set-cargo-locked-in-all-gradle-builds-droid-1761' | Jonatan Rhodin | 1 | -3/+1 | |
| 2025-02-25 | Enable --locked for all gradle rust builds | Jonatan Rhodin | 1 | -3/+1 | |
| 2025-02-25 | Merge branch ↵ | Jonatan Rhodin | 1 | -1/+16 | |
| 'navigating-in-problem-report-on-firestick-does-not-work-as-droid-1598' | |||||
| 2025-02-25 | Fix navigation in report problem screen for Firestick | Jonatan Rhodin | 1 | -1/+16 | |
| 2025-02-25 | Merge branch 'app-is-broken-when-using-wifi-proxy-droid-1803' | David Göransson | 1 | -0/+3 | |
| 2025-02-25 | Fix gRPC not working with WiFi proxy | David Göransson | 1 | -0/+3 | |
| 2025-02-25 | Merge branch 'update-icons-in-app-to-latest-version-from-design-system-des-1648' | Markus Pettersson | 146 | -1239/+1295 | |
| 2025-02-25 | Increase icon size for smaller icons | Oliver | 1 | -2/+2 | |
| 2025-02-25 | Fix spacing when no results in split tunneling view | Oliver | 1 | -35/+34 | |
| 2025-02-25 | Fix spacing between browse button and app list | Tobias Järvelöv | 1 | -6/+9 | |
| 2025-02-25 | Update iOS asset conversion script | Oliver | 1 | -35/+58 | |
| 2025-02-25 | Use same constant for icon sizes in Icon and IconButton | Oliver | 2 | -12/+4 | |
| 2025-02-25 | Rename icon badge svg assets | Oliver | 3 | -2/+2 | |
| 2025-02-25 | Rename spinner svg asset | Oliver | 2 | -1/+1 | |
| 2025-02-25 | Add IconBadge component | Oliver | 12 | -72/+69 | |
| 2025-02-25 | Make FilterChip composable | Oliver | 6 | -50/+107 | |
| 2025-02-25 | Move language svg to images | Oliver | 2 | -1/+0 | |
| 2025-02-25 | Make IconButton composable | Oliver | 21 | -120/+167 | |
| 2025-02-25 | Remove old icons | Oliver | 32 | -187/+0 | |
| 2025-02-25 | Move icons folder to assets | Oliver | 34 | -1/+1 | |
| 2025-02-25 | Replace ImageView with Image and Icon components | Oliver | 52 | -844/+436 | |
| 2025-02-25 | Set disabled color in IconButton | Oliver | 1 | -1/+2 | |
| 2025-02-25 | Add Image component | Oliver | 3 | -0/+17 | |
| 2025-02-25 | Update Icon props | Oliver | 1 | -13/+8 | |
| 2025-02-25 | Set min height and width in Box component | Oliver | 1 | -0/+2 | |
| 2025-02-25 | Add FilterChip component | Oliver | 3 | -0/+81 | |
| 2025-02-25 | Add flexWrap prop to Flex component | Oliver | 1 | -0/+3 | |
| 2025-02-25 | Add Spinner | Oliver | 3 | -0/+25 | |
| 2025-02-25 | Add new icons | Oliver | 43 | -28/+391 | |
| 2025-02-25 | Add Icon component | Oliver | 6 | -21/+68 | |
| 2025-02-25 | Merge branch 'add-end-to-end-test-for-shadowsocks-port-selection-ios-1012' | Bug Magnet | 1 | -13/+77 | |
| 2025-02-25 | Add end to end test for custom shadowsocks port selection | Bug Magnet | 1 | -13/+77 | |
| 2025-02-24 | Merge branch 'fix-overwrite-relay-location-test-framework' | Sebastian Holmin | 9 | -222/+313 | |
