From 37bb23c5549ffe690f65b1c04cf432bd3153bf04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Wed, 14 Aug 2013 12:15:42 +0200 Subject: Login dialog requires username. I've also changed the way we notify that the password should have 8 characters at least, to make it consistent to the way we notify username is required. --- res/layout/log_in_dialog.xml | 4 ++-- res/values/strings.xml | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'res') diff --git a/res/layout/log_in_dialog.xml b/res/layout/log_in_dialog.xml index 4c9fdbad..3a9eebb8 100644 --- a/res/layout/log_in_dialog.xml +++ b/res/layout/log_in_dialog.xml @@ -22,7 +22,7 @@ android:layout_marginRight="4dp" android:layout_marginTop="16dp" android:ems="10" - android:hint="@string/username_ask" + android:hint="@string/username_hint" android:inputType="textUri" > @@ -33,7 +33,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:ems="10" - android:hint="@string/password_ask" + android:hint="@string/password_hint" android:inputType="textPassword" /> \ No newline at end of file diff --git a/res/values/strings.xml b/res/values/strings.xml index 532d2379..a6afb71d 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -274,11 +274,12 @@ Name Description Use anonymously - Introduce your username - Enter your password + username + Please enter your username + password User message Not valid username and/or password. - Your password is not well-formed: it should have at least 8 characters. + It should have at least 8 characters. Try again: Client HTTP error Try again: I/O error Try again: Bad response from the server -- cgit v1.2.3 From a2a38163202e53eea1328d7c20ec0e94b33f2fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 10 Oct 2013 16:58:58 +0200 Subject: Refactored leapclient to bitmaskclient. I do not change the company (se.leap). All references within strings.xml point to "bitmask" instead of to "leap". --- res/layout/basic_settings.xml | 2 +- res/values/strings.xml | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) (limited to 'res') diff --git a/res/layout/basic_settings.xml b/res/layout/basic_settings.xml index b71ae664..542de365 100644 --- a/res/layout/basic_settings.xml +++ b/res/layout/basic_settings.xml @@ -1,6 +1,6 @@ diff --git a/res/values/strings.xml b/res/values/strings.xml index a6afb71d..d2c57734 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -2,8 +2,8 @@ - LEAP for Android - LEAP + Bitmask for Android + Bitmask Server Address: Server Port: Location @@ -22,7 +22,7 @@ This program uses the following components; see the source code for full details on the licenses About Switch provider - About LEAP for Android + About Bitmask for Android List of all configured VPNs VPN Profiles Type @@ -113,7 +113,7 @@ %1$s %2$s Send log file Send - LEAP OpenVPN log file + Bitmask OpenVPN log file Copied log entry to clip board Tap Mode Tap Mode is not possible with the non root VPN API. Therefore this application cannot provide tap support @@ -256,13 +256,13 @@ Authentication failed Waiting for usable network Settings - LEAP Dashboard + Bitmask Dashboard Provider: No provider configured Access EIP connection settings Status unknown Encrypted Internet - Configure LEAP + Configure Bitmask Select new Provider Introduce new provider Save @@ -290,19 +290,19 @@ Configuration Error Configure Exit - There was an error configuring LEAP with your chosen provider.\n\nYou may choose to reconfigure, or exit and configure a provider upon next launch. - Configuring LEAP provider + There was an error configuring Bitmask with your chosen provider.\n\nYou may choose to reconfigure, or exit and configure a provider upon next launch. + Configuring Bitmask provider Downloading provider configuration Downloading service definitions Downloading authentication certificates Error parsing provider\'s responses! Success! - You have not entered a LEAP provider URL or it is unavailable + You have not entered a Bitmask provider URL or it is unavailable Your anon cert has been correctly downloaded Your anon cert was not downloaded Server is down. - It doesn\'t seem to be a LEAP provider. - This is not a trusted LEAP provider. + It doesn\'t seem to be a Bitmask provider. + This is not a trusted Bitmask provider. Authenticating Authenticating with entered login and password. Log out -- cgit v1.2.3 From 585707328534247b49a603035a2979955b23557d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 17 Oct 2013 12:00:42 +0200 Subject: Changed repo url in the About page. All languages updated. --- res/layout/about.xml | 2 +- res/values-cs/strings.xml | 2 +- res/values-de/strings.xml | 2 +- res/values-es/strings.xml | 2 +- res/values-et/strings.xml | 2 +- res/values-fr/strings.xml | 2 +- res/values-id/strings.xml | 2 +- res/values-it/strings.xml | 2 +- res/values-ja/strings.xml | 2 +- res/values-ko/strings.xml | 2 +- res/values-ro/strings.xml | 2 +- res/values-ru/strings.xml | 2 +- res/values-uk/strings.xml | 2 +- res/values-zh-rCN/strings.xml | 2 +- res/values-zh-rTW/strings.xml | 2 +- res/values/strings.xml | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) (limited to 'res') diff --git a/res/layout/about.xml b/res/layout/about.xml index 74835d1e..40a15794 100644 --- a/res/layout/about.xml +++ b/res/layout/about.xml @@ -31,7 +31,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:autoLink="all" - android:text="@string/copyright_guicode" /> + android:text="@string/repository_url_text" /> PKCS12 soubor CA certifikát Je třeba vybrat certifikát - Zdrojové kódy a seznam problémů je na https://github.com/leapcode/leap_android/ + Zdrojové kódy a seznam problémů je na https://github.com/leapcode/bitmask_android/ Tento program používá následující komponenty; viz zdrojový kód pro detaily o licenci O programu O programu LEAP pro Android diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml index f079ba53..df50b594 100755 --- a/res/values-de/strings.xml +++ b/res/values-de/strings.xml @@ -16,7 +16,7 @@ PKCS12 Datei CA Zertifikat Kein Zertifikat ausgewählt - Quellcode und Issue Tracker sind verfügbar unter https://github.com/leapcode/leap_android/ + Quellcode und Issue Tracker sind verfügbar unter https://github.com/leapcode/bitmask_android/ Dieses Programm nutzt die folgenden Komponenten. Die kompletten Lizenzdetails sind im Quelltext verfügbar. Über Über LEAP für Android diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml index e1979c05..36fcc199 100755 --- a/res/values-es/strings.xml +++ b/res/values-es/strings.xml @@ -16,7 +16,7 @@ Archivo PKCS12 Certificado de la CA Debe seleccionar un certificado - Codigo fuente y sistema de reporte de errores disponibles en https://github.com/leapcode/leap_android/ + Codigo fuente y sistema de reporte de errores disponibles en https://github.com/leapcode/bitmask_android/ El programa utiliza los siguientes componentes. Vea los códigos fuentes para obtener más información sobre las licencias Acerca de Acerca de LEAP para Android diff --git a/res/values-et/strings.xml b/res/values-et/strings.xml index 4e13e539..b0758d74 100755 --- a/res/values-et/strings.xml +++ b/res/values-et/strings.xml @@ -16,7 +16,7 @@ PKCS12 fail CA sertifikaat Peate valima sertifikaadi - Lähtetekst ja probleemihaldur asuvad veebilehel https://github.com/leapcode/leap_android/ + Lähtetekst ja probleemihaldur asuvad veebilehel https://github.com/leapcode/bitmask_android/ Programmis kasutatakse järgnevaid komponente. Detailse litsenseerimisinfo leiate lähtekoodist Lähemalt Täpsemalt programmist LEAP Androidile diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index f031c5fd..ec36bc8b 100755 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -16,7 +16,7 @@ "Fichier PKCS12" "Certificat CA" "Vous devez sélectionner un certificat" - "Le code source et le tracker de bugs est disponible ici: https://github.com/leapcode/leap_android/ " + "Le code source et le tracker de bugs est disponible ici: https://github.com/leapcode/bitmask_android/ " "Le programme utilise les composants suivants. Voir le code source pour plus de détails sur les licences." "À propos" "À propos d\'LEAP pour Android" diff --git a/res/values-id/strings.xml b/res/values-id/strings.xml index fbf2231e..0166b7ea 100755 --- a/res/values-id/strings.xml +++ b/res/values-id/strings.xml @@ -16,7 +16,7 @@ Berkas PKCS12 Sertifikat CA Anda harus memilih sertifikat - Kode program dan perekam masalah tersedia di + Kode program dan perekam masalah tersedia di Aplikasi memakai komponen berikut; lihat kode program untuk lebih jelas mengenai lisensi Tentang... Tentang LEAP untuk Android diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml index 84072b1e..1e935bf2 100755 --- a/res/values-it/strings.xml +++ b/res/values-it/strings.xml @@ -16,7 +16,7 @@ File PKCS12 Certificato CA Devi selezionare un certificato - Il codice sorgente e il bug tracker sono disponibili all\'indirizzo https://github.com/leapcode/leap_android/ + Il codice sorgente e il bug tracker sono disponibili all\'indirizzo https://github.com/leapcode/bitmask_android/ Questo programma usa i seguenti componenti; guarda il codice sorgente per i dettagli completi sulle licenze Informazioni Informazioni su LEAP per Android diff --git a/res/values-ja/strings.xml b/res/values-ja/strings.xml index 170b6c25..db7602f7 100755 --- a/res/values-ja/strings.xml +++ b/res/values-ja/strings.xml @@ -16,7 +16,7 @@ PKCS12ファイル CA 証明書 証明書を選択する必要があります。 - ソースコードと問題管理は以下で: https://github.com/leapcode/leap_android/ + ソースコードと問題管理は以下で: https://github.com/leapcode/bitmask_android/ プログラムは、次のコンポーネントを使用します。完全な詳細についてはソース上のライセンスを参照してください。 バージョン情報 LEAP Androidについて diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml index fbf069d3..4cd9da70 100755 --- a/res/values-ko/strings.xml +++ b/res/values-ko/strings.xml @@ -16,7 +16,7 @@ PKCS12 파일 CA 인증서 인증서를 선택 해야 합니다 - 소스 코드와 문제 추적기는 https://github.com/leapcode/leap_android/에서 사용할 수 있습니다 + 소스 코드와 문제 추적기는 https://github.com/leapcode/bitmask_android/에서 사용할 수 있습니다 프로그램은 다음 구성 요소를 사용합니다. 라이선스에 대 한 자세한 내용은 소스를 참조 하십시오 소개 안드로이드용 LEAP 소개 diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml index 43d6c17f..308a47ac 100755 --- a/res/values-ro/strings.xml +++ b/res/values-ro/strings.xml @@ -16,7 +16,7 @@ Fişier PKCS12 Certificat CA Trebuie să selectați un certificat - Cod sursă şi tracker probleme disponibile la https://github.com/leapcode/leap_android/ + Cod sursă şi tracker probleme disponibile la https://github.com/leapcode/bitmask_android/ Acest program utilizează următoarele componente; a se vedea codul sursă pentru mai multe detalii despre licente Despre Despre LEAP pentru Android diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml index ee1fed82..1d3c10a3 100755 --- a/res/values-ru/strings.xml +++ b/res/values-ru/strings.xml @@ -16,7 +16,7 @@ PKCS12 файл CA сертификат Вам необходимо выбрать сертификат - Исходники и информация о версиях находятся по адресу https://github.com/leapcode/leap_android/ + Исходники и информация о версиях находятся по адресу https://github.com/leapcode/bitmask_android/ Данная программа использует следующие компоненты; смотрите исходный код для получения подробной информации о лицензии О программе Описание LEAP для Android diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml index 20cd0d6a..14d9ce90 100755 --- a/res/values-uk/strings.xml +++ b/res/values-uk/strings.xml @@ -16,7 +16,7 @@ Файл PKCS12 Сертифікат CA Потрібно вибрати сертифікат - Початковий код і відстеження проблем доступні по https://github.com/leapcode/leap_android/ + Початковий код і відстеження проблем доступні по https://github.com/leapcode/bitmask_android/ Ця програма використовує такі компоненти; перегляньте вихідний код для повної інформації про ліцензії Про Про LEAP для Android diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml index 0d6f4d2c..89d3aeab 100755 --- a/res/values-zh-rCN/strings.xml +++ b/res/values-zh-rCN/strings.xml @@ -16,7 +16,7 @@ PKCS12 文件 CA 证书 您必须选择一个证书 - 请前往 https://github.com/leapcode/leap_android/ 源码或提供问题反馈 + 请前往 https://github.com/leapcode/bitmask_android/ 源码或提供问题反馈 本程序使用以下组件,请在 Licenses 查看源码获取更详细内容。 关于 关于 LEAP Android diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml index 76404d12..2d2f31ca 100755 --- a/res/values-zh-rTW/strings.xml +++ b/res/values-zh-rTW/strings.xml @@ -16,7 +16,7 @@ PKCS12 檔案 CA證書 您必須選擇一個憑證 - 取得原始碼與個案追蹤,可上 https://github.com/leapcode/leap_android/ + 取得原始碼與個案追蹤,可上 https://github.com/leapcode/bitmask_android/ 本程序使用了以下元件,其作者和授權資訊如下 關於 關於 LEAP Android diff --git a/res/values/strings.xml b/res/values/strings.xml index d2c57734..39c82d40 100755 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -18,7 +18,7 @@ PKCS12 File CA Certificate You must select a certificate - Source code and issue tracker available at https://github.com/leapcode/leap_android/ + Source code and issue tracker available at https://github.com/leapcode/bitmask_android/ This program uses the following components; see the source code for full details on the licenses About Switch provider -- cgit v1.2.3 From f657ab24f95016173d037d1e4714bb07bcd33fc2 Mon Sep 17 00:00:00 2001 From: Sean Leonard Date: Sun, 20 Oct 2013 13:57:40 -0700 Subject: Replace LEAP icons with Bitmask ones --- res/drawable-hdpi/ic_stat_vpn.png | Bin 1272 -> 1513 bytes res/drawable-hdpi/icon.png | Bin 4254 -> 7965 bytes res/drawable-ldpi/ic_stat_vpn.png | Bin 632 -> 461 bytes res/drawable-ldpi/icon.png | Bin 1517 -> 3118 bytes res/drawable-mdpi/ic_stat_vpn.png | Bin 845 -> 1021 bytes res/drawable-mdpi/icon.png | Bin 2320 -> 4518 bytes res/drawable-xhdpi/ic_stat_vpn.png | Bin 1731 -> 1917 bytes res/drawable-xhdpi/icon.png | Bin 6320 -> 11135 bytes 8 files changed, 0 insertions(+), 0 deletions(-) (limited to 'res') diff --git a/res/drawable-hdpi/ic_stat_vpn.png b/res/drawable-hdpi/ic_stat_vpn.png index 98d60516..9371b63c 100644 Binary files a/res/drawable-hdpi/ic_stat_vpn.png and b/res/drawable-hdpi/ic_stat_vpn.png differ diff --git a/res/drawable-hdpi/icon.png b/res/drawable-hdpi/icon.png index a07db1ef..02ede650 100644 Binary files a/res/drawable-hdpi/icon.png and b/res/drawable-hdpi/icon.png differ diff --git a/res/drawable-ldpi/ic_stat_vpn.png b/res/drawable-ldpi/ic_stat_vpn.png index 4f0ba1df..f973015c 100644 Binary files a/res/drawable-ldpi/ic_stat_vpn.png and b/res/drawable-ldpi/ic_stat_vpn.png differ diff --git a/res/drawable-ldpi/icon.png b/res/drawable-ldpi/icon.png index 6f25cd07..e312075d 100644 Binary files a/res/drawable-ldpi/icon.png and b/res/drawable-ldpi/icon.png differ diff --git a/res/drawable-mdpi/ic_stat_vpn.png b/res/drawable-mdpi/ic_stat_vpn.png index e8c99c1c..26f55872 100644 Binary files a/res/drawable-mdpi/ic_stat_vpn.png and b/res/drawable-mdpi/ic_stat_vpn.png differ diff --git a/res/drawable-mdpi/icon.png b/res/drawable-mdpi/icon.png index 4b3456ff..468314c6 100644 Binary files a/res/drawable-mdpi/icon.png and b/res/drawable-mdpi/icon.png differ diff --git a/res/drawable-xhdpi/ic_stat_vpn.png b/res/drawable-xhdpi/ic_stat_vpn.png index 51af141a..44aace71 100644 Binary files a/res/drawable-xhdpi/ic_stat_vpn.png and b/res/drawable-xhdpi/ic_stat_vpn.png differ diff --git a/res/drawable-xhdpi/icon.png b/res/drawable-xhdpi/icon.png index dbb53eef..ead03720 100644 Binary files a/res/drawable-xhdpi/icon.png and b/res/drawable-xhdpi/icon.png differ -- cgit v1.2.3