summaryrefslogtreecommitdiff
path: root/src/com/android/mail/ui/FolderSelectionDialog.java
Commit message (Collapse)AuthorAgeFilesLines
* UnifiedEmail:Occurred "com.android.email" force close 5yongga2016-09-261-1/+9
| | | | | | | | | | | | | | | | times at java.lang.RuntimeException: Unable to start activity ComponentInfo {com.android.email/com.android.email2.ui.MailActivityEmail} The parcelable type array can't be cast to conversation type array when conversation implements parcelable interface. We should traverse parcelable arrays,convert parcelable type to conversation type and add conversation type to target collection. Change-Id: Iec10b3d2691af6e8309f3e55ed97c0157d84a772 CRs-Fixed: 959599
* Convert FolderSelectionDialog to a DialogFragmentTony Mantler2013-12-121-88/+57
| | | | | | | | Also clean it up to use loaders b/11538664 Change-Id: I5810f0c4423c0c30d9785723672b3535eebcf998
* Make the folder/label selection dialog pop up a bit quicker.Tony Mantler2013-11-051-1/+6
| | | | | | b/11112954 Change-Id: I0ccc7bdaad0b5c608f5c6eca9d6aa4e0ffb7060d
* Sort folders according to their hierarchy.Tony Mantler2013-09-241-1/+1
| | | | | | b/10825810 Change-Id: I27ad5ee75df669315e03c9ccc299bfc8eacbb53b
* Only show Inbox labels in the system section of Move-toScott Kennedy2013-05-131-0/+4
| | | | | | | | 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
* Don't show inbox sections in "Change labels" dialogScott Kennedy2013-04-251-21/+15
| | | | | | | We can't support multiple adds/removes here yet. Bug: 8722438 Change-Id: Ie527d210ace1b379f247ba331af43f712f3583d2
* Fix Move To DialogRohan Shah2013-04-121-3/+7
| | | | | | | | Removed "OK" button and fixed the "Move to" string for the dialog. Bug: 8604616 Change-Id: I50df230054f7c6ba9573a8e95a7e7d4be163fa23
* Support "Move to" functionality alongside "Change labels"Rohan Shah2013-02-121-1/+1
| | | | | | | | | | | | | | | | Cherry-picking Rohan's original change since I messed something up while fixing conflicts. User cannot move an email from one defined label to another. Change label is a hassle to use to only select one and a menu item for moving is preferable. This change introduces the "Move to" as part of the overflow menu. It allows for users to move emails from folders, excluding Starred/Important. Bug: 8157593 Change-Id: Iaf8660fb01f731f5cbcb2253a3768b0d7b429132
* resolved conflicts for merge of 49ae5116 to jb-ub-mail-ur9Vikram Aggarwal2013-02-121-1/+1
|\ | | | | | | Change-Id: I87876b9595adaf37f8db250f6c7b83b0b5be0756
| * Needs to go in UR8.Vikram Aggarwal2013-02-111-5/+4
| | | | | | | | | | | | | | | | Revert "Support "Move to" functionality alongside "Change labels"" This reverts commit 0a4af34f6f4dce23a8c5b39e94fb91ff0f6260d1 Change-Id: I25d0311396033fb5759596e4a56792abb7f355fb
| * Support "Move to" functionality alongside "Change labels"Rohan Shah2013-02-071-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | User cannot move an email from one defined label to another. Change label is a hassle to use to only select one and a menu item for moving is preferable. This change introduces the "Move to" as part of the overflow menu. It allows for users to move emails from folders, excluding Starred/Important. Bug: 8157593 Change-Id: Ib5ae9f04b52f3f5d0f2d2ddb590219f7733cf171
* | Support "Move to" functionality alongside "Change labels"Rohan Shah2013-02-081-4/+5
|/ | | | | | | | | | | | | | User cannot move an email from one defined label to another. Change label is a hassle to use to only select one and a menu item for moving is preferable. This change introduces the "Move to" as part of the overflow menu. It allows for users to move emails from folders, excluding Starred/Important. Bug: 8157593 Change-Id: Ib5ae9f04b52f3f5d0f2d2ddb590219f7733cf171
* Prevent change folder dialog from opening more than once.Mark Wei2012-10-181-5/+100
| | | | | | | | This CL has signification refactory that consolidates Multi/SingleFoldersSelectionDialog. Bug: 7247467 Change-Id: I1aacba68411d4b9cc586482d0f17c5c90df36e04
* Prevent change folder dialog from opening more than once.Mark Wei2012-10-021-0/+45
Bug: 7247467 Change-Id: I0b5583830d7c8c2f63e01714b4a7fa2976d0eefb