Skip to content

Commit

Permalink
Bump to 1.5.3 / 28
Browse files Browse the repository at this point in the history
  • Loading branch information
92lleo committed Mar 17, 2020
1 parent 51e3265 commit bc70a4b
Show file tree
Hide file tree
Showing 4 changed files with 6 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 27
versionName "1.5.2"
versionCode 28
versionName "1.5.3"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/nav_header_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
android:id="@+id/textView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="1.5.2" />
android:text="1.5.3" />

</LinearLayout>
4 changes: 2 additions & 2 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<string name="action_settings">Settings</string>

<string name="versionInfo">Thanks for updating!\nNew in version 1.5.2:\n&#8211;Remove wip xwalk activity\n&#8211;Fix opening links in external browser\n&#8211;Support pinch to zoom\n&#8211;Fix keyboard setting memory\n&#8211;Update UA to latest chrome version</string>
<string name="versionInfo">Thanks for updating!\nNew in version 1.5.3:\n&#8211;Fix WA Web issue on older phones\n&#8211;Fix opening links in external browser\n&#8211;Support pinch to zoom\n&#8211;Fix keyboard setting memory</string>
<string name="introInfo">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="about">WhatsappWeb To Go\n\nby Leonhard Künzler\nBasetwo GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017&#8211;2020\n\nv1.5.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="about">WhatsappWeb To Go\n\nby Leonhard Künzler\nBasetwo GbR\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017&#8211;2020\n\nv1.5.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>
</resources>
1 change: 1 addition & 0 deletions fastlane/metadata/en-US/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* Fix WA Web bug caused by user-agent

0 comments on commit bc70a4b

Please sign in to comment.