History log of /packages/apps/Mms/tests/src/com/android/mms/ui/MultiPartSmsTests.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
1f530d377f9ec84723d9658a9ec8c9a396a32474 21-Dec-2011 Xia Wang <xiaw@google.com> Add sms test framework
- SmsTest is the basic test class which can be extended by other tests
- SmsStressTest stress sending/receiving messages, different size of
message and recipient can be passed through test runner

Change-Id: I0b8444f423c8fbf5805dd3d5e9beb8914b4b81cb
/packages/apps/Mms/tests/src/com/android/mms/ui/MultiPartSmsTests.java
a95e267c5e123139f4551758586b1f44ef02f9d2 11-Nov-2011 Tom Taylor <tomtaylor@google.com> Revert "5198894 Remove saveInstanceState"

This reverts commit 7d128943d1b6377fdbe399eb919970ab9544867e.

At the same time, it fixes bug 1556157, where a picture sent via mms
from the camera, will show up again in a draft when ComposeMessageActivity
is killed and restarted. That behavior was caused by the fact that when
an activity is re-created with an instance bundle, it's passed the
original intent to attach a picture. With this fix, we don't try and
reattach a photo. In addition, killing the activity and restarting will
restore the activity to its pre-killed state (i.e. preserve the message,
subject, etc).

Change-Id: I2059d289bce6f40f11c286436c2fa0971d0ff273
/packages/apps/Mms/tests/src/com/android/mms/ui/MultiPartSmsTests.java
4a082ceeba3674fe9f08cd344689443ed70dcf31 13-Oct-2011 Xia Wang <xiaw@google.com> Fix mms test due to UI changes.

Change-Id: I5d657f1bda2cc732fad451445f6d0dd6c736f392
/packages/apps/Mms/tests/src/com/android/mms/ui/MultiPartSmsTests.java
7d128943d1b6377fdbe399eb919970ab9544867e 23-Aug-2011 Tom Taylor <tomtaylor@google.com> 5198894 Remove saveInstanceState

ComposeMessageActivity has code in onSaveInstanceState to save
the working message, the recipients, and uri to the bundle.
In onCreate, this bundle was used to restore the conversation
and working message, regardless of the current intent. Since
the code is already saving and restoring the draft, let's
remove the saveInstanceState code. Bug 5198894

Change-Id: I038269020e4f02e1390b3a62a13278cfd72303ac
/packages/apps/Mms/tests/src/com/android/mms/ui/MultiPartSmsTests.java
72ab3ecfa3556866ee51b822f8ce5b1f2f117545 05-Jan-2011 Tom Taylor <tomtaylor@google.com> Merge changes from gingerbread

Manually merge some of the gingerbread changes that didn't get auto-merged
back into master.

Change-Id: Ibfea8d1317f16717e5cb3f2ea1ec6c16a9ab9b83
/packages/apps/Mms/tests/src/com/android/mms/ui/MultiPartSmsTests.java
540d263efa2830c154fc32bbad2a7e703cf5747d 10-Feb-2010 Tom Taylor <tomtaylor@google.com> Unlimited SMS message length

Remove the code that auto-converts a long SMS message into a
MMS message. We now allow a user to send unlimited length SMS
messages that get turned into multi-part SMS's. Add a UI test
for this feature. Bug 2216705

Change-Id: I0408e195dd98e2322e1d43360c49cfadb2c97939
/packages/apps/Mms/tests/src/com/android/mms/ui/MultiPartSmsTests.java