Skip to content

Commit 38b7fd4

Browse files
committed
Bump to 1.6.4 / 33
1 parent b63519e commit 38b7fd4

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "io.kuenzler.whatsappwebtogo"
77
minSdkVersion 21
88
targetSdkVersion 29
9-
versionCode 32
10-
versionName "1.6.3"
9+
versionCode 33
10+
versionName "1.6.4"
1111
}
1212
buildTypes {
1313
debug {

app/src/main/res/values-de/strings.xml

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3+
<string name="versionInfoText">Update Erfolgreich!\nNeu in Version 1.6.4:\n&#8211;Add "Toggle Keyboard" option to NavigationDrawer\n&#8211;Add pt-br translation (thanks to @mezysinc)\n&#8211;Shrink image sizes (thanks to @TPS)\n&#8211;Internal cleanup (thanks to @Domi04151309)</string>
4+
<string name="introInfoText">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.</string>
5+
36
<string name="navigation_drawer_open">Navigation Drawer öffnen</string>
47
<string name="navigation_drawer_close">Navigation Drawer schließen</string>
58
<string name="sidebar_button_logout">Ausloggen</string>

app/src/main/res/values-pt-rBR/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<resources>
22

3-
<string name="versionInfoText">Obrigado por atualizar!\nNovidades em versão 1.6.3:\n&#8211;Fix crash when hiding appbar (thanks to @Domi04151309)\n&#8211;Add new menu items (thanks to @Domi04151309)\n&#8211;Stop reloading when screen size changes</string>
3+
<string name="versionInfoText">Obrigado por atualizar!\nNovidades em versão 1.6.4:\n&#8211;Add "Toggle Keyboard" option to NavigationDrawer\n&#8211;Add pt-br translation (thanks to @mezysinc)\n&#8211;Shrink image sizes (thanks to @TPS)\n&#8211;Internal cleanup (thanks to @Domi04151309)</string>
44
<string name="introInfoText">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.</string>
55
<string name="aboutText">WhatsappWeb To Go\n\nby Leonhard Künzler\nBasetwo GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017&#8211;2020\n\nv1.6.3\n\nEste aplicativo não tem nenhuma afiliação com WhatsApp Inc. Os direitos de WhatsApp e WhatsApp Web pertencem a WhatsApp Inc. Este aplicativo é um projeto privado desenvolvido com o fim de facilitar o uso de WhatsApp Web em Dispositivos de Android</string>
66

app/src/main/res/values/strings.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<resources>
22
<string name="app_name" translatable="false">WhatsApp Web To Go</string>
3-
<string name="appversion_semantic" translatable="false">1.6.3</string>
3+
<string name="appversion_semantic" translatable="false">1.6.4</string>
44

5-
<string name="versionInfoText">Thanks for updating!\nNew in version 1.6.3:\n&#8211;Fix crash when hiding appbar (thanks to @Domi04151309)\n&#8211;Add new menu items (thanks to @Domi04151309)\n&#8211;Stop reloading when screen size changes</string>
5+
<string name="versionInfoText">Thanks for updating!\nNew in version 1.6.4:\n&#8211;Add "Toggle Keyboard" option to NavigationDrawer\n&#8211;Add pt-br translation (thanks to @mezysinc)\n&#8211;Shrink image sizes (thanks to @TPS)\n&#8211;Internal cleanup (thanks to @Domi04151309)</string>
66
<string name="introInfoText">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.</string>
7-
<string name="aboutText">WhatsappWeb To Go\n\nby Leonhard Künzler\nBasetwo GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017&#8211;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</string>
7+
<string name="aboutText">WhatsappWeb To Go\n\nby Leonhard Künzler\nBasetwo GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017&#8211;2021\n\nv1.6.4\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</string>
88

99
<string name="navigation_drawer_open">Open navigation drawer</string>
1010
<string name="navigation_drawer_close">Close navigation drawer</string>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* Add "Toggle Keyboard" option to NavigationDrawer
2+
* Add pt-br translation (thanks to @mezysinc)
3+
* Shrink image sizes (thanks to @TPS)
4+
* Internal Cleanup (thanks to @Domi04151309)

0 commit comments

Comments
 (0)