-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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–Fix crash when hiding appbar (thanks to @Domi04151309)\n–Add new menu items (thanks to @Domi04151309)\n–Stop reloading when screen size changes</string> | ||
<string name="versionInfoText">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)</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–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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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–Fix crash when hiding appbar (thanks to @Domi04151309)\n–Add new menu items (thanks to @Domi04151309)\n–Stop reloading when screen size changes</string> | ||
<string name="versionInfoText">Thanks for updating!\nNew 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)</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–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–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> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |