1. c604138 Merge "Log stack traces if apply() called off of ui thread" by Marc Blank · 12 years ago
  2. 90fc0ff Default to showing checkboxes as we have issue around settings not being there on orientaiton changes. by Mindy Pereira · 12 years ago
  3. 547daf3 Log stack traces if apply() called off of ui thread by Marc Blank · 12 years ago
  4. b18512b Merge "support message header collapsing" by Andy Huang · 12 years ago
  5. c754357 support message header collapsing by Andy Huang · 12 years ago
  6. ad6a275 Fix logging by Paul Westbrook · 12 years ago
  7. 0dfc575 Merge "Improve swipe mechanics." by Mindy Pereira · 12 years ago
  8. cff4a2b Improve swipe mechanics. by Mindy Pereira · 12 years ago
  9. 94c94de Preserve settings on orientation changes by Vikram Aggarwal · 12 years ago
  10. f07269f When there is no swipe, use a different touch handler. by Mindy Pereira · 12 years ago
  11. 9b1026f Fix NPE when restoring from Add account screen by Vikram Aggarwal · 12 years ago
  12. a8421dd Merge "Clear selection set when viewing messages on one-pane" by Vikram Aggarwal · 12 years ago
  13. e128fc2 Clear selection set when viewing messages on one-pane by Vikram Aggarwal · 12 years ago
  14. 05db491 Merge "Show "Folder settings" based on capabilities" by Marc Blank · 12 years ago
  15. edcab01 Show "Folder settings" based on capabilities by Marc Blank · 12 years ago
  16. d3651a6 Override getItemId/getItem in AnimatedAdapter to account for the footer. by Mindy Pereira · 12 years ago
  17. e6fe251 Merge "Add flag for folder settings support" by Marc Blank · 12 years ago
  18. a835205 Add flag for folder settings support by Marc Blank · 12 years ago
  19. 312a0da Merge "Remove hack to enable INFO logs" by Paul Westbrook · 12 years ago
  20. a543c3e Make sure we load settings even when searching. by Mindy Pereira · 12 years ago
  21. b949f27 We don't seem to have settings in search. by Mindy Pereira · 12 years ago
  22. c6f1e2a Make sure we put the contents of a message in the message. by Mindy Pereira · 12 years ago
  23. b6b174f Respect hide checkboxes; tap and hold to add to CAB group by Mindy Pereira · 12 years ago
  24. 1ba44b9 Remove hack to enable INFO logs by Paul Westbrook · 12 years ago
  25. f6b6ce7 Merge "If provider doesn't support archive, turn off swipe." by Mindy Pereira · 12 years ago
  26. a46a57f This is part of why the unread count isn't updating. by Mindy Pereira · 12 years ago
  27. ff9aff3 If provider doesn't support archive, turn off swipe. by Mindy Pereira · 12 years ago
  28. 5b7b3ab Read the current conversation by Vikram Aggarwal · 12 years ago
  29. 70f130e Use existing methods for search, and get authority from resources by Vikram Aggarwal · 12 years ago
  30. 529d854 Fix crash when unmarshalling Account by Vikram Aggarwal · 12 years ago
  31. c67182d Capture current conversation correctly. by Vikram Aggarwal · 12 years ago
  32. 22c267c Merge "Respect default replyall setting." by Mindy Pereira · 12 years ago
  33. 3580f1c Fix monkey NPE by Paul Westbrook · 12 years ago
  34. 4c232e1 Respect default replyall setting. by Mindy Pereira · 12 years ago
  35. a1e6fd8 Merge "Focus the correct field when composing messages." by Mindy Pereira · 12 years ago
  36. 433b198 Focus the correct field when composing messages. by Mindy Pereira · 12 years ago
  37. f899e93 Merge "No need to load the inbox if we already have a folder." by Mindy Pereira · 12 years ago
  38. 4efdbe6 No need to load the inbox if we already have a folder. by Mindy Pereira · 12 years ago
  39. 6fb9574 Add the suggestion authority to string constants by Vikram Aggarwal · 12 years ago
  40. 441ae2a Turn off recycler for list items. by Mindy Pereira · 12 years ago
  41. 1482945 Merge "Use the correct item animating height depending on view, device" by Mindy Pereira · 12 years ago
  42. 2675dbc Pass current Account when "touching" a folder by Marc Blank · 12 years ago
  43. 4022889 Use the correct item animating height depending on view, device by Mindy Pereira · 12 years ago
  44. 6a62146 Correct authority for suggestions provider by Vikram Aggarwal · 12 years ago
  45. c203197 Update logic for what to fill in when composing messages/ drafts. by Mindy Pereira · 12 years ago
  46. 24b2641 move some tests to Unified by Andy Huang · 12 years ago
  47. f0e95c3 bottom-aligned attachments by Andy Huang · 12 years ago
  48. e3d3679 Handle refresh cancel properly in CC using AsyncTask by Marc Blank · 12 years ago
  49. 8a59a02 Checked resId > 0; 0 is null by Mindy Pereira · 12 years ago
  50. 95e3b7a ParseInt not parseColor by Mindy Pereira · 12 years ago
  51. c796887 Add shortcuts for email/ gmail by Mindy Pereira · 12 years ago
  52. 7bdc375 building blocks for bottom-aligned attachments by Andy Huang · 12 years ago
  53. 7c2919e Merge "Remove red flashing" by Paul Westbrook · 12 years ago
  54. b5f1391 Merge "Refresh adapter after sync()" by Marc Blank · 12 years ago
  55. 4cb1ac2 Remove red flashing by Paul Westbrook · 12 years ago
  56. 7c9f6ac Refresh adapter after sync() by Marc Blank · 12 years ago
  57. 069697b Merge "Re-enable swipe." by Mindy Pereira · 12 years ago
  58. 93a009c Add support for folder icons, where defined by Marc Blank · 12 years ago
  59. 866d319 Re-enable swipe. by Mindy Pereira · 12 years ago
  60. 97fd47c Merge "Use "," as a recipients divider." by Mindy Pereira · 12 years ago
  61. bd10db7 Merge "The separator char for addresses is "," not "\n"" by Mindy Pereira · 12 years ago
  62. 048b5c8 Use "," as a recipients divider. by Mindy Pereira · 12 years ago
  63. dde8fd4 The separator char for addresses is "," not "\n" by Mindy Pereira · 12 years ago
  64. 4f0eaec Change to allow LogUtils to be extended by Paul Westbrook · 12 years ago
  65. 03ee971 Fix money NPE by Paul Westbrook · 12 years ago
  66. 66bee6e Only animate deletions if at least one item on screen is deleted by Marc Blank · 12 years ago
  67. 82cfa25 Merge "fix CAB mode not working when launched from widget/notification" by Andy Huang · 12 years ago
  68. 4556a44 fix CAB mode not working when launched from widget/notification by Andy Huang · 12 years ago
  69. 8a558bf Temporarily enabled INFO log messages by default by Paul Westbrook · 12 years ago
  70. c9239a5 Import translations. DO NOT MERGE by Eric Fischer · 12 years ago
  71. 366d9e4 Make sure to close cursor by Paul Westbrook · 12 years ago
  72. f9cea15 Merge "Don't bother trying to animate things at position -1." by Mindy Pereira · 12 years ago
  73. d39aebd Don't bother trying to animate things at position -1. by Mindy Pereira · 12 years ago
  74. a83e708 Don't show the from spinner for reply/replyall/from by Mindy Pereira · 12 years ago
  75. 489dd22 add more logging to help track down b/6255909 by Andy Huang · 12 years ago
  76. 2b53190 Import translations. DO NOT MERGE by Eric Fischer · 12 years ago
  77. 0c3a11e Merge "Implement clicks on search suggestions by calling the search Intent correctly." by Vikram Aggarwal · 12 years ago
  78. 12a7c04 Implement clicks on search suggestions by calling the search Intent correctly. by Vikram Aggarwal · 12 years ago
  79. c6bd7cc Merge "Add no args constructor for FolderListFragment." by Paul Westbrook · 12 years ago
  80. 767cc37 Merge "Make sure to notify on any changes to sDeletedCount" by Paul Westbrook · 12 years ago
  81. 9311a7a Merge "Don't append signature > once." by Mindy Pereira · 12 years ago
  82. d9c0df9 Merge "Fix NPE with null conversation senders in widget" by Paul Westbrook · 12 years ago
  83. 599e0a7 Merge "Reduce the number of account uri notifications" by Paul Westbrook · 12 years ago
  84. a76e5ae Add no args constructor for FolderListFragment. by Mindy Pereira · 12 years ago
  85. dc8963b Search results header was not showing up. by Mindy Pereira · 12 years ago
  86. b13917c Don't append signature > once. by Mindy Pereira · 12 years ago
  87. e95c7de Reduce the number of account uri notifications by Paul Westbrook · 12 years ago
  88. 9c87fe3 Make sure to notify on any changes to sDeletedCount by Paul Westbrook · 12 years ago
  89. 119adb0 Fix NPE with null conversation senders in widget by Paul Westbrook · 12 years ago
  90. e620a7a Add search suggestions by Vikram Aggarwal · 12 years ago
  91. 8c83bd5 don't delegate touch events to a non-existent fragment by Andy Huang · 12 years ago
  92. c2e52aa Merge "Make the search view flash less in search results." by Mindy Pereira · 12 years ago
  93. 3b39922 Make the search view flash less in search results. by Mindy Pereira · 12 years ago
  94. 0b4f28e Dont try to get recipeints from the account compose intent. by Mindy Pereira · 12 years ago
  95. 3700716 Merge "Import translations. DO NOT MERGE" by Eric Fischer · 12 years ago
  96. 71f7228 Merge "The parent folder should be shown at the top of the list of child folders." by Mindy Pereira · 12 years ago
  97. 56e3f50 The parent folder should be shown at the top of the list of child folders. by Mindy Pereira · 12 years ago
  98. dc99367 Merge "broaden scale rejection to ignore all scales until a touch event" by Andy Huang · 12 years ago
  99. 58af6ac Import translations. DO NOT MERGE by Eric Fischer · 12 years ago
  100. a894247 Filter folders in FolderSelectorDialog by Paul Westbrook · 12 years ago