summaryrefslogtreecommitdiffhomepage
path: root/android/app
AgeCommit message (Collapse)AuthorFilesLines
2025-06-18Enable opt-in to MTE async modeCameron Aaron1-0/+2
2025-06-16Sort split tunneling apps in the correct orderJonatan Rhodin2-2/+20
2025-06-16Remove google pay iconJonatan Rhodin1-18/+0
2025-06-09Update payment flow within the appJonatan Rhodin39-1904/+2226
Also add support for 3 months in-app purchases
2025-06-05Fix typosomahs1-1/+1
2025-06-04Fix connectivity manager util testsJonatan Rhodin1-2/+3
2025-06-03Listen for all network events to fix missing default network eventsJonatan Rhodin1-0/+3
2025-05-30Exclude common bean utilsJonatan Rhodin1-1/+10
2025-05-28Disable Firebase billing loggingKalle Lindström1-0/+9
2025-05-26Add BoringtunJoakim Hulthe1-2/+9
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-26Fix and update lint baselineDavid Göransson8-45/+42
2025-05-26Migrate remaining deps and versions to version catalogsDavid Göransson1-14/+13
2025-05-24Fix version code safeguardAlbin1-14/+0
Moving the version code safeguard in order to make it configuration cache compliant.
2025-05-21Unify usage of gradle propertiesDavid Göransson1-35/+9
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-15Fix Device IP version header not clickableDavid Göransson1-0/+1
2025-05-15Fix another testJonatan Rhodin1-0/+1
2025-05-15Rework StatusLevelJonatan Rhodin1-1/+1
2025-05-15Fix test crashJonatan Rhodin1-0/+1
2025-05-15Fix fail & success icon sizeDavid Göransson8-121/+73
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öransson4-5/+5
2025-05-15Use scaffold with small top bar in Filter ScreenJonatan Rhodin2-34/+10
2025-05-15Fix bottom marginDavid Göransson17-35/+32
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öransson1-2/+0
2025-05-15Fix container colorDavid Göransson1-1/+1
2025-05-15Fix hardcoded fonts in device revokedJonatan Rhodin1-4/+3
2025-05-15Remove padding in WelcomeScreenJonatan Rhodin1-1/+1
2025-05-15Fix top bar icon paddingJonatan Rhodin1-2/+2
2025-05-14Fix save account prompted multiple timesDavid Göransson1-7/+6
2025-05-13Show a specific error if selected port is not in the port rangeJonatan Rhodin6-8/+154
2025-05-13Remove the 2 character limit in search locationsJonatan Rhodin37-555/+840
Also fixes back behavior in custom list locations
2025-05-13Add content type password to login textfieldDavid Göransson1-1/+5
2025-05-09Fix lint warningDavid Göransson1-1/+1
2025-05-07Fix lint warning of using LocalContext to get ConfigurationDavid Göransson1-1/+3
2025-05-07Fix TV incorrect focusKalle Lindström3-41/+48
2025-05-07Fix warningsDavid Göransson3-14/+17
2025-05-06Fix go to vpn settings on TV devicesJonatan Rhodin4-7/+70
- Do not show the action on devices without vpn settings - Handle exceptions when starting vpn settings activity
2025-05-05Fix select location button text in connect screenJonatan Rhodin5-58/+20
- Remove unnecessary show location boolean - Remove reliance on disconnected location - Align state behaviour with desktop - Update screen tests with the new behaviour
2025-05-05Exclude biometric dependency to avoid permission issueJonatan Rhodin1-1/+7
2025-04-30Move all test tags to new lib.ui.tag moduleKalle Lindström61-287/+160