summaryrefslogtreecommitdiffhomepage
path: root/android
AgeCommit message (Collapse)AuthorFilesLines
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
2025-05-15Fix backgound color of split tunneling cellDavid Göransson1-1/+1
2025-05-15Fix missing dividerDavid Göransson1-1/+1
2025-05-15Fix any ownership colorDavid Göransson1-0/+2
2025-05-15Fix change to small leading paddingDavid Göransson1-1/+1
2025-05-15Fix color and spacerDavid Göransson1-3/+1
2025-05-15Fix select location screen order and paddingDavid Göransson2-8/+16
2025-05-15Fix notification blob colorsDavid Göransson4-10/+13
2025-05-15Fix container colorDavid Göransson1-1/+1
2025-05-15Fix notification blob none for blocking internetDavid Göransson3-2/+6
2025-05-15Fix hardcoded fonts in device revokedJonatan Rhodin1-4/+3
2025-05-15Remove padding in WelcomeScreenJonatan Rhodin1-1/+1
2025-05-15Decrease buttonSpacing to 8Jonatan Rhodin1-1/+1
2025-05-15Update big icon and large spinner sizeJonatan Rhodin1-2/+2
2025-05-15Fix top bar icon paddingJonatan Rhodin1-2/+2