| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-01-08 | Make UI state have constraints | David Göransson | 1 | -6/+1 | |
| 2025-01-07 | Add support for blocking and disconnecting text in notification | David Göransson | 1 | -2/+2 | |
| 2024-12-20 | Remove one-to-one relationship between provider and ownership | David Göransson | 3 | -5/+7 | |
| 2024-12-02 | Implement support for daita with multihop | Jonatan Rhodin | 3 | -4/+15 | |
| 2024-11-27 | Clarify comments | David Göransson | 1 | -2/+2 | |
| 2024-11-27 | Handle legacy always-on vpn profiles | David Göransson | 5 | -6/+28 | |
| Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net> | |||||
| 2024-11-27 | Implement multihop | Jonatan Rhodin | 3 | -2/+14 | |
| 2024-11-13 | Clarify expired account message | David Göransson | 1 | -1/+1 | |
| 2024-11-12 | Fix incorrect parsing of auth failed error | David Göransson | 1 | -6/+12 | |
| 2024-10-23 | Add support Encrypted DNS Proxy | David Göransson | 1 | -0/+2 | |
| 2024-10-09 | Add support for mutlihop communication with daemon | Jonatan Rhodin | 2 | -1/+6 | |
| 2024-10-08 | Fix magic number warnings | David Göransson | 1 | -0/+3 | |
| 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 | Remove optics from Constraint | David Göransson | 1 | -4/+0 | |
| 2024-09-26 | Remove auto-connect feature from ui | Jonatan Rhodin | 2 | -6/+0 | |
| 2024-09-19 | Align feature indicator order with other platforms | David Göransson | 1 | -9/+5 | |
| 2024-09-18 | Refactor screens to use preview parameter provider | Kalle Lindström | 1 | -0/+2 | |
| 2024-09-17 | Implement wireguard over shadowsocks | Jonatan Rhodin | 6 | -6/+20 | |
| 2024-09-06 | Add daita grpc and ui | Albin | 8 | -2/+26 | |
| 2024-08-28 | Reformat kotlin code using updated ktfmt plugin | Albin | 22 | -32/+27 | |
| 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 | 2 | -4/+30 | |
| 2024-08-23 | Wrap missing external calls in either catch | Jonatan Rhodin | 2 | -0/+10 | |
| 2024-08-21 | Add support for translated location names | David Göransson | 1 | -1/+5 | |
| 2024-08-21 | Add error for voucher code looks like an account number | David Göransson | 1 | -0/+4 | |
| 2024-08-21 | Add voucher code domain model | David Göransson | 2 | -0/+65 | |
| 2024-08-16 | Add Shadowsocks obfuscation support to mullvad-daemon | David Lönnhager | 1 | -1/+2 | |
| 2024-08-06 | Restore name already exists error for update custom list | Jonatan Rhodin | 1 | -1/+2 | |
| 2024-07-29 | Allow error on getVersionInfo | David Göransson | 1 | -0/+5 | |
| 2024-07-25 | Convert select location into flat LazyColumn | David Göransson | 2 | -33/+20 | |
| 2024-07-04 | Use NavArgs & SavedStateHandle | David Göransson | 1 | -1/+2 | |
| 2024-07-01 | Handle status exception for updateDevice | David Göransson | 1 | -0/+3 | |
| 2024-06-14 | Add api acccess method functionality | Jonatan Rhodin | 18 | -1/+187 | |
| 2024-06-10 | Unify account number naming | Albin | 3 | -5/+5 | |
| Use variations of "account number" rather than "account token" throughout the kotlin code base. | |||||
| 2024-06-04 | Add support for UDP-over-TCP port | David Göransson | 1 | -1/+23 | |
| 2024-05-29 | Migrate to gRPC | David Göransson | 155 | -692/+889 | |
| Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
| 2024-04-16 | Trim custom list name and limit to 30 characters | David Göransson | 1 | -0/+20 | |
| 2024-03-22 | Base animation duration on actual distance estimation | David Göransson | 2 | -3/+51 | |
| 2024-03-22 | Add mean function | David Göransson | 1 | -0/+3 | |
| 2024-03-19 | Add daemon support for Server IP overrides | David Göransson | 3 | -1/+38 | |
| 2024-03-14 | Return success or error when creating and updating a custom list | Jonatan Rhodin | 3 | -0/+26 | |
| 2024-02-27 | Implement sentence naming of tests | David Göransson | 2 | -5/+5 | |
| 2024-02-15 | Add tests for LatLong | David Göransson | 3 | -0/+337 | |
| 2024-02-15 | Add Latitude, Longitude and LatLong to model | David Göransson | 3 | -0/+131 | |
| 2024-02-15 | Add support for Latitude and Longitude from Daemon | David Göransson | 2 | -4/+6 | |
| 2024-02-08 | Add custom list model | Jonatan Rhodin | 3 | -0/+18 | |
| 2023-12-21 | Support new tunnel state API in the Android frontend. | David Göransson | 1 | -60/+12 | |
| Remove `get_current_location` from jni. | |||||
| 2023-12-14 | Migrate to Compose Destinations | David Göransson | 1 | -1/+1 | |
| 2023-11-22 | Add value class assertion test | David Göransson | 1 | -1/+4 | |
| 2023-11-17 | Fix missing capitalization in device removal dialog | Jonatan Rhodin | 1 | -2/+6 | |
| 2023-11-17 | Add missing FirewallPolicyError class | Jonatan Rhodin | 1 | -2/+14 | |
