Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update MMS configs #103

Merged
merged 1 commit into from
May 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
13 changes: 13 additions & 0 deletions android-smsmms/src/main/res/xml-mcc202-mnc1/mms_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="7">
<bool name="groupChatDefaultsToMMS">false</bool>
<bool name="smsUsesSimpleCharactersOnly">false</bool>
<bool name="allowEnablingWapPushSI">true</bool>
<bool name="enableWapPushSI">false</bool>
<int name="maxMessageSize">614400</int>
<int name="maxImageHeight">1200</int>
<int name="maxImageWidth">1600</int>
<bool name="useCustomUserAgent">true</bool>
<bool name="allowEditingSmscAddress">true</bool>
<int name="smsToMmsTextThreshold">-1</int>
</mms_config>
4 changes: 4 additions & 0 deletions android-smsmms/src/main/res/xml-mcc202-mnc10/mms_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="1">
<bool name="smsUsesSimpleCharactersOnly">false</bool>
</mms_config>
6 changes: 6 additions & 0 deletions android-smsmms/src/main/res/xml-mcc202-mnc2/mms_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="2">
<bool name="smsUsesSimpleCharactersOnly">false</bool>
<bool name="allowEnablingWapPushSI">true</bool>
<bool name="enableWapPushSI">false</bool>
</mms_config>
11 changes: 11 additions & 0 deletions android-smsmms/src/main/res/xml-mcc202-mnc5/mms_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="6">
<bool name="smsUsesSimpleCharactersOnly">true</bool>
<bool name="smsEncodingChangeable">true</bool>
<bool name="allowEnablingWapPushSI">false</bool>
<bool name="enableWapPushSI">true</bool>
<int name="maxMessageSize">307200</int>
<int name="maxImageHeight">1944</int>
<int name="maxImageWidth">2592</int>
<bool name="allowEditingSmscAddress">true</bool>
</mms_config>
4 changes: 4 additions & 0 deletions android-smsmms/src/main/res/xml-mcc202-mnc9/mms_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="1">
<bool name="smsUsesSimpleCharactersOnly">false</bool>
</mms_config>
33 changes: 0 additions & 33 deletions android-smsmms/src/main/res/xml-mcc204-mnc04/mms_config.xml

This file was deleted.

6 changes: 6 additions & 0 deletions android-smsmms/src/main/res/xml-mcc204-mnc12/mms_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="2">
<bool name="groupChatDefaultsToMMS">false</bool>
<bool name="enabledMMS">false</bool>
<bool name="enableGroupMms">false</bool>
</mms_config>
13 changes: 13 additions & 0 deletions android-smsmms/src/main/res/xml-mcc204-mnc16/mms_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="7">
<bool name="enabledMMS">false</bool>
<bool name="enableGroupMms">false</bool>
<bool name="groupChatDefaultsToMMS">false</bool>
<bool name="allowEnablingWapPushSI">false</bool>
<bool name="enableWapPushSI">true</bool>
<int name="maxMessageSize">307200</int>
<int name="maxImageHeight">1200</int>
<int name="maxImageWidth">1600</int>
<bool name="useCustomUserAgent">true</bool>
<bool name="allowEditingSmscAddress">true</bool>
</mms_config>
6 changes: 6 additions & 0 deletions android-smsmms/src/main/res/xml-mcc204-mnc2/mms_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="1">
<bool name="enabledMMS">false</bool>
<bool name="groupChatDefaultsToMMS">false</bool>
<bool name="enableGroupMms">false</bool>
</mms_config>
13 changes: 13 additions & 0 deletions android-smsmms/src/main/res/xml-mcc204-mnc20/mms_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="7">
<bool name="enabledMMS">false</bool>
<bool name="enableGroupMms">false</bool>
<bool name="groupChatDefaultsToMMS">false</bool>
<bool name="allowEnablingWapPushSI">false</bool>
<bool name="enableWapPushSI">true</bool>
<int name="maxMessageSize">307200</int>
<int name="maxImageHeight">1200</int>
<int name="maxImageWidth">1600</int>
<bool name="useCustomUserAgent">true</bool>
<bool name="allowEditingSmscAddress">true</bool>
</mms_config>
9 changes: 9 additions & 0 deletions android-smsmms/src/main/res/xml-mcc204-mnc4/mms_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="11">
<bool name="groupChatDefaultsToMMS">false</bool>
<bool name="enabledMMS">false</bool>
<bool name="enableGroupMms">false</bool>
<bool name="allowEnablingWapPushSI">false</bool>
<bool name="enableWapPushSI">true</bool>
<bool name="allowEditingSmscAddress">true</bool>
</mms_config>
6 changes: 6 additions & 0 deletions android-smsmms/src/main/res/xml-mcc204-mnc69/mms_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="2">
<bool name="groupChatDefaultsToMMS">false</bool>
<bool name="enabledMMS">false</bool>
<bool name="enableGroupMms">false</bool>
</mms_config>
6 changes: 6 additions & 0 deletions android-smsmms/src/main/res/xml-mcc204-mnc7/mms_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="1">
<bool name="enabledMMS">false</bool>
<bool name="groupChatDefaultsToMMS">false</bool>
<bool name="enableGroupMms">false</bool>
</mms_config>
6 changes: 6 additions & 0 deletions android-smsmms/src/main/res/xml-mcc204-mnc8/mms_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="3">
<bool name="groupChatDefaultsToMMS">false</bool>
<bool name="enabledMMS">false</bool>
<bool name="enableGroupMms">false</bool>
</mms_config>
9 changes: 9 additions & 0 deletions android-smsmms/src/main/res/xml-mcc206-mnc10/mms_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="2">
<bool name="allowEnablingWapPushSI">true</bool>
<bool name="enableWapPushSI">true</bool>
<bool name="mmsRoamingAutoRetrieveByDefault">true</bool>
<int name="httpSocketTimeout">120000</int>
<bool name="enableGroupMms">true</bool>
<bool name="groupChatDefaultsToMMS">true</bool>
</mms_config>
5 changes: 5 additions & 0 deletions android-smsmms/src/main/res/xml-mcc206-mnc20/mms_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="1">
<bool name="enableGroupMms">true</bool>
<bool name="groupChatDefaultsToMMS">false</bool>
</mms_config>
5 changes: 5 additions & 0 deletions android-smsmms/src/main/res/xml-mcc206/mms_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="1">
<bool name="enableGroupMms">true</bool>
<bool name="groupChatDefaultsToMMS">true</bool>
</mms_config>
33 changes: 0 additions & 33 deletions android-smsmms/src/main/res/xml-mcc208-mnc01/mms_config.xml

