History log of /packages/apps/UnifiedEmail/src/com/android/mail/ui/FolderListLayout.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
10f7cd3b693f40aec41dbba572e67ee6184b5a66 25-Mar-2013 Vikram Aggarwal <viki@google.com> Waiting for intitialization support in drawer.

When the account is still waiting for initialization, show the
accounts but not the folders.

Change-Id: I92a84ce06d56dc1a92dafae2b8ee251300213e1e
/packages/apps/UnifiedEmail/src/com/android/mail/ui/FolderListLayout.java
9be59911221b236b10c7575e407ac587c9231bc7 19-Oct-2012 Andy Huang <ath@google.com> clean up debugging code from b/6946182

Change-Id: Ic6605e5e0fc7ba555801c7c11f5cdd2141047541
/packages/apps/UnifiedEmail/src/com/android/mail/ui/FolderListLayout.java
bc88f16af48d9538b79cbeab88cd275cb769a67d 24-Aug-2012 Vikram Aggarwal <viki@google.com> Change view logging level

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
/packages/apps/UnifiedEmail/src/com/android/mail/ui/FolderListLayout.java
7517e3b61b898a57f19be0671f70d58a82224643 20-Aug-2012 Andy Huang <ath@google.com> Turn on Andy's most excellent copious logging of layouts

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
/packages/apps/UnifiedEmail/src/com/android/mail/ui/FolderListLayout.java