diff --git a/.gitignore b/.gitignore index 4cd1c5ee..21da4996 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 a19c830a..9a8bf72d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Simple SMS Messenger -Logo +Logo A great way to stay in touch with your relatives, by sending both SMS and MMS messages. The app properly handles group messaging too, just like blocking numbers from Android 7+. Keep in touch with all of your contacts using the messaging app on your phone. It's never been easier to share photos, send emojis, or just say a quick hello. There's so much you can do with your messages, like mute conversations or assign special message tones for certain contacts. With this text message and group messaging app, you can enjoy the daily private messaging and group messaging in a more fun way. @@ -24,8 +24,8 @@ https://www.reddit.com/r/SimpleMobileTools Get it on F-Droid
-App image -App image -App image +App image +App image +App image
diff --git a/fastlane/Appfile b/fastlane/Appfile new file mode 100644 index 00000000..47b903c0 --- /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.smsmessenger") # e.g. com.krausefx.app diff --git a/fastlane/Fastfile b/fastlane/Fastfile new file mode 100644 index 00000000..19c557cc --- /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 30006d31..9b30dd6f 100644 --- a/fastlane/metadata/android/ar/full_description.txt +++ b/fastlane/metadata/android/ar/full_description.txt @@ -18,4 +18,4 @@ https://www.facebook.com/simplemobiletools https://www.reddit.com/r/SimpleMobileTools برقية: -https://t.me/SimpleMobileTools +https://t.me/SimpleMobileTools \ No newline at end of file diff --git a/fastlane/metadata/android/ar/short_description.txt b/fastlane/metadata/android/ar/short_description.txt index 608fe3f7..e20a1b8c 100644 --- a/fastlane/metadata/android/ar/short_description.txt +++ b/fastlane/metadata/android/ar/short_description.txt @@ -1 +1 @@ -تطبيق رسائل SMS ورسائل MMS لنظام Android ، أرسل رسائل سريعة وواجهة مستخدم لطيفة +تطبيق رسائل SMS ورسائل MMS لنظام Android ، أرسل رسائل سريعة وواجهة مستخدم لطيفة \ No newline at end of file diff --git a/fastlane/metadata/android/ar/title.txt b/fastlane/metadata/android/ar/title.txt index b9ac0b8e..075ff56a 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 00000000..e69de29b diff --git a/fastlane/metadata/android/bg/full_description.txt b/fastlane/metadata/android/bg/full_description.txt index 114ca976..e7361a3c 100644 --- a/fastlane/metadata/android/bg/full_description.txt +++ b/fastlane/metadata/android/bg/full_description.txt @@ -6,11 +6,14 @@ Не съдържа реклами или ненужни разрешения. Напълно с отворен код е, има сменяеми цветове. -Вижте пълната колекция на Simple Tools тук: +Вижте пълната колекция на Simple Tools тук: https://www.simplemobiletools.com -Фейсбук: +Фейсбук: https://www.facebook.com/simplemobiletools -Редит: +Редит: https://www.reddit.com/r/SimpleMobileTools + +Telegram: +https://t.me/SimpleMobileTools diff --git a/fastlane/metadata/android/bg/short_description.txt b/fastlane/metadata/android/bg/short_description.txt index 3c91eb49..28057346 100644 --- a/fastlane/metadata/android/bg/short_description.txt +++ b/fastlane/metadata/android/bg/short_description.txt @@ -1 +1 @@ -Лесен и бърз начин за управление на SMS и MMS съобщения без реклами. +Лесен и бърз начин за управление на SMS и MMS съобщения без реклами. \ No newline at end of file diff --git a/fastlane/metadata/android/bg/title.txt b/fastlane/metadata/android/bg/title.txt index 4142838c..7ebaa915 100644 --- a/fastlane/metadata/android/bg/title.txt +++ b/fastlane/metadata/android/bg/title.txt @@ -1 +1 @@ -Обикновени SMS Съобщения +Simple SMS Messenger \ 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 00000000..e69de29b diff --git a/fastlane/metadata/android/ca/full_description.txt b/fastlane/metadata/android/ca/full_description.txt index 6b9a94fb..e7361a3c 100644 --- a/fastlane/metadata/android/ca/full_description.txt +++ b/fastlane/metadata/android/ca/full_description.txt @@ -1,20 +1,18 @@ -Una bona manera de mantenir-se en contacte amb els seus familiars, enviant missatges SMS i MMS. L'aplicació també gestiona correctament els missatges de grup, així com bloquejar números a partir de l'Android 7+. Mantingueu-vos en contacte amb tots els vostres contactes mitjançant l'aplicació de missatgeria del telèfon. Mai ha estat més fàcil compartir fotos, enviar emojis o simplement saludar. Hi ha moltes coses que podeu fer amb els missatges, com silenciar converses o assignar tons especials de missatges per a determinats contactes. Amb aquesta aplicació de missatges de text i missatgeria grupal, podeu gaudir de la missatgeria privada diària i la missatgeria grupal d'una manera més divertida. +Страхотен начин да поддържате връзка с вашите роднини, изпращайки и SMS и MMS съобщения. Програмата също така добре се справя със съобщения до група получатели, както и с блокиране на номера след Android 7+. -Ofereix molts formats de dates per triar, perquè us sentiu còmode utilitzant-lo. També podeu canviar entre el format de 12 i 24 hores. Aquesta aplicació també ofereix la flexibilitat de la còpia de seguretat d'SMS. D'aquesta manera, no haureu de desar els missatges en cap dispositiu extern ni utilitzar cap altre maquinari per desar-los. Aquesta funció de còpia de seguretat d'SMS us ajudarà a desar de manera eficient les dades de missatges de text i MMS sense suposar una càrrega per a l'emmagatzematge intern. +Тя предлага избор от много формати за дата, за да се чувствате удобно при употребата. Също може да се превключва между 12 и 24 часови формати. -Aquesta aplicació de missatgeria té una mida d'aplicació molt petita en comparació amb la competència, la qual cosa la fa molt ràpida de descarregar. La tècnica de còpia de seguretat d'SMS és útil quan heu de canviar el vostre dispositiu o us el roben. D'aquesta manera, podreu recuperar fàcilment el missatge de text tant de missatgeria grupal com de missatgeria privada mitjançant la còpia de seguretat d'SMS d'aquesta aplicació de missatgeria. +Приложението е с наистина много малък размер в сравнение с конкурентните програми, като по този начин се сваля бързо от интернет. Използва material дизайн и тъмна тема по подразбиране, осигурявайки страхотно потребителско изживяване за лесно употреба. Липсата на достъпване на интернет ви осигурява повече поверителност, сигурност и стабилнот от други програми. -De manera predeterminada, inclou el «Material design» i un tema fosc, proporcionant una gran experiència d'usuari per a un ús fàcil. Aquesta aplicació de missatgeria també ofereix als usuaris la possibilitat de cercar missatges de manera ràpida i eficient. Enrere han quedat els dies en què calia desplaçar-vos cap avall per totes les converses de missatgeria privada i grup per arribar al missatge necessari. Simplement cerqueu i obteniu el que vulgueu amb aquesta aplicació de missatgeria de text. +Не съдържа реклами или ненужни разрешения. Напълно с отворен код е, има сменяеми цветове. -No conté anuncis ni permisos innecessaris. És totalment de codi obert, proporciona colors personalitzables. També podeu personalitzar el tipus de lletra del vostre missatge de text tant a la missatgeria grupal com a la missatgeria privada. - -Consulteu el conjunt complet d'eines simples aquí: +Вижте пълната колекция на Simple Tools тук: https://www.simplemobiletools.com -Facebook: +Фейсбук: https://www.facebook.com/simplemobiletools -Reddit: +Редит: https://www.reddit.com/r/SimpleMobileTools Telegram: diff --git a/fastlane/metadata/android/ca/short_description.txt b/fastlane/metadata/android/ca/short_description.txt index b10fadc7..28057346 100644 --- a/fastlane/metadata/android/ca/short_description.txt +++ b/fastlane/metadata/android/ca/short_description.txt @@ -1 +1 @@ -Aplicació de missatgeria SMS i MMS per a Android, envieu missatges ràpidament +Лесен и бърз начин за управление на SMS и MMS съобщения без реклами. \ No newline at end of file diff --git a/fastlane/metadata/android/ca/title.txt b/fastlane/metadata/android/ca/title.txt index 58886f74..7ebaa915 100644 --- a/fastlane/metadata/android/ca/title.txt +++ b/fastlane/metadata/android/ca/title.txt @@ -1 +1 @@ -Simple SMS Messenger +Simple SMS Messenger \ 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 00000000..e69de29b 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 00000000..d6e800c9 --- /dev/null +++ b/fastlane/metadata/android/de-DE/full_description.txt @@ -0,0 +1,21 @@ +Eine großartige Möglichkeit, mit Ihren Verwandten in Kontakt zu bleiben, indem Sie sowohl SMS- als auch MMS-Nachrichten senden. Die App verarbeitet auch Gruppen-Messaging ordnungsgemäß, genau wie das Blockieren von Nummern von Android 7+. Bleiben Sie mit allen Ihren Kontakten über die Messaging-App auf Ihrem Telefon in Kontakt. Es war noch nie einfacher, Fotos zu teilen, Emojis zu senden oder einfach nur schnell Hallo zu sagen. Mit Ihren Nachrichten können Sie so viel tun, z. B. Konversationen stummschalten oder bestimmten Kontakten spezielle Nachrichtentöne zuweisen. Mit dieser SMS- und Gruppen-Messaging-App können Sie die täglichen privaten Nachrichten und Gruppen-Nachrichten auf unterhaltsame Weise genießen. + +Es bietet viele Datumsformate zur Auswahl, damit Sie sich bei der Verwendung wohl fühlen. Sie können auch zwischen dem 12- und 24-Stunden-Zeitformat wechseln. Diese App bietet Ihnen auch die Flexibilität der SMS-Sicherung. Auf diese Weise müssen Sie die Nachrichten nicht auf einem externen Gerät speichern oder andere Hardware zum Speichern verwenden. Mit dieser SMS-Sicherungsfunktion können Sie Textnachrichten und MMS-Daten effizient speichern, ohne den internen Speicher zu belasten. + +Diese Messaging-App hat im Vergleich zur Konkurrenz eine sehr kleine App-Größe, sodass sie sehr schnell heruntergeladen werden kann. Die SMS-Sicherungstechnik ist hilfreich, wenn Sie Ihr Gerät wechseln müssen oder es gestohlen wird. Auf diese Weise können Sie die Textnachricht mithilfe der SMS-Sicherung in dieser Messaging-App problemlos sowohl aus Gruppen- als auch aus privaten Nachrichten abrufen. + +Es wird standardmäßig mit Materialdesign und dunklem Thema geliefert und bietet eine hervorragende Benutzererfahrung für eine einfache Verwendung. Diese Messaging-App bietet Benutzern auch die Möglichkeit, Nachrichten schnell und effizient zu suchen. Vorbei sind die Zeiten, in denen Sie durch alle privaten Messaging- und Gruppen-Messaging-Konversationen scrollen müssen, um Ihre gewünschte Nachricht zu erhalten. Suchen Sie einfach und erhalten Sie, was Sie mit dieser SMS-App wollen. + +Enthält keine Anzeigen oder unnötigen Berechtigungen. Es ist vollständig OpenSource und bietet anpassbare Farben. Sie können die Schriftart Ihrer Textnachricht auch sowohl in Gruppen- als auch in privaten Nachrichten anpassen. + +Sehen Sie sich hier die vollständige Suite der einfachen Tools an: +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 00000000..f2435c7f 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 00000000..30d2abb6 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/phoneScreenshots/3_de-DE.jpeg b/fastlane/metadata/android/de-DE/images/phoneScreenshots/3_de-DE.jpeg new file mode 100644 index 00000000..f1013919 Binary files /dev/null and b/fastlane/metadata/android/de-DE/images/phoneScreenshots/3_de-DE.jpeg differ diff --git a/fastlane/metadata/android/de-DE/images/phoneScreenshots/4_de-DE.jpeg b/fastlane/metadata/android/de-DE/images/phoneScreenshots/4_de-DE.jpeg new file mode 100644 index 00000000..8b1c9de4 Binary files /dev/null and b/fastlane/metadata/android/de-DE/images/phoneScreenshots/4_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 00000000..680fed35 --- /dev/null +++ b/fastlane/metadata/android/de-DE/short_description.txt @@ -0,0 +1 @@ +SMS- und MMS-Nachrichten schnell versenden. Saubere schöne Schnittstelle \ 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 00000000..50d2d196 --- /dev/null +++ b/fastlane/metadata/android/de-DE/title.txt @@ -0,0 +1 @@ +Schlichter SMS Messenger \ 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 00000000..e69de29b diff --git a/fastlane/metadata/android/el/full_description.txt b/fastlane/metadata/android/el-GR/full_description.txt similarity index 91% rename from fastlane/metadata/android/el/full_description.txt rename to fastlane/metadata/android/el-GR/full_description.txt index 00238e7b..7e414c7e 100644 --- a/fastlane/metadata/android/el/full_description.txt +++ b/fastlane/metadata/android/el-GR/full_description.txt @@ -9,10 +9,4 @@ Δεν περιέχει διαφημίσεις ή περιττά δικαιώματα. Είναι πλήρως ανοιχτού κώδικα, παρέχει προσαρμόσιμα χρώματα. Δείτε την πλήρη σειρά Simple Tools here: -https://www.simplemobiletools.com - -Facebook: -https://www.facebook.com/simplemobiletools - -Reddit: -https://www.reddit.com/r/SimpleMobileTools +https://www.simplemobiletools.com \ No newline at end of file diff --git a/fastlane/metadata/android/el/short_description.txt b/fastlane/metadata/android/el-GR/short_description.txt similarity index 95% rename from fastlane/metadata/android/el/short_description.txt rename to fastlane/metadata/android/el-GR/short_description.txt index b5c05944..14f63e44 100644 --- a/fastlane/metadata/android/el/short_description.txt +++ b/fastlane/metadata/android/el-GR/short_description.txt @@ -1 +1 @@ -Ένας εύκολος και γρήγορος τρόπος διαχείρισης SMS και MMS χωρίς διαφημίσεις. +Ένας εύκολος και γρήγορος τρόπος διαχείρισης SMS και MMS χωρίς διαφημίσεις. \ 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 00000000..7773cdb6 --- /dev/null +++ b/fastlane/metadata/android/el-GR/title.txt @@ -0,0 +1 @@ +Απλός SMS Messenger \ 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 00000000..e69de29b diff --git a/fastlane/metadata/android/el/title.txt b/fastlane/metadata/android/el/title.txt deleted file mode 100644 index a9e7f5bb..00000000 --- a/fastlane/metadata/android/el/title.txt +++ /dev/null @@ -1 +0,0 @@ -Απλός SMS Messenger - Εύκολη διαχείριση μηνυμάτων 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 00000000..12634773 --- /dev/null +++ b/fastlane/metadata/android/en-GB/full_description.txt @@ -0,0 +1,21 @@ +A great way to stay in touch with your relatives, by sending both SMS and MMS messages. The app properly handles group messaging too, just like blocking numbers from Android 7+. Keep in touch with all of your contacts using the messaging app on your phone. It's never been easier to share photos, send emojis, or just say a quick hello. There's so much you can do with your messages, like mute conversations or assign special message tones for certain contacts. With this text message and group messaging app, you can enjoy the daily private messaging and group messaging in a more fun way. + +It offers many date formats to choose from, to make you feel comfortable at using it. You can toggle between 12 and 24 hours time format too. This app also gives you the flexibility of sms backup. This way, you don't have to save the messages on any external device or use any other hardware to save it. This sms backup feature will help you efficiently save text message and mms data without being a burden on internal storage. + +This messaging app has a really tiny app size compared to the competition, making it really fast to download. The sms backup technique is helpful when you have to change your device or it gets stolen. This way, you can retrieve the text message from both group messaging and private messaging easily using the sms backup in this messaging app. + +It comes with material design and dark theme by default, provides great user experience for easy usage. This messaging app also provides users with the ability to search messages quickly and efficiently. Gone are the days when you have to scroll down through all the private messaging and group messaging conversations to reach your required message. Simply search and get what you want with this text messaging app. + +Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors. You can also customize the font of your text message in both group messaging and private messaging. + +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-GB/images/icon.png b/fastlane/metadata/android/en-GB/images/icon.png new file mode 100644 index 00000000..b771d45a Binary files /dev/null and b/fastlane/metadata/android/en-GB/images/icon.png differ 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 00000000..065f7041 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 00000000..d9763ac6 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/phoneScreenshots/3_en-GB.jpeg b/fastlane/metadata/android/en-GB/images/phoneScreenshots/3_en-GB.jpeg new file mode 100644 index 00000000..d01eef27 Binary files /dev/null and b/fastlane/metadata/android/en-GB/images/phoneScreenshots/3_en-GB.jpeg differ diff --git a/fastlane/metadata/android/en-GB/images/phoneScreenshots/4_en-GB.jpeg b/fastlane/metadata/android/en-GB/images/phoneScreenshots/4_en-GB.jpeg new file mode 100644 index 00000000..0a0ab888 Binary files /dev/null and b/fastlane/metadata/android/en-GB/images/phoneScreenshots/4_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 00000000..a850c852 --- /dev/null +++ b/fastlane/metadata/android/en-GB/short_description.txt @@ -0,0 +1 @@ +SMS messaging and MMS messaging app for Android, send messages fast, nice UI \ 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 00000000..7ebaa915 --- /dev/null +++ b/fastlane/metadata/android/en-GB/title.txt @@ -0,0 +1 @@ +Simple SMS Messenger \ 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 00000000..e69de29b diff --git a/fastlane/metadata/android/en-IN/full_description.txt b/fastlane/metadata/android/en-IN/full_description.txt new file mode 100644 index 00000000..12634773 --- /dev/null +++ b/fastlane/metadata/android/en-IN/full_description.txt @@ -0,0 +1,21 @@ +A great way to stay in touch with your relatives, by sending both SMS and MMS messages. The app properly handles group messaging too, just like blocking numbers from Android 7+. Keep in touch with all of your contacts using the messaging app on your phone. It's never been easier to share photos, send emojis, or just say a quick hello. There's so much you can do with your messages, like mute conversations or assign special message tones for certain contacts. With this text message and group messaging app, you can enjoy the daily private messaging and group messaging in a more fun way. + +It offers many date formats to choose from, to make you feel comfortable at using it. You can toggle between 12 and 24 hours time format too. This app also gives you the flexibility of sms backup. This way, you don't have to save the messages on any external device or use any other hardware to save it. This sms backup feature will help you efficiently save text message and mms data without being a burden on internal storage. + +This messaging app has a really tiny app size compared to the competition, making it really fast to download. The sms backup technique is helpful when you have to change your device or it gets stolen. This way, you can retrieve the text message from both group messaging and private messaging easily using the sms backup in this messaging app. + +It comes with material design and dark theme by default, provides great user experience for easy usage. This messaging app also provides users with the ability to search messages quickly and efficiently. Gone are the days when you have to scroll down through all the private messaging and group messaging conversations to reach your required message. Simply search and get what you want with this text messaging app. + +Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors. You can also customize the font of your text message in both group messaging and private messaging. + +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-IN/short_description.txt b/fastlane/metadata/android/en-IN/short_description.txt new file mode 100644 index 00000000..ad3491b1 --- /dev/null +++ b/fastlane/metadata/android/en-IN/short_description.txt @@ -0,0 +1 @@ +Fast SMS and MMS messaging app for Android, send any text messages easily \ No newline at end of file diff --git a/fastlane/metadata/android/en-IN/title.txt b/fastlane/metadata/android/en-IN/title.txt new file mode 100644 index 00000000..7ebaa915 --- /dev/null +++ b/fastlane/metadata/android/en-IN/title.txt @@ -0,0 +1 @@ +Simple SMS Messenger \ No newline at end of file diff --git a/fastlane/metadata/android/en-IN/video.txt b/fastlane/metadata/android/en-IN/video.txt new file mode 100644 index 00000000..e69de29b diff --git a/fastlane/metadata/android/en-US/images/icon.png b/fastlane/metadata/android/en-US/images/icon.png index ef42f6cf..430f890b 100644 Binary files a/fastlane/metadata/android/en-US/images/icon.png and b/fastlane/metadata/android/en-US/images/icon.png 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 0528a2d2..00000000 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/1_en-US.jpeg b/fastlane/metadata/android/en-US/images/phoneScreenshots/1_en-US.jpeg new file mode 100644 index 00000000..9b62d132 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1_en-US.jpeg 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 de8504ab..00000000 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/2_en-US.jpeg b/fastlane/metadata/android/en-US/images/phoneScreenshots/2_en-US.jpeg new file mode 100644 index 00000000..7eb0976d Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/2_en-US.jpeg differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.jpg deleted file mode 100644 index c548f0e2..00000000 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.jpg and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/3_en-US.jpeg b/fastlane/metadata/android/en-US/images/phoneScreenshots/3_en-US.jpeg new file mode 100644 index 00000000..39085eff Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/3_en-US.jpeg differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/4.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/4.jpg deleted file mode 100644 index 813a1d44..00000000 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/4.jpg and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/4_en-US.jpeg b/fastlane/metadata/android/en-US/images/phoneScreenshots/4_en-US.jpeg new file mode 100644 index 00000000..dce28827 Binary files /dev/null and b/fastlane/metadata/android/en-US/images/phoneScreenshots/4_en-US.jpeg 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 2c6f62d1..00000000 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 ea78e479..00000000 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/phoneScreenshots/english/3.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/english/3.jpg deleted file mode 100644 index dc5ac2cc..00000000 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/english/3.jpg and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/english/4.jpg b/fastlane/metadata/android/en-US/images/phoneScreenshots/english/4.jpg deleted file mode 100644 index e1ff8478..00000000 Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/english/4.jpg and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/raw_screenshots/app_1.jpg b/fastlane/metadata/android/en-US/images/raw_screenshots/app_1.jpg deleted file mode 100755 index 3a776198..00000000 Binary files a/fastlane/metadata/android/en-US/images/raw_screenshots/app_1.jpg and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/raw_screenshots/app_2.jpg b/fastlane/metadata/android/en-US/images/raw_screenshots/app_2.jpg deleted file mode 100644 index 880dcd82..00000000 Binary files a/fastlane/metadata/android/en-US/images/raw_screenshots/app_2.jpg and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/raw_screenshots/app_3.png b/fastlane/metadata/android/en-US/images/raw_screenshots/app_3.png deleted file mode 100644 index b5cc596f..00000000 Binary files a/fastlane/metadata/android/en-US/images/raw_screenshots/app_3.png and /dev/null differ diff --git a/fastlane/metadata/android/en-US/images/raw_screenshots/smsmessenger.xcf b/fastlane/metadata/android/en-US/images/raw_screenshots/smsmessenger.xcf deleted file mode 100644 index 9b26e3c5..00000000 Binary files a/fastlane/metadata/android/en-US/images/raw_screenshots/smsmessenger.xcf and /dev/null differ diff --git a/fastlane/metadata/android/en-US/short_description.txt b/fastlane/metadata/android/en-US/short_description.txt index 29cf971a..a850c852 100644 --- a/fastlane/metadata/android/en-US/short_description.txt +++ b/fastlane/metadata/android/en-US/short_description.txt @@ -1 +1 @@ -SMS messaging and MMS messaging app for Android, send messages fast, nice UI +SMS messaging and MMS messaging app for Android, send messages fast, nice UI \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/title.txt b/fastlane/metadata/android/en-US/title.txt index 58886f74..7ebaa915 100644 --- a/fastlane/metadata/android/en-US/title.txt +++ b/fastlane/metadata/android/en-US/title.txt @@ -1 +1 @@ -Simple SMS Messenger +Simple SMS Messenger \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/video.txt b/fastlane/metadata/android/en-US/video.txt new file mode 100644 index 00000000..e69de29b diff --git a/fastlane/metadata/android/es-419/full_description.txt b/fastlane/metadata/android/es-419/full_description.txt new file mode 100644 index 00000000..65ecbde6 --- /dev/null +++ b/fastlane/metadata/android/es-419/full_description.txt @@ -0,0 +1,21 @@ +Una excelente manera de mantenerse en contacto con sus familiares mediante el envío de mensajes SMS y MMS. La aplicación también maneja correctamente los mensajes grupales, al igual que el bloqueo de números de Android 7+. Manténgase en contacto con todos sus contactos usando la aplicación de mensajería en su teléfono. Nunca ha sido tan fácil compartir fotos, enviar emojis o simplemente decir un saludo rápido. Hay muchas cosas que puede hacer con sus mensajes, como silenciar conversaciones o asignar tonos de mensaje especiales para ciertos contactos. Con esta aplicación de mensajes de texto y mensajes grupales, puede disfrutar de la mensajería privada diaria y la mensajería grupal de una manera más divertida. + +Ofrece muchos formatos de fecha para elegir, para que se sienta cómodo usándolo. También puede alternar entre el formato de hora de 12 y 24 horas. Esta aplicación también le brinda la flexibilidad de la copia de seguridad de SMS. De esta manera, no tiene que guardar los mensajes en ningún dispositivo externo ni usar ningún otro hardware para guardarlos. Esta función de copia de seguridad de SMS lo ayudará a guardar de manera eficiente los mensajes de texto y los datos de mms sin ser una carga para el almacenamiento interno. + +Esta aplicación de mensajería tiene un tamaño de aplicación realmente pequeño en comparación con la competencia, lo que la hace muy rápida de descargar. La técnica de copia de seguridad de SMS es útil cuando tienes que cambiar tu dispositivo o te lo roban. De esta manera, puede recuperar el mensaje de texto tanto de la mensajería grupal como de la mensajería privada fácilmente usando la copia de seguridad de sms en esta aplicación de mensajería. + +Viene con diseño de material y tema oscuro de forma predeterminada, brinda una excelente experiencia de usuario para un uso fácil. Esta aplicación de mensajería también brinda a los usuarios la capacidad de buscar mensajes de manera rápida y eficiente. Atrás quedaron los días en los que tenía que desplazarse hacia abajo a través de todos los mensajes privados y las conversaciones de mensajes grupales para llegar al mensaje requerido. Simplemente busque y obtenga lo que desea con esta aplicación de mensajería de texto. + +No contiene anuncios ni permisos innecesarios. Es totalmente de código abierto, proporciona colores personalizables. También puede personalizar la fuente de su mensaje de texto tanto en mensajes grupales como privados. + +Consulte el conjunto completo de herramientas simples aquí: +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-419/images/phoneScreenshots/1_es-419.jpeg b/fastlane/metadata/android/es-419/images/phoneScreenshots/1_es-419.jpeg new file mode 100644 index 00000000..60ac7c3d Binary files /dev/null and b/fastlane/metadata/android/es-419/images/phoneScreenshots/1_es-419.jpeg differ diff --git a/fastlane/metadata/android/es-419/images/phoneScreenshots/2_es-419.jpeg b/fastlane/metadata/android/es-419/images/phoneScreenshots/2_es-419.jpeg new file mode 100644 index 00000000..c8f0def7 Binary files /dev/null and b/fastlane/metadata/android/es-419/images/phoneScreenshots/2_es-419.jpeg differ diff --git a/fastlane/metadata/android/es-419/images/phoneScreenshots/3_es-419.jpeg b/fastlane/metadata/android/es-419/images/phoneScreenshots/3_es-419.jpeg new file mode 100644 index 00000000..e4ccbf71 Binary files /dev/null and b/fastlane/metadata/android/es-419/images/phoneScreenshots/3_es-419.jpeg differ diff --git a/fastlane/metadata/android/es-419/images/phoneScreenshots/4_es-419.jpeg b/fastlane/metadata/android/es-419/images/phoneScreenshots/4_es-419.jpeg new file mode 100644 index 00000000..f6ccc0ef Binary files /dev/null and b/fastlane/metadata/android/es-419/images/phoneScreenshots/4_es-419.jpeg differ diff --git a/fastlane/metadata/android/es-419/short_description.txt b/fastlane/metadata/android/es-419/short_description.txt new file mode 100644 index 00000000..bc4a4ead --- /dev/null +++ b/fastlane/metadata/android/es-419/short_description.txt @@ -0,0 +1 @@ +Envia mensajes SMS, MMS rápido. Hermosa interfaz personalizable, sin anuncios \ No newline at end of file diff --git a/fastlane/metadata/android/es-419/title.txt b/fastlane/metadata/android/es-419/title.txt new file mode 100644 index 00000000..c81fd430 --- /dev/null +++ b/fastlane/metadata/android/es-419/title.txt @@ -0,0 +1 @@ +Mensajero SMS Simple \ No newline at end of file diff --git a/fastlane/metadata/android/es-419/video.txt b/fastlane/metadata/android/es-419/video.txt new file mode 100644 index 00000000..e69de29b diff --git a/fastlane/metadata/android/es-ES/full_description.txt b/fastlane/metadata/android/es-ES/full_description.txt new file mode 100644 index 00000000..65ecbde6 --- /dev/null +++ b/fastlane/metadata/android/es-ES/full_description.txt @@ -0,0 +1,21 @@ +Una excelente manera de mantenerse en contacto con sus familiares mediante el envío de mensajes SMS y MMS. La aplicación también maneja correctamente los mensajes grupales, al igual que el bloqueo de números de Android 7+. Manténgase en contacto con todos sus contactos usando la aplicación de mensajería en su teléfono. Nunca ha sido tan fácil compartir fotos, enviar emojis o simplemente decir un saludo rápido. Hay muchas cosas que puede hacer con sus mensajes, como silenciar conversaciones o asignar tonos de mensaje especiales para ciertos contactos. Con esta aplicación de mensajes de texto y mensajes grupales, puede disfrutar de la mensajería privada diaria y la mensajería grupal de una manera más divertida. + +Ofrece muchos formatos de fecha para elegir, para que se sienta cómodo usándolo. También puede alternar entre el formato de hora de 12 y 24 horas. Esta aplicación también le brinda la flexibilidad de la copia de seguridad de SMS. De esta manera, no tiene que guardar los mensajes en ningún dispositivo externo ni usar ningún otro hardware para guardarlos. Esta función de copia de seguridad de SMS lo ayudará a guardar de manera eficiente los mensajes de texto y los datos de mms sin ser una carga para el almacenamiento interno. + +Esta aplicación de mensajería tiene un tamaño de aplicación realmente pequeño en comparación con la competencia, lo que la hace muy rápida de descargar. La técnica de copia de seguridad de SMS es útil cuando tienes que cambiar tu dispositivo o te lo roban. De esta manera, puede recuperar el mensaje de texto tanto de la mensajería grupal como de la mensajería privada fácilmente usando la copia de seguridad de sms en esta aplicación de mensajería. + +Viene con diseño de material y tema oscuro de forma predeterminada, brinda una excelente experiencia de usuario para un uso fácil. Esta aplicación de mensajería también brinda a los usuarios la capacidad de buscar mensajes de manera rápida y eficiente. Atrás quedaron los días en los que tenía que desplazarse hacia abajo a través de todos los mensajes privados y las conversaciones de mensajes grupales para llegar al mensaje requerido. Simplemente busque y obtenga lo que desea con esta aplicación de mensajería de texto. + +No contiene anuncios ni permisos innecesarios. Es totalmente de código abierto, proporciona colores personalizables. También puede personalizar la fuente de su mensaje de texto tanto en mensajes grupales como privados. + +Consulte el conjunto completo de herramientas simples aquí: +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/images/phoneScreenshots/1_es-ES.jpeg b/fastlane/metadata/android/es-ES/images/phoneScreenshots/1_es-ES.jpeg new file mode 100644 index 00000000..574f59e7 Binary files /dev/null and b/fastlane/metadata/android/es-ES/images/phoneScreenshots/1_es-ES.jpeg differ diff --git a/fastlane/metadata/android/es-ES/images/phoneScreenshots/2_es-ES.jpeg b/fastlane/metadata/android/es-ES/images/phoneScreenshots/2_es-ES.jpeg new file mode 100644 index 00000000..fcee2db8 Binary files /dev/null and b/fastlane/metadata/android/es-ES/images/phoneScreenshots/2_es-ES.jpeg differ diff --git a/fastlane/metadata/android/es-ES/images/phoneScreenshots/3_es-ES.jpeg b/fastlane/metadata/android/es-ES/images/phoneScreenshots/3_es-ES.jpeg new file mode 100644 index 00000000..34c33226 Binary files /dev/null and b/fastlane/metadata/android/es-ES/images/phoneScreenshots/3_es-ES.jpeg differ diff --git a/fastlane/metadata/android/es-ES/images/phoneScreenshots/4_es-ES.jpeg b/fastlane/metadata/android/es-ES/images/phoneScreenshots/4_es-ES.jpeg new file mode 100644 index 00000000..5526515a Binary files /dev/null and b/fastlane/metadata/android/es-ES/images/phoneScreenshots/4_es-ES.jpeg differ 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 00000000..bc4a4ead --- /dev/null +++ b/fastlane/metadata/android/es-ES/short_description.txt @@ -0,0 +1 @@ +Envia mensajes SMS, MMS rápido. Hermosa interfaz personalizable, sin anuncios \ 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 00000000..c81fd430 --- /dev/null +++ b/fastlane/metadata/android/es-ES/title.txt @@ -0,0 +1 @@ +Mensajero SMS Simple \ 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 00000000..e69de29b diff --git a/fastlane/metadata/android/es-US/full_description.txt b/fastlane/metadata/android/es-US/full_description.txt new file mode 100644 index 00000000..65ecbde6 --- /dev/null +++ b/fastlane/metadata/android/es-US/full_description.txt @@ -0,0 +1,21 @@ +Una excelente manera de mantenerse en contacto con sus familiares mediante el envío de mensajes SMS y MMS. La aplicación también maneja correctamente los mensajes grupales, al igual que el bloqueo de números de Android 7+. Manténgase en contacto con todos sus contactos usando la aplicación de mensajería en su teléfono. Nunca ha sido tan fácil compartir fotos, enviar emojis o simplemente decir un saludo rápido. Hay muchas cosas que puede hacer con sus mensajes, como silenciar conversaciones o asignar tonos de mensaje especiales para ciertos contactos. Con esta aplicación de mensajes de texto y mensajes grupales, puede disfrutar de la mensajería privada diaria y la mensajería grupal de una manera más divertida. + +Ofrece muchos formatos de fecha para elegir, para que se sienta cómodo usándolo. También puede alternar entre el formato de hora de 12 y 24 horas. Esta aplicación también le brinda la flexibilidad de la copia de seguridad de SMS. De esta manera, no tiene que guardar los mensajes en ningún dispositivo externo ni usar ningún otro hardware para guardarlos. Esta función de copia de seguridad de SMS lo ayudará a guardar de manera eficiente los mensajes de texto y los datos de mms sin ser una carga para el almacenamiento interno. + +Esta aplicación de mensajería tiene un tamaño de aplicación realmente pequeño en comparación con la competencia, lo que la hace muy rápida de descargar. La técnica de copia de seguridad de SMS es útil cuando tienes que cambiar tu dispositivo o te lo roban. De esta manera, puede recuperar el mensaje de texto tanto de la mensajería grupal como de la mensajería privada fácilmente usando la copia de seguridad de sms en esta aplicación de mensajería. + +Viene con diseño de material y tema oscuro de forma predeterminada, brinda una excelente experiencia de usuario para un uso fácil. Esta aplicación de mensajería también brinda a los usuarios la capacidad de buscar mensajes de manera rápida y eficiente. Atrás quedaron los días en los que tenía que desplazarse hacia abajo a través de todos los mensajes privados y las conversaciones de mensajes grupales para llegar al mensaje requerido. Simplemente busque y obtenga lo que desea con esta aplicación de mensajería de texto. + +No contiene anuncios ni permisos innecesarios. Es totalmente de código abierto, proporciona colores personalizables. También puede personalizar la fuente de su mensaje de texto tanto en mensajes grupales como privados. + +Consulte el conjunto completo de herramientas simples aquí: +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-US/images/icon.png b/fastlane/metadata/android/es-US/images/icon.png new file mode 100644 index 00000000..430f890b Binary files /dev/null and b/fastlane/metadata/android/es-US/images/icon.png differ diff --git a/fastlane/metadata/android/es-US/images/phoneScreenshots/1_es-US.jpeg b/fastlane/metadata/android/es-US/images/phoneScreenshots/1_es-US.jpeg new file mode 100644 index 00000000..0673e29b Binary files /dev/null and b/fastlane/metadata/android/es-US/images/phoneScreenshots/1_es-US.jpeg differ diff --git a/fastlane/metadata/android/es-US/images/phoneScreenshots/2_es-US.png b/fastlane/metadata/android/es-US/images/phoneScreenshots/2_es-US.png new file mode 100644 index 00000000..80db077a Binary files /dev/null and b/fastlane/metadata/android/es-US/images/phoneScreenshots/2_es-US.png differ diff --git a/fastlane/metadata/android/es-US/images/phoneScreenshots/3_es-US.png b/fastlane/metadata/android/es-US/images/phoneScreenshots/3_es-US.png new file mode 100644 index 00000000..2f5dd3b5 Binary files /dev/null and b/fastlane/metadata/android/es-US/images/phoneScreenshots/3_es-US.png differ diff --git a/fastlane/metadata/android/es-US/images/phoneScreenshots/4_es-US.jpeg b/fastlane/metadata/android/es-US/images/phoneScreenshots/4_es-US.jpeg new file mode 100644 index 00000000..65f3a329 Binary files /dev/null and b/fastlane/metadata/android/es-US/images/phoneScreenshots/4_es-US.jpeg differ diff --git a/fastlane/metadata/android/es-US/short_description.txt b/fastlane/metadata/android/es-US/short_description.txt new file mode 100644 index 00000000..7f6cd564 --- /dev/null +++ b/fastlane/metadata/android/es-US/short_description.txt @@ -0,0 +1 @@ +Envia mensajes SMS, MMS rápido. Hermosa interfaz personalizable, 0 anuncios \ No newline at end of file diff --git a/fastlane/metadata/android/es-US/title.txt b/fastlane/metadata/android/es-US/title.txt new file mode 100644 index 00000000..c81fd430 --- /dev/null +++ b/fastlane/metadata/android/es-US/title.txt @@ -0,0 +1 @@ +Mensajero SMS Simple \ No newline at end of file diff --git a/fastlane/metadata/android/es-US/video.txt b/fastlane/metadata/android/es-US/video.txt new file mode 100644 index 00000000..e69de29b diff --git a/fastlane/metadata/android/es/full_description.txt b/fastlane/metadata/android/es/full_description.txt deleted file mode 100644 index 0c808159..00000000 --- a/fastlane/metadata/android/es/full_description.txt +++ /dev/null @@ -1,18 +0,0 @@ -Una excelente forma de estar en contacto con tus parientes, enviando mensajes SMS y MMS. La aplicación maneja adecuadamente mensajes grupales también, así como números bloqueados desde Android 7+. - -Ofrece varios formatos de fecha para escoger, para hacerte sentir cómodo mientras la usas. También puedes escoger entre formato de 12 y 24 horas. - -La aplicaicón pesa muy poco comparada con la competencia, haciendo que se descargue realmente rápido. - -Viene con diseño material y tema obscuro por defecto, proveyendo una excelente experiencia de usuario y un uso fácil. La falta de acceso a internet te da más privacidad, seguridad y estabilidad que otras aplicaciones. - -No contiene anuncios o permisos innecesarios. Es completamente de código abierto, provee colores personalizables. - -Mira la suite completa de herramientas Simples aquí: -https://www.simplemobiletools.com - -Facebook: -https://www.facebook.com/simplemobiletools - -Reddit: -https://www.reddit.com/r/SimpleMobileTools diff --git a/fastlane/metadata/android/es/short_description.txt b/fastlane/metadata/android/es/short_description.txt deleted file mode 100644 index af5b0127..00000000 --- a/fastlane/metadata/android/es/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Una forma fácil y rápida de enviar mensajes SMS y MMS sin anuncios. diff --git a/fastlane/metadata/android/es/title.txt b/fastlane/metadata/android/es/title.txt deleted file mode 100644 index f5aab8d1..00000000 --- a/fastlane/metadata/android/es/title.txt +++ /dev/null @@ -1 +0,0 @@ -Mensajería SMS Simple - Mensajea fácilmente diff --git a/fastlane/metadata/android/fr-FR/full_description.txt b/fastlane/metadata/android/fr-FR/full_description.txt new file mode 100644 index 00000000..e74dd631 --- /dev/null +++ b/fastlane/metadata/android/fr-FR/full_description.txt @@ -0,0 +1,21 @@ +Un excellent moyen de rester en contact avec vos proches, en envoyant des SMS et des MMS. L'application gère également correctement la messagerie de groupe, tout comme le blocage des numéros d'Android 7+. Restez en contact avec tous vos contacts à l'aide de l'application de messagerie sur votre téléphone. Il n'a jamais été aussi simple de partager des photos, d'envoyer des emojis ou simplement de dire un petit bonjour. Vous pouvez faire beaucoup de choses avec vos messages, comme couper le son des conversations ou attribuer des tonalités spéciales à certains contacts. Avec cette application de messagerie texte et de messagerie de groupe, vous pouvez profiter de la messagerie privée quotidienne et de la messagerie de groupe d'une manière plus amusante. + +Il propose de nombreux formats de date au choix, pour que vous vous sentiez à l'aise pour l'utiliser. Vous pouvez également basculer entre le format 12 et 24 heures. Cette application vous offre également la flexibilité de la sauvegarde par SMS. De cette façon, vous n'avez pas à enregistrer les messages sur un périphérique externe ou à utiliser un autre matériel pour les enregistrer. Cette fonction de sauvegarde par SMS vous aidera à enregistrer efficacement les messages texte et les données mms sans être un fardeau pour le stockage interne. + +Cette application de messagerie a une taille d'application très petite par rapport à la concurrence, ce qui la rend très rapide à télécharger. La technique de sauvegarde par sms est utile lorsque vous devez changer votre appareil ou qu'il est volé. De cette façon, vous pouvez facilement récupérer le message texte à la fois à partir de la messagerie de groupe et de la messagerie privée en utilisant la sauvegarde SMS dans cette application de messagerie. + +Il est livré avec une conception matérielle et un thème sombre par défaut, offre une excellente expérience utilisateur pour une utilisation facile. Cette application de messagerie offre également aux utilisateurs la possibilité de rechercher des messages rapidement et efficacement. Il est révolu le temps où vous devez faire défiler toutes les conversations de messagerie privée et de messagerie de groupe pour atteindre votre message souhaité. Recherchez simplement et obtenez ce que vous voulez avec cette application de messagerie texte. + +Ne contient aucune publicité ou autorisations inutiles. Il est entièrement open source, fournit des couleurs personnalisables. Vous pouvez également personnaliser la police de votre message texte dans la messagerie de groupe et la messagerie privée. + +Découvrez la suite complète des outils simples ici: +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/images/icon.png b/fastlane/metadata/android/fr-FR/images/icon.png new file mode 100644 index 00000000..430f890b Binary files /dev/null and b/fastlane/metadata/android/fr-FR/images/icon.png differ diff --git a/fastlane/metadata/android/fr-FR/images/phoneScreenshots/1_fr-FR.jpeg b/fastlane/metadata/android/fr-FR/images/phoneScreenshots/1_fr-FR.jpeg new file mode 100644 index 00000000..691903ca Binary files /dev/null and b/fastlane/metadata/android/fr-FR/images/phoneScreenshots/1_fr-FR.jpeg differ diff --git a/fastlane/metadata/android/fr-FR/images/phoneScreenshots/2_fr-FR.jpeg b/fastlane/metadata/android/fr-FR/images/phoneScreenshots/2_fr-FR.jpeg new file mode 100644 index 00000000..773524d7 Binary files /dev/null and b/fastlane/metadata/android/fr-FR/images/phoneScreenshots/2_fr-FR.jpeg differ diff --git a/fastlane/metadata/android/fr-FR/images/phoneScreenshots/3_fr-FR.jpeg b/fastlane/metadata/android/fr-FR/images/phoneScreenshots/3_fr-FR.jpeg new file mode 100644 index 00000000..db065b72 Binary files /dev/null and b/fastlane/metadata/android/fr-FR/images/phoneScreenshots/3_fr-FR.jpeg differ diff --git a/fastlane/metadata/android/fr-FR/images/phoneScreenshots/4_fr-FR.jpeg b/fastlane/metadata/android/fr-FR/images/phoneScreenshots/4_fr-FR.jpeg new file mode 100644 index 00000000..d53b35a4 Binary files /dev/null and b/fastlane/metadata/android/fr-FR/images/phoneScreenshots/4_fr-FR.jpeg differ 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 00000000..4ed586b5 --- /dev/null +++ b/fastlane/metadata/android/fr-FR/short_description.txt @@ -0,0 +1 @@ +Envoyez rapidement des SMS, MMS. Interface personnalisable, sans publicité \ 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 00000000..7ebaa915 --- /dev/null +++ b/fastlane/metadata/android/fr-FR/title.txt @@ -0,0 +1 @@ +Simple SMS Messenger \ 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 00000000..e69de29b 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 00000000..f59e4e9d --- /dev/null +++ b/fastlane/metadata/android/gl-ES/full_description.txt @@ -0,0 +1,21 @@ +Unha excelente forma para manter o contacto cos seus amigos e familiares. Tamén pode ser usada para mensaxes de grupo e posibilita o bloqueo de números de teléfono nas versións superiores a Android 7. + +Permite a utilización de varios formatos de data e das horas. + +É un aplicativo pequeno, que fai que a súa descarga sexa moi rápida. + +Fai que estea dispoñible un deseño atractivo e un tema escuro por defecto. Como non necesita o acceso a Internet, tes máis privacidade, seguranza e estabilidade. + +Non ten anuncios nin permisos innecesarios. É de código aberto e permite a personalización das cores. + +Visita a 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 00000000..4990984a --- /dev/null +++ b/fastlane/metadata/android/gl-ES/short_description.txt @@ -0,0 +1 @@ +Aplictivo simple para xestionar SMS e MMS sen anuncios. \ 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 00000000..7ebaa915 --- /dev/null +++ b/fastlane/metadata/android/gl-ES/title.txt @@ -0,0 +1 @@ +Simple SMS Messenger \ 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 00000000..e69de29b 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 00000000..53272af8 --- /dev/null +++ b/fastlane/metadata/android/hi-IN/full_description.txt @@ -0,0 +1,23 @@ +SMS और MMS दोनों मेसेज भेजकर, अपने रिश्तेदारों के साथ संपर्क में रहने का एक शानदार तरीका। एप बेहतरीन तरीके से ग्रुप मैसेजिंग को भी हैंडल करता है, जैसे एंड्रॉइड 7+ से नंबर ब्लॉक करना। + +अपने फोन पर मैसेजिंग ऐप का उपयोग करके अपने सभी संपर्कों के संपर्क में रहें। तस्वीरें साझा करना, इमोजीस भेजना, या बस एक त्वरित नमस्ते कहना कभी आसान नहीं रहा है। बहुत कुछ आप अपने संदेशों के साथ कर सकते हैं, जैसे म्यूट वार्तालाप या कुछ संपर्कों के लिए विशेष संदेश टोन असाइन करना। इस टेक्स्ट मैसेज और ग्रुप मैसेजिंग ऐप से, आप दैनिक निजी मैसेजिंग और ग्रुप मैसेजिंग का अधिक मज़ेदार तरीके से आनंद ले सकते हैं। + +यह आपको उपयोग करने में सहज महसूस करने के लिए, चुनने के लिए कई दिनांक स्वरूप प्रदान करता है। आप 12 से 24 घंटे के समय के प्रारूप के बीच भी टॉगल कर सकते हैं। यह ऐप आपको एसएमएस बैकअप की सुविधा भी देता है। इस तरह, आपको किसी भी बाहरी डिवाइस पर संदेशों को सहेजने या किसी अन्य हार्डवेयर का उपयोग करने की आवश्यकता नहीं है। यह एसएमएस बैकअप सुविधा आपको आंतरिक भंडारण पर बोझ डाले बिना पाठ संदेश और एमएमएस डेटा को कुशलतापूर्वक सहेजने में मदद करेगी। + +इस मैसेजिंग ऐप में प्रतियोगिता की तुलना में वास्तव में छोटे ऐप का आकार है, जिससे यह वास्तव में डाउनलोड करने में तेज़ है। एसएमएस बैकअप तकनीक तब सहायक होती है जब आपको अपना उपकरण बदलना पड़ता है या यह चोरी हो जाती है। इस तरह, आप इस मैसेजिंग ऐप में एसएमएस बैकअप का उपयोग करके समूह संदेश और निजी संदेश दोनों से पाठ संदेश को आसानी से प्राप्त कर सकते हैं। + +यह डिफ़ॉल्ट रूप से सामग्री डिजाइन और अंधेरे विषय के साथ आता है, आसान उपयोग के लिए महान उपयोगकर्ता अनुभव प्रदान करता है। यह मैसेजिंग ऐप उपयोगकर्ताओं को संदेश को जल्दी और कुशलता से खोजने की क्षमता भी प्रदान करता है। वे दिन आ गए जब आपको अपने आवश्यक संदेश तक पहुंचने के लिए सभी निजी संदेश और समूह संदेश वार्तालापों के माध्यम से स्क्रॉल करना होगा। बस खोज और आप इस पाठ संदेश अनुप्रयोग के साथ क्या चाहते हैं। + +कोई विज्ञापन या अनावश्यक अनुमति नहीं है। यह पूरी तरह से ओपन सोर्स है, अनुकूलन रंग प्रदान करता है। आप समूह संदेश और निजी संदेश दोनों में अपने पाठ संदेश के फ़ॉन्ट को भी अनुकूलित कर सकते हैं। + +यहां सरल टूल का पूरा सूट देखें: +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 00000000..dcfb7fc8 --- /dev/null +++ b/fastlane/metadata/android/hi-IN/short_description.txt @@ -0,0 +1 @@ +SMS, MMS मेसेज फटाफट भेजें। सुन्दर और कस्टमाइज होने वाला इंटरफ़ेस, बिना विज्ञापन \ 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 00000000..85e4c857 --- /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 00000000..e69de29b diff --git a/fastlane/metadata/android/id/full_description.txt b/fastlane/metadata/android/id/full_description.txt new file mode 100644 index 00000000..8f5273dc --- /dev/null +++ b/fastlane/metadata/android/id/full_description.txt @@ -0,0 +1,21 @@ +Cara terbaik untuk tetap berhubungan dengan kerabat Anda, dengan mengirimkan pesan SMS dan MMS. Aplikasi ini juga menangani perpesanan grup dengan benar, seperti memblokir nomor dari Android 7+. Tetap berhubungan dengan semua kontak Anda menggunakan aplikasi perpesanan di ponsel Anda. Berbagi foto, mengirim emoji, atau sekadar menyapa singkat tidak pernah semudah ini. Ada banyak hal yang dapat Anda lakukan dengan pesan Anda, seperti membungkam percakapan atau menetapkan nada pesan khusus untuk kontak tertentu. Dengan aplikasi pesan teks dan grup ini, Anda dapat menikmati pesan pribadi harian dan pesan grup dengan cara yang lebih menyenangkan. + +Ini menawarkan banyak format tanggal untuk dipilih, untuk membuat Anda merasa nyaman menggunakannya. Anda juga dapat beralih antara format waktu 12 dan 24 jam. Aplikasi ini juga memberi Anda fleksibilitas backup sms. Dengan cara ini, Anda tidak perlu menyimpan pesan di perangkat eksternal apa pun atau menggunakan perangkat keras lain untuk menyimpannya. Fitur backup sms ini akan membantu Anda secara efisien menyimpan pesan teks dan data mms tanpa menjadi beban pada penyimpanan internal. + +Aplikasi perpesanan ini memiliki ukuran aplikasi yang sangat kecil dibandingkan dengan pesaing, membuatnya sangat cepat untuk diunduh. Teknik backup sms sangat membantu ketika Anda harus mengganti perangkat Anda atau dicuri. Dengan cara ini, Anda dapat mengambil pesan teks dari perpesanan grup dan pesan pribadi dengan mudah menggunakan cadangan sms di aplikasi perpesanan ini. + +Muncul dengan desain material dan tema gelap secara default, memberikan pengalaman pengguna yang luar biasa untuk penggunaan yang mudah. Aplikasi perpesanan ini juga memberi pengguna kemampuan untuk mencari pesan dengan cepat dan efisien. Lewatlah sudah hari-hari ketika Anda harus menggulir ke bawah melalui semua pesan pribadi dan percakapan perpesanan grup untuk mencapai pesan yang Anda butuhkan. Cukup cari dan dapatkan yang Anda inginkan dengan aplikasi perpesanan teks ini. + +Tidak mengandung iklan atau izin yang tidak perlu. Ini sepenuhnya open source, memberikan warna yang dapat disesuaikan. Anda juga dapat menyesuaikan font pesan teks Anda baik dalam pesan grup maupun pesan pribadi. + +Lihat rangkaian lengkap Alat Sederhana di sini: +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/images/phoneScreenshots/1_id.jpeg b/fastlane/metadata/android/id/images/phoneScreenshots/1_id.jpeg new file mode 100644 index 00000000..5b58dffc Binary files /dev/null and b/fastlane/metadata/android/id/images/phoneScreenshots/1_id.jpeg differ diff --git a/fastlane/metadata/android/id/images/phoneScreenshots/2_id.jpeg b/fastlane/metadata/android/id/images/phoneScreenshots/2_id.jpeg new file mode 100644 index 00000000..2e777f17 Binary files /dev/null and b/fastlane/metadata/android/id/images/phoneScreenshots/2_id.jpeg differ diff --git a/fastlane/metadata/android/id/images/phoneScreenshots/3_id.jpeg b/fastlane/metadata/android/id/images/phoneScreenshots/3_id.jpeg new file mode 100644 index 00000000..47af79ed Binary files /dev/null and b/fastlane/metadata/android/id/images/phoneScreenshots/3_id.jpeg differ diff --git a/fastlane/metadata/android/id/images/phoneScreenshots/4_id.jpeg b/fastlane/metadata/android/id/images/phoneScreenshots/4_id.jpeg new file mode 100644 index 00000000..527e0995 Binary files /dev/null and b/fastlane/metadata/android/id/images/phoneScreenshots/4_id.jpeg differ diff --git a/fastlane/metadata/android/id/short_description.txt b/fastlane/metadata/android/id/short_description.txt new file mode 100644 index 00000000..30bfa669 --- /dev/null +++ b/fastlane/metadata/android/id/short_description.txt @@ -0,0 +1 @@ +Kirim SMS, MMS dengan cepat. Tampilan yang indah, dapat disesuaikan \ 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 00000000..1d8d3e70 --- /dev/null +++ b/fastlane/metadata/android/id/title.txt @@ -0,0 +1 @@ +Pembawa SMS 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 00000000..e69de29b 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 00000000..36de568f --- /dev/null +++ b/fastlane/metadata/android/it-IT/full_description.txt @@ -0,0 +1,21 @@ +Un ottimo modo per rimanere in contatto con i tuoi parenti, inviando sia messaggi SMS che MMS. L'app gestisce correttamente anche i messaggi di gruppo, proprio come bloccare i numeri da Android 7+. Resta in contatto con tutti i tuoi contatti utilizzando l'app di messaggistica sul tuo telefono. Non è mai stato così facile condividere foto, inviare emoji o semplicemente dire un saluto veloce. C'è così tanto che puoi fare con i tuoi messaggi, come disattivare le conversazioni o assegnare toni di messaggi speciali per determinati contatti. Con questo messaggio di testo e l'app di messaggistica di gruppo, puoi goderti la messaggistica privata quotidiana e la messaggistica di gruppo in un modo più divertente. + +Offre molti formati di data tra cui scegliere, per farti sentire a tuo agio nell'usarlo. Puoi anche alternare il formato orario da 12 a 24 ore. Questa app ti offre anche la flessibilità del backup degli sms. In questo modo, non devi salvare i messaggi su alcun dispositivo esterno o utilizzare qualsiasi altro hardware per salvarli. Questa funzione di backup degli sms ti aiuterà a salvare in modo efficiente messaggi di testo e dati mms senza essere un peso per la memoria interna. + +Questa app di messaggistica ha dimensioni davvero ridotte rispetto alla concorrenza, il che lo rende molto veloce da scaricare. La tecnica di backup tramite sms è utile quando devi cambiare il tuo dispositivo o viene rubato. In questo modo, puoi recuperare facilmente il messaggio di testo sia dalla messaggistica di gruppo che dalla messaggistica privata utilizzando il backup degli sms in questa app di messaggistica. + +Viene fornito con design dei materiali e tema scuro per impostazione predefinita, offre un'ottima esperienza utente per un facile utilizzo. Questa app di messaggistica offre inoltre agli utenti la possibilità di cercare i messaggi in modo rapido ed efficiente. Sono finiti i giorni in cui è necessario scorrere verso il basso tutte le conversazioni di messaggistica privata e di gruppo per raggiungere il messaggio richiesto. Cerca e ottieni ciò che desideri con questa app di messaggistica di testo. + +Non contiene pubblicità o autorizzazioni non necessarie. È completamente opensource, fornisce colori personalizzabili. È inoltre possibile personalizzare il carattere del messaggio di testo sia nella messaggistica di gruppo che nella messaggistica privata. + +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-IT/images/phoneScreenshots/1_it-IT.jpeg b/fastlane/metadata/android/it-IT/images/phoneScreenshots/1_it-IT.jpeg new file mode 100644 index 00000000..976e2697 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 00000000..5bdfb06a Binary files /dev/null and b/fastlane/metadata/android/it-IT/images/phoneScreenshots/2_it-IT.jpeg differ diff --git a/fastlane/metadata/android/it-IT/images/phoneScreenshots/3_it-IT.jpeg b/fastlane/metadata/android/it-IT/images/phoneScreenshots/3_it-IT.jpeg new file mode 100644 index 00000000..c6adb353 Binary files /dev/null and b/fastlane/metadata/android/it-IT/images/phoneScreenshots/3_it-IT.jpeg differ diff --git a/fastlane/metadata/android/it-IT/images/phoneScreenshots/4_it-IT.jpeg b/fastlane/metadata/android/it-IT/images/phoneScreenshots/4_it-IT.jpeg new file mode 100644 index 00000000..74e97412 Binary files /dev/null and b/fastlane/metadata/android/it-IT/images/phoneScreenshots/4_it-IT.jpeg differ 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 00000000..4228ff77 --- /dev/null +++ b/fastlane/metadata/android/it-IT/short_description.txt @@ -0,0 +1 @@ +Invia SMS, MMS rapidamente. Bella interfaccia personalizzabile, senza pubblicità \ 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 00000000..66174f03 --- /dev/null +++ b/fastlane/metadata/android/it-IT/title.txt @@ -0,0 +1 @@ +SMS Messenger 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 00000000..e69de29b diff --git a/fastlane/metadata/android/it/full_description.txt b/fastlane/metadata/android/it/full_description.txt deleted file mode 100644 index 161a11f1..00000000 --- a/fastlane/metadata/android/it/full_description.txt +++ /dev/null @@ -1,21 +0,0 @@ -Un ottimo modo per rimanere in contatto con i tuoi parenti, inviando sia SMS che messaggi MMS. L'app gestisce correttamente anche la messaggistica di gruppo, proprio come bloccare i numeri da Android 7+. Resta in contatto con tutti i tuoi contatti utilizzando l'app di messaggistica sul tuo telefono. Non è mai stato così facile condividere foto, inviare emoji o semplicemente salutare velocemente. C'è così tanto che puoi fare con i tuoi messaggi, come silenziare le conversazioni o assegnare toni di messaggio speciali per alcuni contatti. Con questa app di messaggistica di testo e di gruppo, puoi goderti la messaggistica privata quotidiana e la messaggistica di gruppo in modo più divertente. - -Offre molti formati di data tra cui scegliere, per farti sentire a tuo agio mentre la usi. È anche possibile passare dal formato di 12 o 24 ore. Questa applicazione ti dà anche la flessibilità di salvare gli sms. In questo modo, non è necessario salvare i messaggi su qualsiasi dispositivo esterno o utilizzare qualsiasi altro hardware per salvarlo. Questa funzione di salvataggio degli sms vi aiuterà a salvare in modo efficiente il messaggio di testo e i dati mms senza essere un peso sulla memoria interna. - -Questa applicazione di messaggistica ha una dimensione davvero piccola rispetto alla concorrenza, che lo rende davvero veloce da scaricare. La tecnica di salvataggio degli sms è utile quando si deve cambiare il dispositivo o viene rubato. In questo modo, puoi recuperare facilmente il messaggio di testo sia dalla messaggistica di gruppo che privata utilizzando il salvataggio degli sms in questa app di messaggistica. - -Viene fornito con il material design e il tema scuro per impostazione predefinita, che offre una grande esperienza utente e un facile utilizzo. Questa app di messaggistica offre inoltre agli utenti la possibilità di cercare i messaggi in modo rapido ed efficiente. Sono finiti i giorni in cui devi scorrere verso il basso tra tutte le conversazioni di messaggistica privata e di gruppo per raggiungere il messaggio che cerchi. Basta cercare e avrai quello che cerchi con questa applicazione di messaggistica di testo. - -Non contiene annunci o autorizzazioni non necessarie. È completamente opensource, fornisce colori personalizzabili. Puoi anche personalizzare il carattere del tuo messaggio di testo sia nella messaggistica di gruppo che nella messaggistica privata. - -Scopri la suite comleta 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 e73fdbff..00000000 --- a/fastlane/metadata/android/it/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -App android per messaggiare SMS e MMS, inviare messaggi velocemente, semplice UI diff --git a/fastlane/metadata/android/it/title.txt b/fastlane/metadata/android/it/title.txt deleted file mode 100644 index 0f3b2e82..00000000 --- a/fastlane/metadata/android/it/title.txt +++ /dev/null @@ -1 +0,0 @@ -Semplice Messaggi SMS diff --git a/fastlane/metadata/android/iw-IL/full_description.txt b/fastlane/metadata/android/iw-IL/full_description.txt new file mode 100644 index 00000000..06fe492e --- /dev/null +++ b/fastlane/metadata/android/iw-IL/full_description.txt @@ -0,0 +1,17 @@ +דרך מצוינת לשמור על קשר עם קרובי המשפחה שלך, על ידי שליחת הודעות SMS ו-MMS כאחד. האפליקציה מטפלת כראוי גם בהודעות קבוצתיות, בדיוק כמו חסימת מספרים מאנדרואיד 7+. הוא מציע פורמטים רבים של תאריכים לבחירה, כדי לגרום לך להרגיש נוח בשימוש בו. אתה יכול גם לעבור בין פורמט זמן של 12 ל-24 שעות. יש לו גודל אפליקציה ממש זעיר בהשוואה למתחרים, מה שהופך אותו להורדה ממש מהירה. + + זה מגיע עם עיצוב חומר וערכת נושא כהה כברירת מחדל, מספק חווית משתמש נהדרת לשימוש קל. + + היעדר גישה לאינטרנט נותן לך יותר פרטיות, אבטחה ויציבות מאשר אפליקציות אחרות. אינו מכיל מודעות או הרשאות מיותרות. זה קוד פתוח לחלוטין, מספק צבעים הניתנים להתאמה אישית. + +בדוק את החבילה המלאה של כלים פשוטים כאן: +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 73% rename from fastlane/metadata/android/iw/short_description.txt rename to fastlane/metadata/android/iw-IL/short_description.txt index 0b2ddddc..6cb46420 100644 --- a/fastlane/metadata/android/iw/short_description.txt +++ b/fastlane/metadata/android/iw-IL/short_description.txt @@ -1 +1 @@ -דרך קלה ומהירה לניהול הודעות SMS ו-MMS ללא פרסומות. +דרך קלה ומהירה לניהול הודעות SMS ו-MMS ללא פרסומות. \ 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 00000000..6b8e3648 --- /dev/null +++ b/fastlane/metadata/android/iw-IL/title.txt @@ -0,0 +1 @@ +SMS Messenger \ 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 00000000..e69de29b diff --git a/fastlane/metadata/android/iw/full_description.txt b/fastlane/metadata/android/iw/full_description.txt deleted file mode 100644 index 8693062a..00000000 --- a/fastlane/metadata/android/iw/full_description.txt +++ /dev/null @@ -1,13 +0,0 @@ - דרך מצוינת לשמור על קשר עם קרובי המשפחה שלך, על ידי שליחת הודעות SMS ו-MMS כאחד. האפליקציה מטפלת כראוי גם בהודעות קבוצתיות, בדיוק כמו חסימת מספרים מאנדרואיד 7+. הוא מציע פורמטים רבים של תאריכים לבחירה, כדי לגרום לך להרגיש נוח בשימוש בו. אתה יכול גם לעבור בין פורמט זמן של 12 ל-24 שעות. יש לו גודל אפליקציה ממש זעיר בהשוואה למתחרים, מה שהופך אותו להורדה ממש מהירה. - - זה מגיע עם עיצוב חומר וערכת נושא כהה כברירת מחדל, מספק חווית משתמש נהדרת לשימוש קל. - - היעדר גישה לאינטרנט נותן לך יותר פרטיות, אבטחה ויציבות מאשר אפליקציות אחרות. אינו מכיל מודעות או הרשאות מיותרות. זה קוד פתוח לחלוטין, מספק צבעים הניתנים להתאמה אישית. - - בדוק את החבילה המלאה של כלים פשוטים כאן: https://www.simplemobiletools.com - -פייסבוק: -https://www.facebook.com/simplemobiletools - -Reddit : -https://www.reddit.com/r/SimpleMobileTools diff --git a/fastlane/metadata/android/iw/title.txt b/fastlane/metadata/android/iw/title.txt deleted file mode 100644 index 5f8faa96..00000000 --- a/fastlane/metadata/android/iw/title.txt +++ /dev/null @@ -1 +0,0 @@ -SMS Messenger 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 00000000..87770186 --- /dev/null +++ b/fastlane/metadata/android/ja-JP/full_description.txt @@ -0,0 +1,21 @@ +SMSメッセージとMMSメッセージの両方を送信することにより、親戚と連絡を取り合うのに最適な方法です。このアプリは、Android 7以降の番号をブロックするのと同じように、グループメッセージングも適切に処理します。電話のメッセージングアプリを使用して、すべての連絡先と連絡を取り合いましょう。写真を共有したり、絵文字を送信したり、簡単に挨拶したりするのがこれまでになく簡単になりました。会話をミュートしたり、特定の連絡先に特別なメッセージトーンを割り当てたりするなど、メッセージでできることはたくさんあります。このテキストメッセージとグループメッセージングアプリを使用すると、毎日のプライベートメッセージングとグループメッセージングをより楽しい方法で楽しむことができます。 + +それはあなたがそれを快適に使用できるように、選択できる多くの日付形式を提供します。 12時間形式と24時間形式を切り替えることもできます。このアプリはまたあなたにSMSバックアップの柔軟性を提供します。このように、メッセージを外部デバイスに保存したり、他のハードウェアを使用して保存したりする必要はありません。このSMSバックアップ機能は、内部ストレージに負担をかけることなく、テキストメッセージとMMSデータを効率的に保存するのに役立ちます。 + +このメッセージングアプリは、競合他社に比べてアプリのサイズが非常に小さいため、ダウンロードが非常に高速です。 SMSバックアップ技術は、デバイスを変更する必要がある場合やデバイスが盗まれた場合に役立ちます。このように、このメッセージングアプリのSMSバックアップを使用して、グループメッセージングとプライベートメッセージングの両方からテキストメッセージを簡単に取得できます。 + +デフォルトでマテリアルデザインとダークテーマが付属しており、使いやすい優れたユーザーエクスペリエンスを提供します。このメッセージングアプリは、メッセージをすばやく効率的に検索する機能もユーザーに提供します。必要なメッセージに到達するために、すべてのプライベートメッセージングおよびグループメッセージングの会話を下にスクロールしなければならない時代は終わりました。このテキストメッセージングアプリで必要なものを検索して取得するだけです。 + +広告や不要な権限は含まれていません。それは完全にオープンソースであり、カスタマイズ可能な色を提供します。グループメッセージングとプライベートメッセージングの両方でテキストメッセージのフォントをカスタマイズすることもできます。 + +ここでシンプルツールの完全なスイートを確認してください: +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/short_description.txt b/fastlane/metadata/android/ja-JP/short_description.txt new file mode 100644 index 00000000..5c798cf9 --- /dev/null +++ b/fastlane/metadata/android/ja-JP/short_description.txt @@ -0,0 +1 @@ +SMS、MMSメッセージをすばやく送信。広告なしのきれいで美しいカスタマイズ可能なインターフェイス \ 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 00000000..86d8e9c8 --- /dev/null +++ b/fastlane/metadata/android/ja-JP/title.txt @@ -0,0 +1 @@ +シンプルSMSメッセンジャー-テキストメッセージングアプリ \ 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 00000000..e69de29b diff --git a/fastlane/metadata/android/ko-KR/full_description.txt b/fastlane/metadata/android/ko-KR/full_description.txt new file mode 100644 index 00000000..bba2a915 --- /dev/null +++ b/fastlane/metadata/android/ko-KR/full_description.txt @@ -0,0 +1,19 @@ +SMS 및 MMS 메시지를 통해 멀리 있는 친척들과 연락을 유지해보세요. 이 앱은 Android 7+에서 번호를 차단하는 것처럼 그룹 메시지도 올바르게 처리합니다. + +편하게 사용할 수 있도록 다양한 날짜 형식을 선택할 수 있습니다. 12 시간과 24 시간 형식간에 전환 할 수도 있습니다. + +경쟁사에 비해 앱 크기가 매우 작으므로 다운로드 속도가 빠릅니다. + +광고가 포함되어 있거나, 불필요한 권한을 요청하지 않습니다. 이 앱의 모든 소스는 오픈소스이며, 사용자가 직접 애플리케이션의 컬러를 설정 할 수 있습니다. + +심플 도구들을 모두 모아놓았습니다 여기서 확인해보세요: +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 00000000..e45902fd --- /dev/null +++ b/fastlane/metadata/android/ko-KR/short_description.txt @@ -0,0 +1 @@ +SMS, MMS 문자들을 빠르고 간편하게 보내고 관리하세요. 유저가 직접, 광고 없이 인터페이스 디자인도 설정할 수 있습니다. \ 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 00000000..81678b56 --- /dev/null +++ b/fastlane/metadata/android/ko-KR/title.txt @@ -0,0 +1 @@ +간단한 SMS 메신저 : 빠른 문자 메시지 앱 \ 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 00000000..e69de29b diff --git a/fastlane/metadata/android/ml-IN/full_description.txt b/fastlane/metadata/android/ml-IN/full_description.txt new file mode 100644 index 00000000..738645c3 --- /dev/null +++ b/fastlane/metadata/android/ml-IN/full_description.txt @@ -0,0 +1,21 @@ +A great way to stay in touch with your relatives, by sending both SMS and MMS messages. The app properly handles group messaging too, just like blocking numbers from Android 7+. + +It offers many date formats to choose from, to make you feel comfortable at using it. You can toggle between 12 and 24 hours time format too. + +It has a really tiny app size compared to the competition, making it really fast to download + +It comes with material design and dark theme by default, provides great user experience for easy usage. + +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/ml-IN/short_description.txt b/fastlane/metadata/android/ml-IN/short_description.txt new file mode 100644 index 00000000..c1361f24 --- /dev/null +++ b/fastlane/metadata/android/ml-IN/short_description.txt @@ -0,0 +1 @@ +SMS, MMS സന്ദേശങ്ങൾ കൈകാര്യം ചെയ്യുന്നതിനുള്ള ഏറ്റവും എളുപ്പ മാർഗം. \ No newline at end of file diff --git a/fastlane/metadata/android/ml-IN/title.txt b/fastlane/metadata/android/ml-IN/title.txt new file mode 100644 index 00000000..7ebaa915 --- /dev/null +++ b/fastlane/metadata/android/ml-IN/title.txt @@ -0,0 +1 @@ +Simple SMS Messenger \ No newline at end of file diff --git a/fastlane/metadata/android/ml-IN/video.txt b/fastlane/metadata/android/ml-IN/video.txt new file mode 100644 index 00000000..e69de29b diff --git a/fastlane/metadata/android/nl/full_description.txt b/fastlane/metadata/android/nl-NL/full_description.txt similarity index 88% rename from fastlane/metadata/android/nl/full_description.txt rename to fastlane/metadata/android/nl-NL/full_description.txt index 0f951c4f..8ce72881 100644 --- a/fastlane/metadata/android/nl/full_description.txt +++ b/fastlane/metadata/android/nl-NL/full_description.txt @@ -8,11 +8,14 @@ De app is ontworpen volgens material design en heeft standaard een donker thema. Bevat geen advertenties of onnodige machtigingen. Volledig open-source. Kleuren van de app kunnen worden aangepast. -Probeer ook eens de andere apps van Simple Tools: +Probeer ook eens de andere apps van Simple Tools: 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/nl/short_description.txt b/fastlane/metadata/android/nl-NL/short_description.txt similarity index 94% rename from fastlane/metadata/android/nl/short_description.txt rename to fastlane/metadata/android/nl-NL/short_description.txt index 42fca2fb..ab69dd03 100644 --- a/fastlane/metadata/android/nl/short_description.txt +++ b/fastlane/metadata/android/nl-NL/short_description.txt @@ -1 +1 @@ -Beheer eenvoudig en snel SMS- en MMS-berichten, zonder advertenties +Beheer eenvoudig en snel SMS- en MMS-berichten, zonder advertenties \ 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 00000000..ac2e3e40 --- /dev/null +++ b/fastlane/metadata/android/nl-NL/title.txt @@ -0,0 +1 @@ +Eenvoudig SMS-berichtenbeheer \ 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 00000000..e69de29b diff --git a/fastlane/metadata/android/nl/title.txt b/fastlane/metadata/android/nl/title.txt deleted file mode 100644 index d0313d2a..00000000 --- a/fastlane/metadata/android/nl/title.txt +++ /dev/null @@ -1 +0,0 @@ -Eenvoudig SMS-berichtenbeheer diff --git a/fastlane/metadata/android/no-NO/full_description.txt b/fastlane/metadata/android/no-NO/full_description.txt new file mode 100644 index 00000000..7fb4de08 --- /dev/null +++ b/fastlane/metadata/android/no-NO/full_description.txt @@ -0,0 +1,21 @@ +A great way to stay in touch with your relatives, by sending both SMS and MMS messages. The app properly handles group messaging too, just like blocking numbers from Android 7+. Keep in touch with all of your contacts using the messaging app on your phone. It's never been easier to share photos, send emojis, or just say a quick hello. There's so much you can do with your messages, like mute conversations or assign special message tones for certain contacts. With this text message and group messaging app, you can enjoy the daily private messaging and group messaging in a more fun way. + +It offers many date formats to choose from, to make you feel comfortable at using it. You can toggle between 12 and 24 hours time format too. This app also gives you the flexibility of sms backup. This way, you don't have to save the messages on any external device or use any other hardware to save it. This sms backup feature will help you efficiently save text message and mms data without being a burden on internal storage. + +This messaging app has a really tiny app size compared to the competition, making it really fast to download. The sms backup technique is helpful when you have to change your device or it gets stolen. This way, you can retrieve the text message from both group messaging and private messaging easily using the sms backup in this messaging app. + +It comes with material design and dark theme by default, provides great user experience for easy usage. This messaging app also provides users with the ability to search messages quickly and efficiently. Gone are the days when you have to scroll down through all the private messaging and group messaging conversations to reach your required message. Simply search and get what you want with this text messaging app. + +Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors. You can also customize the font of your text message in both group messaging and private messaging. + +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/no-NO/short_description.txt b/fastlane/metadata/android/no-NO/short_description.txt new file mode 100644 index 00000000..3edcc67b --- /dev/null +++ b/fastlane/metadata/android/no-NO/short_description.txt @@ -0,0 +1 @@ +En enkel og rask måte å håndtere SMS- og MMS-meldinger, uten reklame. \ No newline at end of file diff --git a/fastlane/metadata/android/no-NO/title.txt b/fastlane/metadata/android/no-NO/title.txt new file mode 100644 index 00000000..5544388b --- /dev/null +++ b/fastlane/metadata/android/no-NO/title.txt @@ -0,0 +1 @@ +Enkel SMS \ No newline at end of file diff --git a/fastlane/metadata/android/no-NO/video.txt b/fastlane/metadata/android/no-NO/video.txt new file mode 100644 index 00000000..e69de29b 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 00000000..efb7cea7 --- /dev/null +++ b/fastlane/metadata/android/pl-PL/full_description.txt @@ -0,0 +1,21 @@ +Świetny sposób na pozostawanie w kontakcie z bliskimi, poprzez wysyłanie wiadomości SMS i MMS. Aplikacja poprawnie obsługuje również wiadomości grupowe, podobnie jak blokowanie numerów z Androida 7+. Bądź w kontakcie ze wszystkimi swoimi kontaktami, korzystając z aplikacji do przesyłania wiadomości w telefonie. Udostępnianie zdjęć, wysyłanie emotikonów lub po prostu szybkie przywitanie nigdy nie było łatwiejsze. Ze swoimi wiadomościami możesz zrobić wiele, na przykład wyciszyć rozmowy lub przypisać specjalne dźwięki wiadomości do określonych kontaktów. Dzięki tej aplikacji do obsługi wiadomości tekstowych i grupowych możesz cieszyć się codziennymi prywatnymi wiadomościami i wiadomościami grupowymi w przyjemniejszy sposób. + +Oferuje wiele formatów dat do wyboru, abyś czuł się komfortowo w korzystaniu z niego. Możesz także przełączać między 12 a 24-godzinnym formatem czasu. Ta aplikacja zapewnia również elastyczność tworzenia kopii zapasowych sms. W ten sposób nie musisz zapisywać wiadomości na żadnym urządzeniu zewnętrznym ani używać żadnego innego sprzętu do ich zapisywania. Ta funkcja tworzenia kopii zapasowych sms pomoże Ci efektywnie zapisać wiadomości tekstowe i dane mms bez obciążania pamięci wewnętrznej. + +Ta aplikacja do przesyłania wiadomości ma naprawdę mały rozmiar w porównaniu do konkurencji, dzięki czemu jest naprawdę szybka do pobrania. Technika tworzenia kopii zapasowych przez sms jest pomocna, gdy musisz zmienić urządzenie lub zostanie ono skradzione. W ten sposób możesz łatwo pobrać wiadomość tekstową zarówno z wiadomości grupowych, jak i prywatnych, korzystając z kopii zapasowej sms w tej aplikacji do obsługi wiadomości. + +Domyślnie jest wyposażony w materiałowy wygląd i ciemny motyw, zapewnia doskonałą obsługę i łatwe użytkowanie. Ta aplikacja do przesyłania wiadomości zapewnia również użytkownikom możliwość szybkiego i wydajnego wyszukiwania wiadomości. Dawno minęły czasy, kiedy trzeba było przewijać wszystkie prywatne wiadomości i rozmowy grupowe, aby dotrzeć do wymaganej wiadomości. Po prostu wyszukaj i uzyskaj to, czego chcesz, dzięki tej aplikacji do obsługi wiadomości tekstowych. + +Nie zawiera reklam ani niepotrzebnych uprawnień. Jest w pełni open source, zapewnia konfigurowalne kolory. Możesz także dostosować czcionkę wiadomości tekstowej zarówno w wiadomościach grupowych, jak i prywatnych. + +Zapoznaj się z pełnym zestawem prostych narzędzi 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-PL/images/phoneScreenshots/1_pl-PL.jpeg b/fastlane/metadata/android/pl-PL/images/phoneScreenshots/1_pl-PL.jpeg new file mode 100644 index 00000000..82ac2d89 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 00000000..7bed974c 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/phoneScreenshots/3_pl-PL.jpeg b/fastlane/metadata/android/pl-PL/images/phoneScreenshots/3_pl-PL.jpeg new file mode 100644 index 00000000..e0e8debc Binary files /dev/null and b/fastlane/metadata/android/pl-PL/images/phoneScreenshots/3_pl-PL.jpeg differ diff --git a/fastlane/metadata/android/pl-PL/images/phoneScreenshots/4_pl-PL.jpeg b/fastlane/metadata/android/pl-PL/images/phoneScreenshots/4_pl-PL.jpeg new file mode 100644 index 00000000..4388206f Binary files /dev/null and b/fastlane/metadata/android/pl-PL/images/phoneScreenshots/4_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 00000000..ec5c5c12 --- /dev/null +++ b/fastlane/metadata/android/pl-PL/short_description.txt @@ -0,0 +1 @@ +Szybko wysyłaj wiadomości SMS, MMS. Przejrzysty, konfigurowany interfejs \ 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 00000000..a2ce3a4a --- /dev/null +++ b/fastlane/metadata/android/pl-PL/title.txt @@ -0,0 +1 @@ +Prosty komunikator SMS \ 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 00000000..e69de29b diff --git a/fastlane/metadata/android/pl/full_description.txt b/fastlane/metadata/android/pl/full_description.txt deleted file mode 100644 index 380ed8d1..00000000 --- a/fastlane/metadata/android/pl/full_description.txt +++ /dev/null @@ -1,21 +0,0 @@ -Świetny sposób na utrzymywanie kontaktu z bliskimi przez wysyłanie zarówno wiadomości SMS, jak i MMS. Aplikacja poprawnie obsługuje również wiadomości grupowe, podobnie jak blokowanie numerów z Androida 7+. Bądź w kontakcie ze wszystkimi swoimi kontaktami, korzystając z aplikacji do obsługi wiadomości w swoim telefonie. Udostępnianie zdjęć, wysyłanie emotikon czy szybkie przywitanie nigdy nie było prostsze. Ze swoimi wiadomościami możesz zrobić tak wiele, jak na przykład wyciszyć rozmowy lub przypisać specjalne dźwięki wiadomości do określonych kontaktów. Dzięki tej aplikacji do obsługi wiadomości tekstowych i grupowych możesz cieszyć się codziennymi wiadomościami prywatnymi i grupowymi w przyjemniejszy sposób. - -Oferuje wiele formatów daty do wyboru, abyś czuł(a) się komfortowo podczas korzystania z niej. Możesz także przełączać się między 12- i 24-godzinnym formatem czasu. Aplikacja zapewnia również możliwość utworzenia kopii zapasowej SMS-ów. Dzięki temu nie musisz zapisywać wiadomości na żadnym urządzeniu zewnętrznym ani używać innego sprzętu do tego celu. Funkcja ta pomoże Ci skutecznie zapisać dane wiadomości tekstowych i MMS-owych bez obciążania pamięci wewnętrznej. - -Aplikacja zajmuje naprawdę mało miejsca w porównaniu do konkurencji, stąd można ją szybko pobrać. Technika tworzenia kopii zapasowych SMS-ów jest pomocna, gdy musisz zmienić urządzenie lub zostanie ono skradzione. W ten sposób możesz łatwo pobrać wiadomość tekstową zarówno z wiadomości grupowych, jak i prywatnych. - -Domyślnie jest wyposażona w Material Design i ciemny motyw, zapewniając doskonałe doświadczenie użytkownika dla łatwego użytkowania. Brak dostępu do Internetu zapewnia większą prywatność, bezpieczeństwo i stabilność niż inne aplikacje. Aplikacja zapewnia również użytkownikom możliwość szybkiego i wydajnego wyszukiwania wiadomości. Czasy, gdy trzeba było przewijać wszystkie prywatne wiadomości i rozmowy grupowe, aby dotrzeć do żądanej wiadomości, już dawno minęły. Po prostu wyszukaj i znajdź to, co chcesz. - -Nie zawiera reklam ani niepotrzebnych uprawnień. Jest w pełni otwartoźródłowa, zapewnia konfigurowalną kolorystykę. Możesz także dostosować czcionkę wiadomości tekstowej w wiadomościach grupowych i prywatnych. - -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 4144e114..00000000 --- a/fastlane/metadata/android/pl/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Aplikacja do wiadomości SMS i MMS. Szybkie wysyłanie wiadomości. Ładny interfejs diff --git a/fastlane/metadata/android/pl/title.txt b/fastlane/metadata/android/pl/title.txt deleted file mode 100644 index 4294a8ee..00000000 --- a/fastlane/metadata/android/pl/title.txt +++ /dev/null @@ -1 +0,0 @@ -Proste wiadomości SMS diff --git a/fastlane/metadata/android/pt-rBR/full_description.txt b/fastlane/metadata/android/pt-BR/full_description.txt similarity index 88% rename from fastlane/metadata/android/pt-rBR/full_description.txt rename to fastlane/metadata/android/pt-BR/full_description.txt index da5d7afc..16814fe8 100644 --- a/fastlane/metadata/android/pt-rBR/full_description.txt +++ b/fastlane/metadata/android/pt-BR/full_description.txt @@ -6,11 +6,14 @@ Vêm com os temas escuro e material design de padrão, e fornece ótima experiê A ausência de acesso à Internet te dá mais privacidade, segurança e estabilidade que outros apps. Não há anúncios ou permissões desnecessárias. É totalmente de código aberto, e fornece cores personalizáveis. -Confira aqui a coleção completa de Simples Tools: +Confira aqui a coleção completa de Simples Tools: 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/pt-BR/images/icon.png b/fastlane/metadata/android/pt-BR/images/icon.png new file mode 100644 index 00000000..b3b5aaa6 Binary files /dev/null and b/fastlane/metadata/android/pt-BR/images/icon.png differ diff --git a/fastlane/metadata/android/pt-BR/images/phoneScreenshots/1_pt-BR.jpeg b/fastlane/metadata/android/pt-BR/images/phoneScreenshots/1_pt-BR.jpeg new file mode 100644 index 00000000..3254a66d Binary files /dev/null and b/fastlane/metadata/android/pt-BR/images/phoneScreenshots/1_pt-BR.jpeg differ diff --git a/fastlane/metadata/android/pt-BR/images/phoneScreenshots/2_pt-BR.jpeg b/fastlane/metadata/android/pt-BR/images/phoneScreenshots/2_pt-BR.jpeg new file mode 100644 index 00000000..f70336ca Binary files /dev/null and b/fastlane/metadata/android/pt-BR/images/phoneScreenshots/2_pt-BR.jpeg differ diff --git a/fastlane/metadata/android/pt-BR/images/phoneScreenshots/3_pt-BR.jpeg b/fastlane/metadata/android/pt-BR/images/phoneScreenshots/3_pt-BR.jpeg new file mode 100644 index 00000000..d617b4db Binary files /dev/null and b/fastlane/metadata/android/pt-BR/images/phoneScreenshots/3_pt-BR.jpeg differ diff --git a/fastlane/metadata/android/pt-BR/images/phoneScreenshots/4_pt-BR.jpeg b/fastlane/metadata/android/pt-BR/images/phoneScreenshots/4_pt-BR.jpeg new file mode 100644 index 00000000..6f983387 Binary files /dev/null and b/fastlane/metadata/android/pt-BR/images/phoneScreenshots/4_pt-BR.jpeg differ diff --git a/fastlane/metadata/android/pt-rBR/short_description.txt b/fastlane/metadata/android/pt-BR/short_description.txt similarity index 82% rename from fastlane/metadata/android/pt-rBR/short_description.txt rename to fastlane/metadata/android/pt-BR/short_description.txt index 6ac9727a..304045b2 100644 --- a/fastlane/metadata/android/pt-rBR/short_description.txt +++ b/fastlane/metadata/android/pt-BR/short_description.txt @@ -1 +1 @@ -Uma maneira simples e rápida de gerenciar mensagens SMS e MMS sem anúncios. +Uma maneira simples e rápida de gerenciar mensagens SMS e MMS sem anúncios. \ No newline at end of file diff --git a/fastlane/metadata/android/pt-BR/title.txt b/fastlane/metadata/android/pt-BR/title.txt new file mode 100644 index 00000000..96516853 --- /dev/null +++ b/fastlane/metadata/android/pt-BR/title.txt @@ -0,0 +1 @@ +Simples Mensageiro SMS \ No newline at end of file diff --git a/fastlane/metadata/android/pt-BR/video.txt b/fastlane/metadata/android/pt-BR/video.txt new file mode 100644 index 00000000..e69de29b diff --git a/fastlane/metadata/android/pt/full_description.txt b/fastlane/metadata/android/pt-PT/full_description.txt similarity index 88% rename from fastlane/metadata/android/pt/full_description.txt rename to fastlane/metadata/android/pt-PT/full_description.txt index 88af0785..08ac80d4 100644 --- a/fastlane/metadata/android/pt/full_description.txt +++ b/fastlane/metadata/android/pt-PT/full_description.txt @@ -8,11 +8,14 @@ Disponibiliza um design atrativo e um tema escuro por omissão. A não utilizaç Não contém anúncios nem permissões desnecessárias. É open source e permite a personalização de cores. -Consulte o conjunto completo de aplicações Simple Tools aqui: +Confira todos os aplicativos da Simple Tools aqui: 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/pt-PT/short_description.txt b/fastlane/metadata/android/pt-PT/short_description.txt new file mode 100644 index 00000000..06b15028 --- /dev/null +++ b/fastlane/metadata/android/pt-PT/short_description.txt @@ -0,0 +1 @@ +Envie SMS e MMS de forma rápida. Interface limpa, bonita e personalizável \ 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 00000000..7ebaa915 --- /dev/null +++ b/fastlane/metadata/android/pt-PT/title.txt @@ -0,0 +1 @@ +Simple SMS Messenger \ 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 00000000..e69de29b diff --git a/fastlane/metadata/android/pt-rBR/title.txt b/fastlane/metadata/android/pt-rBR/title.txt deleted file mode 100644 index 29cece11..00000000 --- a/fastlane/metadata/android/pt-rBR/title.txt +++ /dev/null @@ -1 +0,0 @@ -Simples Mensageiro SMS diff --git a/fastlane/metadata/android/pt/short_description.txt b/fastlane/metadata/android/pt/short_description.txt deleted file mode 100644 index 4eadd656..00000000 --- a/fastlane/metadata/android/pt/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Aplicação simples para gerir SMS e MMS, sem anúncios. diff --git a/fastlane/metadata/android/pt/title.txt b/fastlane/metadata/android/pt/title.txt deleted file mode 100644 index 9aabacf2..00000000 --- a/fastlane/metadata/android/pt/title.txt +++ /dev/null @@ -1 +0,0 @@ -Simple SMS Messenger - Gestão de mensagens 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 00000000..483975fa --- /dev/null +++ b/fastlane/metadata/android/ru-RU/full_description.txt @@ -0,0 +1,21 @@ +Отличный способ оставаться на связи со своими родственниками, отправляя SMS и MMS сообщения. Приложение также правильно обрабатывает групповые сообщения, как и блокировку номеров в Android 7+. Оставайтесь на связи со всеми своими контактами с помощью приложения для обмена сообщениями на телефоне. Никогда не было так просто делиться фотографиями, отправлять смайлики или просто поздороваться. Вы можете так много делать со своими сообщениями, как отключать звук разговоров или назначать специальные сигналы для сообщений для определенных контактов. С помощью этого приложения для обмена текстовыми сообщениями и групповыми сообщениями вы сможете получать удовольствие от ежедневного обмена личными и групповыми сообщениями. + +Он предлагает множество форматов даты на выбор, чтобы вы чувствовали себя комфортно при его использовании. Вы также можете переключаться между 12 и 24-часовым форматом времени. Это приложение также дает вам гибкость резервного копирования sms. Таким образом, вам не нужно сохранять сообщения на каком-либо внешнем устройстве или использовать какое-либо другое оборудование для их сохранения. Эта функция резервного копирования sms поможет вам эффективно сохранить текстовые сообщения и данные MMS, не создавая нагрузки на внутреннее хранилище. + +Это приложение для обмена сообщениями имеет действительно крошечный размер по сравнению с конкурентами, что делает его очень быстрой загрузкой. Техника резервного копирования sms полезна, когда вам нужно сменить устройство или оно будет украдено. Таким образом, вы можете легко получить текстовое сообщение как из групповых, так и из личных сообщений, используя резервную копию sms в этом приложении для обмена сообщениями. + +По умолчанию он имеет материальный дизайн и темную тему, что обеспечивает удобство использования и простоту использования. Это приложение для обмена сообщениями также предоставляет пользователям возможность быстро и эффективно искать сообщения. Прошли те времена, когда вам нужно было пролистывать все личные сообщения и групповые беседы, чтобы добраться до нужного сообщения. Просто ищите и получайте то, что хотите, с помощью этого приложения для обмена текстовыми сообщениями. + +Не содержит рекламы или ненужных разрешений. Он полностью открыт, предоставляет настраиваемые цвета. Вы также можете настроить шрифт текстового сообщения как в групповых, так и в личных сообщениях. + +знакомьтесь с полным набором простых инструментов здесь: +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/icon.png b/fastlane/metadata/android/ru-RU/images/icon.png new file mode 100644 index 00000000..b3b5aaa6 Binary files /dev/null and b/fastlane/metadata/android/ru-RU/images/icon.png differ 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 00000000..e1a05eb7 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 00000000..2ca22d35 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/phoneScreenshots/3_ru-RU.jpeg b/fastlane/metadata/android/ru-RU/images/phoneScreenshots/3_ru-RU.jpeg new file mode 100644 index 00000000..0b8abdfc Binary files /dev/null and b/fastlane/metadata/android/ru-RU/images/phoneScreenshots/3_ru-RU.jpeg differ diff --git a/fastlane/metadata/android/ru-RU/images/phoneScreenshots/4_ru-RU.jpeg b/fastlane/metadata/android/ru-RU/images/phoneScreenshots/4_ru-RU.jpeg new file mode 100644 index 00000000..af8c9c58 Binary files /dev/null and b/fastlane/metadata/android/ru-RU/images/phoneScreenshots/4_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 00000000..dd20a398 --- /dev/null +++ b/fastlane/metadata/android/ru-RU/short_description.txt @@ -0,0 +1 @@ +Отправляйте SMS и MMS быстро. Красивый настраиваемый интерфейс, без рекламы \ 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 00000000..8cc11a43 --- /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 00000000..e69de29b diff --git a/fastlane/metadata/android/ru/full_description.txt b/fastlane/metadata/android/ru/full_description.txt deleted file mode 100644 index 3e48bb3d..00000000 --- a/fastlane/metadata/android/ru/full_description.txt +++ /dev/null @@ -1,18 +0,0 @@ -SMS/MMS-сообщения — это отличный способ оставаться на связи со своими родственниками. Приложение также правильно обрабатывает групповые сообщения и блокировку номеров на Android 7+. - -Поддерживается множество вариантов отображения даты, чтобы вам было удобно пользоваться приложением. Также вы можете переключаться между 12- и 24-часовым форматом времени. - -Наше приложение имеет очень маленький размер по сравнению с конкурентами, что делает его загрузку такой быстрой. - -Приложение выпускается с материальным дизайном и тёмной темой по умолчанию, что обеспечивает удобное использование. Отсутствие доступа в интернет обеспечивает вам больше приватности, безопасности и стабильности, чем в других приложениях. - -Не содержит рекламы или ненужных разрешений. Полностью открытый исходный код, есть возможность настроить цвета интерфейса. - -Ознакомьтесь с полным набором инструментов серии Simple здесь: -https://www.simplemobiletools.com - -Facebook: -https://www.facebook.com/simplemobiletools - -Reddit: -https://www.reddit.com/r/SimpleMobileTools diff --git a/fastlane/metadata/android/ru/short_description.txt b/fastlane/metadata/android/ru/short_description.txt deleted file mode 100644 index 9fd3c07e..00000000 --- a/fastlane/metadata/android/ru/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Простой и быстрый способ управления сообщениями SMS и MMS без рекламы. diff --git a/fastlane/metadata/android/ru/title.txt b/fastlane/metadata/android/ru/title.txt deleted file mode 100644 index 90599b4b..00000000 --- a/fastlane/metadata/android/ru/title.txt +++ /dev/null @@ -1 +0,0 @@ -Simple SMS Messenger - лёгкое управление SMS diff --git a/fastlane/metadata/android/sk/full_description.txt b/fastlane/metadata/android/sk/full_description.txt index 6dc7998e..14d7467b 100644 --- a/fastlane/metadata/android/sk/full_description.txt +++ b/fastlane/metadata/android/sk/full_description.txt @@ -8,11 +8,14 @@ Táto apka je založená na Material dizajne a má prednastavenú tmavú tému, Neobsahuje žiadne reklamy a nepotrebné oprávnenia. Je opensource, poskytuje možnosť zmeny farieb. -Pozrite si celú sadu aplikácií na: +Pozrite si celú sadu aplikácií na: 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/sk/short_description.txt b/fastlane/metadata/android/sk/short_description.txt index 807cbff5..865c4285 100644 --- a/fastlane/metadata/android/sk/short_description.txt +++ b/fastlane/metadata/android/sk/short_description.txt @@ -1 +1 @@ -Ľahký a rýchly spôsob správy SMS a MMS správ bez reklám. +Rýchle posielanie SMS, MMS správ. Pekné rozhranie, žiadne reklamy \ No newline at end of file diff --git a/fastlane/metadata/android/sk/title.txt b/fastlane/metadata/android/sk/title.txt index 89d518f6..4b12dde4 100644 --- a/fastlane/metadata/android/sk/title.txt +++ b/fastlane/metadata/android/sk/title.txt @@ -1 +1 @@ -Jednoduché SMS správy - Spravujte správy pohodlne +Jednoduché SMS správy \ 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 00000000..e69de29b diff --git a/fastlane/metadata/android/sv/full_description.txt b/fastlane/metadata/android/sv-SE/full_description.txt similarity index 88% rename from fastlane/metadata/android/sv/full_description.txt rename to fastlane/metadata/android/sv-SE/full_description.txt index 07ec6554..61739123 100644 --- a/fastlane/metadata/android/sv/full_description.txt +++ b/fastlane/metadata/android/sv-SE/full_description.txt @@ -8,11 +8,14 @@ Den levereras med Material Design och mörkt tema som standard, och ger en bra a Innehåller ingen reklam eller onödiga behörigheter. Den har helt öppen källkod och anpassningsbara färger. -Kolla in hela uppsättningen enkla verktyg här: +Kolla in hela uppsättningen enkla verktyg här: 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/sv/short_description.txt b/fastlane/metadata/android/sv-SE/short_description.txt similarity index 82% rename from fastlane/metadata/android/sv/short_description.txt rename to fastlane/metadata/android/sv-SE/short_description.txt index ca52444b..db88eb2f 100644 --- a/fastlane/metadata/android/sv/short_description.txt +++ b/fastlane/metadata/android/sv-SE/short_description.txt @@ -1 +1 @@ -Ett enkelt och snabbt sätt att hantera sms- och mms-meddelanden utan reklam. +Ett enkelt och snabbt sätt att hantera sms- och mms-meddelanden utan reklam. \ 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 00000000..7ebaa915 --- /dev/null +++ b/fastlane/metadata/android/sv-SE/title.txt @@ -0,0 +1 @@ +Simple SMS Messenger \ 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 00000000..e69de29b diff --git a/fastlane/metadata/android/sv/title.txt b/fastlane/metadata/android/sv/title.txt deleted file mode 100644 index 95d881c5..00000000 --- a/fastlane/metadata/android/sv/title.txt +++ /dev/null @@ -1 +0,0 @@ -Simple SMS Messenger - hantera meddelanden enkelt diff --git a/fastlane/metadata/android/tr-TR/full_description.txt b/fastlane/metadata/android/tr-TR/full_description.txt new file mode 100644 index 00000000..c9e1d5c3 --- /dev/null +++ b/fastlane/metadata/android/tr-TR/full_description.txt @@ -0,0 +1,21 @@ +Hem SMS hem de MMS göndererek akrabalarınızla iletişim halinde kalmanın harika bir yolu. Uygulama, tıpkı Android 7+ 'den gelen numaraları engellemek gibi grup mesajlaşmasını da düzgün bir şekilde yönetiyor. Telefonunuzdaki mesajlaşma uygulamasını kullanarak tüm kişilerinizle iletişim halinde olun. Fotoğraf paylaşmak, emoji göndermek veya sadece hızlıca merhaba demek hiç bu kadar kolay olmamıştı. Mesajlarınızla yapabileceğiniz çok şey var, örneğin konuşmaları sessize almak veya belirli kişiler için özel mesaj sesleri atamak gibi. Bu kısa mesaj ve grup mesajlaşma uygulamasıyla, günlük özel mesajlaşma ve grup mesajlaşmasının daha eğlenceli bir şekilde keyfini çıkarabilirsiniz. + +Kullanırken kendinizi rahat hissetmeniz için pek çok tarih formatı sunar. 12 ve 24 saatlik zaman formatı arasında da geçiş yapabilirsiniz. Bu uygulama aynı zamanda size sms yedekleme esnekliği sağlar. Bu şekilde, mesajları herhangi bir harici cihaza kaydetmeniz veya kaydetmek için başka bir donanım kullanmanız gerekmez. Bu sms yedekleme özelliği, dahili depolama üzerinde bir yük oluşturmadan metin mesajı ve mms verilerini verimli bir şekilde kaydetmenize yardımcı olacaktır. + +Bu mesajlaşma uygulaması, rekabete kıyasla gerçekten küçük bir uygulama boyutuna sahip ve bu da indirmeyi gerçekten hızlı hale getiriyor. Sms yedekleme tekniği, cihazınızı değiştirmeniz gerektiğinde veya çalındığında yararlıdır. Bu şekilde, bu mesajlaşma uygulamasındaki sms yedeğini kullanarak metin mesajını hem grup mesajlaşmasından hem de özel mesajlaşmadan kolayca alabilirsiniz. + +Varsayılan olarak malzeme tasarımı ve koyu tema ile birlikte gelir, kolay kullanım için harika bir kullanıcı deneyimi sağlar. Bu mesajlaşma uygulaması aynı zamanda kullanıcılara mesajları hızlı ve verimli bir şekilde arama yeteneği sağlar. Gerekli mesajınıza ulaşmak için tüm özel mesajlaşma ve grup mesajlaşma konuşmalarında aşağı kaydırmanız gereken günler geride kaldı. Bu kısa mesaj uygulamasıyla arama yapın ve istediğinizi alın. + +Hiçbir reklam veya gereksiz izinler içermez. Tamamen açık kaynaklıdır, özelleştirilebilir renkler sağlar. Metin mesajınızın yazı tipini hem grup mesajlaşmasında hem de özel mesajlaşmada özelleştirebilirsiniz. + +Basit Araçlar paketinin tamamına buradan göz atı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/tr-TR/images/phoneScreenshots/1_tr-TR.jpeg b/fastlane/metadata/android/tr-TR/images/phoneScreenshots/1_tr-TR.jpeg new file mode 100644 index 00000000..2015083a Binary files /dev/null and b/fastlane/metadata/android/tr-TR/images/phoneScreenshots/1_tr-TR.jpeg differ diff --git a/fastlane/metadata/android/tr-TR/images/phoneScreenshots/2_tr-TR.jpeg b/fastlane/metadata/android/tr-TR/images/phoneScreenshots/2_tr-TR.jpeg new file mode 100644 index 00000000..e314cb6b Binary files /dev/null and b/fastlane/metadata/android/tr-TR/images/phoneScreenshots/2_tr-TR.jpeg differ diff --git a/fastlane/metadata/android/tr-TR/images/phoneScreenshots/3_tr-TR.jpeg b/fastlane/metadata/android/tr-TR/images/phoneScreenshots/3_tr-TR.jpeg new file mode 100644 index 00000000..b3eeb0ee Binary files /dev/null and b/fastlane/metadata/android/tr-TR/images/phoneScreenshots/3_tr-TR.jpeg differ diff --git a/fastlane/metadata/android/tr-TR/images/phoneScreenshots/4_tr-TR.jpeg b/fastlane/metadata/android/tr-TR/images/phoneScreenshots/4_tr-TR.jpeg new file mode 100644 index 00000000..50b43582 Binary files /dev/null and b/fastlane/metadata/android/tr-TR/images/phoneScreenshots/4_tr-TR.jpeg differ 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 00000000..87aabfb1 --- /dev/null +++ b/fastlane/metadata/android/tr-TR/short_description.txt @@ -0,0 +1 @@ +Hızlı SMS ve MMS gönderimi. Reklamsız ve kişiselleştirilebilir kolay arayüz \ 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 00000000..282431de --- /dev/null +++ b/fastlane/metadata/android/tr-TR/title.txt @@ -0,0 +1 @@ +Basit SMS Gönderici \ 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 00000000..e69de29b diff --git a/fastlane/metadata/android/tr/full_description.txt b/fastlane/metadata/android/tr/full_description.txt deleted file mode 100644 index b7f2ea2c..00000000 --- a/fastlane/metadata/android/tr/full_description.txt +++ /dev/null @@ -1,21 +0,0 @@ -Hem SMS hem de MMS mesajları göndererek tanıdıklarınızla iletişimde kalmanın harika bir yolu. Uygulama, tıpkı Android 7 ve sonrasında numaraları engellemek gibi grup mesajlaşmasını da düzgün bir şekilde ele alır. Telefonunuzda mesajlaşma uygulamasını kullanarak tüm kişilerinizle iletişim halinde kalın. Fotoğraf paylaşmak, emoji göndermek veya sadece hızlı bir merhaba demek hiç bu kadar kolay olmamıştı. Konuşmaları sessize almak veya belirli kişiler için özel mesaj tonları atamak gibi yapabileceğiniz çok şey var. Bu kısa mesaj ve grup mesajlaşma uygulaması ile günlük özel mesajlaşmanın ve grup mesajlaşmasının tadını daha eğlenceli bir şekilde çıkarabilirsiniz. - -Kullanırken kendinizi rahat hissetmeniz için aralarından seçim yapabileceğiniz birçok tarih biçimi sunar. Ayrıca 12 ve 24 saatlik zaman biçimi arasında da geçiş yapabilirsiniz. Bu uygulama aynı zamanda size SMS yedekleme esnekliği sağlar. Bu şekilde, mesajları herhangi bir harici aygıta kaydetmeniz veya kaydetmek için başka bir donanım kullanmanız gerekmez. Bu SMS yedekleme özelliği, dahili depolamaya yük olmadan kısa mesaj ve MMS verilerini verimli bir şekilde kaydetmenize yardımcı olacaktır. - -Bu mesajlaşma uygulaması, diğerlerine kıyasla gerçekten küçük bir boyuta sahiptir ve bu da indirmeyi gerçekten hızlı hale getirir. SMS yedekleme tekniği, aygıtınızı değiştirmeniz gerektiğinde veya çalındığında faydalıdır. Bu şekilde, bu mesajlaşma uygulamasındaki SMS yedeklemesini kullanarak hem grup mesajlaşmasından hem de özel mesajlaşmadan metin mesajını kolayca alabilirsiniz. - -Öntanımlı olarak material tasarım ve koyu tema ile birlikte gelir, kolay kullanım için harika bir kullanıcı deneyimi sağlar. Bu mesajlaşma uygulaması ayrıca kullanıcılara mesajları hızlı ve verimli bir şekilde arama olanağı sağlar. İstediğiniz mesaja ulaşmak için tüm özel mesajlaşma ve grup mesajlaşma konuşmalarını aşağı kaydırmanız gereken günler geride kaldı. Bu metin mesajlaşma uygulamasıyla sadece arama yapın ve istediğinizi alın. - -Reklam veya gereksiz izinler içermez. Tamamen açık kaynaklıdır, özelleştirilebilir renkler sağlar. Ayrıca hem grup mesajlaşmasında hem de özel mesajlaşmada metin mesajınızın yazı tipini özelleştirebilirsiniz. - -Basit Araçlar paketinin tamamını buradan inceleyin: -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/tr/short_description.txt b/fastlane/metadata/android/tr/short_description.txt deleted file mode 100644 index 997c77f1..00000000 --- a/fastlane/metadata/android/tr/short_description.txt +++ /dev/null @@ -1 +0,0 @@ -Android için SMS ve MMS uygulaması, hızlı gönderme, güzel kullanıcı arayüzü diff --git a/fastlane/metadata/android/tr/title.txt b/fastlane/metadata/android/tr/title.txt deleted file mode 100644 index 05844c0f..00000000 --- a/fastlane/metadata/android/tr/title.txt +++ /dev/null @@ -1 +0,0 @@ -Basit SMS Messenger diff --git a/fastlane/metadata/android/uk/full_description.txt b/fastlane/metadata/android/uk/full_description.txt new file mode 100644 index 00000000..12634773 --- /dev/null +++ b/fastlane/metadata/android/uk/full_description.txt @@ -0,0 +1,21 @@ +A great way to stay in touch with your relatives, by sending both SMS and MMS messages. The app properly handles group messaging too, just like blocking numbers from Android 7+. Keep in touch with all of your contacts using the messaging app on your phone. It's never been easier to share photos, send emojis, or just say a quick hello. There's so much you can do with your messages, like mute conversations or assign special message tones for certain contacts. With this text message and group messaging app, you can enjoy the daily private messaging and group messaging in a more fun way. + +It offers many date formats to choose from, to make you feel comfortable at using it. You can toggle between 12 and 24 hours time format too. This app also gives you the flexibility of sms backup. This way, you don't have to save the messages on any external device or use any other hardware to save it. This sms backup feature will help you efficiently save text message and mms data without being a burden on internal storage. + +This messaging app has a really tiny app size compared to the competition, making it really fast to download. The sms backup technique is helpful when you have to change your device or it gets stolen. This way, you can retrieve the text message from both group messaging and private messaging easily using the sms backup in this messaging app. + +It comes with material design and dark theme by default, provides great user experience for easy usage. This messaging app also provides users with the ability to search messages quickly and efficiently. Gone are the days when you have to scroll down through all the private messaging and group messaging conversations to reach your required message. Simply search and get what you want with this text messaging app. + +Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors. You can also customize the font of your text message in both group messaging and private messaging. + +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/video.txt b/fastlane/metadata/android/uk/video.txt new file mode 100644 index 00000000..e69de29b 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 00000000..b0ab2887 --- /dev/null +++ b/fastlane/metadata/android/zh-CN/full_description.txt @@ -0,0 +1,21 @@ +发送短信和彩信是一个和您亲友保持联系的绝佳方式。这个应用也可以可以正确处理群消息,在 Android 7 以上版本亦可阻止号码。 + +它提供多个日期格式以便选择,符合您使用习惯。您也可以在 12 和 24 时制格式之间选择。 + +它相对于其他竞品有着极小的大小,使得其下载非常快。 + +它遵循质感设计且默认应用黑暗模式,提供便于使用的极佳的用户体验。 + +不包含广告及非必要的权限,而且完全开放源代码,并提供自定义颜色。 + +于此查看简易工具系列全套: +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 00000000..35858219 --- /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 00000000..1274d6b6 --- /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 00000000..e69de29b diff --git a/fastlane/metadata/android/en-US/images/app_icon.png b/graphics/app_icon.png similarity index 100% rename from fastlane/metadata/android/en-US/images/app_icon.png rename to graphics/app_icon.png diff --git a/graphics/featureGraphic.jpg b/graphics/featureGraphic.jpg new file mode 100644 index 00000000..5cbea24f Binary files /dev/null and b/graphics/featureGraphic.jpg differ diff --git a/graphics/featureGraphic.xcf b/graphics/featureGraphic.xcf new file mode 100644 index 00000000..e38075f9 Binary files /dev/null and b/graphics/featureGraphic.xcf differ diff --git a/graphics/icon.png b/graphics/icon.png new file mode 100644 index 00000000..ef42f6cf Binary files /dev/null and b/graphics/icon.png differ diff --git a/fastlane/metadata/android/en-US/images/promo_graphic.png b/graphics/promo_graphic.png similarity index 100% rename from fastlane/metadata/android/en-US/images/promo_graphic.png rename to graphics/promo_graphic.png diff --git a/fastlane/metadata/android/en-US/images/square.png b/graphics/square.png similarity index 100% rename from fastlane/metadata/android/en-US/images/square.png rename to graphics/square.png diff --git a/fastlane/metadata/android/en-US/images/square.xcf b/graphics/square.xcf similarity index 100% rename from fastlane/metadata/android/en-US/images/square.xcf rename to graphics/square.xcf diff --git a/graphics/tv_banner.png b/graphics/tv_banner.png new file mode 100644 index 00000000..191f40fe Binary files /dev/null and b/graphics/tv_banner.png differ