| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-28 | Rename 'shared' to 'repository' | Kalle Lindström | 1 | -0/+2 | |
| 2025-10-20 | Add scroll to selection tests | Jonatan Rhodin | 3 | -1/+365 | |
| 2025-10-09 | Implement LWO on android | Jonatan Rhodin | 1 | -0/+2 | |
| 2025-10-06 | Warn users about android 16 upgrade issue | David Göransson | 1 | -0/+4 | |
| 2025-10-03 | Allow of refreshing of server list | David Göransson | 1 | -0/+2 | |
| 2025-09-29 | Disable keybaords for flaky tests and enable them again | Jonatan Rhodin | 3 | -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-29 | Format code | Jonatan Rhodin | 1 | -2/+0 | |
| 2025-09-29 | Fix material api changes | Jonatan Rhodin | 1 | -2/+2 | |
| 2025-09-25 | Fix no locations found test | Jonatan Rhodin | 1 | -1/+2 | |
| 2025-09-25 | Fix screen tests missing assertions | Jonatan Rhodin | 4 | -8/+8 | |
| 2025-09-03 | Add UI support for QUIC setting | Jonatan Rhodin | 1 | -2/+2 | |
| 2025-08-22 | Improve connect on start up information | Jonatan Rhodin | 1 | -0/+2 | |
| 2025-08-18 | Disable flaky tests | Jonatan Rhodin | 2 | -0/+4 | |
| 2025-08-15 | Replace call to deprecated function | Jonatan Rhodin | 1 | -8/+1 | |
| 2025-08-08 | Replace select hop code with use cases | Jonatan Rhodin | 2 | -18/+30 | |
| Also split the select hop code into select hop and modify multihop Refactor relay list type | |||||
| 2025-08-05 | Use HorizontalPager on TV devices in select location | David Göransson | 1 | -7/+7 | |
| Also allow for using swipe to switch between enter and exit lists | |||||
| 2025-07-30 | Migrate most settings screens to new Lc state format | Jonatan Rhodin | 6 | -149/+188 | |
| 2025-07-23 | Update tests on Android | David Lönnhager | 1 | -0/+2 | |
| 2025-07-22 | Implement select location recents ui | Kalle Lindström | 2 | -21/+66 | |
| 2025-07-09 | Remove nullable paymentState | David Göransson | 1 | -10/+40 | |
| 2025-07-04 | Restructure & redesign components | David Göransson | 3 | -11/+19 | |
| - Change to new look and feel of list items - Add support for clicking inactive relays, with info message if relay, country or custom list is unavailable. | |||||
| 2025-06-09 | Update payment flow within the app | Jonatan Rhodin | 5 | -539/+466 | |
| Also add support for 3 months in-app purchases | |||||
| 2025-06-04 | Fix connectivity manager util tests | Jonatan Rhodin | 1 | -2/+3 | |
| 2025-06-03 | Listen for all network events to fix missing default network events | Jonatan Rhodin | 1 | -0/+3 | |
| 2025-05-15 | Disable search icon when entry is blocked because of daita | Jonatan Rhodin | 1 | -6/+10 | |
| 2025-05-13 | Show a specific error if selected port is not in the port range | Jonatan Rhodin | 1 | -0/+2 | |
| 2025-05-13 | Remove the 2 character limit in search locations | Jonatan Rhodin | 4 | -81/+182 | |
| Also fixes back behavior in custom list locations | |||||
| 2025-05-05 | Fix select location button text in connect screen | Jonatan Rhodin | 1 | -39/+13 | |
| - Remove unnecessary show location boolean - Remove reliance on disconnected location - Align state behaviour with desktop - Update screen tests with the new behaviour | |||||
| 2025-04-30 | Move all test tags to new lib.ui.tag module | Kalle Lindström | 23 | -69/+69 | |
| 2025-04-22 | Implement manage devices screen | Kalle Lindström | 3 | -2/+171 | |
| 2025-04-10 | Implement quick access to active features | David Göransson | 2 | -49/+133 | |
| - Add Daita: Multihop feature indicator - Make feature indicators clickable - Add animations when accessing the features through the indicators - Rework VpnSettings in order to support navigating to a feature in the list | |||||
| 2025-04-09 | Replace subtext with info dialog for device ip version | Jonatan Rhodin | 1 | -0/+2 | |
| 2025-04-04 | Show correct in ip when using multihop | Jonatan Rhodin | 1 | -0/+118 | |
| 2025-04-03 | Update ip settings according to design | Jonatan Rhodin | 1 | -2/+4 | |
| 2025-03-26 | Use drawable directly for split tunneling app icons | Jonatan Rhodin | 1 | -2/+2 | |
| Also add a loading circle instead of the missing app icon image | |||||
| 2025-03-25 | Avoid using an unavailable ip version to connect to a relay | Jonatan Rhodin | 1 | -15/+17 | |
| Co-authored-by: Sebastian Holmin <sebastian.holmin@mullvad.net> | |||||
| 2025-03-24 | Make it possible to disable IPv6 in the tunnel | Jonatan Rhodin | 2 | -15/+44 | |
| 2025-03-21 | Remove see full changelog button | Kalle Lindström | 1 | -12/+2 | |
| 2025-03-19 | Improve TV connect screen UI | Kalle Lindström | 1 | -4/+4 | |
| - Implements the navigation rail design for Android TV - Implements the TV notification banner design - Adds two new Gradle modules: * tv: contains the Android TV specific Compose components (e.g. the NavigationDrawerTV component) * ui/compose: contains Compose-specific code that is needed by both the app module and the tv module. | |||||
| 2025-03-07 | Track IPv6 connectivity on Android | David Lönnhager | 1 | -62/+153 | |
| Co-authored-by: Jonatan Rhoidn <jonatan.rhodin@mullvad.net> Co-authored-by: David Göransson <david.goransson@mullvad.net> | |||||
| 2025-03-07 | Fix and add tests | Jonatan Rhodin | 1 | -0/+3 | |
| 2025-03-04 | Improve connectivity listener online detection | David Göransson | 1 | -0/+218 | |
| Fixes incorrect filter for networkEvents. Also adds debouncing to offline state when roaming to cellular from WiFi, this would otherwise cause a full reconnection. | |||||
| 2025-02-26 | Remove Joda Time and use java.time package instead | Kalle Lindström | 1 | -6/+11 | |
| Joda Time has been superseded by the Java 8 java.time package which has more or less the same API. This commit removes all usage of Joda Time and replaces it with the java.time classes. This is done so that we can remove the dependency on Joda Time. | |||||
| 2025-02-04 | Do not show add server when custom dns server list is empty | Jonatan Rhodin | 1 | -1/+5 | |
| 2025-01-09 | Update changelog presentation | David Göransson | 2 | -11/+53 | |
| 2025-01-08 | Fix tests | David Göransson | 1 | -4/+4 | |
| 2025-01-08 | Make UI state have constraints | David Göransson | 1 | -14/+15 | |
| 2025-01-07 | Fix tests | David Göransson | 1 | -2/+2 | |
| 2024-12-20 | Remove one-to-one relationship between provider and ownership | David Göransson | 2 | -53/+50 | |
| 2024-12-13 | Remove bad default arguments | David Göransson | 31 | -1943/+1998 | |
