From 9933294ac5ed7de527eebb5a74883a02b4c2395e Mon Sep 17 00:00:00 2001 From: Catfriend1 Date: Sun, 24 Feb 2019 16:01:56 +0100 Subject: [PATCH] Publish listings on GPlay (#338) * Update build.gradle * Remove unsupported translations * Update publish-release.sh * Update APK version to 1.0.1.7 * build.gradle: errorOnSizeLimit = false * publish_release.sh: Add gradlew publishListingRelease * Imported string translations * Updated gplay translation: de_DE * Add unsupported translations to .gitignore --- .gitignore | 6 ++++ README.md | 2 +- app/build.gradle | 5 +-- .../main/play/de_DE/listing/fulldescription | 36 +++++++++---------- .../main/play/el-EL/listing/fulldescription | 27 -------------- .../main/play/el-EL/listing/shortdescription | 1 - app/src/main/play/el-EL/listing/title | 1 - app/src/main/play/en/listing/fulldescription | 27 -------------- app/src/main/play/en/listing/shortdescription | 1 - app/src/main/play/en/listing/title | 1 - app/src/main/play/nb/listing/fulldescription | 27 -------------- app/src/main/play/nb/listing/shortdescription | 1 - app/src/main/play/nb/listing/title | 1 - app/src/main/play/nn/listing/fulldescription | 27 -------------- app/src/main/play/nn/listing/shortdescription | 1 - app/src/main/play/nn/listing/title | 1 - app/src/main/res/values-bg/strings.xml | 2 ++ app/src/main/res/values-ca-rES/strings.xml | 2 ++ app/src/main/res/values-cs/strings.xml | 2 ++ app/src/main/res/values-da/strings.xml | 2 ++ app/src/main/res/values-el/strings.xml | 2 ++ app/src/main/res/values-es-rMX/strings.xml | 1 + app/src/main/res/values-es/strings.xml | 2 ++ app/src/main/res/values-fi/strings.xml | 2 ++ app/src/main/res/values-fr/strings.xml | 2 ++ app/src/main/res/values-hu/strings.xml | 2 ++ app/src/main/res/values-in/strings.xml | 2 ++ app/src/main/res/values-it/strings.xml | 2 ++ app/src/main/res/values-ja/strings.xml | 2 ++ app/src/main/res/values-ko/strings.xml | 2 ++ app/src/main/res/values-nb/strings.xml | 1 + app/src/main/res/values-nl/strings.xml | 2 ++ app/src/main/res/values-nn/strings.xml | 1 + app/src/main/res/values-pl/strings.xml | 2 ++ app/src/main/res/values-pt-rBR/strings.xml | 2 ++ app/src/main/res/values-pt/strings.xml | 2 ++ app/src/main/res/values-ro/strings.xml | 2 ++ app/src/main/res/values-ru/strings.xml | 2 ++ app/src/main/res/values-sk/strings.xml | 1 + app/src/main/res/values-sv/strings.xml | 2 ++ app/src/main/res/values-tr/strings.xml | 2 ++ app/src/main/res/values-uk/strings.xml | 1 + app/src/main/res/values-vi/strings.xml | 1 + app/src/main/res/values-zh-rCN/strings.xml | 2 ++ app/src/main/res/values-zh-rTW/strings.xml | 2 ++ publish-release.sh | 2 ++ 46 files changed, 82 insertions(+), 137 deletions(-) delete mode 100644 app/src/main/play/el-EL/listing/fulldescription delete mode 100644 app/src/main/play/el-EL/listing/shortdescription delete mode 100644 app/src/main/play/el-EL/listing/title delete mode 100644 app/src/main/play/en/listing/fulldescription delete mode 100644 app/src/main/play/en/listing/shortdescription delete mode 100644 app/src/main/play/en/listing/title delete mode 100644 app/src/main/play/nb/listing/fulldescription delete mode 100644 app/src/main/play/nb/listing/shortdescription delete mode 100644 app/src/main/play/nb/listing/title delete mode 100644 app/src/main/play/nn/listing/fulldescription delete mode 100644 app/src/main/play/nn/listing/shortdescription delete mode 100644 app/src/main/play/nn/listing/title diff --git a/.gitignore b/.gitignore index 1d419d55..83c73548 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,9 @@ ext/ # push-to-device after build marker file \#enable_push_to_device + +# Unsupported translations +app/src/main/play/el-EL +app/src/main/play/en +app/src/main/play/nb +app/src/main/play/nn diff --git a/README.md b/README.md index 4054bc59..86025261 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![License: MPLv2](https://img.shields.io/badge/License-MPLv2-blue.svg)](https://opensource.org/licenses/MPL-2.0) - + diff --git a/app/build.gradle b/app/build.gradle index 59b7efaa..36432e29 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,8 +37,8 @@ android { applicationId "com.github.catfriend1.syncthingandroid" minSdkVersion 16 targetSdkVersion 26 - versionCode 1000105 - versionName "1.0.1.5" + versionCode 1000107 + versionName "1.0.1.7" testApplicationId 'com.github.catfriend1.syncthingandroid.test' testInstrumentationRunner 'android.support.test.runner.AndroidJUnitRunner' playAccountConfig = playAccountConfigs.defaultAccountConfig @@ -80,6 +80,7 @@ android { play { jsonFile = file(System.getenv("SYNCTHING_RELEASE_PLAY_ACCOUNT_CONFIG_FILE") ?: 'keys.json') + errorOnSizeLimit = false uploadImages = false track = 'beta' } diff --git a/app/src/main/play/de_DE/listing/fulldescription b/app/src/main/play/de_DE/listing/fulldescription index 66ef9954..f2bb4335 100644 --- a/app/src/main/play/de_DE/listing/fulldescription +++ b/app/src/main/play/de_DE/listing/fulldescription @@ -1,27 +1,27 @@ -This is a fork of the Syncthing-Android wrapper for Syncthing that brings major enhancements like: -* Individual sync conditions can be applied per device and per folder -* Recent changes UI, click to open files. -* "Battery eater" problem is fixed. -* Android 8 and 9 support. +Dies ist ein Fork des Syncthing-Android Wrappers für Syncthing, der die folgenden, größeren Verbesserungen mitbringt: +* Sync-Bedingungen können pro Gerät und pro Ordner individuell angewandt werden. +* GUI zeigt letzte Änderungen; Klicke zum Öffnen von Dateien. +* Das "Batteriefresser"-Problem wurde gelöst. +* Unterstützung für Android 8 und 9 -Syncthing-Fork for Android is a wrapper for Syncthing that provides an Android UI instead of Syncthing's built-in Web UI. Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. +Syncthing-Fork für Android ist ein Wrapper für Syncthing, der eine Android Bedienoberfläche anstelle der Syncthing-eigenen Weboberfläche anbietet. Syncthing ersetzt die proprietären Synchronisierungs- und Cloud-Dienste, mit etwas Offenem, Vertrauenswürdigen und Dezentralem. Deine Daten sind deine Daten und Du allein entscheidest, wo sie gespeichert werden, ob sie mit Dritten geteilt und wie sie über das Netz übertragen werden. -Goals of the fork: -* Develop and try out enhancements together with the community. -* Release the wrapper more frequently to identify and fix bugs caused by changes in the syncthing submodule -* Make enhancements configurable in the UI, users should be able to turn them on and off +Ziele des Forks: +* Gemeinsam mit der Community Verbesserungen entwickeln und ausprobieren. +* Der Wrapper erscheint häufiger, um Bugs zu erkennen und zu beheben, die aufgrund von Änderung im Syncthing-Modul auftreten. +* Verbesserungen in der Benutzeroberfläche einstellbar machen, damit Benutzer in der Lage sind, diese an- und abzuschalten. -Comparison between upstream and fork at the time of writing this: -* Both contain the syncthing binary built from the official source at GitHub:syncthing/syncthing -* Syncing functionality and reliability depends on the syncthing binary submodule version. -* Fork gets along with upstream and sometimes they pick up my improvements. -* Strategy and release frequency is different -* Only the wrapper containing the Android UI is addressed by the fork. +Upstream und Fork im Vergleich zum Zeitpunkt des Schreibens: +* Beide enthalten das Syncthing-Binärmodul, dass aus dem offiziellen Quellcode von GitHub:syncthing/syncthing gebaut wurde +* Synchronisations-Funktionalität und -Zuverlässigkeit hängt von der Version des Syncthing-Binärmoduls ab. +* Der Fork arrangiert sich mit dem Upstream und manchmal nimmt er unsere Verbesserungen auf. +* Strategie und Releasehäufigkeit unterscheidet sich +* Der Fork kümmert sich nur um den Wrapper, welcher die Android Bedienoberfläche enthält. -Website: https://github.com/Catfriend1/syncthing-android +Webseite: https://github.com/Catfriend1/syncthing-android Quellcode: https://github.com/Catfriend1/syncthing-android Vorgänge: https://github.com/Catfriend1/syncthing-android/issues -Translation: https://www.transifex.com/projects/p/syncthing-android-1 \ No newline at end of file +Übersetzung: https://www.transifex.com/projects/p/syncthing-android-1 \ No newline at end of file diff --git a/app/src/main/play/el-EL/listing/fulldescription b/app/src/main/play/el-EL/listing/fulldescription deleted file mode 100644 index 46152ca3..00000000 --- a/app/src/main/play/el-EL/listing/fulldescription +++ /dev/null @@ -1,27 +0,0 @@ -This is a fork of the Syncthing-Android wrapper for Syncthing that brings major enhancements like: -* Individual sync conditions can be applied per device and per folder -* Recent changes UI, click to open files. -* "Battery eater" problem is fixed. -* Android 8 and 9 support. - -Syncthing-Fork for Android is a wrapper for Syncthing that provides an Android UI instead of Syncthing's built-in Web UI. Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. - -Goals of the fork: -* Develop and try out enhancements together with the community. -* Release the wrapper more frequently to identify and fix bugs caused by changes in the syncthing submodule -* Make enhancements configurable in the UI, users should be able to turn them on and off - -Comparison between upstream and fork at the time of writing this: -* Both contain the syncthing binary built from the official source at GitHub:syncthing/syncthing -* Syncing functionality and reliability depends on the syncthing binary submodule version. -* Fork gets along with upstream and sometimes they pick up my improvements. -* Strategy and release frequency is different -* Only the wrapper containing the Android UI is addressed by the fork. - -Website: https://github.com/Catfriend1/syncthing-android - -Source code: https://github.com/Catfriend1/syncthing-android - -Issues: https://github.com/Catfriend1/syncthing-android/issues - -Translation: https://www.transifex.com/projects/p/syncthing-android-1 \ No newline at end of file diff --git a/app/src/main/play/el-EL/listing/shortdescription b/app/src/main/play/el-EL/listing/shortdescription deleted file mode 100644 index 2d2b35e0..00000000 --- a/app/src/main/play/el-EL/listing/shortdescription +++ /dev/null @@ -1 +0,0 @@ -Wrapper for Syncthing - Open and decentralized file synchronization \ No newline at end of file diff --git a/app/src/main/play/el-EL/listing/title b/app/src/main/play/el-EL/listing/title deleted file mode 100644 index 77a0d2df..00000000 --- a/app/src/main/play/el-EL/listing/title +++ /dev/null @@ -1 +0,0 @@ -Syncthing-Fork \ No newline at end of file diff --git a/app/src/main/play/en/listing/fulldescription b/app/src/main/play/en/listing/fulldescription deleted file mode 100644 index 46152ca3..00000000 --- a/app/src/main/play/en/listing/fulldescription +++ /dev/null @@ -1,27 +0,0 @@ -This is a fork of the Syncthing-Android wrapper for Syncthing that brings major enhancements like: -* Individual sync conditions can be applied per device and per folder -* Recent changes UI, click to open files. -* "Battery eater" problem is fixed. -* Android 8 and 9 support. - -Syncthing-Fork for Android is a wrapper for Syncthing that provides an Android UI instead of Syncthing's built-in Web UI. Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. - -Goals of the fork: -* Develop and try out enhancements together with the community. -* Release the wrapper more frequently to identify and fix bugs caused by changes in the syncthing submodule -* Make enhancements configurable in the UI, users should be able to turn them on and off - -Comparison between upstream and fork at the time of writing this: -* Both contain the syncthing binary built from the official source at GitHub:syncthing/syncthing -* Syncing functionality and reliability depends on the syncthing binary submodule version. -* Fork gets along with upstream and sometimes they pick up my improvements. -* Strategy and release frequency is different -* Only the wrapper containing the Android UI is addressed by the fork. - -Website: https://github.com/Catfriend1/syncthing-android - -Source code: https://github.com/Catfriend1/syncthing-android - -Issues: https://github.com/Catfriend1/syncthing-android/issues - -Translation: https://www.transifex.com/projects/p/syncthing-android-1 \ No newline at end of file diff --git a/app/src/main/play/en/listing/shortdescription b/app/src/main/play/en/listing/shortdescription deleted file mode 100644 index 2d2b35e0..00000000 --- a/app/src/main/play/en/listing/shortdescription +++ /dev/null @@ -1 +0,0 @@ -Wrapper for Syncthing - Open and decentralized file synchronization \ No newline at end of file diff --git a/app/src/main/play/en/listing/title b/app/src/main/play/en/listing/title deleted file mode 100644 index 77a0d2df..00000000 --- a/app/src/main/play/en/listing/title +++ /dev/null @@ -1 +0,0 @@ -Syncthing-Fork \ No newline at end of file diff --git a/app/src/main/play/nb/listing/fulldescription b/app/src/main/play/nb/listing/fulldescription deleted file mode 100644 index 46152ca3..00000000 --- a/app/src/main/play/nb/listing/fulldescription +++ /dev/null @@ -1,27 +0,0 @@ -This is a fork of the Syncthing-Android wrapper for Syncthing that brings major enhancements like: -* Individual sync conditions can be applied per device and per folder -* Recent changes UI, click to open files. -* "Battery eater" problem is fixed. -* Android 8 and 9 support. - -Syncthing-Fork for Android is a wrapper for Syncthing that provides an Android UI instead of Syncthing's built-in Web UI. Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. - -Goals of the fork: -* Develop and try out enhancements together with the community. -* Release the wrapper more frequently to identify and fix bugs caused by changes in the syncthing submodule -* Make enhancements configurable in the UI, users should be able to turn them on and off - -Comparison between upstream and fork at the time of writing this: -* Both contain the syncthing binary built from the official source at GitHub:syncthing/syncthing -* Syncing functionality and reliability depends on the syncthing binary submodule version. -* Fork gets along with upstream and sometimes they pick up my improvements. -* Strategy and release frequency is different -* Only the wrapper containing the Android UI is addressed by the fork. - -Website: https://github.com/Catfriend1/syncthing-android - -Source code: https://github.com/Catfriend1/syncthing-android - -Issues: https://github.com/Catfriend1/syncthing-android/issues - -Translation: https://www.transifex.com/projects/p/syncthing-android-1 \ No newline at end of file diff --git a/app/src/main/play/nb/listing/shortdescription b/app/src/main/play/nb/listing/shortdescription deleted file mode 100644 index 2d2b35e0..00000000 --- a/app/src/main/play/nb/listing/shortdescription +++ /dev/null @@ -1 +0,0 @@ -Wrapper for Syncthing - Open and decentralized file synchronization \ No newline at end of file diff --git a/app/src/main/play/nb/listing/title b/app/src/main/play/nb/listing/title deleted file mode 100644 index 77a0d2df..00000000 --- a/app/src/main/play/nb/listing/title +++ /dev/null @@ -1 +0,0 @@ -Syncthing-Fork \ No newline at end of file diff --git a/app/src/main/play/nn/listing/fulldescription b/app/src/main/play/nn/listing/fulldescription deleted file mode 100644 index 46152ca3..00000000 --- a/app/src/main/play/nn/listing/fulldescription +++ /dev/null @@ -1,27 +0,0 @@ -This is a fork of the Syncthing-Android wrapper for Syncthing that brings major enhancements like: -* Individual sync conditions can be applied per device and per folder -* Recent changes UI, click to open files. -* "Battery eater" problem is fixed. -* Android 8 and 9 support. - -Syncthing-Fork for Android is a wrapper for Syncthing that provides an Android UI instead of Syncthing's built-in Web UI. Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet. - -Goals of the fork: -* Develop and try out enhancements together with the community. -* Release the wrapper more frequently to identify and fix bugs caused by changes in the syncthing submodule -* Make enhancements configurable in the UI, users should be able to turn them on and off - -Comparison between upstream and fork at the time of writing this: -* Both contain the syncthing binary built from the official source at GitHub:syncthing/syncthing -* Syncing functionality and reliability depends on the syncthing binary submodule version. -* Fork gets along with upstream and sometimes they pick up my improvements. -* Strategy and release frequency is different -* Only the wrapper containing the Android UI is addressed by the fork. - -Website: https://github.com/Catfriend1/syncthing-android - -Source code: https://github.com/Catfriend1/syncthing-android - -Issues: https://github.com/Catfriend1/syncthing-android/issues - -Translation: https://www.transifex.com/projects/p/syncthing-android-1 \ No newline at end of file diff --git a/app/src/main/play/nn/listing/shortdescription b/app/src/main/play/nn/listing/shortdescription deleted file mode 100644 index 2d2b35e0..00000000 --- a/app/src/main/play/nn/listing/shortdescription +++ /dev/null @@ -1 +0,0 @@ -Wrapper for Syncthing - Open and decentralized file synchronization \ No newline at end of file diff --git a/app/src/main/play/nn/listing/title b/app/src/main/play/nn/listing/title deleted file mode 100644 index 77a0d2df..00000000 --- a/app/src/main/play/nn/listing/title +++ /dev/null @@ -1 +0,0 @@ -Syncthing-Fork \ No newline at end of file diff --git a/app/src/main/res/values-bg/strings.xml b/app/src/main/res/values-bg/strings.xml index 75444c0b..528fc922 100644 --- a/app/src/main/res/values-bg/strings.xml +++ b/app/src/main/res/values-bg/strings.xml @@ -208,7 +208,9 @@ Условия на работа Поведение + Настройки на Syncthing + Експериментални diff --git a/app/src/main/res/values-ca-rES/strings.xml b/app/src/main/res/values-ca-rES/strings.xml index 625e52a6..eb3d69f5 100644 --- a/app/src/main/res/values-ca-rES/strings.xml +++ b/app/src/main/res/values-ca-rES/strings.xml @@ -314,7 +314,9 @@ Condicions d\'execució Comportament + Opcions del Syncthing + Importa i Exporta Experimental diff --git a/app/src/main/res/values-cs/strings.xml b/app/src/main/res/values-cs/strings.xml index 7aacbb7e..955f511f 100644 --- a/app/src/main/res/values-cs/strings.xml +++ b/app/src/main/res/values-cs/strings.xml @@ -220,7 +220,9 @@ Podmínky spuštění Chování + Nastavení Syncthing + Experimentální diff --git a/app/src/main/res/values-da/strings.xml b/app/src/main/res/values-da/strings.xml index c47c793e..93a503f4 100644 --- a/app/src/main/res/values-da/strings.xml +++ b/app/src/main/res/values-da/strings.xml @@ -216,7 +216,9 @@ Kør betingelser Adfærd + Syncthing Muligheder + Eksperimentalt diff --git a/app/src/main/res/values-el/strings.xml b/app/src/main/res/values-el/strings.xml index b55c3292..b110771a 100644 --- a/app/src/main/res/values-el/strings.xml +++ b/app/src/main/res/values-el/strings.xml @@ -216,7 +216,9 @@ Συνθήκες εκτέλεσης Συμπεριφορά + Επιλογές Syncthing + Πειραματικά diff --git a/app/src/main/res/values-es-rMX/strings.xml b/app/src/main/res/values-es-rMX/strings.xml index 4b44e0d0..4d248159 100644 --- a/app/src/main/res/values-es-rMX/strings.xml +++ b/app/src/main/res/values-es-rMX/strings.xml @@ -197,6 +197,7 @@ Configuración Opciones de Syncthing + Experimental Por favor encienda el WiFi para seleccionar redes. diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index c10a6eac..c8f05945 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -207,7 +207,9 @@ Condiciones de ejecución Comportamiento + Opciones de Syncthing + Experimental diff --git a/app/src/main/res/values-fi/strings.xml b/app/src/main/res/values-fi/strings.xml index 3faa6ba2..258b419d 100644 --- a/app/src/main/res/values-fi/strings.xml +++ b/app/src/main/res/values-fi/strings.xml @@ -220,7 +220,9 @@ Käyntiehdot Käyttäytyminen + Syncthing asetukset + Kokeellinen diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 69924a77..a411f55f 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -236,7 +236,9 @@ Conditions d\'exécution Comportement + Options Syncthing + Expérimental diff --git a/app/src/main/res/values-hu/strings.xml b/app/src/main/res/values-hu/strings.xml index e6d99b27..4288fa82 100644 --- a/app/src/main/res/values-hu/strings.xml +++ b/app/src/main/res/values-hu/strings.xml @@ -233,7 +233,9 @@ Az összesített statisztika nyilvánosan elérhető a https://data.syncthing.ne Futás feltételei Viselkedés + Syncthing opciók + Kísérleti diff --git a/app/src/main/res/values-in/strings.xml b/app/src/main/res/values-in/strings.xml index 4c95542b..3761109a 100644 --- a/app/src/main/res/values-in/strings.xml +++ b/app/src/main/res/values-in/strings.xml @@ -210,7 +210,9 @@ Syarat Operasi Perilaku + Opsi Syncthing + Ujicoba diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index 6b8b03b1..42ab36ab 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -233,7 +233,9 @@ Condizioni di funzionamento Comportamento + Opzioni di Syncthing + Sperimentale diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index f2b3d3b2..ba3a021e 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -217,7 +217,9 @@ 実行条件 動作 + 同期オプション + 実験的 diff --git a/app/src/main/res/values-ko/strings.xml b/app/src/main/res/values-ko/strings.xml index b1104ff1..ff3c9805 100644 --- a/app/src/main/res/values-ko/strings.xml +++ b/app/src/main/res/values-ko/strings.xml @@ -215,7 +215,9 @@ 작동 상태 동작 + Syncthing 옵션 + 실험적인 기능 diff --git a/app/src/main/res/values-nb/strings.xml b/app/src/main/res/values-nb/strings.xml index 8331dd76..f558e136 100644 --- a/app/src/main/res/values-nb/strings.xml +++ b/app/src/main/res/values-nb/strings.xml @@ -200,6 +200,7 @@ Innstillinger Valg for Syncthing + Eksperimentelt Vennligst skru på WiFi for å velge nettverk. diff --git a/app/src/main/res/values-nl/strings.xml b/app/src/main/res/values-nl/strings.xml index 3b99255b..7b671dfa 100644 --- a/app/src/main/res/values-nl/strings.xml +++ b/app/src/main/res/values-nl/strings.xml @@ -258,7 +258,9 @@ Als je problemen tegenkomt, meld ze dan via GitHub. Uitvoervoorwaarden Gedrag + Syncthing-opties + Experimenteel diff --git a/app/src/main/res/values-nn/strings.xml b/app/src/main/res/values-nn/strings.xml index f7c0f233..5eed7f98 100644 --- a/app/src/main/res/values-nn/strings.xml +++ b/app/src/main/res/values-nn/strings.xml @@ -200,6 +200,7 @@ Innstillingar Syncthing-innstillingar + Eksperiment Skru på WiFi for å velje nettverk. diff --git a/app/src/main/res/values-pl/strings.xml b/app/src/main/res/values-pl/strings.xml index 9b122e2d..88197a8a 100644 --- a/app/src/main/res/values-pl/strings.xml +++ b/app/src/main/res/values-pl/strings.xml @@ -220,7 +220,9 @@ Warunki działania Zachowanie + Ustawienia Syncthing + Eksperymentalne diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 7d31761c..cade981e 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -233,7 +233,9 @@ Condições de execução Comportamento + Opções do Syncthing + Configurações experimentais diff --git a/app/src/main/res/values-pt/strings.xml b/app/src/main/res/values-pt/strings.xml index 8436b0e9..28403447 100644 --- a/app/src/main/res/values-pt/strings.xml +++ b/app/src/main/res/values-pt/strings.xml @@ -210,7 +210,9 @@ Condições de execução Comportamento + Opções do Syncthing + Experimental diff --git a/app/src/main/res/values-ro/strings.xml b/app/src/main/res/values-ro/strings.xml index b02a8025..d9833456 100644 --- a/app/src/main/res/values-ro/strings.xml +++ b/app/src/main/res/values-ro/strings.xml @@ -251,7 +251,9 @@ Condiții de rulare Comportament + Opțiuni Syncthing + Experimental diff --git a/app/src/main/res/values-ru/strings.xml b/app/src/main/res/values-ru/strings.xml index 453e5639..96ee11de 100644 --- a/app/src/main/res/values-ru/strings.xml +++ b/app/src/main/res/values-ru/strings.xml @@ -316,7 +316,9 @@ Условия выполнения Поведение + Настройки устройства + Импорт и экспорт Отладка Экспериментальное diff --git a/app/src/main/res/values-sk/strings.xml b/app/src/main/res/values-sk/strings.xml index 5dd0d02c..4af9cb9f 100644 --- a/app/src/main/res/values-sk/strings.xml +++ b/app/src/main/res/values-sk/strings.xml @@ -184,6 +184,7 @@ Nastavenia Nastavenia Syncthing + Spúšťať Syncthing s root oprávneniami Názov Zariadenia diff --git a/app/src/main/res/values-sv/strings.xml b/app/src/main/res/values-sv/strings.xml index b47e0b67..d9b064f2 100644 --- a/app/src/main/res/values-sv/strings.xml +++ b/app/src/main/res/values-sv/strings.xml @@ -305,7 +305,9 @@ Körvillkor Beteende + Syncthing alternativ + Import och export Felsök Experimentell diff --git a/app/src/main/res/values-tr/strings.xml b/app/src/main/res/values-tr/strings.xml index 1834b123..32376332 100644 --- a/app/src/main/res/values-tr/strings.xml +++ b/app/src/main/res/values-tr/strings.xml @@ -206,7 +206,9 @@ Çalışma Koşulları Davranış + Syncthing Seçenekleri + Deneysel diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 4e44ad59..c69f1a07 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -172,6 +172,7 @@ Умови запуску Опції Syncthing + Експериментальне diff --git a/app/src/main/res/values-vi/strings.xml b/app/src/main/res/values-vi/strings.xml index fdf6d998..b00eb4e2 100644 --- a/app/src/main/res/values-vi/strings.xml +++ b/app/src/main/res/values-vi/strings.xml @@ -197,6 +197,7 @@ Cài đặt Tuỳ chọn Syncthing + Thực nghiệm Hãy bật WiFi để lựa chọn mạng. diff --git a/app/src/main/res/values-zh-rCN/strings.xml b/app/src/main/res/values-zh-rCN/strings.xml index f1e0f143..14fc5032 100644 --- a/app/src/main/res/values-zh-rCN/strings.xml +++ b/app/src/main/res/values-zh-rCN/strings.xml @@ -293,7 +293,9 @@ 运行条件 行为 + 同步设置 + 导入与导出 调试 实验性 diff --git a/app/src/main/res/values-zh-rTW/strings.xml b/app/src/main/res/values-zh-rTW/strings.xml index 2644dfcb..b93af905 100644 --- a/app/src/main/res/values-zh-rTW/strings.xml +++ b/app/src/main/res/values-zh-rTW/strings.xml @@ -215,7 +215,9 @@ 執行條件 行為 + Syncthing 選項 + 除錯 實驗性 diff --git a/publish-release.sh b/publish-release.sh index 527b0ce8..c402fdff 100755 --- a/publish-release.sh +++ b/publish-release.sh @@ -29,7 +29,9 @@ read -s -p "Enter signing password: " password SIGNING_PASSWORD=${password} ./gradlew assembleRelease # Upload apk and listing to Google Play +./gradlew deleteUnsupportedPlayTranslations SIGNING_PASSWORD=${password} ./gradlew publishRelease +./gradlew publishListingRelease echo "