Skip to content

Commit bc70a4b

Browse files
committed
Bump to 1.5.3 / 28
1 parent 51e3265 commit bc70a4b

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "io.kuenzler.whatsappwebtogo"
88
minSdkVersion 21
99
targetSdkVersion 29
10-
versionCode 27
11-
versionName "1.5.2"
10+
versionCode 28
11+
versionName "1.5.3"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
}
1414
buildTypes {

app/src/main/res/layout/nav_header_main.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@
3030
android:id="@+id/textView"
3131
android:layout_width="wrap_content"
3232
android:layout_height="wrap_content"
33-
android:text="1.5.2" />
33+
android:text="1.5.3" />
3434

3535
</LinearLayout>

app/src/main/res/values/strings.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

9-
<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>
9+
<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>
1010
<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>
11-
<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>
11+
<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>
1212
</resources>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* Fix WA Web bug caused by user-agent

0 commit comments

Comments
 (0)