History log of /packages/apps/Mms/src/com/android/mms/transaction/SmsSingleRecipientSender.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
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/src/com/android/mms/transaction/SmsSingleRecipientSender.java
4020be563f457ed2251b43928f14770246c886a2 11-Feb-2010 Tom Taylor <tomtaylor@google.com> Fix double display of outgoing messages

Prior to this fix, sending an SMS message would put the message
in the SMS table marked as pending. As the message was pulled off the queue
to be sent, a duplicate message was added to the SMS table and marked
as "outbox". Then the pending message was deleted out of the same table.
Meanwhile, the UI responded to these DB changes and momentarily flashed
two copies of the outgoing message in the ComposeMessageActivity. With
this change, we only keep a single copy of the message in the SMS table and
simple change the column value from pending to outbox. The result is a
lot less DB churn and a much smoother UI when sending an SMS. Tested with
short SMS messages and long, multi-part messages.

Change-Id: Iaad4f7a9732d79786b50aa19428f51bfec002d4a
/packages/apps/Mms/src/com/android/mms/transaction/SmsSingleRecipientSender.java
fd644551e8506266aad2b76463b51b44154ed62f 29-Jan-2010 Tom Taylor <tomtaylor@google.com> Update refs now that MMS is removed

Move MMS to mms-common library. Update imports.

Change-Id: I28fa24a68c27977eba58cb62f2667596d3abe2c4
/packages/apps/Mms/src/com/android/mms/transaction/SmsSingleRecipientSender.java
52b0fc717011d84dd25c1e88998eaae97c8161a8 13-Jan-2010 Bai Tao <michaelbai@google.com> Sending message one by one
/packages/apps/Mms/src/com/android/mms/transaction/SmsSingleRecipientSender.java