summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
2025-05-26Add BoringtunJoakim Hulthe2-2/+12
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-26Update lockfileDavid Göransson2-386/+784
2025-05-26Update lint baselineDavid Göransson1-1/+19
2025-05-26Fix and update lint baselineDavid Göransson10-145/+45
2025-05-26Update baseline to suppress 16kb page size warning for mockkDavid Göransson1-93/+12
Will be fixed in an upcoming version, see: https://github.com/mockk/mockk/pull/1394
2025-05-26Bump lifecycle to 2.9.0David Göransson1-1/+1
2025-05-26Bump agp to 8.10.0David Göransson1-4/+4
2025-05-26Fix issue linkDavid Göransson1-1/+1
2025-05-26Make aapt version references more logicalDavid Göransson2-4/+3
2025-05-26Migrate remaining deps and versions to version catalogsDavid Göransson25-164/+154
2025-05-24Fix version code safeguardAlbin2-17/+11
Moving the version code safeguard in order to make it configuration cache compliant.
2025-05-24Enable parallel gradle executionAlbin1-0/+1
2025-05-23Increase timeout for long testDavid Göransson1-43/+45
2025-05-23Update lockfileDavid Göransson1-609/+672
2025-05-23Update gradle to 8.14.1David Göransson1-2/+2
2025-05-23Bump mockk to 1.14.2David Göransson1-1/+1
2025-05-23Bump ui automator to 2.4.0-alpha03David Göransson1-1/+1
2025-05-23Bump junit5 to 5.12.2David Göransson1-1/+1
2025-05-23Bump protobuf to 4.31.0David Göransson1-1/+1
2025-05-23Bump junit5 plugin to 1.12.2.0David Göransson1-1/+1
2025-05-23Bump compose to 1.8.2David Göransson1-1/+1
2025-05-23Bump datastore to 1.1.7David Göransson1-1/+1
2025-05-23Bump arrow to 2.1.2David Göransson1-1/+1
2025-05-23Bump kotlin to 2.1.21David Göransson1-2/+2
2025-05-23Fix e2e testDavid Göransson1-1/+1
2025-05-23Fix wrong country and city for stagemole daita relayJonatan Rhodin1-1/+5
2025-05-22Fix e2e production testsJonatan Rhodin6-22/+68
2025-05-22Add Post quantum connection testJonatan Rhodin3-12/+60
2025-05-21Update changelog for android/2025.4-beta2Jonatan Rhodin1-0/+8
2025-05-21Fix urlsDavid Göransson2-2/+2
2025-05-21Supply IP address when using API overrideDavid Göransson4-2/+11
Previously we did a DNS lookup for Stagemole and Devmole however, this causes problem when starting the app with no internet and is different from how the app performs in production mode. This commit removes that logic in order to align closer to what we expect in prod.
2025-05-21Update with new property referencesDavid Göransson2-25/+25
2025-05-21Update CI jobs to use new property naming schemeDavid Göransson1-9/+19
2025-05-21Unify usage of gradle propertiesDavid Göransson20-148/+180
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-05-19Add API blocked e2e connection testKalle Lindström5-6/+167
2025-05-16Fix broken linkDavid Göransson1-1/+1
2025-05-16Use block wireguard new apiKalle Lindström2-2/+2
2025-05-15Fix Device IP version header not clickableDavid Göransson1-0/+1
2025-05-15Fix another testJonatan Rhodin1-0/+1
2025-05-15Rework StatusLevelJonatan Rhodin2-5/+5
2025-05-15Fix test crashJonatan Rhodin1-0/+1
2025-05-15Fix fail & success icon sizeDavid Göransson10-138/+93
2025-05-15Replace auto connect top bar with medium top barJonatan Rhodin2-5/+25
2025-05-15Disable search icon when entry is blocked because of daitaJonatan Rhodin9-27/+52
2025-05-15Fix connection card paddingDavid Göransson1-7/+2
2025-05-15Fix screen height calculationDavid Göransson1-1/+4
2025-05-15Remove old buttonVerticalSpacingDavid Göransson5-6/+5
2025-05-15Use scaffold with small top bar in Filter ScreenJonatan Rhodin2-34/+10
2025-05-15Fix bottom marginDavid Göransson19-39/+36
2025-05-15Fix background color of rowsDavid Göransson8-17/+9