summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2021-05-19Test deserialization of `android::StringResources`Janito Vaqueiro Ferreira Filho1-2/+35
2021-05-19Test newline collapsing for `android::StringValue`Janito Vaqueiro Ferreira Filho1-0/+14
2021-05-19Add GitHub Actions worflow for testing the toolJanito Vaqueiro Ferreira Filho1-0/+24
2021-05-19Test creating an already escaped `MsgString`Janito Vaqueiro Ferreira Filho1-0/+9
2021-05-19Test `MsgString` escaping of double quotesJanito Vaqueiro Ferreira Filho1-0/+9
2021-05-19Test creating an empty `MsgString`Janito Vaqueiro Ferreira Filho1-0/+12
2021-05-19Test parameter indices handling in `StringValue`Janito Vaqueiro Ferreira Filho1-0/+27
2021-05-19Test XML escaping in `StringValue`Janito Vaqueiro Ferreira Filho1-0/+15
2021-05-19Test Android-specific escaping in `StringValue`Janito Vaqueiro Ferreira Filho1-0/+22
2021-05-19Test normalization of gettext `MsgString`Janito Vaqueiro Ferreira Filho1-0/+19
2021-05-19Test normalization of `StringValue`Janito Vaqueiro Ferreira Filho1-0/+24
2021-05-19Only add parameter indices if they are missingJanito Vaqueiro Ferreira Filho1-2/+33
2021-05-19Move collapsing line breaks to constructorJanito Vaqueiro Ferreira Filho2-5/+13
2021-05-19Refactor to create a helper methodJanito Vaqueiro Ferreira Filho1-5/+17
2021-05-19Rename `android::StringValue` constructorJanito Vaqueiro Ferreira Filho4-5/+8
2021-05-19Remove previous gettext string normalizationJanito Vaqueiro Ferreira Filho2-32/+10
2021-05-19Improve construction semantics for `MsgString`Janito Vaqueiro Ferreira Filho3-28/+34
2021-05-19Implement `Normalize` for `gettext::MsgString`Janito Vaqueiro Ferreira Filho2-2/+25
2021-05-19Remove previous Android string normalizationJanito Vaqueiro Ferreira Filho3-49/+3
2021-05-19Implement `Normalize` for `android::StringValue`Janito Vaqueiro Ferreira Filho2-0/+32
2021-05-19Create a new `Normalize` traitJanito Vaqueiro Ferreira Filho2-0/+7
2021-05-19Move `PluralForm` into a new moduleJanito Vaqueiro Ferreira Filho2-34/+35
2021-05-19Refactor Android string resource map constructionJanito Vaqueiro Ferreira Filho1-21/+5
2021-05-19Move `MsgString` type into a separate moduleJanito Vaqueiro Ferreira Filho2-32/+38
2021-05-19Move `gettext` module into a new sub-directoryJanito Vaqueiro Ferreira Filho1-0/+0
2021-05-19Move Android plural resources code into new moduleJanito Vaqueiro Ferreira Filho2-149/+152
2021-05-19Move Android string resources code into new moduleJanito Vaqueiro Ferreira Filho2-126/+135
2021-05-19Move Android `StringValue` into a new moduleJanito Vaqueiro Ferreira Filho2-73/+81
2021-05-19Move `android` module to a new directoryJanito Vaqueiro Ferreira Filho1-0/+0
2021-05-18Merge branch 'ssl-pinning'Andrej Mihajlov8-3/+137
2021-05-18Add SSL pinningAndrej Mihajlov8-3/+137
2021-05-18Merge branch 'ios12-fixes'Andrej Mihajlov3-21/+42
2021-05-18RootContainer: delegate disablesAutomaticKeyboardDismissal to the top controllerAndrej Mihajlov1-0/+4
2021-05-18AutomaticKeyboard: improve form sheet detection when contained inside of othe...Andrej Mihajlov1-2/+18
2021-05-18Resolve the actual presentation style in willPresentWithAdaptiveStyleAndrej Mihajlov1-7/+12
2021-05-18Assign presentation controller delegate after modalPresentationStyleAndrej Mihajlov1-12/+8
2021-05-17Merge branch 'wg-multihop'David Lönnhager22-76/+382
2021-05-17Update changelogDavid Lönnhager1-0/+1
2021-05-17Fail if no matching entry relay is foundDavid Lönnhager1-7/+19
2021-05-17Include entry endpoint in 'mullvad relay get'David Lönnhager3-5/+41
2021-05-17Include entry endpoint in 'mullvad status' and TunnelEndpoint typeDavid Lönnhager4-21/+67
2021-05-17Prevent the entry WireGuard relay from matching the exit relayDavid Lönnhager1-1/+28
2021-05-17Switch from exit_location to entry_location WG constraintDavid Lönnhager16-75/+140
2021-05-17Set single exit peer instead of a list of peersDavid Lönnhager4-4/+6
2021-05-17Add exit location CLI optionDavid Lönnhager5-14/+59
2021-05-17Route exit peer via entry peerDavid Lönnhager1-3/+18
2021-05-17Set up peers for entry and exit endpointsDavid Lönnhager4-3/+21
2021-05-17Fix incorrect comment in peer configDavid Lönnhager1-1/+1
2021-05-17Obtain WG exit endpoint from relay selectorDavid Lönnhager2-1/+35
2021-05-17Add exit location fieldDavid Lönnhager5-9/+14