summaryrefslogtreecommitdiff
path: root/src/com/android/mail/widget/WidgetService.java
Commit message (Expand)AuthorAgeFilesLines
* Set the package name in intents from the widgetMartin Hibdon2014-09-291-0/+3
* Sending a mail to self crashes gmailJames Lemieux2014-09-171-1/+1
* Display compose button on header along with folder.Rohan Shah2014-08-101-0/+1
* Changed widget style to Quantum.Rohan Shah2014-08-101-25/+0
* Implement general layout and colors for Thread List items.James Lemieux2014-07-021-2/+2
* Truncate mailing list prefixes in notifications.Andrew Sapperstein2014-05-131-18/+3
* Show "To:<Names>" in sent and outbox index viewsJames Lemieux2014-03-281-28/+46
* Get rid of Account#nameTony Mantler2014-03-031-11/+12
* Fancier empty states. Fixes b/9730911.Andrew Sapperstein2014-02-131-1/+1
* Unicode wrap subject and snippet in convo list.Andrew Sapperstein2014-01-221-15/+0
* ConversationInfo is now always populatedTony Mantler2013-12-091-10/+5
* Make sure the widget gets reset if the folder disappearsTony Mantler2013-11-191-0/+4
* Add extra checks to widget to make sure it clears when the account goes awayTony Mantler2013-09-121-4/+25
* Use ViewFlipper to flip between account name and unread count.Mark Wei2013-08-021-6/+11
* Widget refresh.Mark Wei2013-07-291-4/+5
* Add a new FolderUriScott Kennedy2013-07-161-3/+4
* Clean up a bunch of warningsScott Kennedy2013-06-251-1/+1
* Only show unread count in widgets when non-zero.Andrew Sapperstein2013-04-281-4/+12
* Fix for Gmail widget NullPointerException. Instead, it will leave the widgetMark Wei2013-04-191-3/+13
* Parse Folder out of intentScott Kennedy2013-04-101-3/+3
* Fix NPE in WidgetServiceAlice Yang2013-03-281-4/+15
* Exclude all inbox labels when we're viewing an inboxScott Kennedy2013-03-201-12/+24
* Make widgets work againScott Kennedy2013-03-071-39/+45
* Add a version code to all Intent URIs used by notificationsScott Kennedy2013-03-071-4/+4
* Remove Folder string serializationScott Kennedy2013-02-261-2/+2
* Prevent the leaking of an IntentReceiverScott Kennedy2013-01-281-1/+1
* Reduce time it takes to render a conversation itemmindyp2013-01-081-4/+1
* fixup algorithm for which sender photos we need to show pictures formindyp2013-01-071-3/+3
* Sender emails are now available. Use the senders email to lookup their contac...mindyp2013-01-041-1/+1
* Make it possible to get the emails of senders we want to display photos for.mindyp2012-12-211-4/+8
* prefs cleanupAndy Huang2012-11-071-36/+22
* Fix Widget flashing "No conversations." before conversations are loadedMark Wei2012-11-061-6/+11
* Fix some SharedPreferences issuesScott Kennedy2012-11-021-2/+3
* Show indication for empty folder in widget.Mark Wei2012-10-251-0/+1
* Tweak widget layoutMark Wei2012-10-161-0/+3
* HtmlParser not thread safe; let widget supply its own version of the parser/t...mindyp2012-10-051-2/+5
* Serialize the account just like we do for ALL THE OTHER CASESmindyp2012-08-271-1/+1
* Fix NPEPaul Westbrook2012-08-071-7/+3
* Reduce blank widget headersPaul Westbrook2012-08-061-7/+30
* Jsut let the view ellipsize!Mindy Pereira2012-08-021-26/+1
* Fixup widget senders, styles, subject.Mindy Pereira2012-08-011-23/+25
* Use priorities to decide who to elide.Mindy Pereira2012-07-311-10/+16
* Remove merged formatting logic.Mindy Pereira2012-07-311-9/+1
* Serialized strings are faster than jsonMindy Pereira2012-07-301-9/+2
* Cache displayable folders.Mindy Pereira2012-07-301-3/+1
* We weren't using the cached header models correctly.Mindy Pereira2012-07-291-17/+99
* Use cached rawfolders.Mindy Pereira2012-07-271-2/+2
* Move common logic to UnifiedEmailPaul Westbrook2012-07-251-4/+18
* Don't use a closed cursorPaul Westbrook2012-07-251-1/+1
* Fix widget updatingPaul Westbrook2012-07-241-3/+9