Skip to content
This repository has been archived by the owner on Sep 28, 2019. It is now read-only.

Commit

Permalink
add paradoxo translation support hints and new version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jochen@homeland committed Aug 3, 2019
1 parent 957cbde commit 03f00ca
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ It is a simple text file editor for Android. You can use it via a file manager a
- use the App to write notes
- stores changes on closing or pausing the App (optionaly)
- set your favorite font size and switch between normal or monospace style
- languages: english, japanese, german, russian, french
- languages: english, japanese, german, russian, french, brazilian portuguese
- a **save now** button
- very small widget added (needs phone restart)

## Get the App

You can get a signed APK (4.1+) from [here](https://raw.githubusercontent.com/no-go/TextThing/master/app/release/click.dummer.textthing.apk)
You can get a signed APK (4.1+) from [here](https://raw.githubusercontent.com/no-go/TextThing/master/app/release/click.dummer.textthing.apk), but it could be a bit outdated.

Alternative:

Expand All @@ -47,12 +47,16 @@ Thanks to [naofum](https://github.com/naofum) for a japanese translation!

![japanese translation](stuff/japanese_translation.jpg)

### Brazilian Portuguese translation

Thanks to [Paradoxo](https://www.youtube.com/user/Paradoxo10) for a brazilian portuguese translation!

## Links

- [Jochen Peters Krefeld](http://digisocken.de)
- [App Home](http://no-go.github.io/TextThing/)
- [Source](https://github.com/no-go/TextThing)
- [APK File](https://github.com/no-go/TextThing/raw/master/app/release/click.dummer.textthing.apk)
- [maybe old APK File](https://github.com/no-go/TextThing/raw/master/app/release/click.dummer.textthing.apk)

## License

Expand All @@ -77,7 +81,7 @@ The google play store collect non-personal information such as the data of insta

If you have any questions or concerns about my Privacy Policy or data processing, please contact me.

## Special thanks
## Special Thanks

- Michael Grieswald on google play for a good/bad review. I made the "auto save" as an option after reading it.

Expand Down
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ android {
applicationId "click.dummer.textthing"
minSdkVersion 16
targetSdkVersion 26
// gplay code is deadlockz
versionCode 214
versionName "2.14"
versionCode 215
versionName "2.15"
}
buildTypes {
release {
Expand Down
4 changes: 3 additions & 1 deletion metadata/de-DE/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Funktionen:
👉 nützlich für Notizen
👉 optional werden Änderungen beim Schließen oder Pausieren dauerhaft gespeichert
👉 Neben den Themes lassen sich auch Schriftgröße und Stil anpassen
👉 App Sprachen: englisch, japanisch, deutsch, russisch, französisch
👉 App Sprachen: englisch, japanisch, deutsch, russisch, französisch, brasilianisches portugisisch
👉 Speichern Knopf
👉 ein kleines Widget um Notizen auf Startbildschirm zu sehen

Expand All @@ -20,3 +20,5 @@ Dank gilt <a href="https://github.com/xinxinxinxinxin">xin</a> für eine franz
Dank gilt <a href="https://github.com/alexxxdev">Alexey</a> für eine russische Übersetzung!

Dank gilt <a href="https://github.com/naofum">naofum</a> für eine japanische Übersetzung!

Dank gilt <a href="https://www.youtube.com/user/Paradoxo10">Paradoxo</a> für eine brasilianisch-portugisische Übersetzung!
4 changes: 3 additions & 1 deletion metadata/en-US/full_description.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Features:
👉 use the App to write notes
👉 stores changes on closing or on pausing the App (optional)
👉 set your favorite font size and switch between normal or monospace style
👉 languages: english, japanese, german, russian, french
👉 languages: english, japanese, german, russian, french, brazilian portuguese
👉 a save button
👉 very small widget added (needs phone restart)

Expand All @@ -20,3 +20,5 @@ Thanks to <a href="https://github.com/xinxinxinxinxin">xin</a> for a french tran
Thanks to <a href="https://github.com/alexxxdev">Alexey</a> for a russian translation!

Thanks to <a href="https://github.com/naofum">naofum</a> for a japanese translation!

Thanks to <a href="https://www.youtube.com/user/Paradoxo10">Paradoxo</a> for a brazilian portuguese translation!

0 comments on commit 03f00ca

Please sign in to comment.