summaryrefslogtreecommitdiff
path: root/src/com/android/mail/ui/AbstractActivityController.java
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "Major refactor of ConversationCursor"Marc Blank2012-04-201-52/+28
* Major refactor of ConversationCursorPaul Westbrook2012-04-201-28/+52
* conversation pagingAndy Huang2012-04-201-107/+143
* Save and restore selected set on activity lifecycle.Vikram Aggarwal2012-04-191-10/+8
* Update consumers on changes to SettingsVikram Aggarwal2012-04-191-8/+49
* Revert "Controller/Adapter/Cursor refactor"Marc Blank2012-04-181-25/+152
* Controller/Adapter/Cursor refactorMarc Blank2012-04-181-152/+25
* Fix switching between accounts / folders using spinner.Mindy Pereira2012-04-181-1/+0
* Revert "Rely exclusively on onAccountChanged to set account"Mindy Pereira2012-04-181-6/+14
* Fix a several problems in conversation listPaul Westbrook2012-04-181-7/+7
* avoid restartLoader in configuration change sitationsAndy Huang2012-04-171-64/+82
* Commit leave behind properly on pause.Mindy Pereira2012-04-171-1/+9
* Request fresh recent folders when the loader finishesVikram Aggarwal2012-04-171-0/+1
* Check all fragments for validity before returningVikram Aggarwal2012-04-171-9/+21
* do not allow access to unattached fragmentsAndy Huang2012-04-161-0/+9
* Controller gets fragments from FragmentManagerVikram Aggarwal2012-04-161-60/+89
* Lots 'o ConversationCursor goodnessMarc Blank2012-04-161-5/+91
* Read mCachedSettings directly.Vikram Aggarwal2012-04-131-3/+2
* Call onRefreshReady when we get a new ConversationCursorVikram Aggarwal2012-04-131-10/+18
* Prevent Monkey NPEPaul Westbrook2012-04-131-15/+20
* Conversation Position Tracker used for destructive actionsVikram Aggarwal2012-04-131-22/+15
* Hook the conversation position trackerVikram Aggarwal2012-04-131-2/+7
* Prevent monkey NPEPaul Westbrook2012-04-121-1/+1
* Throttle the folder loader updatesPaul Westbrook2012-04-121-2/+9
* Support for unintialized accountsPaul Westbrook2012-04-111-0/+81
* Search should not go through onAccountChangedVikram Aggarwal2012-04-111-1/+5
* Rely exclusively on onAccountChanged to set accountVikram Aggarwal2012-04-111-15/+6
* Fix search back behavior.Vikram Aggarwal2012-04-101-2/+7
* Move undo up to the controller level.Mindy Pereira2012-04-101-18/+19
* Do not clear selection for non-destructive actionsVikram Aggarwal2012-04-101-0/+5
* Add support for "manage folders"Paul Westbrook2012-04-101-0/+3
* Prevent NPE when no inboxUriPaul Westbrook2012-04-101-3/+6
* Resume CAB mode when returning to folder list modeVikram Aggarwal2012-04-091-1/+0
* Gmail will override the base widget provider so we can do folder syncing there.Mindy Pereira2012-04-071-3/+3
* Collapse search action menu before starting a searchVikram Aggarwal2012-04-061-0/+1
* Embed Settings into Account objectPaul Westbrook2012-04-061-34/+9
* Fix build.Mindy Pereira2012-04-061-5/+0
* Drag and drop into folders.Mindy Pereira2012-04-061-0/+62
* Make batch archive conversations fly out to the right before shrinking.Mindy Pereira2012-04-051-3/+3
* Fix loggingPaul Westbrook2012-04-041-6/+6
* Preserve settings on orientation changesVikram Aggarwal2012-04-041-8/+20
* Fix NPE when restoring from Add account screenVikram Aggarwal2012-04-041-1/+1
* Clear selection set when viewing messages on one-paneVikram Aggarwal2012-04-041-2/+32
* Make sure we load settings even when searching.Mindy Pereira2012-04-041-0/+1
* This is part of why the unread count isn't updating.Mindy Pereira2012-04-031-0/+1
* Read the current conversationVikram Aggarwal2012-04-031-1/+1
* Use existing methods for search, and get authority from resourcesVikram Aggarwal2012-04-031-8/+3
* Capture current conversation correctly.Vikram Aggarwal2012-04-031-2/+9
* No need to load the inbox if we already have a folder.Mindy Pereira2012-04-031-14/+25
* Pass current Account when "touching" a folderMarc Blank2012-04-031-1/+1