| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2021-05-20 | Merge branch 'fix-metric-set' | David Lönnhager | 3 | -2/+142 |
| 2021-05-20 | Update changelog | David Lönnhager | 1 | -0/+1 |
| 2021-05-20 | Wait for IP interfaces to become available on Wintun adapter | David Lönnhager | 1 | -0/+13 |
| 2021-05-20 | Add function that waits for IP interfaces to be ready | David Lönnhager | 1 | -1/+48 |
| 2021-05-20 | Add GetIpInterfaceEntry function | David Lönnhager | 1 | -2/+15 |
| 2021-05-20 | Add NotifyIpInterfaceChange function | David Lönnhager | 1 | -2/+68 |
| 2021-05-19 | Merge branch 'refactor-translations-converter' | Janito Vaqueiro Ferreira Filho | 11 | -486/+829 |
| 2021-05-19 | Test `StringValue` deserialization | Janito Vaqueiro Ferreira Filho | 1 | -0/+22 |
| 2021-05-19 | Manually impl. `Deserialize` to collapse newlines | Janito Vaqueiro Ferreira Filho | 1 | -2/+11 |
| 2021-05-19 | Test deserialization of multi-line strings | Janito Vaqueiro Ferreira Filho | 1 | -0/+39 |
| 2021-05-19 | Test deserialization of `android::StringResources` | Janito Vaqueiro Ferreira Filho | 1 | -2/+35 |
| 2021-05-19 | Test newline collapsing for `android::StringValue` | Janito Vaqueiro Ferreira Filho | 1 | -0/+14 |
| 2021-05-19 | Add GitHub Actions worflow for testing the tool | Janito Vaqueiro Ferreira Filho | 1 | -0/+24 |
| 2021-05-19 | Test creating an already escaped `MsgString` | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2021-05-19 | Test `MsgString` escaping of double quotes | Janito Vaqueiro Ferreira Filho | 1 | -0/+9 |
| 2021-05-19 | Test creating an empty `MsgString` | Janito Vaqueiro Ferreira Filho | 1 | -0/+12 |
| 2021-05-19 | Test parameter indices handling in `StringValue` | Janito Vaqueiro Ferreira Filho | 1 | -0/+27 |
| 2021-05-19 | Test XML escaping in `StringValue` | Janito Vaqueiro Ferreira Filho | 1 | -0/+15 |
| 2021-05-19 | Test Android-specific escaping in `StringValue` | Janito Vaqueiro Ferreira Filho | 1 | -0/+22 |
| 2021-05-19 | Test normalization of gettext `MsgString` | Janito Vaqueiro Ferreira Filho | 1 | -0/+19 |
| 2021-05-19 | Test normalization of `StringValue` | Janito Vaqueiro Ferreira Filho | 1 | -0/+24 |
| 2021-05-19 | Only add parameter indices if they are missing | Janito Vaqueiro Ferreira Filho | 1 | -2/+33 |
| 2021-05-19 | Move collapsing line breaks to constructor | Janito Vaqueiro Ferreira Filho | 2 | -5/+13 |
| 2021-05-19 | Refactor to create a helper method | Janito Vaqueiro Ferreira Filho | 1 | -5/+17 |
| 2021-05-19 | Rename `android::StringValue` constructor | Janito Vaqueiro Ferreira Filho | 4 | -5/+8 |
| 2021-05-19 | Remove previous gettext string normalization | Janito Vaqueiro Ferreira Filho | 2 | -32/+10 |
| 2021-05-19 | Improve construction semantics for `MsgString` | Janito Vaqueiro Ferreira Filho | 3 | -28/+34 |
| 2021-05-19 | Implement `Normalize` for `gettext::MsgString` | Janito Vaqueiro Ferreira Filho | 2 | -2/+25 |
| 2021-05-19 | Remove previous Android string normalization | Janito Vaqueiro Ferreira Filho | 3 | -49/+3 |
| 2021-05-19 | Implement `Normalize` for `android::StringValue` | Janito Vaqueiro Ferreira Filho | 2 | -0/+32 |
| 2021-05-19 | Create a new `Normalize` trait | Janito Vaqueiro Ferreira Filho | 2 | -0/+7 |
| 2021-05-19 | Move `PluralForm` into a new module | Janito Vaqueiro Ferreira Filho | 2 | -34/+35 |
| 2021-05-19 | Refactor Android string resource map construction | Janito Vaqueiro Ferreira Filho | 1 | -21/+5 |
| 2021-05-19 | Move `MsgString` type into a separate module | Janito Vaqueiro Ferreira Filho | 2 | -32/+38 |
| 2021-05-19 | Move `gettext` module into a new sub-directory | Janito Vaqueiro Ferreira Filho | 1 | -0/+0 |
| 2021-05-19 | Move Android plural resources code into new module | Janito Vaqueiro Ferreira Filho | 2 | -149/+152 |
| 2021-05-19 | Move Android string resources code into new module | Janito Vaqueiro Ferreira Filho | 2 | -126/+135 |
| 2021-05-19 | Move Android `StringValue` into a new module | Janito Vaqueiro Ferreira Filho | 2 | -73/+81 |
| 2021-05-19 | Move `android` module to a new directory | Janito Vaqueiro Ferreira Filho | 1 | -0/+0 |
| 2021-05-18 | Merge branch 'ssl-pinning' | Andrej Mihajlov | 8 | -3/+137 |
| 2021-05-18 | Add SSL pinning | Andrej Mihajlov | 8 | -3/+137 |
| 2021-05-18 | Merge branch 'ios12-fixes' | Andrej Mihajlov | 3 | -21/+42 |
| 2021-05-18 | RootContainer: delegate disablesAutomaticKeyboardDismissal to the top controller | Andrej Mihajlov | 1 | -0/+4 |
| 2021-05-18 | AutomaticKeyboard: improve form sheet detection when contained inside of othe... | Andrej Mihajlov | 1 | -2/+18 |
| 2021-05-18 | Resolve the actual presentation style in willPresentWithAdaptiveStyle | Andrej Mihajlov | 1 | -7/+12 |
| 2021-05-18 | Assign presentation controller delegate after modalPresentationStyle | Andrej Mihajlov | 1 | -12/+8 |
| 2021-05-17 | Merge branch 'wg-multihop' | David Lönnhager | 22 | -76/+382 |
| 2021-05-17 | Update changelog | David Lönnhager | 1 | -0/+1 |
| 2021-05-17 | Fail if no matching entry relay is found | David Lönnhager | 1 | -7/+19 |
| 2021-05-17 | Include entry endpoint in 'mullvad relay get' | David Lönnhager | 3 | -5/+41 |
