summaryrefslogtreecommitdiff
path: root/src/com/android/mail/ui/SingleFolderSelectionDialog.java
Commit message (Collapse)AuthorAgeFilesLines
* Change Move To Dialog (Quantum)Rohan Shah2014-08-201-0/+1
| | | | | | | | Added folder label drawables to move to dialog (single folder selection) and removed dividers out. Bug: 17073025 Change-Id: I491577d126d9d4d6a328e1392b6f1975217397eb
* Fix "Move to" crashing GmailRohan Shah2014-08-151-12/+18
| | | | | | | | | | | We were adding a 0-section adapter to the list, which caused the IndexOutOfBoundsException. Also addressed the creation of 0-length spannables which was flooding the error log. Bug: 16185488 Change-Id: I119a4b753b9e4e6eb8abe676e73817a1d73b38b9
* quantum change labels b/16054906Andrew Sapperstein2014-07-031-4/+2
| | | | Change-Id: Ieb8ef93f9ce6eb784a3f2c3343286e0666bb31de
* Properly uncheck folders in selection dialogJin Cao2014-05-191-1/+2
| | | | | | | | | | | - Properly check isAdded flag to check/uncheck folders from savedInstanceState. - Rename isPresent -> isSelected for FolderRow for better consistency. - Remove isSelected from ordering because we now add the originally selected folders in a different section of the adapter so that they are always on top. - Add section headers for the initially selected folders and the rest. b/9174917 Change-Id: I0f063e9280312a1c2a9c76e604e6a9f799f72822
* Fix an NPE in the folder selection dialogsMartin Hibdon2014-03-251-0/+5
| | | | | | b/13637409 Change-Id: I35b887cf3bb8a35a8468addcb0e408798e294f9d
* Convert FolderSelectionDialog to a DialogFragmentTony Mantler2013-12-121-52/+68
| | | | | | | | Also clean it up to use loaders b/11538664 Change-Id: I5810f0c4423c0c30d9785723672b3535eebcf998
* Only show Inbox labels in the system section of Move-toScott Kennedy2013-05-131-1/+0
| | | | | | | | 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-5/+8
| | | | | | | We can't support multiple adds/removes here yet. Bug: 8722438 Change-Id: Ie527d210ace1b379f247ba331af43f712f3583d2
* Fix Move To DialogRohan Shah2013-04-121-1/+1
| | | | | | | | Removed "OK" button and fixed the "Move to" string for the dialog. Bug: 8604616 Change-Id: I50df230054f7c6ba9573a8e95a7e7d4be163fa23
* Change the undo message for a "Move to" actionScott Kennedy2013-03-151-1/+1
| | | | | | | | | | Previously, the undo bar toast could only show the currently displayed folder, but we want to be able to say something like "Moved to Social". So now, we can pass in any folder that we consider the recipient of the action, and this is the folder name that gets displayed in the toast. Change-Id: I0b17462be86657f7d0c9a3504d15091a157a2292
* Fix for the SingleFolderSelectionDialogPaul Westbrook2013-03-141-2/+3
| | | | | Bug: 8370675 Change-Id: I16318433580dd3cf0ae32fc23796caf6bfbb4f66
* Prevent change folder dialog from opening more than once.Mark Wei2012-10-181-110/+39
| | | | | | | | 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-2/+15
| | | | | Bug: 7247467 Change-Id: I0b5583830d7c8c2f63e01714b4a7fa2976d0eefb
* Lots of fixes to move to folder dialog.mindyp2012-09-181-0/+165
Fixes b/6919987 bring back divided "move to folders" sections Change-Id: Ia7d709c5cd1f8787e2e1083442aa4eaf50d6babb