From 835ddcf588c7d27c50a007760849986dac30aa80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonhard=20K=C3=BCnzler?= Date: Sat, 10 Oct 2020 00:04:10 +0200 Subject: [PATCH] Bump to 1.6.3 / 32 --- app/build.gradle | 4 ++-- app/src/main/res/values/strings.xml | 6 +++--- fastlane/metadata/android/en-US/changelogs/32.txt | 3 +++ 3 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/32.txt diff --git a/app/build.gradle b/app/build.gradle index bf8a3bc..f60cf77 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "io.kuenzler.whatsappwebtogo" minSdkVersion 21 targetSdkVersion 29 - versionCode 31 - versionName "1.6.2" + versionCode 32 + versionName "1.6.3" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } buildTypes { diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 3810a88..9a26348 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.6.2 + 1.6.3 - Thanks for updating!\nNew in version 1.6.2:\n–Handle redirects to Whatsapp Homepage + Thanks for updating!\nNew in version 1.6.3:\n–Fix crash when hiding appbar (thanks to @Domi04151309)\n–Add new menu items (thanks to @Domi04151309)\n–Stop reloading when screen size changes 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–2020\n\nv1.6.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 + WhatsappWeb To Go\n\nby Leonhard Künzler\nBasetwo GbR\nandroid@kuenzler.io\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017–2020\n\nv1.6.3\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/32.txt b/fastlane/metadata/android/en-US/changelogs/32.txt new file mode 100644 index 0000000..33a885f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/32.txt @@ -0,0 +1,3 @@ +* Fix crash when hiding appbar (thanks to @Domi04151309) +* Add new menu items (thanks to @Domi04151309) +* Stop reloading when screen size changes