Skip to content

Commit

Permalink
The Translator v0.15
Browse files Browse the repository at this point in the history
Signed-off-by: sunilpaulmathew <[email protected]>
  • Loading branch information
sunilpaulmathew committed Jun 5, 2021
1 parent 461bc1e commit fd0e648
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 8 deletions.
2 changes: 2 additions & 0 deletions Credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ The Translator is, and as always, an open-source project which is ready to accep
* Hoa Gia Đại Thiếu, Vietnamese Translations
* [jason5545](https://github.com/jason5545), Chinese (traditional) Translations
* [WalkerPt](https://github.com/WalkerPt), Portuguese Translations
* Julien Lepiller, French Translations
* [David Delarosa](https://github.com/xdavidel), Hebrew Translations

_If you think I missed your name, please let me know._
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13-green)](https://play.google.com/store/apps/details?id=com.sunilpaulmathew.translator)
[![](https://img.shields.io/badge/The%20Translator-v0.15-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)
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ android {
applicationId "com.sunilpaulmathew.translator"
minSdkVersion 23
targetSdkVersion 30
versionCode 13
versionName "v0.13"
versionCode 15
versionName "v0.15"
vectorDrawables.useSupportLibrary = true
archivesBaseName = "$applicationId-$versionName"
signingConfig signingConfigs.release
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/assets/changelogs.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"releaseNotes": "v0.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.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."
}
4 changes: 0 additions & 4 deletions fastlane/metadata/android/en-US/changelogs/13.txt

This file was deleted.

6 changes: 6 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/15.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
* App will now target latest Android SDK.
* Import string option on Android 11 and above is replaced with a more flexible copy-paste option.
* Now built using latest Gradle plugin.
* Added French & Hebrew translation
* Updated Chinese (traditional & simplified) translations.
* Miscellaneous changes.

0 comments on commit fd0e648

Please sign in to comment.