summaryrefslogtreecommitdiff
path: root/src/com/android/mail/ui/AbstractActivityController.java
Commit message (Expand)AuthorAgeFilesLines
...
* subject in actionbarAndy Huang2012-06-141-21/+12
* Request default recent folders.Vikram Aggarwal2012-06-141-1/+20
* Handle up and back behavior for the one pane/ two pane folder lists.Mindy Pereira2012-06-011-7/+18
* Update hierarchical folders; implement this "the right way"Mindy Pereira2012-06-011-0/+5
* Rely on ConversationUpdater to perform deletesVikram Aggarwal2012-05-301-19/+12
* Remove all bad ideas from SelectedConversationsVikram Aggarwal2012-05-291-38/+27
* Minor cleanupVikram Aggarwal2012-05-291-35/+5
* Prune dependenciesVikram Aggarwal2012-05-291-6/+0
* set folder selection on activity attachedMindy Pereira2012-05-251-0/+5
* Add folder capability for non-undoable deletesMarc Blank2012-05-251-0/+3
* Make sure we clear the selection set when destructive batch folder ops are co...Mindy Pereira2012-05-241-7/+13
* Make inside conversation unread work; merge twopane/onepane controller logic.Mindy Pereira2012-05-241-6/+32
* Marking a conversation unread forces a return to the list.Mindy Pereira2012-05-241-5/+5
* Enable undo for accounts that support it.Mindy Pereira2012-05-241-2/+2
* Fix auto-advance on tablet.Vikram Aggarwal2012-05-231-21/+31
* fix NPE on state restoreAndy Huang2012-05-191-1/+1
* Write color in JSON account, and ignore null account.settingsVikram Aggarwal2012-05-181-3/+6
* fix launching with account intent every which wayAndy Huang2012-05-181-2/+9
* Call it archive rather than y_button.Vikram Aggarwal2012-05-181-0/+1
* Consolidate OnePane, TwoPane, and Conversation Destructive actions.Vikram Aggarwal2012-05-171-31/+53
* Fix a whole bunch of bugs related to orientation changes when searching.Mindy Pereira2012-05-171-2/+4
* Minor cleanup in the controller.Vikram Aggarwal2012-05-111-12/+2
* ActivityController commits folders, nobody elseVikram Aggarwal2012-05-111-48/+67
* Consolidate BatchDestruction and ConversationDestructionVikram Aggarwal2012-05-111-47/+18
* Safely create Collections.Vikram Aggarwal2012-05-101-6/+5
* Always read settings from the accountVikram Aggarwal2012-05-081-7/+5
* Read defaultInbox through a safe accessorVikram Aggarwal2012-05-071-18/+3
* Synchronize destruction and remove dead/deprecated codeVikram Aggarwal2012-05-011-56/+78
* More Destructive Action consolidation.Vikram Aggarwal2012-04-301-109/+53
* Consolidate list refresh and deletionVikram Aggarwal2012-04-301-30/+37
* Merge folder change from jb-devVikram Aggarwal2012-04-301-22/+8
* Attach the action bar earlier so it gets ViewMode changesVikram Aggarwal2012-04-261-1/+1
* Ignore first time non-user navigation event.Vikram Aggarwal2012-04-261-12/+16
* Make sure that non-destructive folder changes are notPaul Westbrook2012-04-251-1/+1
* DO NOT MERGE Fix wtf error, on restorePaul Westbrook2012-04-251-1/+8
* Fix problems clearing notificationsPaul Westbrook2012-04-241-5/+22
* Make pager adapter cursor access saferAndy Huang2012-04-241-1/+2
* Register the controller's DestructiveAction objectsVikram Aggarwal2012-04-241-4/+17
* Yap when mAccount is setVikram Aggarwal2012-04-241-0/+5
* Stop NPE in startSearch.Vikram Aggarwal2012-04-241-0/+5
* Controller owns the FolderSelection Destructive ActionVikram Aggarwal2012-04-241-1/+59
* Register SelectedConversationActions with ControllerVikram Aggarwal2012-04-241-1/+111
* Initialize position on conversation from intentPaul Westbrook2012-04-241-2/+8
* Fix NPEPaul Westbrook2012-04-241-1/+1
* Use ConversationCursor directly in the Controller, and check for nullVikram Aggarwal2012-04-231-16/+13
* Destructive Actions. Part 2: More logic consolidated.Vikram Aggarwal2012-04-231-36/+8
* Harden onLoadFinished against NPE'sMarc Blank2012-04-231-13/+17
* Switch to default inbox on Action Bar taps.Vikram Aggarwal2012-04-231-44/+42
* Destructive Actions. Part 1Vikram Aggarwal2012-04-231-17/+15
* Major refactor of ConversationCursorPaul Westbrook2012-04-201-28/+54