Skip to content

Commit

Permalink
Bump to 1.6.4 / 33
Browse files Browse the repository at this point in the history
  • Loading branch information
92lleo committed Jan 13, 2021
1 parent b63519e commit 38b7fd4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "io.kuenzler.whatsappwebtogo"
minSdkVersion 21
targetSdkVersion 29
versionCode 32
versionName "1.6.3"
versionCode 33
versionName "1.6.4"
}
buildTypes {
debug {
Expand Down
3 changes: 3 additions & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<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>
<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>

<string name="navigation_drawer_open">Navigation Drawer öffnen</string>
<string name="navigation_drawer_close">Navigation Drawer schließen</string>
<string name="sidebar_button_logout">Ausloggen</string>
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<resources>

<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>
<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>
<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>
<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>

Expand Down
6 changes: 3 additions & 3 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<resources>
<string name="app_name" translatable="false">WhatsApp Web To Go</string>
<string name="appversion_semantic" translatable="false">1.6.3</string>
<string name="appversion_semantic" translatable="false">1.6.4</string>

<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>
<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>
<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>
<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>
<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>

<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
Expand Down
4 changes: 4 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/33.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
* Add "Toggle Keyboard" option to NavigationDrawer
* Add pt-br translation (thanks to @mezysinc)
* Shrink image sizes (thanks to @TPS)
* Internal Cleanup (thanks to @Domi04151309)

0 comments on commit 38b7fd4

Please sign in to comment.