From 929cbd80b68a5e8be70b0995fb98da4f0046f538 Mon Sep 17 00:00:00 2001 From: sunilpaulmathew Date: Sat, 10 Dec 2022 09:40:42 +0100 Subject: [PATCH] The Translator v0.18 Signed-off-by: sunilpaulmathew --- Credits.md | 1 + README.md | 4 ++-- app/build.gradle | 6 +++--- app/src/main/assets/changelogs.json | 2 +- .../translator/activities/SettingsActivity.java | 1 + fastlane/metadata/android/en-US/changelogs/17.txt | 6 ------ fastlane/metadata/android/en-US/changelogs/18.txt | 6 ++++++ 7 files changed, 14 insertions(+), 12 deletions(-) delete mode 100644 fastlane/metadata/android/en-US/changelogs/17.txt create mode 100644 fastlane/metadata/android/en-US/changelogs/18.txt diff --git a/Credits.md b/Credits.md index 0cf5861..d50e704 100644 --- a/Credits.md +++ b/Credits.md @@ -23,5 +23,6 @@ The Translator is, and as always, an open-source project which is ready to accep * Julien Lepiller, French Translations * [David Delarosa](https://github.com/xdavidel), Hebrew Translations * [XiMods](https://t.me/XiModsOfficial), Arabic Translations +* [Alpha](https://github.com/alpha4041), Italian Translations _If you think I missed your name, please let me know._ \ No newline at end of file diff --git a/README.md b/README.md index 36b9a16..c42a177 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.17-green)](https://play.google.com/store/apps/details?id=com.sunilpaulmathew.translator) +[![](https://img.shields.io/badge/The%20Translator-v0.18-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) @@ -41,7 +41,7 @@ A list of people who contributed to this project is available [here](Credits.md) ## License - Copyright (C) 2021-2022 sunilpaulmathew + Copyright (C) 2022-2023 sunilpaulmathew The Translator is a free softwares: you can redistribute it and/or modify it under the terms of the GNU General Public License as published diff --git a/app/build.gradle b/app/build.gradle index 9d0876d..e3ecd5c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,8 +18,8 @@ android { applicationId "com.sunilpaulmathew.translator" minSdkVersion 23 targetSdkVersion 33 - versionCode 17 - versionName "v0.17" + versionCode 18 + versionName "v0.18" vectorDrawables.useSupportLibrary = true archivesBaseName = "$applicationId-$versionName" signingConfig signingConfigs.release @@ -41,6 +41,6 @@ android { } dependencies { - implementation 'com.github.sunilpaulmathew:sCommon:0000d792e2' + implementation 'com.github.sunilpaulmathew:sCommon:ed84559b58' implementation 'com.google.android.material:material:1.7.0' } \ No newline at end of file diff --git a/app/src/main/assets/changelogs.json b/app/src/main/assets/changelogs.json index 9c62592..8332861 100644 --- a/app/src/main/assets/changelogs.json +++ b/app/src/main/assets/changelogs.json @@ -1,3 +1,3 @@ { - "releaseNotes": "v0.17\n - Improved string editing menu (now includes a reload button).\n - Fixed occasional crashes on saving strings.\n - App now monitor and prompt to report crashes.\n - App now targets Android 12.\n - Brand-New credits page.\n - Miscellaneous changes.\n\nv0.16\n - Removed restrictions related to illegal text (except for very few cases).\n - Restore picking xml files from device storage on Android 11.\n - Included a bunch of internal improvements.\n - Now built using latest Gradle plugin.\n - Updated Chinese (simplified) translations.\n - Miscellaneous changes.\n\nv0.15\n - App will now target latest Android SDK.\n - Import string option on Android 11 and above is replaced with a more flexible copy-paste option.\n - Now built using latest Gradle plugin.\n - Added French & Hebrew translation\n - Updated Chinese (traditional & simplified) translations.\n - Miscellaneous changes.\n\nv0.13\n - Added Find & Replace option to Settings page.\n - Added Portuguese translation\n - Updated Chinese (traditional & simplified) translations.\n - Miscellaneous changes.\n\nv0.12\n - Improved settings page.\n - App will now allow replacing strings while saving.\n - Credits are now moved to Settings page.\n - Added Vietnamese translations.\n - Updated Chinese translations.\n - Miscellaneous changes.\n\nv0.11\n - Added option to directly import strings from URL.\n - Improved file picking on some devices.\n - Updated polish translation.\n - Miscellaneous changes.\n\nv0.10\n - Temporarily fixed storage related issues on Android 11.\n - Added Esperanto translation.\n - Miscellaneous changes.\n\nv0.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." + "releaseNotes": "v0.18\n - Completely fixed occasional crashes.\n - Improved string editing layout\n - Added Arabic and Italian translations.\n - Updated Portuguese (Brazilian) and Turkish translations.\n - Updated build tools.\n - Miscellaneous changes.\n\nv0.17\n - Improved string editing menu (now includes a reload button).\n - Fixed occasional crashes on saving strings.\n - App now monitor and prompt to report crashes.\n - App now targets Android 12.\n - Brand-New credits page.\n - Miscellaneous changes.\n\nv0.16\n - Removed restrictions related to illegal text (except for very few cases).\n - Restore picking xml files from device storage on Android 11.\n - Included a bunch of internal improvements.\n - Now built using latest Gradle plugin.\n - Updated Chinese (simplified) translations.\n - Miscellaneous changes.\n\nv0.15\n - App will now target latest Android SDK.\n - Import string option on Android 11 and above is replaced with a more flexible copy-paste option.\n - Now built using latest Gradle plugin.\n - Added French & Hebrew translation\n - Updated Chinese (traditional & simplified) translations.\n - Miscellaneous changes.\n\nv0.13\n - Added Find & Replace option to Settings page.\n - Added Portuguese translation\n - Updated Chinese (traditional & simplified) translations.\n - Miscellaneous changes.\n\nv0.12\n - Improved settings page.\n - App will now allow replacing strings while saving.\n - Credits are now moved to Settings page.\n - Added Vietnamese translations.\n - Updated Chinese translations.\n - Miscellaneous changes.\n\nv0.11\n - Added option to directly import strings from URL.\n - Improved file picking on some devices.\n - Updated polish translation.\n - Miscellaneous changes.\n\nv0.10\n - Temporarily fixed storage related issues on Android 11.\n - Added Esperanto translation.\n - Miscellaneous changes.\n\nv0.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/java/com/sunilpaulmathew/translator/activities/SettingsActivity.java b/app/src/main/java/com/sunilpaulmathew/translator/activities/SettingsActivity.java index d5e0464..abc0e28 100644 --- a/app/src/main/java/com/sunilpaulmathew/translator/activities/SettingsActivity.java +++ b/app/src/main/java/com/sunilpaulmathew/translator/activities/SettingsActivity.java @@ -212,6 +212,7 @@ public static List getCredits() { mData.add(new sSerializableItems(null, "David Delarosa", "Hebrew Translations", "https://github.com/xdavidel")); mData.add(new sSerializableItems(null, "Alison Martins", "Portuguese (Brazilian) Translations", "https://github.com/Alimsoftware")); mData.add(new sSerializableItems(null, "XiMods", "Arabic Translations", "https://t.me/XiModsOfficial")); + mData.add(new sSerializableItems(null, "Alpha", "Italian Translations", "https://github.com/alpha4041")); return mData; } diff --git a/fastlane/metadata/android/en-US/changelogs/17.txt b/fastlane/metadata/android/en-US/changelogs/17.txt deleted file mode 100644 index 7fe97b2..0000000 --- a/fastlane/metadata/android/en-US/changelogs/17.txt +++ /dev/null @@ -1,6 +0,0 @@ -* Improved string editing menu (now includes a reload button). -* Fixed occasional crashes on saving strings. -* App now monitor and prompt to report crashes. -* App now targets Android 12. -* Brand-New credits page. -* Miscellaneous changes. \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/18.txt b/fastlane/metadata/android/en-US/changelogs/18.txt new file mode 100644 index 0000000..dc1f108 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/18.txt @@ -0,0 +1,6 @@ +* Completely fixed occasional crashes. +* Improved string editing layout +* Added Arabic and Italian translations. +* Updated Portuguese (Brazilian) and Turkish translations. +* Updated build tools. +* Miscellaneous changes. \ No newline at end of file