summaryrefslogtreecommitdiffstats
path: root/src/com/android/mail/browse/ConversationItemViewModel.java
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add folders to conversation item content description" into ub-gmail-ur...Jin Cao2014-10-081-4/+12
|\
| * Add folders to conversation item content descriptionJin Cao2014-10-071-3/+11
* | Speculative fix: ensure avatars are not created with empty email addressesJames Lemieux2014-10-031-3/+8
|/
* Choose thread icon more carefullyJin Cao2014-09-151-6/+45
* Keyboard support for focused stateJin Cao2014-09-021-34/+0
* Remove attachment previews from Conversation ListJames Lemieux2014-07-111-5/+1
* Show "To:<Names>" in sent and outbox index viewsJames Lemieux2014-03-281-5/+11
* Mail in Sent, Drafts and Outbox should show addressees, not sender.James Lemieux2014-02-051-27/+28
* Ad teaser redesign.Andrew Sapperstein2014-01-221-1/+5
* RTL the conversation list and two pane layout.Andrew Sapperstein2014-01-151-22/+0
* ConversationInfo is now always populatedTony Mantler2013-12-091-31/+24
* Preserve advertiser nameScott Kennedy2013-09-031-0/+3
* Ads in conversation listScott Kennedy2013-07-291-2/+5
* Add a new FolderUriScott Kennedy2013-07-161-3/+4
* Attachments in Conversation List: Backend changes so that the appropriateMark Wei2013-07-081-0/+3
* Clean up a bunch of warningsScott Kennedy2013-06-251-20/+18
* try not to grab the conversation cursor mutex on the main threadAndy Huang2013-05-291-9/+3
* Make sender image behave like checkboxesAlice Yang2013-04-241-3/+2
* spring cleaning; implement new conv list redlinesAndy Huang2013-04-081-2/+1
* CleanupScott Kennedy2013-04-051-1/+0
* Remove a bunch of unused methodsScott Kennedy2013-03-211-7/+0
* optimize scroll perfAndy Huang2013-02-261-2/+2
* Sender emails are now available. Use the senders email to lookup their contac...mindyp2013-01-041-0/+10
* Match redlines for new ur8 layout.mindyp2012-12-281-9/+8
* Make it possible to get the emails of senders we want to display photos for.mindyp2012-12-211-1/+3
* Add unread state to end of content description for conv list items.mindyp2012-12-191-1/+3
* Convert rawFolders from String to FolderListAndy Huang2012-12-101-6/+6
* Remove slower ops from onDrawmindyp2012-11-151-6/+0
* reduce allocations: reuse a textview instead of creating a new static layout ...mindyp2012-10-111-6/+0
* Use initial version of the cc cache fix.mindyp2012-10-041-4/+5
* only get content description when accessibility is enabled.mindyp2012-09-281-0/+8
* Use snippet instead of convinfo.mindyp2012-09-111-4/+1
* Adding inbox when in trash is destructive.mindyp2012-09-041-3/+5
* Update accessibility text to make more sense per user feedback.mindyp2012-08-311-6/+23
* Implement workaround for issues in staticlayout.mindyp2012-08-221-0/+3
* New content description string.Mindy Pereira2012-08-161-2/+35
* When we update the folder the user is viewing, clear the items cache.Mindy Pereira2012-08-151-0/+18
* Make sure we take priority into account when deciding whether or not to redraw.Mindy Pereira2012-08-151-13/+6
* Make senders text turn to activated color when subject/ snippet doesMindy Pereira2012-08-101-0/+2
* Fix animation heights.Mindy Pereira2012-08-081-2/+1
* Use objects.hashMindy Pereira2012-08-071-2/+2
* Use priorities to decide who to elide.Mindy Pereira2012-07-311-0/+2
* Make sure we check read state when determining whether to use cached item or ...Mindy Pereira2012-07-311-4/+4
* Since star can change via a user action, don't cache the bitmap.Mindy Pereira2012-07-301-9/+5
* Cache displayable folders.Mindy Pereira2012-07-301-2/+3
* Raw folders may be null for email.Mindy Pereira2012-07-291-0/+3
* Dont allocate the src/dest rectangles at draw time.Mindy Pereira2012-07-291-5/+7
* We weren't using the cached header models correctly.Mindy Pereira2012-07-291-15/+18
* Use cached rawfolders.Mindy Pereira2012-07-271-2/+3
* Add snippet logic when marking read/ unread.Mindy Pereira2012-07-231-1/+1