summaryrefslogtreecommitdiff
path: root/src/com/android/mail/widget/BaseWidgetProvider.java
Commit message (Expand)AuthorAgeFilesLines
* UnifiedEmail: Fix Can't dispaly the email select folder after delete account ...pezhan2016-08-241-1/+0
* Changed widget style to Quantum.Rohan Shah2014-08-101-2/+0
* Delegate Account creation to builder class.Ray Chen2014-07-161-1/+1
* Fix NPE with null cursorJay Shrauner2014-06-231-5/+7
* Show "To:<Names>" in sent and outbox index viewsJames Lemieux2014-03-281-14/+20
* Get rid of Account#nameTony Mantler2014-03-031-1/+1
* Make sure the widget gets reset if the folder disappearsTony Mantler2013-11-191-3/+2
* Use string resource for widget provider nameTony Mantler2013-10-091-4/+9
* Add extra checks to widget to make sure it clears when the account goes awayTony Mantler2013-09-121-6/+5
* More warning cleanupScott Kennedy2013-08-021-1/+0
* Use ViewFlipper to flip between account name and unread count.Mark Wei2013-08-021-2/+3
* Widget refresh.Mark Wei2013-07-291-2/+2
* Clean up a bunch of warningsScott Kennedy2013-06-251-1/+1
* Unconfigure widgets when switching sectioned inbox on/off.Mark Wei2013-04-291-0/+57
* Fix for Gmail widget NullPointerException. Instead, it will leave the widgetMark Wei2013-04-191-2/+3
* Parse Folder out of intentScott Kennedy2013-04-101-3/+2
* Exclude all inbox labels when we're viewing an inboxScott Kennedy2013-03-201-9/+16
* Make widgets work againScott Kennedy2013-03-071-55/+88
* Remove Folder string serializationScott Kennedy2013-02-261-2/+2
* prefs cleanupAndy Huang2012-11-071-22/+8
* Fix Widget flashing "No conversations." before conversations are loadedMark Wei2012-11-061-0/+3
* Fix some SharedPreferences issuesScott Kennedy2012-11-021-8/+8
* Fix NPE in widget.Mark Wei2012-11-011-9/+9
* Serialized strings are faster than jsonMindy Pereira2012-07-301-10/+2
* Move common logic to UnifiedEmailPaul Westbrook2012-07-251-1/+32
* Allow subclasses to change how the Account object is returnedPaul Westbrook2012-07-211-14/+21
* Fix Monkey NPEPaul Westbrook2012-07-201-0/+5
* Restructure the widget codePaul Westbrook2012-07-191-116/+53
* In reference to messageMindy Pereira2012-07-101-1/+1
* Changes to support different Log tagsPaul Westbrook2012-06-251-1/+2
* Cherry pick from jb-devPaul Westbrook2012-05-311-2/+11
* Support widget notification per folder and utility methodMarc Blank2012-05-231-4/+32
* Allow for deleted accounts/folders in onUpdateMarc Blank2012-04-231-16/+18
* Enable all widgets to be updatedPaul Westbrook2012-04-091-14/+19
* Gmail will override the base widget provider so we can do folder syncing there.Mindy Pereira2012-04-071-44/+27
* Add shortcuts for email/ gmailMindy Pereira2012-04-021-1/+1
* Rename AccountCacheProvider -> MailAppProviderPaul Westbrook2012-03-221-2/+2
* Fix the null URI versus "null" versus Json.NULLVikram Aggarwal2012-03-131-1/+1
* Make sure we specify the account in the extras for composeeMindy Pereira2012-03-061-0/+1
* Use intent to determine if we want to open the conversation list or conversat...Mindy Pereira2012-02-291-1/+1
* Setup compose intent.Mindy Pereira2012-02-281-3/+3
* Store URI's in Uri instead of String.Mindy Pereira2012-02-281-7/+7
* Add launch intent for viewing a conversation from widget.Mindy Pereira2012-02-281-22/+46
* Implement serializable methods for folder/ account.Mindy Pereira2012-02-231-2/+2
* Show the list of conversations for the folder selected in the widget.Mindy Pereira2012-02-231-71/+66
* This CL makes the widget launch correctlyMindy Pereira2012-02-231-17/+10
* Move over resources and files for the widget.Mindy Pereira2012-02-231-0/+336