summaryrefslogtreecommitdiffhomepage
path: root/android/lib/ui/component/src
AgeCommit message (Collapse)AuthorFilesLines
2026-02-04Fix formattingDavid Göransson1-1/+3
2026-02-04Move textfield to componentsDavid Göransson2-0/+273
2026-02-04Move Scaffold into componentsDavid Göransson3-0/+1038
2026-02-04Refactor bottom sheetDavid Göransson1-0/+78
2026-02-04Move navigation icons to componentDavid Göransson1-0/+41
2026-02-04Remove SpacedColumnDavid Göransson8-149/+133
2026-02-04Fix verification pending screen testJonatan Rhodin1-1/+1
2026-02-04Remove use of checkbox cell in ReportProblemScreenJonatan Rhodin2-13/+23
2026-02-04Replace all useage of cells in bottom sheetsJonatan Rhodin3-2/+105
2026-02-04Rename TwoLineListItemJonatan Rhodin1-3/+3
2026-02-04Changed name of SimpleListItemJonatan Rhodin1-2/+2
2026-02-04Update custom list screens with new list item designsJonatan Rhodin1-0/+22
2026-02-04Update api access with new new list item designJonatan Rhodin1-0/+37
2026-02-03Move repositories to lib/repositoryJonatan Rhodin2-0/+82
2026-02-02Migrate lib/theme to lib/ui/themeDavid Göransson22-43/+42
2026-01-30Update Manage/Too many devices list item styleKalle Lindström2-0/+81
2026-01-26Fix dns content blockers issuesJonatan Rhodin1-0/+2
- Only expand if coming from feature indicators - Fix bottom margin - Allow expansion when disabled - Show description when disabled
2026-01-26Use the same x position for single hop and multihop legendsJonatan Rhodin1-3/+3
2026-01-26Fix text issues when using RTL languagesJonatan Rhodin3-3/+23
2026-01-07Add new copy for in app account expiry notificationJonatan Rhodin1-2/+9
2026-01-07Add all option to content blockersJonatan Rhodin1-1/+25
2025-12-18Add the ability to change the app icon and app nameJonatan Rhodin2-0/+120
2025-12-15Fix Split tunneling item not looking disabledDavid Göransson1-6/+11
2025-12-10Fix bottom padding and strings on AntiCensorshipKalle Lindström1-1/+1
2025-12-10Prevent ripple overlap in MullvadListViewKalle Lindström3-0/+11
2025-12-10Use new list items in filter screenJonatan Rhodin1-0/+80
2025-12-10Implement new list item in split tunneling screenJonatan Rhodin1-0/+147
2025-12-10Add new Anti-censorship sub setting groupKalle Lindström3-16/+67
2025-12-05Implement new design for settings and subviewsJonatan Rhodin5-18/+117
2025-12-01Update MTU item to new designDavid Göransson1-10/+19
2025-12-01Add mock api tests for recentsKalle Lindström1-1/+4
2025-11-26Scroll to item on secondary tapDavid Göransson1-2/+7
2025-11-24Move switch and indicator to design systemKalle Lindström4-169/+2
2025-11-24Use new list style on VPN settings subscreensKalle Lindström3-14/+173
2025-11-21Create new ListItem component/VPN settings designKalle Lindström14-0/+968
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öransson5-88/+807
- 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-10-24Remove unused 'no wireguard key' errorDavid Lönnhager1-1/+0
2025-10-22Add entry and exit no relay errorsJonatan Rhodin2-8/+14
The old no relay error is still kept for single hop
2025-10-09Implement LWO on androidJonatan Rhodin1-0/+1
2025-10-06Warn users about android 16 upgrade issueDavid Göransson3-2/+52
2025-09-30Adjust most dimensions to a 8pt grid systems in most casesJonatan Rhodin1-1/+1
2025-09-03Add UI support for QUIC settingJonatan Rhodin1-1/+1
2025-08-15Fix lint issuesJonatan Rhodin1-2/+2
2025-08-08Replace select hop code with use casesJonatan Rhodin1-5/+1
Also split the select hop code into select hop and modify multihop Refactor relay list type
2025-08-08Fix incorrect trailing contentDavid Göransson1-12/+13
2025-07-29Check for both tag and name in location cells for e2e testsDavid Göransson1-0/+12
2025-07-23Update to new protobuf protocolDavid Göransson1-2/+2
2025-07-23Support new features message on AndroidDavid Göransson1-1/+2
2025-07-23Fix height of checkable relay list itemDavid Göransson1-1/+1
2025-07-22Implement select location recents uiKalle Lindström4-65/+128