From 33b8826a346e1ac38ddd8e3cdd29bf3f04f6cdf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonhard=20K=C3=BCnzler?= Date: Wed, 8 Dec 2021 20:37:50 +0100 Subject: [PATCH] Bump to 1.7.2 / 36 --- app/build.gradle | 4 ++-- app/src/main/res/values-de/strings.xml | 1 - app/src/main/res/values-pt-rBR/strings.xml | 2 -- app/src/main/res/values/strings.xml | 6 +++--- fastlane/metadata/android/en-US/changelogs/36.txt | 2 ++ 5 files changed, 7 insertions(+), 8 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/36.txt diff --git a/app/build.gradle b/app/build.gradle index 774839b..47adf62 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "io.kuenzler.whatsappwebtogo" minSdkVersion 21 targetSdkVersion 29 - versionCode 35 - versionName "1.7.1" + versionCode 36 + versionName "1.7.2" } buildTypes { debug { diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 9e37992..f9b4e9d 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -1,6 +1,5 @@ - Update Erfolgreich!\nNeu in Version 1.6.4:\n–Add "Toggle Keyboard" option to NavigationDrawer\n–Add pt-br translation (thanks to @mezysinc)\n–Shrink image sizes (thanks to @TPS)\n–Internal cleanup (thanks to @Domi04151309) Vielen Dank für die Installation!\nVerbinden sie Ihr Smartphone wie sie Ihren Computer verbinden würden.\nUm die Tastatur zu Sperren und Entsperren, nutzen sie den Tastatur-Button oben rechts. Ihre Einstellungen werden gespeichert. Navigation Drawer öffnen diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 7765a70..2e37738 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -1,6 +1,4 @@ - - Obrigado por atualizar!\nNovidades em versão 1.6.4:\n–Add "Toggle Keyboard" option to NavigationDrawer\n–Add pt-br translation (thanks to @mezysinc)\n–Shrink image sizes (thanks to @TPS)\n–Internal cleanup (thanks to @Domi04151309) Obrigado por instalar!\nBasta conectar seu telefone do mesmo jeito que você faria no seu computador.\nPara bloquear ou desbloquear o teclado, use o botão no canto superior direito da tela. Suas configurações serão salvas. Abrir o menu de navegação diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 465c0ce..c1fcd2a 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,10 +1,10 @@ WhatsApp Web To Go - 1.7.1 + 1.7.2 - Thanks for updating!\nNew in version 1.7.1:\n–Enable downloads of files/media\n–Fix storage permission request + Thanks for updating!\nNew in version 1.7.2:\n–Fix download extension matcher\n–Make chat size fit phone screen (thanks @benehmb) Thanks for installing!\nJust connect your phone as you would on your computer.\nTo lock and unlock the keyboard, use the keyboard button top right. Your settings will be saved. - WhatsappWeb To Go\n\nby Leonhard Künzler\nBasetwo GbR\nandroid@kuenzler.io\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017–2021\n\nv1.7.0\n\nThis app is in no way affiliated with WhatsApp Inc. The rights for WhatsApp and WhatsApp Web belong to WhatsApp Inc. This app is a private project to enable the use of WhatsApp Web on Android Devices + WhatsappWeb To Go\n\nby Leonhard Künzler\nBasetwo GbR\nandroid@kuenzler.io\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017–2021\n\nv1.7.2\n\nThis app is in no way affiliated with WhatsApp Inc. The rights for WhatsApp and WhatsApp Web belong to WhatsApp Inc. This app is a private project to enable the use of WhatsApp Web on Android Devices Open navigation drawer Close navigation drawer diff --git a/fastlane/metadata/android/en-US/changelogs/36.txt b/fastlane/metadata/android/en-US/changelogs/36.txt new file mode 100644 index 0000000..4fa2a0d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/36.txt @@ -0,0 +1,2 @@ +* Fix download extension matcher +* Make chat size fit phone screen (thanks @benehmb) \ No newline at end of file