| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-02-04 | Fix formatting | David Göransson | 1 | -1/+3 | |
| 2026-02-04 | Move textfield to components | David Göransson | 2 | -0/+273 | |
| 2026-02-04 | Move Scaffold into components | David Göransson | 3 | -0/+1038 | |
| 2026-02-04 | Refactor Snackbar into designsystem | David Göransson | 1 | -0/+19 | |
| 2026-02-04 | Refactor bottom sheet | David Göransson | 1 | -0/+78 | |
| 2026-02-04 | Move navigation icons to component | David Göransson | 1 | -0/+41 | |
| 2026-02-04 | Move Dropdown to design system | David Göransson | 1 | -0/+74 | |
| 2026-02-04 | Move LinearProgressIndicator to design system | David Göransson | 1 | -0/+21 | |
| 2026-02-04 | Remove SpacedColumn | David Göransson | 15 | -215/+204 | |
| 2026-02-04 | Fix verification pending screen test | Jonatan Rhodin | 1 | -1/+1 | |
| 2026-02-04 | Move components to design system | David Göransson | 3 | -0/+518 | |
| Migrate MullvadButton, Feature indicator and filter chip to design system | |||||
| 2026-02-04 | Remove use of checkbox cell in ReportProblemScreen | Jonatan Rhodin | 2 | -13/+23 | |
| 2026-02-04 | Replace all useage of cells in bottom sheets | Jonatan Rhodin | 4 | -20/+128 | |
| 2026-02-04 | Remove empty file | David Göransson | 1 | -1/+0 | |
| 2026-02-04 | Fix usecase tests | David Göransson | 8 | -87/+85 | |
| 2026-02-04 | Fix permission suppression | David Göransson | 2 | -1/+4 | |
| 2026-02-04 | Fix lint | Jonatan Rhodin | 2 | -1/+2 | |
| 2026-02-04 | Fix screen tests | Jonatan Rhodin | 1 | -2/+0 | |
| 2026-02-04 | Move usecases to new module lib/usecase | Jonatan Rhodin | 61 | -1/+3876 | |
| 2026-02-04 | Rename TwoLineListItem | Jonatan Rhodin | 1 | -3/+3 | |
| 2026-02-04 | Changed name of SimpleListItem | Jonatan Rhodin | 1 | -2/+2 | |
| 2026-02-04 | Update custom list screens with new list item designs | Jonatan Rhodin | 1 | -0/+22 | |
| 2026-02-04 | Update api access with new new list item design | Jonatan Rhodin | 2 | -0/+38 | |
| 2026-02-03 | Introduce lib/ui/icon module | David Göransson | 3 | -1/+13 | |
| 2026-02-03 | Move repositories to lib/repository | Jonatan Rhodin | 32 | -0/+2097 | |
| 2026-02-03 | Remove PrepareVpnUseCase | Jonatan Rhodin | 3 | -18/+21 | |
| 2026-02-02 | Rename daemon-grpc to grpc | David Göransson | 19 | -26/+25 | |
| 2026-02-02 | Migrate lib/theme to lib/ui/theme | David Göransson | 46 | -84/+83 | |
| 2026-02-02 | Fix namespace | David Göransson | 1 | -1/+1 | |
| 2026-02-02 | Move lib/resource to lib/ui/resource | David Göransson | 171 | -5/+5 | |
| 2026-01-30 | Update Manage/Too many devices list item style | Kalle Lindström | 3 | -0/+82 | |
| 2026-01-27 | Fix Ninja mole capitalization | Jonatan Rhodin | 1 | -1/+1 | |
| 2026-01-26 | Fix dns content blockers issues | Jonatan Rhodin | 1 | -0/+2 | |
| - Only expand if coming from feature indicators - Fix bottom margin - Allow expansion when disabled - Show description when disabled | |||||
| 2026-01-26 | Use the same x position for single hop and multihop legends | Jonatan Rhodin | 1 | -3/+3 | |
| 2026-01-26 | Update translations | Jonatan Rhodin | 42 | -4/+827 | |
| 2026-01-26 | Update user account expiry before showing notification | Jonatan Rhodin | 1 | -2/+12 | |
| Since it is possible for users to update their account time outside of the app the account will expire soon notification can refer to an outdated expiry date. To avoid this we will always start a background work to check the latest expiry date before sending a notification. If it is not possible to update the expiry date it will not show a notification. | |||||
| 2026-01-26 | Fix text issues when using RTL languages | Jonatan Rhodin | 3 | -3/+23 | |
| 2026-01-23 | Ignore unsupported LEAK_INFO message | David Göransson | 1 | -0/+1 | |
| 2026-01-22 | Fix text color for bottom sheet drag handle | Jonatan Rhodin | 1 | -1/+1 | |
| 2026-01-09 | Remove VPN bridges concept from the daemon | Sebastian Holmin | 1 | -11/+7 | |
| 2026-01-07 | Improve baseline user journey | Jonatan Rhodin | 1 | -0/+4 | |
| 2026-01-07 | Add new copy for in app account expiry notification | Jonatan Rhodin | 45 | -222/+16 | |
| 2026-01-07 | Update Submit voucher dialog errors | Jonatan Rhodin | 2 | -2/+2 | |
| 2026-01-07 | Add all option to content blockers | Jonatan Rhodin | 3 | -3/+47 | |
| 2025-12-18 | Add the ability to change the app icon and app name | Jonatan Rhodin | 42 | -1/+676 | |
| 2025-12-15 | Fix Split tunneling item not looking disabled | David Göransson | 1 | -6/+11 | |
| 2025-12-11 | Show list of recommended ports for shadowsocks | Jonatan Rhodin | 1 | -0/+2 | |
| 2025-12-10 | Fix bottom padding and strings on AntiCensorship | Kalle Lindström | 24 | -1/+25 | |
| 2025-12-10 | Prevent ripple overlap in MullvadListView | Kalle Lindström | 4 | -18/+57 | |
| 2025-12-10 | Use new list items in filter screen | Jonatan Rhodin | 1 | -0/+80 | |
