| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-08-24 | Increase spacing between spinner and location info | Albin | 1 | -1/+1 | |
| 2023-08-24 | Merge branch 'fix-http-response-cast-crash-ios-211' | Andrej Mihajlov | 3 | -49/+32 | |
| 2023-08-24 | Eliminate force unwrap of HTTPURLResponse | Andrej Mihajlov | 3 | -49/+32 | |
| 2023-08-24 | Swiftformat: replace deprecated sortedImports with sortImports | Andrej Mihajlov | 1 | -1/+1 | |
| 2023-08-24 | Merge branch 'custom-port-input-doesnt-handle-imeenter-click-properly-droid-285' | Jonatan Rhodin | 1 | -3/+4 | |
| 2023-08-24 | Check that the custom port is valid when submitting from the keyboard | Jonatan Rhodin | 1 | -3/+4 | |
| 2023-08-23 | Merge branch 'move-theme-classes-to-its-own-lib-droid-282' | Albin | 64 | -161/+335 | |
| 2023-08-23 | Mark theme colors as internal or deprecated | Albin | 1 | -7/+41 | |
| The colors should not be used directly. Instead, the colors should be exposed via the material theme. | |||||
| 2023-08-23 | Fix dynamic text size property accessibility | Albin | 1 | -6/+4 | |
| Use same sizes as before indirectly via text styles. | |||||
| 2023-08-23 | Move theme classes to theme lib | Albin | 57 | -125/+125 | |
| 2023-08-23 | Update gradle lockfile | Albin | 1 | -0/+89 | |
| 2023-08-23 | Create empty theme lib | Albin | 5 | -3/+56 | |
| 2023-08-23 | Merge branch 'add-tests-for-app-router-ios-280' | Andrej Mihajlov | 37 | -154/+857 | |
| 2023-08-23 | Introduce new Routing framework for high level router and coordinator code | Jon Petersson | 37 | -154/+857 | |
| 2023-08-23 | Merge branch 'fix-usecompatloadingfordrawables-issues-droid-276' | Jonatan Rhodin | 4 | -147/+20 | |
| 2023-08-23 | Fix usecompatloadingfordrawables baselint issues | Jonatan Rhodin | 4 | -147/+20 | |
| 2023-08-23 | Merge branch 'adding-in-app-purchase-in-new-account-flow-ios-228' | Andrej Mihajlov | 36 | -337/+839 | |
| 2023-08-23 | implement in-app purchase in new account flow | Mojgan | 36 | -337/+839 | |
| 2023-08-22 | Merge branch 'fix-swiftlint-warning-void_function_in_ternary-ios-269' | Bug Magnet | 3 | -8/+20 | |
| 2023-08-22 | Fix void_function_in_ternary violation | Bug Magnet | 3 | -8/+20 | |
| 2023-08-22 | Merge branch 'fix-jvm-target-20' | Jonatan Rhodin | 1 | -0/+4 | |
| 2023-08-22 | Fix Unknown Kotlin JVM target: 20 error | Jonatan Rhodin | 1 | -0/+4 | |
| 2023-08-22 | Merge branch 'fix-swiftlint-warning-mark-ios-267' | Bug Magnet | 1 | -1/+1 | |
| 2023-08-22 | Fix swiftlint mark violation | Bug Magnet | 1 | -1/+1 | |
| 2023-08-21 | Merge branch 'fix-swiftlint-warning-nsobject_prefer_isequal-ios-264' | Andrej Mihajlov | 1 | -2/+3 | |
| 2023-08-21 | Fix nsobject_prefer_isequal swiftlint violation | Bug Magnet | 1 | -2/+3 | |
| 2023-08-21 | Merge branch 'improve-custom-lists-cli-des-287' into main | David Lönnhager | 4 | -58/+180 | |
| 2023-08-21 | Add servers to a custom list by hostname | Markus Pettersson | 1 | -2/+7 | |
| 2023-08-21 | Decouple `get_filtered_relays` from `mullvad_cli::relay::Relay` | Markus Pettersson | 1 | -31/+32 | |
| To be able to more easily re-use `get_filtered_relays` from other modules, such as `custom_lists`, the function was to the module level. | |||||
| 2023-08-21 | Pretty print country/city names instead of just their codes | Markus Pettersson | 2 | -6/+89 | |
| Create meta type for pretty printing `GeographicLocationConstraint` which is used for adding long country/city names to the output of the `custom-list` cli command. | |||||
| 2023-08-21 | Do not print redundant custom list name | Markus Pettersson | 1 | -3/+7 | |
| If the user wants to print a single list using `mullvad custom-list list <name>`, the name of the list does not need to be part of the pretty print. | |||||
| 2023-08-21 | Re-arrange `mullvad custom-list` subcommands | Markus Pettersson | 1 | -14/+38 | |
| Re-arrange most of the subcommands of `mullvad custom-list` to decrease clutter. This includes both re-ordering the different subcommands as well as moving some subcommands to a new umbrella subcommand `mullvad custom-list edit`. The subcommands under `mullvad custom-list edit` operate on a single custom list, i.e. appending to/renaming/deleting from a custom list. The other subcommands under `mullvad custom-list` operate on the global set of lists instead. | |||||
| 2023-08-21 | Unify `mullvad custom-list` subcommands `get` and `list` | Markus Pettersson | 1 | -7/+12 | |
| `mullvad custom-list list` now optionally takes an argument: A name of a custom list to retrieve. | |||||
| 2023-08-21 | Rename cli command `mullvad custom-lists` to `mullvad custom-list` | Markus Pettersson | 1 | -2/+2 | |
| The `custom-list` subcommand is now in singular form, rather than plural. | |||||
| 2023-08-21 | Merge branch 'cli-fix-constraints-indentation-des-291' into main | David Lönnhager | 7 | -168/+245 | |
| 2023-08-21 | Add macro for indenting options in the CLI | David Lönnhager | 3 | -57/+49 | |
| 2023-08-21 | Implement formatter for constraints | David Lönnhager | 4 | -142/+129 | |
| 2023-08-21 | Improve presentation of relay settings in the CLI | David Lönnhager | 2 | -6/+104 | |
| 2023-08-21 | Merge branch 'fix-swiftlint-warning-empty_enum_arguments-ios-271' | Bug Magnet | 1 | -1/+1 | |
| 2023-08-21 | Fix empty_enum_argument swiftlint violation | Bug Magnet | 1 | -1/+1 | |
| 2023-08-21 | Merge branch 'fix-swiftlint-warning-computed_accessors_order-ios-266' | Bug Magnet | 5 | -37/+37 | |
| 2023-08-21 | Fix computed_accessors_order swiftlint violation | Bug Magnet | 5 | -37/+37 | |
| 2023-08-21 | Merge branch ↵ | David Lönnhager | 6 | -30/+0 | |
| 'remove-the-wg_migration_rand_num-field-in-the-settings-des-319' into main | |||||
| 2023-08-21 | Remove `wg_migration_rand_num` field from settings | Markus Pettersson | 6 | -30/+0 | |
| 2023-08-21 | Merge branch 'disable-instrumented-tests' | Jonatan Rhodin | 1 | -0/+1 | |
| 2023-08-21 | Temporarily disable instrumental tests | Jonatan Rhodin | 1 | -0/+1 | |
| 2023-08-18 | Merge branch 'gh-actions-test-plan-ios-274' | Andrej Mihajlov | 15 | -48/+263 | |
| 2023-08-18 | Convert Xcode schemes to use test plan | Andrej Mihajlov | 11 | -27/+237 | |
| 2023-08-18 | Enable APPLICATION_EXTENSION_API_ONLY for PacketTunnelCore | Andrej Mihajlov | 1 | -0/+2 | |
| 2023-08-18 | Do not embed MullvadLogging into PacketTunnelCore | Andrej Mihajlov | 1 | -13/+0 | |
