Skip to content

Commit 929cbd8

Browse files
The Translator v0.18
Signed-off-by: sunilpaulmathew <[email protected]>
1 parent 6858f95 commit 929cbd8

File tree

7 files changed

+14
-12
lines changed

7 files changed

+14
-12
lines changed

Credits.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ The Translator is, and as always, an open-source project which is ready to accep
2323
* Julien Lepiller, French Translations
2424
* [David Delarosa](https://github.com/xdavidel), Hebrew Translations
2525
* [XiMods](https://t.me/XiModsOfficial), Arabic Translations
26+
* [Alpha](https://github.com/alpha4041), Italian Translations
2627

2728
_If you think I missed your name, please let me know._

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
![The Translator](app/src/main/res/mipmap-xxxhdpi/ic_launcher.png?raw=true)
44

5-
[![](https://img.shields.io/badge/The%20Translator-v0.17-green)](https://play.google.com/store/apps/details?id=com.sunilpaulmathew.translator)
5+
[![](https://img.shields.io/badge/The%20Translator-v0.18-green)](https://play.google.com/store/apps/details?id=com.sunilpaulmathew.translator)
66
![](https://img.shields.io/github/languages/top/sunilpaulmathew/Translator)
77
![](https://img.shields.io/github/contributors/sunilpaulmathew/Translator)
88
![](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)
4141

4242
## License
4343

44-
Copyright (C) 2021-2022 sunilpaulmathew <[email protected]>
44+
Copyright (C) 2022-2023 sunilpaulmathew <[email protected]>
4545

4646
The Translator is a free softwares: you can redistribute it and/or
4747
modify it under the terms of the GNU General Public License as published

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ android {
1818
applicationId "com.sunilpaulmathew.translator"
1919
minSdkVersion 23
2020
targetSdkVersion 33
21-
versionCode 17
22-
versionName "v0.17"
21+
versionCode 18
22+
versionName "v0.18"
2323
vectorDrawables.useSupportLibrary = true
2424
archivesBaseName = "$applicationId-$versionName"
2525
signingConfig signingConfigs.release
@@ -41,6 +41,6 @@ android {
4141
}
4242

4343
dependencies {
44-
implementation 'com.github.sunilpaulmathew:sCommon:0000d792e2'
44+
implementation 'com.github.sunilpaulmathew:sCommon:ed84559b58'
4545
implementation 'com.google.android.material:material:1.7.0'
4646
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"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."
2+
"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."
33
}

app/src/main/java/com/sunilpaulmathew/translator/activities/SettingsActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ public static List<sSerializableItems> getCredits() {
212212
mData.add(new sSerializableItems(null, "David Delarosa", "Hebrew Translations", "https://github.com/xdavidel"));
213213
mData.add(new sSerializableItems(null, "Alison Martins", "Portuguese (Brazilian) Translations", "https://github.com/Alimsoftware"));
214214
mData.add(new sSerializableItems(null, "XiMods", "Arabic Translations", "https://t.me/XiModsOfficial"));
215+
mData.add(new sSerializableItems(null, "Alpha", "Italian Translations", "https://github.com/alpha4041"));
215216
return mData;
216217
}
217218

fastlane/metadata/android/en-US/changelogs/17.txt

Lines changed: 0 additions & 6 deletions
This file was deleted.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
* Completely fixed occasional crashes.
2+
* Improved string editing layout
3+
* Added Arabic and Italian translations.
4+
* Updated Portuguese (Brazilian) and Turkish translations.
5+
* Updated build tools.
6+
* Miscellaneous changes.

0 commit comments

Comments
 (0)