1. 621b4bd Remove sync_frequencey column on folders. by Mindy Pereira · 12 years ago
  2. 28beb84 Handle errors in syncing. by Mindy Pereira · 12 years ago
  3. c808fac Changed no_sync to be 0 by Paul Westbrook · 12 years ago
  4. bc19a2f Fix back in conversation mode by Vikram Aggarwal · 12 years ago
  5. b8e0a75 Merge "Always watch folder for status updates." by Mindy Pereira · 12 years ago
  6. 5cb0c3e Always watch folder for status updates. by Mindy Pereira · 12 years ago
  7. 49656dc Show conversations in two-pane by Vikram Aggarwal · 12 years ago
  8. 363451a Show spinning when the user is refreshing content. by Mindy Pereira · 12 years ago
  9. 9912eee Switch to use EDIT intent for editing settings by Paul Westbrook · 12 years ago
  10. 15a71a5 Merge "Start showing label list on tablets" by Vikram Aggarwal · 12 years ago
  11. e9a8103 Start showing label list on tablets by Vikram Aggarwal · 12 years ago
  12. 6eb730a Contentobserver. by Mindy Pereira · 12 years ago
  13. 830c00f Add mute/spam. by Mindy Pereira · 12 years ago
  14. f98b318 Seperate undoable ops (destructive) from not undoable (not destructive) by Mindy Pereira · 12 years ago
  15. 343ffeb Add account capability for undo. by Mindy Pereira · 12 years ago
  16. 7ad3b87 Correctly set the text for undo bar actions. by Mindy Pereira · 12 years ago
  17. ddfd9ec Merge "Turn on/ fix undo animations." by Mindy Pereira · 12 years ago
  18. dee311b Turn on/ fix undo animations. by Mindy Pereira · 12 years ago
  19. 57dbf94 Merge "Remove unused AccountRecentLabelSpinner" by Vikram Aggarwal · 12 years ago
  20. 679a8cc Removed deprecated constructor by Paul Westbrook · 12 years ago
  21. cfb0125 Remove unused AccountRecentLabelSpinner by Vikram Aggarwal · 12 years ago
  22. 2a25d0c Two Pane Actionbar fix by Vikram Aggarwal · 12 years ago
  23. b7b33e0 Cancel previous refresh commands; watch folder status changes by Mindy Pereira · 12 years ago
  24. 9ace18a Add account/folder status columns by Marc Blank · 12 years ago
  25. 2861b6a Settings uri by Paul Westbrook · 12 years ago
  26. 28e0c34 Hookup refresh button. by Mindy Pereira · 12 years ago
  27. efc9f12 Make the fragment's constructor public by Paul Westbrook · 12 years ago
  28. 9732bdc Prevent crash when account list isn't loaded by Paul Westbrook · 12 years ago
  29. bd6c1d3 Make Actionbar aware of capabilities by Vikram Aggarwal · 12 years ago
  30. 2175d0a Start tying in fragments to Viewmode changes by Vikram Aggarwal · 12 years ago
  31. 7a1017c Missed field in boot sequence. by Mindy Pereira · 12 years ago
  32. 652e8b4 Merge "Add status uri for entire account." by Mindy Pereira · 12 years ago
  33. dacfdcc Delete unused activities. by Mindy Pereira · 12 years ago
  34. 9600dac Add status uri for entire account. by Mindy Pereira · 12 years ago
  35. 7752864 Add status uri to folders. by Mindy Pereira · 12 years ago
  36. 499531a Merge "Add refreshUri to folders." by Mindy Pereira · 12 years ago
  37. 9c00210 Add refreshUri to folders. by Mindy Pereira · 12 years ago
  38. 674afa4 clear undo when tap outside of it in any screen. by Mindy Pereira · 12 years ago
  39. 854b74b Merge "Use LoaderManager for account changes" by Vikram Aggarwal · 12 years ago
  40. 7dedb95 Use LoaderManager for account changes by Vikram Aggarwal · 12 years ago
  41. 2c47a11 Show unread count for folders. by Mindy Pereira · 12 years ago
  42. 465d03d Show a special collapsed asset icon when a folder has children; use CursorLoader by Mindy Pereira · 12 years ago
  43. 8e91572 Take loading of messages associated with a conv off the ui thread. by Mindy Pereira · 12 years ago
  44. 609480e Get loading folders/conversations off the ui thread. by Mindy Pereira · 12 years ago
  45. f9d8719 Catch exceptions on unregistering observer by Marc Blank · 12 years ago
  46. b600a83 Allow multiple ConversationListeners by Marc Blank · 12 years ago
  47. 7a76ed4 Remove spiner test. by Mindy Pereira · 12 years ago
  48. 3313591 Merge "Remove end to end provider test." by Mindy Pereira · 12 years ago
  49. 9d0bb64 Remove end to end provider test. by Mindy Pereira · 12 years ago
  50. fe06bea Make conversationlistfragment a listener on the conversationcursor. by Mindy Pereira · 12 years ago
  51. 10d8dc9 Merge "Remember to call "start" on the undo runnable." by Mindy Pereira · 12 years ago
  52. ee62fce Remember to call "start" on the undo runnable. by Mindy Pereira · 12 years ago
  53. f5acda4 Make MailActionBar use viewmodes; make sure it gets updated when view mode changes. by Mindy Pereira · 12 years ago
  54. 01668eb Give the test app a more reasonable back stack. by Mindy Pereira · 12 years ago
  55. 9b87568 Add conversation view fragment. by Mindy Pereira · 12 years ago
  56. 0825efd Fix up conversation label change logic. by Mindy Pereira · 12 years ago
  57. 555140c Make it possible to drill into folders and see conversations. by Mindy Pereira · 12 years ago
  58. c7d201d Remove unused hashmap and recycle animating views. by Vikram Aggarwal · 12 years ago
  59. b7d071b Use replace when moving into a folder hierarchy instead of add. by Mindy Pereira · 12 years ago
  60. 28d5f72 Make a folder list fragment. Hook into Viki's app. by Mindy Pereira · 12 years ago
  61. f645288 Show all folders for an account. by Mindy Pereira · 12 years ago
  62. ead74e4 Merge "use a SparseArray instead of integer hashmap" by Andy Huang · 12 years ago
  63. febeb5f Correctly add/ remove stars mark read/unread based on what is selected. by Mindy Pereira · 12 years ago
  64. 4f166de Dont delete conversations automatically after a label change. by Mindy Pereira · 12 years ago
  65. e14ca5e use a SparseArray instead of integer hashmap by Andy Huang · 12 years ago
  66. cd8bf0a Allow RestrictedActivity to return the context of the activity. by Vikram Aggarwal · 12 years ago
  67. 67d7572 Make sure we check the correct initial folder(s) by Mindy Pereira · 12 years ago
  68. d247dc9 Allow batch selection of conversations. by Vikram Aggarwal · 12 years ago
  69. 293ee68 Make sure we check the correct initial folder(s) by Mindy Pereira · 12 years ago
  70. 7228485 Merge "Fix the incorrect cursor column lookup." by Vikram Aggarwal · 12 years ago
  71. dde58f4 Fix the incorrect cursor column lookup. by Vikram Aggarwal · 12 years ago
  72. f319688 Use a cursor loader for account list by Paul Westbrook · 12 years ago
  73. bfe41fe Send notifications of account list changes by Paul Westbrook · 12 years ago
  74. f8502fb Merge "Show Conversation Lists" by Vikram Aggarwal · 12 years ago
  75. 80aeac5 Show Conversation Lists by Vikram Aggarwal · 12 years ago
  76. 77177b1 Start of restructuring to allow overlays include subset of providers by Paul Westbrook · 12 years ago
  77. e7a2422 Merge "Close conversation cursor when changing convo lists" by Marc Blank · 12 years ago
  78. 7ac01cc Close conversation cursor when changing convo lists by Marc Blank · 12 years ago
  79. 92955aa Merge "Return ActivityController object from MailActivity." by Vikram Aggarwal · 12 years ago
  80. b3e8283 Merge "Start of unit tests for ConversationCursor/Provider" by Marc Blank · 12 years ago
  81. 7d60288 Return ActivityController object from MailActivity. by Vikram Aggarwal · 12 years ago
  82. 248b1b4 Start of unit tests for ConversationCursor/Provider by Marc Blank · 12 years ago
  83. 26d1fba Merge "Cleanup/ refactor apply/remove folder dialogs." by Mindy Pereira · 12 years ago
  84. 41b1c8d Cleanup/ refactor apply/remove folder dialogs. by Mindy Pereira · 12 years ago
  85. 07edbc3 Merge "Change ActionBar to allow reading real accounts." by Vikram Aggarwal · 12 years ago
  86. 8b15263 Change ActionBar to allow reading real accounts. by Vikram Aggarwal · 12 years ago
  87. e234cb1 Setup multi folder select dialog. by Mindy Pereira · 12 years ago
  88. 5d36376 Merge "Refactor the change folder dialog." by Mindy Pereira · 12 years ago
  89. dcb59f1 Merge "Fix typo on update/delete code" by Marc Blank · 12 years ago
  90. f3dfb15 Refactor the change folder dialog. by Mindy Pereira · 12 years ago
  91. 995fff5 Fix typo on update/delete code by Marc Blank · 12 years ago
  92. d7a12cd Create TwoPaneLayout from TriStateSplitLayout by Vikram Aggarwal · 12 years ago
  93. 3b2d913 New animation for delete and undo of delete by Marc Blank · 12 years ago
  94. f45a635 If the user presses cancel when moving a conversation, do nothing. by Mindy Pereira · 12 years ago
  95. 72d825c Check the CAN_ACCEPT_MOVED_MESSAGES flag in move dialog... by Marc Blank · 12 years ago
  96. 3f1eb85 Add nicer undo support and some debug logging by Marc Blank · 12 years ago
  97. 13e53db Remove erroneous throw by Marc Blank · 12 years ago
  98. ce53818 Support string updates & update-with-local-delete by Marc Blank · 12 years ago
  99. 36b6c8b Add Folder_LIST column to conversation. Fix build. by Mindy Pereira · 12 years ago
  100. 5d4647f Merge "Describe account capabilities" by Vikram Aggarwal · 12 years ago