This file was deleted.

10 changes: 10 additions & 0 deletions android-smsmms/src/main/res/xml-mcc208-mnc1/mms_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="9">
<bool name="groupChatDefaultsToMMS">false</bool>
<int name="maxMessageSize">600000</int>
<int name="maxImageHeight">1944</int>
<int name="maxImageWidth">2592</int>
<bool name="smsEncodingChangeable">true</bool>
<bool name="allowEnablingWapPushSI">false</bool>
<bool name="enableWapPushSI">false</bool>
</mms_config>
37 changes: 8 additions & 29 deletions android-smsmms/src/main/res/xml-mcc208-mnc10/mms_config.xml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,33 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2013 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<!-- Version History
version 1 - initial version.
version 2 - added recipientLimit.
version 3 - added min/max recycler values.
version 4 - added sms to mms text threshold.
-->

<mms_config version="4">
<!-- Maximum message size in bytes for a MMS message -->
<mms_config version="7">
<int name="maxMessageSize">614400</int>

<!-- Maximum height for an attached image -->
<int name="maxImageHeight">1944</int>

<!-- Maximum width for an attached image -->
<int name="maxImageWidth">2592</int>
</mms_config>
<bool name="enableMultipartSMS">true</bool>
<int name="smsToMmsTextThreshold">10</int>
<bool name="mmsRoamingAutoRetrieveByDefault">true</bool>
<bool name="groupChatDefaultsToMMS">false</bool>
<bool name="allowEnablingWapPushSI">false</bool>
<bool name="enableWapPushSI">true</bool>
</mms_config>
32 changes: 3 additions & 29 deletions android-smsmms/src/main/res/xml-mcc208-mnc15/mms_config.xml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,33 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2013 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<!-- Version History
version 1 - initial version.
version 2 - added recipientLimit.
version 3 - added min/max recycler values.
version 4 - added sms to mms text threshold.
-->

<mms_config version="4">
<!-- Maximum message size in bytes for a MMS message -->
<mms_config version="5">
<bool name="groupChatDefaultsToMMS">false</bool>
<int name="maxMessageSize">614400</int>

<!-- Maximum height for an attached image -->
<int name="maxImageHeight">1944</int>

<!-- Maximum width for an attached image -->
<int name="maxImageWidth">2592</int>
</mms_config>
</mms_config>
6 changes: 6 additions & 0 deletions android-smsmms/src/main/res/xml-mcc208-mnc2/mms_config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<mms_config version="2">
<bool name="smsEncodingChangeable">true</bool>
<bool name="allowEnablingWapPushSI">true</bool>
<bool name="enableWapPushSI">true</bool>
</mms_config>
34 changes: 2 additions & 32 deletions android-smsmms/src/main/res/xml-mcc208-mnc20/mms_config.xml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,37 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2013 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<!-- Version History
version 1 - initial version.
version 2 - added recipientLimit.
version 3 - added min/max recycler values.
version 4 - added sms to mms text threshold.
version 5 - added supportHttpCharsetHeader.
-->

<mms_config version="5">
<!-- Maximum message size in bytes for a MMS message -->
<bool name="groupChatDefaultsToMMS">false</bool>
<int name="maxMessageSize">614400</int>

<!-- Maximum height for an attached image -->
<int name="maxImageHeight">1944</int>

<!-- Maximum width for an attached image -->
<int name="maxImageWidth">2592</int>

<!-- Flag indicating whether charset should be added to Content-Type header-->
<bool name="supportHttpCharsetHeader">false</bool>
</mms_config>
</mms_config>
29 changes: 1 addition & 28 deletions android-smsmms/src/main/res/xml-mcc208-mnc26/mms_config.xml
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,33 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2013 The Android Open Source Project

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->

<!-- Version History
version 1 - initial version.
version 2 - added recipientLimit.
version 3 - added min/max recycler values.
version 4 - added sms to mms text threshold.
-->

<mms_config version="4">
<!-- Maximum message size in bytes for a MMS message -->
<int name="maxMessageSize">614400</int>

<!-- Maximum height for an attached image -->
<int name="maxImageHeight">1944</int>

<!-- Maximum width for an attached image -->
<int name="maxImageWidth">2592</int>
</mms_config>
</mms_config>
Loading