| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-02-06 | Replace usage of body medium with title medium | Jonatan Rhodin | 4 | -4/+3 | |
| This is because snack bars uses body medium and we want snack bars to have the standard look | |||||
| 2025-02-06 | Replace old waitForTunnelUp function | David Göransson | 9 | -178/+436 | |
| After invoking VpnService.establish() we will get a tunnel file descriptor that corresponds to the interface that was created. However, this has no guarantee of the routing table beeing up to date, and we might thus send traffic outside the tunnel. Previously this was done through looking at the tunFd to see that traffic is sent to verify that the routing table has changed. If no traffic is seen some traffic is induced to a random IP address to ensure traffic can be seen. This new implementation is slower but won't risk sending UDP traffic to a random public address at the internet. | |||||
| 2025-02-05 | Move daita data usage warning to the first page | Jonatan Rhodin | 21 | -132/+127 | |
| 2025-02-04 | Bump Linux container image to mullvadvpn-app-build:85fa990a4 | Mullvad build server | 1 | -1/+1 | |
| 2025-02-04 | Update Android prepare release script | Oskar | 1 | -65/+17 | |
| 2025-02-04 | Move prepare-release script to android directory | Oskar | 1 | -0/+113 | |
| 2025-02-04 | Open the store page on fdroid version | Jonatan Rhodin | 5 | -16/+29 | |
| 2025-02-04 | Do not show add server when custom dns server list is empty | Jonatan Rhodin | 7 | -24/+63 | |
| 2025-02-04 | Restore osv scanner vuln ignore that is still required | Jonatan Rhodin | 1 | -0/+9 | |
| 2025-02-04 | Update gradle lockfile | Albin | 2 | -0/+5457 | |
| 2025-02-04 | Remove OWASP dependency check plugin | Albin | 10 | -5943/+0 | |
| The OWASP DependencyCheck plugin has been replaced with `osv-scanner` which covers our use-case. | |||||
| 2025-02-03 | Bump dates of depependency check suppressions | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-02-03 | Bump dates of osv ignore vulns | Jonatan Rhodin | 1 | -40/+11 | |
| 2025-02-03 | Use ordered string substitutions | Jonatan Rhodin | 1 | -4/+4 | |
| 2025-02-03 | Remove unnecessary html parsing | Jonatan Rhodin | 5 | -69/+24 | |
| 2025-02-03 | Fix incorrect display of custom list without locations | Jonatan Rhodin | 2 | -14/+20 | |
| 2025-01-31 | Update lockfile | David Göransson | 1 | -521/+553 | |
| 2025-01-31 | Bump gradle to 8.12.1 | David Göransson | 2 | -7/+3 | |
| 2025-01-31 | Bump dependency versions to 0.52.0 | David Göransson | 1 | -1/+1 | |
| 2025-01-31 | Bump kotlin to 2.1.10 | David Göransson | 1 | -3/+3 | |
| 2025-01-31 | Bump koin to 4.0.2 | David Göransson | 1 | -2/+2 | |
| 2025-01-31 | Bump compose to 1.7.7 | David Göransson | 1 | -1/+1 | |
| 2025-01-31 | Bump arrow to 2.0.1 | David Göransson | 1 | -1/+1 | |
| 2025-01-30 | Update translations | Oskar | 39 | -3/+235 | |
| 2025-01-29 | Implement detekt and ktfmt for buildSrc | Jonatan Rhodin | 6 | -16/+40 | |
| 2025-01-29 | Fix blocking text color | David Göransson | 2 | -1/+4 | |
| 2025-01-28 | Remove Google's resolvers from encrypted DNS proxy | Emīls | 1 | -1/+2 | |
| 2025-01-28 | Bundle a pre-generated relay list instead of generating one | Jonatan Rhodin | 6 | -48/+52 | |
| The android app will try to bundle the relays.json found under dist-assets/relays/ if it exists. Otherwise it will rely on the relay list downloaded by the api. For alpha, beta and stable release builds it is required to have a bundled relays.json file. | |||||
| 2025-01-27 | Refactor e2e leak tests | Albin | 3 | -46/+76 | |
| The main purpose of this refactoring is to reduce the multiple layers of negation and to generally reduce the risk of misunderstanding the test code. | |||||
| 2025-01-27 | Fix incorrect assertion by inverting it | Albin | 1 | -1/+1 | |
| 2025-01-27 | Upload test attachments | Albin | 1 | -0/+2 | |
| 2025-01-27 | Use parter api for account creation | Albin | 2 | -5/+8 | |
| 2025-01-27 | Improve e2e test api client error handling | Albin | 1 | -0/+5 | |
| Co-authored-by: Niklas Berglund <niklas.berglund@gmail.com> | |||||
| 2025-01-27 | Treat fdroid builds the same as release builds | Jonatan Rhodin | 1 | -1/+3 | |
| 2025-01-27 | Remove debug symbols for aab bundles | Jonatan Rhodin | 1 | -0/+4 | |
| 2025-01-24 | Print build checksums | Albin | 1 | -0/+3 | |
| 2025-01-24 | Remove logging and formatting | Kalle Lindström | 2 | -16/+7 | |
| 2025-01-23 | Add script to generate rustc --remap-path-prefix | Kalle Lindström | 2 | -8/+23 | |
| This is needed for reproducible builds. The script gets the file paths to the user's Cargo and Rustup home dirs, as well as the path to the Mullvad app source dir. These paths are then remapped to fixed values which is needed to make the build reproducible. | |||||
| 2025-01-22 | Specify --package when trying to run relay_list | Linus Färnstrand | 1 | -1/+1 | |
| 2025-01-21 | Add reference to dependency check issue | David Göransson | 1 | -0/+1 | |
| 2025-01-21 | Add remark about updating mockk | David Göransson | 1 | -0/+1 | |
| 2025-01-21 | Add help for updating gRPC | David Göransson | 1 | -0/+1 | |
| 2025-01-21 | Update lockfile | David Göransson | 2 | -378/+407 | |
| 2025-01-21 | Update lint ignore | David Göransson | 1 | -1/+1 | |
| 2025-01-21 | Fix warnings | David Göransson | 9 | -275/+118 | |
| 2025-01-21 | Bump agp to 8.8.0 | David Göransson | 1 | -1/+1 | |
| 2025-01-20 | Bump rust android gradle plugin to 0.9.6 | David Göransson | 1 | -1/+1 | |
| 2025-01-20 | Bump protobuf to 4.29.3 | David Göransson | 1 | -1/+1 | |
| 2025-01-20 | Bump grpc to 1.69.1 | David Göransson | 1 | -1/+1 | |
| 2025-01-20 | Bump datastore to 1.1.2 | David Göransson | 1 | -1/+1 | |
