| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-01-08 | Make UI state have constraints | David Göransson | 2 | -2/+2 | |
| 2024-12-20 | Remove one-to-one relationship between provider and ownership | David Göransson | 2 | -107/+42 | |
| 2024-12-19 | Add proto datastore dependency | Kalle Lindström | 1 | -1/+1 | |
| 2024-12-02 | Implement support for daita with multihop | Jonatan Rhodin | 3 | -12/+19 | |
| 2024-11-27 | Handle legacy always-on vpn profiles | David Göransson | 1 | -44/+83 | |
| Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net> | |||||
| 2024-11-27 | Implement multihop | Jonatan Rhodin | 3 | -5/+23 | |
| 2024-11-20 | Fix trailing comma when location has no city | Jonatan Rhodin | 1 | -1/+1 | |
| 2024-11-12 | Fix incorrect parsing of auth failed error | David Göransson | 1 | -1/+15 | |
| 2024-11-04 | Remove gRPC dummy DNS name resolver | Kalle Lindström | 3 | -61/+0 | |
| This is no longer needed as of grpc-java v1.68.1. | |||||
| 2024-10-29 | Update grpc to 1.68.1 and grpc-protobuf to 4.28.3 | Jonatan Rhodin | 1 | -4/+7 | |
| 2024-10-23 | Add support Encrypted DNS Proxy | David Göransson | 2 | -4/+14 | |
| 2024-10-09 | Add support for mutlihop communication with daemon | Jonatan Rhodin | 3 | -23/+46 | |
| 2024-10-08 | Fix relay comparator | David Göransson | 1 | -2/+3 | |
| 2024-10-08 | Simplify RelayNameComparator | David Göransson | 1 | -16/+19 | |
| 2024-10-07 | Do not use forbidden word in Android code | Markus Pettersson | 1 | -2/+3 | |
| 2024-10-07 | Run `kotlinfmt` | Markus Pettersson | 1 | -8/+9 | |
| 2024-10-07 | Set "Direct only" to `false` as default | Sebastian Holmin | 1 | -4/+8 | |
| For android, it is set to true, as multihop is not supported. Note that in the daemon, the setting is called `use_multihop_if_necessary` and has the inverse meaning. | |||||
| 2024-10-07 | Simplify the DAITA + multihop feature indicator logic | Sebastian Holmin | 1 | -1/+0 | |
| We now simply show the "multihop" indicator there is an entry endpoint, regardless of whether it was activated manually or through DAITA. This reflects the intent to base the feature indicators on the current connection and not the user settings. There is no special indicator for "smart routing" or "direct only". | |||||
| 2024-10-03 | Make all compiler warnings errors | David Göransson | 1 | -1/+4 | |
| 2024-10-03 | Suppress deprecation for workaround | David Göransson | 1 | -0/+1 | |
| 2024-10-03 | Fix usage of deprecated lambda | David Göransson | 1 | -3/+3 | |
| 2024-10-01 | Rename account "token" to account "number" | Joakim Hulthe | 2 | -4/+4 | |
| 2024-09-26 | Remove auto-connect feature from ui | Jonatan Rhodin | 2 | -8/+0 | |
| 2024-09-24 | Set build tools version to 35.0.0 | David Göransson | 1 | -0/+1 | |
| 2024-09-19 | Align feature indicator order with other platforms | David Göransson | 1 | -1/+1 | |
| 2024-09-18 | Implement new Connect screen with feature indicators | David Göransson | 1 | -4/+5 | |
| 2024-09-17 | Implement wireguard over shadowsocks | Jonatan Rhodin | 3 | -25/+60 | |
| 2024-09-17 | Mark Smart Routing feature indicator as unsupported on android | Joakim Hulthe | 1 | -0/+1 | |
| 2024-09-06 | Add daita grpc and ui | Albin | 3 | -1/+43 | |
| 2024-08-28 | Reformat kotlin code using updated ktfmt plugin | Albin | 4 | -76/+74 | |
| This commit mostly adds trailing commas throughout the project, but also includes a few other formatting changes. | |||||
| 2024-08-26 | Add support for feature indicators for tunnel state | Jonatan Rhodin | 1 | -2/+30 | |
| 2024-08-23 | Add error logs for all unknown errors | Jonatan Rhodin | 1 | -5/+64 | |
| 2024-08-23 | Fix unit tests | Jonatan Rhodin | 1 | -1/+1 | |
| 2024-08-23 | Wrap missing external calls in either catch | Jonatan Rhodin | 1 | -16/+19 | |
| 2024-08-21 | Set empty shadowsocks port when setting obfuscation settings | Jonatan Rhodin | 1 | -0/+1 | |
| 2024-08-21 | Add error for voucher code looks like an account number | David Göransson | 1 | -2/+5 | |
| 2024-08-16 | Add Shadowsocks obfuscation support to mullvad-daemon | David Lönnhager | 1 | -3/+7 | |
| 2024-08-15 | Fix potential crash in connection state flow | Jonatan Rhodin | 1 | -7/+11 | |
| 2024-08-13 | Migrate to version catalogs | Albin | 1 | -34/+35 | |
| 2024-08-06 | Restore name already exists error for update custom list | Jonatan Rhodin | 1 | -1/+7 | |
| 2024-08-05 | Add dummy name resolver | David Göransson | 3 | -1/+60 | |
| Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net> | |||||
| 2024-08-02 | Reset the backoff and start/stop management service in proper order | David Göransson | 1 | -0/+1 | |
| 2024-08-01 | Fix splash screen freeze | David Göransson | 1 | -1/+4 | |
| 2024-07-29 | Allow error on getVersionInfo | David Göransson | 1 | -3/+7 | |
| 2024-07-25 | Convert select location into flat LazyColumn | David Göransson | 2 | -7/+3 | |
| 2024-07-01 | Handle status exception for updateDevice | David Göransson | 1 | -3/+5 | |
| 2024-06-26 | Change grpc log calls to verbose | Albin | 2 | -2/+2 | |
| 2024-06-26 | Migrate log calls to kermit | Albin | 2 | -6/+4 | |
| 2024-06-26 | Add kermit dependency | Albin | 1 | -0/+1 | |
| 2024-06-17 | Fix issues with protoc and protoc-java verification | Jonatan Rhodin | 1 | -7/+5 | |
