summaryrefslogtreecommitdiff
path: root/src/com/android/mail/ui/AbstractActivityController.java
Commit message (Expand)AuthorAgeFilesLines
...
* Correct authority for suggestions providerVikram Aggarwal2012-04-031-4/+3
* Add shortcuts for email/ gmailMindy Pereira2012-04-021-2/+13
* Refresh adapter after sync()Marc Blank2012-04-021-1/+2
* fix CAB mode not working when launched from widget/notificationAndy Huang2012-03-301-16/+22
* Search results header was not showing up.Mindy Pereira2012-03-291-8/+0
* Add search suggestionsVikram Aggarwal2012-03-281-0/+11
* don't delegate touch events to a non-existent fragmentAndy Huang2012-03-281-2/+6
* Make the search view flash less in search results.Mindy Pereira2012-03-281-0/+1
* Support for "folder settings" from within conversation list viewPaul Westbrook2012-03-281-0/+3
* Support for no account casePaul Westbrook2012-03-271-4/+40
* No matter what folder was set in widget, was always opening inbox.Mindy Pereira2012-03-271-5/+3
* Actually show toast when search is not supported.Mindy Pereira2012-03-271-1/+1
* Handle search hard key.Mindy Pereira2012-03-271-0/+17
* Do not reset the recent folder list on folder access.Vikram Aggarwal2012-03-271-3/+4
* Trivial code cleanupVikram Aggarwal2012-03-271-0/+2
* Tapping on account takes user to default inbox for that accountVikram Aggarwal2012-03-271-9/+26
* Save conversation state, if applicable.Mindy Pereira2012-03-271-2/+16
* Fix orientation changes in conversation list view.Mindy Pereira2012-03-261-18/+22
* Try to catch cases where we can't get data for an account.Mindy Pereira2012-03-261-10/+9
* Pull query from search intent.Mindy Pereira2012-03-261-1/+2
* Dont destroy the loader until the folder is created.Mindy Pereira2012-03-251-7/+10
* Setup rules for when to display/ not display folder labels.Mindy Pereira2012-03-251-1/+1
* Conversation unread + folder changes.Mindy Pereira2012-03-251-4/+20
* Check for the correct action.Mindy Pereira2012-03-231-1/+1
* Getting a LOT of updates to settings and the inbox from gmail.Mindy Pereira2012-03-231-6/+18
* When the folder changes, immediately restart the conversation list loader.Mindy Pereira2012-03-231-13/+18
* ConversationView -> ConversationList starringMarc Blank2012-03-231-3/+8
* Fix up conversation menu items.Mindy Pereira2012-03-231-14/+23
* Move the async tasks to cursor loaders.Mindy Pereira2012-03-221-101/+55
* Rename AccountCacheProvider -> MailAppProviderPaul Westbrook2012-03-221-4/+4
* Move ownership of the conversationlistcursor to the controller.Mindy Pereira2012-03-221-9/+166
* persist and read last viewed accountAndy Huang2012-03-211-5/+30
* Make sure we follow auto advance rules for folder changes.Mindy Pereira2012-03-211-32/+32
* Update the recent label list on app startupPaul Westbrook2012-03-211-2/+12
* Set account before setting folder when using touchFolderMarc Blank2012-03-211-0/+1
* Clean up RecentFolderList; exclude default inbox for accountMarc Blank2012-03-211-6/+4
* ellow onepane and two pane to specify their own behavior for conversation cha...Mindy Pereira2012-03-201-188/+98
* Make sure we set the current conversation when it is part of the intent extras.Mindy Pereira2012-03-201-2/+7
* Hookup logic for going to list, newer, older conversations after destructive ...Mindy Pereira2012-03-191-4/+79
* Add suppression of notificationsPaul Westbrook2012-03-191-0/+36
* Update the folder in the recent folder list when switching foldersPaul Westbrook2012-03-191-9/+6
* If we arent showing the conversation list fragment, dont bother to animateMindy Pereira2012-03-191-0/+1
* Folder selection, muting, and reporting spamVikram Aggarwal2012-03-161-18/+80
* Conversation menu actions delete/archive and read/unread.Vikram Aggarwal2012-03-151-2/+144
* Fix back stack when coming in from a widget or notification.Mindy Pereira2012-03-151-0/+30
* random fixesAndy Huang2012-03-131-29/+32
* RestartLoader doesn't work if we have ever returned a null loader.Mindy Pereira2012-03-131-1/+5
* Fix crash with null recent folders uriPaul Westbrook2012-03-121-2/+6
* Read RecentFoldersList through a loaderVikram Aggarwal2012-03-121-34/+50
* Account change impacts conversation list transitionVikram Aggarwal2012-03-121-1/+0