From a17f685c60c6c98277ef22233e5e46588616b118 Mon Sep 17 00:00:00 2001 From: sunilpaulmathew Date: Sun, 24 Jan 2021 16:16:55 +0100 Subject: [PATCH] The Translator v0.9 Signed-off-by: sunilpaulmathew --- README.md | 4 ++-- app/build.gradle | 6 +++--- app/src/main/assets/changelogs.json | 2 +- app/src/main/res/values-tr-rTR/strings.xml | 2 +- fastlane/metadata/android/en-US/changelogs/8.txt | 2 -- fastlane/metadata/android/en-US/changelogs/9.txt | 4 ++++ 6 files changed, 11 insertions(+), 9 deletions(-) delete mode 100644 fastlane/metadata/android/en-US/changelogs/8.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/9.txt diff --git a/README.md b/README.md index 7f8f136..65ff4db 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![The Translator](app/src/main/res/mipmap-xxxhdpi/ic_launcher.png?raw=true) -[![](https://img.shields.io/badge/The%20Translator-v0.8-green)](https://play.google.com/store/apps/details?id=com.sunilpaulmathew.translator) +[![](https://img.shields.io/badge/The%20Translator-v0.9-green)](https://play.google.com/store/apps/details?id=com.sunilpaulmathew.translator) ![](https://img.shields.io/github/languages/top/sunilpaulmathew/Translator) ![](https://img.shields.io/github/contributors/sunilpaulmathew/Translator) ![](https://img.shields.io/github/license/sunilpaulmathew/Translator) @@ -18,7 +18,7 @@ height="80">](https://f-droid.org/packages/com.sunilpaulmathew.translator) [](https://github.com/sunilpaulmathew/Translator/releases/download/v0.8/com.sunilpaulmathew.translator-v0.8-release.apk) + height="80">](https://github.com/sunilpaulmathew/Translator/releases/download/v0.9/com.sunilpaulmathew.translator-v0.9-release.apk) ## Features * Quickly and easily translate android app's language strings (string.xml). diff --git a/app/build.gradle b/app/build.gradle index d07f252..b335677 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "com.sunilpaulmathew.translator" minSdkVersion 23 targetSdkVersion 30 - versionCode 8 - versionName "v0.8" + versionCode 9 + versionName "v0.9" vectorDrawables.useSupportLibrary = true archivesBaseName = "$applicationId-$versionName" signingConfig signingConfigs.release @@ -45,5 +45,5 @@ android { } dependencies { - implementation 'com.google.android.material:material:1.3.0-beta01' + implementation 'com.google.android.material:material:1.3.0-rc01' } \ No newline at end of file diff --git a/app/src/main/assets/changelogs.json b/app/src/main/assets/changelogs.json index f90a67c..dd4666d 100644 --- a/app/src/main/assets/changelogs.json +++ b/app/src/main/assets/changelogs.json @@ -1,3 +1,3 @@ { - "releaseNotes": "v0.8\n - Added Chinese (Simplified) and Polish translations.\n - Miscellaneous changes.\n\nv0.7\n - Improved app UI.\n - Fixed crashes on various situations.\n - Improved illegal character warning.\n - Overall code improvements.\n - Miscellaneous changes.\n\nv0.6\n - Added Amharic Translations.\n - Added a licence view.\n - Switch to blue accent.\n - Miscellaneous changes.\n\nv0.5\n - Completely removed Google Ads.\n - Fixed some issues on importing strings.\n - Updated build tools.\n - Miscellaneous changes.\n\nv0.4\n - Added Spanish, Russian and Ukrainian translations.\n - Slightly updated app layout.\n - Miscellaneous changes.\n\nv0.3\n - Add info/warning icons to warn illegal characters.\n - Show real-time warning by coloring text into red when a user enters an illegal texts.\n - Allow removing lines by long click.\n - Added option to share exported string.\n - Added Indonesian and Malayalam translations.\n - Improved script view and saving.\n - Highlight matching words when searching.\n - Updated translations.\n\nv0.2\n - Rebuild from nearly scratch.\n - Added Korean, Portuguese (Brazilian) and German translations.\n - A bunch of bug fixes and improvements.\n - Miscellaneous changes.\n\nv0.1\n - Initial release." + "releaseNotes": "v0.9\n - Moved top menu items into a new Settings page.\n - Added Turkish translation.\n - Updated Chinese, Spanish and Malayalam translation.\n - Miscellaneous changes.\n\nv0.8\n - Added Chinese (Simplified) and Polish translations.\n - Miscellaneous changes.\n\nv0.7\n - Improved app UI.\n - Fixed crashes on various situations.\n - Improved illegal character warning.\n - Overall code improvements.\n - Miscellaneous changes.\n\nv0.6\n - Added Amharic Translations.\n - Added a licence view.\n - Switch to blue accent.\n - Miscellaneous changes.\n\nv0.5\n - Completely removed Google Ads.\n - Fixed some issues on importing strings.\n - Updated build tools.\n - Miscellaneous changes.\n\nv0.4\n - Added Spanish, Russian and Ukrainian translations.\n - Slightly updated app layout.\n - Miscellaneous changes.\n\nv0.3\n - Add info/warning icons to warn illegal characters.\n - Show real-time warning by coloring text into red when a user enters an illegal texts.\n - Allow removing lines by long click.\n - Added option to share exported string.\n - Added Indonesian and Malayalam translations.\n - Improved script view and saving.\n - Highlight matching words when searching.\n - Updated translations.\n\nv0.2\n - Rebuild from nearly scratch.\n - Added Korean, Portuguese (Brazilian) and German translations.\n - A bunch of bug fixes and improvements.\n - Miscellaneous changes.\n\nv0.1\n - Initial release." } \ No newline at end of file diff --git a/app/src/main/res/values-tr-rTR/strings.xml b/app/src/main/res/values-tr-rTR/strings.xml index 5be1367..070247e 100644 --- a/app/src/main/res/values-tr-rTR/strings.xml +++ b/app/src/main/res/values-tr-rTR/strings.xml @@ -47,7 +47,7 @@ Ayarlar Paylaş Uygulamayı paylaş - Arkadaşlarını The Translator'ı denemeye davet et + Arkadaşlarını The Translator\'ı denemeye davet et %s/The Translator tarafından paylaşıldı The Translator v%s PlayStore\'dan elde edilebilir: https://play.google.com/store/apps/details?id=com.sunilpaulmathew.translator İle paylaş diff --git a/fastlane/metadata/android/en-US/changelogs/8.txt b/fastlane/metadata/android/en-US/changelogs/8.txt deleted file mode 100644 index 60a954f..0000000 --- a/fastlane/metadata/android/en-US/changelogs/8.txt +++ /dev/null @@ -1,2 +0,0 @@ -* Added Chinese (Simplified) and Polish translations. -* Miscellaneous changes. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/9.txt b/fastlane/metadata/android/en-US/changelogs/9.txt new file mode 100644 index 0000000..55aa50d --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/9.txt @@ -0,0 +1,4 @@ +* Moved top menu items into a new Settings page. +* Added Turkish translation. +* Updated Chinese, Spanish and Malayalam translation. +* Miscellaneous changes. \ No newline at end of file