updating fastlane files

This commit is contained in:
tibbi 2022-07-14 23:09:27 +02:00
parent 9389902dc4
commit 48e9db5cb1
222 changed files with 515 additions and 204 deletions

3
.gitignore vendored
View File

@ -8,3 +8,6 @@
/captures
keystore.jks
keystore.properties
fastlane/fastlane.json
Gemfile
Gemfile.lock

View File

@ -1,5 +1,5 @@
# Simple Thank You
<img alt="Logo" src="fastlane/metadata/android/en-US/images/icon.png" width="120" />
<img alt="Logo" src="graphics/icon.png" width="120" />
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
<a href='https://play.google.com/store/apps/details?id=com.simplemobiletools.thankyou'><img src='https://simplemobiletools.com/images/button-google-play.svg' alt='Get it on Google Play' height=45/></a>
<div style="display:flex;">
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/1.jpg" width="30%">
<img alt="App image" src="fastlane/metadata/android/en-US/images/phoneScreenshots/2.jpg" width="30%">
<img alt="App image" src="fastlane/metadata/android/en-GB/images/phoneScreenshots/1_en-GB.jpeg" width="30%">
<img alt="App image" src="fastlane/metadata/android/en-GB/images/phoneScreenshots/2_en-GB.jpeg" width="30%">
</div>

2
fastlane/Appfile Normal file
View File

@ -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

38
fastlane/Fastfile Normal file
View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
شكرا جزيلا لك على دعم تطبيقات أدوات الجوال الحديثة والسهلة الخاصة بنا!
شكراً لدعمكم لنا!

View File

@ -1 +1 @@
شكر بسيط
شكراً لكم

View File

View File

@ -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

View File

@ -0,0 +1 @@
Bizi dəstəkləmək istəyən insanlar üçün ödənişli tətbiq, əlavə heçnə.

View File

@ -0,0 +1 @@
Sadə Təşəkkür

View File

@ -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!

View File

@ -1 +1 @@
Обикновено Благодаря
Обикновено Благодаря

View File

View File

@ -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

View File

@ -1 +1 @@
Simple Thank You
Simple Thank You

View File

View File

@ -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

View File

@ -0,0 +1 @@
Děkujeme za podporu!

View File

@ -0,0 +1 @@
Jednoduché děkuji

View File

@ -1 +0,0 @@
Děkujeme za podporu!

View File

@ -1 +0,0 @@
Jednoduché děkuji - Pro naše podporovatele

View File

@ -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.
<b>Se hele pakken af Simple Tools her:</b>
Se hele pakken af Simple Tools her:
https://www.simplemobiletools.com
<b>Facebook:</b>
Facebook:
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
Reddit:
https://www.reddit.com/r/SimpleMobileTools
Telegram:
https://t.me/SimpleMobileTools

View File

@ -0,0 +1 @@
Tak fordi du støtter os!

View File

@ -0,0 +1 @@
Simpel tak

View File

@ -1 +0,0 @@
Tak fordi du støtter os!

View File

@ -1 +0,0 @@
Simpel tak

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 318 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 330 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1002 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 875 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1002 KiB

View File

@ -0,0 +1 @@
Ein herzliches Dankeschön für die Unterstützung unserer einfachen Apps!

View File

@ -0,0 +1 @@
Schlichtes Danke

View File

@ -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

View File

@ -1 +0,0 @@
Thank you for supporting us!

View File

@ -1 +0,0 @@
Simple Thank You

View File

@ -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

View File

@ -1 +1 @@
Σας ευχαριστώ που μας υποστηρίξατε!
Σας ευχαριστώ που μας υποστηρίξατε!

View File

@ -0,0 +1 @@
Απλά Σας ευχαριστούμε

View File

@ -1 +0,0 @@
Απλά Σας ευχαριστούμε - Στους υποστηρικτές μας

View File

@ -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

View File

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 944 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 822 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 944 KiB

View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -0,0 +1 @@
A warm Thank You for supporting our modern & easy Simple Mobile Tools apps!

View File

@ -0,0 +1 @@
Simple Thank You

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 241 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 218 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 202 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 137 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 95 KiB

View File

@ -1 +0,0 @@
Simple Thank You

View File

@ -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

View File

@ -0,0 +1 @@
¡Un gran agradecimiento por apoyar nuestras modernas y simples aplicaciones!

View File

@ -0,0 +1 @@
Simple Gracias

View File

@ -1 +0,0 @@
¡Gracias por apoyarnos!

View File

@ -1 +0,0 @@
Simple Thank You - A nuestros seguidores

View File

@ -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

View File

@ -0,0 +1 @@
Un grand merci pour votre soutien à nos applications d'outils mobiles simples!

View File

@ -0,0 +1 @@
Merci Simple

View File

@ -1 +0,0 @@
Thank you for supporting us!

View File

@ -1 +0,0 @@
Simple Thank You

View File

@ -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

View File

@ -0,0 +1 @@
Grazas por axudarnos!

View File

@ -0,0 +1 @@
Simple Thank You

View File

@ -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

View File

@ -0,0 +1 @@
हमारे आधुनिक और आसान सिम्पल मोबाइल टूल एप्स का समर्थन करने हेतु हार्दिक धन्यवाद!

View File

@ -0,0 +1 @@
सिम्पल शुक्रिया

View File

@ -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

View File

@ -1 +1 @@
Thank you for supporting us!
Plaćena aplikacija za ljude koji nas žele podržati, a ne čine ništa posebno.

View File

@ -1 +1 @@
Jednostavno hvala
Jednostavno hvala

View File

View File

@ -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

View File

@ -0,0 +1 @@
Terima kasih telah mendukung aplikasi modern & mudah dari Alat Seluler Simpel!

Some files were not shown because too many files have changed in this diff Show More