5d674a741d78f7771299c426a4bfe0d319cc0f2b |
|
10-Apr-2014 |
Andy Huang <ath@google.com> |
"waiting for sync" -> "getting your messages" Bug: 12421412 Change-Id: I5ee3d66add25ebc75420c3433f47cb44b85e3275
/packages/apps/UnifiedEmail/src/com/android/mail/ui/WaitFragment.java
|
f0ea4849bf7a2c11f99ca0b42307ae8ba665b1dc |
|
14-Aug-2013 |
Paul Westbrook <pwestbro@google.com> |
Add public no-args constructors for fragments Bug: 10311630 Change-Id: Ic7ba4783be34a9c3d185f6cbad3001f49b310aad
/packages/apps/UnifiedEmail/src/com/android/mail/ui/WaitFragment.java
|
2b9d80eb16156173f11a02eae4f770d8c975927c |
|
31-Jul-2013 |
Scott Kennedy <skennedy@google.com> |
Change all resid switches to if-elseif-else I really want to get this building in an IDE. As per http://tools.android.com/tips/non-constant-fields, library projects (like UnifiedEmail will be) have non-final R constants. They are not final until packaged into the main application project's (Gmail/Email)'s R.java. As such, they cannot be used in switch case statements, and we must use if-elseif-elseif-elseif-...-else instead. "This is typically in UI code and the performance impact is negligible." Change-Id: Ie699c13e1becd51c59c1b2ea81bc902d4f2e28d9
/packages/apps/UnifiedEmail/src/com/android/mail/ui/WaitFragment.java
|
a6a77fd176119348684e697da8191c6b0d4ea1a4 |
|
04-Dec-2012 |
mindyp <mindyp@google.com> |
Make createView always return a single parent view Change-Id: Id84e45af75f74b99f3d5c288c18d95e135479429
/packages/apps/UnifiedEmail/src/com/android/mail/ui/WaitFragment.java
|
3c03428f8b6b5a36bb5ca72123cd287d4ed42f4f |
|
04-Dec-2012 |
mindyp <mindyp@google.com> |
Save the rewrite of "wait" logic for ur8; use "get view" to determine fragment parent view Fixes b/7660517 java.lang.NullPointerException in com.android.mail.ui.WaitFragment Change-Id: If96dae2c12a65cfe3fb2b6ee315f3b5bfb9af3e1
/packages/apps/UnifiedEmail/src/com/android/mail/ui/WaitFragment.java
|
289496c3287ec59afcc5e3243735f7e0aa9f200d |
|
24-Sep-2012 |
Mindy Pereira <mindyp@google.com> |
Revert "Reverting changes to MailboxSelectionActivity per mindyp's email" This reverts commit 268462f47976fec10dea78ee9f09d8062880a710 Change-Id: Ie6e19f618ed34697cfee7c5ca04423ba41008493
/packages/apps/UnifiedEmail/src/com/android/mail/ui/WaitFragment.java
|
268462f47976fec10dea78ee9f09d8062880a710 |
|
20-Sep-2012 |
Vikram Aggarwal <viki@google.com> |
Reverting changes to MailboxSelectionActivity per mindyp's email Fixes b/7202820 GMail widget doesn't give the option to choose from( when multiple gmail accounts are configured) Revert "MailboxSelectionActivity should force the user to add an account or wait for one to initialize." Mindy is out (literally and figuratively) and will give this issue more thought on Monday when she returns. This reverts commit e23c8032709800e968112ea64bdcecc86601f13e.
/packages/apps/UnifiedEmail/src/com/android/mail/ui/WaitFragment.java
|
e23c8032709800e968112ea64bdcecc86601f13e |
|
19-Sep-2012 |
mindyp <mindyp@google.com> |
MailboxSelectionActivity should force the user to add an account or wait for one to initialize. Going to use the same approach we used for compose. Why doesnt the spinner show up? Fixes b/6864999 For defer GAIA, no way to add Gmail account Change-Id: Ib63c4a5e54393364621726c3a977843e4cf20b92
/packages/apps/UnifiedEmail/src/com/android/mail/ui/WaitFragment.java
|
b199d172dcb568e2c09ea60eeb109922eec2f07e |
|
13-Aug-2012 |
Mindy Pereira <mindyp@google.com> |
Check for active accounts in compose If there are none, then just go to "add account" screen Change-Id: I3a9a0bfa919b84cc5183a6a8f0f11c762c02867a
/packages/apps/UnifiedEmail/src/com/android/mail/ui/WaitFragment.java
|
b378d64bab3c7517794ad7e2aee1d06c074e99ee |
|
11-Jul-2012 |
Mindy Pereira <mindyp@google.com> |
Add manual sync capability to accounts. Change-Id: Ic2b94ebe378a81d404ede3960ffb83524c9a7fed
/packages/apps/UnifiedEmail/src/com/android/mail/ui/WaitFragment.java
|
d508f15d10ddd25b191e5c55dfcf39b8a2f1be8f |
|
11-Jul-2012 |
Mindy Pereira <mindyp@google.com> |
Make the change settings button in the wait activity work. Next cl will do force sync changes. Change-Id: I78b5e6fdf97ca966659510faba2ba86f611f45db
/packages/apps/UnifiedEmail/src/com/android/mail/ui/WaitFragment.java
|
2d50bcdca57756ecad20d21da0d936243215b79c |
|
10-Apr-2012 |
Paul Westbrook <pwestbro@google.com> |
Support for unintialized accounts This is the initial CL for support for a "wait fragment" A subsequent CL will make clicking on the buttons in the Manual sync case work Change-Id: I7f1ca27eb8792aaa94d354b2753d37783a72b309
/packages/apps/UnifiedEmail/src/com/android/mail/ui/WaitFragment.java
|