summaryrefslogtreecommitdiff
path: root/src/com/android/mail/ui/AbstractActivityController.java
Commit message (Expand)AuthorAgeFilesLines
...
* Use initial version of the cc cache fix.mindyp2012-10-041-2/+5
* Prevent change folder dialog from opening more than once.Mark Wei2012-10-021-4/+11
* We want deferred actions when doing anything destructive when a list is present.mindyp2012-10-021-14/+29
* fix behavior when user has a confirmation dialog associated with a destuctive...mindyp2012-10-011-5/+22
* only get content description when accessibility is enabled.mindyp2012-09-281-0/+15
* Update the conversation cursor state in CLFVikram Aggarwal2012-09-281-1/+0
* Wait for visible conversation to load before loading othersAndy Huang2012-09-261-15/+15
* Prevent spurious Waiting from being shownPaul Westbrook2012-09-261-14/+16
* Fewer toasts when there are connection issues.Vikram Aggarwal2012-09-261-7/+24
* Remove the current folder when dragging to a new folder.mindyp2012-09-241-5/+18
* Recover from clobbered recent foldersVikram Aggarwal2012-09-231-2/+8
* Preemptive NPE fix for null cursor.Vikram Aggarwal2012-09-221-5/+7
* Not in conversation view -> unset current conversationVikram Aggarwal2012-09-211-15/+28
* Explicit Intent to view InboxVikram Aggarwal2012-09-211-2/+1
* Fix NPE and log incorrect state.Vikram Aggarwal2012-09-211-44/+45
* Update ActionBar immediately when entering conversationYorke Lee2012-09-211-0/+2
* Don't show two archive iconsVikram Aggarwal2012-09-201-1/+1
* Set the folder change only when the folder is different from previousVikram Aggarwal2012-09-201-4/+24
* Prevent monkey crashPaul Westbrook2012-09-191-0/+4
* Lots of fixes to move to folder dialog.mindyp2012-09-181-2/+9
* Continue showing conversation even if no fragmentVikram Aggarwal2012-09-181-3/+3
* Conv. list CHOICE_SINGLE, highlights conversations from widget launchVikram Aggarwal2012-09-181-17/+10
* Remove listview reference from selected menuVikram Aggarwal2012-09-131-13/+19
* Handling even cab mode in touch events.mindyp2012-09-131-2/+0
* Make sure that if we have selected the current conversation we autoadvance pr...mindyp2012-09-131-3/+2
* Don't commit leave behind on orientation changes.mindyp2012-09-121-3/+2
* Add a flag to determine if undo is for a batch operation or notmindyp2012-09-111-3/+3
* Add loading animations to conversation viewmindyp2012-09-091-0/+15
* Handle background updates to items in selection setPaul Westbrook2012-09-071-0/+1
* Use setupIntentUri if neededmindyp2012-09-061-0/+6
* avoid doing fragment work during pager swipeAndy Huang2012-09-051-0/+4
* new two-pane layoutAndy Huang2012-09-051-1/+0
* Inform the cursor when a folder is first shown.Vikram Aggarwal2012-09-051-10/+32
* Folder list fragment by sections.Vikram Aggarwal2012-08-311-1/+43
* Add a bulk update operation for read.Vikram Aggarwal2012-08-301-13/+16
* Less invalidateOptionsMenu()Vikram Aggarwal2012-08-301-17/+1
* minimize state changes to avoid blank viewsAndy Huang2012-08-301-9/+1
* fix spurious stopListening on the pager when loading from widgetAndy Huang2012-08-301-11/+5
* Fixed crashPaul Westbrook2012-08-291-9/+13
* Properly batch up conversation folder changes since they may be destructive.mindyp2012-08-291-5/+6
* Fix buildmindyp2012-08-291-1/+0
* Dont remove selection from dragged item; defer destructive folder changemindyp2012-08-291-10/+19
* Make sure the convcursor is not null before requesting label changes.mindyp2012-08-291-2/+4
* Fragment save/restore machineryVikram Aggarwal2012-08-281-28/+31
* Commit leave behind items when tapping account switchermindyp2012-08-281-1/+2
* handle missing messages every which wayAndy Huang2012-08-281-11/+40
* Added ability to discard draftsPaul Westbrook2012-08-281-0/+17
* Pressing home should clear the undo bar.mindyp2012-08-271-0/+7
* Fix crashPaul Westbrook2012-08-241-1/+1
* Make sure we commit without animating when show a new conversation.mindyp2012-08-241-0/+3