summaryrefslogtreecommitdiffstats
path: root/src/com/android/mail/ui/SeparatedFolderListAdapter.java
Commit message (Collapse)AuthorAgeFilesLines
* Don't crash on empty adaptersJin Cao2014-09-251-3/+3
| | | | | | | | | | | SeparatedFolderListAdapter can have empty adapter children, in which case the position == 0 check is actually invalid. We should always just check position < count since it emcompasses position == 0. b/17070221 Change-Id: I480aa8ce226edff03e33d73b01e6a2fdf23e0b0d
* quantum change labels b/16054906Andrew Sapperstein2014-07-031-11/+1
| | | | Change-Id: Ieb8ef93f9ce6eb784a3f2c3343286e0666bb31de
* Convert FolderSelectionDialog to a DialogFragmentTony Mantler2013-12-121-1/+5
| | | | | | | | Also clean it up to use loaders b/11538664 Change-Id: I5810f0c4423c0c30d9785723672b3535eebcf998
* Sort folders according to their hierarchy.Tony Mantler2013-09-241-11/+7
| | | | | | b/10825810 Change-Id: I27ad5ee75df669315e03c9ccc299bfc8eacbb53b
* Make it possible to have headers for just some sections.Mindy Pereira2012-07-171-45/+33
| | | | Change-Id: Id9a8ab1099d2675cc01d42d3f08e041eba232644
* Click a parent folder should open that folder.Mindy Pereira2012-07-161-2/+0
| | | | Change-Id: I28b40d16fa0e639a124b7372bdc9a35dc8a754a4
* Create a sectioned move to dialog for folders.Mindy Pereira2012-06-261-0/+135
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