diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe7a056..3c9f86a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Added + +- Hide.me provider. + ## 1.11.0 (2020-04-29) ### Changed diff --git a/Passepartout-iOS/Global/SwiftGen+Strings.swift b/Passepartout-iOS/Global/SwiftGen+Strings.swift index 29b74859..77b48324 100644 --- a/Passepartout-iOS/Global/SwiftGen+Strings.swift +++ b/Passepartout-iOS/Global/SwiftGen+Strings.swift @@ -279,6 +279,10 @@ internal enum L10n { internal enum Guidance { internal enum Footer { internal enum Infrastructure { + /// Use your %@ website credentials. + internal static func hideme(_ p1: String) -> String { + return L10n.tr("Core", "account.sections.guidance.footer.infrastructure.hideme", p1) + } /// Use your %@ website credentials. Your username is usually numeric (without spaces). internal static func mullvad(_ p1: String) -> String { return L10n.tr("Core", "account.sections.guidance.footer.infrastructure.mullvad", p1) diff --git a/Passepartout-iOS/Providers.xcassets/hideme.imageset/Contents.json b/Passepartout-iOS/Providers.xcassets/hideme.imageset/Contents.json new file mode 100644 index 00000000..1fd99117 --- /dev/null +++ b/Passepartout-iOS/Providers.xcassets/hideme.imageset/Contents.json @@ -0,0 +1,22 @@ +{ + "images" : [ + { + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "hideme@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "hideme@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Passepartout-iOS/Providers.xcassets/hideme.imageset/hideme@2x.png b/Passepartout-iOS/Providers.xcassets/hideme.imageset/hideme@2x.png new file mode 100644 index 00000000..923e1849 Binary files /dev/null and b/Passepartout-iOS/Providers.xcassets/hideme.imageset/hideme@2x.png differ diff --git a/Passepartout-iOS/Providers.xcassets/hideme.imageset/hideme@3x.png b/Passepartout-iOS/Providers.xcassets/hideme.imageset/hideme@3x.png new file mode 100644 index 00000000..57d1ff1a Binary files /dev/null and b/Passepartout-iOS/Providers.xcassets/hideme.imageset/hideme@3x.png differ diff --git a/README.md b/README.md index 0010a8b8..acfb924f 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ Passepartout is a VPN client and does absolutely nothing else without your conse Passepartout can connect to a few well-known VPN providers with an existing account: +- [Hide.me][app-net-hideme] - [Mullvad][app-net-mullvad] - [NordVPN][app-net-nordvpn] - [Private Internet Access][app-net-pia] @@ -174,6 +175,7 @@ Website: [passepartoutvpn.app][about-website] [openvpn]: https://openvpn.net/index.php/open-source/overview.html [app-api]: https://github.com/passepartoutvpn/passepartout-api +[app-net-hideme]: https://member.hide.me/en/checkout?plan=new_default_prices&coupon=6CB-BDB-802&duration=24 [app-net-mullvad]: https://mullvad.net/en/account/create/ [app-net-nordvpn]: https://go.nordvpn.net/SH21Z [app-net-pia]: https://www.privateinternetaccess.com/pages/buy-vpn/ diff --git a/Submodules/API b/Submodules/API index 366b6ca7..25245fe6 160000 --- a/Submodules/API +++ b/Submodules/API @@ -1 +1 @@ -Subproject commit 366b6ca72da53e03aadcdf48fce0aaf3eca11c35 +Subproject commit 25245fe6def6ee51936814a7f3ecc6daabf96c87 diff --git a/Submodules/Core b/Submodules/Core index 51556e47..fe43f7da 160000 --- a/Submodules/Core +++ b/Submodules/Core @@ -1 +1 @@ -Subproject commit 51556e474ee477aa4226d5f138b103e9b3c82d37 +Subproject commit fe43f7da22ba32cc76fc0348969d01a54953e90f diff --git a/fastlane/metadata/de-DE/description.txt b/fastlane/metadata/de-DE/description.txt index bbaba0b3..e230209e 100644 --- a/fastlane/metadata/de-DE/description.txt +++ b/fastlane/metadata/de-DE/description.txt @@ -10,6 +10,7 @@ BENUTZBAR MIT VIELEN ANBIETERN Passepartout bietet Voreinstellungen für alle gängigen VPN-Anbieter: +- Hide.me - Mullvad - NordVPN - Private Internet Access diff --git a/fastlane/metadata/el/description.txt b/fastlane/metadata/el/description.txt index 88b99fb4..c3e49e69 100644 --- a/fastlane/metadata/el/description.txt +++ b/fastlane/metadata/el/description.txt @@ -10,6 +10,7 @@ To Passepartout βασίζετε σε ανοιχτό κώδικα: https://githu Το Passepartout προσφέρει προκαθορισμένες ρυθμίσεις για βασικούς VPN παρόχους: +- Hide.me - Mullvad - NordVPN - Private Internet Access diff --git a/fastlane/metadata/en-US/description.txt b/fastlane/metadata/en-US/description.txt index bec6b49b..e4152aff 100644 --- a/fastlane/metadata/en-US/description.txt +++ b/fastlane/metadata/en-US/description.txt @@ -10,6 +10,7 @@ USE WITH MULTIPLE PROVIDERS Passepartout offers presets for major VPN providers: +- Hide.me - Mullvad - NordVPN - Private Internet Access diff --git a/fastlane/metadata/es-MX/description.txt b/fastlane/metadata/es-MX/description.txt index 4a2b0133..bf60dcf7 100644 --- a/fastlane/metadata/es-MX/description.txt +++ b/fastlane/metadata/es-MX/description.txt @@ -10,6 +10,7 @@ Passepartout tiene código abierto: https://github.com/passepartoutvpn Passepartout ofrece ajustes para estos proveedores VPN: +- Hide.me - Mullvad - NordVPN - Private Internet Access diff --git a/fastlane/metadata/fr-FR/description.txt b/fastlane/metadata/fr-FR/description.txt index 1ced2da1..8998384f 100755 --- a/fastlane/metadata/fr-FR/description.txt +++ b/fastlane/metadata/fr-FR/description.txt @@ -10,6 +10,7 @@ UTILISEZ AVEC PLUSIEURS FOURNISSEURS Passepartout offre des réglages pré-conçu avec des fournisseurs VPN majeurs : +- Hide.me - Mullvad - NordVPN - Private Internet Access diff --git a/fastlane/metadata/it/description.txt b/fastlane/metadata/it/description.txt index 8c647dc9..7ecc10f5 100644 --- a/fastlane/metadata/it/description.txt +++ b/fastlane/metadata/it/description.txt @@ -10,6 +10,7 @@ USALO CON VARI PROVIDER Passepartout offre profili per i maggiori provider VPN: +- Hide.me - Mullvad - NordVPN - Private Internet Access diff --git a/fastlane/metadata/nl-NL/description.txt b/fastlane/metadata/nl-NL/description.txt index 3c6c6b7f..fec5223e 100644 --- a/fastlane/metadata/nl-NL/description.txt +++ b/fastlane/metadata/nl-NL/description.txt @@ -10,6 +10,7 @@ GEBRUIK MET MEERDERE PROVIDERS Passepartout biedt presets voor grote VPN-providers: +- Hide.me - Mullvad - NordVPN - Private Internet Access diff --git a/fastlane/metadata/pl/description.txt b/fastlane/metadata/pl/description.txt index 0f45f760..f2fcd75c 100644 --- a/fastlane/metadata/pl/description.txt +++ b/fastlane/metadata/pl/description.txt @@ -10,6 +10,7 @@ UŻYWAJ Z WIELOMA USŁUGODAWCAMI Passepartout oferuje gotowe konfiguracje dla poniższych usługodawców: +- Hide.me - Mullvad - NordVPN - Private Internet Access diff --git a/fastlane/metadata/pt-BR/description.txt b/fastlane/metadata/pt-BR/description.txt index d7ef0270..138399d6 100644 --- a/fastlane/metadata/pt-BR/description.txt +++ b/fastlane/metadata/pt-BR/description.txt @@ -10,6 +10,7 @@ UTILIZE DIVERSOS SERVIÇOS DE VPN Passepartout oferece configurações para os seguintes provedores de VPN: +- Hide.me - Mullvad - NordVPN - Private Internet Access diff --git a/fastlane/metadata/ru/description.txt b/fastlane/metadata/ru/description.txt index 49fb8ed0..7cf47d30 100644 --- a/fastlane/metadata/ru/description.txt +++ b/fastlane/metadata/ru/description.txt @@ -10,6 +10,7 @@ Passepartout имеет открытый исходный код: https://github Passepartout предлагает предустановленные настройки для основных VPN провайдеров: +- Hide.me - Mullvad - NordVPN - Private Internet Access diff --git a/fastlane/metadata/sv/description.txt b/fastlane/metadata/sv/description.txt index f098a748..28492027 100644 --- a/fastlane/metadata/sv/description.txt +++ b/fastlane/metadata/sv/description.txt @@ -10,6 +10,7 @@ ANVÄNDNING MED FLERA PROVIDERS Passepartout erbjuder förinställningar för större VPN-leverantörer: +- Hide.me - Mullvad - NordVPN - Private Internet Access