cc2e1ee5ea19d1b166a7542ea03f4fd4e5c807e3 |
|
20-Aug-2014 |
Rohan Shah <shahrk@google.com> |
Change Move To Dialog (Quantum) Added folder label drawables to move to dialog (single folder selection) and removed dividers out. Bug: 17073025 Change-Id: I491577d126d9d4d6a328e1392b6f1975217397eb
/packages/apps/UnifiedEmail/src/com/android/mail/ui/SingleFolderSelectionDialog.java
|
eec2e988e634e5cd501b4fce3e78d6caadfe7558 |
|
15-Aug-2014 |
Rohan Shah <shahrk@google.com> |
Fix "Move to" crashing Gmail 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
/packages/apps/UnifiedEmail/src/com/android/mail/ui/SingleFolderSelectionDialog.java
|
106a12a1b6642e8c2f716aefa846d9664fbec158 |
|
04-Jul-2014 |
Andrew Sapperstein <asapperstein@google.com> |
quantum change labels b/16054906 Change-Id: Ieb8ef93f9ce6eb784a3f2c3343286e0666bb31de
/packages/apps/UnifiedEmail/src/com/android/mail/ui/SingleFolderSelectionDialog.java
|
74098779f90c61487ff0b5bbb7a458f0a8818047 |
|
08-May-2014 |
Jin Cao <jinyan@google.com> |
Properly uncheck folders in selection dialog - 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
/packages/apps/UnifiedEmail/src/com/android/mail/ui/SingleFolderSelectionDialog.java
|
5291de861af3e7cf11719a71f0a236d76a79b327 |
|
25-Mar-2014 |
Martin Hibdon <mhibdon@google.com> |
Fix an NPE in the folder selection dialogs b/13637409 Change-Id: I35b887cf3bb8a35a8468addcb0e408798e294f9d
/packages/apps/UnifiedEmail/src/com/android/mail/ui/SingleFolderSelectionDialog.java
|
2a4be2459962700e1a38ba897de5d2f5913412f5 |
|
12-Dec-2013 |
Tony Mantler <nicoya@google.com> |
Convert FolderSelectionDialog to a DialogFragment Also clean it up to use loaders b/11538664 Change-Id: I5810f0c4423c0c30d9785723672b3535eebcf998
/packages/apps/UnifiedEmail/src/com/android/mail/ui/SingleFolderSelectionDialog.java
|
0cb4aaaadb50664422a2595361d26878ffe5dc04 |
|
13-May-2013 |
Scott Kennedy <skennedy@google.com> |
Only show Inbox labels in the system section of Move-to 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
/packages/apps/UnifiedEmail/src/com/android/mail/ui/SingleFolderSelectionDialog.java
|
e7e0163126fa81af58ae6dbffc20adb610580fe2 |
|
26-Apr-2013 |
Scott Kennedy <skennedy@google.com> |
Don't show inbox sections in "Change labels" dialog We can't support multiple adds/removes here yet. Bug: 8722438 Change-Id: Ie527d210ace1b379f247ba331af43f712f3583d2
/packages/apps/UnifiedEmail/src/com/android/mail/ui/SingleFolderSelectionDialog.java
|
f907c690aa10f9cad08cdc202fa56968e4b42b35 |
|
12-Apr-2013 |
Rohan Shah <shahrk@google.com> |
Fix Move To Dialog Removed "OK" button and fixed the "Move to" string for the dialog. Bug: 8604616 Change-Id: I50df230054f7c6ba9573a8e95a7e7d4be163fa23
/packages/apps/UnifiedEmail/src/com/android/mail/ui/SingleFolderSelectionDialog.java
|
6a3d5ce0b18f58fcfa1af0315dc8ddc7331c2c5f |
|
16-Mar-2013 |
Scott Kennedy <skennedy@google.com> |
Change the undo message for a "Move to" action 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
/packages/apps/UnifiedEmail/src/com/android/mail/ui/SingleFolderSelectionDialog.java
|
7ac3d4ea760a5b2eef1a1f5476f25747027c2883 |
|
14-Mar-2013 |
Paul Westbrook <pwestbro@google.com> |
Fix for the SingleFolderSelectionDialog Bug: 8370675 Change-Id: I16318433580dd3cf0ae32fc23796caf6bfbb4f66
/packages/apps/UnifiedEmail/src/com/android/mail/ui/SingleFolderSelectionDialog.java
|
8f98ac013f775cdf186578018f926ac329070541 |
|
02-Oct-2012 |
Mark Wei <markwei@google.com> |
Prevent change folder dialog from opening more than once. This CL has signification refactory that consolidates Multi/SingleFoldersSelectionDialog. Bug: 7247467 Change-Id: I1aacba68411d4b9cc586482d0f17c5c90df36e04
/packages/apps/UnifiedEmail/src/com/android/mail/ui/SingleFolderSelectionDialog.java
|
9eb1c9a76a400f84c002b58c831119119ebf4870 |
|
01-Oct-2012 |
Mark Wei <markwei@google.com> |
Prevent change folder dialog from opening more than once. Bug: 7247467 Change-Id: I0b5583830d7c8c2f63e01714b4a7fa2976d0eefb
/packages/apps/UnifiedEmail/src/com/android/mail/ui/SingleFolderSelectionDialog.java
|
a7e154530add87e05d1fcee980e1a1fc34a456e7 |
|
18-Sep-2012 |
mindyp <mindyp@google.com> |
Lots of fixes to move to folder dialog. Fixes b/6919987 bring back divided "move to folders" sections Change-Id: Ia7d709c5cd1f8787e2e1083442aa4eaf50d6babb
/packages/apps/UnifiedEmail/src/com/android/mail/ui/SingleFolderSelectionDialog.java
|