| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-13 | Migrate to version catalogs | Albin | 1 | -17/+18 | |
| 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 | 156 | -695/+894 | |
| 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 testing support for model module | David Göransson | 1 | -1/+13 | |
| 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 | |
| 2023-11-08 | Add relay list filter use case | Jonatan Rhodin | 1 | -0/+2 | |
| 2023-10-31 | Fix bug that would reset location constraint | Jonatan Rhodin | 1 | -2/+2 | |
| 2023-10-31 | Replace UpdateRelaySettings with SetRelaySettings | David Lönnhager | 2 | -15/+0 | |
| 2023-10-27 | Expose ownership and provider for relays | Jonatan Rhodin | 1 | -2/+7 | |
| 2023-10-25 | Add providers model and enable it in the daemon | Jonatan Rhodin | 3 | -0/+8 | |
| 2023-10-23 | Add relay ownership enum to relay constraints | Jonatan Rhodin | 3 | -1/+13 | |
| 2023-10-18 | Move DeviceState name logic to actual Device | David Göransson | 2 | -7/+9 | |
| 2023-10-16 | Fix kotlin formatting | Albin | 2 | -5/+2 | |
| 2023-10-16 | Add play purchasing models | Jonatan Rhodin | 5 | -0/+49 | |
| 2023-10-13 | Add device name and time left | David Göransson | 1 | -15/+2 | |
| 2023-10-13 | Refactor capitalizeFirstCharOfEachWord to model | David Göransson | 2 | -3/+22 | |
| 2023-10-02 | Fix data class issues | David Göransson | 2 | -3/+3 | |
| 2023-10-02 | Add class test and fix issues | David Göransson | 1 | -21/+21 | |
| 2023-09-27 | Migrate login screen to compose | David Göransson | 1 | -0/+3 | |
| Fixes removed and fixes some of the compose colors, recreates login states | |||||
| 2023-09-21 | Apply automatic formatting and cleanup of gradle files | Albin | 1 | -6/+2 | |
