summaryrefslogtreecommitdiff
path: root/src/com/android/mail/ui/FolderOperation.java
Commit message (Collapse)AuthorAgeFilesLines
* Convert FolderSelectionDialog to a DialogFragmentTony Mantler2013-12-121-6/+39
| | | | | | | | Also clean it up to use loaders b/11538664 Change-Id: I5810f0c4423c0c30d9785723672b3535eebcf998
* Add a new FolderUriScott Kennedy2013-07-161-1/+1
| | | | | | | | This will allow us to add query parameters such that Uris will still appear to be equal, regardless of differences in the parameters. Bug: 9780067 Change-Id: Iafe39763b3ee448cf02536df89caa736500dfdaf
* Change FolderType to a bitmaskScott Kennedy2013-03-201-2/+1
| | | | | | | This allows one folder to have multiple types. Bug: 8426563 Change-Id: Ide918a884cfb76022f3c03f5cc69adb149a964cc
* Adding inbox when in trash is destructive.mindyp2012-09-041-2/+6
| | | | | | | | Fixes b/7100602 No way to remove messages from the trash. Also, make sure we have a first message sender to get info from its possible this is a draft so prevent a crash Change-Id: I76f21879382115c0085a3fb37e6ce7f5405db9d9
* Update logic for adding/removing folders.Mindy Pereira2012-07-131-0/+77
The logic is: we only want to add/ remove if the folder was changed So, track only the operations a user makes (aka checks a box/ unchecks a box) And use this to determine what to add/ remove from a conversation. Change-Id: I37d9c042e2db5f1a48c5c8a79c52039989f236d1