1. b041d9e Email: add Email runtime permission issue checked by juwei · 7 years ago
  2. 29260c1 Migrate packages/apps/Email to androidx.test by Brett Chabot · 6 years ago
  3. 0bbc136 AOSP/Email - Added WidgetService#isWidgetSupported to check if widgets are supported on the device and avoid calling AppWidgetManager#getInstance if not supported to avoid NullPointerException. by Raman Tenneti · 6 years ago
  4. 84c700f Email: Fix StoreTests by Andreas Gampe · 7 years ago
  5. 058d400 EmailTests: Use language level consistent with SDK version. by Tobias Thierer · 7 years ago
  6. f1b6b3a Old paper clip asset is removed, which touches a test case here. by James Lemieux · 10 years ago
  7. bb68c13 Changes to support smaller email tombstone apk size by Paul Westbrook · 10 years ago
  8. 8f0f19c Remove unused resources by Paul Westbrook · 10 years ago
  9. d37ca26 Clean up proguard test flags file by Paul Westbrook · 10 years ago
  10. 8f5ca5a Rename AccountSettings to EmailPreferenceActivity by Tony Mantler · 10 years ago
  11. 8c03e2a Remove direct entry points to AccountSettings by Tony Mantler · 10 years ago
  12. 9fc5b8d Fix build. by Andrew Sapperstein · 10 years ago
  13. 88580cd Merge "Unify settings activity" into ub-mail-master by Tony Mantler · 10 years ago
  14. 06415a6 Unify settings activity by Tony Mantler · 10 years ago
  15. 3d16e5d Move over to the new AttachmentService. by Anthony Lee · 10 years ago
  16. ff52eef Revamp logging & remove the threading around downloads. by Anthony Lee · 10 years ago
  17. 9250f47 Unit Tests for serialization of Account and HostAuth objects by James Lemieux · 10 years ago
  18. 39e3bd6 Some more cleanup and code rearrangement & added unit tests for ServiceCallback. by Anthony Lee · 10 years ago
  19. 4ce1fc7 Disambiguate settings intents by Tony Mantler · 10 years ago
  20. 5021265 Merge "Test encode/decode of attachments" into ub-mail-master by Tony Mantler · 10 years ago
  21. 5a93b8f Test encode/decode of attachments by Tony Mantler · 10 years ago
  22. a72a122 Factored out Watchdog code and cleaned up other stuff. by Anthony Lee · 10 years ago
  23. 9b8dafe Add test for HostAuth parceling by Tony Mantler · 10 years ago
  24. 82a2071 Move account backup/restore to userdata in AccountManager by Tony Mantler · 10 years ago
  25. 825aa02 Merge "Introduction of DownloadQueue and associated tests." into ub-mail-master by Anthony Lee · 10 years ago
  26. 2f97a7c Clean up unused code and warnings in Account by Tony Mantler · 10 years ago
  27. 0e49862 Introduction of DownloadQueue and associated tests. by Anthony Lee · 10 years ago
  28. 2f28886 Fetch email bodies using ContentResolver#openInputStream by Tony Mantler · 10 years ago
  29. 9a80ffc Handle attachment filenames with % characters by Tony Mantler · 10 years ago
  30. 2fc1308 Parse abbreviated date fields by Jay Shrauner · 10 years ago
  31. 988d2b6 Fix Exchange crash when parsing abbreviated dates by Jay Shrauner · 10 years ago
  32. 3c73a04 Continue purging the unused reply parts by Tony Mantler · 10 years ago
  33. f0db9ce Clean up LegacyConversions by Tony Mantler · 10 years ago
  34. 845db97 Fix some missed class renames by Tony Mantler · 10 years ago
  35. 3dd8572 Cleanup in EmailContent by Tony Mantler · 10 years ago
  36. c83366c Fix some crashes and misbehavior with account settings screens by Tony Mantler · 10 years ago
  37. 5057d6d Replying to a Message with an encoded email address shows the encoded address in the to field. by James Lemieux · 11 years ago
  38. 38f9991 Fix IMAP message upsync to include attachments. by Tony Mantler · 11 years ago
  39. 4527444 Fix broken tests and remove dead code by Tony Mantler · 11 years ago
  40. 951eb08 Fix tests by Tony Mantler · 11 years ago
  41. 76472ae Merge setup fragments under a single activity by Tony Mantler · 11 years ago
  42. c5685ba Fix tests by Tony Mantler · 11 years ago
  43. 5f72d21 Add a placeholder flaky test. by Brett Chabot · 11 years ago
  44. 695c77e Convert Email tests to use android-support-tests by Brett Chabot · 11 years ago
  45. 3555dc0 Add @SmallTest annotation to test classes so they get run in continuous by Jerry Xie · 11 years ago
  46. 10c7412 Fix some broken tests by Martin Hibdon · 11 years ago
  47. 822f17d Merge "Mark otherwise unused method as @VisibleForTesting" into ub-mail-master by Tony Mantler · 11 years ago
  48. feeb1e3 Mark otherwise unused method as @VisibleForTesting by Tony Mantler · 11 years ago
  49. ad94ecc Fix account setup test by Martin Hibdon · 11 years ago
  50. b4bf6ba comment out broken unit tests in Email by Anthony Lee · 11 years ago
  51. 1fa3034 Eliminate redundant methods in Address class by James Lemieux · 11 years ago
  52. 7e4daec Merge AccountSetupNames and AccountSetupOptions by Tony Mantler · 11 years ago
  53. 877825c Deduplicate Address class by Tony Mantler · 11 years ago
  54. 7037a0b Disable, suppress, remove broken and obsolete Email tests by Jerry Xie · 11 years ago
  55. 9c8c471 Convert SetupData into a retained fragment by Tony Mantler · 11 years ago
  56. d241290 Add makefile for EmailTests by Jerry Xie · 11 years ago
  57. 17d3a29 Get Email units to compile by Jerry Xie · 11 years ago
  58. bc8bc05 During upgrade, ignore protocols whose strings don't change. by Yu Ping Hu · 11 years ago
  59. 2ed113c Foreign characters may be letters and digits, but they're not allowed in Uri/Url schemes by Tony Mantler · 11 years ago
  60. 5dcb447 Moved some stuff from Email to Unified. by Andrew Sapperstein · 11 years ago
  61. c6953b7 Reimplement QuickResponse support by Tony Mantler · 11 years ago
  62. afe097f Simplify account reconciliation. by Yu Ping Hu · 11 years ago
  63. aa0ca16 Remove references to account mailbox. by Yu Ping Hu · 11 years ago
  64. 560bfad Unify LogTag by Scott Kennedy · 11 years ago
  65. 6be411e Refactoring to support eml viewer in UnifiedEmail. by Andrew Sapperstein · 11 years ago
  66. 4fd97a3 Fix SMTP RFC violation for better interoperability by Jack Bates · 13 years ago
  67. 8e2c405 Clean up dead code. Should be a no-op for functionality. by Yu Ping Hu · 12 years ago
  68. 7fdde9b Cache column name/indexes so we can use getColumnIndex() by Scott Kennedy · 12 years ago
  69. f999792 Change Email vibrate setting from tri-state to checkbox by Scott Kennedy · 12 years ago
  70. e714bb9 Convert authorities, intents, and account manager types by Marc Blank · 12 years ago
  71. c5afb16 Add a bunch of stuff missed earlier by Marc Blank · 12 years ago
  72. f419287 DO NOT MERGE: Move emailcommon2 sources to emailcommon by Marc Blank · 12 years ago
  73. 83adfb9 Continue generalization of account setup by Marc Blank · 12 years ago
  74. 323eea8 Don't use a repeating alarm for AttachmentDownloadService by Marc Blank · 12 years ago
  75. 03cd728 Revert to old Email app by Marc Blank · 12 years ago
  76. ebb7961 Move account delete logic to EmailProvider by Marc Blank · 13 years ago
  77. bf5caf9 Notify by mailbox, rather than account by Marc Blank · 13 years ago
  78. 9227dbb Add back attachment loading callbacks for IMAP by Marc Blank · 13 years ago
  79. 4f813fb Convert POP3 to service by Marc Blank · 13 years ago
  80. 63d60d9 Split EmailProvider into two classes (and about time) by Marc Blank · 13 years ago
  81. f20f3e2 am 56d6f4a6: Merge "Style cleanup in email message header to make it more like Gmail" into ics-mr1 by Andy Huang · 13 years ago
  82. 358a815 Style cleanup in email message header to make it more like Gmail by Andy Huang · 13 years ago
  83. 2736c1a Rewrite of security policy handling and service code by Marc Blank · 13 years ago
  84. 8919237 Merge "Fix findExistingAccount to treat underscore properly" by Marc Blank · 13 years ago
  85. 0ff0e15 Fix findExistingAccount to treat underscore properly by Marc Blank · 13 years ago
  86. 4149576 Delete stale test. by Ben Komalo · 13 years ago
  87. 513486c Fix per account starred mailboxes. by Ben Komalo · 13 years ago
  88. faf9ecc Enforce "auto-sync app data" setting for POP3/IMAP by Marc Blank · 13 years ago
  89. 002a180 Prevent flicker in opening Email. by Ben Komalo · 13 years ago
  90. 1b65e83 Allow multiple wildcards in providers.xml; add hotmail domains by Marc Blank · 13 years ago
  91. 32bed4b Fix unit tests. by Ben Komalo · 13 years ago
  92. 0e6a521 Move IntentUtils to emailcommon. by Ben Komalo · 13 years ago
  93. cb1d65c Fix mailbox finding and unit tests. by Ben Komalo · 13 years ago
  94. 23a4b15 Fix notification issues. by Ben Komalo · 13 years ago
  95. 81a1534 Remove "Move" action on POP. by Ben Komalo · 13 years ago
  96. 1ecfb53 Remove illegal references to IsolatedContext by Ben Komalo · 13 years ago
  97. 4e4aba9 Clean up account reconciliation by Marc Blank · 13 years ago
  98. e71a19a Build default mailboxes for POP3 by Ben Komalo · 13 years ago
  99. 3c4061a Merge "Filter out inbox from recent mailboxes" by Ben Komalo · 13 years ago
  100. 0932da3 Filter out inbox from recent mailboxes by Ben Komalo · 13 years ago