| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
Added folder label drawables to move to dialog (single
folder selection) and removed dividers out.
Bug: 17073025
Change-Id: I491577d126d9d4d6a328e1392b6f1975217397eb
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Change-Id: Ieb8ef93f9ce6eb784a3f2c3343286e0666bb31de
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
b/13637409
Change-Id: I35b887cf3bb8a35a8468addcb0e408798e294f9d
|
| |
|
|
|
|
|
|
| |
Also clean it up to use loaders
b/11538664
Change-Id: I5810f0c4423c0c30d9785723672b3535eebcf998
|
| |
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
We can't support multiple adds/removes here yet.
Bug: 8722438
Change-Id: Ie527d210ace1b379f247ba331af43f712f3583d2
|
| |
|
|
|
|
|
|
| |
Removed "OK" button and fixed the "Move to" string for
the dialog.
Bug: 8604616
Change-Id: I50df230054f7c6ba9573a8e95a7e7d4be163fa23
|
| |
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
| |
Bug: 8370675
Change-Id: I16318433580dd3cf0ae32fc23796caf6bfbb4f66
|
| |
|
|
|
|
|
|
| |
This CL has signification refactory that consolidates
Multi/SingleFoldersSelectionDialog.
Bug: 7247467
Change-Id: I1aacba68411d4b9cc586482d0f17c5c90df36e04
|
| |
|
|
|
| |
Bug: 7247467
Change-Id: I0b5583830d7c8c2f63e01714b4a7fa2976d0eefb
|
|
|
Fixes b/6919987 bring back divided "move to folders" sections
Change-Id: Ia7d709c5cd1f8787e2e1083442aa4eaf50d6babb
|