Skip to content

Commit

Permalink
Bump to 1.7.3 / 37
Browse files Browse the repository at this point in the history
  • Loading branch information
92lleo committed Oct 4, 2022
1 parent 7504d9a commit f2cdd2c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 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 36
versionName "1.7.2"
versionCode 37
versionName "1.7.3"
}
buildTypes {
debug {
Expand Down
5 changes: 0 additions & 5 deletions app/src/main/res/values-id/strings.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<resources>
<string name="app_name" translatable="false">WhatsApp Web To Go</string>
<string name="appversion_semantic" translatable="false">1.7.2</string>

<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>
<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>
<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>

<string name="navigation_drawer_open">Buka bilah navigasi</string>
<string name="navigation_drawer_close">Tutup bilah navigasi</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.2</string>
<string name="appversion_semantic" translatable="false">1.7.3</string>
<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>

<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">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>
<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>

<string name="navigation_drawer_open">Open navigation drawer</string>
<string name="navigation_drawer_close">Close navigation drawer</string>
Expand Down
6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/37.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* Use built-in tools for darkmode if supported
* Fix punctuation, capitalization, app name, spelling (thanks @MicaelJarniac)
* Add Indonesian Localization (thanks @the7thNightmare)
* Add safety popup for logout action
* Reorder hamburger menu
* Fix view broken on tablets

0 comments on commit f2cdd2c

Please sign in to comment.