| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2020-08-25 | Make addresses use one line each | Oskar Nyberg | 1 | -2/+7 |
| 2020-08-24 | Merge branch 'append-plurals-to-messages-template' | Janito Vaqueiro Ferreira Filho | 4 | -22/+157 |
| 2020-08-24 | Update doc. to describe how plurals are handled | Janito Vaqueiro Ferreira Filho | 1 | -0/+7 |
| 2020-08-24 | Update plurals to remove unnecessary parameters | Janito Vaqueiro Ferreira Filho | 1 | -3/+3 |
| 2020-08-24 | Append plural messages to gettext template file | Janito Vaqueiro Ferreira Filho | 1 | -2/+37 |
| 2020-08-24 | Only append to template if needed | Janito Vaqueiro Ferreira Filho | 1 | -12/+12 |
| 2020-08-24 | Add support for representing gettext plural forms | Janito Vaqueiro Ferreira Filho | 2 | -8/+36 |
| 2020-08-24 | Implement parsing of Android plural resources | Janito Vaqueiro Ferreira Filho | 1 | -0/+65 |
| 2020-08-24 | Merge branch 'change-spelling-of-tunneling' | Janito Vaqueiro Ferreira Filho | 13 | -37/+41 |
| 2020-08-24 | Comment on spellings that can't be simply changed | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2020-08-24 | Rename split tunneling layouts to change spelling | Janito Vaqueiro Ferreira Filho | 3 | -2/+2 |
| 2020-08-24 | Change spelling in `ServiceDependentFragment` | Janito Vaqueiro Ferreira Filho | 2 | -10/+10 |
| 2020-08-24 | Change spelling of variable in `MullvadVpnService` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-08-24 | Change spelling of field in `ServiceConnection` | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2020-08-24 | Change spelling of field in `ServiceInstance` | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2020-08-24 | Change spelling of field in `AppListAdapter` | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-08-24 | Change spelling of field in `AppListItemHolder` | Janito Vaqueiro Ferreira Filho | 1 | -4/+4 |
| 2020-08-24 | Change spelling of `SplitTunnelingFragment` class | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2020-08-24 | Change spelling of `SplitTunneling` class | Janito Vaqueiro Ferreira Filho | 6 | -9/+9 |
| 2020-08-24 | Change spelling in menu entry ID | Janito Vaqueiro Ferreira Filho | 2 | -2/+2 |
| 2020-08-24 | Change spelling in string resource IDs | Janito Vaqueiro Ferreira Filho | 4 | -7/+7 |
| 2020-08-24 | Change spelling of user visible strings | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-08-24 | Merge branch 'fix-exclude-applications-header-not-shown' | Janito Vaqueiro Ferreira Filho | 2 | -0/+7 |
| 2020-08-24 | Add changelog entry for fix to show header | Janito Vaqueiro Ferreira Filho | 1 | -0/+1 |
| 2020-08-24 | Show "Exclude applications" when screen is shown | Janito Vaqueiro Ferreira Filho | 1 | -0/+6 |
| 2020-08-24 | Merge branch 'cli-set-location-hostname' | David Lönnhager | 4 | -65/+184 |
| 2020-08-24 | Add refactoring TODO comment | David Lönnhager | 1 | -0/+2 |
| 2020-08-24 | Move location constraint matching to mullvad_types | David Lönnhager | 2 | -34/+42 |
| 2020-08-24 | Update CHANGELOG.md | David Lönnhager | 1 | -0/+1 |
| 2020-08-24 | CLI: Show a warning if the location constraints point to a relay that cannot ... | David Lönnhager | 1 | -0/+41 |
| 2020-08-24 | Update CHANGELOG.md | David Lönnhager | 1 | -0/+3 |
| 2020-08-24 | Add 'mullvad relay set relay' command | David Lönnhager | 1 | -31/+95 |
| 2020-08-24 | Merge branch 'fix-segmented-input-formatter-crash' | Janito Vaqueiro Ferreira Filho | 2 | -2/+4 |
| 2020-08-24 | Describe formatter fix in the changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+2 |
| 2020-08-24 | Avoid underflows when updating selection | Janito Vaqueiro Ferreira Filho | 1 | -2/+2 |
| 2020-08-24 | Merge branch 'load-jni-library-sooner' | Janito Vaqueiro Ferreira Filho | 2 | -0/+9 |
| 2020-08-24 | Describe fix by loading lib. sooner in changelog | Janito Vaqueiro Ferreira Filho | 1 | -0/+5 |
| 2020-08-24 | Load JNI library before service is initialized | Janito Vaqueiro Ferreira Filho | 1 | -0/+4 |
| 2020-08-24 | Merge branch 'remove-unused-dependencies' | Linus Färnstrand | 4 | -39/+0 |
| 2020-08-24 | Remove unused dependencies reported by cargo udeps | Linus Färnstrand | 4 | -39/+0 |
| 2020-08-24 | Merge branch 'update-metadata' | David Lönnhager | 1 | -15/+17 |
| 2020-08-24 | Simplify version-metadata.sh | David Lönnhager | 1 | -15/+17 |
| 2020-08-24 | Merge branch 'cell-disabled-styles' into master | Oskar Nyberg | 5 | -19/+41 |
| 2020-08-24 | Make content in disabled cells more transparent | Oskar Nyberg | 5 | -19/+41 |
| 2020-08-21 | Merge branch 'upgrade-all-rust-dependencies' | Linus Färnstrand | 2 | -1091/+995 |
| 2020-08-21 | Run long overdue `cargo update` | Linus Färnstrand | 1 | -1090/+994 |
| 2020-08-21 | Bump pnet_packet to 0.26 | Linus Färnstrand | 1 | -1/+1 |
| 2020-08-21 | Merge branch 'windows-fix-fw-ffi' | Emīls | 1 | -9/+9 |
| 2020-08-21 | Fix Windows firewall FFI calls | Emīls Piņķis | 1 | -9/+9 |
| 2020-08-21 | Merge branch 'fix-cargo-warning' | David Lönnhager | 2 | -11/+2 |
