summaryrefslogtreecommitdiffhomepage
path: root/android/gradle.properties
AgeCommit message (Collapse)AuthorFilesLines
2025-11-04Enable R8 resource shrinkingDavid Göransson1-0/+1
2025-10-27Enable gotatun by default in gradleAlbin1-1/+1
2025-10-27Rename boringtun to gotatun in gradleAlbin1-2/+2
2025-07-29Add release-debuginfo config and Cargo profileKalle Lindström1-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-24Update Android native debug instructionsKalle Lindström1-0/+4
2025-07-10Add e2e test for Google play purchasesDavid Göransson1-0/+2
2025-05-26Add BoringtunJoakim Hulthe1-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-24Enable parallel gradle executionAlbin1-0/+1
2025-05-21Unify usage of gradle propertiesDavid Göransson1-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-11Enable gradle cachingAlbin1-0/+9
2024-12-03Implement UDP-over-TCP e2e test and firewall API clientNiklas Berglund1-0/+1
2024-09-24Update agp to 8.6.1Jonatan Rhodin1-1/+0
2024-06-25Update lint to 8.4Jonatan Rhodin1-0/+1
2024-03-12Bump gradleAlbin1-1/+0
2024-03-04Remove buildconfig from propertiesDavid Göransson1-1/+0
2024-02-06Update lint version to 8.3 to fix lint error in lib:themeJonatan Rhodin1-0/+1
2023-09-29Remove jetifierDavid Göransson1-1/+0
2023-08-03Bump container image, jdk, gradle and agpAlbin1-0/+2
2023-02-16Enable full r8Albin1-0/+1
2022-09-01Don't strip daemon shared object in development buildsEmīls Piņķis1-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-28Format Kotlin according to official code styleAlbin1-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-19Migrate to androidXAleksandr Granin1-0/+2
2021-01-07Add gradle propertiesAleksandr Granin1-0/+14