summaryrefslogtreecommitdiff
path: root/src/com/android/mail/utils/ContentProviderTask.java
Commit message (Collapse)AuthorAgeFilesLines
* Check outcome of ContentProviderTask() completion.Vikram Aggarwal2013-02-271-14/+29
| | | | Change-Id: I1ed7bfc0d5ec19fa4ac798af4f3dcb06be953e97
* save/load conversation state, add granular mark unreadAndy Huang2012-07-231-0/+126
Centralize mark read/unread logic in AAC. Restore some conversation view state upon rotation. Clean up code for star/unstar from conversation view. Move most of that logic to AAC. Move transient conversation state from Message into ConversationMessage subclass. Add new AsyncTask for content provider single or batch requests. We should move to using this instead of AsyncQueryHandler or a raw thread. Bug: 6293711 Change-Id: I907a687ef7ff287fece8c90725dbd204a02485e9