diff --git a/app/build.gradle b/app/build.gradle index ddafdbd..34f9d58 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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 { diff --git a/app/src/main/res/values-id/strings.xml b/app/src/main/res/values-id/strings.xml index 9922646..0d8ff6a 100644 --- a/app/src/main/res/values-id/strings.xml +++ b/app/src/main/res/values-id/strings.xml @@ -1,10 +1,5 @@ - WhatsApp Web To Go - 1.7.2 - - Terima kasih telah memperbarui!\nYang baru di versi 1.7.2:\n–Fix download extension matcher\n–Make chat size fit phone screen (thanks @benehmb) 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. - WhatsApp Web To Go\n\nby Leonhard Künzler\nBasetwo GbR\nandroid@kuenzler.io\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017–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. Buka bilah navigasi Tutup bilah navigasi diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 7089fa5..3c0c3e2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,10 +1,10 @@ WhatsApp Web To Go - 1.7.2 + 1.7.3 + Thanks for updating!\nNew in version 1.7.3:\n–Use built-in tools for darkmode if supported\n–Fix punctuation, capitalization, app name, spelling (thanks @MicaelJarniac)\n–Add Indonesian Localization (thanks @the7thNightmare)\n–Add safety popup for logout action\n–Reorder hamburger menu\n–Fix view broken on tablets - Thanks for updating!\nNew in version 1.7.2:\n–Fix download extension matcher\n–Make chat size fit phone screen (thanks @benehmb) 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. - WhatsApp Web To Go\n\nby Leonhard Künzler\nBasetwo GbR\nandroid@kuenzler.io\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017–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. + WhatsApp Web To Go\n\nby Leonhard Künzler\nandroid@kuenzler.io\n\ngithub.com/92lleo/WhatsappWebToGo\n\n© 2017–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. Open navigation drawer Close navigation drawer diff --git a/fastlane/metadata/android/en-US/changelogs/37.txt b/fastlane/metadata/android/en-US/changelogs/37.txt new file mode 100644 index 0000000..fec526e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/37.txt @@ -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 \ No newline at end of file