Skip to content

Commit

Permalink
Bump to 1.6.3 / 32
Browse files Browse the repository at this point in the history
  • Loading branch information
92lleo committed Oct 9, 2020
1 parent 75cb4d1 commit 835ddcf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
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.2</string>
<string name="appversion_semantic" translatable="false">1.6.3</string>

<string name="versionInfoText">Thanks for updating!\nNew in version 1.6.2:\n&#8211;Handle redirects to Whatsapp Homepage</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="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.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="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="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/32.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 835ddcf

Please sign in to comment.