docs: add FAQ entry for group messages (#543)

This commit is contained in:
Naveen Singh 2025-10-05 12:00:44 +05:30 committed by GitHub
parent b26d4495e8
commit 910eccf956
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 0 deletions

View file

@ -651,6 +651,10 @@ class MainActivity : SimpleActivity() {
title = R.string.faq_3_title, title = R.string.faq_3_title,
text = R.string.faq_3_text text = R.string.faq_3_text
), ),
FAQItem(
title = R.string.faq_4_title,
text = R.string.faq_4_text
),
FAQItem( FAQItem(
title = org.fossify.commons.R.string.faq_9_title_commons, title = org.fossify.commons.R.string.faq_9_title_commons,
text = org.fossify.commons.R.string.faq_9_text_commons text = org.fossify.commons.R.string.faq_9_text_commons

View file

@ -137,6 +137,8 @@
<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_text">MMS size is limited by carriers, you can try setting a smaller limit in the app settings.</string>
<string name="faq_3_title">Does the app support scheduled messages?</string> <string name="faq_3_title">Does the app support scheduled messages?</string>
<string name="faq_3_text">Yes, you can schedule messages to be sent in the future by long pressing the Send button and picking the desired date and time.</string> <string name="faq_3_text">Yes, you can schedule messages to be sent in the future by long pressing the Send button and picking the desired date and time.</string>
<string name="faq_4_title">Why do my group message replies appear as individual texts to recipients?</string>
<string name="faq_4_text">You need to enable \"Send group messages as MMS\" in the app settings. This will ensure that group messages are sent as proper MMS, allowing all participants to see each other\'s replies.</string>
<!-- <!--
Haven't found some strings? There's more at Haven't found some strings? There's more at
https://github.com/FossifyOrg/Commons/tree/master/commons/src/main/res https://github.com/FossifyOrg/Commons/tree/master/commons/src/main/res