summaryrefslogtreecommitdiffhomepage
path: root/android/app/src/androidTest
AgeCommit message (Collapse)AuthorFilesLines
2026-02-16Clean up app moduleJonatan Rhodin6-1048/+0
2026-02-13Refactor select location into a feature moduleJonatan Rhodin2-721/+0
2026-02-13Refactor connect into feature moduleJonatan Rhodin4-1245/+0
2026-02-13Refactor account into feature moduleJonatan Rhodin1-130/+0
2026-02-13Refactor settings into feature moduleJonatan Rhodin1-101/+0
2026-02-12Refactor vpn settings into feature moduleJonatan Rhodin3-264/+3
2026-02-12Refactor manage devices into seperate moduleDavid Göransson2-169/+0
2026-02-11Show country and city in recentsKalle Lindström3-6/+38
2026-02-11Refactor redeem voucher into separate moduleDavid Göransson1-3/+4
2026-02-11Refactor add time into separate moduleDavid Göransson4-407/+6
2026-02-11Refactor custom lists into seperate moduleDavid Göransson7-1027/+0
2026-02-11Refactor server ip override into moduleDavid Göransson2-228/+0
2026-02-10Refactor api access into seperate moduleDavid Göransson5-768/+0
2026-02-10Refactor anti-censorship into seperate moduleDavid Göransson3-410/+0
2026-02-10Refactor filter into feature moduleDavid Göransson1-184/+0
2026-02-10Introduce appinfo moduleDavid Göransson1-52/+0
2026-02-09Refactor split tunneling into moduleDavid Göransson1-262/+0
2026-02-09Introduce DAITA feature moduleDavid Göransson33-111/+87
Add new DAITA feature module along with convention plugins for: - New features - Unit tests - Instrumented tests These makes it easier to get make a new feature module along with simplifying the use of tests in submodules.
2026-02-04Fix formattingDavid Göransson1-1/+1
2026-02-04Refactor bottom sheetDavid Göransson1-1/+1
2026-02-04Move AddTimeBottomSheetDavid Göransson1-0/+1
2026-02-04Fix screen testsJonatan Rhodin4-8/+8
2026-02-04Move usecases to new module lib/usecaseJonatan Rhodin2-3/+3
2026-02-03Move repositories to lib/repositoryJonatan Rhodin1-1/+1
2026-02-02Migrate lib/theme to lib/ui/themeDavid Göransson1-1/+1
2026-01-07Add new copy for in app account expiry notificationJonatan Rhodin1-2/+3
2026-01-07Update Submit voucher dialog errorsJonatan Rhodin1-1/+2
2026-01-07Add all option to content blockersJonatan Rhodin1-0/+2
2025-12-11Show list of recommended ports for shadowsocksJonatan Rhodin1-15/+10
2025-12-10Fix bottom padding and strings on AntiCensorshipKalle Lindström1-1/+1
2025-12-10Prevent ripple overlap in MullvadListViewKalle Lindström1-2/+6
2025-12-10Add new Anti-censorship sub setting groupKalle Lindström4-316/+185
2025-12-05Implement new design for settings and subviewsJonatan Rhodin2-15/+35
2025-12-03Add set as multihop entry and exit bottom sheet actionsJonatan Rhodin2-3/+65
This reverts commit 664ef7a822bc2936689adcf410b20bc1d3fe2b77.
2025-12-01Fix testsDavid Göransson1-4/+4
2025-11-26Add tests related to select location screenJonatan Rhodin2-3/+48
2025-11-26Scroll to item on secondary tapDavid Göransson1-0/+2
2025-11-25Disable VPN settings indicator on back navKalle Lindström1-0/+2
We only show the indicator if we came from the connect screen (by clicking a feature indicator).
2025-11-24Use new list style on VPN settings subscreensKalle Lindström1-1/+1
2025-11-21Create new ListItem component/VPN settings designKalle Lindström1-3/+7
This is the first part of the work to switch to the new list item design. It adds the ListItem design system component and various components that use the ListItem. As of this PR only the main VPN Settings view is converted to the new design.
2025-11-14Implement new select location designDavid Göransson2-40/+49
- Introduce new HopSelector component that displays the full hop configuration. - Adds error messages in select location for both entry and exit - Clarify selection states e.g. - If a location is chosen automatically - If a selected location is unavailable - The case of selection 'Any' - Recents have been reworked to only show single items - Allow for long-press on custom list Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net>
2025-11-11Remove automatic quantum option for androidJonatan Rhodin1-2/+2
2025-10-28Rename 'shared' to 'repository'Kalle Lindström1-0/+2
2025-10-20Add scroll to selection testsJonatan Rhodin3-1/+365
2025-10-09Implement LWO on androidJonatan Rhodin1-0/+2
2025-10-06Warn users about android 16 upgrade issueDavid Göransson1-0/+4
2025-10-03Allow of refreshing of server listDavid Göransson1-0/+2
2025-09-29Disable keybaords for flaky tests and enable them againJonatan Rhodin3-27/+58
The combination of the keyboard appearing at the same time as input being from the test causes a crash during some circumstances.
2025-09-29Format codeJonatan Rhodin1-2/+0
2025-09-29Fix material api changesJonatan Rhodin1-2/+2