| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | 2 | -2/+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-04 | Fix billing repository test | Jonatan Rhodin | 1 | -1/+2 | |
| 2024-10-03 | Merge pull request #6897 from PatrykMis/a11y-fix-unlabeled-buttons-android | David Göransson | 20 | -0/+84 | |
| Fix unlabeled buttons in Android app | |||||
| 2024-10-03 | Make all compiler warnings errors | David Göransson | 13 | -13/+52 | |
| 2024-10-03 | Remove optics from Constraint | David Göransson | 1 | -4/+0 | |
| 2024-10-03 | Suppress false positive deprecation warning | David Göransson | 1 | -1/+1 | |
| 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-03 | Fix pendingPurchases deprecation | David Göransson | 1 | -1/+4 | |
| 2024-10-03 | Use LinkAnnotation for PrivacyDisclaimer | David Göransson | 1 | -0/+1 | |
| 2024-10-03 | Fix LocalLifecycleOwner import warning | David Göransson | 1 | -1/+1 | |
| 2024-10-01 | Rename account "token" to account "number" | Joakim Hulthe | 2 | -4/+4 | |
| 2024-10-01 | Remove old resources | David Göransson | 28 | -358/+0 | |
| 2024-10-01 | Use material icons | David Göransson | 2 | -3/+17 | |
| 2024-09-26 | Remove auto-connect feature from ui | Jonatan Rhodin | 4 | -14/+0 | |
| 2024-09-26 | Add auto-start on launch to devices without always-on setting | Jonatan Rhodin | 1 | -0/+2 | |
| 2024-09-24 | Set build tools version to 35.0.0 | David Göransson | 13 | -0/+13 | |
| 2024-09-23 | Use quotation marks instead of bold text | Kalle Lindström | 20 | -161/+9 | |
| Change all references to screens in the app text are changed from bold text to quotation marks. | |||||
| 2024-09-23 | Refactor and fix chevron | David Göransson | 1 | -1/+1 | |
| 2024-09-19 | Align feature indicator order with other platforms | David Göransson | 2 | -10/+6 | |
| 2024-09-18 | Refactor screens to use preview parameter provider | Kalle Lindström | 1 | -0/+2 | |
| 2024-09-18 | Update strings | David Göransson | 20 | -316/+193 | |
| 2024-09-18 | Implement new Connect screen with feature indicators | David Göransson | 5 | -28/+24 | |
| 2024-09-18 | Update chevron icon | David Göransson | 1 | -10/+12 | |
| 2024-09-17 | Implement wireguard over shadowsocks | Jonatan Rhodin | 30 | -51/+84 | |
| 2024-09-17 | Mark Smart Routing feature indicator as unsupported on android | Joakim Hulthe | 1 | -0/+1 | |
| 2024-09-17 | Format build files | David Göransson | 4 | -28/+25 | |
| 2024-09-10 | Fix crash in billing repository | Jonatan Rhodin | 1 | -9/+15 | |
| 2024-09-09 | Update translations | Albin | 19 | -19/+0 | |
| 2024-09-09 | Clarify daita battery usage in dialogs | Albin | 1 | -1/+1 | |
| 2024-09-06 | Handle Exception when tunnel fails to establish | David Göransson | 1 | -3/+14 | |
| 2024-09-06 | Make prefixForAddress a extension function | David Göransson | 1 | -6/+8 | |
| 2024-09-06 | Update translations | Albin | 19 | -0/+95 | |
| 2024-09-06 | Add daita grpc and ui | Albin | 13 | -3/+77 | |
| 2024-08-30 | Initialize mullvad daemon directly in vpn service on create | Jonatan Rhodin | 7 | -52/+23 | |
| As a consequence move the address resolve to the daemon | |||||
| 2024-08-29 | Update split tunneling description | Jonatan Rhodin | 20 | -20/+1 | |
| 2024-08-28 | Reformat kotlin code using updated ktfmt plugin | Albin | 58 | -182/+175 | |
| 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 | 3 | -6/+60 | |
| 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 | Propagate logout errors to the ui | Jonatan Rhodin | 1 | -4/+2 | |
| 2024-08-23 | Wrap missing external calls in either catch | Jonatan Rhodin | 3 | -16/+29 | |
| 2024-08-21 | Fix unit tests | Jonatan Rhodin | 2 | -4/+5 | |
| 2024-08-21 | Add support for translated location names | David Göransson | 5 | -2/+111 | |
| 2024-08-21 | Generate relay_locations.xml | David Göransson | 20 | -0/+3160 | |
| 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 | 4 | -3/+12 | |
