diff --git a/.gitignore b/.gitignore
index 4cd1c5e..21da499 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,6 @@
/captures
keystore.jks
keystore.properties
+fastlane/fastlane.json
+Gemfile
+Gemfile.lock
diff --git a/README.md b/README.md
index 972985b..24cd7f0 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# Simple Thank You
-
+
If you like our apps which are free, non-intrusive and have no ads, please consider supporting us in some way. It will be hugely appreciated.
@@ -23,6 +23,6 @@ https://www.reddit.com/r/SimpleMobileTools
diff --git a/fastlane/Appfile b/fastlane/Appfile
new file mode 100644
index 0000000..bcd0452
--- /dev/null
+++ b/fastlane/Appfile
@@ -0,0 +1,2 @@
+json_key_file("fastlane/fastlane.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
+package_name("com.simplemobiletools.thankyou") # e.g. com.krausefx.app
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
new file mode 100644
index 0000000..19c557c
--- /dev/null
+++ b/fastlane/Fastfile
@@ -0,0 +1,38 @@
+# This file contains the fastlane.tools configuration
+# You can find the documentation at https://docs.fastlane.tools
+#
+# For a list of all available actions, check out
+#
+# https://docs.fastlane.tools/actions
+#
+# For a list of all available plugins, check out
+#
+# https://docs.fastlane.tools/plugins/available-plugins
+#
+
+# Uncomment the line if you want fastlane to automatically update itself
+# update_fastlane
+
+default_platform(:android)
+
+platform :android do
+ desc "Runs all the tests"
+ lane :test do
+ gradle(task: "test")
+ end
+
+ desc "Submit a new Beta Build to Crashlytics Beta"
+ lane :beta do
+ gradle(task: "clean assembleRelease")
+ crashlytics
+
+ # sh "your_script.sh"
+ # You can also use other beta testing services here
+ end
+
+ desc "Deploy a new version to the Google Play"
+ lane :deploy do
+ gradle(task: "clean assembleRelease")
+ upload_to_play_store
+ end
+end
diff --git a/fastlane/metadata/android/ar/full_description.txt b/fastlane/metadata/android/ar/full_description.txt
index c5a5d47..1a329bb 100644
--- a/fastlane/metadata/android/ar/full_description.txt
+++ b/fastlane/metadata/android/ar/full_description.txt
@@ -1,21 +1,21 @@
-إذا كنت تحب تطبيقاتنا المجانية وغير المتطفلة والتي لا تحتوي على إعلانات ، فيرجى التفكير في دعمنا بطريقة ما. سيكون موضع تقدير كبير.
+إذا كنت تحب تطبيقاتنا المجانية, غير التطفلية ولا تحتوي على إعلانات ، فيرجى التفكير في دعمنا بطريقة ما. سيكون موضع تقدير كبير.
-سيؤدي تثبيت هذا التطبيق إلى منع عرض مربع حوار "تبرع من فضلك" في التطبيقات المجانية. بخلاف ذلك ، فإنه يسمح أيضا باستخدام سمة مشتركة ، مما يعني أنه بمجرد تغيير لون في تطبيق واحد ، سيتم تحديث جميع التطبيقات الأخرى. ستتلقى التطبيقات المثبتة حديثا من المجموعة الألوان المشتركة تلقائيا أيضا.
+سيؤدي تثبيت هذا التطبيق الي منع عرض مربع حوار "تبرع من فضلك" في التطبيقات المجانية. غير ذلك، فإنه يسمح أيضاً باستخدام سمة مشتركة، مما يعني أنه بمجرد تغيير اللون في تطبيق واحد، سيتم تحديث جميع التطبيقات الأخرى. سوف تتلقى التطبيقات المثبتة حديثاً من المجموعة الألوان المشتركة تلقائياً أيضاً.
-يرجى إبقاء التطبيق مثبتا لمدة يوم واحد على الأقل ، لتجنب استرداد الأموال تلقائيا.
+قد يفتح المزيد من الميزات الإضافية في المستقبل. يرجى الإحتفاظ بالتطبيق مثبتاً على الأقل لمدة يوم واحد ، لتجنب إعادة الأموال تلقائياً.
-هذا التطبيق ليس بديلا لإصدارات تطبيق Pro. سيظل عليك شرائها بشكل منفصل ، في حال كنت ترغب في استخدامها.
+هذا التطبيق ليس بديلاً لإصدارات التطبيقات الـ (Pro). سيتعين عليك شراؤها بشكل منفصل ، في حالة كنت تريد إستخدامها.
-لا يحتوي على إعلانات أو أذونات غير ضرورية. إنه مفتوح المصدر بالكامل ، ويوفر ألوانا قابلة للتخصيص.
+لا يحتوي على إعلانات أو أذونات غير ضرورية. فهو مفتوح المصدر بالكامل ، ويوفر ألواناً قابلة للتخصيص.
-تحقق من المجموعة الكاملة من الأدوات البسيطة هنا:
+Check out the full suite of Simple Tools here:
https://www.simplemobiletools.com
-فيسبوك:
+Facebook:
https://www.facebook.com/simplemobiletools
-ريديت:
+Reddit:
https://www.reddit.com/r/SimpleMobileTools
-برقية:
+Telegram:
https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/ar/short_description.txt b/fastlane/metadata/android/ar/short_description.txt
index 93edc83..73e2c68 100644
--- a/fastlane/metadata/android/ar/short_description.txt
+++ b/fastlane/metadata/android/ar/short_description.txt
@@ -1 +1 @@
-شكرا جزيلا لك على دعم تطبيقات أدوات الجوال الحديثة والسهلة الخاصة بنا!
+شكراً لدعمكم لنا!
\ No newline at end of file
diff --git a/fastlane/metadata/android/ar/title.txt b/fastlane/metadata/android/ar/title.txt
index 6fce4ce..d7edea8 100644
--- a/fastlane/metadata/android/ar/title.txt
+++ b/fastlane/metadata/android/ar/title.txt
@@ -1 +1 @@
-شكر بسيط
+شكراً لكم
\ No newline at end of file
diff --git a/fastlane/metadata/android/ar/video.txt b/fastlane/metadata/android/ar/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/az-AZ/full_description.txt b/fastlane/metadata/android/az-AZ/full_description.txt
new file mode 100644
index 0000000..b34d02e
--- /dev/null
+++ b/fastlane/metadata/android/az-AZ/full_description.txt
@@ -0,0 +1,19 @@
+If you like our apps which are free, non-intrusive and have no ads, please consider supporting us in some way. It will be hugely appreciated.
+
+Please keep the app installed at least for a day, to avoid getting automatically refunded.
+
+The purpose of this app is just to avoid sporadically seeing the "Donate please" dialog, it might unlock extra features in the future.
+
+Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
+
+Check out the full suite of Simple Tools here:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/az-AZ/short_description.txt b/fastlane/metadata/android/az-AZ/short_description.txt
new file mode 100644
index 0000000..34ca43d
--- /dev/null
+++ b/fastlane/metadata/android/az-AZ/short_description.txt
@@ -0,0 +1 @@
+Bizi dəstəkləmək istəyən insanlar üçün ödənişli tətbiq, əlavə heçnə.
\ No newline at end of file
diff --git a/fastlane/metadata/android/az-AZ/title.txt b/fastlane/metadata/android/az-AZ/title.txt
new file mode 100644
index 0000000..c957805
--- /dev/null
+++ b/fastlane/metadata/android/az-AZ/title.txt
@@ -0,0 +1 @@
+Sadə Təşəkkür
\ No newline at end of file
diff --git a/fastlane/metadata/android/az-AZ/video.txt b/fastlane/metadata/android/az-AZ/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/en-US/full_description.txt b/fastlane/metadata/android/bg/full_description.txt
similarity index 100%
rename from fastlane/metadata/android/en-US/full_description.txt
rename to fastlane/metadata/android/bg/full_description.txt
diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/bg/short_description.txt
similarity index 84%
rename from fastlane/metadata/android/en-US/short_description.txt
rename to fastlane/metadata/android/bg/short_description.txt
index 012cb57..a053e8e 100644
--- a/fastlane/metadata/android/en-US/short_description.txt
+++ b/fastlane/metadata/android/bg/short_description.txt
@@ -1 +1 @@
-A warm Thank You for supporting our modern & easy Simple Mobile Tools apps!
+A warm Thank You for supporting our modern & easy Simple Mobile Tools apps!
\ No newline at end of file
diff --git a/fastlane/metadata/android/bg/title.txt b/fastlane/metadata/android/bg/title.txt
index 9d79ebb..63a9f62 100644
--- a/fastlane/metadata/android/bg/title.txt
+++ b/fastlane/metadata/android/bg/title.txt
@@ -1 +1 @@
-Обикновено Благодаря
+Обикновено Благодаря
\ No newline at end of file
diff --git a/fastlane/metadata/android/bg/video.txt b/fastlane/metadata/android/bg/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/ca/short_description.txt b/fastlane/metadata/android/ca/short_description.txt
index 0584667..27e567d 100644
--- a/fastlane/metadata/android/ca/short_description.txt
+++ b/fastlane/metadata/android/ca/short_description.txt
@@ -1 +1 @@
-Moltes gràcies per ajudar les nostres aplicacions d'eines mòbils senzilles i modernes!
+Moltes gràcies per ajudar les nostres aplicacions d'eines mòbils senzilles
\ No newline at end of file
diff --git a/fastlane/metadata/android/ca/title.txt b/fastlane/metadata/android/ca/title.txt
index 7b49074..ecd1c4e 100644
--- a/fastlane/metadata/android/ca/title.txt
+++ b/fastlane/metadata/android/ca/title.txt
@@ -1 +1 @@
-Simple Thank You
+Simple Thank You
\ No newline at end of file
diff --git a/fastlane/metadata/android/ca/video.txt b/fastlane/metadata/android/ca/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/cs/full_description.txt b/fastlane/metadata/android/cs-CZ/full_description.txt
similarity index 80%
rename from fastlane/metadata/android/cs/full_description.txt
rename to fastlane/metadata/android/cs-CZ/full_description.txt
index fb48c68..2fa7cc2 100644
--- a/fastlane/metadata/android/cs/full_description.txt
+++ b/fastlane/metadata/android/cs-CZ/full_description.txt
@@ -8,4 +8,14 @@ Tato aplikace není náhradou za Pro verze aplikací. Pokud je chcete používat
Neobsahuje žádné reklamy ani nepotřebná oprávnění. Má otevřený zdrojový kód a možnost změny barev.
-Tato aplikace je jen jednou ze sady aplikací. Ostatní si můžete prohlédnout na https://www.simplemobiletools.com
+Check out the full suite of Simple Tools here:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/cs-CZ/short_description.txt b/fastlane/metadata/android/cs-CZ/short_description.txt
new file mode 100644
index 0000000..424df92
--- /dev/null
+++ b/fastlane/metadata/android/cs-CZ/short_description.txt
@@ -0,0 +1 @@
+Děkujeme za podporu!
\ No newline at end of file
diff --git a/fastlane/metadata/android/cs-CZ/title.txt b/fastlane/metadata/android/cs-CZ/title.txt
new file mode 100644
index 0000000..39d2d36
--- /dev/null
+++ b/fastlane/metadata/android/cs-CZ/title.txt
@@ -0,0 +1 @@
+Jednoduché děkuji
\ No newline at end of file
diff --git a/fastlane/metadata/android/cs-CZ/video.txt b/fastlane/metadata/android/cs-CZ/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/cs/short_description.txt b/fastlane/metadata/android/cs/short_description.txt
deleted file mode 100644
index 663a158..0000000
--- a/fastlane/metadata/android/cs/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-Děkujeme za podporu!
diff --git a/fastlane/metadata/android/cs/title.txt b/fastlane/metadata/android/cs/title.txt
deleted file mode 100644
index b51f7fb..0000000
--- a/fastlane/metadata/android/cs/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-Jednoduché děkuji - Pro naše podporovatele
diff --git a/fastlane/metadata/android/da/full_description.txt b/fastlane/metadata/android/da-DK/full_description.txt
similarity index 91%
rename from fastlane/metadata/android/da/full_description.txt
rename to fastlane/metadata/android/da-DK/full_description.txt
index 4f9d9a0..8f5b4fc 100644
--- a/fastlane/metadata/android/da/full_description.txt
+++ b/fastlane/metadata/android/da-DK/full_description.txt
@@ -8,11 +8,14 @@ Lad venligst appen være installeret i mindst en dag for at undgå at blive auto
Du skal stadig købe dem separat, hvis du ønsker at bruge dem. Indeholder ingen reklamer eller unødvendige tilladelser. Den er fuldt ud opensource, giver tilpassede farver.
-Se hele pakken af Simple Tools her:
+Se hele pakken af Simple Tools her:
https://www.simplemobiletools.com
-Facebook:
+Facebook:
https://www.facebook.com/simplemobiletools
-Reddit:
+Reddit:
https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/da-DK/short_description.txt b/fastlane/metadata/android/da-DK/short_description.txt
new file mode 100644
index 0000000..0b2195f
--- /dev/null
+++ b/fastlane/metadata/android/da-DK/short_description.txt
@@ -0,0 +1 @@
+Tak fordi du støtter os!
\ No newline at end of file
diff --git a/fastlane/metadata/android/da-DK/title.txt b/fastlane/metadata/android/da-DK/title.txt
new file mode 100644
index 0000000..1290e29
--- /dev/null
+++ b/fastlane/metadata/android/da-DK/title.txt
@@ -0,0 +1 @@
+Simpel tak
\ No newline at end of file
diff --git a/fastlane/metadata/android/da-DK/video.txt b/fastlane/metadata/android/da-DK/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/da/short_description.txt b/fastlane/metadata/android/da/short_description.txt
deleted file mode 100644
index 1918627..0000000
--- a/fastlane/metadata/android/da/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-Tak fordi du støtter os!
diff --git a/fastlane/metadata/android/da/title.txt b/fastlane/metadata/android/da/title.txt
deleted file mode 100644
index 3499604..0000000
--- a/fastlane/metadata/android/da/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-Simpel tak
diff --git a/fastlane/metadata/android/de-DE/full_description.txt b/fastlane/metadata/android/de-DE/full_description.txt
new file mode 100644
index 0000000..dc9ac67
--- /dev/null
+++ b/fastlane/metadata/android/de-DE/full_description.txt
@@ -0,0 +1,21 @@
+Wenn Ihnen unsere Apps gefallen, die kostenlos sind, nicht aufdringlich wirken und keine Werbung enthalten, ziehen Sie bitte in Betracht, uns in irgendeiner Weise zu unterstützen. Wir werden das sehr schätzen.
+
+Wenn diese Anwendung installiert ist, wird die Anzeige eines "Bitte spenden"-Dialogs in den kostenlosen Anwendungen verhindert. Abgesehen davon erlaubt sie auch die Verwendung eines Shared Theme, d.h. sobald Sie eine Farbe in einer Anwendung ändern, werden alle anderen Anwendungen aktualisiert. Neu installierte Anwendungen aus der Suite erhalten automatisch auch die gemeinsamen Farben.
+
+Es könnte in Zukunft weitere zusätzliche Funktionen freischalten. Bitte lassen Sie die Anwendung mindestens einen Tag lang installiert, um eine automatische Rückerstattung zu vermeiden.
+
+Diese Anwendung ist kein Ersatz für die Pro-Anwendungsversionen. Sie müssen sie trotzdem separat erwerben, falls Sie sie benutzen möchten.
+
+Enthält keine Werbung oder unnötige Berechtigungen. Vollständig quelloffen. Die Farben sind anpassbar.
+
+Einen Überblick über die komplette Suite von Simple Tools gibt es hier:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/de-DE/images/phoneScreenshots/1_de-DE.jpeg b/fastlane/metadata/android/de-DE/images/phoneScreenshots/1_de-DE.jpeg
new file mode 100644
index 0000000..10b8831
Binary files /dev/null and b/fastlane/metadata/android/de-DE/images/phoneScreenshots/1_de-DE.jpeg differ
diff --git a/fastlane/metadata/android/de-DE/images/phoneScreenshots/2_de-DE.jpeg b/fastlane/metadata/android/de-DE/images/phoneScreenshots/2_de-DE.jpeg
new file mode 100644
index 0000000..b581cd8
Binary files /dev/null and b/fastlane/metadata/android/de-DE/images/phoneScreenshots/2_de-DE.jpeg differ
diff --git a/fastlane/metadata/android/de-DE/images/sevenInchScreenshots/1_de-DE.jpeg b/fastlane/metadata/android/de-DE/images/sevenInchScreenshots/1_de-DE.jpeg
new file mode 100644
index 0000000..174c715
Binary files /dev/null and b/fastlane/metadata/android/de-DE/images/sevenInchScreenshots/1_de-DE.jpeg differ
diff --git a/fastlane/metadata/android/de-DE/images/sevenInchScreenshots/2_de-DE.jpeg b/fastlane/metadata/android/de-DE/images/sevenInchScreenshots/2_de-DE.jpeg
new file mode 100644
index 0000000..01efbca
Binary files /dev/null and b/fastlane/metadata/android/de-DE/images/sevenInchScreenshots/2_de-DE.jpeg differ
diff --git a/fastlane/metadata/android/de-DE/images/tenInchScreenshots/1_de-DE.jpeg b/fastlane/metadata/android/de-DE/images/tenInchScreenshots/1_de-DE.jpeg
new file mode 100644
index 0000000..174c715
Binary files /dev/null and b/fastlane/metadata/android/de-DE/images/tenInchScreenshots/1_de-DE.jpeg differ
diff --git a/fastlane/metadata/android/de-DE/images/tenInchScreenshots/2_de-DE.jpeg b/fastlane/metadata/android/de-DE/images/tenInchScreenshots/2_de-DE.jpeg
new file mode 100644
index 0000000..01efbca
Binary files /dev/null and b/fastlane/metadata/android/de-DE/images/tenInchScreenshots/2_de-DE.jpeg differ
diff --git a/fastlane/metadata/android/de-DE/short_description.txt b/fastlane/metadata/android/de-DE/short_description.txt
new file mode 100644
index 0000000..5dc2eee
--- /dev/null
+++ b/fastlane/metadata/android/de-DE/short_description.txt
@@ -0,0 +1 @@
+Ein herzliches Dankeschön für die Unterstützung unserer einfachen Apps!
\ No newline at end of file
diff --git a/fastlane/metadata/android/de-DE/title.txt b/fastlane/metadata/android/de-DE/title.txt
new file mode 100644
index 0000000..16674e9
--- /dev/null
+++ b/fastlane/metadata/android/de-DE/title.txt
@@ -0,0 +1 @@
+Schlichtes Danke
\ No newline at end of file
diff --git a/fastlane/metadata/android/de-DE/video.txt b/fastlane/metadata/android/de-DE/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/de/full_description.txt b/fastlane/metadata/android/de/full_description.txt
deleted file mode 100644
index d0b77bd..0000000
--- a/fastlane/metadata/android/de/full_description.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-Wenn du unsere Apps magst, welche kostenlos, nicht aufdringlich und frei von Werbung sind, überlege bitte uns zu unterstützen. Wir schätzen das unglaublich!
-
-Bitte lasse diese App für mindestens einen Tag installiert, um eine automatische Rückerstattung zu unterbinden.
-
-Der Zweck dieser App ist es, den auftauchenden "Bitte spenden" Dialog zu unterbinden. Möglicherweise wird sie in Zukunft Extra-Features freischalten.
-
-This app is not a a replacement for the Pro app versions. You will still have to purchase them separately, in case you want to use them.
-
-Beinhaltet keine Werbung oder unnötige Berechtigungen. Sie ist komplett Open Source, alle verwendeten Farben sind anpassbar.
-
-Diese App ist nur eine aus einer größeren Serie von schlichten Apps. Der Rest davon findet sich auf https://www.simplemobiletools.com
diff --git a/fastlane/metadata/android/de/short_description.txt b/fastlane/metadata/android/de/short_description.txt
deleted file mode 100644
index e0a3af5..0000000
--- a/fastlane/metadata/android/de/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-Thank you for supporting us!
diff --git a/fastlane/metadata/android/de/title.txt b/fastlane/metadata/android/de/title.txt
deleted file mode 100644
index 7b49074..0000000
--- a/fastlane/metadata/android/de/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-Simple Thank You
diff --git a/fastlane/metadata/android/el/full_description.txt b/fastlane/metadata/android/el-GR/full_description.txt
similarity index 81%
rename from fastlane/metadata/android/el/full_description.txt
rename to fastlane/metadata/android/el-GR/full_description.txt
index cdfb9cf..6621921 100644
--- a/fastlane/metadata/android/el/full_description.txt
+++ b/fastlane/metadata/android/el-GR/full_description.txt
@@ -6,6 +6,14 @@
Αυτή η εφαρμογή δεν αποτελεί αντικατάσταση για τις εκδόσεις εφαρμογών Pro. Θα χρειαστεί να τις αγοράσετε ξεχωριστά, σε περίπτωση που θέλετε να τις χρησιμοποιήσετε.
-Δεν περιέχει διαφημίσεις ή περιττές άδειες. Είναι πλήρως ανοιχτού κώδικα, και παρέχει προσαρμόσιμα χρώματα.
+Δείτε την πλήρη σειρά των Απλών Εργαλείων εδώ:
+https://www.simplemobiletools.com
-Αυτή η εφαρμογή είναι μόνο ένα μέρος μιας μεγάλης σειράς εφαρμογών. Μπορείτε να βρείτε τις υπόλοιπες στο https://www.simplemobiletools.com
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/el/short_description.txt b/fastlane/metadata/android/el-GR/short_description.txt
similarity index 96%
rename from fastlane/metadata/android/el/short_description.txt
rename to fastlane/metadata/android/el-GR/short_description.txt
index a305269..a012f4c 100644
--- a/fastlane/metadata/android/el/short_description.txt
+++ b/fastlane/metadata/android/el-GR/short_description.txt
@@ -1 +1 @@
-Σας ευχαριστώ που μας υποστηρίξατε!
+Σας ευχαριστώ που μας υποστηρίξατε!
\ No newline at end of file
diff --git a/fastlane/metadata/android/el-GR/title.txt b/fastlane/metadata/android/el-GR/title.txt
new file mode 100644
index 0000000..eb0d218
--- /dev/null
+++ b/fastlane/metadata/android/el-GR/title.txt
@@ -0,0 +1 @@
+Απλά Σας ευχαριστούμε
\ No newline at end of file
diff --git a/fastlane/metadata/android/el-GR/video.txt b/fastlane/metadata/android/el-GR/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/el/title.txt b/fastlane/metadata/android/el/title.txt
deleted file mode 100644
index 97f590a..0000000
--- a/fastlane/metadata/android/el/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-Απλά Σας ευχαριστούμε - Στους υποστηρικτές μας
diff --git a/fastlane/metadata/android/en-GB/full_description.txt b/fastlane/metadata/android/en-GB/full_description.txt
new file mode 100644
index 0000000..82b5ad7
--- /dev/null
+++ b/fastlane/metadata/android/en-GB/full_description.txt
@@ -0,0 +1,21 @@
+If you like our apps which are free, non-intrusive and have no ads, please consider supporting us in some way. It will be hugely appreciated.
+
+Having this app installed will prevent the displaying of a "Donate please" dialog in the free apps. Other than that, it also allows using a Shared Theme, which means that as soon as you change a color in one app, all other apps will be updated. Newly installed apps from the suite will automagically receive the shared colors too.
+
+Please keep the app installed at least for a day, to avoid getting automatically refunded.
+
+This app is not a replacement for the Pro app versions. You will still have to purchase them separately, in case you want to use them.
+
+Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
+
+Check out the full suite of Simple Tools here:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/en-US/images/featureGraphic.jpg b/fastlane/metadata/android/en-GB/images/featureGraphic.jpeg
similarity index 100%
rename from fastlane/metadata/android/en-US/images/featureGraphic.jpg
rename to fastlane/metadata/android/en-GB/images/featureGraphic.jpeg
diff --git a/fastlane/metadata/android/en-US/images/square.png b/fastlane/metadata/android/en-GB/images/icon.png
similarity index 100%
rename from fastlane/metadata/android/en-US/images/square.png
rename to fastlane/metadata/android/en-GB/images/icon.png
diff --git a/fastlane/metadata/android/en-GB/images/phoneScreenshots/1_en-GB.jpeg b/fastlane/metadata/android/en-GB/images/phoneScreenshots/1_en-GB.jpeg
new file mode 100644
index 0000000..4237461
Binary files /dev/null and b/fastlane/metadata/android/en-GB/images/phoneScreenshots/1_en-GB.jpeg differ
diff --git a/fastlane/metadata/android/en-GB/images/phoneScreenshots/2_en-GB.jpeg b/fastlane/metadata/android/en-GB/images/phoneScreenshots/2_en-GB.jpeg
new file mode 100644
index 0000000..aaf05b5
Binary files /dev/null and b/fastlane/metadata/android/en-GB/images/phoneScreenshots/2_en-GB.jpeg differ
diff --git a/fastlane/metadata/android/en-GB/images/sevenInchScreenshots/1_en-GB.jpeg b/fastlane/metadata/android/en-GB/images/sevenInchScreenshots/1_en-GB.jpeg
new file mode 100644
index 0000000..936f3c8
Binary files /dev/null and b/fastlane/metadata/android/en-GB/images/sevenInchScreenshots/1_en-GB.jpeg differ
diff --git a/fastlane/metadata/android/en-GB/images/sevenInchScreenshots/2_en-GB.jpeg b/fastlane/metadata/android/en-GB/images/sevenInchScreenshots/2_en-GB.jpeg
new file mode 100644
index 0000000..84690dc
Binary files /dev/null and b/fastlane/metadata/android/en-GB/images/sevenInchScreenshots/2_en-GB.jpeg differ
diff --git a/fastlane/metadata/android/en-GB/images/tenInchScreenshots/1_en-GB.jpeg b/fastlane/metadata/android/en-GB/images/tenInchScreenshots/1_en-GB.jpeg
new file mode 100644
index 0000000..936f3c8
Binary files /dev/null and b/fastlane/metadata/android/en-GB/images/tenInchScreenshots/1_en-GB.jpeg differ
diff --git a/fastlane/metadata/android/en-GB/images/tenInchScreenshots/2_en-GB.jpeg b/fastlane/metadata/android/en-GB/images/tenInchScreenshots/2_en-GB.jpeg
new file mode 100644
index 0000000..84690dc
Binary files /dev/null and b/fastlane/metadata/android/en-GB/images/tenInchScreenshots/2_en-GB.jpeg differ
diff --git a/fastlane/metadata/android/en-US/images/tv_banner.png b/fastlane/metadata/android/en-GB/images/tvBanner.png
similarity index 100%
rename from fastlane/metadata/android/en-US/images/tv_banner.png
rename to fastlane/metadata/android/en-GB/images/tvBanner.png
diff --git a/fastlane/metadata/android/en-GB/short_description.txt b/fastlane/metadata/android/en-GB/short_description.txt
new file mode 100644
index 0000000..a053e8e
--- /dev/null
+++ b/fastlane/metadata/android/en-GB/short_description.txt
@@ -0,0 +1 @@
+A warm Thank You for supporting our modern & easy Simple Mobile Tools apps!
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-GB/title.txt b/fastlane/metadata/android/en-GB/title.txt
new file mode 100644
index 0000000..ecd1c4e
--- /dev/null
+++ b/fastlane/metadata/android/en-GB/title.txt
@@ -0,0 +1 @@
+Simple Thank You
\ No newline at end of file
diff --git a/fastlane/metadata/android/en-GB/video.txt b/fastlane/metadata/android/en-GB/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/en-US/images/app_icon.png b/fastlane/metadata/android/en-US/images/app_icon.png
deleted file mode 100644
index 51cd188..0000000
Binary files a/fastlane/metadata/android/en-US/images/app_icon.png and /dev/null differ
diff --git a/fastlane/metadata/android/en-US/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png
deleted file mode 100644
index ea60179..0000000
Binary files a/fastlane/metadata/android/en-US/images/icon.png and /dev/null differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg
deleted file mode 100644
index e63de19..0000000
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg and /dev/null differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg
deleted file mode 100644
index 89292ae..0000000
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg and /dev/null differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/english/1.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/english/1.jpg
deleted file mode 100644
index b1f6f43..0000000
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/english/1.jpg and /dev/null differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/english/2.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/english/2.jpg
deleted file mode 100644
index f32db65..0000000
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/english/2.jpg and /dev/null differ
diff --git a/fastlane/metadata/android/en-US/images/promo_graphic.png b/fastlane/metadata/android/en-US/images/promo_graphic.png
deleted file mode 100644
index c9e12e8..0000000
Binary files a/fastlane/metadata/android/en-US/images/promo_graphic.png and /dev/null differ
diff --git a/fastlane/metadata/android/en-US/images/raw_screenshots/app_1.png b/fastlane/metadata/android/en-US/images/raw_screenshots/app_1.png
deleted file mode 100644
index 2adfb14..0000000
Binary files a/fastlane/metadata/android/en-US/images/raw_screenshots/app_1.png and /dev/null differ
diff --git a/fastlane/metadata/android/en-US/images/raw_screenshots/app_2.png b/fastlane/metadata/android/en-US/images/raw_screenshots/app_2.png
deleted file mode 100644
index b5cc596..0000000
Binary files a/fastlane/metadata/android/en-US/images/raw_screenshots/app_2.png and /dev/null differ
diff --git a/fastlane/metadata/android/en-US/images/raw_screenshots/thankyou.xcf b/fastlane/metadata/android/en-US/images/raw_screenshots/thankyou.xcf
deleted file mode 100644
index a0fb569..0000000
Binary files a/fastlane/metadata/android/en-US/images/raw_screenshots/thankyou.xcf and /dev/null differ
diff --git a/fastlane/metadata/android/en-US/images/square.xcf b/fastlane/metadata/android/en-US/images/square.xcf
deleted file mode 100644
index f379846..0000000
Binary files a/fastlane/metadata/android/en-US/images/square.xcf and /dev/null differ
diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt
deleted file mode 100644
index 7b49074..0000000
--- a/fastlane/metadata/android/en-US/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-Simple Thank You
diff --git a/fastlane/metadata/android/es/full_description.txt b/fastlane/metadata/android/es-ES/full_description.txt
similarity index 81%
rename from fastlane/metadata/android/es/full_description.txt
rename to fastlane/metadata/android/es-ES/full_description.txt
index a23b393..e5c783a 100644
--- a/fastlane/metadata/android/es/full_description.txt
+++ b/fastlane/metadata/android/es-ES/full_description.txt
@@ -8,4 +8,14 @@ Esta aplicación no es un remplazo de las aplicaciones de versión Pro. Aún ten
No contiene anuncios o permisos innecesarios. Es completamente de código abierto, provee colores personalizables.
-Esta es solo una aplicación de una serie de aplicaciónes más grande. Puedes encontrar el resto en https://www.simplemobiletools.com
+Check out the full suite of Simple Tools here:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/es-ES/short_description.txt b/fastlane/metadata/android/es-ES/short_description.txt
new file mode 100644
index 0000000..7933d85
--- /dev/null
+++ b/fastlane/metadata/android/es-ES/short_description.txt
@@ -0,0 +1 @@
+¡Un gran agradecimiento por apoyar nuestras modernas y simples aplicaciones!
\ No newline at end of file
diff --git a/fastlane/metadata/android/es-ES/title.txt b/fastlane/metadata/android/es-ES/title.txt
new file mode 100644
index 0000000..f323405
--- /dev/null
+++ b/fastlane/metadata/android/es-ES/title.txt
@@ -0,0 +1 @@
+Simple Gracias
\ No newline at end of file
diff --git a/fastlane/metadata/android/es-ES/video.txt b/fastlane/metadata/android/es-ES/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/es/short_description.txt b/fastlane/metadata/android/es/short_description.txt
deleted file mode 100644
index 3c1ef1f..0000000
--- a/fastlane/metadata/android/es/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-¡Gracias por apoyarnos!
diff --git a/fastlane/metadata/android/es/title.txt b/fastlane/metadata/android/es/title.txt
deleted file mode 100644
index 895d98f..0000000
--- a/fastlane/metadata/android/es/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-Simple Thank You - A nuestros seguidores
diff --git a/fastlane/metadata/android/fr/full_description.txt b/fastlane/metadata/android/fr-FR/full_description.txt
similarity index 60%
rename from fastlane/metadata/android/fr/full_description.txt
rename to fastlane/metadata/android/fr-FR/full_description.txt
index 19b8a4c..5b183fb 100644
--- a/fastlane/metadata/android/fr/full_description.txt
+++ b/fastlane/metadata/android/fr-FR/full_description.txt
@@ -1,11 +1,21 @@
Si vous aimez nos application gratuites, non intrusives et sans publicité, vous pouvez nous soutenir en achetant cette application. Ce sera énormément apprécié.
-
+
Veuillez conserver l'application installée au moins pendant une journée, pour éviter d'être automatiquement remboursé.
Le but de cette application est simplement d'éviter l'affichage du bouton "Vous pouvez faire un don". Elle pourra débloquer des fonctionnalités supplémentaires à l'avenir.
-This app is not a a replacement for the Pro app versions. You will still have to purchase them separately, in case you want to use them.
+Cette application n'est pas un remplacement des versions Pro des autres applications. Vous aurez toujours besoin de les acheter séparément si vous voulez les utiliser.
L'application ne contient ni publicité, ni autorisation inutile. Elle est totalement opensource et est également fournie avec des couleurs personnalisables.
+
+Check out the full suite of Simple Tools here:
+https://www.simplemobiletools.com
-Cette application fait partie d'une plus grande suite. Vous pouvez trouver les autres applications sur https://www.simplemobiletools.com
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/fr-FR/short_description.txt b/fastlane/metadata/android/fr-FR/short_description.txt
new file mode 100644
index 0000000..435f881
--- /dev/null
+++ b/fastlane/metadata/android/fr-FR/short_description.txt
@@ -0,0 +1 @@
+Un grand merci pour votre soutien à nos applications d'outils mobiles simples!
\ No newline at end of file
diff --git a/fastlane/metadata/android/fr-FR/title.txt b/fastlane/metadata/android/fr-FR/title.txt
new file mode 100644
index 0000000..1aeff7b
--- /dev/null
+++ b/fastlane/metadata/android/fr-FR/title.txt
@@ -0,0 +1 @@
+Merci Simple
\ No newline at end of file
diff --git a/fastlane/metadata/android/fr-FR/video.txt b/fastlane/metadata/android/fr-FR/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/fr/short_description.txt b/fastlane/metadata/android/fr/short_description.txt
deleted file mode 100644
index e0a3af5..0000000
--- a/fastlane/metadata/android/fr/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-Thank you for supporting us!
diff --git a/fastlane/metadata/android/fr/title.txt b/fastlane/metadata/android/fr/title.txt
deleted file mode 100644
index 7b49074..0000000
--- a/fastlane/metadata/android/fr/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-Simple Thank You
diff --git a/fastlane/metadata/android/gl-ES/full_description.txt b/fastlane/metadata/android/gl-ES/full_description.txt
new file mode 100644
index 0000000..5aede8c
--- /dev/null
+++ b/fastlane/metadata/android/gl-ES/full_description.txt
@@ -0,0 +1,21 @@
+Se che gustan os nosos aplicativos gratuítos, non intrusivos e sen anuncios, considera axudarnos dalgunha forma:
+
+Manteña o aplicativo instalado polo menos un día de modo para non ser reembolsado automaticamente.
+
+O obxectivo deste aplicativo é eliminar a aparición esporádica do diálogo “Donativos” pero non descartamos que nun futuro poida servir para desbloquear funcións extra.
+
+Este aplicativo non substitúe ás versións Pro dos aplicativos. Terá que compralas individualmente, por se algún día as pretende utilizar.
+
+Non contén anuncios nin permisos innecesarias. Permite a personalización de cores e é totalmente de código aberto.
+
+Visita a nosa páxina a través desta ligazón:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/gl-ES/short_description.txt b/fastlane/metadata/android/gl-ES/short_description.txt
new file mode 100644
index 0000000..0f5f188
--- /dev/null
+++ b/fastlane/metadata/android/gl-ES/short_description.txt
@@ -0,0 +1 @@
+Grazas por axudarnos!
\ No newline at end of file
diff --git a/fastlane/metadata/android/gl-ES/title.txt b/fastlane/metadata/android/gl-ES/title.txt
new file mode 100644
index 0000000..ecd1c4e
--- /dev/null
+++ b/fastlane/metadata/android/gl-ES/title.txt
@@ -0,0 +1 @@
+Simple Thank You
\ No newline at end of file
diff --git a/fastlane/metadata/android/gl-ES/video.txt b/fastlane/metadata/android/gl-ES/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/hi-IN/full_description.txt b/fastlane/metadata/android/hi-IN/full_description.txt
new file mode 100644
index 0000000..7f32297
--- /dev/null
+++ b/fastlane/metadata/android/hi-IN/full_description.txt
@@ -0,0 +1,19 @@
+यदि आप हमारे एप्स को पसंद करते हैं जो स्वतंत्र, बिन हस्तक्षेप और बिना विज्ञापन के हैं, तो कृपया हमें हर तरह से समर्थन देने पर विचार करें। हम इसका बहुत गुणगान और मान करेंगे।
+
+इस एप के इंस्टॉल होने से फ्री ऐप्स में "डोनेट प्लीज" डायलॉग दिखना बंद हो जायेगा। इसके अलावा, यह एक साझा थीम का उपयोग करने की भी सुविधा देता है, जिसका अर्थ है कि जैसे ही आप एक एप में रंग बदलते हैं, अन्य सभी एप उसी रंग के हो जाएंगे। सुइट से नए इंस्टॉल किए गए एप्स भी स्वचालित रूप से साझा किए गए रंग के हो जाते हैं।
+
+यह भविष्य में और अधिक अतिरिक्त फीचर अनलॉक कर सकता है। कृपया आटोमेटिक रिफंड से बचने के लिए कम से कम एक दिन के लिए एप डिवाइस में इंस्टॉल रहने दें।
+
+यह एप प्रो-एप संस्करणों के लिए रिप्लेसमेंट नहीं है। यदि आप प्रो एप्स का उपयोग करना चाहते हैं, तो भी आपको उन्हें अलग से खरीदना होगा।
+
+यहाँ पर सिम्पल टूल्स के पूरे सेट देखें:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/hi-IN/short_description.txt b/fastlane/metadata/android/hi-IN/short_description.txt
new file mode 100644
index 0000000..e89147d
--- /dev/null
+++ b/fastlane/metadata/android/hi-IN/short_description.txt
@@ -0,0 +1 @@
+हमारे आधुनिक और आसान सिम्पल मोबाइल टूल एप्स का समर्थन करने हेतु हार्दिक धन्यवाद!
\ No newline at end of file
diff --git a/fastlane/metadata/android/hi-IN/title.txt b/fastlane/metadata/android/hi-IN/title.txt
new file mode 100644
index 0000000..ffc2e2c
--- /dev/null
+++ b/fastlane/metadata/android/hi-IN/title.txt
@@ -0,0 +1 @@
+सिम्पल शुक्रिया
\ No newline at end of file
diff --git a/fastlane/metadata/android/hi-IN/video.txt b/fastlane/metadata/android/hi-IN/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/hr/full_description.txt b/fastlane/metadata/android/hr/full_description.txt
index 0a70e0b..2d00128 100644
--- a/fastlane/metadata/android/hr/full_description.txt
+++ b/fastlane/metadata/android/hr/full_description.txt
@@ -4,8 +4,16 @@ Aplikacija mora biti instalirana najmanje jedan dan, kako bi se izbjegao auomats
Svrha ove aplikacije je da izbjegnete povremeno gledanje dijaloškog okvira "Doniraj molim", što bi moglo otključati dodatne značajke u budućnosti.
-This app is not a a replacement for the Pro app versions. You will still have to purchase them separately, in case you want to use them.
-
Ne sadrži oglase ili nepotrebne dozvole. Aplikacije je otvorenog koda, pruža prilagodljive boje.
-Ova je aplikacija samo dio većeg broja aplikacija. Možete pronaći ostatak na https://www.simplemobiletools.com
+Check out the full suite of Simple Tools here:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/hr/short_description.txt b/fastlane/metadata/android/hr/short_description.txt
index e0a3af5..a39081e 100644
--- a/fastlane/metadata/android/hr/short_description.txt
+++ b/fastlane/metadata/android/hr/short_description.txt
@@ -1 +1 @@
-Thank you for supporting us!
+Plaćena aplikacija za ljude koji nas žele podržati, a ne čine ništa posebno.
\ No newline at end of file
diff --git a/fastlane/metadata/android/hr/title.txt b/fastlane/metadata/android/hr/title.txt
index f547fbd..5a5ada5 100644
--- a/fastlane/metadata/android/hr/title.txt
+++ b/fastlane/metadata/android/hr/title.txt
@@ -1 +1 @@
-Jednostavno hvala
+Jednostavno hvala
\ No newline at end of file
diff --git a/fastlane/metadata/android/hr/video.txt b/fastlane/metadata/android/hr/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/in/full_description.txt b/fastlane/metadata/android/id/full_description.txt
similarity index 80%
rename from fastlane/metadata/android/in/full_description.txt
rename to fastlane/metadata/android/id/full_description.txt
index c9b284d..3e275fe 100644
--- a/fastlane/metadata/android/in/full_description.txt
+++ b/fastlane/metadata/android/id/full_description.txt
@@ -8,4 +8,14 @@ Aplikasi ini bukan aplikasi pengganti versi Pro. Anda masih harus membelinya sec
Sama sekali tidak berisi iklan dan tidak membutuhkan perizinan yang tidak perlu. Sepenuhnya bersumber terbuka, dengan warna yang bisa disesuaikan.
-Aplikasi ini hanya salah satu bagian dari rangkaian aplikasi yang lebih besar. Anda bisa menemukan yang lainnya di https://www.simplemobiletools.com
+Check out the full suite of Simple Tools here:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/id/short_description.txt b/fastlane/metadata/android/id/short_description.txt
new file mode 100644
index 0000000..358db32
--- /dev/null
+++ b/fastlane/metadata/android/id/short_description.txt
@@ -0,0 +1 @@
+Terima kasih telah mendukung aplikasi modern & mudah dari Alat Seluler Simpel!
\ No newline at end of file
diff --git a/fastlane/metadata/android/id/title.txt b/fastlane/metadata/android/id/title.txt
new file mode 100644
index 0000000..e52ac1c
--- /dev/null
+++ b/fastlane/metadata/android/id/title.txt
@@ -0,0 +1 @@
+Terima Kasih Simpel
\ No newline at end of file
diff --git a/fastlane/metadata/android/id/video.txt b/fastlane/metadata/android/id/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/in/short_description.txt b/fastlane/metadata/android/in/short_description.txt
deleted file mode 100644
index ff921ec..0000000
--- a/fastlane/metadata/android/in/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-Terima kasih telah mendukung kami!
diff --git a/fastlane/metadata/android/in/title.txt b/fastlane/metadata/android/in/title.txt
deleted file mode 100644
index 80030f5..0000000
--- a/fastlane/metadata/android/in/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-Simple Thank You - Kepada pendukung kami
diff --git a/fastlane/metadata/android/it-IT/full_description.txt b/fastlane/metadata/android/it-IT/full_description.txt
new file mode 100644
index 0000000..e158b77
--- /dev/null
+++ b/fastlane/metadata/android/it-IT/full_description.txt
@@ -0,0 +1,19 @@
+Se piaccono le applicazioni gratuite, non intrusive e senza pubblicità, si può considerare di supportarci in qualche modo. Verrà molto apprezzato.
+
+Avere questa applicazione installata impedisce la visualizzazione del dialogo "Dona". Oltre a questo, potrai utilizzare i temi condivisi, il che significa che se si cambia cambi il colore in un'applicazione, anche le altre applicazioni verranno aggiornate. Le nuove applicazioni installate della serie automagicamente utilizzeranno il tema condiviso.
+
+Potrebbe sbloccare funzionalità aggiuntive in futuro. Si consiglia di mantenere quest'applicazione per qualche giorno, per evitare il rimborso automatico.
+
+L'applicazione non contiene pubblicità o permessi non necessari; è completamente opensource e la si può personalizzare con i propri colori preferiti.
+
+Check out the full suite of Simple Tools here:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/it-IT/images/phoneScreenshots/1_it-IT.jpeg b/fastlane/metadata/android/it-IT/images/phoneScreenshots/1_it-IT.jpeg
new file mode 100644
index 0000000..afed434
Binary files /dev/null and b/fastlane/metadata/android/it-IT/images/phoneScreenshots/1_it-IT.jpeg differ
diff --git a/fastlane/metadata/android/it-IT/images/phoneScreenshots/2_it-IT.jpeg b/fastlane/metadata/android/it-IT/images/phoneScreenshots/2_it-IT.jpeg
new file mode 100644
index 0000000..6343c48
Binary files /dev/null and b/fastlane/metadata/android/it-IT/images/phoneScreenshots/2_it-IT.jpeg differ
diff --git a/fastlane/metadata/android/en-US/images/sevenInchScreenshots/1.jpg b/fastlane/metadata/android/it-IT/images/sevenInchScreenshots/1_it-IT.jpeg
similarity index 100%
rename from fastlane/metadata/android/en-US/images/sevenInchScreenshots/1.jpg
rename to fastlane/metadata/android/it-IT/images/sevenInchScreenshots/1_it-IT.jpeg
diff --git a/fastlane/metadata/android/en-US/images/sevenInchScreenshots/2.jpg b/fastlane/metadata/android/it-IT/images/sevenInchScreenshots/2_it-IT.jpeg
similarity index 100%
rename from fastlane/metadata/android/en-US/images/sevenInchScreenshots/2.jpg
rename to fastlane/metadata/android/it-IT/images/sevenInchScreenshots/2_it-IT.jpeg
diff --git a/fastlane/metadata/android/en-US/images/tenInchScreenshots/1.jpg b/fastlane/metadata/android/it-IT/images/tenInchScreenshots/1_it-IT.jpeg
similarity index 100%
rename from fastlane/metadata/android/en-US/images/tenInchScreenshots/1.jpg
rename to fastlane/metadata/android/it-IT/images/tenInchScreenshots/1_it-IT.jpeg
diff --git a/fastlane/metadata/android/en-US/images/tenInchScreenshots/2.jpg b/fastlane/metadata/android/it-IT/images/tenInchScreenshots/2_it-IT.jpeg
similarity index 100%
rename from fastlane/metadata/android/en-US/images/tenInchScreenshots/2.jpg
rename to fastlane/metadata/android/it-IT/images/tenInchScreenshots/2_it-IT.jpeg
diff --git a/fastlane/metadata/android/it-IT/short_description.txt b/fastlane/metadata/android/it-IT/short_description.txt
new file mode 100644
index 0000000..87006e2
--- /dev/null
+++ b/fastlane/metadata/android/it-IT/short_description.txt
@@ -0,0 +1 @@
+Un grazie di cuore per il supporto delle nostre app per strumenti mobili!
\ No newline at end of file
diff --git a/fastlane/metadata/android/it-IT/title.txt b/fastlane/metadata/android/it-IT/title.txt
new file mode 100644
index 0000000..87cb188
--- /dev/null
+++ b/fastlane/metadata/android/it-IT/title.txt
@@ -0,0 +1 @@
+Grazie Semplice
\ No newline at end of file
diff --git a/fastlane/metadata/android/it-IT/video.txt b/fastlane/metadata/android/it-IT/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/it/full_description.txt b/fastlane/metadata/android/it/full_description.txt
deleted file mode 100644
index 4ae4c1a..0000000
--- a/fastlane/metadata/android/it/full_description.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-Se ti piacciono le nostre app che sono gratuite, non invadenti e non hanno pubblicità, considera di supportarci in qualche modo. Sarà molto apprezzato.
-
-Avere questa applicazione installata impedisce la visualizzazione del dialogo "Dona". Oltre a questo, potrai utilizzare i temi condivisi, il che significa che se si cambia cambi il colore in un'applicazione, anche le altre applicazioni verranno aggiornate. Le nuove applicazioni installate della serie automagicamente utilizzeranno il tema condiviso.
-
-Si prega di mantenere l'app installata almeno per un giorno, per evitare il rimborso automatico.
-
-Questa app non sostituisce le versioni Pro delle app Dovrai comunque acquistarle separatamente, nel caso volessi usarli.
-
-Non contiene annunci o autorizzazioni non necessarie. È completamente open source, fornisce colori personalizzabili.
-
-Dai un'occhiata alla suite completa di Simple Tools qui:
-https://www.simplemobiletools.com
-
-Facebook:
-https://www.facebook.com/simplemobiletools
-
-Reddit:
-https://www.reddit.com/r/SimpleMobileTools
-
-Telegram:
-https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/it/short_description.txt b/fastlane/metadata/android/it/short_description.txt
deleted file mode 100644
index 20458dd..0000000
--- a/fastlane/metadata/android/it/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-Un caloroso ringraziamento per il supporto alle nostre app moderne e facili!
diff --git a/fastlane/metadata/android/it/title.txt b/fastlane/metadata/android/it/title.txt
deleted file mode 100644
index 634e9aa..0000000
--- a/fastlane/metadata/android/it/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-Semplice Ringraziamento
diff --git a/fastlane/metadata/android/iw/full_description.txt b/fastlane/metadata/android/iw-IL/full_description.txt
similarity index 92%
rename from fastlane/metadata/android/iw/full_description.txt
rename to fastlane/metadata/android/iw-IL/full_description.txt
index f051bfa..bc31abd 100644
--- a/fastlane/metadata/android/iw/full_description.txt
+++ b/fastlane/metadata/android/iw-IL/full_description.txt
@@ -8,13 +8,14 @@
אינו מכיל מודעות או הרשאות מיותרות. זה קוד פתוח לחלוטין, מספק צבעים הניתנים להתאמה אישית.
-בדוק את החבילה המלאה של כלים פשוטים כאן:
+בדוק את החבילה המלאה של כלים פשוטים כאן:
https://www.simplemobiletools.com
פייסבוק:
-
https://www.facebook.com/simplemobiletools
Reddit:
-
https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/iw/short_description.txt b/fastlane/metadata/android/iw-IL/short_description.txt
similarity index 54%
rename from fastlane/metadata/android/iw/short_description.txt
rename to fastlane/metadata/android/iw-IL/short_description.txt
index b3fdd7e..4efdd7f 100644
--- a/fastlane/metadata/android/iw/short_description.txt
+++ b/fastlane/metadata/android/iw-IL/short_description.txt
@@ -1 +1 @@
-תודה חמה על תמיכתך באפליקציות Simple Mobile Tools המודרניות והקלות שלנו!
+תודה חמה על תמיכתך באפליקציות Simple Mobile Tools המודרניות והקלות שלנו!
\ No newline at end of file
diff --git a/fastlane/metadata/android/iw-IL/title.txt b/fastlane/metadata/android/iw-IL/title.txt
new file mode 100644
index 0000000..35864f7
--- /dev/null
+++ b/fastlane/metadata/android/iw-IL/title.txt
@@ -0,0 +1 @@
+פשוט תודה
\ No newline at end of file
diff --git a/fastlane/metadata/android/iw-IL/video.txt b/fastlane/metadata/android/iw-IL/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/iw/title.txt b/fastlane/metadata/android/iw/title.txt
deleted file mode 100644
index 61d654b..0000000
--- a/fastlane/metadata/android/iw/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-פשוט תודה
diff --git a/fastlane/metadata/android/ja-JP/full_description.txt b/fastlane/metadata/android/ja-JP/full_description.txt
new file mode 100644
index 0000000..8498d07
--- /dev/null
+++ b/fastlane/metadata/android/ja-JP/full_description.txt
@@ -0,0 +1,21 @@
+迷惑な広告のない無料アプリを気に入っていただけましたら、サポートして頂けますと幸いです。 皆様のご協力に感謝致します。
+
+このアプリをインストールすると、無料アプリに「寄付してください」というダイアログが表示されなくなります。 また、共有テーマを使用することもできます。1つのアプリでカラーを変更すると、他のすべてのアプリも同時に更新されます。 最近インストールされたアプリも自動的に共有テーマが適用されます。
+
+今後、追加の機能のロックが解除される可能性があります。 自動的に返金されないように、アプリを少なくとも1日間インストールしておいてください。
+
+このアプリはプロ版とは異なります。 使いたい場合は別途プロ版を購入する必要があります。
+
+広告や不要な権限はありません。 完全にオープンソースで、カラーもカスタマイズ可能。
+
+シンプルツールの完全なリストはこちらからご確認ください:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/ja-JP/images/icon.png b/fastlane/metadata/android/ja-JP/images/icon.png
new file mode 100644
index 0000000..ac565bc
Binary files /dev/null and b/fastlane/metadata/android/ja-JP/images/icon.png differ
diff --git a/fastlane/metadata/android/ja-JP/images/phoneScreenshots/1_ja-JP.jpeg b/fastlane/metadata/android/ja-JP/images/phoneScreenshots/1_ja-JP.jpeg
new file mode 100644
index 0000000..0facd5e
Binary files /dev/null and b/fastlane/metadata/android/ja-JP/images/phoneScreenshots/1_ja-JP.jpeg differ
diff --git a/fastlane/metadata/android/ja-JP/images/phoneScreenshots/2_ja-JP.jpeg b/fastlane/metadata/android/ja-JP/images/phoneScreenshots/2_ja-JP.jpeg
new file mode 100644
index 0000000..ba00816
Binary files /dev/null and b/fastlane/metadata/android/ja-JP/images/phoneScreenshots/2_ja-JP.jpeg differ
diff --git a/fastlane/metadata/android/ja-JP/images/sevenInchScreenshots/1_ja-JP.jpeg b/fastlane/metadata/android/ja-JP/images/sevenInchScreenshots/1_ja-JP.jpeg
new file mode 100644
index 0000000..d6aada2
Binary files /dev/null and b/fastlane/metadata/android/ja-JP/images/sevenInchScreenshots/1_ja-JP.jpeg differ
diff --git a/fastlane/metadata/android/ja-JP/images/sevenInchScreenshots/2_ja-JP.jpeg b/fastlane/metadata/android/ja-JP/images/sevenInchScreenshots/2_ja-JP.jpeg
new file mode 100644
index 0000000..a78d304
Binary files /dev/null and b/fastlane/metadata/android/ja-JP/images/sevenInchScreenshots/2_ja-JP.jpeg differ
diff --git a/fastlane/metadata/android/ja-JP/images/tenInchScreenshots/1_ja-JP.jpeg b/fastlane/metadata/android/ja-JP/images/tenInchScreenshots/1_ja-JP.jpeg
new file mode 100644
index 0000000..d6aada2
Binary files /dev/null and b/fastlane/metadata/android/ja-JP/images/tenInchScreenshots/1_ja-JP.jpeg differ
diff --git a/fastlane/metadata/android/ja-JP/images/tenInchScreenshots/2_ja-JP.jpeg b/fastlane/metadata/android/ja-JP/images/tenInchScreenshots/2_ja-JP.jpeg
new file mode 100644
index 0000000..a78d304
Binary files /dev/null and b/fastlane/metadata/android/ja-JP/images/tenInchScreenshots/2_ja-JP.jpeg differ
diff --git a/fastlane/metadata/android/ja-JP/short_description.txt b/fastlane/metadata/android/ja-JP/short_description.txt
new file mode 100644
index 0000000..c9f0834
--- /dev/null
+++ b/fastlane/metadata/android/ja-JP/short_description.txt
@@ -0,0 +1 @@
+モダンで簡単なシンプルモバイルツールアプリをサポートして頂き、ありがとうございます。
\ No newline at end of file
diff --git a/fastlane/metadata/android/ja-JP/title.txt b/fastlane/metadata/android/ja-JP/title.txt
new file mode 100644
index 0000000..a05b615
--- /dev/null
+++ b/fastlane/metadata/android/ja-JP/title.txt
@@ -0,0 +1 @@
+シンプルな謝辞
\ No newline at end of file
diff --git a/fastlane/metadata/android/ja-JP/video.txt b/fastlane/metadata/android/ja-JP/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/ja/full_description.txt b/fastlane/metadata/android/ja/full_description.txt
deleted file mode 100644
index 4d89427..0000000
--- a/fastlane/metadata/android/ja/full_description.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-無料で、邪魔にならず、広告のない私たちのアプリをもしもあなたが気に入っていただけたなら、何らかの方法で私たちをサポートすることをご検討ください。大変ありがたいことです。
-
-このアプリをインストールすると、無料アプリに 「寄付をお願いします」 というダイアログが表示されなくなります。また、共有テーマを使用できるようになり、あるアプリで色を変更すると、他のすべてのアプリも更新されます。同じシリーズから新たにインストールされたアプリにも、共有カラーが自動で適用されます。 将来的には、さらに多くの機能が追加されるかもしれません。
-
-自動的に返金されないように、少なくとも1日はアプリをインストールしておいてください。 このアプリはPro版に代わるものではありません。ご利用の際には別途ご購入いただく必要がございます。
-
-広告や不要なアクセス許可は含まれていません。完全にオープンソースで、色のカスタマイズも可能です。
-
-Simple Toolsの全製品はこちらをご確認ください。
-https://www.simplemobiletools.com
-
-Facebook:
-https://www.facebook.com/simplemobiletools
-
-Reddit:
-https://www.reddit.com/r/SimpleMobileTools
-
diff --git a/fastlane/metadata/android/ja/short_description.txt b/fastlane/metadata/android/ja/short_description.txt
deleted file mode 100644
index f03c639..0000000
--- a/fastlane/metadata/android/ja/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-応援ありがとうございます!
diff --git a/fastlane/metadata/android/ja/title.txt b/fastlane/metadata/android/ja/title.txt
deleted file mode 100644
index 7b49074..0000000
--- a/fastlane/metadata/android/ja/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-Simple Thank You
diff --git a/fastlane/metadata/android/ko/full_description.txt b/fastlane/metadata/android/ko-KR/full_description.txt
similarity index 69%
rename from fastlane/metadata/android/ko/full_description.txt
rename to fastlane/metadata/android/ko-KR/full_description.txt
index c1a981d..96edac6 100644
--- a/fastlane/metadata/android/ko/full_description.txt
+++ b/fastlane/metadata/android/ko-KR/full_description.txt
@@ -4,8 +4,16 @@
이 애플리케이션이 설치되면 랜덤하게 나타나던 "기부" 다이얼로그가 비활성화 되고 추가 기능을 사용 할 수 있게 됩니다.
-This app is not a a replacement for the Pro app versions. You will still have to purchase them separately, in case you want to use them.
-
광고가 포함되어 있거나, 불필요한 권한을 요청하지 않습니다. 이 앱의 모든 소스는 오픈소스이며, 사용자가 직접 애플리케이션의 컬러를 설정 할 수 있습니다.
-이 앱은 다양한 시리즈의 모바일앱 중 하나입니다. 나머지는 https://www.simplemobiletools.com 에서 찾아 보실 수 있습니다.
+Check out the full suite of Simple Tools here:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/ko-KR/short_description.txt b/fastlane/metadata/android/ko-KR/short_description.txt
new file mode 100644
index 0000000..1cbe0d5
--- /dev/null
+++ b/fastlane/metadata/android/ko-KR/short_description.txt
@@ -0,0 +1 @@
+항상 심플 앱들을 활용해주시고 응원해주셔서 감사합니다!
\ No newline at end of file
diff --git a/fastlane/metadata/android/ko-KR/title.txt b/fastlane/metadata/android/ko-KR/title.txt
new file mode 100644
index 0000000..cfd27fb
--- /dev/null
+++ b/fastlane/metadata/android/ko-KR/title.txt
@@ -0,0 +1 @@
+심플 Thank You
\ No newline at end of file
diff --git a/fastlane/metadata/android/ko-KR/video.txt b/fastlane/metadata/android/ko-KR/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/ko/short_description.txt b/fastlane/metadata/android/ko/short_description.txt
deleted file mode 100644
index e0a3af5..0000000
--- a/fastlane/metadata/android/ko/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-Thank you for supporting us!
diff --git a/fastlane/metadata/android/ko/title.txt b/fastlane/metadata/android/ko/title.txt
deleted file mode 100644
index 7b49074..0000000
--- a/fastlane/metadata/android/ko/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-Simple Thank You
diff --git a/fastlane/metadata/android/lt/full_description.txt b/fastlane/metadata/android/lt/full_description.txt
index fd5e5a7..f73f5a0 100644
--- a/fastlane/metadata/android/lt/full_description.txt
+++ b/fastlane/metadata/android/lt/full_description.txt
@@ -4,8 +4,16 @@ Nepamirškite, laikyti programėlės įdiegtos mažiausiai vieną dieną, kad ne
Šios programėlės tikslas yra tik toks, kad nebūtų atsitiktinai matomas dialogo langas "Prašome paaukoti", tai ateityje gali atrakinti papildomų funkcijų.
-This app is not a a replacement for the Pro app versions. You will still have to purchase them separately, in case you want to use them.
-
CNeturi reklamų ar nereikalingų leidimų. Programėlė visiškai atviro kodo, yra galimybė keisti spalvas.
-Ši programėle yra viena iš keletos mūsų programėlių. Likusias Jūs galite rasti čia https://www.simplemobiletools.com
+Check out the full suite of Simple Tools here:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/lt/short_description.txt b/fastlane/metadata/android/lt/short_description.txt
index e0a3af5..fb62eb3 100644
--- a/fastlane/metadata/android/lt/short_description.txt
+++ b/fastlane/metadata/android/lt/short_description.txt
@@ -1 +1 @@
-Thank you for supporting us!
+Mokama programėlė žmonėms, kurie nori mus paremti, nieko neveikiant.
\ No newline at end of file
diff --git a/fastlane/metadata/android/lt/title.txt b/fastlane/metadata/android/lt/title.txt
index 5d4a71a..3ab2b21 100644
--- a/fastlane/metadata/android/lt/title.txt
+++ b/fastlane/metadata/android/lt/title.txt
@@ -1 +1 @@
-Paprastas Ačiū
+Paprastas Ačiū
\ No newline at end of file
diff --git a/fastlane/metadata/android/lt/video.txt b/fastlane/metadata/android/lt/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/nl/full_description.txt b/fastlane/metadata/android/nl-NL/full_description.txt
similarity index 78%
rename from fastlane/metadata/android/nl/full_description.txt
rename to fastlane/metadata/android/nl-NL/full_description.txt
index af93923..03065cc 100644
--- a/fastlane/metadata/android/nl/full_description.txt
+++ b/fastlane/metadata/android/nl-NL/full_description.txt
@@ -8,4 +8,14 @@ Deze app is geen vervanging voor de Pro-versies. Deze zullen apart moeten worden
Bevat geen advertenties of onnodige machtigingen. Volledig open-source. Kleuren van de app kunnen worden aangepast.
-Deze app is onderdeel van een grotere verzameling. Vind de andere apps op https://www.simplemobiletools.com
+Probeer ook eens de andere apps van Simple Tools:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/nl-NL/short_description.txt b/fastlane/metadata/android/nl-NL/short_description.txt
new file mode 100644
index 0000000..8f7d6a4
--- /dev/null
+++ b/fastlane/metadata/android/nl-NL/short_description.txt
@@ -0,0 +1 @@
+Hartelijk dank voor het ondersteunen van onze moderne Simple Mobile Tools-apps!
\ No newline at end of file
diff --git a/fastlane/metadata/android/nl-NL/title.txt b/fastlane/metadata/android/nl-NL/title.txt
new file mode 100644
index 0000000..8a7c9b2
--- /dev/null
+++ b/fastlane/metadata/android/nl-NL/title.txt
@@ -0,0 +1 @@
+Simple bedankt
\ No newline at end of file
diff --git a/fastlane/metadata/android/nl-NL/video.txt b/fastlane/metadata/android/nl-NL/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/nl/short_description.txt b/fastlane/metadata/android/nl/short_description.txt
deleted file mode 100644
index 1026009..0000000
--- a/fastlane/metadata/android/nl/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-Hartelijk dank voor uw steun!
diff --git a/fastlane/metadata/android/nl/title.txt b/fastlane/metadata/android/nl/title.txt
deleted file mode 100644
index b414b76..0000000
--- a/fastlane/metadata/android/nl/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-Eenvoudig bedankje
diff --git a/fastlane/metadata/android/pl-PL/full_description.txt b/fastlane/metadata/android/pl-PL/full_description.txt
new file mode 100644
index 0000000..8169c9b
--- /dev/null
+++ b/fastlane/metadata/android/pl-PL/full_description.txt
@@ -0,0 +1,19 @@
+Jeżeli lubisz nasze aplikacje, które są darmowe, nieinwazyjne oraz nie zawierają reklam, prosimy o wsparcie nas w ten sposób.
+
+Prosimy nie usuwać tej aplikacji przynajmniej przez dzień, aby uniknąć automatycznego zwrotu pieniędzy
+
+Przyczyną powstania tej aplikacji jest uniknięcie sporadycznego otwierania okna "Przekaż datek" - w przyszłości może ona odblokować dodatkowe funkcje.
+
+Aplikacja nie zawiera żadnych reklam ani niepotrzebnych uprawnień. Jest też w pełni otawrtoźrodłowa.
+
+Check out the full suite of Simple Tools here:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/pl-PL/images/phoneScreenshots/1_pl-PL.jpeg b/fastlane/metadata/android/pl-PL/images/phoneScreenshots/1_pl-PL.jpeg
new file mode 100644
index 0000000..b0a3d64
Binary files /dev/null and b/fastlane/metadata/android/pl-PL/images/phoneScreenshots/1_pl-PL.jpeg differ
diff --git a/fastlane/metadata/android/pl-PL/images/phoneScreenshots/2_pl-PL.jpeg b/fastlane/metadata/android/pl-PL/images/phoneScreenshots/2_pl-PL.jpeg
new file mode 100644
index 0000000..0fab488
Binary files /dev/null and b/fastlane/metadata/android/pl-PL/images/phoneScreenshots/2_pl-PL.jpeg differ
diff --git a/fastlane/metadata/android/pl-PL/images/sevenInchScreenshots/1_pl-PL.jpeg b/fastlane/metadata/android/pl-PL/images/sevenInchScreenshots/1_pl-PL.jpeg
new file mode 100644
index 0000000..d6aada2
Binary files /dev/null and b/fastlane/metadata/android/pl-PL/images/sevenInchScreenshots/1_pl-PL.jpeg differ
diff --git a/fastlane/metadata/android/pl-PL/images/sevenInchScreenshots/2_pl-PL.jpeg b/fastlane/metadata/android/pl-PL/images/sevenInchScreenshots/2_pl-PL.jpeg
new file mode 100644
index 0000000..a78d304
Binary files /dev/null and b/fastlane/metadata/android/pl-PL/images/sevenInchScreenshots/2_pl-PL.jpeg differ
diff --git a/fastlane/metadata/android/pl-PL/images/tenInchScreenshots/1_pl-PL.jpeg b/fastlane/metadata/android/pl-PL/images/tenInchScreenshots/1_pl-PL.jpeg
new file mode 100644
index 0000000..d6aada2
Binary files /dev/null and b/fastlane/metadata/android/pl-PL/images/tenInchScreenshots/1_pl-PL.jpeg differ
diff --git a/fastlane/metadata/android/pl-PL/images/tenInchScreenshots/2_pl-PL.jpeg b/fastlane/metadata/android/pl-PL/images/tenInchScreenshots/2_pl-PL.jpeg
new file mode 100644
index 0000000..a78d304
Binary files /dev/null and b/fastlane/metadata/android/pl-PL/images/tenInchScreenshots/2_pl-PL.jpeg differ
diff --git a/fastlane/metadata/android/pl-PL/short_description.txt b/fastlane/metadata/android/pl-PL/short_description.txt
new file mode 100644
index 0000000..3fef3d8
--- /dev/null
+++ b/fastlane/metadata/android/pl-PL/short_description.txt
@@ -0,0 +1 @@
+Wielkie dzięki za wspieranie nowoczesnych i łatwych apek Simple Mobile Tools!
\ No newline at end of file
diff --git a/fastlane/metadata/android/pl-PL/title.txt b/fastlane/metadata/android/pl-PL/title.txt
new file mode 100644
index 0000000..458de1a
--- /dev/null
+++ b/fastlane/metadata/android/pl-PL/title.txt
@@ -0,0 +1 @@
+Proste podziękowanie
\ No newline at end of file
diff --git a/fastlane/metadata/android/pl-PL/video.txt b/fastlane/metadata/android/pl-PL/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/pl/full_description.txt b/fastlane/metadata/android/pl/full_description.txt
deleted file mode 100644
index cdf64f4..0000000
--- a/fastlane/metadata/android/pl/full_description.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-Jeśli lubisz nasze aplikacje, które są darmowe, nieinwazyjne oraz nie zawierają reklam, prosimy o wsparcie nas w jakiś sposób. Będzie to bardzo docenione.
-
-Zainstalowanie tej aplikacji uniemożliwi wyświetlanie okna „Przekaż datek” w bezpłatnych aplikacjach. Poza tym umożliwi korzystanie ze wspólnego motywu, co oznacza, że gdy tylko zmienisz kolor w jednej aplikacji, zastosuje się to do pozostałych aplikacji. Nowo zainstalowane aplikacje z zestawu również automatycznie otrzymają współdzielone kolory.
-
-Prosimy nie usuwać tej aplikacji przynajmniej przez dzień, aby uniknąć automatycznego zwrotu pieniędzy.
-
-Aplikacja nie zastępuje wersji Pro aplikacji. Nadal będziesz musiał(a) kupić je osobno, gdy będziesz chciał(a) z nich korzystać.
-
-Nie zawiera reklam ani niepotrzebnych uprawnień. Jest w pełni otwartoźródłowa, zapewnia konfigurowalną kolorystykę.
-
-Sprawdź pełen zestaw od Simple Tools tutaj:
-https://www.simplemobiletools.com
-
-Facebook:
-https://www.facebook.com/simplemobiletools
-
-Reddit:
-https://www.reddit.com/r/SimpleMobileTools
-
-Telegram:
-https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/pl/short_description.txt b/fastlane/metadata/android/pl/short_description.txt
deleted file mode 100644
index 1006187..0000000
--- a/fastlane/metadata/android/pl/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-Dziękujemy za wsparcie naszych nowoczesnych aplikacji Simple Mobile Tools!
diff --git a/fastlane/metadata/android/pl/title.txt b/fastlane/metadata/android/pl/title.txt
deleted file mode 100644
index d88f701..0000000
--- a/fastlane/metadata/android/pl/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-Proste podziękowanie
diff --git a/fastlane/metadata/android/pt-rPT/full_description.txt b/fastlane/metadata/android/pt-PT/full_description.txt
similarity index 75%
rename from fastlane/metadata/android/pt-rPT/full_description.txt
rename to fastlane/metadata/android/pt-PT/full_description.txt
index fff6606..85a8eb9 100644
--- a/fastlane/metadata/android/pt-rPT/full_description.txt
+++ b/fastlane/metadata/android/pt-PT/full_description.txt
@@ -8,4 +8,14 @@ Esta aplicação não substitui as versões Pro das aplicações. Terá que as c
Não contém anúncios nem permissões desnecessárias. Permite a personalização de cores e é totalmente 'open source'.
-Esta aplicação é apenas parte de um conjunto mais vasto de aplicações. Saiba mais em https://www.simplemobiletools.com
+Check out the full suite of Simple Tools here:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/pt-PT/short_description.txt b/fastlane/metadata/android/pt-PT/short_description.txt
new file mode 100644
index 0000000..f9d90e8
--- /dev/null
+++ b/fastlane/metadata/android/pt-PT/short_description.txt
@@ -0,0 +1 @@
+Agradecemos por apoiar os aplicativos modernos & fáceis da Simple Mobile Tools!
\ No newline at end of file
diff --git a/fastlane/metadata/android/pt-PT/title.txt b/fastlane/metadata/android/pt-PT/title.txt
new file mode 100644
index 0000000..ecd1c4e
--- /dev/null
+++ b/fastlane/metadata/android/pt-PT/title.txt
@@ -0,0 +1 @@
+Simple Thank You
\ No newline at end of file
diff --git a/fastlane/metadata/android/pt-PT/video.txt b/fastlane/metadata/android/pt-PT/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/pt-rPT/short_description.txt b/fastlane/metadata/android/pt-rPT/short_description.txt
deleted file mode 100644
index a920c18..0000000
--- a/fastlane/metadata/android/pt-rPT/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-Obrigado por nos ajudar!
diff --git a/fastlane/metadata/android/pt-rPT/title.txt b/fastlane/metadata/android/pt-rPT/title.txt
deleted file mode 100644
index 5b1f5cc..0000000
--- a/fastlane/metadata/android/pt-rPT/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-Simple Thank You - Para os nossos apoiantes
diff --git a/fastlane/metadata/android/ru-RU/full_description.txt b/fastlane/metadata/android/ru-RU/full_description.txt
new file mode 100644
index 0000000..85872a6
--- /dev/null
+++ b/fastlane/metadata/android/ru-RU/full_description.txt
@@ -0,0 +1,21 @@
+Если вам нравятся наши бесплатные, ненавязчивые и не имеющие рекламы приложения, то, пожалуйста, подумайте о том, чтобы поддержать нас. Мы будем очень признательны.
+
+После установки этого приложения в бесплатных версиях больше не будет отображаться окно «Пожертвовать». Помимо этого, можно будет использовать общую тему, что позволит изменить все приложения вместе. Только что установленные приложения автоматически получают общие цвета.
+
+Это может открыть больше дополнительных функций в будущем. Пожалуйста, держите программу установленной по крайней мере в течение дня, чтобы избежать автоматического возврата.
+
+Данное приложение не является заменой для Pro-версий. Вам все равно придется приобрести их отдельно, если вы захотите их использовать.
+
+Это приложение не будет показывать рекламу или запрашивать ненужные разрешения. У него полностью открытый исходный код и есть тёмная тема оформления.
+
+Ознакомьтесь с полным набором инструментов серии Simple здесь:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/ru-RU/images/phoneScreenshots/1_ru-RU.jpeg b/fastlane/metadata/android/ru-RU/images/phoneScreenshots/1_ru-RU.jpeg
new file mode 100644
index 0000000..5f493c7
Binary files /dev/null and b/fastlane/metadata/android/ru-RU/images/phoneScreenshots/1_ru-RU.jpeg differ
diff --git a/fastlane/metadata/android/ru-RU/images/phoneScreenshots/2_ru-RU.jpeg b/fastlane/metadata/android/ru-RU/images/phoneScreenshots/2_ru-RU.jpeg
new file mode 100644
index 0000000..7b64d88
Binary files /dev/null and b/fastlane/metadata/android/ru-RU/images/phoneScreenshots/2_ru-RU.jpeg differ
diff --git a/fastlane/metadata/android/ru-RU/images/sevenInchScreenshots/1_ru-RU.jpeg b/fastlane/metadata/android/ru-RU/images/sevenInchScreenshots/1_ru-RU.jpeg
new file mode 100644
index 0000000..d6aada2
Binary files /dev/null and b/fastlane/metadata/android/ru-RU/images/sevenInchScreenshots/1_ru-RU.jpeg differ
diff --git a/fastlane/metadata/android/ru-RU/images/sevenInchScreenshots/2_ru-RU.jpeg b/fastlane/metadata/android/ru-RU/images/sevenInchScreenshots/2_ru-RU.jpeg
new file mode 100644
index 0000000..a78d304
Binary files /dev/null and b/fastlane/metadata/android/ru-RU/images/sevenInchScreenshots/2_ru-RU.jpeg differ
diff --git a/fastlane/metadata/android/ru-RU/images/tenInchScreenshots/1_ru-RU.jpeg b/fastlane/metadata/android/ru-RU/images/tenInchScreenshots/1_ru-RU.jpeg
new file mode 100644
index 0000000..d6aada2
Binary files /dev/null and b/fastlane/metadata/android/ru-RU/images/tenInchScreenshots/1_ru-RU.jpeg differ
diff --git a/fastlane/metadata/android/ru-RU/images/tenInchScreenshots/2_ru-RU.jpeg b/fastlane/metadata/android/ru-RU/images/tenInchScreenshots/2_ru-RU.jpeg
new file mode 100644
index 0000000..a78d304
Binary files /dev/null and b/fastlane/metadata/android/ru-RU/images/tenInchScreenshots/2_ru-RU.jpeg differ
diff --git a/fastlane/metadata/android/ru-RU/short_description.txt b/fastlane/metadata/android/ru-RU/short_description.txt
new file mode 100644
index 0000000..3178571
--- /dev/null
+++ b/fastlane/metadata/android/ru-RU/short_description.txt
@@ -0,0 +1 @@
+Большое спасибо за поддержку наших современных и простых приложений!
\ No newline at end of file
diff --git a/fastlane/metadata/android/ru-RU/title.txt b/fastlane/metadata/android/ru-RU/title.txt
new file mode 100644
index 0000000..7a46106
--- /dev/null
+++ b/fastlane/metadata/android/ru-RU/title.txt
@@ -0,0 +1 @@
+Простое Спасибо
\ No newline at end of file
diff --git a/fastlane/metadata/android/ru-RU/video.txt b/fastlane/metadata/android/ru-RU/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/sk/full_description.txt b/fastlane/metadata/android/sk/full_description.txt
index 0b2d392..0a7ad90 100644
--- a/fastlane/metadata/android/sk/full_description.txt
+++ b/fastlane/metadata/android/sk/full_description.txt
@@ -8,4 +8,14 @@ Táto apka nie je náhradou za Pro verzie apiek. V prípade, že ich chcete pou
Neobsahuje žiadne reklamy a nepotrebné oprávnenia. Je opensource, poskytuje možnosť zmeny farieb.
-Táto aplikácia je iba jednou zo skupiny aplikácií. Ostatné viete nájsť na https://www.simplemobiletools.com
+Pozrite si celú sadu aplikácií na:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/sk/short_description.txt b/fastlane/metadata/android/sk/short_description.txt
index 548d23d..ca650c3 100644
--- a/fastlane/metadata/android/sk/short_description.txt
+++ b/fastlane/metadata/android/sk/short_description.txt
@@ -1 +1 @@
-Ďakujeme za podporu!
+Platená aplikácia pre ľudí, ktorí nás chcú podporiť, veľa zatiaľ toho nerobí.
\ No newline at end of file
diff --git a/fastlane/metadata/android/sk/title.txt b/fastlane/metadata/android/sk/title.txt
index ac87b8a..f4d5633 100644
--- a/fastlane/metadata/android/sk/title.txt
+++ b/fastlane/metadata/android/sk/title.txt
@@ -1 +1 @@
-Jednoduché ďakujem - Pre našich podporovateľov
+Jednoduché ďakujem
\ No newline at end of file
diff --git a/fastlane/metadata/android/sk/video.txt b/fastlane/metadata/android/sk/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/sv/full_description.txt b/fastlane/metadata/android/sv-SE/full_description.txt
similarity index 67%
rename from fastlane/metadata/android/sv/full_description.txt
rename to fastlane/metadata/android/sv-SE/full_description.txt
index d2e2f73..b9b9f31 100644
--- a/fastlane/metadata/android/sv/full_description.txt
+++ b/fastlane/metadata/android/sv-SE/full_description.txt
@@ -4,8 +4,16 @@ Behåll appen installerad i minst en dag för att undvika en automatisk återbet
Syftet med denna app är bara att hindra dialogrutan "Donera" från att visas sporadiskt. Den kan kanske låsa upp extrafunktioner i framtiden.
-This app is not a a replacement for the Pro app versions. You will still have to purchase them separately, in case you want to use them.
-
Innehåller ingen reklam eller onödiga behörigheter. Den har helt öppen källkod och anpassningsbara färger.
-Denna app är bara en del av en större serie appar. Du hittar resten av dem på https://www.simplemobiletools.com
+Check out the full suite of Simple Tools here:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/sv-SE/short_description.txt b/fastlane/metadata/android/sv-SE/short_description.txt
new file mode 100644
index 0000000..1f3ba47
--- /dev/null
+++ b/fastlane/metadata/android/sv-SE/short_description.txt
@@ -0,0 +1 @@
+En betalapp för personer som vill stödja oss, gör inte så mycket ännu
\ No newline at end of file
diff --git a/fastlane/metadata/android/sv-SE/title.txt b/fastlane/metadata/android/sv-SE/title.txt
new file mode 100644
index 0000000..ecd1c4e
--- /dev/null
+++ b/fastlane/metadata/android/sv-SE/title.txt
@@ -0,0 +1 @@
+Simple Thank You
\ No newline at end of file
diff --git a/fastlane/metadata/android/sv-SE/video.txt b/fastlane/metadata/android/sv-SE/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/sv/short_description.txt b/fastlane/metadata/android/sv/short_description.txt
deleted file mode 100644
index e0a3af5..0000000
--- a/fastlane/metadata/android/sv/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-Thank you for supporting us!
diff --git a/fastlane/metadata/android/sv/title.txt b/fastlane/metadata/android/sv/title.txt
deleted file mode 100644
index 7b49074..0000000
--- a/fastlane/metadata/android/sv/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-Simple Thank You
diff --git a/fastlane/metadata/android/tr/full_description.txt b/fastlane/metadata/android/tr-TR/full_description.txt
similarity index 100%
rename from fastlane/metadata/android/tr/full_description.txt
rename to fastlane/metadata/android/tr-TR/full_description.txt
diff --git a/fastlane/metadata/android/tr-TR/short_description.txt b/fastlane/metadata/android/tr-TR/short_description.txt
new file mode 100644
index 0000000..0210490
--- /dev/null
+++ b/fastlane/metadata/android/tr-TR/short_description.txt
@@ -0,0 +1 @@
+Basit Mobil Araçlar uygulamalarımıza desteğiniz için gönülden teşekkürler!
\ No newline at end of file
diff --git a/fastlane/metadata/android/tr-TR/title.txt b/fastlane/metadata/android/tr-TR/title.txt
new file mode 100644
index 0000000..5a158f8
--- /dev/null
+++ b/fastlane/metadata/android/tr-TR/title.txt
@@ -0,0 +1 @@
+Basit Teşekkür
\ No newline at end of file
diff --git a/fastlane/metadata/android/tr-TR/video.txt b/fastlane/metadata/android/tr-TR/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/tr/short_description.txt b/fastlane/metadata/android/tr/short_description.txt
deleted file mode 100644
index e0a3af5..0000000
--- a/fastlane/metadata/android/tr/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-Thank you for supporting us!
diff --git a/fastlane/metadata/android/tr/title.txt b/fastlane/metadata/android/tr/title.txt
deleted file mode 100644
index 7e4682e..0000000
--- a/fastlane/metadata/android/tr/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-Basit Teşekkürler
diff --git a/fastlane/metadata/android/uk/full_description.txt b/fastlane/metadata/android/uk/full_description.txt
index bad98c0..f7b2d71 100644
--- a/fastlane/metadata/android/uk/full_description.txt
+++ b/fastlane/metadata/android/uk/full_description.txt
@@ -4,8 +4,16 @@
В майбутньому цей додаток може надати доступ до інших додаткових налаштувань. Будь ласка, залиште цей додаток встановленим щонайменше на один день, щоб уникнути автоматичного повернення коштів.
-This app is not a a replacement for the Pro app versions. You will still have to purchase them separately, in case you want to use them.
-
Без реклами та лише найнеобхідніші дозволи. Це - додаток з відкритим програмним кодом, містить налаштування кольорів.
-Просто Подяка - один із ряду додатків від Simple Mobile Tools. Інші додатки можна знайти тут: https://www.simplemobiletools.com
+Check out the full suite of Simple Tools here:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/uk/short_description.txt b/fastlane/metadata/android/uk/short_description.txt
index e0a3af5..454cc96 100644
--- a/fastlane/metadata/android/uk/short_description.txt
+++ b/fastlane/metadata/android/uk/short_description.txt
@@ -1 +1 @@
-Thank you for supporting us!
+Платний додаток для тих, хто бажає підтримати Simple Mobile Tools.
\ No newline at end of file
diff --git a/fastlane/metadata/android/uk/title.txt b/fastlane/metadata/android/uk/title.txt
index f1d4fa3..e6ec238 100644
--- a/fastlane/metadata/android/uk/title.txt
+++ b/fastlane/metadata/android/uk/title.txt
@@ -1 +1 @@
-Проста Подяка
+Просто Подяка
\ No newline at end of file
diff --git a/fastlane/metadata/android/uk/video.txt b/fastlane/metadata/android/uk/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/zh-CN/full_description.txt b/fastlane/metadata/android/zh-CN/full_description.txt
new file mode 100644
index 0000000..5d0bcc5
--- /dev/null
+++ b/fastlane/metadata/android/zh-CN/full_description.txt
@@ -0,0 +1,21 @@
+如果您喜欢我们免费、非侵入且没有广告的应用程序,请考虑以某种方式支持我们。十分感谢!
+
+安装这个应用可以阻止免费应用中显示 "请捐助" 对话框。除此之外,它也会允许使用共享主题,这意味着只要您在一个应用成更改了颜色,所有其他的应用都会相应更新。套装中新近安装的应用也会自动获取共享颜色。
+
+在未来它可能可以解锁一些额外的功能。请您至少保持这个应用程序安装一天,以避免自动退款。
+
+这个应用程序并不是 Pro 应用版本的替代品。如果您想要使用他们,您仍然需要单独购买他们。
+
+不包含广告及非必要的权限,而且完全开放源代码,并提供自定义颜色。
+
+于此查看简易工具系列全套:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/zh-CN/short_description.txt b/fastlane/metadata/android/zh-CN/short_description.txt
new file mode 100644
index 0000000..d7799d6
--- /dev/null
+++ b/fastlane/metadata/android/zh-CN/short_description.txt
@@ -0,0 +1 @@
+感谢您支持我们!
\ No newline at end of file
diff --git a/fastlane/metadata/android/zh-CN/title.txt b/fastlane/metadata/android/zh-CN/title.txt
new file mode 100644
index 0000000..9cfcc61
--- /dev/null
+++ b/fastlane/metadata/android/zh-CN/title.txt
@@ -0,0 +1 @@
+简易感谢 - 致我们的支持者
\ No newline at end of file
diff --git a/fastlane/metadata/android/zh-CN/video.txt b/fastlane/metadata/android/zh-CN/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/zh-HK/full_description.txt b/fastlane/metadata/android/zh-HK/full_description.txt
new file mode 100644
index 0000000..dd903dc
--- /dev/null
+++ b/fastlane/metadata/android/zh-HK/full_description.txt
@@ -0,0 +1,21 @@
+如果你喜歡我們免費、非侵入性而且無廣告的應用程式,請考慮用某些方式來支持我們。我們會非常感激。
+
+請一直安裝著這程式至少一天,避免自動退費。
+
+這程式的用除只是避免偶爾看到"請購買"對話框,未來可能用來解鎖額外功能。
+
+這應用程式無法取代Pro版程式。如果你想要使用他們,仍必須分別購買。
+
+不包含廣告及非必要的權限,而且完全開放原始碼,並提供自訂顏色。
+
+Check out the full suite of Simple Tools here:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/zh-HK/short_description.txt b/fastlane/metadata/android/zh-HK/short_description.txt
new file mode 100644
index 0000000..33b2aa4
--- /dev/null
+++ b/fastlane/metadata/android/zh-HK/short_description.txt
@@ -0,0 +1 @@
+感謝您支持我們!
\ No newline at end of file
diff --git a/fastlane/metadata/android/zh-HK/title.txt b/fastlane/metadata/android/zh-HK/title.txt
new file mode 100644
index 0000000..ecd1c4e
--- /dev/null
+++ b/fastlane/metadata/android/zh-HK/title.txt
@@ -0,0 +1 @@
+Simple Thank You
\ No newline at end of file
diff --git a/fastlane/metadata/android/zh-HK/video.txt b/fastlane/metadata/android/zh-HK/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/zh-TW/full_description.txt b/fastlane/metadata/android/zh-TW/full_description.txt
new file mode 100644
index 0000000..e9c73a5
--- /dev/null
+++ b/fastlane/metadata/android/zh-TW/full_description.txt
@@ -0,0 +1,21 @@
+如果你喜歡我們免費、非侵入性而且無廣告的應用程式,請考慮用某些方式來支持我們。我們會非常感激。
+
+請一直安裝著這程式至少一天,避免自動退費。
+
+這程式的用除只是避免偶爾看到"請購買"對話框,未來可能用來解鎖額外功能。
+
+這應用程式無法取代Pro版程式。如果你想要使用他們,仍必須分別購買。
+
+不包含廣告及非必要的權限,而且完全開放原始碼,並提供自訂顏色。
+
+Check out the full suite of Simple Tools here:
+https://www.simplemobiletools.com
+
+Facebook:
+https://www.facebook.com/simplemobiletools
+
+Reddit:
+https://www.reddit.com/r/SimpleMobileTools
+
+Telegram:
+https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/zh-TW/short_description.txt b/fastlane/metadata/android/zh-TW/short_description.txt
new file mode 100644
index 0000000..217e795
--- /dev/null
+++ b/fastlane/metadata/android/zh-TW/short_description.txt
@@ -0,0 +1 @@
+這付費程式是給想要支持我們的人,還沒什麼功能。
\ No newline at end of file
diff --git a/fastlane/metadata/android/zh-TW/title.txt b/fastlane/metadata/android/zh-TW/title.txt
new file mode 100644
index 0000000..92983ea
--- /dev/null
+++ b/fastlane/metadata/android/zh-TW/title.txt
@@ -0,0 +1 @@
+Simple Thank You - 給我們的支持者
\ No newline at end of file
diff --git a/fastlane/metadata/android/zh-TW/video.txt b/fastlane/metadata/android/zh-TW/video.txt
new file mode 100644
index 0000000..e69de29
diff --git a/fastlane/metadata/android/zh-rCN/full_description.txt b/fastlane/metadata/android/zh-rCN/full_description.txt
deleted file mode 100644
index 2bdf86a..0000000
--- a/fastlane/metadata/android/zh-rCN/full_description.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-如果您喜欢我们免费、非侵入且没有广告的应用程序,请考虑以某种方式支持我们。我们将不胜感激!
-
-安装这个应用可以阻止免费应用中显示 "请捐助" 对话框。除此之外,它还允许使用共享主题,这意味着只要您更改了一款应用颜色,其他的应用颜色也会相应更新。新安装的套件应用也会自动获取共享颜色。
-
-请至少将这款应用程序在手机上保留一天,以避免自动退款。
-
-这个应用程序并不是 Pro 应用版本的替代品。如果您想要使用它们,您仍然需要单独购买。
-
-不包含广告及非必要的权限,而且完全开放源代码,并提供自定义颜色。
-
-查看全套简易工具:
-https://www.simplemobiletools.com
-
-Facebook:
-https://www.facebook.com/simplemobiletools
-
-Reddit:
-https://www.reddit.com/r/SimpleMobileTools
diff --git a/fastlane/metadata/android/zh-rCN/short_description.txt b/fastlane/metadata/android/zh-rCN/short_description.txt
deleted file mode 100644
index 62a632f..0000000
--- a/fastlane/metadata/android/zh-rCN/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-感谢您支持我们!
diff --git a/fastlane/metadata/android/zh-rCN/title.txt b/fastlane/metadata/android/zh-rCN/title.txt
deleted file mode 100644
index 6a83f28..0000000
--- a/fastlane/metadata/android/zh-rCN/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-简易感谢
diff --git a/fastlane/metadata/android/zh-rTW/full_description.txt b/fastlane/metadata/android/zh-rTW/full_description.txt
deleted file mode 100644
index c36c0b4..0000000
--- a/fastlane/metadata/android/zh-rTW/full_description.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-如果喜歡我們免費、非侵入性而且無廣告的 app,還請以您的方式支持我們。感激不盡。
-
-安裝此程式將避免在免費 app 中顯示「敬請贊助」的對話方塊。除此之外,還可以讓您使用共用主題,也就是說當您變更了一個 app 的顏色,其他的 app 也會跟著更新。新下載的系列 app 也會有小精靈幫忙設定成共用的顏色。
-
-請安裝著這個 app 至少一天,避免自動退費。
-
-這個 app 並非取代專業版 app 的替代品。若有需要,仍須另行購買。
-
-不含廣告及非必要的權限、完全開放原始碼、並提供自訂顏色。
-
-在此看看整套簡易工具系列:
-https://www.simplemobiletools.com
-
-Facebook:
-https://www.facebook.com/simplemobiletools
-
-Reddit:
-https://www.reddit.com/r/SimpleMobileTools
-
-Telegram:
-https://t.me/SimpleMobileTools
diff --git a/fastlane/metadata/android/zh-rTW/short_description.txt b/fastlane/metadata/android/zh-rTW/short_description.txt
deleted file mode 100644
index a8bca41..0000000
--- a/fastlane/metadata/android/zh-rTW/short_description.txt
+++ /dev/null
@@ -1 +0,0 @@
-感謝您支持我們!
diff --git a/fastlane/metadata/android/zh-rTW/title.txt b/fastlane/metadata/android/zh-rTW/title.txt
deleted file mode 100644
index 1dd022e..0000000
--- a/fastlane/metadata/android/zh-rTW/title.txt
+++ /dev/null
@@ -1 +0,0 @@
-簡易感謝
diff --git a/graphics/featureGraphic.jpeg b/graphics/featureGraphic.jpeg
new file mode 100644
index 0000000..0666e58
Binary files /dev/null and b/graphics/featureGraphic.jpeg differ
diff --git a/graphics/icon.png b/graphics/icon.png
new file mode 100644
index 0000000..aab4b99
Binary files /dev/null and b/graphics/icon.png differ
diff --git a/graphics/tvBanner.png b/graphics/tvBanner.png
new file mode 100644
index 0000000..d72a556
Binary files /dev/null and b/graphics/tvBanner.png differ