Merge branch 'master' into address_space_glitch

This commit is contained in:
Naveen Singh 2022-06-16 19:59:50 +05:30 committed by GitHub
commit d694e69217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
13 changed files with 128 additions and 126 deletions

View File

@ -32,7 +32,7 @@ class Config(context: Context) : BaseConfig(context) {
set(sendLongMessageMMS) = prefs.edit().putBoolean(SEND_LONG_MESSAGE_MMS, sendLongMessageMMS).apply()
var sendGroupMessageMMS: Boolean
get() = prefs.getBoolean(SEND_GROUP_MESSAGE_MMS, true)
get() = prefs.getBoolean(SEND_GROUP_MESSAGE_MMS, false)
set(sendGroupMessageMMS) = prefs.edit().putBoolean(SEND_GROUP_MESSAGE_MMS, sendGroupMessageMMS).apply()
var lockScreenVisibilitySetting: Int

View File

@ -29,6 +29,7 @@
<string name="new_message">New message</string>
<string name="mark_as_read">Mark as Read</string>
<string name="mark_as_unread">Mark as Unread</string>
<string name="me">Me</string>
<!-- Confirmation dialog -->
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation?</string>
<!-- Are you sure you want to delete 5 conversations? -->

View File

@ -1,99 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Simple SMS Messenger</string>
<string name="app_launcher_name">SMS Messenger</string>
<string name="type_a_message">Type a message…</string>
<string name="message_not_sent_short">Message not sent</string>
<string name="message_not_sent_touch_retry">Not sent. Touch to retry.</string>
<string name="message_sending_error">Your message to \'%s\' has not been sent</string>
<string name="add_person">Add Person</string>
<string name="attachment">Attachment</string>
<string name="no_conversations_found">No stored conversations have been found</string>
<string name="start_conversation">Start a conversation</string>
<string name="reply">Reply</string>
<string name="show_character_counter">Show a character counter at writing messages</string>
<string name="loading_messages">Loading messages…</string>
<string name="no_reply_support">Sender doesn\'t support replies</string>
<string name="draft">Draft</string>
<string name="sending">Sending…</string>
<string name="pin_conversation">Pin to the top</string>
<string name="unpin_conversation">Unpin</string>
<string name="forward_message">Forward</string>
<string name="compress_error">Unable to compress image to selected size</string>
<!-- New conversation -->
<string name="new_conversation">New conversation</string>
<string name="add_contact_or_number">Add Contact or Number…</string>
<string name="suggestions">Suggestions</string>
<!-- Notifications -->
<string name="channel_received_sms">Received SMS</string>
<string name="new_message">New message</string>
<string name="mark_as_read">Mark as Read</string>
<string name="mark_as_unread">Mark as Unread</string>
<!-- Confirmation dialog -->
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation?</string>
<!-- Are you sure you want to delete 5 conversations? -->
<plurals name="delete_conversations">
<item quantity="one">%d conversation</item>
<item quantity="other">%d conversations</item>
</plurals>
<!-- Are you sure you want to delete 5 messages? -->
<plurals name="delete_messages">
<item quantity="one">%d message</item>
<item quantity="other">%d messages</item>
</plurals>
<!-- Settings -->
<string name="lock_screen_visibility">Lock screen notification visibility</string>
<string name="sender_and_message">Sender and message</string>
<string name="sender_only">Sender only</string>
<string name="enable_delivery_reports">Enable delivery reports</string>
<string name="use_simple_characters">Remove accents and diacritics at sending messages</string>
<string name="mms_file_size_limit">Resize sent MMS images</string>
<string name="mms_file_size_limit_none">No limit</string>
<string name="outgoing_messages">Outgoing messages</string>
<string name="group_message_mms">Send group messages as MMS</string>
<string name="send_long_message_mms">Send long messages as MMS</string>
<!-- Export / Import -->
<string name="messages">Messages</string>
<string name="export_messages">Export messages</string>
<string name="export_sms">Export SMS</string>
<string name="export_mms">Export MMS</string>
<string name="import_messages">Import messages</string>
<string name="import_sms">Import SMS</string>
<string name="import_mms">Import MMS</string>
<string name="no_option_selected">You have to select at least one item</string>
<!-- FAQ -->
<string name="faq_1_title">Why does the app require access to the internet?</string>
<string name="faq_1_text">Sadly it is needed for sending MMS attachments. Not being able to send MMS would be a really huge disadvantage compared to other apps, so we decided to go this way.
However, as usually, there are no ads, tracking or analytics whatsoever, the internet is used only for sending MMS.</string>
<string name="faq_2_title">The other end is not receiving my MMS, is there anything I can do about it?</string>
<string name="faq_2_text">MMS size is limited by carriers, you can try setting a smaller limit in the app settings.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Simple SMS Messenger - Manage messages easily</string>
<!-- Short description has to have max 80 characters -->
<string name="app_short_description">An easy and quick way of managing SMS and MMS messages without ads.</string>
<string name="app_long_description">
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. The lack of internet access gives you more privacy, security and stability than other apps.
Contains no ads or unnecessary permissions. It is fully opensource, provides customizable colors.
<b>Check out the full suite of Simple Tools here:</b>
https://www.simplemobiletools.com
<b>Facebook:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit:</b>
https://www.reddit.com/r/SimpleMobileTools
</string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>

View File

@ -3,23 +3,23 @@
<string name="app_name">Mensajería SMS Simple</string>
<string name="app_launcher_name">Mensajería SMS</string>
<string name="type_a_message">Escribe un mensaje…</string>
<string name="message_not_sent_short">Message not sent</string>
<string name="message_not_sent_touch_retry">Not sent. Touch to retry.</string>
<string name="message_sending_error">Your message to \'%s\' has not been sent</string>
<string name="message_not_sent_short">El mensaje no fue enviado</string>
<string name="message_not_sent_touch_retry">No enviado. Toca para volver a intentar.</string>
<string name="message_sending_error">Tu mensaje a \'%s\' no ha sido envido</string>
<string name="add_person">Añadir persona</string>
<string name="attachment">Archivo adjunto</string>
<string name="no_conversations_found">No se han encontrado conversaciones</string>
<string name="start_conversation">Inicia una conversación</string>
<string name="reply">Responder</string>
<string name="show_character_counter">Mostrar un contador de caracteres al escribir mensajes</string>
<string name="loading_messages">Loading messages…</string>
<string name="no_reply_support">Sender doesn\'t support replies</string>
<string name="draft">Draft</string>
<string name="sending">Sending</string>
<string name="loading_messages">Cargando mensajes…</string>
<string name="no_reply_support">El remitente no soporta respuestas</string>
<string name="draft">Borrador</string>
<string name="sending">Enviando</string>
<string name="pin_conversation">Pin to the top</string>
<string name="unpin_conversation">Unpin</string>
<string name="forward_message">Forward</string>
<string name="compress_error">Unable to compress image to selected size</string>
<string name="unpin_conversation">Desanclar</string>
<string name="forward_message">Reenviar</string>
<string name="compress_error">Incapaz de comprimir la imagen al tamaño seleccionado</string>
<!-- New conversation -->
<string name="new_conversation">Nueva conversación</string>
<string name="add_contact_or_number">Escribe contacto o número…</string>
@ -43,31 +43,31 @@
<item quantity="other">%d mensajes</item>
</plurals>
<!-- Settings -->
<string name="lock_screen_visibility">Lock screen notification visibility</string>
<string name="sender_and_message">Sender and message</string>
<string name="sender_only">Sender only</string>
<string name="enable_delivery_reports">Enable delivery reports</string>
<string name="use_simple_characters">Remove accents and diacritics at sending messages</string>
<string name="mms_file_size_limit">Resize sent MMS images</string>
<string name="mms_file_size_limit_none">No limit</string>
<string name="outgoing_messages">Outgoing messages</string>
<string name="group_message_mms">Send group messages as MMS</string>
<string name="send_long_message_mms">Send long messages as MMS</string>
<string name="lock_screen_visibility">Visibilidad de notificaciones en la pantalla de bloqueo</string>
<string name="sender_and_message">Remitente y mensaje</string>
<string name="sender_only">Solamente el remitente</string>
<string name="enable_delivery_reports">Habilitar informes de entrega</string>
<string name="use_simple_characters">Elimina los acentos y signos diacríticos al enviar mensajes</string>
<string name="mms_file_size_limit">Cambiar el tamaño de las imágenes MMS enviadas</string>
<string name="mms_file_size_limit_none">Sin límites</string>
<string name="outgoing_messages">Mensajes salientes</string>
<string name="group_message_mms">Enviar mensajes de grupo como MMS</string>
<string name="send_long_message_mms">Enviar mensajes largos como MMS</string>
<!-- Export / Import -->
<string name="messages">Messages</string>
<string name="export_messages">Export messages</string>
<string name="export_sms">Export SMS</string>
<string name="export_mms">Export MMS</string>
<string name="export_mms">Exportar a MMS</string>
<string name="import_messages">Import messages</string>
<string name="import_sms">Import SMS</string>
<string name="import_mms">Import MMS</string>
<string name="no_option_selected">You have to select at least one item</string>
<string name="import_mms">Importar MMS</string>
<string name="no_option_selected">Tienes que seleccionar al menos un elemento</string>
<!-- FAQ -->
<string name="faq_1_title">¿Por qué la aplicación requiere acceso a internet\?</string>
<string name="faq_1_text">Tristemente es necesitado para enviar archivos adjuntos MMS. El no poder enviar MMS sería una desventaja realmente enorme comparada con otras aplicaciones, así que decidimos tomar este camino.
Sin embargo, como siempre, no hay anuncios, rastreo o análisis, por lo que el internet solo es usado para enviar MMS.</string>
<string name="faq_2_title">The other end is not receiving my MMS, is there anything I can do about it?</string>
<string name="faq_2_text">MMS size is limited by carriers, you can try setting a smaller limit in the app settings.</string>
<string name="faq_2_title">El otro extremo no está reciviendo mi MMS, hay algo que pueda hacer sobre ello\?</string>
<string name="faq_2_text">El tamaño del MMS es limitado por el operador, puedes probar a poner un límite más pequeño en la configuración de la aplicación.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">Mensajería SMS Simple - Mensajea fácilmente</string>
@ -97,4 +97,4 @@
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>
</resources>

View File

@ -29,6 +29,7 @@
<string name="new_message">New message</string>
<string name="mark_as_read">Mark as Read</string>
<string name="mark_as_unread">Mark as Unread</string>
<string name="me">Me</string>
<!-- Confirmation dialog -->
<string name="delete_whole_conversation_confirmation">Are you sure you want to delete all messages of this conversation?</string>
<!-- Are you sure you want to delete 5 conversations? -->

View File

@ -0,0 +1,84 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">אפליקצית הודעות פשוטה</string>
<string name="app_launcher_name">שולח סמסים</string>
<string name="type_a_message">הקלד הודעה…</string>
<string name="message_not_sent_short">ההודעה לא נשלחה</string>
<string name="message_not_sent_touch_retry">לא נשלח. גע כדי לנסות שוב.</string>
<string name="message_sending_error">ההודעה שלך אל \'%s\' לא נשלחה</string>
<string name="add_person">הוסף אדם</string>
<string name="attachment">התקשרות</string>
<string name="no_conversations_found">לא נמצאו שיחות מאוחסנות</string>
<string name="start_conversation">התחל שיחה</string>
<string name="reply">תשובה</string>
<string name="show_character_counter">הצג מונה תווים בכתיבת הודעות</string>
<string name="loading_messages">טוען הודעות…</string>
<string name="no_reply_support">לא ניתן להשיב לשולח זה</string>
<string name="draft">טיוטה</string>
<string name="sending">שולח…</string>
<string name="pin_conversation">הצמד למעלה</string>
<string name="unpin_conversation">בטל הצמדה</string>
<string name="forward_message">התקדם</string>
<string name="compress_error">לא ניתן לדחוס תמונה לגודל שנבחר</string>
<!-- New conversation -->
<string name="new_conversation">שיחה חדשה</string>
<string name="add_contact_or_number">הוסף איש קשר או מספר…</string>
<string name="suggestions">הצעות</string>
<!-- Notifications -->
<string name="channel_received_sms">קבלת סמס</string>
<string name="new_message">הודעה חדשה</string>
<string name="mark_as_read">סמן כנקרא</string>
<string name="mark_as_unread">סמן כלא נקרא</string>
<string name="me">אני</string>
<!-- Confirmation dialog -->
<string name="delete_whole_conversation_confirmation">האם אתה בטוח שברצונך למחוק את כל ההודעות של השיחה הזו\?</string>
<!-- Are you sure you want to delete 5 conversations? -->
<plurals name="delete_conversations">
<item quantity="one">שיחה %d</item>
<item quantity="two">שיחות %d</item>
<item quantity="many">%d שיחה</item>
<item quantity="other">%d שיחות</item>
</plurals>
<!-- Are you sure you want to delete 5 messages? -->
<plurals name="delete_messages">
<item quantity="one">הודעה %d</item>
<item quantity="two">%d הודעות</item>
<item quantity="many">%d הודעות</item>
<item quantity="other">%d הודעות</item>
</plurals>
<!-- Settings -->
<string name="lock_screen_visibility">נראות התראות מסך נעילה</string>
<string name="sender_and_message">שולח והודעה</string>
<string name="sender_only">השולח בלבד</string>
<string name="enable_delivery_reports">אפשר דוחות מסירה</string>
<string name="use_simple_characters">הסר מבטאים ודיאקריטים בעת שליחת הודעות</string>
<string name="mms_file_size_limit">שנה את הגודל של תמונות MMS שנשלחו</string>
<string name="mms_file_size_limit_none">ללא גבול</string>
<string name="outgoing_messages">הודעות יוצאות</string>
<string name="group_message_mms">שלח הודעות קבוצתיות כ-MMS</string>
<string name="send_long_message_mms">שלח הודעות ארוכות כ-MMS</string>
<!-- Export / Import -->
<string name="messages">הודעות</string>
<string name="export_messages">ייצוא הודעות</string>
<string name="export_sms">ייצוא סמס</string>
<string name="export_mms">ייצוא MMS</string>
<string name="import_messages">ייבוא הודעות</string>
<string name="import_sms">ייבוא סמס</string>
<string name="import_mms">ייבוא MMS</string>
<string name="no_option_selected">עליך לבחור לפחות פריט אחד</string>
<!-- FAQ -->
<string name="faq_1_title">מדוע האפליקציה דורשת גישה לאינטרנט\?</string>
<string name="faq_1_text">למרבה הצער, זה נחוץ לשליחת קבצי MMS מצורפים. אי היכולת לשלוח MMS תהיה חיסרון עצום בהשוואה לאפליקציות אחרות, אז החלטנו ללכת בדרך זו. עם זאת, כמו בדרך כלל, אין מודעות, מעקב או ניתוח כלשהם, האינטרנט משמש רק לשליחת MMS.</string>
<string name="faq_2_title">הקצה השני לא מקבל את ה-MMS שלי, האם יש משהו שאני יכול לעשות בנידון\?</string>
<string name="faq_2_text">גודל ה-MMS מוגבל על ידי הספקים, אתה יכול לנסות להגדיר מגבלה קטנה יותר בהגדרות האפליקציה.</string>
<!-- Strings displayed only on Google Playstore. Optional, but good to have -->
<!-- App title has to have less than 50 characters. If you cannot squeeze it, just remove a part of it -->
<string name="app_title">SMS Messenger פשוט - נהל הודעות בקלות</string>
<!-- Short description has to have max 80 characters -->
<string name="app_short_description">דרך קלה ומהירה לניהול הודעות SMS ו-MMS ללא פרסומות.</string>
<string name="app_long_description"> דרך מצוינת לשמור על קשר עם קרובי המשפחה שלך, על ידי שליחת הודעות SMS ו-MMS כאחד. האפליקציה מטפלת כראוי גם בהודעות קבוצתיות, בדיוק כמו חסימת מספרים מאנדרואיד 7+. הוא מציע פורמטים רבים של תאריכים לבחירה, כדי לגרום לך להרגיש נוח בשימוש בו. אתה יכול גם לעבור בין פורמט זמן של 12 ל-24 שעות. יש לו גודל אפליקציה ממש זעיר בהשוואה למתחרים, מה שהופך אותו להורדה ממש מהירה. זה מגיע עם עיצוב חומר וערכת נושא כהה כברירת מחדל, מספק חווית משתמש נהדרת לשימוש קל. היעדר גישה לאינטרנט נותן לך יותר פרטיות, אבטחה ויציבות מאשר אפליקציות אחרות. אינו מכיל מודעות או הרשאות מיותרות. זה קוד פתוח לחלוטין, מספק צבעים הניתנים להתאמה אישית. <b>בדוק את החבילה המלאה של כלים פשוטים כאן:</b> https://www.simplemobiletools.com <b>פייסבוק:</b> https://www.facebook.com/simplemobiletools <b>Reddit :</b> https://www.reddit.com/r/SimpleMobileTools </string>
<!--
Haven't found some strings? There's more at
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
-->
</resources>

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

View File

@ -0,0 +1,13 @@
דרך מצוינת לשמור על קשר עם קרובי המשפחה שלך, על ידי שליחת הודעות SMS ו-MMS כאחד. האפליקציה מטפלת כראוי גם בהודעות קבוצתיות, בדיוק כמו חסימת מספרים מאנדרואיד 7+. הוא מציע פורמטים רבים של תאריכים לבחירה, כדי לגרום לך להרגיש נוח בשימוש בו. אתה יכול גם לעבור בין פורמט זמן של 12 ל-24 שעות. יש לו גודל אפליקציה ממש זעיר בהשוואה למתחרים, מה שהופך אותו להורדה ממש מהירה.
זה מגיע עם עיצוב חומר וערכת נושא כהה כברירת מחדל, מספק חווית משתמש נהדרת לשימוש קל.
היעדר גישה לאינטרנט נותן לך יותר פרטיות, אבטחה ויציבות מאשר אפליקציות אחרות. אינו מכיל מודעות או הרשאות מיותרות. זה קוד פתוח לחלוטין, מספק צבעים הניתנים להתאמה אישית.
<b>בדוק את החבילה המלאה של כלים פשוטים כאן:</b> https://www.simplemobiletools.com
<b>פייסבוק:</b>
https://www.facebook.com/simplemobiletools
<b>Reddit :</b>
https://www.reddit.com/r/SimpleMobileTools

View File

@ -0,0 +1 @@
דרך קלה ומהירה לניהול הודעות SMS ו-MMS ללא פרסומות.

View File

@ -0,0 +1 @@
SMS Messenger