1. f446928 Email: Starred and Unread mail desktop widget can't update in time. by weitan · 7 years ago
  2. 9573510 Set the package name in intents from the widget by Martin Hibdon · 10 years ago
  3. c9e00fc Sending a mail to self crashes gmail by James Lemieux · 10 years ago
  4. 418f385 Display compose button on header along with folder. by Rohan Shah · 10 years ago
  5. 7054755 Changed widget style to Quantum. by Rohan Shah · 10 years ago
  6. 928308d Implement general layout and colors for Thread List items. by James Lemieux · 10 years ago
  7. 89bf7ce Truncate mailing list prefixes in notifications. by Andrew Sapperstein · 10 years ago
  8. 10ea28a Show "To:<Names>" in sent and outbox index views by James Lemieux · 10 years ago
  9. 26a2075 Get rid of Account#name by Tony Mantler · 10 years ago
  10. a44b0ed Fancier empty states. Fixes b/9730911. by Andrew Sapperstein · 10 years ago
  11. 1801b32 Unicode wrap subject and snippet in convo list. by Andrew Sapperstein · 10 years ago
  12. edd6c1a ConversationInfo is now always populated by Tony Mantler · 11 years ago
  13. 2c4eacf Make sure the widget gets reset if the folder disappears by Tony Mantler · 11 years ago
  14. c197d4c Add extra checks to widget to make sure it clears when the account goes away by Tony Mantler · 11 years ago
  15. b17c7e8 Use ViewFlipper to flip between account name and unread count. by Mark Wei · 11 years ago
  16. 747e678 Widget refresh. by Mark Wei · 11 years ago
  17. 259df5b Add a new FolderUri by Scott Kennedy · 11 years ago
  18. 3b965d7 Clean up a bunch of warnings by Scott Kennedy · 11 years ago
  19. d848eb8 Only show unread count in widgets when non-zero. by Andrew Sapperstein · 11 years ago
  20. f8b76a6 Fix for Gmail widget NullPointerException. Instead, it will leave the widget by Mark Wei · 11 years ago
  21. 48cfe46 Parse Folder out of intent by Scott Kennedy · 11 years ago
  22. 8e99b95 Fix NPE in WidgetService by Alice Yang · 11 years ago
  23. 67aa9e5 Exclude all inbox labels when we're viewing an inbox by Scott Kennedy · 11 years ago
  24. b39aaf5 Make widgets work again by Scott Kennedy · 11 years ago
  25. 09400ef Add a version code to all Intent URIs used by notifications by Scott Kennedy · 11 years ago
  26. b10212e Remove Folder string serialization by Scott Kennedy · 11 years ago
  27. d5fd046 Prevent the leaking of an IntentReceiver by Scott Kennedy · 11 years ago
  28. 69495b0 Reduce time it takes to render a conversation item by mindyp · 11 years ago
  29. c76ab94 fixup algorithm for which sender photos we need to show pictures for by mindyp · 11 years ago
  30. 6d11c8f Sender emails are now available. Use the senders email to lookup their contact photo. by mindyp · 11 years ago
  31. 88acafa Make it possible to get the emails of senders we want to display photos for. by mindyp · 11 years ago
  32. 8c8c992 prefs cleanup by Andy Huang · 12 years ago
  33. 5707f53 Fix Widget flashing "No conversations." before conversations are loaded by Mark Wei · 12 years ago
  34. 525eb40 Fix some SharedPreferences issues by Scott Kennedy · 12 years ago
  35. f9568dc Show indication for empty folder in widget. by Mark Wei · 12 years ago
  36. 61c5211 Tweak widget layout by Mark Wei · 12 years ago
  37. ce499a6 HtmlParser not thread safe; let widget supply its own version of the parser/tree builder by mindyp · 12 years ago
  38. 7ae042e Serialize the account just like we do for ALL THE OTHER CASES by mindyp · 12 years ago
  39. a3831fb Fix NPE by Paul Westbrook · 12 years ago
  40. ed00e05 Reduce blank widget headers by Paul Westbrook · 12 years ago
  41. aa86405 Jsut let the view ellipsize! by Mindy Pereira · 12 years ago
  42. 178ac28 Fixup widget senders, styles, subject. by Mindy Pereira · 12 years ago
  43. b1cbb89 Use priorities to decide who to elide. by Mindy Pereira · 12 years ago
  44. 7fad2fd Remove merged formatting logic. by Mindy Pereira · 12 years ago
  45. 7b6d03d Serialized strings are faster than json by Mindy Pereira · 12 years ago
  46. 85c4a77 Cache displayable folders. by Mindy Pereira · 12 years ago
  47. c3efca1 We weren't using the cached header models correctly. by Mindy Pereira · 12 years ago
  48. 53f262e Use cached rawfolders. by Mindy Pereira · 12 years ago
  49. 127d1fc Move common logic to UnifiedEmail by Paul Westbrook · 12 years ago
  50. 7be40b0 Don't use a closed cursor by Paul Westbrook · 12 years ago
  51. 4880b5d Fix widget updating by Paul Westbrook · 12 years ago
  52. 50e1b09 Improve reliablity of widget by Paul Westbrook · 12 years ago
  53. 648df3f JSON objects for conversation and messageinfo. by Mindy Pereira · 12 years ago
  54. a39f728 Restructure the widget code by Paul Westbrook · 12 years ago
  55. 96a7f7a In reference to message by Mindy Pereira · 12 years ago
  56. ef0bef6 Use json to store folders info instead of serialzied strings by Mindy Pereira · 12 years ago
  57. b334c90 Changes to support different Log tags by Paul Westbrook · 12 years ago
  58. a496803 Cleaner implementation; use resource by Mindy Pereira · 12 years ago
  59. 6fe3cb9 Make it possible to show folders in the widget conv list items. by Mindy Pereira · 12 years ago
  60. a1512b6 Escape formatting version for widget senders. by Mindy Pereira · 12 years ago
  61. e25998f Gmail will override the base widget provider so we can do folder syncing there. by Mindy Pereira · 12 years ago
  62. c796887 Add shortcuts for email/ gmail by Mindy Pereira · 12 years ago
  63. 119adb0 Fix NPE with null conversation senders in widget by Paul Westbrook · 12 years ago
  64. 5f2876a Set limits on widget query by Paul Westbrook · 12 years ago
  65. 161e735 Make sure we show appropriate fonts/ backgrounds for read or unread messages by Mindy Pereira · 12 years ago
  66. 6dde178 Fix the null URI versus "null" versus Json.NULL by Vikram Aggarwal · 12 years ago
  67. 30fd47b Remove all label refrences from unified; change to folder by Mindy Pereira · 12 years ago
  68. 161f50d Use intent to determine if we want to open the conversation list or conversation. by Mindy Pereira · 12 years ago
  69. cfb7f33 Store URI's in Uri instead of String. by Mindy Pereira · 12 years ago
  70. 9ae8ce0 Add launch intent for viewing a conversation from widget. by Mindy Pereira · 12 years ago
  71. a831b2f Use a constructor to create a provider object. by Mindy Pereira · 12 years ago
  72. 518ee42 Implement serializable methods for folder/ account. by Mindy Pereira · 12 years ago
  73. 4fa3061 Show the list of conversations for the folder selected in the widget. by Mindy Pereira · 12 years ago
  74. 8a8c50d Move over resources and files for the widget. by Mindy Pereira · 12 years ago