| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-03-25 | Scroll to first checked custom location on open | Kalle Lindström | 3 | -13/+27 | |
| 2025-03-24 | Make it possible to disable IPv6 in the tunnel | Jonatan Rhodin | 12 | -65/+155 | |
| 2025-03-24 | Hide clipboard data when copying account number | Kalle Lindström | 4 | -6/+24 | |
| 2025-03-21 | Fix duplicate verifying purchase string | David Göransson | 4 | -6/+4 | |
| 2025-03-21 | Fix duplicate Split Tunneling string | David Göransson | 1 | -1/+1 | |
| 2025-03-21 | Fix duplicate Server IP override string | David Göransson | 3 | -3/+3 | |
| 2025-03-21 | Fix duplicate Multihop string | David Göransson | 1 | -1/+1 | |
| 2025-03-21 | Fix duplicate local network sharing string | David Göransson | 1 | -1/+1 | |
| 2025-03-21 | Fix duplicate IPv6 string | David Göransson | 2 | -2/+2 | |
| 2025-03-21 | Fix duplicate IPv4 string | David Göransson | 2 | -2/+2 | |
| 2025-03-21 | Fix duplicate import string | David Göransson | 1 | -1/+1 | |
| 2025-03-21 | Fix duplicate dns content blockers string | David Göransson | 3 | -3/+3 | |
| 2025-03-21 | Fix duplicate connecting string | David Göransson | 2 | -2/+2 | |
| 2025-03-21 | Remove see full changelog button | Kalle Lindström | 4 | -70/+4 | |
| 2025-03-21 | Add action to go to VPN settings from snackbar | Kalle Lindström | 1 | -11/+13 | |
| 2025-03-19 | Improve TV connect screen UI | Kalle Lindström | 34 | -1470/+212 | |
| - 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-14 | Fix lint warning | David Göransson | 4 | -6/+8 | |
| 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 | 5 | -1/+48 | |
| 2025-03-07 | Implement device ip version ui | Jonatan Rhodin | 4 | -10/+53 | |
| 2025-03-07 | Add support for device ip setting in model | Jonatan Rhodin | 1 | -0/+4 | |
| 2025-03-07 | Offer to store accout number in password manager | David Göransson | 2 | -2/+26 | |
| 2025-03-07 | Ignore meta-data lint warnings | David Göransson | 1 | -1/+1 | |
| These are only required if we use passkeys or uses methods that make use DAL (Digital Asset Links). | |||||
| 2025-03-07 | Add documentation about detecting always_on_vpn_app | David Göransson | 1 | -0/+2 | |
| Only before Android 11 and on test builds (running from Android studio) it will report always-on vpn app. | |||||
| 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-03-03 | Assume connectivity if we are unable to fetch | David Göransson | 1 | -1/+2 | |
| 2025-02-27 | Fix fonts and spacing in privacy disclaimer screen | Jonatan Rhodin | 1 | -12/+8 | |
| 2025-02-26 | Remove Joda Time and use java.time package instead | Kalle Lindström | 30 | -105/+122 | |
| 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-25 | Add logging for dropped nav events | Albin | 1 | -0/+5 | |
| Adding logging for skipped navigation events in order to simplify debugging of flaky tests. | |||||
| 2025-02-25 | Reduce open_tun calls (Establish) | David Göransson | 1 | -0/+3 | |
| Each call to Establish opens a window for leaks on android. By only invoking Establish if the VpnConfig if any of the input has changed and reusing it otherwise we avoid many of these leaks. This commit also waits for android to report back that the routes have been created to ping and verify connectivity to avoid pings going outside the tunnel. | |||||
| 2025-02-25 | Fix navigation in report problem screen for Firestick | Jonatan Rhodin | 1 | -1/+16 | |
| 2025-02-17 | Adjust placeholder text stlye to be in line with input text | Jonatan Rhodin | 1 | -1/+1 | |
| 2025-02-17 | Set font size of dialog inputs to be title medium | Jonatan Rhodin | 6 | -0/+12 | |
| 2025-02-06 | Adjust and unify margins in settings and vpn settings | Jonatan Rhodin | 2 | -14/+8 | |
| 2025-02-06 | Disable wireguard port setting if obfuscation is set | Jonatan Rhodin | 3 | -18/+49 | |
| 2025-02-06 | Replace usage of body medium with title medium | Jonatan Rhodin | 3 | -3/+3 | |
| This is because snack bars uses body medium and we want snack bars to have the standard look | |||||
| 2025-02-06 | Replace old waitForTunnelUp function | David Göransson | 1 | -0/+146 | |
| After invoking VpnService.establish() we will get a tunnel file descriptor that corresponds to the interface that was created. However, this has no guarantee of the routing table beeing up to date, and we might thus send traffic outside the tunnel. Previously this was done through looking at the tunFd to see that traffic is sent to verify that the routing table has changed. If no traffic is seen some traffic is induced to a random IP address to ensure traffic can be seen. This new implementation is slower but won't risk sending UDP traffic to a random public address at the internet. | |||||
| 2025-02-05 | Move daita data usage warning to the first page | Jonatan Rhodin | 1 | -12/+7 | |
| 2025-02-04 | Open the store page on fdroid version | Jonatan Rhodin | 5 | -16/+29 | |
| 2025-02-04 | Do not show add server when custom dns server list is empty | Jonatan Rhodin | 7 | -24/+63 | |
| 2025-02-03 | Remove unnecessary html parsing | Jonatan Rhodin | 4 | -51/+18 | |
| 2025-02-03 | Fix incorrect display of custom list without locations | Jonatan Rhodin | 2 | -14/+20 | |
| 2025-01-29 | Fix blocking text color | David Göransson | 2 | -1/+4 | |
| 2025-01-21 | Fix warnings | David Göransson | 8 | -77/+76 | |
| 2025-01-17 | Rely on connectionState to decide if to unbind the service | David Göransson | 1 | -4/+3 | |
| 2025-01-13 | Fix constraint for banner | David Göransson | 1 | -2/+2 | |
| 2025-01-13 | Add leak test for when VPN settings change | Niklas Berglund | 4 | -0/+13 | |
| 2025-01-09 | Update changelog presentation | David Göransson | 23 | -215/+568 | |
| 2025-01-08 | Fix tests | David Göransson | 2 | -5/+5 | |
| 2025-01-08 | Fix error | David Göransson | 2 | -2/+7 | |
