summaryrefslogtreecommitdiff
path: root/src/com/android/mail/ui/EmptyFolderDialogFragment.java
Commit message (Collapse)AuthorAgeFilesLines
* Add public no-args constructors for fragmentsPaul Westbrook2013-08-131-0/+3
| | | | | Bug: 10311630 Change-Id: Ic7ba4783be34a9c3d185f6cbad3001f49b310aad
* Add a confirmation dialog to empty trash/spam.Andrew Sapperstein2013-04-301-0/+110
Fixes b/8753294. Creates a new EmptyFolderDialogFragment that displays the dialog, handles orientation changes, and calls back to AbstractActivityController when delete is selected to perform the mass deletion. Additionally, we now only show the empty overflow options if there are conversations in the folder. Change-Id: Ibc9ff0b9511a4cdc4c390cd7273706abedb8d9a2