1. 4473e8c Pass in class loader when unparceling Account by Tony Mantler · 11 years ago
  2. 1bdbfef Change the package name on our HTML parser by Scott Kennedy · 11 years ago
  3. 6d2442b Add some tests for replying to a message by Paul Westbrook · 11 years ago
  4. 2efacc5 Fixed NPE in ComposeActivityTest by Paul Westbrook · 11 years ago
  5. c97ec3e Fix replying from "combined account" by Paul Westbrook · 11 years ago
  6. 3b965d7 Clean up a bunch of warnings by Scott Kennedy · 11 years ago
  7. afb304c Removed unused code. by Andrew Sapperstein · 11 years ago
  8. ff8553f Cleanup by Scott Kennedy · 11 years ago
  9. 1be21f9 fix le build by Andy Huang · 11 years ago
  10. 01c196a Strip out <style> tags when we create notification text by Scott Kennedy · 11 years ago
  11. 9e2d407 Clean up a bunch of warnings by Scott Kennedy · 11 years ago
  12. bd5b522 am 9bb1a07e: Merge "Set MIME type correctly on drafts when content provider does not provide it." into jb-ub-mail-ur8 by Alice Yang · 11 years ago
  13. 013a23c Remove deprecated fields/members by Paul Westbrook · 11 years ago
  14. 8750066 Set MIME type correctly on drafts when content provider does not provide it. by Mark Wei · 11 years ago
  15. d5edd2d Move notifications to UnifiedEmail by Scott Kennedy · 12 years ago
  16. d038adc am 820efb0f: Merge "Cache column name/indexes so we can use getColumnIndex()" into jb-ub-mail-ur8 by Scott Kennedy · 11 years ago
  17. 384b8de Cache column name/indexes so we can use getColumnIndex() by Scott Kennedy · 11 years ago
  18. d5fd046 Prevent the leaking of an IntentReceiver by Scott Kennedy · 12 years ago
  19. 17bc02b Fix build by Vikram Aggarwal · 12 years ago
  20. 69495b0 Reduce time it takes to render a conversation item by mindyp · 12 years ago
  21. 572494a Fix build by mindyp · 12 years ago
  22. 6d11c8f Sender emails are now available. Use the senders email to lookup their contact photo. by mindyp · 12 years ago
  23. 88acafa Make it possible to get the emails of senders we want to display photos for. by mindyp · 12 years ago
  24. d974026 fix build by mindyp · 12 years ago
  25. 351ad4e use parcel intermediate format for ConversationInfo by Andy Huang · 12 years ago
  26. 12ec6a3 am 74832489: Merge "sanitize user input in Conversation/MessageInfo" into jb-ub-mail by Andy Huang · 12 years ago
  27. d54fb4c Merge "Fix the failing test case." into jb-ub-mail-ur8 by mindyp · 12 years ago
  28. 71ac49c Fix the failing test case. by mindyp · 12 years ago
  29. 65b06f5 Fixup compose test cases. by mindyp · 12 years ago
  30. a88fbba sanitize user input in Conversation/MessageInfo by Andy Huang · 12 years ago
  31. 263a0af Tests around replying to a thread your account started by mindyp · 12 years ago
  32. 8960f0a Maintain to/cc/bcc state on rotation by Scott Kennedy · 12 years ago
  33. fe8557b Add missed cases to custom from address logic. by mindyp · 12 years ago
  34. fe173e9 Fix build. by mindyp · 12 years ago
  35. cd94cf3 Fix build by mindyp · 12 years ago
  36. a489ac6 Fix build. by Mindy Pereira · 12 years ago
  37. b1cbb89 Use priorities to decide who to elide. by Mindy Pereira · 12 years ago
  38. cecc54a Custom from updates by Mindy Pereira · 12 years ago
  39. 9c0a2b7 Fix build. by Mindy Pereira · 12 years ago
  40. d8e5ff4 De-dupe senders; show the second occurance of a sender. by Mindy Pereira · 12 years ago
  41. e91143d Fix build by Mindy Pereira · 12 years ago
  42. 61cea95 Truncate hierarchical folders. by Mindy Pereira · 12 years ago
  43. b334c90 Changes to support different Log tags by Paul Westbrook · 12 years ago
  44. bddd6f3 More test cases for switching modes; now with attachments. by Mindy Pereira · 12 years ago
  45. b3112a2 More test cases for switching modes. by Mindy Pereira · 12 years ago
  46. 1883b34 Add custom from checks. by Mindy Pereira · 12 years ago
  47. feae620 Remove useage of non-public library by Paul Westbrook · 12 years ago
  48. bf232c3 Major refactor of ConversationCursor by Paul Westbrook · 12 years ago
  49. 8abf8b0 Fix build. by Mindy Pereira · 12 years ago
  50. 65fe28f optimize low-hanging fruit found using traceview by Andy Huang · 12 years ago
  51. 92551d0 Custom froms. by Mindy Pereira · 12 years ago
  52. 24b2641 move some tests to Unified by Andy Huang · 12 years ago
  53. ee08d9b Fix unit test build by Marc Blank · 12 years ago
  54. bc23b60 Fix build by Paul Westbrook · 12 years ago
  55. 1eb5f96 cross-project refactoring by Andy Huang · 12 years ago
  56. cfb7f33 Store URI's in Uri instead of String. by Mindy Pereira · 12 years ago
  57. a831b2f Use a constructor to create a provider object. by Mindy Pereira · 12 years ago
  58. 4fa3061 Show the list of conversations for the folder selected in the widget. by Mindy Pereira · 12 years ago
  59. 9ace18a Add account/folder status columns by Marc Blank · 12 years ago
  60. c4b4223 Fix build that used non-final account vars. by Mindy Pereira · 12 years ago
  61. 248b1b4 Start of unit tests for ConversationCursor/Provider by Marc Blank · 12 years ago
  62. fa131a2 Make ViewMode focussed and small. by Vikram Aggarwal · 12 years ago
  63. 91d8d26 Remove view mode enum and add tests by Vikram Aggarwal · 12 years ago
  64. 4401c90 Parse addresses for senders display names. Move attachment joined string parsing to provider. by Mindy Pereira · 13 years ago
  65. f944e96 Handle attachments on sent messages. by Mindy Pereira · 13 years ago
  66. 3ce64e7 Create parcelable message. by Mindy Pereira · 13 years ago
  67. f2b71bb Even more compose tests. by Mindy Pereira · 13 years ago
  68. 1666816 More recipient tests for reply/reply all/ fwd. by Mindy Pereira · 13 years ago
  69. 818143e Add compose tests. by Mindy Pereira · 13 years ago
  70. 82cc566 Setup send / save. by Mindy Pereira · 13 years ago
  71. 33fe908 Pass the account around instead of just hte account name. by Mindy Pereira · 13 years ago
  72. 30e2c24 rename unified email's package name to com.android.mail by Andy Huang · 13 years ago
  73. 5de96f9 Fix test cases. by Mindy Pereira · 13 years ago
  74. 3570cc2 Remove deprecated isValidAddress code; merge in helper methods from gmail code base. by Mindy Pereira · 13 years ago
  75. fa7ef6e Make the browse item view properly show if a conversation has attachments. by Mindy Pereira · 13 years ago
  76. f30cc09 Added attachments to ui provider. by Mindy Pereira · 13 years ago
  77. a140607 Create initial connection from folder -> conversations -> messages. by Mindy Pereira · 13 years ago
  78. 750cc73 Add hierarchy to folders. by Mindy Pereira · 13 years ago
  79. 3a565bf First stab at building out folders. by Mindy Pereira · 13 years ago
  80. 9a9d0c5 Move mock provider to mock providers directory. by Mindy Pereira · 13 years ago
  81. 82ea6da Start of UI provider by Paul Westbrook · 13 years ago
  82. 0b2aaf4 Initial build and manifest files. This creates an app that does nothing. by Mindy Pereira · 13 years ago
  83. 582d19e Initial directory structure for UnifiedEmail by Mindy Pereira · 13 years ago