summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-14Merge branch 'use-flow-for-tile-ipc'Janito Vaqueiro Ferreira Filho10-48/+349
2021-05-14Test `HandlerFlow` forwarding messagesJanito Vaqueiro Ferreira Filho2-0/+49
2021-05-14Refactor `TileService` to use flow based APIJanito Vaqueiro Ferreira Filho1-31/+21
2021-05-14Provide flow of tunnel statesJanito Vaqueiro Ferreira Filho1-0/+17
2021-05-14Unregister listener when scope or flow is closedJanito Vaqueiro Ferreira Filho1-7/+28
2021-05-14Handle requests to unregister listenersJanito Vaqueiro Ferreira Filho1-2/+16
2021-05-14Add `Request.UnregisterListener` variantJanito Vaqueiro Ferreira Filho1-0/+3
2021-05-14Replace registration queue with command channelJanito Vaqueiro Ferreira Filho1-9/+17
2021-05-14Store listeners in a map with IDsJanito Vaqueiro Ferreira Filho1-5/+5
2021-05-14Include a listener ID in `Event.ListenerReady`Janito Vaqueiro Ferreira Filho2-2/+14