summaryrefslogtreecommitdiff
path: root/src/com/android/mail/ui/FolderListLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* Waiting for intitialization support in drawer.Vikram Aggarwal2013-03-261-0/+17
| | | | | | | When the account is still waiting for initialization, show the accounts but not the folders. Change-Id: I92a84ce06d56dc1a92dafae2b8ee251300213e1e
* clean up debugging code from b/6946182Andy Huang2012-10-191-6/+0
| | | | Change-Id: Ic6605e5e0fc7ba555801c7c11f5cdd2141047541
* Change view logging levelVikram Aggarwal2012-08-241-2/+2
| | | | | | | | | | | | | Problems are logged at the INFO level General debugging is logged at the DEBUG level. Enable view debugging: adb shell setprop log.tag.MailBlankFragment DEBUG Disable view debugging: adb shell setprop log.tag.MailBlankFragment WARN Change-Id: I12a9db79d03c66d4511d8bd787dc0c506922d099
* Turn on Andy's most excellent copious logging of layoutsAndy Huang2012-08-231-0/+41
When the 'MailBlankFragment' logging is enabled, this will disable all hacky workarounds and log view state. When a blank view happens, look for logging with this tag to see where the view state might have messed up. With the 'MailBlankFragment' tag disabled, this removes all logging and enables the hacky workaround to patch-up view layout requested state. Bug: 6946182 Change-Id: Ia4c2515f969be29678dc0a9bd1c11d487e3d1520