Skip to content

Commit f2cdd2c

Browse files
committed
Bump to 1.7.3 / 37
1 parent 7504d9a commit f2cdd2c

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
applicationId "io.kuenzler.whatsappwebtogo"
77
minSdkVersion 21
88
targetSdkVersion 29
9-
versionCode 36
10-
versionName "1.7.2"
9+
versionCode 37
10+
versionName "1.7.3"
1111
}
1212
buildTypes {
1313
debug {

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

-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
<resources>
2-
<string name="app_name" translatable="false">WhatsApp Web To Go</string>
3-
<string name="appversion_semantic" translatable="false">1.7.2</string>
4-
5-
<string name="versionInfoText">Terima kasih telah memperbarui!\nYang baru di versi 1.7.2:\n&#8211;Fix download extension matcher\n&#8211;Make chat size fit phone screen (thanks @benehmb)</string>
62
<string name="introInfoText">Terima kasih telah memasang aplikasi ini!\nTinggal menghubungkan ponsel Anda seperti yang Anda lakukan di komputer.\nUntuk mengunci dan membuka kunci papan ketik, gunakan tombol papan ketik di kanan atas. Pengaturan Anda akan disimpan.</string>
7-
<string name="aboutText" translatable="false">WhatsApp Web 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>
83

94
<string name="navigation_drawer_open">Buka bilah navigasi</string>
105
<string name="navigation_drawer_close">Tutup bilah navigasi</string>

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<resources>
22
<string name="app_name" translatable="false">WhatsApp Web To Go</string>
3-
<string name="appversion_semantic" translatable="false">1.7.2</string>
3+
<string name="appversion_semantic" translatable="false">1.7.3</string>
4+
<string name="versionInfoText" translatable="false">Thanks for updating!\nNew in version 1.7.3:\n&#8211;Use built-in tools for darkmode if supported\n&#8211;Fix punctuation, capitalization, app name, spelling (thanks @MicaelJarniac)\n&#8211;Add Indonesian Localization (thanks @the7thNightmare)\n&#8211;Add safety popup for logout action\n&#8211;Reorder hamburger menu\n&#8211;Fix view broken on tablets</string>
45

5-
<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>
66
<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>
7-
<string name="aboutText" translatable="false">WhatsApp Web 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>
7+
<string name="aboutText" translatable="false">WhatsApp Web To Go\n\nby Leonhard Künzler\[email protected]\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017&#8211;2022\n\nv1.7.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>
88

99
<string name="navigation_drawer_open">Open navigation drawer</string>
1010
<string name="navigation_drawer_close">Close navigation drawer</string>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* Use built-in tools for darkmode if supported
2+
* Fix punctuation, capitalization, app name, spelling (thanks @MicaelJarniac)
3+
* Add Indonesian Localization (thanks @the7thNightmare)
4+
* Add safety popup for logout action
5+
* Reorder hamburger menu
6+
* Fix view broken on tablets

0 commit comments

Comments
 (0)