History log of /packages/apps/Mms/tests/src/com/android/mms/RecyclerTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
a277f438d33872b9a0f1611fb8a86a918765f04b 13-Nov-2014 Tom Taylor <tomtaylor@google.com> Revert "Update Messaging app with msim changes from klp-sprout"

Bug 18373926

Revert the msim-aware Messaging app back to the original Messaging app.

Change-Id: I1b47b78d3d86580b8f1cd1d73ddbb94a417e845b
/packages/apps/Mms/tests/src/com/android/mms/RecyclerTest.java
fc883c83173544a002ad5f63371a607475397f58 28-Oct-2014 Tom Taylor <tomtaylor@google.com> Messaging app needs to use mms_config appropriate for each SIM

Bug 18018147

The sprout Messaging app only loads a single mms_config, even when there
are two sims. We didn't fix this in klp-sprout because we didn't have
specific mms_configs for the mcc/mnc's we were launching in. Hence,
the app would use the default mms_config values.

In L we made the mms service load individual mms_config's for each
sim and provided a way to get the config values based on the subscription
id. Since we're making the old Messaging app available in L-mr1 for AOSP,
we need to fix the app to use config values based on the subId. In
addition, we need to fix all the references to getLine1Info to get the
appropriate number based on the subscription id.

Change-Id: Ib7ffab8faa24f307e9f4877ab5292e23f9587dd3
/packages/apps/Mms/tests/src/com/android/mms/RecyclerTest.java
f7e8281a223af6228e6399055a6197a1edd9bc3a 09-Mar-2010 Tom Taylor <tomtaylor@google.com> Remove mms-common

Get rid of the mms-common library and move the mms files back into the
framework where they originally came from.

Change-Id: I8ce2b0a2a3cfc6b7da13ce0e791173c09dd8f0f5
/packages/apps/Mms/tests/src/com/android/mms/RecyclerTest.java
07d483e5da80176484bff536d118cc061f28e586 09-Feb-2010 Tom Taylor <tomtaylor@google.com> Fix a cursor leak

Fix a cursor leak in the recycler. Add a test for sending large
numbers of sms/mms messages. Add another stress test for the recycler.

Change-Id: I8792e15d421ae32a78ca59fb4b73d354f2060819
/packages/apps/Mms/tests/src/com/android/mms/RecyclerTest.java