summaryrefslogtreecommitdiff
path: root/src/com/android/mail/ui/SystemFolderSelectorAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* email: allow move/copy operations to more system foldersJorge Ruesga2016-12-301-9/+5
| | | | | | | | | | | Allow to move emails to Trash, Drafts and Spam system folders, plus the previous Inbox system folder. Add a extra check for folder move capabilities before add it to the candidate list of system folders. Change-Id: I0cb77acee230011d904d9188a5ddac16314a504b JIRA: CYAN-7037 Signed-off-by: Jorge Ruesga <jorge@ruesga.com> (cherry picked from commit 95cc3e919ed24b7f11835e68e4686b0cd49a528f)
* quantum change labels b/16054906Andrew Sapperstein2014-07-031-5/+5
| | | | Change-Id: Ieb8ef93f9ce6eb784a3f2c3343286e0666bb31de
* Only show Inbox labels in the system section of Move-toScott Kennedy2013-05-131-3/+8
| | | | | | | | We will likely want to change this later to show some subset of system labels, and not just inbox labels. Bug: 8942661 Change-Id: If3564f119955250f0b7b723c85bfeba28da890af
* Lots of fixes to move to folder dialog.mindyp2012-09-181-2/+7
| | | | | | Fixes b/6919987 bring back divided "move to folders" sections Change-Id: Ia7d709c5cd1f8787e2e1083442aa4eaf50d6babb
* show "displayable" system folders in folder listsAndy Huang2012-07-301-1/+1
| | | | | | | | | | | | Gmail1's "displayable folder" logic is already implemented in the Gmail provider. The UI now assumes 'rawFolders' is already filtered and suitable for display in list, view, and folder dialog. Browsing a label now shows Inbox for inbox conversations. Conversation view shows Inbox for inbox conversations. Change-Id: Ib4c08ecb182b74c4067d5e2e898bb501dad605be
* Make it possible to have headers for just some sections.Mindy Pereira2012-07-171-2/+2
| | | | Change-Id: Id9a8ab1099d2675cc01d42d3f08e041eba232644
* Create a sectioned move to dialog for folders.Mindy Pereira2012-06-261-0/+45
Part 1: make it possible to have section headers and sections that consist of folder adapters. 1) for system 2) for frequently used 3) for all right now, just repeats the same full folder adapter for all. The next CL will make 3 diff FolderSelectorAdapter subclasses: 1) system only (added to this cl) 2) frequently (and hierarchical) 3) all (and hierarchical) Change-Id: I7cceb35a6940180461d75186e8430a2340da2222