Skip to content

Commit

Permalink
Bump to 1.7.2 / 36
Browse files Browse the repository at this point in the history
  • Loading branch information
92lleo committed Dec 8, 2021
1 parent 636ae04 commit 33b8826
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 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 35
versionName "1.7.1"
versionCode 36
versionName "1.7.2"
}
buildTypes {
debug {
Expand Down
1 change: 0 additions & 1 deletion app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<?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>
Expand Down
2 changes: 0 additions & 2 deletions app/src/main/res/values-pt-rBR/strings.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<resources>

<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="navigation_drawer_open">Abrir o menu de navegação</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.7.1</string>
<string name="appversion_semantic" translatable="false">1.7.2</string>

<string name="versionInfoText">Thanks for updating!\nNew in version 1.7.1:\n&#8211;Enable downloads of files/media\n&#8211;Fix storage permission request</string>
<string name="versionInfoText">Thanks for updating!\nNew in version 1.7.2:\n&#8211;Fix download extension matcher\n&#8211;Make chat size fit phone screen (thanks @benehmb)</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" translatable="false">WhatsappWeb To Go\n\nby Leonhard Künzler\nBasetwo GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017&#8211;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</string>
<string name="aboutText" translatable="false">WhatsappWeb To Go\n\nby Leonhard Künzler\nBasetwo GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017&#8211;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</string>

<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
Expand Down
2 changes: 2 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/36.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Fix download extension matcher
* Make chat size fit phone screen (thanks @benehmb)

0 comments on commit 33b8826

Please sign in to comment.