History log of /packages/apps/Mms/src/com/android/mms/ui/ConversationListItem.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fe0faf65c654a87d4d5de8d87713364fcf786a3f 19-Oct-2011 Tom Taylor <tomtaylor@google.com> Can't add smiley to subject

Bug 5453810. Bug 3382512
If you use the menu to add a smiley when the subject editor has the focus,
the smiley will be added to the message body instead. That's now fixed.
Smiley icons are now displayed in the ConversationList and in the
subject of messages. The nose-less smiley icon :) is now parsed as
"happy" like it is in Talk.

Change-Id: I2685fd7946881aceb89617cf54c4de0b5a17650e
/packages/apps/Mms/src/com/android/mms/ui/ConversationListItem.java
166dba309da89b5b94e32415ef9529fb2cd7cfed 20-Sep-2011 Peter Ng <petergng@google.com> Pressed states updated and hairline added to compose box and rearrangement of textcounter

Bug: 5056106
Change-Id: I85619bd368e97c1c7c8ae4c07e6b7a7faa4952bf
/packages/apps/Mms/src/com/android/mms/ui/ConversationListItem.java
ebbce7d444da4973769756d86a3f9b9f00277844 31-Aug-2011 Tom Taylor <tomtaylor@google.com> Merge "Conversation list/roster message count should remove parentheses and be colored #66333333"
a1bc3d0cb872052b52e070ac12da809fee018658 31-Aug-2011 Tom Taylor <tomtaylor@google.com> Conversation list/roster message count should remove parentheses and be colored #66333333

Bug 5238224

Change-Id: I582c2b1e1d26ed7bc7d8fab449c7623663427be2
/packages/apps/Mms/src/com/android/mms/ui/ConversationListItem.java
1e3af2fe548e2eed18c48048b2db54865f879966 30-Aug-2011 Peter Ng <petergng@google.com> Visual tweaks to mms and ic updates

-fixed erroneous space
-list item send now has a 1px divider now also

-Draft is now pointing to color red and using a single space unicode space
-compose box is now 48dp min height
-hr bar is now 1px not 1dp and text)harline is ccc
-paperclip, phone,
-added assets for avatar overlays
-font sizes go down to 16sp in message recv and send and compose activity

Change-Id: I28b90b5aea53335df945c3999d304a3233fa9921
/packages/apps/Mms/src/com/android/mms/ui/ConversationListItem.java
f9d706cfd0c46a74ba3d79e5543f13a225328d30 18-Aug-2011 Tom Taylor <tomtaylor@google.com> In multi-select mode, show a custom background

Harder than it seems! Only the ListView knows which items are
checked. The adapter doesn't know anything about list items.
The common bridge is the Conversation. Also, get rid of a useless
class of indirection, the ConversationListItemData. Bug 5151185

Change-Id: If263c95a32ddb9ac565355aac3fc58ad5e3ddacd
/packages/apps/Mms/src/com/android/mms/ui/ConversationListItem.java
3fb271abe0c478d0ea8432830589774182079c86 30-Jun-2011 Tom Taylor <tomtaylor@google.com> New UI look for Messaging

Changes include left and right avatars for sender/recipient in
message items, an icon (instead of text) for the send button.

Change-Id: I4a112ee656a38476a5238d680b59bf6c52dfa2ca
/packages/apps/Mms/src/com/android/mms/ui/ConversationListItem.java
eebe87d4b8c5789429d0e1bc4392fd251a4eeb4c 18-May-2011 Tom Taylor <tomtaylor@google.com> Fix multiselection to work with read/unread backgrounds

The multiselection background needs to be combined with
the ConversationListItem custom backgrounds we use to show
read/unread threads.

Change-Id: Id6a2bf8003813ec094193877b08073360034c24a
/packages/apps/Mms/src/com/android/mms/ui/ConversationListItem.java
b51ea8318ca2e4019b666d938e3e7efdf6e643b3 13-May-2011 Tom Taylor <tomtaylor@google.com> Multi-select conversation delete

Change-Id: I78748c9881733caea18239e4bd807e7a0c2ae4bf
/packages/apps/Mms/src/com/android/mms/ui/ConversationListItem.java
5c692bf6ab8df5145f377a2adb769d085500d91a 02-Feb-2010 Tom Taylor <tomtaylor@google.com> Update ConversationList backgrounds

Now going with a light background theme, instead of a dark one.
Take the opportunity to rename several files to names that are
more standard across Android apps. This will make it easier to
find the listitems that belong to the conversation list. The old
names always trip up those browsing the sources for the first, second,
and tenth times. Fixes bug 2406873.
/packages/apps/Mms/src/com/android/mms/ui/ConversationListItem.java