summaryrefslogtreecommitdiff
path: root/src/com/android/mail/ui/AbstractActivityController.java
Commit message (Expand)AuthorAgeFilesLines
...
* | Move notifications to UnifiedEmailScott Kennedy2013-02-071-2/+7
|/
* Many fixes to detached modeVikram Aggarwal2013-01-291-7/+47
* Fix CAB mode on tabletVikram Aggarwal2013-01-281-1/+1
* Check tablet mode through resourcesVikram Aggarwal2013-01-281-7/+11
* Merge "Remove obsolete TODOs and obsolete code" into jb-ub-mail-ur8Vikram Aggarwal2013-01-291-1/+0
|\
| * Remove obsolete TODOs and obsolete codeVikram Aggarwal2013-01-281-1/+0
* | Merge "If conversation list cursor is not loaded, defer mark unread until it'...Yu Ping Hu2013-01-291-11/+53
|\ \ | |/ |/|
| * If conversation list cursor is not loaded, defer mark unread until it's loaded.Yu Ping Hu2013-01-221-11/+53
* | Clarify assumptions and simplifyVikram Aggarwal2013-01-171-1/+1
|/
* Check fragment visibility correctly.Vikram Aggarwal2013-01-141-2/+12
* Detect null mail instanceVikram Aggarwal2013-01-141-2/+5
* Check the activity's focus statePaul Westbrook2013-01-131-1/+1
* Restore the CAB mode on orientation changeVikram Aggarwal2013-01-111-6/+3
* Remove views from selected set.Vikram Aggarwal2013-01-101-16/+6
* Just use the default directly.Vikram Aggarwal2013-01-101-3/+2
* Allow veiled address pattern to be updated through settingsVikram Aggarwal2013-01-091-0/+15
* Use confirm fragments for all operationsVikram Aggarwal2013-01-041-38/+49
* Remove activity leakVikram Aggarwal2013-01-031-1/+0
* Remove NFC handling from AbstractMailActivityVikram Aggarwal2013-01-031-1/+1
* Use confirmation dialog fragmentsVikram Aggarwal2012-12-281-1/+59
* Clean up ConversationCursor listenersAndy Huang2012-12-181-0/+10
* Update folder changes from UPDATE_FOLDER_COLUMN to FOLDERS_UPDATEDmindyp2012-12-111-37/+16
* Convert rawFolders from String to FolderListAndy Huang2012-12-101-1/+3
* use parcel intermediate format for ConversationInfoAndy Huang2012-12-061-2/+2
* Use a single operation to for updatesPaul Westbrook2012-12-061-14/+6
* Change the UiProvider contract to only send deltas when changing foldersmindyp2012-11-301-16/+40
* Don't animate committing destructive items when we are opening a new fragment...mindyp2012-11-291-2/+4
* Update dropping into starred folder to match webmindyp2012-11-291-1/+90
* Respect auto-advance setting from search resultsScott Kennedy2012-11-281-1/+3
* Only show the first conversation for search results if the user hasn't alread...mindyp2012-11-271-9/+11
* fix position tracker issues that prevented auto-advanceAndy Huang2012-11-121-1/+1
* fix restoring nested ParcelablesAndy Huang2012-11-121-6/+4
* fix starring after rotationAndy Huang2012-11-081-3/+4
* Only enter conversation mode if we have search results.Vikram Aggarwal2012-11-071-12/+32
* Fix NPE in unit testPaul Westbrook2012-11-051-1/+1
* Remove switchAccount, reduce confusion.Vikram Aggarwal2012-11-051-47/+31
* Make up icon work consistently for recent & label listVikram Aggarwal2012-11-051-1/+12
* Support for suppressing undoPaul Westbrook2012-11-051-0/+4
* Merge "Make sure that we get the expected notifications to update the convers...mindyp2012-11-051-0/+2
|\
| * Make sure that we get the expected notifications to update the conversation l...mindyp2012-11-051-0/+2
* | Fix empty recent foldersVikram Aggarwal2012-11-051-1/+0
|/
* Prompt for auto-advance option on first actionScott Kennedy2012-11-021-12/+118
* Reposition Undo Bar if user enters into conversation before or while theMark Wei2012-11-011-1/+3
* Allow immediate removal of a wait fragment.Vikram Aggarwal2012-10-251-3/+28
* Check for all server-side settings when comparing accounts.Vikram Aggarwal2012-10-251-1/+1
* Reduce visibility of methodsVikram Aggarwal2012-10-221-11/+6
* Prevent change folder dialog from opening more than once.Mark Wei2012-10-181-11/+3
* Show wait fragment when not initializedVikram Aggarwal2012-10-171-19/+31
* Prevent NPE when marking unreadPaul Westbrook2012-10-161-0/+5
* Defer folderlistfragment updates while we are animating.mindyp2012-10-091-3/+22