| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-11-04 | Enable R8 resource shrinking | David Göransson | 1 | -0/+1 | |
| 2025-10-27 | Enable gotatun by default in gradle | Albin | 1 | -1/+1 | |
| 2025-10-27 | Rename boringtun to gotatun in gradle | Albin | 1 | -2/+2 | |
| 2025-07-29 | Add release-debuginfo config and Cargo profile | Kalle Lindström | 1 | -1/+5 | |
| When doing performance profiling we want to used the optimized Rust artifacts but we also want to keep the debug symbols. | |||||
| 2025-07-24 | Update Android native debug instructions | Kalle Lindström | 1 | -0/+4 | |
| 2025-07-10 | Add e2e test for Google play purchases | David Göransson | 1 | -0/+2 | |
| 2025-05-26 | Add Boringtun | Joakim Hulthe | 1 | -0/+3 | |
| Co-authored-by: Joakim Hulthe <joakim.hulthe@mullvad.net> Co-authored-by: Sebastian Holmin <sebastian.holmin@mullvad.net> Co-authored-by: David Göransson <david.goransson@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
| 2025-05-24 | Enable parallel gradle execution | Albin | 1 | -0/+1 | |
| 2025-05-21 | Unify usage of gradle properties | David Göransson | 1 | -5/+57 | |
| This commit does multiple changes to how we work with properties. - Instead of relying on `e2e.properties` and `local.properties` only use the `gradle.properties` as per standard gradle. - Naming of properties are changed to have a coherent structure. - Allow for setting stagemole and prod account separately. - Consolidate all the default values into `gradle.properties` | |||||
| 2025-04-11 | Enable gradle caching | Albin | 1 | -0/+9 | |
| 2024-12-03 | Implement UDP-over-TCP e2e test and firewall API client | Niklas Berglund | 1 | -0/+1 | |
| 2024-09-24 | Update agp to 8.6.1 | Jonatan Rhodin | 1 | -1/+0 | |
| 2024-06-25 | Update lint to 8.4 | Jonatan Rhodin | 1 | -0/+1 | |
| 2024-03-12 | Bump gradle | Albin | 1 | -1/+0 | |
| 2024-03-04 | Remove buildconfig from properties | David Göransson | 1 | -1/+0 | |
| 2024-02-06 | Update lint version to 8.3 to fix lint error in lib:theme | Jonatan Rhodin | 1 | -0/+1 | |
| 2023-09-29 | Remove jetifier | David Göransson | 1 | -1/+0 | |
| 2023-08-03 | Bump container image, jdk, gradle and agp | Albin | 1 | -0/+2 | |
| 2023-02-16 | Enable full r8 | Albin | 1 | -0/+1 | |
| 2022-09-01 | Don't strip daemon shared object in development builds | Emīls Piņķis | 1 | -1/+1 | |
| To help with debugging panics in the dameon, the dev builds shouldn't strip the debug symbols from the shared object. However, doing this blows up the gradle build so it's memory limit needs to be bumped too. | |||||
| 2022-03-28 | Format Kotlin according to official code style | Albin | 1 | -13/+1 | |
| Android Studio and ktlint seem to agree on most styling except for imports. Some settings can be changed in Android Studio, however it seems to be hard to get lexicographical order (which ktlin wants). Therefore ktlint should be ran after any formatting has been applied by Android Studio (otherwise the CI workflow will complain). | |||||
| 2021-01-19 | Migrate to androidX | Aleksandr Granin | 1 | -0/+2 | |
| 2021-01-07 | Add gradle properties | Aleksandr Granin | 1 | -0/+14 | |
