History log of /packages/apps/Mms/tests/src/com/android/mms/ui/LongThreadTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/LongThreadTest.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/LongThreadTest.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/LongThreadTest.java
396ed2e9737755771c6b722e19c943bca6a9ea9e 19-Jun-2011 Svetoslav Ganov <svetoslavganov@google.com> Updting the MenuItem interface with new APIs

Change-Id: I9064c9b2a4d8d9e32524f242beae39fd6cbb7ea2
/packages/apps/Mms/tests/src/com/android/mms/ui/LongThreadTest.java
b04ed61af191a672662a1c8be915d51939b37a96 01-Jun-2011 Adam Powell <adamp@google.com> Update for framework API change

Change-Id: Id47fae8e4d02d4adb07c757f9869ac116c3356d8
/packages/apps/Mms/tests/src/com/android/mms/ui/LongThreadTest.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/LongThreadTest.java
f2d6ac8b9168adf255449d88fd45c5325b49b3ac 04-Jan-2011 Adam Powell <adamp@google.com> Updated for menu API changes

Change-Id: I863c0a5dadce16e90cfc4a10bea0214e6414e9da
/packages/apps/Mms/tests/src/com/android/mms/ui/LongThreadTest.java
f4a3549367547780f2e04068f9284652256b3976 13-Sep-2010 Adam Powell <adamp@google.com> Update for framework API changes

Change-Id: I97c136743f42ec3ac2f4dfb0c9a0974c0a53b3d3
/packages/apps/Mms/tests/src/com/android/mms/ui/LongThreadTest.java
689c88ca3487af2b18634e427c46f8df65532ef7 29-Jun-2010 Adam Powell <adamp@google.com> Added new MenuItem method to LongThreadTest.AddSubjectMenuItem

Change-Id: I30b52c6ebbaca03b43dceb960b06d59fb995b562
/packages/apps/Mms/tests/src/com/android/mms/ui/LongThreadTest.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/ui/LongThreadTest.java