docs: add FAQ entry for group messages (#543)
This commit is contained in:
parent
b26d4495e8
commit
910eccf956
2 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue