History log of /packages/apps/Email/src/com/android/email/provider/EmailConversationCursor.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b4a9c1e302748b3d80924066858d2cdd3a486da1 15-Jul-2014 James Lemieux <jplemieux@google.com> Marking conversations read/unread in the TL removes the snippet text

b/16322573

EmailConversationCursor was not populating the firstUnreadSnippet and
lastSnippet values in ConversationInfo. When they remain null and are
subsequently set as the snippet text, it effectively removes the snippet.

Change-Id: I1c17508bbc8857d00d8678dca4a7ad791dcae049
/packages/apps/Email/src/com/android/email/provider/EmailConversationCursor.java
b3db04b80bd4344a5c69f9c36f9c99fcd03d5bec 15-May-2014 James Lemieux <jplemieux@google.com> Stop EmailProvider from zealously and uselessly notifying of changes

EmailConversationCursor eagerly marks all messages in the current mailbox
as being seen. Most of the time it is a redundant operation, but nothing
prevents the provider from broadcasting notifications and all of the
observers from dutifully reacting to the notification. A good deal of
work is avoided now that we only notify when rows in our database have
actually been altered.

Change-Id: Ie91e6aebaf9c2899510f3818586d582073954d16
/packages/apps/Email/src/com/android/email/provider/EmailConversationCursor.java
e8c4c2226878eb21f958cf7d065e8e5d11df7bf7 10-Apr-2014 Tony Mantler <nicoya@google.com> Enable Empty Trash in Email

Add markContentsSeen() and emptyFolder() to EmailConversationCursor.
Add 'purge folder' URI for delete() call in EmailProvider.

Change-Id: I2f65f877f8f4e8376eb5c2149b5051931c2ac083
/packages/apps/Email/src/com/android/email/provider/EmailConversationCursor.java
0053401d07cd11f19c63dfbc3942d027b4067de8 09-Apr-2014 Tony Mantler <nicoya@google.com> Move EmailConversationCursor out of EmailProvider

Also tidy warnings in EmailProvider

Change-Id: Ib41011cc4b43adf0272be22bc7c054a99ff58309
/packages/apps/Email/src/com/android/email/provider/EmailConversationCursor.java